@jetbrains/ring-ui-built 7.0.0-beta.3 → 7.0.0-beta.4
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/components/_helpers/anchor.js +0 -5
- package/components/_helpers/caption.js +1 -5
- package/components/_helpers/card.js +0 -28
- package/components/_helpers/icon__svg.js +0 -6
- package/components/_helpers/input.js +0 -21
- package/components/_helpers/select__filter.js +0 -8
- package/components/_helpers/services-link.js +1 -11
- package/components/_helpers/sidebar.js +0 -9
- package/components/_helpers/tab-link.js +0 -6
- package/components/_helpers/theme.js +1 -1
- package/components/_helpers/title.js +0 -15
- package/components/alert/alert.d.ts +7 -24
- package/components/alert/alert.js +0 -24
- package/components/alert/container.d.ts +0 -5
- package/components/alert/container.js +1 -6
- package/components/alert-service/alert-service.js +0 -1
- package/components/auth/auth.js +0 -1
- package/components/auth/auth__core.d.ts +3 -3
- package/components/auth/auth__core.js +28 -20
- package/components/auth/down-notification.js +0 -9
- package/components/auth/iframe-flow.js +0 -1
- package/components/auth/storage.js +0 -1
- package/components/auth-dialog/auth-dialog.d.ts +0 -18
- package/components/auth-dialog/auth-dialog.js +7 -25
- package/components/auth-dialog-service/auth-dialog-service.js +4 -5
- package/components/avatar/avatar.d.ts +0 -13
- package/components/avatar/avatar.js +0 -13
- package/components/avatar/fallback-avatar.d.ts +1 -10
- package/components/avatar/fallback-avatar.js +0 -6
- package/components/badge/badge.d.ts +0 -10
- package/components/badge/badge.js +1 -11
- package/components/button/button.d.ts +0 -21
- package/components/button/button.js +0 -21
- package/components/button-group/button-group.d.ts +0 -5
- package/components/button-group/button-group.js +1 -6
- package/components/button-group/caption.d.ts +0 -4
- package/components/button-group/caption.js +0 -1
- package/components/button-set/button-set.d.ts +0 -6
- package/components/button-set/button-set.js +1 -7
- package/components/button-toolbar/button-toolbar.d.ts +0 -6
- package/components/button-toolbar/button-toolbar.js +1 -7
- package/components/checkbox/checkbox.d.ts +0 -19
- package/components/checkbox/checkbox.js +0 -18
- package/components/clipboard/clipboard.js +0 -1
- package/components/code/code.d.ts +0 -12
- package/components/code/code.js +0 -12
- package/components/confirm/confirm.d.ts +0 -14
- package/components/confirm/confirm.js +10 -24
- package/components/confirm-service/confirm-service.js +0 -1
- package/components/content-layout/content-layout.d.ts +0 -7
- package/components/content-layout/content-layout.js +0 -7
- package/components/content-layout/sidebar.d.ts +0 -9
- package/components/content-layout/sidebar.js +0 -1
- package/components/contenteditable/contenteditable.d.ts +1 -22
- package/components/contenteditable/contenteditable.js +1 -16
- package/components/control-label/control-label.js +0 -6
- package/components/data-list/data-list.d.ts +0 -2
- package/components/data-list/data-list.js +2 -23
- package/components/data-list/data-list.mock.js +0 -1
- package/components/data-list/item.js +0 -26
- package/components/data-list/title.d.ts +2 -2
- package/components/data-list/title.js +0 -2
- package/components/date-picker/consts.d.ts +0 -2
- package/components/date-picker/consts.js +1 -3
- package/components/date-picker/date-input.d.ts +0 -20
- package/components/date-picker/date-input.js +0 -23
- package/components/date-picker/date-picker.d.ts +0 -29
- package/components/date-picker/date-picker.js +3 -40
- package/components/date-picker/date-popup.d.ts +0 -22
- package/components/date-picker/date-popup.js +1 -24
- package/components/date-picker/day.d.ts +0 -14
- package/components/date-picker/day.js +1 -15
- package/components/date-picker/month-names.d.ts +1 -11
- package/components/date-picker/month-names.js +2 -14
- package/components/date-picker/month-slider.d.ts +0 -9
- package/components/date-picker/month-slider.js +1 -10
- package/components/date-picker/month.d.ts +1 -9
- package/components/date-picker/month.js +1 -6
- package/components/date-picker/months.d.ts +1 -9
- package/components/date-picker/months.js +1 -6
- package/components/date-picker/weekdays.d.ts +2 -8
- package/components/date-picker/weekdays.js +0 -4
- package/components/date-picker/years.d.ts +0 -6
- package/components/date-picker/years.js +1 -7
- package/components/dialog/dialog.d.ts +0 -20
- package/components/dialog/dialog.js +2 -24
- package/components/dropdown/anchor.d.ts +1 -8
- package/components/dropdown/anchor.js +0 -1
- package/components/dropdown/dropdown.d.ts +4 -22
- package/components/dropdown/dropdown.js +0 -22
- package/components/dropdown-menu/dropdown-menu.js +9 -33
- package/components/editable-heading/editable-heading.js +0 -2
- package/components/error-bubble/error-bubble.d.ts +0 -6
- package/components/error-bubble/error-bubble.js +1 -7
- package/components/error-message/error-message.d.ts +0 -10
- package/components/error-message/error-message.js +1 -11
- package/components/footer/footer.js +0 -15
- package/components/global/create-stateful-context.d.ts +0 -4
- package/components/global/create-stateful-context.js +0 -4
- package/components/global/focus-sensor-hoc.js +7 -27
- package/components/global/react-dom-renderer.d.ts +0 -5
- package/components/global/react-dom-renderer.js +0 -5
- package/components/global/theme.d.ts +1 -0
- package/components/global/theme.js +1 -2
- package/components/grid/col.d.ts +0 -14
- package/components/grid/col.js +1 -16
- package/components/grid/grid.d.ts +0 -5
- package/components/grid/grid.js +1 -6
- package/components/grid/row.d.ts +0 -18
- package/components/grid/row.js +1 -19
- package/components/group/group.d.ts +0 -5
- package/components/group/group.js +1 -6
- package/components/header/header-icon.d.ts +0 -22
- package/components/header/header-icon.js +1 -6
- package/components/header/header.d.ts +0 -6
- package/components/header/header.js +0 -7
- package/components/header/logo.d.ts +0 -4
- package/components/header/logo.js +0 -4
- package/components/header/profile.d.ts +1 -39
- package/components/header/profile.js +1 -40
- package/components/header/services-link.d.ts +0 -10
- package/components/header/services-link.js +0 -1
- package/components/header/services.d.ts +0 -14
- package/components/header/services.js +1 -13
- package/components/header/smart-profile.d.ts +0 -9
- package/components/header/smart-profile.js +19 -28
- package/components/header/smart-services.d.ts +0 -4
- package/components/header/smart-services.js +17 -51
- package/components/header/tray.d.ts +0 -5
- package/components/header/tray.js +1 -6
- package/components/heading/heading.js +0 -6
- package/components/icon/icon.d.ts +0 -11
- package/components/icon/icon.js +0 -11
- package/components/icon/icon__svg.d.ts +0 -8
- package/components/icon/icon__svg.js +0 -1
- package/components/icon/index.js +0 -1
- package/components/input/input.js +0 -2
- package/components/island/adaptive-island-hoc.d.ts +0 -1
- package/components/island/adaptive-island-hoc.js +3 -4
- package/components/island/content.d.ts +0 -10
- package/components/island/content.js +2 -12
- package/components/island/header.js +2 -10
- package/components/island/island.d.ts +0 -9
- package/components/island/island.js +1 -9
- package/components/island-legacy/content-legacy.d.ts +0 -5
- package/components/island-legacy/content-legacy.js +1 -6
- package/components/island-legacy/header-legacy.d.ts +0 -5
- package/components/island-legacy/header-legacy.js +1 -6
- package/components/island-legacy/island-legacy.d.ts +0 -5
- package/components/island-legacy/island-legacy.js +1 -6
- package/components/link/clickableLink.d.ts +0 -9
- package/components/link/clickableLink.js +0 -9
- package/components/link/link.d.ts +0 -25
- package/components/link/link.js +3 -16
- package/components/list/list.d.ts +0 -32
- package/components/list/list.js +1 -31
- package/components/list/list__custom.js +0 -17
- package/components/list/list__hint.d.ts +0 -4
- package/components/list/list__hint.js +0 -5
- package/components/list/list__item.js +0 -33
- package/components/list/list__link.js +2 -13
- package/components/list/list__separator.js +0 -6
- package/components/list/list__title.js +0 -7
- package/components/list/list__users-groups-source.js +0 -2
- package/components/loader/loader.d.ts +0 -10
- package/components/loader/loader.js +0 -10
- package/components/loader-inline/loader-inline.d.ts +0 -6
- package/components/loader-inline/loader-inline.js +1 -7
- package/components/loader-screen/loader-screen.d.ts +0 -6
- package/components/loader-screen/loader-screen.js +1 -7
- package/components/login-dialog/login-dialog.d.ts +0 -11
- package/components/login-dialog/login-dialog.js +12 -23
- package/components/login-dialog/service.js +3 -2
- package/components/markdown/markdown.js +0 -5
- package/components/message/message.js +0 -16
- package/components/pager/pager.js +0 -20
- package/components/panel/panel.d.ts +0 -5
- package/components/panel/panel.js +1 -6
- package/components/popup/popup.js +0 -41
- package/components/popup/popup.target.js +0 -5
- package/components/popup-menu/popup-menu.js +1 -12
- package/components/progress-bar/progress-bar.d.ts +19 -33
- package/components/progress-bar/progress-bar.js +0 -33
- package/components/query-assist/query-assist.d.ts +63 -93
- package/components/query-assist/query-assist.js +0 -94
- package/components/query-assist/query-assist__suggestions.js +0 -2
- package/components/radio/radio.d.ts +0 -8
- package/components/radio/radio.js +0 -8
- package/components/radio/radio__item.d.ts +0 -9
- package/components/radio/radio__item.js +0 -10
- package/components/select/select.js +0 -65
- package/components/select/select__filter.js +0 -2
- package/components/select/select__popup.js +1 -52
- package/components/shortcuts/core.js +1 -1
- package/components/shortcuts/shortcuts-hoc.d.ts +0 -5
- package/components/shortcuts/shortcuts-hoc.js +2 -7
- package/components/shortcuts/shortcuts.d.ts +0 -8
- package/components/shortcuts/shortcuts.js +0 -8
- package/components/slider/slider.js +0 -1
- package/components/storage/storage.js +0 -1
- package/components/storage/storage__local.js +0 -1
- package/components/style.css +1 -1
- package/components/tab-trap/tab-trap.js +0 -8
- package/components/table/cell.d.ts +0 -6
- package/components/table/cell.js +1 -7
- package/components/table/disable-hover-hoc.d.ts +0 -1
- package/components/table/disable-hover-hoc.js +1 -1
- package/components/table/header-cell.d.ts +0 -10
- package/components/table/header-cell.js +0 -10
- package/components/table/header.d.ts +0 -15
- package/components/table/header.js +0 -16
- package/components/table/multitable.d.ts +0 -4
- package/components/table/multitable.js +0 -4
- package/components/table/row-with-focus-sensor.d.ts +2 -2
- package/components/table/row-with-focus-sensor.js +0 -3
- package/components/table/row.js +0 -35
- package/components/table/selection-shortcuts-hoc.js +3 -22
- package/components/table/simple-table.d.ts +0 -44
- package/components/table/simple-table.js +1 -7
- package/components/table/smart-table.d.ts +0 -48
- package/components/table/smart-table.js +1 -10
- package/components/table/table.d.ts +0 -2
- package/components/table/table.js +3 -52
- package/components/tabs/collapsible-more.d.ts +1 -9
- package/components/tabs/collapsible-more.js +0 -24
- package/components/tabs/collapsible-tab.js +1 -9
- package/components/tabs/collapsible-tabs.d.ts +2 -29
- package/components/tabs/collapsible-tabs.js +0 -13
- package/components/tabs/custom-item.d.ts +1 -7
- package/components/tabs/custom-item.js +0 -5
- package/components/tabs/dumb-tabs.d.ts +0 -11
- package/components/tabs/dumb-tabs.js +0 -12
- package/components/tabs/smart-tabs.d.ts +0 -6
- package/components/tabs/smart-tabs.js +0 -7
- package/components/tabs/tab-link.d.ts +0 -8
- package/components/tabs/tab-link.js +0 -1
- package/components/tabs/tab.d.ts +0 -8
- package/components/tabs/tab.js +0 -9
- package/components/tabs/tabs.js +0 -2
- package/components/tag/tag.d.ts +0 -17
- package/components/tag/tag.js +0 -17
- package/components/tags-input/tags-input.d.ts +7 -33
- package/components/tags-input/tags-input.js +1 -34
- package/components/tags-list/tags-list.d.ts +0 -13
- package/components/tags-list/tags-list.js +0 -13
- package/components/text/text.d.ts +0 -7
- package/components/text/text.js +0 -7
- package/components/toggle/toggle.d.ts +0 -15
- package/components/toggle/toggle.js +0 -15
- package/components/tooltip/tooltip.d.ts +0 -9
- package/components/tooltip/tooltip.js +0 -9
- package/components/user-agreement/service.js +0 -1
- package/components/user-agreement/user-agreement.d.ts +0 -18
- package/components/user-agreement/user-agreement.js +11 -29
- package/components/user-card/card.d.ts +0 -35
- package/components/user-card/card.js +0 -1
- package/components/user-card/smart-user-card-tooltip.d.ts +0 -5
- package/components/user-card/smart-user-card-tooltip.js +0 -5
- package/components/user-card/tooltip.d.ts +0 -9
- package/components/user-card/tooltip.js +0 -9
- package/components/user-card/user-card.js +0 -1
- package/package.json +1 -2
- package/components/global/prop-types.d.ts +0 -4
- package/components/global/prop-types.js +0 -7
@@ -1,5 +1,4 @@
|
|
1
1
|
import { Component, HTMLAttributes } from 'react';
|
2
|
-
import PropTypes from 'prop-types';
|
3
2
|
export interface ContentLayoutProps extends HTMLAttributes<HTMLElement> {
|
4
3
|
responsive: boolean;
|
5
4
|
contentClassName?: string | null | undefined;
|
@@ -8,12 +7,6 @@ export interface ContentLayoutProps extends HTMLAttributes<HTMLElement> {
|
|
8
7
|
* @name Content Layout
|
9
8
|
*/
|
10
9
|
export default class ContentLayout extends Component<ContentLayoutProps> {
|
11
|
-
static propTypes: {
|
12
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
13
|
-
className: PropTypes.Requireable<string>;
|
14
|
-
contentClassName: PropTypes.Requireable<string>;
|
15
|
-
responsive: PropTypes.Requireable<boolean>;
|
16
|
-
};
|
17
10
|
static defaultProps: {
|
18
11
|
responsive: boolean;
|
19
12
|
};
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
3
|
import { Component, Children, cloneElement } from 'react';
|
4
|
-
import PropTypes from 'prop-types';
|
5
4
|
import classNames from 'classnames';
|
6
5
|
import { m as modules_b8a9dd4f, S as Sidebar } from '../_helpers/sidebar.js';
|
7
6
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
@@ -51,12 +50,6 @@ class ContentLayout extends Component {
|
|
51
50
|
}));
|
52
51
|
}
|
53
52
|
}
|
54
|
-
_defineProperty(ContentLayout, "propTypes", {
|
55
|
-
children: PropTypes.node,
|
56
|
-
className: PropTypes.string,
|
57
|
-
contentClassName: PropTypes.string,
|
58
|
-
responsive: PropTypes.bool
|
59
|
-
});
|
60
53
|
_defineProperty(ContentLayout, "defaultProps", {
|
61
54
|
responsive: true
|
62
55
|
});
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { Component, HTMLAttributes } from 'react';
|
2
|
-
import PropTypes from 'prop-types';
|
3
2
|
import { Waypoint } from 'react-waypoint';
|
4
3
|
export interface SidebarProps extends HTMLAttributes<HTMLElement> {
|
5
4
|
right?: boolean | null | undefined;
|
@@ -8,14 +7,6 @@ export interface SidebarProps extends HTMLAttributes<HTMLElement> {
|
|
8
7
|
contentNode?: HTMLElement | null | undefined;
|
9
8
|
}
|
10
9
|
export default class Sidebar extends Component<SidebarProps> {
|
11
|
-
static propTypes: {
|
12
|
-
right: PropTypes.Requireable<boolean>;
|
13
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
14
|
-
className: PropTypes.Requireable<string>;
|
15
|
-
containerClassName: PropTypes.Requireable<string>;
|
16
|
-
fixedClassName: PropTypes.Requireable<string>;
|
17
|
-
contentNode: PropTypes.Requireable<object>;
|
18
|
-
};
|
19
10
|
state: {
|
20
11
|
topIsOutside: boolean;
|
21
12
|
bottomIsOutside: boolean;
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { Component, HTMLAttributes, Ref } from 'react';
|
2
|
-
import PropTypes from 'prop-types';
|
3
2
|
/**
|
4
3
|
* @name ContentEditable
|
5
4
|
*/
|
@@ -11,15 +10,6 @@ export interface ContentEditableBaseProps extends HTMLAttributes<HTMLElement> {
|
|
11
10
|
__html: string;
|
12
11
|
}
|
13
12
|
declare class ContentEditableBase extends Component<ContentEditableBaseProps> {
|
14
|
-
static propTypes: {
|
15
|
-
__html: PropTypes.Requireable<string>;
|
16
|
-
disabled: PropTypes.Requireable<boolean>;
|
17
|
-
tabIndex: PropTypes.Requireable<number>;
|
18
|
-
componentDidUpdate: PropTypes.Requireable<(...args: any[]) => any>;
|
19
|
-
onComponentUpdate: PropTypes.Requireable<(...args: any[]) => any>;
|
20
|
-
className: PropTypes.Requireable<string>;
|
21
|
-
inputRef: PropTypes.Requireable<object>;
|
22
|
-
};
|
23
13
|
static defaultProps: {
|
24
14
|
disabled: boolean;
|
25
15
|
tabIndex: number;
|
@@ -32,16 +22,5 @@ declare class ContentEditableBase extends Component<ContentEditableBaseProps> {
|
|
32
22
|
}
|
33
23
|
type ContentEditableBaseAttrs = JSX.LibraryManagedAttributes<typeof ContentEditableBase, ContentEditableBaseProps>;
|
34
24
|
export type ContentEditableProps = Omit<ContentEditableBaseAttrs, '__html'>;
|
35
|
-
declare const ContentEditable: {
|
36
|
-
({ children, ...props }: ContentEditableProps): import("react").JSX.Element;
|
37
|
-
propTypes: {
|
38
|
-
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
39
|
-
disabled: PropTypes.Requireable<boolean>;
|
40
|
-
tabIndex: PropTypes.Requireable<number>;
|
41
|
-
componentDidUpdate: PropTypes.Requireable<(...args: any[]) => any>;
|
42
|
-
onComponentUpdate: PropTypes.Requireable<(...args: any[]) => any>;
|
43
|
-
className: PropTypes.Requireable<string>;
|
44
|
-
inputRef: PropTypes.Requireable<object>;
|
45
|
-
};
|
46
|
-
};
|
25
|
+
declare const ContentEditable: ({ children, ...props }: ContentEditableProps) => import("react").JSX.Element;
|
47
26
|
export default ContentEditable;
|
@@ -1,20 +1,11 @@
|
|
1
|
-
import { _ as _defineProperty,
|
1
|
+
import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import { Component } from 'react';
|
3
|
-
import PropTypes from 'prop-types';
|
4
3
|
import { renderToStaticMarkup } from 'react-dom/server';
|
5
4
|
import { jsx } from 'react/jsx-runtime';
|
6
5
|
|
7
6
|
const _excluded = ["__html", "onComponentUpdate", "disabled", "tabIndex", "inputRef"],
|
8
7
|
_excluded2 = ["children"];
|
9
8
|
function noop() {}
|
10
|
-
const commonPropTypes = {
|
11
|
-
disabled: PropTypes.bool,
|
12
|
-
tabIndex: PropTypes.number,
|
13
|
-
componentDidUpdate: PropTypes.func,
|
14
|
-
onComponentUpdate: PropTypes.func,
|
15
|
-
className: PropTypes.string,
|
16
|
-
inputRef: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
|
17
|
-
};
|
18
9
|
class ContentEditableBase extends Component {
|
19
10
|
shouldComponentUpdate(nextProps) {
|
20
11
|
return nextProps.disabled !== this.props.disabled || nextProps.__html !== this.props.__html;
|
@@ -47,9 +38,6 @@ class ContentEditableBase extends Component {
|
|
47
38
|
}));
|
48
39
|
}
|
49
40
|
}
|
50
|
-
_defineProperty(ContentEditableBase, "propTypes", _objectSpread2(_objectSpread2({}, commonPropTypes), {}, {
|
51
|
-
__html: PropTypes.string
|
52
|
-
}));
|
53
41
|
_defineProperty(ContentEditableBase, "defaultProps", {
|
54
42
|
disabled: false,
|
55
43
|
tabIndex: 0,
|
@@ -65,8 +53,5 @@ const ContentEditable = _ref => {
|
|
65
53
|
__html: renderToStaticMarkup(children)
|
66
54
|
}));
|
67
55
|
};
|
68
|
-
ContentEditable.propTypes = _objectSpread2(_objectSpread2({}, commonPropTypes), {}, {
|
69
|
-
children: PropTypes.node
|
70
|
-
});
|
71
56
|
|
72
57
|
export { ContentEditable as default };
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'react';
|
3
|
-
import PropTypes from 'prop-types';
|
4
3
|
import classNames from 'classnames';
|
5
4
|
import { jsx } from 'react/jsx-runtime';
|
6
5
|
|
@@ -31,10 +30,5 @@ const ControlLabel = _ref => {
|
|
31
30
|
children: children
|
32
31
|
}));
|
33
32
|
};
|
34
|
-
ControlLabel.propTypes = {
|
35
|
-
label: PropTypes.node,
|
36
|
-
labelStyle: PropTypes.string,
|
37
|
-
disabled: PropTypes.bool
|
38
|
-
};
|
39
33
|
|
40
34
|
export { ControlLabel, LabelType, ControlLabel as default };
|
@@ -20,7 +20,6 @@ export interface DataListBaseProps<T extends SelectionItem> {
|
|
20
20
|
type FocusableProps<T extends SelectionItem> = DataListBaseProps<T> & DisableHoverAddProps & FocusSensorOuterProps<HTMLDivElement> & SelectionShortcutsAddProps<T>;
|
21
21
|
export type DataListContainerProps<T extends SelectionItem> = DataListBaseProps<T> & FocusSensorOuterProps<HTMLDivElement> & SelectionShortcutsOuterProps<T>;
|
22
22
|
export default class DataListContainer<T extends SelectionItem> extends Component<DataListContainerProps<T>> {
|
23
|
-
static propTypes: import("react").WeakValidationMap<import("../table/selection-shortcuts-hoc").SelectionShortcutsProps<SelectionItem, FocusableProps<SelectionItem>>> | undefined;
|
24
23
|
DataList: {
|
25
24
|
new (props: import("../table/disable-hover-hoc").DisableHoverProps<import("../table/selection-shortcuts-hoc").SelectionShortcutsProps<T, FocusableProps<T>>>): {
|
26
25
|
state: {
|
@@ -76,7 +75,6 @@ export default class DataListContainer<T extends SelectionItem> extends Componen
|
|
76
75
|
componentWillUpdate?(nextProps: Readonly<import("../table/disable-hover-hoc").DisableHoverProps<import("../table/selection-shortcuts-hoc").SelectionShortcutsProps<T, FocusableProps<T>>>>, nextState: Readonly<{}>, nextContext: any): void;
|
77
76
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<import("../table/disable-hover-hoc").DisableHoverProps<import("../table/selection-shortcuts-hoc").SelectionShortcutsProps<T, FocusableProps<T>>>>, nextState: Readonly<{}>, nextContext: any): void;
|
78
77
|
};
|
79
|
-
propTypes: import("react").WeakValidationMap<import("../table/selection-shortcuts-hoc").SelectionShortcutsProps<T, FocusableProps<T>>> | undefined;
|
80
78
|
defaultProps: Partial<import("../table/selection-shortcuts-hoc").SelectionShortcutsProps<T, FocusableProps<T>>> | undefined;
|
81
79
|
contextType?: import("react").Context<any> | undefined;
|
82
80
|
};
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { _ as _defineProperty, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
|
-
import {
|
4
|
-
import PropTypes from 'prop-types';
|
3
|
+
import { Component, PureComponent } from 'react';
|
5
4
|
import classNames from 'classnames';
|
6
5
|
import focusSensorHOC from '../global/focus-sensor-hoc.js';
|
7
6
|
import selectionShortcutsHOC from '../table/selection-shortcuts-hoc.js';
|
@@ -9,14 +8,11 @@ import disableHoverHOC from '../table/disable-hover-hoc.js';
|
|
9
8
|
import getUID from '../global/get-uid.js';
|
10
9
|
import Shortcuts from '../shortcuts/shortcuts.js';
|
11
10
|
import Loader from '../loader/loader.js';
|
12
|
-
import { refObject } from '../global/prop-types.js';
|
13
11
|
import Item, { moreLessButtonStates } from './item.js';
|
14
12
|
import { m as modules_09d014b4 } from '../_helpers/title.js';
|
15
|
-
import
|
16
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
13
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
17
14
|
import '../global/composeRefs.js';
|
18
15
|
import 'memoize-one';
|
19
|
-
import '../table/selection.js';
|
20
16
|
import '../shortcuts/core.js';
|
21
17
|
import 'core-js/modules/es.regexp.exec.js';
|
22
18
|
import 'combokeys';
|
@@ -175,22 +171,6 @@ _defineProperty(DataList, "defaultProps", {
|
|
175
171
|
itemMoreLessState: () => moreLessButtonStates.UNUSED,
|
176
172
|
remoteSelection: false
|
177
173
|
});
|
178
|
-
DataList.propTypes = {
|
179
|
-
className: PropTypes.string,
|
180
|
-
data: PropTypes.array.isRequired,
|
181
|
-
loading: PropTypes.bool,
|
182
|
-
focused: PropTypes.bool.isRequired,
|
183
|
-
disabledHover: PropTypes.bool,
|
184
|
-
selection: PropTypes.instanceOf(Selection).isRequired,
|
185
|
-
selectable: PropTypes.bool.isRequired,
|
186
|
-
shortcutsMap: PropTypes.shape({}).isRequired,
|
187
|
-
innerRef: PropTypes.oneOfType([refObject(PropTypes.instanceOf(HTMLDivElement)), PropTypes.func]),
|
188
|
-
itemFormatter: PropTypes.func.isRequired,
|
189
|
-
onItemMoreLess: PropTypes.func,
|
190
|
-
itemMoreLessState: PropTypes.func,
|
191
|
-
onSelect: PropTypes.func.isRequired,
|
192
|
-
remoteSelection: PropTypes.bool
|
193
|
-
};
|
194
174
|
const getContainer = () => disableHoverHOC(selectionShortcutsHOC(focusSensorHOC(DataList)));
|
195
175
|
// eslint-disable-next-line react/no-multi-comp
|
196
176
|
class DataListContainer extends Component {
|
@@ -203,6 +183,5 @@ class DataListContainer extends Component {
|
|
203
183
|
return /*#__PURE__*/jsx(this.DataList, _objectSpread2({}, this.props));
|
204
184
|
}
|
205
185
|
}
|
206
|
-
_defineProperty(DataListContainer, "propTypes", getContainer().propTypes);
|
207
186
|
|
208
187
|
export { DataListContainer as default };
|
@@ -3,7 +3,6 @@ import Badge from '../badge/badge.js';
|
|
3
3
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
4
4
|
import '../_helpers/_rollupPluginBabelHelpers.js';
|
5
5
|
import 'react';
|
6
|
-
import 'prop-types';
|
7
6
|
import 'classnames';
|
8
7
|
import '../global/data-tests.js';
|
9
8
|
import 'core-js/modules/es.array.reduce.js';
|
@@ -1,14 +1,12 @@
|
|
1
1
|
import { _ as _defineProperty } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
3
|
import { PureComponent } from 'react';
|
4
|
-
import PropTypes from 'prop-types';
|
5
4
|
import chevronRightIcon from '@jetbrains/icons/chevron-right';
|
6
5
|
import chevronDownIcon from '@jetbrains/icons/chevron-down';
|
7
6
|
import Link from '../link/link.js';
|
8
7
|
import Text from '../text/text.js';
|
9
8
|
import LoaderInline from '../loader-inline/loader-inline.js';
|
10
9
|
import { Button } from '../button/button.js';
|
11
|
-
import Selection$1 from '../table/selection.js';
|
12
10
|
import { m as modules_09d014b4, T as Title } from '../_helpers/title.js';
|
13
11
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
14
12
|
import 'classnames';
|
@@ -26,7 +24,6 @@ import '../global/memoize.js';
|
|
26
24
|
import '../global/controls-height.js';
|
27
25
|
import '../_helpers/button__classes.js';
|
28
26
|
import '../global/focus-sensor-hoc.js';
|
29
|
-
import '../global/prop-types.js';
|
30
27
|
import '../global/composeRefs.js';
|
31
28
|
import 'memoize-one';
|
32
29
|
import '../checkbox/checkbox.js';
|
@@ -195,28 +192,5 @@ _defineProperty(Item, "defaultProps", {
|
|
195
192
|
showMoreLessButton: moreLessButtonStates.UNUSED,
|
196
193
|
onItemMoreLess: () => {}
|
197
194
|
});
|
198
|
-
Item.propTypes = {
|
199
|
-
item: PropTypes.shape({
|
200
|
-
id: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired
|
201
|
-
}).isRequired,
|
202
|
-
title: PropTypes.node,
|
203
|
-
items: PropTypes.array,
|
204
|
-
className: PropTypes.string,
|
205
|
-
level: PropTypes.number,
|
206
|
-
parentShift: PropTypes.number,
|
207
|
-
itemFormatter: PropTypes.func.isRequired,
|
208
|
-
collapsible: PropTypes.bool,
|
209
|
-
collapsed: PropTypes.bool,
|
210
|
-
onCollapse: PropTypes.func,
|
211
|
-
onExpand: PropTypes.func,
|
212
|
-
showFocus: PropTypes.bool,
|
213
|
-
onFocus: PropTypes.func.isRequired,
|
214
|
-
selection: PropTypes.instanceOf(Selection$1).isRequired,
|
215
|
-
selectable: PropTypes.bool,
|
216
|
-
selected: PropTypes.bool,
|
217
|
-
onSelect: PropTypes.func.isRequired,
|
218
|
-
showMoreLessButton: PropTypes.number,
|
219
|
-
onItemMoreLess: PropTypes.func
|
220
|
-
};
|
221
195
|
|
222
196
|
export { Item as default, moreLessButtonStates };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PureComponent, ReactNode
|
1
|
+
import { PureComponent, ReactNode } from 'react';
|
2
2
|
import { FocusSensorAddProps } from '../global/focus-sensor-hoc';
|
3
3
|
export interface TitleProps extends FocusSensorAddProps<HTMLDivElement> {
|
4
4
|
onSelect: (selected: boolean) => void;
|
@@ -22,5 +22,5 @@ declare class Title extends PureComponent<TitleProps> {
|
|
22
22
|
toggleSelection(): void;
|
23
23
|
render(): import("react").JSX.Element;
|
24
24
|
}
|
25
|
-
declare const _default: ComponentType<import("../global/focus-sensor-hoc").FocusSensorProps<TitleProps, HTMLDivElement, typeof Title>>;
|
25
|
+
declare const _default: import("react").ComponentType<import("../global/focus-sensor-hoc").FocusSensorProps<TitleProps, HTMLDivElement, typeof Title>>;
|
26
26
|
export default _default;
|
@@ -1,12 +1,10 @@
|
|
1
1
|
import '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
3
|
import 'react';
|
4
|
-
import 'prop-types';
|
5
4
|
import 'classnames';
|
6
5
|
import '../global/focus-sensor-hoc.js';
|
7
6
|
import '../checkbox/checkbox.js';
|
8
7
|
import '../global/get-uid.js';
|
9
|
-
import '../global/prop-types.js';
|
10
8
|
export { T as default } from '../_helpers/title.js';
|
11
9
|
import 'react/jsx-runtime';
|
12
10
|
import '../global/composeRefs.js';
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { ReactNode } from 'react';
|
2
|
-
import PropTypes from 'prop-types';
|
3
2
|
import type { Locale } from 'date-fns';
|
4
3
|
declare const units: {
|
5
4
|
unit: number;
|
@@ -25,7 +24,6 @@ export declare const yearDuration: number;
|
|
25
24
|
export declare const yearScrollSpeed: number;
|
26
25
|
export declare const DOUBLE = 2;
|
27
26
|
export declare const HALF = 0.5;
|
28
|
-
export declare const dateType: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
29
27
|
export declare function parseTime(time: string): string | null;
|
30
28
|
export declare function shiftWeekArray<T>(arr: T[], startOfWeek: number): T[];
|
31
29
|
export declare function getWeekStartsOn(locale: Locale | undefined): number;
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import 'core-js/modules/es.regexp.exec.js';
|
2
|
-
import PropTypes from 'prop-types';
|
3
2
|
import { add } from 'date-fns/add';
|
4
3
|
|
5
4
|
const unit = 8; // px;
|
@@ -31,7 +30,6 @@ const yearDuration = durationToMillis({
|
|
31
30
|
const yearScrollSpeed = yearDuration / (YEAR * units.cellSize);
|
32
31
|
const DOUBLE = 2;
|
33
32
|
const HALF = 0.5;
|
34
|
-
const dateType = PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.string, PropTypes.number]);
|
35
33
|
function parseTime(time) {
|
36
34
|
let result = null;
|
37
35
|
if (/^([01][0-9]|2[0-3]):[0-5][0-9]$/.test(time)) {
|
@@ -54,4 +52,4 @@ function getDayNumInWeek(locale, day) {
|
|
54
52
|
return weekDays.indexOf(day);
|
55
53
|
}
|
56
54
|
|
57
|
-
export { DOUBLE, FIFTH_DAY, HALF, MIDDLE_DAY, WEEK, YEAR,
|
55
|
+
export { DOUBLE, FIFTH_DAY, HALF, MIDDLE_DAY, WEEK, YEAR, units as default, getDayNumInWeek, getWeekStartsOn, parseTime, shiftWeekArray, weekdays, yearDuration, yearScrollSpeed };
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import PropTypes from 'prop-types';
|
3
2
|
import { DatePopupBaseProps, Field } from './consts';
|
4
3
|
export interface UpdateInputConfig {
|
5
4
|
active: boolean;
|
@@ -16,25 +15,6 @@ export interface DateInputProps extends DatePopupBaseProps, UpdateInputConfig {
|
|
16
15
|
onConfirm: () => void;
|
17
16
|
}
|
18
17
|
export default class DateInput extends React.PureComponent<DateInputProps> {
|
19
|
-
static propTypes: {
|
20
|
-
active: PropTypes.Requireable<boolean>;
|
21
|
-
divider: PropTypes.Requireable<boolean>;
|
22
|
-
name: PropTypes.Requireable<string>;
|
23
|
-
text: PropTypes.Requireable<string>;
|
24
|
-
hoverDate: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
25
|
-
date: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
26
|
-
time: PropTypes.Requireable<string>;
|
27
|
-
displayFormat: PropTypes.Requireable<(...args: any[]) => any>;
|
28
|
-
translations: PropTypes.Requireable<object>;
|
29
|
-
fromPlaceholder: PropTypes.Requireable<string>;
|
30
|
-
toPlaceholder: PropTypes.Requireable<string>;
|
31
|
-
timePlaceholder: PropTypes.Requireable<string>;
|
32
|
-
onInput: PropTypes.Requireable<(...args: any[]) => any>;
|
33
|
-
onActivate: PropTypes.Requireable<(...args: any[]) => any>;
|
34
|
-
onConfirm: PropTypes.Requireable<(...args: any[]) => any>;
|
35
|
-
onClear: PropTypes.Requireable<(...args: any[]) => any>;
|
36
|
-
locale: PropTypes.Requireable<object>;
|
37
|
-
};
|
38
18
|
componentDidMount(): void;
|
39
19
|
componentDidUpdate(prevProps: DateInputProps): void;
|
40
20
|
static contextType: React.Context<import("../i18n/i18n-context").I18nContextProps>;
|
@@ -4,15 +4,12 @@ import 'core-js/modules/es.string.replace.js';
|
|
4
4
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
5
5
|
import * as React from 'react';
|
6
6
|
import classNames from 'classnames';
|
7
|
-
import PropTypes from 'prop-types';
|
8
7
|
import { I as Input } from '../_helpers/input.js';
|
9
8
|
import { ControlsHeight } from '../global/controls-height.js';
|
10
9
|
import { I18nContext } from '../i18n/i18n-context.js';
|
11
|
-
import { dateType } from './consts.js';
|
12
10
|
import { m as modules_0c7b7d96 } from '../_helpers/date-picker.js';
|
13
11
|
import { jsx } from 'react/jsx-runtime';
|
14
12
|
import '@jetbrains/icons/close-12px';
|
15
|
-
import '../global/prop-types.js';
|
16
13
|
import '../button/button.js';
|
17
14
|
import '@jetbrains/icons/chevron-down';
|
18
15
|
import '../icon/icon.js';
|
@@ -28,7 +25,6 @@ import 'memoize-one';
|
|
28
25
|
import '../control-label/control-label.js';
|
29
26
|
import '../control-help/control-help.js';
|
30
27
|
import '../i18n/i18n.js';
|
31
|
-
import 'date-fns/add';
|
32
28
|
|
33
29
|
class DateInput extends React.PureComponent {
|
34
30
|
constructor() {
|
@@ -142,25 +138,6 @@ class DateInput extends React.PureComponent {
|
|
142
138
|
});
|
143
139
|
}
|
144
140
|
}
|
145
|
-
_defineProperty(DateInput, "propTypes", {
|
146
|
-
active: PropTypes.bool,
|
147
|
-
divider: PropTypes.bool,
|
148
|
-
name: PropTypes.string,
|
149
|
-
text: PropTypes.string,
|
150
|
-
hoverDate: dateType,
|
151
|
-
date: dateType,
|
152
|
-
time: PropTypes.string,
|
153
|
-
displayFormat: PropTypes.func,
|
154
|
-
translations: PropTypes.object,
|
155
|
-
fromPlaceholder: PropTypes.string,
|
156
|
-
toPlaceholder: PropTypes.string,
|
157
|
-
timePlaceholder: PropTypes.string,
|
158
|
-
onInput: PropTypes.func,
|
159
|
-
onActivate: PropTypes.func,
|
160
|
-
onConfirm: PropTypes.func,
|
161
|
-
onClear: PropTypes.func,
|
162
|
-
locale: PropTypes.object
|
163
|
-
});
|
164
141
|
_defineProperty(DateInput, "contextType", I18nContext);
|
165
142
|
|
166
143
|
export { DateInput as default };
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { PureComponent } from 'react';
|
2
2
|
import * as React from 'react';
|
3
|
-
import PropTypes from 'prop-types';
|
4
3
|
import type { Locale } from 'date-fns';
|
5
4
|
import Popup from '../popup/popup';
|
6
5
|
import { DropdownAttrs } from '../dropdown/dropdown';
|
@@ -34,34 +33,6 @@ export type DatePickerProps = Omit<DatePopupProps, 'translations' | 'parseDateIn
|
|
34
33
|
* @name Date Picker
|
35
34
|
*/
|
36
35
|
export default class DatePicker extends PureComponent<DatePickerProps> {
|
37
|
-
static propTypes: {
|
38
|
-
className: PropTypes.Requireable<string>;
|
39
|
-
popupClassName: PropTypes.Requireable<string>;
|
40
|
-
date: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
41
|
-
withTime: PropTypes.Requireable<boolean>;
|
42
|
-
range: PropTypes.Requireable<boolean>;
|
43
|
-
from: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
44
|
-
to: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
45
|
-
clear: PropTypes.Requireable<boolean>;
|
46
|
-
inline: PropTypes.Requireable<boolean>;
|
47
|
-
displayFormat: PropTypes.Requireable<(...args: any[]) => any>;
|
48
|
-
displayMonthFormat: PropTypes.Requireable<(...args: any[]) => any>;
|
49
|
-
displayDayFormat: PropTypes.Requireable<(...args: any[]) => any>;
|
50
|
-
displayTimeFormat: PropTypes.Requireable<(...args: any[]) => any>;
|
51
|
-
parseDateInput: PropTypes.Requireable<(...args: any[]) => any>;
|
52
|
-
applyTimeInput: PropTypes.Requireable<(...args: any[]) => any>;
|
53
|
-
datePlaceholder: PropTypes.Requireable<string>;
|
54
|
-
dateTimePlaceholder: PropTypes.Requireable<string>;
|
55
|
-
rangePlaceholder: PropTypes.Requireable<string>;
|
56
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
57
|
-
dropdownProps: PropTypes.Requireable<object>;
|
58
|
-
disabled: PropTypes.Requireable<boolean>;
|
59
|
-
minDate: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
60
|
-
maxDate: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
61
|
-
translations: PropTypes.Requireable<object>;
|
62
|
-
locale: PropTypes.Requireable<object>;
|
63
|
-
size: PropTypes.Requireable<Size>;
|
64
|
-
};
|
65
36
|
static defaultProps: DatePickerProps;
|
66
37
|
static contextType: React.Context<import("../i18n/i18n-context").I18nContextProps>;
|
67
38
|
context: React.ContextType<typeof DatePicker.contextType>;
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { _ as _defineProperty, a as _objectWithoutProperties, b as _objectSpread2 } from '../_helpers/_rollupPluginBabelHelpers.js';
|
2
2
|
import 'core-js/modules/web.dom-collections.iterator.js';
|
3
3
|
import { PureComponent } from 'react';
|
4
|
-
import PropTypes from 'prop-types';
|
5
4
|
import classNames from 'classnames';
|
6
5
|
import { format } from 'date-fns/format';
|
7
6
|
import { isSameDay } from 'date-fns/isSameDay';
|
@@ -21,7 +20,6 @@ import Link from '../link/link.js';
|
|
21
20
|
import { S as Size } from '../_helpers/input.js';
|
22
21
|
import { I18nContext } from '../i18n/i18n-context.js';
|
23
22
|
import DatePopup from './date-popup.js';
|
24
|
-
import { dateType } from './consts.js';
|
25
23
|
import { m as modules_0c7b7d96 } from '../_helpers/date-picker.js';
|
26
24
|
import formats from './formats.js';
|
27
25
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
@@ -54,7 +52,6 @@ import '../global/controls-height.js';
|
|
54
52
|
import '../_helpers/button__classes.js';
|
55
53
|
import '../_helpers/link.js';
|
56
54
|
import '@jetbrains/icons/close-12px';
|
57
|
-
import '../global/prop-types.js';
|
58
55
|
import '../global/composeRefs.js';
|
59
56
|
import 'memoize-one';
|
60
57
|
import '../control-label/control-label.js';
|
@@ -65,7 +62,6 @@ import 'date-fns/isBefore';
|
|
65
62
|
import 'date-fns/startOfDay';
|
66
63
|
import 'date-fns';
|
67
64
|
import './date-input.js';
|
68
|
-
import 'date-fns/add';
|
69
65
|
import './months.js';
|
70
66
|
import 'date-fns/addMonths';
|
71
67
|
import 'date-fns/getDay';
|
@@ -81,6 +77,8 @@ import 'date-fns/setDay';
|
|
81
77
|
import './day.js';
|
82
78
|
import 'date-fns/getDate';
|
83
79
|
import 'date-fns/isToday';
|
80
|
+
import './consts.js';
|
81
|
+
import 'date-fns/add';
|
84
82
|
import './month-names.js';
|
85
83
|
import 'date-fns/isThisMonth';
|
86
84
|
import 'date-fns/startOfYear';
|
@@ -119,14 +117,6 @@ const PopupComponent = _ref => {
|
|
119
117
|
}))
|
120
118
|
}));
|
121
119
|
};
|
122
|
-
PopupComponent.propTypes = {
|
123
|
-
hidden: PropTypes.bool,
|
124
|
-
className: PropTypes.string,
|
125
|
-
popupRef: PropTypes.func,
|
126
|
-
onClear: PropTypes.func,
|
127
|
-
datePopupProps: PropTypes.shape(DatePopup.propTypes),
|
128
|
-
onComplete: PropTypes.func
|
129
|
-
};
|
130
120
|
/**
|
131
121
|
* @name Date Picker
|
132
122
|
*/
|
@@ -261,6 +251,7 @@ class DatePicker extends PureComponent {
|
|
261
251
|
return /*#__PURE__*/jsx(Dropdown, _objectSpread2(_objectSpread2({
|
262
252
|
className: classes,
|
263
253
|
disabled: this.props.disabled,
|
254
|
+
"data-test": "ring-date-picker",
|
264
255
|
anchor: inline ? /*#__PURE__*/jsx(Link, {
|
265
256
|
"data-test-ring-dropdown-anchor": true,
|
266
257
|
className: modules_0c7b7d96.anchor,
|
@@ -290,34 +281,6 @@ class DatePicker extends PureComponent {
|
|
290
281
|
}));
|
291
282
|
}
|
292
283
|
}
|
293
|
-
_defineProperty(DatePicker, "propTypes", {
|
294
|
-
className: PropTypes.string,
|
295
|
-
popupClassName: PropTypes.string,
|
296
|
-
date: dateType,
|
297
|
-
withTime: PropTypes.bool,
|
298
|
-
range: PropTypes.bool,
|
299
|
-
from: dateType,
|
300
|
-
to: dateType,
|
301
|
-
clear: PropTypes.bool,
|
302
|
-
inline: PropTypes.bool,
|
303
|
-
displayFormat: PropTypes.func,
|
304
|
-
displayMonthFormat: PropTypes.func,
|
305
|
-
displayDayFormat: PropTypes.func,
|
306
|
-
displayTimeFormat: PropTypes.func,
|
307
|
-
parseDateInput: PropTypes.func,
|
308
|
-
applyTimeInput: PropTypes.func,
|
309
|
-
datePlaceholder: PropTypes.string,
|
310
|
-
dateTimePlaceholder: PropTypes.string,
|
311
|
-
rangePlaceholder: PropTypes.string,
|
312
|
-
onChange: PropTypes.func,
|
313
|
-
dropdownProps: PropTypes.object,
|
314
|
-
disabled: PropTypes.bool,
|
315
|
-
minDate: dateType,
|
316
|
-
maxDate: dateType,
|
317
|
-
translations: PropTypes.object,
|
318
|
-
locale: PropTypes.object,
|
319
|
-
size: PropTypes.oneOf(Object.values(Size))
|
320
|
-
});
|
321
284
|
_defineProperty(DatePicker, "defaultProps", {
|
322
285
|
className: '',
|
323
286
|
date: null,
|
@@ -1,31 +1,9 @@
|
|
1
1
|
import { Component } from 'react';
|
2
2
|
import * as React from 'react';
|
3
|
-
import PropTypes from 'prop-types';
|
4
3
|
import { DatePickerChange, DatePopupBaseProps, DateSpecificPopupProps, DatePopupState, RangeSpecificPopupProps, TimeSpecificPopupProps, Field } from './consts';
|
5
4
|
export type DatePopupProps = DatePopupBaseProps & (DateSpecificPopupProps | TimeSpecificPopupProps | RangeSpecificPopupProps);
|
6
5
|
export default class DatePopup extends Component<DatePopupProps, DatePopupState> {
|
7
6
|
static sameDay(next: Date | number | null, prev: Date | number | null): boolean;
|
8
|
-
static propTypes: {
|
9
|
-
className: PropTypes.Requireable<string>;
|
10
|
-
date: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
11
|
-
range: PropTypes.Requireable<boolean>;
|
12
|
-
withTime: PropTypes.Requireable<boolean>;
|
13
|
-
time: PropTypes.Requireable<string>;
|
14
|
-
from: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
15
|
-
to: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
16
|
-
renderAfterCalendar: PropTypes.Requireable<(...args: any[]) => any>;
|
17
|
-
displayFormat: PropTypes.Requireable<(...args: any[]) => any>;
|
18
|
-
parseDateInput: PropTypes.Requireable<(...args: any[]) => any>;
|
19
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
20
|
-
onComplete: PropTypes.Requireable<(...args: any[]) => any>;
|
21
|
-
onClear: PropTypes.Requireable<(...args: any[]) => any>;
|
22
|
-
minDate: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
23
|
-
maxDate: PropTypes.Requireable<NonNullable<string | number | Date | null | undefined>>;
|
24
|
-
fromPlaceholder: PropTypes.Requireable<string>;
|
25
|
-
toPlaceholder: PropTypes.Requireable<string>;
|
26
|
-
timePlaceholder: PropTypes.Requireable<string>;
|
27
|
-
locale: PropTypes.Requireable<object>;
|
28
|
-
};
|
29
7
|
static defaultProps: {
|
30
8
|
onChange(): void;
|
31
9
|
};
|