@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 @@
|
|
|
1
|
+
{"version":3,"file":"Form.js","sourceRoot":"","sources":["../../../../src/core-react/form/Form.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,uBAAqB;AACrB,+BAA+B;AAC/B,sCAAmC;AACnC,mCAAgC;AAChC,wDAA8C;AAuD9C;;GAEG;AACH,gEAAgE;AACnD,QAAA,WAAW,GAAG,KAAK,CAAC,aAAa,CAA+B,SAAS,CAAC,CAAC;AACxF,mBAAW,CAAC,WAAW,GAAG,wBAAwB,CAAC;AAqBnD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,MAAa,IAAK,SAAQ,KAAK,CAAC,SAA+B;IAK7D,YAAY,KAAgB;QAC1B,KAAK,CAAC,KAAK,CAAC,CAAC;QALP,uBAAkB,GAAG,eAAM,CAAC,SAAS,CAAC,wBAAwB,CAAC,CAAC;QAChE,iBAAY,GAAG,eAAM,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAC;QACpD,iBAAY,GAAG,eAAM,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,mBAAW,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,aAAK,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,sBAAM,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;AA3ED,oBA2EC","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"]}
|
|
File without changes
|
|
File without changes
|
|
@@ -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,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
/** @packageDocumentation
|
|
7
|
+
* @module Common
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.withIsPressed = void 0;
|
|
11
|
+
const React = require("react");
|
|
12
|
+
/** withIsPressed is a React higher-order component that adds pointer and mouse events.
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
const withIsPressed = (
|
|
16
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
17
|
+
Component) => {
|
|
18
|
+
return class WithIsPressed extends React.PureComponent {
|
|
19
|
+
constructor() {
|
|
20
|
+
super(...arguments);
|
|
21
|
+
this.handleOnPointerDown = () => {
|
|
22
|
+
this.changeIsPressed(true);
|
|
23
|
+
};
|
|
24
|
+
this.handleOnPointerUp = () => {
|
|
25
|
+
this.changeIsPressed(false);
|
|
26
|
+
};
|
|
27
|
+
this.handleOnMouseLeave = () => {
|
|
28
|
+
this.changeIsPressed(false);
|
|
29
|
+
};
|
|
30
|
+
this.changeIsPressed = (isPressed) => {
|
|
31
|
+
if (this.props.isPressed === isPressed)
|
|
32
|
+
return;
|
|
33
|
+
this.props.onIsPressedChange && this.props.onIsPressedChange(isPressed);
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
render() {
|
|
37
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
38
|
+
const { isPressed, onIsPressedChange, ...props } = this.props; // todo: better solution to rest object of intersected type
|
|
39
|
+
return (
|
|
40
|
+
// eslint-disable-next-line jsx-a11y/no-static-element-interactions
|
|
41
|
+
React.createElement("div", { className: "withispressed-wrapper", onMouseDown: this.handleOnPointerDown, onMouseUp: this.handleOnPointerUp, onTouchStart: this.handleOnPointerDown, onTouchEnd: this.handleOnPointerUp, onMouseLeave: this.handleOnMouseLeave },
|
|
42
|
+
React.createElement(Component, { ...props, ...this.state })));
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
exports.withIsPressed = withIsPressed;
|
|
47
|
+
//# 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,+BAA+B;AAY/B;;GAEG;AACI,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;AAzCW,QAAA,aAAa,iBAyCxB","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"]}
|
|
File without changes
|
|
@@ -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,113 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
/** @packageDocumentation
|
|
7
|
+
* @module Common
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.withOnOutsideClick = void 0;
|
|
11
|
+
const React = require("react");
|
|
12
|
+
/** withOnOutsideClick is a React higher-order component that adds outside click support.
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
const withOnOutsideClick = (
|
|
16
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
17
|
+
Component, defaultOnOutsideClick, useCapture = true, usePointerEvents = true) => {
|
|
18
|
+
return class WithOnOutsideClick extends React.PureComponent {
|
|
19
|
+
constructor() {
|
|
20
|
+
super(...arguments);
|
|
21
|
+
/** @internal */
|
|
22
|
+
this.outsideClickContainerDiv = null;
|
|
23
|
+
/** @internal */
|
|
24
|
+
this.isDownOutside = false;
|
|
25
|
+
/** @internal */
|
|
26
|
+
this.handleDocumentClick = (e) => {
|
|
27
|
+
if (!this.outsideClickContainerDiv || !(e.target instanceof Node) || this.outsideClickContainerDiv.contains(e.target))
|
|
28
|
+
return;
|
|
29
|
+
return this.onOutsideClick(e);
|
|
30
|
+
};
|
|
31
|
+
/** @internal */
|
|
32
|
+
this.handleDocumentPointerDown = (e) => {
|
|
33
|
+
this.isDownOutside = true;
|
|
34
|
+
if (this.outsideClickContainerDiv) {
|
|
35
|
+
// typically e.target test for instance of Node, but this is not working from pop out windows
|
|
36
|
+
this.isDownOutside = !!e.target && !this.outsideClickContainerDiv.contains(e.target);
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
/** @internal */
|
|
40
|
+
this.handleDocumentPointerUp = (e) => {
|
|
41
|
+
let isUpOutside = true;
|
|
42
|
+
if (this.outsideClickContainerDiv) {
|
|
43
|
+
// typically e.target test for instance of Node, but this is not working from pop out windows
|
|
44
|
+
isUpOutside = !!e.target && !this.outsideClickContainerDiv.contains(e.target);
|
|
45
|
+
}
|
|
46
|
+
const isOutsideClick = isUpOutside && this.isDownOutside;
|
|
47
|
+
this.isDownOutside = false;
|
|
48
|
+
isOutsideClick && this.onOutsideClick(e);
|
|
49
|
+
};
|
|
50
|
+
this.handleOutsideClickContainerDivSet = (outsideClickContainerDiv) => {
|
|
51
|
+
this.outsideClickContainerDiv = outsideClickContainerDiv;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
/** @internal */
|
|
55
|
+
isInCorePopup(element) {
|
|
56
|
+
if (element.nodeName === "DIV") {
|
|
57
|
+
if (element.classList && element.classList.contains("core-popup"))
|
|
58
|
+
return true;
|
|
59
|
+
if (element.parentElement && this.isInCorePopup(element.parentElement))
|
|
60
|
+
return true;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
// istanbul ignore else
|
|
64
|
+
if (element.parentElement && this.isInCorePopup(element.parentElement))
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
return false;
|
|
68
|
+
}
|
|
69
|
+
/** @internal */
|
|
70
|
+
onOutsideClick(e) {
|
|
71
|
+
// istanbul ignore else
|
|
72
|
+
if (e.target instanceof Node && e.target.nodeType === Node.ELEMENT_NODE) {
|
|
73
|
+
// istanbul ignore else
|
|
74
|
+
if (!this.props.closeOnNestedPopupOutsideClick && this.isInCorePopup(e.target))
|
|
75
|
+
return;
|
|
76
|
+
}
|
|
77
|
+
if (this.props.onOutsideClick)
|
|
78
|
+
return this.props.onOutsideClick(e);
|
|
79
|
+
else if (defaultOnOutsideClick)
|
|
80
|
+
return defaultOnOutsideClick(e);
|
|
81
|
+
}
|
|
82
|
+
getParentDocument() {
|
|
83
|
+
var _a, _b;
|
|
84
|
+
return (_b = (_a = this.outsideClickContainerDiv) === null || _a === void 0 ? void 0 : _a.ownerDocument) !== null && _b !== void 0 ? _b : document;
|
|
85
|
+
}
|
|
86
|
+
componentDidMount() {
|
|
87
|
+
const outsideClickParentDocument = this.getParentDocument();
|
|
88
|
+
if (usePointerEvents) {
|
|
89
|
+
outsideClickParentDocument.addEventListener("pointerdown", this.handleDocumentPointerDown, useCapture);
|
|
90
|
+
outsideClickParentDocument.addEventListener("pointerup", this.handleDocumentPointerUp, useCapture);
|
|
91
|
+
}
|
|
92
|
+
else
|
|
93
|
+
outsideClickParentDocument.addEventListener("click", this.handleDocumentClick, useCapture);
|
|
94
|
+
}
|
|
95
|
+
/** @internal */
|
|
96
|
+
componentWillUnmount() {
|
|
97
|
+
const outsideClickParentDocument = this.getParentDocument();
|
|
98
|
+
if (usePointerEvents) {
|
|
99
|
+
outsideClickParentDocument.removeEventListener("pointerdown", this.handleDocumentPointerDown, useCapture);
|
|
100
|
+
outsideClickParentDocument.removeEventListener("pointerup", this.handleDocumentPointerUp, useCapture);
|
|
101
|
+
}
|
|
102
|
+
else
|
|
103
|
+
outsideClickParentDocument.removeEventListener("click", this.handleDocumentClick, useCapture);
|
|
104
|
+
}
|
|
105
|
+
render() {
|
|
106
|
+
const { onOutsideClick, closeOnNestedPopupOutsideClick, ...props } = this.props; // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
107
|
+
return (React.createElement("div", { ref: this.handleOutsideClickContainerDivSet },
|
|
108
|
+
React.createElement(Component, { ...props })));
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
exports.withOnOutsideClick = withOnOutsideClick;
|
|
113
|
+
//# 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,+BAA+B;AAY/B;;GAEG;AACI,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;AA7GW,QAAA,kBAAkB,sBA6G7B","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"]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withTimeout.d.ts","sourceRoot":"","sources":["../../../../src/core-react/hocs/withTimeout.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,uCAAuC;IACvC,OAAO,EAAE,MAAM,CAAC;IAChB,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,WAAW;;eAKN,KAAK;6BAEkB,IAAI;qFAKoD,IAAI;gCAIzD,IAAI;;4BAWjB,MAAM;;;;;;;;;;;;;;;;;;;;;;eAtBnB,KAAK;6BAEkB,IAAI;qFAKoD,IAAI;gCAIzD,IAAI;;4BAWjB,MAAM;;;;;;;;;;;;;;;;;;;;;;CAQpC,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
/** @packageDocumentation
|
|
7
|
+
* @module Common
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.withTimeout = void 0;
|
|
11
|
+
const React = require("react");
|
|
12
|
+
const Timer_1 = require("../utils/Timer");
|
|
13
|
+
/** withTimeout is a React higher-order component that adds timeout support.
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
const withTimeout = (
|
|
17
|
+
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
18
|
+
Component) => {
|
|
19
|
+
return class WithTimeout extends React.PureComponent {
|
|
20
|
+
constructor() {
|
|
21
|
+
super(...arguments);
|
|
22
|
+
this.timer = new Timer_1.Timer(0);
|
|
23
|
+
}
|
|
24
|
+
componentDidMount() {
|
|
25
|
+
this.timer.setOnExecute(() => this.props.onTimeout && this.props.onTimeout());
|
|
26
|
+
this.startTimer(this.props.timeout);
|
|
27
|
+
}
|
|
28
|
+
componentDidUpdate(_prevProps) {
|
|
29
|
+
this.startTimer(this.props.timeout);
|
|
30
|
+
}
|
|
31
|
+
componentWillUnmount() {
|
|
32
|
+
this.timer.stop();
|
|
33
|
+
}
|
|
34
|
+
render() {
|
|
35
|
+
const { timeout, onTimeout, ...props } = this.props; // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
36
|
+
return (React.createElement(Component, { ...props, ...this.state }));
|
|
37
|
+
}
|
|
38
|
+
startTimer(timeout) {
|
|
39
|
+
if (this.timer.isRunning)
|
|
40
|
+
return;
|
|
41
|
+
this.timer.delay = timeout;
|
|
42
|
+
this.timer.start();
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
exports.withTimeout = withTimeout;
|
|
47
|
+
//# sourceMappingURL=withTimeout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withTimeout.js","sourceRoot":"","sources":["../../../../src/core-react/hocs/withTimeout.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,+BAA+B;AAC/B,0CAAuC;AAYvC;;GAEG;AACI,MAAM,WAAW,GAAG;AACzB,gEAAgE;AAChE,SAA8C,EAC9C,EAAE;IACF,OAAO,MAAM,WAAY,SAAQ,KAAK,CAAC,aAAgD;QAAhF;;YACE,UAAK,GAAU,IAAI,aAAK,CAAC,CAAC,CAAC,CAAC;QA6BrC,CAAC;QA3BiB,iBAAiB;YAC/B,IAAI,CAAC,KAAK,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS,EAAE,CAAC,CAAC;YAC9E,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QAEe,kBAAkB,CAAC,UAAuD;YACxF,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QAEe,oBAAoB;YAClC,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;QACpB,CAAC;QAEe,MAAM;YACpB,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,wDAAwD;YAC7G,OAAO,CACL,oBAAC,SAAS,OAAK,KAAuB,KAAM,IAAI,CAAC,KAAK,GAAI,CAC3D,CAAC;QACJ,CAAC;QAEM,UAAU,CAAC,OAAe;YAC/B,IAAI,IAAI,CAAC,KAAK,CAAC,SAAS;gBACtB,OAAO;YAET,IAAI,CAAC,KAAK,CAAC,KAAK,GAAG,OAAO,CAAC;YAC3B,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;QACrB,CAAC;KACF,CAAC;AACJ,CAAC,CAAC;AAnCW,QAAA,WAAW,eAmCtB","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\";\nimport { Timer } from \"../utils/Timer\";\n\n/** Properties for [[withTimeout]] React higher-order component\n * @public\n */\nexport interface WithTimeoutProps {\n /** Timeout duration in milliseconds */\n timeout: number;\n /** Callback function for timeout */\n onTimeout?: () => void;\n}\n\n/** withTimeout is a React higher-order component that adds timeout support.\n * @public\n */\nexport const withTimeout = <ComponentProps extends {}>(\n // eslint-disable-next-line @typescript-eslint/naming-convention\n Component: React.ComponentType<ComponentProps>,\n) => {\n return class WithTimeout extends React.PureComponent<ComponentProps & WithTimeoutProps> {\n public timer: Timer = new Timer(0);\n\n public override componentDidMount(): void {\n this.timer.setOnExecute(() => this.props.onTimeout && this.props.onTimeout());\n this.startTimer(this.props.timeout);\n }\n\n public override componentDidUpdate(_prevProps: Readonly<ComponentProps & WithTimeoutProps>): void {\n this.startTimer(this.props.timeout);\n }\n\n public override componentWillUnmount(): void {\n this.timer.stop();\n }\n\n public override render() {\n const { timeout, onTimeout, ...props } = this.props; // eslint-disable-line @typescript-eslint/no-unused-vars\n return (\n <Component {...props as ComponentProps} {...this.state} />\n );\n }\n\n public startTimer(timeout: number) {\n if (this.timer.isRunning)\n return;\n\n this.timer.delay = timeout;\n this.timer.start();\n }\n };\n};\n"]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconComponent.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/IconComponent.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAC9B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,sBAAsB,EAAqB,MAAM,uBAAuB,CAAC;AAElF,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,oBAAY,QAAQ,GAAG,MAAM,GAAG,sBAAsB,GAAG,KAAK,CAAC,SAAS,CAAC;AAEzE;;GAEG;AACH,MAAM,WAAW,SAAU,SAAQ,WAAW;IAC5C,mDAAmD;IACnD,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,sBAwBpC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconComponent.js","sourceRoot":"","sources":["../../../../src/core-react/icons/IconComponent.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,gCAA8B;AAC9B,+BAA+B;AAC/B,2CAAoC;AACpC,0DAAkF;AAClF,2CAAwC;AAgBxC;;GAEG;AACH,SAAgB,IAAI,CAAC,KAAgB;IACnC,IAAI,CAAC,KAAK,CAAC,QAAQ;QACjB,OAAO,IAAI,CAAC;IACd,MAAM,UAAU,GAAG,CAAC,OAAO,KAAK,CAAC,QAAQ,KAAK,QAAQ,IAAI,KAAK,CAAC,QAAQ,YAAY,uCAAsB,CAAC,CAAC,CAAC;QAC3G,uCAAsB,CAAC,QAAQ,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IAE9D,IAAI,UAAU,EAAE;QACd,MAAM,SAAS,GAAG,kCAAiB,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;QAC7D,kIAAkI;QAClI,IAAI,SAAS,KAAK,SAAS;YACzB,OAAO,CACL,2BAAG,SAAS,EAAE,IAAA,oBAAU,EAAC,MAAM,EAAE,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK;gBACpF,oBAAC,qBAAS,IAAC,GAAG,EAAE,SAAS,GAAI,CAC3B,CACL,CAAC;QAEJ,OAAO,CAAC,2BAAG,SAAS,EAAE,IAAA,oBAAU,EAAC,MAAM,EAAE,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,GAAI,CAAC,CAAC;KAChG;IAED,OAAO,CACL,2BAAG,SAAS,EAAE,IAAA,oBAAU,EAAC,MAAM,EAAE,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,CAAC,KAAK,IACnF,KAAK,CAAC,QAAQ,CACb,CACL,CAAC;AACJ,CAAC;AAxBD,oBAwBC","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 Icon\n */\n\nimport \"./IconComponent.scss\";\nimport * as React from \"react\";\nimport classnames from \"classnames\";\nimport { ConditionalStringValue, IconSpecUtilities } from \"@itwin/appui-abstract\";\nimport { SvgSprite } from \"./SvgSprite\";\nimport { CommonProps } from \"../utils/Props\";\n\n/** Prototype for an IconSpec which can be a string, ReactNode or ConditionalStringValue.\n * @public\n */\nexport type IconSpec = string | ConditionalStringValue | React.ReactNode;\n\n/** Properties for the [[Icon]] React component\n * @public\n */\nexport interface IconProps extends CommonProps {\n /** CSS class name or SvgSprite/SvgPath for icon */\n iconSpec?: IconSpec;\n}\n\n/** Icon Functional component displays an icon based on an [[IconSpec]].\n * @public\n */\nexport function Icon(props: IconProps) {\n if (!props.iconSpec)\n return null;\n const iconString = (typeof props.iconSpec === \"string\" || props.iconSpec instanceof ConditionalStringValue) ?\n ConditionalStringValue.getValue(props.iconSpec) : undefined;\n\n if (iconString) {\n const svgSource = IconSpecUtilities.getSvgSource(iconString);\n // if string begins with \"svg:\" then we assume it was imported (into extension source file) using webpack loader svg-sprite-loader\n if (svgSource !== undefined)\n return (\n <i className={classnames(\"icon\", \"core-svg-icon\", props.className)} style={props.style}>\n <SvgSprite src={svgSource} />\n </i>\n );\n\n return (<i className={classnames(\"icon\", iconString, props.className)} style={props.style} />);\n }\n\n return (\n <i className={classnames(\"icon\", \"core-svg-icon\", props.className)} style={props.style}>\n {props.iconSpec}\n </i>\n );\n}\n"]}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgPath.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/SvgPath.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,kBAAkB,CAAC;AAE1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,WAAW;IAC/C,yBAAyB;IACzB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,wBAAwB;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,qBAAa,OAAQ,SAAQ,KAAK,CAAC,aAAa,CAAC,YAAY,CAAC;IAC5C,MAAM;CAqBvB"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgPath.js","sourceRoot":"","sources":["../../../../src/core-react/icons/SvgPath.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,4BAA0B;AAC1B,2CAAoC;AACpC,+BAA+B;AAe/B;;GAEG;AACH,MAAa,OAAQ,SAAQ,KAAK,CAAC,aAA2B;IAC5C,MAAM;QACpB,MAAM,SAAS,GAAG,IAAA,oBAAU,EAC1B,sBAAsB,EACtB,IAAI,CAAC,KAAK,CAAC,SAAS,CACrB,CAAC;QACF,MAAM,OAAO,GAAG,OAAO,IAAI,CAAC,KAAK,CAAC,YAAY,IAAI,IAAI,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC;QAE7E,OAAO,CACL,6BAAK,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM,EAAC,OAAO,EAAE,OAAO;YAC7F,+BAEI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,IAAY,EAAE,KAAa,EAAE,EAAE;gBACnD,OAAO,CACL,8BAAM,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,GAAI,CAC9B,CAAC;YACJ,CAAC,CAAC,CAEF,CACA,CACP,CAAC;IACJ,CAAC;CACF;AAtBD,0BAsBC","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 Icon\n */\n\nimport \"./SvgSprite.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { CommonProps } from \"../utils/Props\";\n\n/** Properties of [[SvgPath]] component.\n * @public\n */\nexport interface SvgPathProps extends CommonProps {\n /** Svg graphics paths */\n paths: string[];\n /** Svg viewBox width */\n viewBoxWidth: number;\n /** Svg viewBox height */\n viewBoxHeight: number;\n}\n\n/** Svg element wrapper with specified Svg paths.\n * @public\n */\nexport class SvgPath extends React.PureComponent<SvgPathProps> {\n public override render() {\n const className = classnames(\n \"core-icons-svgSprite\",\n this.props.className,\n );\n const viewBox = `0 0 ${this.props.viewBoxWidth} ${this.props.viewBoxHeight}`;\n\n return (\n <svg className={className} style={this.props.style} width=\"100%\" height=\"100%\" viewBox={viewBox}>\n <g>\n {\n this.props.paths.map((path: string, index: number) => {\n return (\n <path d={path} key={index} />\n );\n })\n }\n </g>\n </svg>\n );\n }\n}\n"]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgSprite.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/SvgSprite.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,kBAAkB,CAAC;AAE1B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,yBAAyB;IACzB,GAAG,EAAE,MAAM,CAAC;CACb;AAED;;GAEG;AACH,qBAAa,SAAU,SAAQ,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC;IAChD,MAAM;CAYvB"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SvgSprite.js","sourceRoot":"","sources":["../../../../src/core-react/icons/SvgSprite.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,4BAA0B;AAC1B,2CAAoC;AACpC,+BAA+B;AAW/B;;GAEG;AACH,MAAa,SAAU,SAAQ,KAAK,CAAC,aAA6B;IAChD,MAAM;QACpB,MAAM,SAAS,GAAG,IAAA,oBAAU,EAC1B,sBAAsB,EACtB,IAAI,CAAC,KAAK,CAAC,SAAS,CACrB,CAAC;QAEF,OAAO,CACL,6BAAK,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,EAAC,MAAM,EAAC,MAAM,EAAC,MAAM;YAC5E,6BAAK,UAAU,EAAC,8BAA8B,EAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,GAAG,GAAI,CACxE,CACP,CAAC;IACJ,CAAC;CACF;AAbD,8BAaC","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 Icon\n */\n\nimport \"./SvgSprite.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { CommonProps } from \"../utils/Props\";\n\n/** Properties of [[SvgSprite]] component.\n * @public\n */\nexport interface SvgSpriteProps extends CommonProps {\n /** Source for the Svg */\n src: string;\n}\n\n/** Svg element wrapper.\n * @public\n */\nexport class SvgSprite extends React.PureComponent<SvgSpriteProps> {\n public override render() {\n const className = classnames(\n \"core-icons-svgSprite\",\n this.props.className,\n );\n\n return (\n <svg className={className} style={this.props.style} width=\"100%\" height=\"100%\">\n <use xmlnsXlink=\"http://www.w3.org/1999/xlink\" xlinkHref={this.props.src} />\n </svg>\n );\n }\n}\n"]}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebFontIcon.d.ts","sourceRoot":"","sources":["../../../../src/core-react/icons/WebFontIcon.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,oBAAoB,CAAC;AAC5B,OAAO,uEAAuE,CAAC;AAE/E,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,WAAW;IACnD,iCAAiC;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAAC,CAAC;IACnD,wDAAwD;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uBAAuB;IACvB,QAAQ,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,2DAA2D;IAC3D,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,eAiBlD"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebFontIcon.js","sourceRoot":"","sources":["../../../../src/core-react/icons/WebFontIcon.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,8BAA4B;AAC5B,iFAA+E;AAC/E,2CAAoC;AACpC,+BAA+B;AAmB/B;;GAEG;AACH,SAAgB,WAAW,CAAC,KAAuB;IACjD,MAAM,SAAS,GAAG,IAAA,oBAAU,EAC1B,KAAK,CAAC,aAAa,IAAI,kBAAkB,EACzC,KAAK,CAAC,QAAQ,EACd,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,gBAAgB,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,SAAS,EAC7D,KAAK,CAAC,SAAS,CAChB,CAAC;IAEF,OAAO,CACL,8BACE,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,IAAI,EAAC,cAAc,GACnB,CACH,CAAC;AACJ,CAAC;AAjBD,kCAiBC","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 Icon\n */\n\nimport \"./WebFontIcon.scss\";\nimport \"@bentley/icons-generic-webfont/dist/bentley-icons-generic-webfont.css\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { CommonProps } from \"../utils/Props\";\n\n/** Properties for the [[WebFontIcon]] React component\n * @public\n */\nexport interface WebFontIconProps extends CommonProps {\n /** Bentley Web Font icon name */\n iconName: string;\n /** Click event handler */\n onClick?: React.MouseEventHandler<HTMLSpanElement>;\n /** Text that will be shown when hovered on the icon. */\n title?: string;\n /** Size of the icon */\n iconSize?: \"x-small\" | \"small\" | \"medium\" | \"large\" | \"x-large\";\n /** Class name of icon used for custom font-family icons */\n iconClassName?: string;\n}\n\n/** WebFontIcon React component\n * @public\n */\nexport function WebFontIcon(props: WebFontIconProps) {\n const className = classnames(\n props.iconClassName || \"bui-webfont-icon\",\n props.iconName,\n props.iconSize ? `uicore-icons-${props.iconSize}` : undefined,\n props.className,\n );\n\n return (\n <span\n className={className}\n title={props.title}\n style={props.style}\n onClick={props.onClick}\n role=\"presentation\"\n />\n );\n}\n"]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageCheckBox.d.ts","sourceRoot":"","sources":["../../../../src/core-react/imagecheckbox/ImageCheckBox.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,sBAAsB,CAAC;AAE9B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,WAAW;IACrD,oCAAoC;IACpC,OAAO,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAClC,gDAAgD;IAChD,QAAQ,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACnC,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,GAAG,CAAC;IACpC,2DAA2D;IAC3D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sDAAsD;IACtD,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,+DAA+D;IAC/D,QAAQ,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;CACxC;AAED;;;GAGG;AACH,qBAAa,aAAc,SAAQ,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC;IAExE,OAAO,CAAC,SAAS,CASf;IAEF,OAAO,CAAC,aAAa,CAInB;IAEF,OAAO,CAAC,aAAa,CAInB;IAEF,gBAAgB;IACA,MAAM;CAgBvB"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageCheckBox.js","sourceRoot":"","sources":["../../../../src/core-react/imagecheckbox/ImageCheckBox.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,gCAA8B;AAC9B,2CAAoC;AACpC,+BAA+B;AAC/B,0DAA8C;AA6B9C;;;GAGG;AACH,MAAa,aAAc,SAAQ,KAAK,CAAC,aAAiC;IAA1E;;QAEU,cAAS,GAAG,CAAC,CAAsC,EAAE,EAAE;YAC7D,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBACxB,CAAC,CAAC,eAAe,EAAE,CAAC;YAEtB,uBAAuB;YACvB,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE;gBACtB,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;aACtC;QACH,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBACxB,CAAC,CAAC,eAAe,EAAE,CAAC;QACxB,CAAC,CAAC;QAEM,kBAAa,GAAG,CAAC,CAAqC,EAAE,EAAE;YAChE,uBAAuB;YACvB,IAAI,CAAC,IAAI,CAAC,CAAC,eAAe;gBACxB,CAAC,CAAC,eAAe,EAAE,CAAC;QACxB,CAAC,CAAC;IAmBJ,CAAC;IAjBC,gBAAgB;IACA,MAAM;QACpB,MAAM,aAAa,GAAG,IAAA,oBAAU,EAAC,qBAAqB,EAAE,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAC9E,MAAM,UAAU,GAAG,IAAA,oBAAU,EAAC,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,MAAM,IAAI,uBAAuB,CAAC,CAAC;QACrF,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC;QAE/E,OAAO;QACL,oEAAoE;QACpE,oEAAoE;QACpE,+BAAO,SAAS,EAAE,aAAa,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO;YAC9G,+BAAO,IAAI,EAAC,UAAU,EAAC,SAAS,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,EACvF,OAAO,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,IAAI,CAAC,aAAa,EACjH,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,QAAQ,GAAI;YAC9B,8BAAM,SAAS,EAAE,UAAU;gBAAE,oBAAC,oBAAI,IAAC,QAAQ,EAAE,QAAQ,GAAI,CAAO,CAC1D,CACT,CAAC;IACJ,CAAC;CACF;AA1CD,sCA0CC","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 Checkbox\n */\n\nimport \"./ImageCheckBox.scss\";\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Icon } from \"../icons/IconComponent\";\nimport { CommonProps } from \"../utils/Props\";\n\n/** Properties for the [[ImageCheckBox]] component\n * @public\n */\nexport interface ImageCheckBoxProps extends CommonProps {\n /** Image for the \"checked\" state */\n imageOn: string | React.ReactNode;\n /** Image for the \"unchecked\" (default) state */\n imageOff: string | React.ReactNode;\n /** Determine if the item is checked or not */\n checked?: boolean;\n /** Determine if the item is disabled or not */\n disabled?: boolean;\n /** Function called when item is clicked. */\n onClick?: (checked: boolean) => any;\n /** Custom CSS class name for the checkbox input element */\n inputClassName?: string;\n /** Custom CSS Style for the checkbox input element */\n inputStyle?: React.CSSProperties;\n /** Tooltip to be displayed when mouse is hovered over the checkbox */\n tooltip?: string;\n /** If true, draw a border around the image checkbox */\n border?: boolean;\n /** Provides ability to return reference to HTMLInputElement */\n inputRef?: React.Ref<HTMLInputElement>;\n}\n\n/**\n * ImageCheckBox React component shows a checked or unchecked image\n * @public\n */\nexport class ImageCheckBox extends React.PureComponent<ImageCheckBoxProps> {\n\n private _onChange = (e: React.ChangeEvent<HTMLInputElement>) => {\n // istanbul ignore next\n if (e && e.stopPropagation)\n e.stopPropagation();\n\n // istanbul ignore else\n if (this.props.onClick) {\n this.props.onClick(e.target.checked);\n }\n };\n\n private _onInputClick = (e: React.MouseEvent<HTMLInputElement>) => {\n // istanbul ignore next\n if (e && e.stopPropagation)\n e.stopPropagation();\n };\n\n private _onLabelClick = (e: React.MouseEvent<HTMLLabelElement>) => {\n // istanbul ignore next\n if (e && e.stopPropagation)\n e.stopPropagation();\n };\n\n /** @internal */\n public override render() {\n const checkBoxClass = classnames(\"core-image-checkbox\", this.props.className);\n const imageClass = classnames(\"image\", this.props.border && \"image-checkbox-border\");\n const iconSpec = this.props.checked ? this.props.imageOn : this.props.imageOff;\n\n return (\n /* eslint-disable jsx-a11y/no-noninteractive-element-interactions */\n /* eslint-disable-next-line jsx-a11y/click-events-have-key-events */\n <label className={checkBoxClass} style={this.props.style} onClick={this._onLabelClick} title={this.props.tooltip}>\n <input type=\"checkbox\" className={this.props.inputClassName} style={this.props.inputStyle}\n checked={this.props.checked} disabled={this.props.disabled} onChange={this._onChange} onClick={this._onInputClick}\n ref={this.props.inputRef} />\n <span className={imageClass}><Icon iconSpec={iconSpec} /></span>\n </label>\n );\n }\n}\n"]}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C;;;GAGG;AACH,MAAM,WAAW,UAAW,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,WAAW;IAC1F,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,+DAA+D;IAC/D,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,gBAAgB,CAAC,CAAC;CACnC;AAuCD;;;GAGG;AACH,eAAO,MAAM,KAAK,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,GAAG,CAAC,OAAO,GAAG,IAAsB,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
/** @packageDocumentation
|
|
7
|
+
* @module Inputs
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.Input = void 0;
|
|
11
|
+
const classnames_1 = require("classnames");
|
|
12
|
+
const React = require("react");
|
|
13
|
+
const itwinui_react_1 = require("@itwin/itwinui-react");
|
|
14
|
+
const useRefs_1 = require("../utils/hooks/useRefs");
|
|
15
|
+
// Defined using following pattern (const Input at bottom) to ensure useful API documentation is extracted
|
|
16
|
+
const ForwardRefInput = React.forwardRef(// eslint-disable-line deprecation/deprecation
|
|
17
|
+
function ForwardRefInput(props, ref) {
|
|
18
|
+
const { className, style, setFocus, nativeKeyHandler, ...otherProps } = props; // eslint-disable-line @typescript-eslint/no-unused-vars
|
|
19
|
+
const inputElementRef = React.useRef();
|
|
20
|
+
const refs = (0, useRefs_1.useRefs)(inputElementRef, ref); // combine ref needed for target with the forwardRef needed by the Parent when parent is a Type Editor.
|
|
21
|
+
React.useEffect(() => {
|
|
22
|
+
const currentElement = inputElementRef.current;
|
|
23
|
+
const currentHandler = nativeKeyHandler;
|
|
24
|
+
if (currentElement && currentHandler) {
|
|
25
|
+
currentElement.addEventListener("keydown", currentHandler);
|
|
26
|
+
}
|
|
27
|
+
return () => {
|
|
28
|
+
if (currentHandler && currentElement) {
|
|
29
|
+
currentElement.removeEventListener("keydown", currentHandler);
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
}, [nativeKeyHandler]);
|
|
33
|
+
React.useEffect(() => {
|
|
34
|
+
if (inputElementRef.current && setFocus)
|
|
35
|
+
inputElementRef.current.focus();
|
|
36
|
+
}, [setFocus]);
|
|
37
|
+
const handleFocus = React.useCallback((event) => {
|
|
38
|
+
event.currentTarget.select();
|
|
39
|
+
}, []);
|
|
40
|
+
return (React.createElement(itwinui_react_1.Input, { ref: refs, type: "text", ...otherProps, onFocus: handleFocus, className: (0, classnames_1.default)("uicore-inputs-input", className), style: style }));
|
|
41
|
+
});
|
|
42
|
+
/** Basic text input, is a wrapper for the `<input type="text">` HTML element.
|
|
43
|
+
* @public
|
|
44
|
+
* @deprecated Use Input in itwinui-react instead
|
|
45
|
+
*/
|
|
46
|
+
exports.Input = ForwardRefInput; // eslint-disable-line deprecation/deprecation
|
|
47
|
+
//# sourceMappingURL=Input.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/Input.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,2CAAoC;AACpC,+BAA+B;AAC/B,wDAA8D;AAC9D,oDAAiD;AAgBjD,0GAA0G;AAC1G,MAAM,eAAe,GAAG,KAAK,CAAC,UAAU,CAAkC,8CAA8C;AACtH,SAAS,eAAe,CAAC,KAAK,EAAE,GAAG;IACjC,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,gBAAgB,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC,CAAC,wDAAwD;IACvI,MAAM,eAAe,GAAG,KAAK,CAAC,MAAM,EAAoB,CAAC;IACzD,MAAM,IAAI,GAAG,IAAA,iBAAO,EAAC,eAAe,EAAE,GAAG,CAAC,CAAC,CAAE,uGAAuG;IAEpJ,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,MAAM,cAAc,GAAG,eAAe,CAAC,OAAO,CAAC;QAC/C,MAAM,cAAc,GAAG,gBAAgB,CAAC;QAExC,IAAI,cAAc,IAAI,cAAc,EAAE;YACpC,cAAc,CAAC,gBAAgB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;SAC5D;QACD,OAAO,GAAG,EAAE;YACV,IAAI,cAAc,IAAI,cAAc,EAAE;gBACpC,cAAc,CAAC,mBAAmB,CAAC,SAAS,EAAE,cAAc,CAAC,CAAC;aAC/D;QACH,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACnB,IAAI,eAAe,CAAC,OAAO,IAAI,QAAQ;YACrC,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IACpC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,MAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,KAAyC,EAAE,EAAE;QAClF,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,CAAC;IAC/B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,CACL,oBAAC,qBAAa,IAAC,GAAG,EAAE,IAAI,EAAE,IAAI,EAAC,MAAM,KAAK,UAAU,EAAE,OAAO,EAAE,WAAW,EACxE,SAAS,EAAE,IAAA,oBAAU,EAAC,qBAAqB,EAAE,SAAS,CAAC,EAAE,KAAK,EAAE,KAAK,GAAI,CAC5E,CAAC;AACJ,CAAC,CACF,CAAC;AAEF;;;GAGG;AACU,QAAA,KAAK,GAA8C,eAAe,CAAC,CAAE,8CAA8C","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 Inputs\n */\n\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Input as ITwinUI_Input } from \"@itwin/itwinui-react\";\nimport { useRefs } from \"../utils/hooks/useRefs\";\nimport { CommonProps } from \"../utils/Props\";\n\n/** Properties for the [[Input]] component\n * @public\n * @deprecated Use InputProps in itwinui-react instead\n */\nexport interface InputProps extends React.InputHTMLAttributes<HTMLInputElement>, CommonProps {\n /** Indicates whether to set focus to the input element */\n setFocus?: boolean;\n /** Native keydown event handler */\n nativeKeyHandler?: (e: KeyboardEvent) => void;\n /** Provides ability to return reference to HTMLInputElement */\n ref?: React.Ref<HTMLInputElement>;\n}\n\n// Defined using following pattern (const Input at bottom) to ensure useful API documentation is extracted\nconst ForwardRefInput = React.forwardRef<HTMLInputElement, InputProps>( // eslint-disable-line deprecation/deprecation\n function ForwardRefInput(props, ref) {\n const { className, style, setFocus, nativeKeyHandler, ...otherProps } = props; // eslint-disable-line @typescript-eslint/no-unused-vars\n const inputElementRef = React.useRef<HTMLInputElement>();\n const refs = useRefs(inputElementRef, ref); // combine ref needed for target with the forwardRef needed by the Parent when parent is a Type Editor.\n\n React.useEffect(() => {\n const currentElement = inputElementRef.current;\n const currentHandler = nativeKeyHandler;\n\n if (currentElement && currentHandler) {\n currentElement.addEventListener(\"keydown\", currentHandler);\n }\n return () => {\n if (currentHandler && currentElement) {\n currentElement.removeEventListener(\"keydown\", currentHandler);\n }\n };\n }, [nativeKeyHandler]);\n\n React.useEffect(() => {\n if (inputElementRef.current && setFocus)\n inputElementRef.current.focus();\n }, [setFocus]);\n\n const handleFocus = React.useCallback((event: React.FocusEvent<HTMLInputElement>) => {\n event.currentTarget.select();\n }, []);\n\n return (\n <ITwinUI_Input ref={refs} type=\"text\" {...otherProps} onFocus={handleFocus}\n className={classnames(\"uicore-inputs-input\", className)} style={style} />\n );\n }\n);\n\n/** Basic text input, is a wrapper for the `<input type=\"text\">` HTML element.\n * @public\n * @deprecated Use Input in itwinui-react instead\n */\nexport const Input: (props: InputProps) => JSX.Element | null = ForwardRefInput; // eslint-disable-line deprecation/deprecation\n"]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputLabel.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAGH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAExF;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,qBAAqB,EAAE,sBAAsB,EAAE,WAAW;IACjG,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,qBAAa,UAAW,SAAQ,KAAK,CAAC,aAAa,CAAC,eAAe,CAAC;IAClD,MAAM,IAAI,GAAG,CAAC,OAAO;CA2BtC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputLabel.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputLabel.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,2CAAoC;AACpC,+BAA+B;AAW/B;;GAEG;AACH,MAAa,UAAW,SAAQ,KAAK,CAAC,aAA8B;IAClD,MAAM;QACpB,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EACrC,cAAc,EAAE,UAAU,EAC1B,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;QAEzD,OAAO,CACL,+BAAO,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,IAAA,oBAAU,EACxC,6BAA6B,EAC7B,IAAI,CAAC,KAAK,CAAC,QAAQ,IAAI,iBAAiB,EACxC,MAAM,EACN,SAAS,CACV;YACE,KAAK;gBACJ,6BAAK,SAAS,EAAE,IAAA,oBAAU,EAAC,cAAc,EAAE,cAAc,CAAC,EAAE,KAAK,EAAE,UAAU;;oBAAI,KAAK;wBAAQ;YAEhG,6BAAK,SAAS,EAAE,IAAA,oBAAU,EAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;gBAC3D,IAAI,CAAC,KAAK,CAAC,QAAQ;gBACnB,MAAM;oBACL,2BAAG,SAAS,EAAE,IAAA,oBAAU,EAAC,MAAM,EAAE,eAAe,MAAM,EAAE,CAAC,GAAI,CAE3D;YACL,OAAO;gBACN,6BAAK,SAAS,EAAE,IAAA,oBAAU,EAAC,gBAAgB,EAAE,gBAAgB,CAAC,EAAE,KAAK,EAAE,YAAY,IAAG,OAAO,CAAO,CAEhG,CACT,CAAC;IACJ,CAAC;CACF;AA5BD,gCA4BC","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 Inputs\n */\n\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { CommonProps } from \"../utils/Props\";\nimport { LabeledComponentProps, MessagedComponentProps } from \"./LabeledComponentProps\";\n\n/** Properties for [[InputLabel]] components\n * @public\n */\nexport interface InputLabelProps extends LabeledComponentProps, MessagedComponentProps, CommonProps {\n disabled?: boolean;\n}\n\n/** Text input wrapper that provides additional styling and labeling\n * @public\n */\nexport class InputLabel extends React.PureComponent<InputLabelProps> {\n public override render(): JSX.Element {\n const { label, status, className, style,\n labelClassName, labelStyle,\n message, messageClassName, messageStyle } = this.props;\n\n return (\n <label style={style} className={classnames(\n \"uicore-inputs-labeled-input\",\n this.props.disabled && \"uicore-disabled\",\n status,\n className,\n )}>\n {label &&\n <div className={classnames(\"uicore-label\", labelClassName)} style={labelStyle}> {label} </div>\n }\n <div className={classnames(\"input\", { \"with-icon\": !!status })}>\n {this.props.children}\n {status &&\n <i className={classnames(\"icon\", `icon-status-${status}`)} />\n }\n </div>\n {message &&\n <div className={classnames(\"uicore-message\", messageClassName)} style={messageStyle}>{message}</div>\n }\n </label>\n );\n }\n}\n"]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputStatus.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputStatus.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;GAEG;AACH,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,KAAK,UAAU;CAChB"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InputStatus.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/InputStatus.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;GAEG;AACH,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACjB,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB","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 Inputs\n */\n\n/** Enum for Input status\n * @public\n */\nexport enum InputStatus {\n Success = \"success\",\n Warning = \"warning\",\n Error = \"error\",\n}\n"]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabeledComponentProps.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/LabeledComponentProps.tsx"],"names":[],"mappings":"AAIA;;GAEG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,0DAA0D;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yDAAyD;IACzD,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,2DAA2D;IAC3D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,sDAAsD;IACtD,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IACjC,0CAA0C;IAC1C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,qCAAqC;IACrC,UAAU,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAClC;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,2CAA2C;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uCAAuC;IACvC,YAAY,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACpC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabeledComponentProps.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/LabeledComponentProps.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","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 Inputs\n */\n\nimport * as React from \"react\";\nimport { InputStatus } from \"./InputStatus\";\n\n/** Properties for labeled components\n * @public\n */\nexport interface LabeledComponentProps {\n /** Text that will be shown next to or above the input. */\n label?: string;\n /** Input status like: \"Success\", \"Warning\" or \"Error\" */\n status?: InputStatus;\n /** Custom CSS class name for the checkbox input element */\n inputClassName?: string;\n /** Custom CSS Style for the checkbox input element */\n inputStyle?: React.CSSProperties;\n /** Custom CSS class name for the label */\n labelClassName?: string;\n /** Custom CSS Style for the label */\n labelStyle?: React.CSSProperties;\n}\n\n/** Properties for components with messages\n * @public\n */\nexport interface MessagedComponentProps {\n /** Optional text shown below the input. */\n message?: string;\n /** Custom CSS class name for the message */\n messageClassName?: string;\n /** Custom CSS Style for the message */\n messageStyle?: React.CSSProperties;\n}\n"]}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../../src/core-react/inputs/LabeledInput.tsx"],"names":[],"mappings":"AAIA;;GAEG;;AAIH,OAAO,EAAS,UAAU,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAIxF;;;GAGG;AACH,MAAM,WAAW,iBAAkB,SAAQ,UAAU,EAAE,qBAAqB,EAAE,sBAAsB;CAAI;AAExG;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eA4BpD"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
/** @packageDocumentation
|
|
7
|
+
* @module Inputs
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.LabeledInput = void 0;
|
|
11
|
+
const classnames_1 = require("classnames");
|
|
12
|
+
const React = require("react");
|
|
13
|
+
const Input_1 = require("./Input");
|
|
14
|
+
/** Text input wrapper that provides additional styling and labeling
|
|
15
|
+
* @public
|
|
16
|
+
* @deprecated Use LabeledInput in itwinui-react instead
|
|
17
|
+
*/
|
|
18
|
+
function LabeledInput(props) {
|
|
19
|
+
const { label, status, className, style, inputClassName, inputStyle, labelClassName, labelStyle, disabled, message, messageClassName, messageStyle, ...otherProps } = props;
|
|
20
|
+
return (React.createElement("label", { style: style, className: (0, classnames_1.default)("uicore-inputs-labeled-input", disabled && "uicore-disabled", status, className) },
|
|
21
|
+
label &&
|
|
22
|
+
React.createElement("div", { className: (0, classnames_1.default)("uicore-label", labelClassName), style: labelStyle },
|
|
23
|
+
" ",
|
|
24
|
+
label,
|
|
25
|
+
" "),
|
|
26
|
+
React.createElement("div", { className: (0, classnames_1.default)("input", { "with-icon": !!status }) },
|
|
27
|
+
React.createElement(Input_1.Input, { disabled: disabled, className: inputClassName, style: inputStyle, ...otherProps }),
|
|
28
|
+
status &&
|
|
29
|
+
React.createElement("i", { className: (0, classnames_1.default)("icon", `icon-status-${status}`) })),
|
|
30
|
+
message &&
|
|
31
|
+
React.createElement("div", { className: (0, classnames_1.default)("uicore-message", messageClassName), style: messageStyle }, message)));
|
|
32
|
+
}
|
|
33
|
+
exports.LabeledInput = LabeledInput;
|
|
34
|
+
//# sourceMappingURL=LabeledInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LabeledInput.js","sourceRoot":"","sources":["../../../../src/core-react/inputs/LabeledInput.tsx"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,2CAAoC;AACpC,+BAA+B;AAC/B,mCAA4C;AAW5C;;;GAGG;AACH,SAAgB,YAAY,CAAC,KAAwB;IACnD,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EACrC,cAAc,EAAE,UAAU,EAC1B,cAAc,EAAE,UAAU,EAAE,QAAQ,EACpC,OAAO,EAAE,gBAAgB,EAAE,YAAY,EACvC,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;IAE1B,OAAO,CACL,+BAAO,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,IAAA,oBAAU,EACxC,6BAA6B,EAC7B,QAAQ,IAAI,iBAAiB,EAC7B,MAAM,EACN,SAAS,CACV;QACE,KAAK;YACJ,6BAAK,SAAS,EAAE,IAAA,oBAAU,EAAC,cAAc,EAAE,cAAc,CAAC,EAAE,KAAK,EAAE,UAAU;;gBAAI,KAAK;oBAAQ;QAEhG,6BAAK,SAAS,EAAE,IAAA,oBAAU,EAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;YAC5D,oBAAC,aAAK,IAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,cAAc,EAAE,KAAK,EAAE,UAAU,KAAM,UAAU,GAAI;YAC1F,MAAM;gBACL,2BAAG,SAAS,EAAE,IAAA,oBAAU,EAAC,MAAM,EAAE,eAAe,MAAM,EAAE,CAAC,GAAI,CAE3D;QACL,OAAO;YACN,6BAAK,SAAS,EAAE,IAAA,oBAAU,EAAC,gBAAgB,EAAE,gBAAgB,CAAC,EAAE,KAAK,EAAE,YAAY,IAAG,OAAO,CAAO,CAEhG,CACT,CAAC;AACJ,CAAC;AA5BD,oCA4BC","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 Inputs\n */\n\nimport classnames from \"classnames\";\nimport * as React from \"react\";\nimport { Input, InputProps } from \"./Input\";\nimport { LabeledComponentProps, MessagedComponentProps } from \"./LabeledComponentProps\";\n\n/* eslint-disable deprecation/deprecation */\n\n/** Properties for [[LabeledInput]] components\n * @public\n * @deprecated Use LabeledInputProps in itwinui-react instead\n */\nexport interface LabeledInputProps extends InputProps, LabeledComponentProps, MessagedComponentProps { } // eslint-disable-line deprecation/deprecation\n\n/** Text input wrapper that provides additional styling and labeling\n * @public\n * @deprecated Use LabeledInput in itwinui-react instead\n */\nexport function LabeledInput(props: LabeledInputProps) { // eslint-disable-line deprecation/deprecation\n const { label, status, className, style,\n inputClassName, inputStyle,\n labelClassName, labelStyle, disabled,\n message, messageClassName, messageStyle,\n ...otherProps } = props;\n\n return (\n <label style={style} className={classnames(\n \"uicore-inputs-labeled-input\",\n disabled && \"uicore-disabled\",\n status,\n className,\n )}>\n {label &&\n <div className={classnames(\"uicore-label\", labelClassName)} style={labelStyle}> {label} </div>\n }\n <div className={classnames(\"input\", { \"with-icon\": !!status })}>\n <Input disabled={disabled} className={inputClassName} style={inputStyle} {...otherProps} />\n {status &&\n <i className={classnames(\"icon\", `icon-status-${status}`)} />\n }\n </div>\n {message &&\n <div className={classnames(\"uicore-message\", messageClassName)} style={messageStyle}>{message}</div>\n }\n </label>\n );\n}\n"]}
|