@jetbrains/ring-ui 5.0.0-beta.3 → 5.0.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +49 -1
- package/babel.config.js +1 -12
- package/components/alert/alert.css +3 -14
- package/components/alert/alert.d.ts +3 -0
- package/components/alert/alert.js +8 -7
- package/components/alert/container.css +0 -2
- package/components/alert-service/alert-service.examples.css +5 -3
- package/components/auth/auth__core.d.ts +3 -1
- package/components/auth/auth__core.js +42 -15
- package/components/auth/down-notification.css +1 -1
- package/components/auth-dialog/auth-dialog.d.ts +11 -0
- package/components/auth-dialog/auth-dialog.js +33 -2
- package/components/autofocus-ng/autofocus-ng.js +1 -1
- package/components/autofocus-ng/autofocus-ng.test.js +1 -1
- package/components/button/button.css +93 -204
- package/components/button/button.d.ts +7 -8
- package/components/button/button.js +6 -8
- package/components/button/button__classes.d.ts +1 -1
- package/components/button/button__classes.js +4 -7
- package/components/button-group/button-group.css +136 -19
- package/components/button-group/button-group.d.ts +4 -1
- package/components/button-group/button-group.js +3 -3
- package/components/button-group-ng/button-group-ng.css +1 -0
- package/components/button-group-ng/button-group-ng.examples.js +1 -1
- package/components/button-ng/button-ng.examples.js +6 -7
- package/components/button-ng/button-ng.js +6 -25
- package/components/button-set/button-set.css +1 -0
- package/components/button-toolbar/button-toolbar.css +2 -0
- package/components/checkbox/checkbox.css +10 -4
- package/components/date-picker/date-input.js +2 -1
- package/components/date-picker/date-picker.css +2 -1
- package/components/dialog/dialog.css +10 -3
- package/components/dialog-ng/dialog-ng__template.js +1 -0
- package/components/error-bubble/error-bubble-legacy.css +1 -1
- package/components/error-bubble/error-bubble.css +1 -1
- package/components/global/controls-height.d.ts +7 -0
- package/components/global/controls-height.js +8 -0
- package/components/global/theme.d.ts +7 -20
- package/components/global/theme.js +26 -32
- package/components/global/variables.css +30 -25
- package/components/global/variables.d.ts +10 -8
- package/components/global/variables_dark.css +68 -0
- package/components/header/header.css +19 -10
- package/components/header/header.d.ts +7 -69
- package/components/header/header.js +10 -9
- package/components/header/services.css +3 -3
- package/components/header/services.d.ts +5 -0
- package/components/header/services.js +8 -2
- package/components/header/tray-icon.d.ts +18 -575
- package/components/heading/heading.css +4 -1
- package/components/icon/icon.css +1 -1
- package/components/input/input.css +81 -151
- package/components/input/input.d.ts +13 -17
- package/components/input/input.js +28 -32
- package/components/input-ng/input-ng.examples.js +1 -1
- package/components/input-ng/input-ng.js +45 -49
- package/components/island/adaptive-island-hoc.d.ts +2 -2
- package/components/island/adaptive-island-hoc.js +2 -2
- package/components/island/content.js +2 -7
- package/components/island/header.js +7 -4
- package/components/island/island.css +8 -5
- package/components/island/island.d.ts +2 -2
- package/components/island-legacy/island-legacy.css +1 -1
- package/components/list/list.d.ts +1 -1
- package/components/loader-inline/loader-inline.css +14 -0
- package/components/loader-inline/loader-inline.d.ts +4 -41
- package/components/loader-inline/loader-inline.js +3 -11
- package/components/loader-inline-ng/loader-inline-ng.js +1 -17
- package/components/loader-inline-ng/loader-inline-ng.test.js +0 -11
- package/components/markdown/code.d.ts +6 -13
- package/components/markdown/code.js +2 -2
- package/components/markdown/heading.d.ts +5 -9
- package/components/markdown/heading.js +2 -2
- package/components/markdown/link.d.ts +4 -8
- package/components/markdown/link.js +1 -1
- package/components/markdown/markdown.d.ts +2 -3
- package/components/markdown/markdown.js +14 -11
- package/components/message/message.css +7 -3
- package/components/message/message.d.ts +3 -0
- package/components/message/message.js +16 -9
- package/components/pager/pager.js +2 -8
- package/components/popup/popup.css +1 -1
- package/components/popup/popup.target.d.ts +1 -0
- package/components/progress-bar/progress-bar.css +8 -12
- package/components/progress-bar/progress-bar.d.ts +0 -4
- package/components/progress-bar/progress-bar.js +1 -6
- package/components/progress-bar-ng/progress-bar-ng.examples.js +3 -2
- package/components/query-assist/query-assist.css +48 -64
- package/components/query-assist/query-assist.d.ts +0 -5
- package/components/query-assist/query-assist.js +4 -10
- package/components/radio/radio.css +10 -4
- package/components/select/select.css +19 -37
- package/components/select/select.d.ts +4 -6
- package/components/select/select.js +17 -30
- package/components/select/select__filter.js +2 -1
- package/components/select/select__popup.js +1 -2
- package/components/select-ng/select-ng.examples.js +1 -0
- package/components/select-ng/select-ng.js +3 -1
- package/components/select-ng/select-ng.test.js +1 -1
- package/components/select-ng/select-ng__lazy.js +1 -2
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.css +1 -1
- package/components/shortcuts-hint-ng/shortcuts-hint-ng.examples.js +1 -1
- package/components/tabs/collapsible-tab.js +2 -2
- package/components/tabs/dumb-tabs.d.ts +4 -107
- package/components/tabs/dumb-tabs.js +5 -9
- package/components/tabs/tab.d.ts +2 -0
- package/components/tabs/tabs.css +8 -28
- package/components/tabs-ng/tabs-ng.examples.js +11 -3
- package/components/tabs-ng/tabs-ng.js +1 -4
- package/components/tabs-ng/tabs-ng__template.js +1 -1
- package/components/tag/tag.css +31 -8
- package/components/tag/tag.d.ts +1 -0
- package/components/tag/tag.js +1 -0
- package/components/tags-input/tags-input.css +10 -4
- package/components/toggle/toggle.css +61 -35
- package/components/toggle/toggle.d.ts +9 -89
- package/components/toggle/toggle.js +7 -7
- package/components/tooltip/tooltip.css +7 -0
- package/components/tooltip/tooltip.d.ts +1 -0
- package/components/tooltip/tooltip.js +3 -2
- package/components/user-agreement/service.d.ts +2 -2
- package/components/user-agreement/user-agreement.js +1 -1
- package/dist/_helpers/anchor.js +3 -3
- package/dist/_helpers/badge.js +1 -1
- package/dist/_helpers/button-group.js +1 -1
- package/dist/_helpers/button-set.js +1 -1
- package/dist/_helpers/button-toolbar.js +1 -1
- package/dist/_helpers/button__classes.js +5 -8
- package/dist/_helpers/card.js +1 -1
- package/dist/_helpers/checkbox.js +1 -1
- package/dist/_helpers/date-picker.js +1 -1
- package/dist/_helpers/dialog__body-scroll-preventer.js +1 -1
- package/dist/_helpers/error-message.js +1 -1
- package/dist/_helpers/footer.js +1 -1
- package/dist/_helpers/grid.js +1 -1
- package/dist/_helpers/group.js +1 -1
- package/dist/_helpers/header.js +1 -1
- package/dist/_helpers/icon.js +1 -1
- package/dist/_helpers/input.js +1 -1
- package/dist/_helpers/island.js +1 -1
- package/dist/_helpers/link.js +1 -1
- package/dist/_helpers/list.js +1 -1
- package/dist/_helpers/loader-inline.js +3 -0
- package/dist/_helpers/loader-screen.js +1 -1
- package/dist/_helpers/panel.js +1 -1
- package/dist/_helpers/query-assist__suggestions.js +1 -1
- package/dist/_helpers/radio.js +1 -1
- package/dist/_helpers/select__filter.js +5 -3
- package/dist/_helpers/services-link.js +1 -1
- package/dist/_helpers/sidebar.js +1 -1
- package/dist/_helpers/table.js +1 -1
- package/dist/_helpers/tabs.js +1 -1
- package/dist/_helpers/theme.js +50 -0
- package/dist/_helpers/title.js +1 -1
- package/dist/alert/alert.d.ts +3 -0
- package/dist/alert/alert.js +21 -19
- package/dist/alert/container.js +1 -1
- package/dist/alert-service/alert-service.js +9 -7
- package/dist/auth/auth.js +9 -9
- package/dist/auth/auth__core.d.ts +3 -1
- package/dist/auth/auth__core.js +58 -26
- package/dist/auth/down-notification.js +8 -8
- package/dist/auth/iframe-flow.js +1 -1
- package/dist/auth/landing.js +9 -9
- package/dist/auth/storage.js +9 -7
- package/dist/auth-dialog/auth-dialog.d.ts +11 -0
- package/dist/auth-dialog/auth-dialog.js +52 -7
- package/dist/auth-dialog-service/auth-dialog-service.js +1 -1
- package/dist/auth-ng/auth-ng.js +9 -9
- package/dist/autofocus-ng/autofocus-ng.js +1 -1
- package/dist/avatar/avatar.js +1 -1
- package/dist/avatar-editor-ng/avatar-editor-ng.js +9 -7
- package/dist/breadcrumb-ng/breadcrumb-ng.js +1 -1
- package/dist/button/button.d.ts +7 -8
- package/dist/button/button.js +6 -8
- package/dist/button/button__classes.d.ts +1 -1
- package/dist/button/button__classes.js +0 -3
- package/dist/button-group/button-group.d.ts +4 -1
- package/dist/button-group/button-group.js +5 -3
- package/dist/button-group-ng/button-group-ng.js +1 -1
- package/dist/button-ng/button-ng.js +6 -31
- package/dist/code/code.js +1 -1
- package/dist/confirm/confirm.js +5 -5
- package/dist/confirm-ng/confirm-ng.js +1 -1
- package/dist/confirm-service/confirm-service.js +1 -1
- package/dist/data-list/data-list.js +2 -7
- package/dist/data-list/item.js +8 -13
- package/dist/data-list-ng/data-list-ng.js +2 -7
- package/dist/date-picker/date-input.js +4 -3
- package/dist/date-picker/date-picker.js +1 -1
- package/dist/date-picker/date-popup.js +1 -1
- package/dist/dialog/dialog.js +3 -3
- package/dist/dialog-ng/dialog-ng.js +3 -3
- package/dist/dialog-ng/dialog-ng__template.js +1 -0
- package/dist/docked-panel-ng/docked-panel-ng.js +1 -1
- package/dist/dropdown/anchor.js +1 -1
- package/dist/dropdown/dropdown.js +1 -1
- package/dist/dropdown-menu/dropdown-menu.js +1 -1
- package/dist/error-bubble/error-bubble.js +1 -1
- package/dist/global/controls-height.d.ts +7 -0
- package/dist/global/controls-height.js +13 -0
- package/dist/global/theme.d.ts +7 -20
- package/dist/global/theme.js +7 -62
- package/dist/global/variables.d.ts +10 -8
- package/dist/header/header.d.ts +7 -69
- package/dist/header/header.js +13 -17
- package/dist/header/profile.js +3 -3
- package/dist/header/services.d.ts +5 -0
- package/dist/header/services.js +11 -3
- package/dist/header/smart-profile.js +10 -14
- package/dist/header/smart-services.js +9 -13
- package/dist/header/tray-icon.d.ts +18 -575
- package/dist/header/tray-icon.js +4 -4
- package/dist/heading/heading.js +1 -1
- package/dist/input/input.d.ts +13 -17
- package/dist/input/input.js +32 -41
- package/dist/input-ng/input-ng.js +46 -49
- package/dist/island/adaptive-island-hoc.d.ts +2 -2
- package/dist/island/adaptive-island-hoc.js +4 -2
- package/dist/island/content.js +2 -9
- package/dist/island/header.js +7 -4
- package/dist/island/island.d.ts +2 -2
- package/dist/list/list.d.ts +1 -1
- package/dist/loader/loader__core.js +1 -1
- package/dist/loader-inline/loader-inline.d.ts +4 -41
- package/dist/loader-inline/loader-inline.js +3 -21
- package/dist/loader-inline-ng/loader-inline-ng.js +2 -30
- package/dist/login-dialog/login-dialog.js +2 -2
- package/dist/login-dialog/service.js +1 -1
- package/dist/markdown/code.d.ts +6 -13
- package/dist/markdown/code.js +3 -3
- package/dist/markdown/heading.d.ts +5 -9
- package/dist/markdown/heading.js +2 -2
- package/dist/markdown/link.d.ts +4 -8
- package/dist/markdown/link.js +1 -1
- package/dist/markdown/markdown.d.ts +2 -3
- package/dist/markdown/markdown.js +16 -16
- package/dist/message/message.d.ts +3 -0
- package/dist/message/message.js +18 -10
- package/dist/pager/pager.js +8 -12
- package/dist/pager-ng/pager-ng.js +3 -7
- package/dist/permissions-ng/permissions-ng.js +9 -9
- package/dist/popup/popup.js +1 -1
- package/dist/popup/popup.target.d.ts +1 -0
- package/dist/progress-bar/progress-bar.d.ts +0 -4
- package/dist/progress-bar/progress-bar.js +1 -7
- package/dist/progress-bar-ng/progress-bar-ng.js +0 -1
- package/dist/promised-click-ng/promised-click-ng.js +2 -2
- package/dist/query-assist/query-assist.d.ts +0 -5
- package/dist/query-assist/query-assist.js +10 -26
- package/dist/query-assist-ng/query-assist-ng.js +2 -7
- package/dist/save-field-ng/save-field-ng.js +2 -9
- package/dist/select/select.d.ts +4 -6
- package/dist/select/select.js +35 -58
- package/dist/select/select__filter.js +1 -1
- package/dist/select/select__popup.js +7 -13
- package/dist/select-ng/select-ng.js +5 -9
- package/dist/select-ng/select-ng__lazy.js +7 -11
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +2 -2
- package/dist/sidebar-ng/sidebar-ng.js +2 -2
- package/dist/storage/storage.js +9 -7
- package/dist/storage/storage__local.js +9 -7
- package/dist/style.css +1 -1
- package/dist/tab-trap/tab-trap.js +1 -1
- package/dist/table/row-with-focus-sensor.js +1 -1
- package/dist/table/row.js +5 -5
- package/dist/table/smart-table.js +1 -1
- package/dist/table/table.js +1 -1
- package/dist/table-legacy-ng/table-legacy-ng.js +3 -7
- package/dist/table-legacy-ng/table-legacy-ng__pager.js +3 -7
- package/dist/table-ng/smart-table-ng.js +1 -1
- package/dist/table-ng/table-ng.js +1 -1
- package/dist/tabs/collapsible-more.js +1 -1
- package/dist/tabs/collapsible-tab.js +3 -2
- package/dist/tabs/collapsible-tabs.js +1 -1
- package/dist/tabs/dumb-tabs.d.ts +4 -107
- package/dist/tabs/dumb-tabs.js +6 -12
- package/dist/tabs/smart-tabs.js +3 -3
- package/dist/tabs/tab.d.ts +2 -0
- package/dist/tabs/tabs.js +1 -1
- package/dist/tabs-ng/tabs-ng.js +1 -6
- package/dist/tabs-ng/tabs-ng__template.js +1 -1
- package/dist/tag/tag.d.ts +1 -0
- package/dist/tag/tag.js +5 -4
- package/dist/tags-input/tags-input.js +5 -9
- package/dist/tags-input-ng/tags-input-ng.js +4 -8
- package/dist/tags-list/tags-list.js +1 -1
- package/dist/text/text.js +1 -1
- package/dist/toggle/toggle.d.ts +9 -89
- package/dist/toggle/toggle.js +7 -8
- package/dist/toggle-ng/toggle-ng.js +2 -3
- package/dist/tooltip/tooltip.d.ts +1 -0
- package/dist/tooltip/tooltip.js +6 -3
- package/dist/user-agreement/service.d.ts +2 -2
- package/dist/user-agreement/service.js +9 -13
- package/dist/user-agreement/user-agreement.js +8 -10
- package/dist/user-card/smart-user-card-tooltip.js +6 -11
- package/dist/user-card/tooltip.js +1 -1
- package/dist/user-card/user-card.js +2 -7
- package/dist/user-card-ng/user-card-ng.js +4 -9
- package/package.json +5 -5
- package/webpack.config.js +0 -11
- package/components/global/conic-gradient.d.ts +0 -796
- package/components/global/conic-gradient.js +0 -21
- package/components/global/radial-gradient-mask.d.ts +0 -9
- package/components/global/radial-gradient-mask.js +0 -39
- package/components/global/supports-css.d.ts +0 -2
- package/components/global/supports-css.js +0 -14
- package/components/global/variables_dark.d.ts +0 -3
- package/components/global/variables_dark.js +0 -53
- package/components/loader-inline/inject-styles.d.ts +0 -2
- package/components/loader-inline/inject-styles.js +0 -17
- package/dist/_helpers/inject-styles.js +0 -22
- package/dist/global/conic-gradient.d.ts +0 -796
- package/dist/global/conic-gradient.js +0 -35
- package/dist/global/radial-gradient-mask.d.ts +0 -9
- package/dist/global/radial-gradient-mask.js +0 -49
- package/dist/global/supports-css.d.ts +0 -2
- package/dist/global/supports-css.js +0 -20
- package/dist/global/variables_dark.d.ts +0 -3
- package/dist/global/variables_dark.js +0 -57
- package/dist/loader-inline/inject-styles.d.ts +0 -2
- package/dist/loader-inline/inject-styles.js +0 -11
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { HTMLAttributes, PureComponent } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
|
|
4
|
-
export interface LoaderInlineProps extends ThemeProps, HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
export interface LoaderInlineProps extends HTMLAttributes<HTMLDivElement> {
|
|
5
4
|
'data-test'?: string | null | undefined;
|
|
6
5
|
}
|
|
7
6
|
/**
|
|
@@ -9,47 +8,11 @@ export interface LoaderInlineProps extends ThemeProps, HTMLAttributes<HTMLDivEle
|
|
|
9
8
|
*/
|
|
10
9
|
declare class LoaderInline extends PureComponent<LoaderInlineProps> {
|
|
11
10
|
static propTypes: {
|
|
12
|
-
theme: PropTypes.Requireable<Theme>;
|
|
13
11
|
className: PropTypes.Requireable<string>;
|
|
14
12
|
'data-test': PropTypes.Requireable<string>;
|
|
15
13
|
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
16
14
|
};
|
|
17
|
-
componentDidMount(): void;
|
|
18
|
-
static Theme: typeof Theme;
|
|
19
15
|
render(): JSX.Element;
|
|
20
16
|
}
|
|
21
|
-
declare
|
|
22
|
-
|
|
23
|
-
className: PropTypes.Requireable<string>;
|
|
24
|
-
'data-test': PropTypes.Requireable<string>;
|
|
25
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
26
|
-
}>, never> & Pick<LoaderInlineProps, "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is">) | (Pick<LoaderInlineProps, "className" | "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "theme" | "data-test"> & Pick<PropTypes.InferProps<React.WeakValidationMap<LoaderInlineProps> & {
|
|
27
|
-
theme: PropTypes.Requireable<Theme>;
|
|
28
|
-
className: PropTypes.Requireable<string>;
|
|
29
|
-
'data-test': PropTypes.Requireable<string>;
|
|
30
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
31
|
-
}>, "inlist"> & Pick<LoaderInlineProps, never>), "theme"> & import("../global/theme").ThemeOuterProps & React.RefAttributes<LoaderInline>> & {
|
|
32
|
-
readonly type: React.ForwardRefExoticComponent<Omit<(Pick<LoaderInlineProps, "className" | "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "theme" | "data-test"> & Pick<PropTypes.InferProps<{
|
|
33
|
-
theme: PropTypes.Requireable<Theme>;
|
|
34
|
-
className: PropTypes.Requireable<string>;
|
|
35
|
-
'data-test': PropTypes.Requireable<string>;
|
|
36
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
37
|
-
}>, never> & Pick<LoaderInlineProps, "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is">) | (Pick<LoaderInlineProps, "className" | "color" | "id" | "lang" | "style" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "dir" | "slot" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "theme" | "data-test"> & Pick<PropTypes.InferProps<React.WeakValidationMap<LoaderInlineProps> & {
|
|
38
|
-
theme: PropTypes.Requireable<Theme>;
|
|
39
|
-
className: PropTypes.Requireable<string>;
|
|
40
|
-
'data-test': PropTypes.Requireable<string>;
|
|
41
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
42
|
-
}>, "inlist"> & Pick<LoaderInlineProps, never>), "theme"> & import("../global/theme").ThemeOuterProps & React.RefAttributes<LoaderInline>>;
|
|
43
|
-
} & {
|
|
44
|
-
prototype: LoaderInline;
|
|
45
|
-
propTypes: {
|
|
46
|
-
theme: PropTypes.Requireable<Theme>;
|
|
47
|
-
className: PropTypes.Requireable<string>;
|
|
48
|
-
'data-test': PropTypes.Requireable<string>;
|
|
49
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
50
|
-
};
|
|
51
|
-
Theme: typeof Theme;
|
|
52
|
-
contextType?: React.Context<any> | undefined;
|
|
53
|
-
};
|
|
54
|
-
export declare type LoaderInlineAtrrs = ComponentPropsWithRef<typeof ThemedLoaderInline>;
|
|
55
|
-
export default ThemedLoaderInline;
|
|
17
|
+
export declare type LoaderInlineAtrrs = JSX.LibraryManagedAttributes<typeof LoaderInline, LoaderInlineProps>;
|
|
18
|
+
export default LoaderInline;
|
|
@@ -2,35 +2,22 @@ import { _ as _defineProperty, a as _extends } from '../_helpers/_rollupPluginBa
|
|
|
2
2
|
import React, { PureComponent } from 'react';
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import Theme, { withTheme } from '../global/theme.js';
|
|
6
5
|
import joinDataTestAttributes from '../global/data-tests.js';
|
|
7
|
-
import {
|
|
8
|
-
import '../global/conic-gradient.js';
|
|
9
|
-
import 'conic-gradient';
|
|
10
|
-
import '../global/memoize.js';
|
|
11
|
-
import '../global/supports-css.js';
|
|
12
|
-
import '../global/inject-styles.js';
|
|
13
|
-
import '../global/radial-gradient-mask.js';
|
|
14
|
-
import '../global/get-uid.js';
|
|
6
|
+
import { m as modules_e49a3529 } from '../_helpers/loader-inline.js';
|
|
15
7
|
|
|
16
8
|
/**
|
|
17
9
|
* @name Loader Inline
|
|
18
10
|
*/
|
|
19
11
|
|
|
20
12
|
class LoaderInline extends PureComponent {
|
|
21
|
-
componentDidMount() {
|
|
22
|
-
injectStyles();
|
|
23
|
-
}
|
|
24
|
-
|
|
25
13
|
render() {
|
|
26
14
|
const {
|
|
27
15
|
className,
|
|
28
|
-
theme,
|
|
29
16
|
'data-test': dataTest,
|
|
30
17
|
children,
|
|
31
18
|
...restProps
|
|
32
19
|
} = this.props;
|
|
33
|
-
const classes = classNames(modules_e49a3529.loader, className
|
|
20
|
+
const classes = classNames(modules_e49a3529.loader, className);
|
|
34
21
|
const loader = /*#__PURE__*/React.createElement("div", _extends({}, restProps, {
|
|
35
22
|
"data-test": joinDataTestAttributes('ring-loader-inline', dataTest),
|
|
36
23
|
className: classes
|
|
@@ -43,14 +30,9 @@ class LoaderInline extends PureComponent {
|
|
|
43
30
|
}
|
|
44
31
|
|
|
45
32
|
_defineProperty(LoaderInline, "propTypes", {
|
|
46
|
-
theme: PropTypes.oneOf(Object.values(Theme)),
|
|
47
33
|
className: PropTypes.string,
|
|
48
34
|
'data-test': PropTypes.string,
|
|
49
35
|
children: PropTypes.node
|
|
50
36
|
});
|
|
51
37
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
const ThemedLoaderInline = withTheme()(LoaderInline);
|
|
55
|
-
|
|
56
|
-
export { ThemedLoaderInline as default };
|
|
38
|
+
export { LoaderInline as default };
|
|
@@ -1,41 +1,13 @@
|
|
|
1
|
-
import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
1
|
import angular from 'angular';
|
|
3
|
-
import { m as modules_e49a3529
|
|
4
|
-
import Theme from '../global/theme.js';
|
|
5
|
-
import '../global/conic-gradient.js';
|
|
6
|
-
import 'conic-gradient';
|
|
7
|
-
import '../global/memoize.js';
|
|
8
|
-
import '../global/supports-css.js';
|
|
9
|
-
import '../global/inject-styles.js';
|
|
10
|
-
import '../global/radial-gradient-mask.js';
|
|
11
|
-
import '../global/get-uid.js';
|
|
12
|
-
import 'react';
|
|
2
|
+
import { m as modules_e49a3529 } from '../_helpers/loader-inline.js';
|
|
13
3
|
|
|
14
4
|
/**
|
|
15
5
|
* @name Loader Inline Ng
|
|
16
6
|
*/
|
|
17
7
|
|
|
18
8
|
const angularModule = angular.module('Ring.loader-inline', []);
|
|
19
|
-
|
|
20
|
-
class LoaderController {
|
|
21
|
-
constructor() {
|
|
22
|
-
_defineProperty(this, "getThemeClass", () => `${modules_e49a3529.loader}_${this.theme}`);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
$onInit() {
|
|
26
|
-
injectStyles();
|
|
27
|
-
this.theme = this.theme || Theme.LIGHT;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
LoaderController.$inject = [];
|
|
33
9
|
angularModule.component('rgLoaderInline', {
|
|
34
|
-
|
|
35
|
-
theme: '@?'
|
|
36
|
-
},
|
|
37
|
-
template: `<div data-test="ring-loader-inline-ng" class="${modules_e49a3529.loader}" ng-class="$ctrl.getThemeClass()"></div>`,
|
|
38
|
-
controller: LoaderController
|
|
10
|
+
template: `<div data-test="ring-loader-inline-ng" class="${modules_e49a3529.loader}"></div>`
|
|
39
11
|
});
|
|
40
12
|
var loaderInlineNg = angularModule.name;
|
|
41
13
|
|
|
@@ -27,8 +27,8 @@ import '../icon/icon__constants.js';
|
|
|
27
27
|
import '../_helpers/icon.js';
|
|
28
28
|
import '../icon/icon__svg.js';
|
|
29
29
|
import '../global/memoize.js';
|
|
30
|
-
import '../global/theme.js';
|
|
31
30
|
import '../link/clickableLink.js';
|
|
31
|
+
import '../global/controls-height.js';
|
|
32
32
|
import '../_helpers/button__classes.js';
|
|
33
33
|
import '../popup/popup.target.js';
|
|
34
34
|
import '../_helpers/dialog__body-scroll-preventer.js';
|
|
@@ -46,7 +46,7 @@ import '../auth/response-parser.js';
|
|
|
46
46
|
import 'es6-error';
|
|
47
47
|
import '../global/url.js';
|
|
48
48
|
|
|
49
|
-
var modules_45da1992 = {"unit":"8px","iFrame":"
|
|
49
|
+
var modules_45da1992 = {"unit":"8px","iFrame":"iFrame_rui_6e5b","dialogContent":"dialogContent_rui_6e5b","nonOpaqueLoader":"nonOpaqueLoader_rui_6e5b","fallbackLinkContainer":"fallbackLinkContainer_rui_6e5b"};
|
|
50
50
|
|
|
51
51
|
const HUB_AUTH_PAGE_LOGIN_STARTED = 'HUB_AUTH_PAGE_LOGIN_STARTED';
|
|
52
52
|
const HUB_AUTH_PAGE_LOGIN_DIMENSIONS = 'HUB_AUTH_PAGE_LOGIN_DIMENSIONS';
|
|
@@ -32,8 +32,8 @@ import '../icon/icon__constants.js';
|
|
|
32
32
|
import '../_helpers/icon.js';
|
|
33
33
|
import '../icon/icon__svg.js';
|
|
34
34
|
import '../global/memoize.js';
|
|
35
|
-
import '../global/theme.js';
|
|
36
35
|
import '../link/clickableLink.js';
|
|
36
|
+
import '../global/controls-height.js';
|
|
37
37
|
import '../_helpers/button__classes.js';
|
|
38
38
|
import '../popup/popup.target.js';
|
|
39
39
|
import '../_helpers/dialog__body-scroll-preventer.js';
|
package/dist/markdown/code.d.ts
CHANGED
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import { CodeProps } from 'react-markdown/lib/ast-to-react';
|
|
3
|
+
declare module 'react-markdown/lib/complex-types' {
|
|
4
|
+
interface ReactMarkdownProps {
|
|
5
|
+
language?: string;
|
|
6
|
+
}
|
|
7
7
|
}
|
|
8
|
-
declare const MarkdownCode: {
|
|
9
|
-
({ value, language, inline }: MarkdownCodeProps): JSX.Element;
|
|
10
|
-
propTypes: {
|
|
11
|
-
language: PropTypes.Requireable<string>;
|
|
12
|
-
value: PropTypes.Requireable<string>;
|
|
13
|
-
inline: PropTypes.Requireable<boolean>;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
8
|
+
declare const MarkdownCode: ({ children, language, inline }: CodeProps) => JSX.Element;
|
|
16
9
|
export default MarkdownCode;
|
package/dist/markdown/code.js
CHANGED
|
@@ -10,20 +10,20 @@ import '../global/memoize.js';
|
|
|
10
10
|
|
|
11
11
|
const MarkdownCode = _ref => {
|
|
12
12
|
let {
|
|
13
|
-
|
|
13
|
+
children,
|
|
14
14
|
language,
|
|
15
15
|
inline
|
|
16
16
|
} = _ref;
|
|
17
17
|
return /*#__PURE__*/React.createElement(Code, {
|
|
18
18
|
language: language,
|
|
19
|
-
code:
|
|
19
|
+
code: (children === null || children === void 0 ? void 0 : children.join('')) || '',
|
|
20
20
|
inline: inline
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
|
|
24
24
|
MarkdownCode.propTypes = {
|
|
25
25
|
language: PropTypes.string,
|
|
26
|
-
|
|
26
|
+
children: PropTypes.array.isRequired,
|
|
27
27
|
inline: PropTypes.bool
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
import {
|
|
4
|
-
export interface MarkdownHeadingProps {
|
|
5
|
-
level?: Levels | undefined;
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
}
|
|
3
|
+
import { HeadingProps } from 'react-markdown/lib/ast-to-react';
|
|
8
4
|
declare const MarkdownHeading: {
|
|
9
|
-
({ level, children }:
|
|
5
|
+
({ level, children }: HeadingProps): JSX.Element;
|
|
10
6
|
propTypes: {
|
|
11
|
-
level: PropTypes.
|
|
12
|
-
children: PropTypes.
|
|
7
|
+
level: PropTypes.Validator<number>;
|
|
8
|
+
children: PropTypes.Validator<any[]>;
|
|
13
9
|
};
|
|
14
10
|
};
|
|
15
11
|
export default MarkdownHeading;
|
package/dist/markdown/heading.js
CHANGED
|
@@ -16,8 +16,8 @@ const MarkdownHeading = _ref => {
|
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
MarkdownHeading.propTypes = {
|
|
19
|
-
level: PropTypes.number,
|
|
20
|
-
children: PropTypes.
|
|
19
|
+
level: PropTypes.number.isRequired,
|
|
20
|
+
children: PropTypes.array.isRequired
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
export { MarkdownHeading as default };
|
package/dist/markdown/link.d.ts
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
|
-
|
|
4
|
-
href?: string | undefined;
|
|
5
|
-
title?: string | undefined;
|
|
6
|
-
children?: ReactNode;
|
|
7
|
-
}
|
|
3
|
+
import { ReactMarkdownProps } from 'react-markdown/lib/complex-types';
|
|
8
4
|
declare const MarkdownLink: {
|
|
9
|
-
({ href, title, children }:
|
|
5
|
+
({ href, title, children }: JSX.IntrinsicElements['a'] & ReactMarkdownProps): JSX.Element;
|
|
10
6
|
propTypes: {
|
|
11
7
|
href: PropTypes.Requireable<string>;
|
|
12
8
|
title: PropTypes.Requireable<string>;
|
|
13
|
-
children: PropTypes.
|
|
9
|
+
children: PropTypes.Validator<any[]>;
|
|
14
10
|
};
|
|
15
11
|
};
|
|
16
12
|
export default MarkdownLink;
|
package/dist/markdown/link.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { PureComponent } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { Options } from 'react-markdown';
|
|
3
3
|
export interface BaseMarkdownProps {
|
|
4
|
-
source: string;
|
|
5
4
|
inline?: boolean | null | undefined;
|
|
6
5
|
}
|
|
7
|
-
export declare type MarkdownProps =
|
|
6
|
+
export declare type MarkdownProps = Options & BaseMarkdownProps;
|
|
8
7
|
/**
|
|
9
8
|
* @name Markdown
|
|
10
9
|
*/
|
|
@@ -21,7 +21,7 @@ import '../_helpers/link.js';
|
|
|
21
21
|
import '../heading/heading.js';
|
|
22
22
|
import 'util-deprecate';
|
|
23
23
|
|
|
24
|
-
var modules_9c709e64 = {"unit":"8px","p-margin":"10px","inline":"
|
|
24
|
+
var modules_9c709e64 = {"unit":"8px","p-margin":"10px","inline":"inline_rui_06b6","markdown":"markdown_rui_06b6 font_rui_750f"};
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* @name Markdown
|
|
@@ -31,9 +31,9 @@ class Markdown extends PureComponent {
|
|
|
31
31
|
render() {
|
|
32
32
|
const {
|
|
33
33
|
className,
|
|
34
|
-
|
|
34
|
+
components,
|
|
35
35
|
inline,
|
|
36
|
-
|
|
36
|
+
children,
|
|
37
37
|
plugins = [],
|
|
38
38
|
...restProps
|
|
39
39
|
} = this.props;
|
|
@@ -43,29 +43,29 @@ class Markdown extends PureComponent {
|
|
|
43
43
|
});
|
|
44
44
|
return /*#__PURE__*/React.createElement(ReactMarkdown, _extends({
|
|
45
45
|
className: classes,
|
|
46
|
-
source: normalizeIndent(source),
|
|
47
46
|
plugins: [RemarkBreaks, RemarkGFM, ...plugins],
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
linkReference: MarkdownLink,
|
|
47
|
+
components: {
|
|
48
|
+
a: MarkdownLink,
|
|
51
49
|
code: MarkdownCode,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
h1: MarkdownHeading,
|
|
51
|
+
h2: MarkdownHeading,
|
|
52
|
+
h3: MarkdownHeading,
|
|
53
|
+
h4: MarkdownHeading,
|
|
54
|
+
h5: MarkdownHeading,
|
|
55
|
+
h6: MarkdownHeading,
|
|
56
|
+
...components
|
|
55
57
|
}
|
|
56
|
-
}, restProps));
|
|
58
|
+
}, restProps), normalizeIndent(children));
|
|
57
59
|
}
|
|
58
60
|
|
|
59
61
|
}
|
|
60
62
|
Markdown.propTypes = {
|
|
61
63
|
inline: PropTypes.bool,
|
|
62
|
-
|
|
64
|
+
children: PropTypes.string,
|
|
63
65
|
className: PropTypes.string,
|
|
64
|
-
|
|
66
|
+
components: PropTypes.object,
|
|
65
67
|
plugins: PropTypes.array
|
|
66
68
|
};
|
|
67
|
-
const md = trivialTemplateTag(source => /*#__PURE__*/React.createElement(Markdown,
|
|
68
|
-
source
|
|
69
|
-
}));
|
|
69
|
+
const md = trivialTemplateTag(source => /*#__PURE__*/React.createElement(Markdown, null, source));
|
|
70
70
|
|
|
71
71
|
export { Markdown as default, md };
|
|
@@ -3,6 +3,7 @@ import Popup, { PopupAttrs } from '../popup/popup';
|
|
|
3
3
|
import { Directions } from '../popup/popup.consts';
|
|
4
4
|
import { IconType } from '../icon/icon';
|
|
5
5
|
import { ButtonAttrs } from '../button/button';
|
|
6
|
+
import Theme from '../global/theme';
|
|
6
7
|
export interface MessageTranslations {
|
|
7
8
|
gotIt: string;
|
|
8
9
|
dismiss: string;
|
|
@@ -11,6 +12,7 @@ export interface MessageProps {
|
|
|
11
12
|
icon: string | IconType | null;
|
|
12
13
|
directions: readonly Directions[];
|
|
13
14
|
translations: MessageTranslations;
|
|
15
|
+
theme: Theme;
|
|
14
16
|
title?: string | null | undefined;
|
|
15
17
|
children?: ReactNode;
|
|
16
18
|
className?: string | null | undefined;
|
|
@@ -36,6 +38,7 @@ export default class Message extends Component<MessageProps> {
|
|
|
36
38
|
gotIt: string;
|
|
37
39
|
dismiss: string;
|
|
38
40
|
};
|
|
41
|
+
theme: Theme;
|
|
39
42
|
};
|
|
40
43
|
state: MessageState;
|
|
41
44
|
static Directions: typeof Directions;
|
package/dist/message/message.js
CHANGED
|
@@ -6,7 +6,8 @@ import gift from '@jetbrains/icons/gift';
|
|
|
6
6
|
import Popup from '../popup/popup.js';
|
|
7
7
|
import { Directions } from '../popup/popup.consts.js';
|
|
8
8
|
import Icon from '../icon/icon.js';
|
|
9
|
-
import
|
|
9
|
+
import { Button } from '../button/button.js';
|
|
10
|
+
import { T as Theme, m as modules_59717246, a as ThemeProvider } from '../_helpers/theme.js';
|
|
10
11
|
import 'react-dom';
|
|
11
12
|
import '../global/get-uid.js';
|
|
12
13
|
import '../global/schedule-raf.js';
|
|
@@ -27,11 +28,11 @@ import '../icon/icon__svg.js';
|
|
|
27
28
|
import '../global/memoize.js';
|
|
28
29
|
import 'focus-visible';
|
|
29
30
|
import '@jetbrains/icons/chevron-10px';
|
|
30
|
-
import '../global/theme.js';
|
|
31
31
|
import '../link/clickableLink.js';
|
|
32
|
+
import '../global/controls-height.js';
|
|
32
33
|
import '../_helpers/button__classes.js';
|
|
33
34
|
|
|
34
|
-
var modules_8b837449 = {"unit":"8px","padding":"12px","message":"
|
|
35
|
+
var modules_8b837449 = {"unit":"8px","padding":"12px","container":"container_rui_07ce","message":"message_rui_07ce","icon":"icon_rui_07ce","title":"title_rui_07ce fontLower_rui_750f font_rui_750f","description":"description_rui_07ce fontSmallerLower_rui_750f fontSmaller_rui_750f fontLower_rui_750f font_rui_750f","button":"button_rui_07ce","tail":"tail_rui_07ce"};
|
|
35
36
|
|
|
36
37
|
/**
|
|
37
38
|
* @name Message
|
|
@@ -164,9 +165,12 @@ class Message extends Component {
|
|
|
164
165
|
buttonProps,
|
|
165
166
|
onClose,
|
|
166
167
|
onDismiss,
|
|
167
|
-
translations
|
|
168
|
+
translations,
|
|
169
|
+
theme
|
|
168
170
|
} = this.props;
|
|
169
|
-
const classes = classNames(modules_8b837449.message, className
|
|
171
|
+
const classes = classNames(modules_8b837449.message, className, {
|
|
172
|
+
[modules_59717246.dark]: theme === Theme.DARK
|
|
173
|
+
});
|
|
170
174
|
const tailClasses = classNames(modules_8b837449.tail, tailClassName);
|
|
171
175
|
const popupDirections = this.props.direction ? [this.props.direction] : this.props.directions;
|
|
172
176
|
const {
|
|
@@ -179,7 +183,10 @@ class Message extends Component {
|
|
|
179
183
|
className: classes,
|
|
180
184
|
offset: UNIT * 2,
|
|
181
185
|
onDirectionChange: this._onDirectionChange
|
|
182
|
-
}, popupProps),
|
|
186
|
+
}, popupProps), /*#__PURE__*/React.createElement(ThemeProvider, {
|
|
187
|
+
theme: theme,
|
|
188
|
+
passToPopups: true
|
|
189
|
+
}, direction && /*#__PURE__*/React.createElement("div", {
|
|
183
190
|
className: tailClasses,
|
|
184
191
|
style: getTailOffsets(this.getTailOffset())[direction]
|
|
185
192
|
}), icon && /*#__PURE__*/React.createElement(Icon, {
|
|
@@ -190,14 +197,14 @@ class Message extends Component {
|
|
|
190
197
|
className: modules_8b837449.title
|
|
191
198
|
}, title), children && /*#__PURE__*/React.createElement("div", {
|
|
192
199
|
className: modules_8b837449.description
|
|
193
|
-
}, children), (onClose || buttonProps) && /*#__PURE__*/React.createElement(
|
|
200
|
+
}, children), (onClose || buttonProps) && /*#__PURE__*/React.createElement(Button, _extends({
|
|
194
201
|
className: modules_8b837449.button,
|
|
195
202
|
onClick: onClose,
|
|
196
203
|
primary: true
|
|
197
|
-
}, buttonProps), translations.gotIt), onDismiss && /*#__PURE__*/React.createElement(
|
|
204
|
+
}, buttonProps), translations.gotIt), onDismiss && /*#__PURE__*/React.createElement(Button, {
|
|
198
205
|
onClick: onDismiss,
|
|
199
206
|
text: true
|
|
200
|
-
}, translations.dismiss));
|
|
207
|
+
}, translations.dismiss)));
|
|
201
208
|
}
|
|
202
209
|
|
|
203
210
|
}
|
|
@@ -208,7 +215,8 @@ _defineProperty(Message, "defaultProps", {
|
|
|
208
215
|
translations: {
|
|
209
216
|
gotIt: 'Got it',
|
|
210
217
|
dismiss: 'Dismiss'
|
|
211
|
-
}
|
|
218
|
+
},
|
|
219
|
+
theme: Theme.DARK
|
|
212
220
|
});
|
|
213
221
|
|
|
214
222
|
_defineProperty(Message, "Directions", Directions);
|