@jetbrains/ring-ui 5.0.132 → 5.0.134
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/README.md +1 -6
- package/components/avatar/fallback-avatar.d.ts +0 -1
- package/components/button-group/button-group.d.ts +1 -0
- package/components/button-group/button-group.js +1 -0
- package/components/button-group-ng/button-group-ng.js +1 -0
- package/components/button-ng/button-ng.examples.js +2 -2
- package/components/button-ng/button-ng.js +1 -0
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.js +1 -0
- package/components/checkbox-ng/checkbox-ng.js +1 -0
- package/components/confirm-ng/confirm-ng.examples.js +1 -1
- package/components/date-picker/month-names.d.ts +0 -1
- package/components/date-picker/month.d.ts +0 -1
- package/components/date-picker/months.d.ts +0 -1
- package/components/date-picker/weekdays.d.ts +0 -1
- package/components/dialog-ng/dialog-ng.examples.js +1 -1
- package/components/form/form.examples.js +1 -0
- package/components/input-size/input-size.examples.js +1 -0
- package/components/island/island.d.ts +1 -0
- package/components/island/island.js +1 -0
- package/components/island-ng/island-ng.js +4 -3
- package/components/link-ng/link-ng.js +1 -0
- package/components/list/list.d.ts +1 -1
- package/components/markdown/code.d.ts +0 -1
- package/components/markdown/heading.d.ts +0 -1
- package/components/markdown/link.d.ts +0 -1
- package/components/query-assist/query-assist__suggestions.d.ts +0 -1
- package/components/select/select.d.ts +1 -0
- package/components/select/select.js +1 -0
- package/components/tabs/dumb-tabs.d.ts +1 -0
- package/components/tabs/dumb-tabs.js +1 -0
- package/components/tabs/tabs.css +3 -0
- package/components/tabs-ng/tabs-ng.js +1 -0
- package/components/tag/tag.d.ts +1 -0
- package/components/tag/tag.js +1 -0
- package/components/user-card/tooltip.d.ts +8 -3
- package/components/user-card/tooltip.js +1 -1
- package/dist/_helpers/tabs.js +1 -1
- package/dist/auth/iframe-flow.js +1 -1
- package/dist/auth-dialog/auth-dialog.js +1 -1
- package/dist/auth-dialog-service/auth-dialog-service.js +1 -1
- package/dist/avatar/fallback-avatar.d.ts +0 -1
- package/dist/breadcrumb-ng/breadcrumb-ng.js +1 -0
- package/dist/button-group/button-group.d.ts +1 -0
- package/dist/button-group/button-group.js +1 -0
- package/dist/button-group-ng/button-group-ng.js +1 -0
- package/dist/button-ng/button-ng.js +1 -0
- package/dist/checkbox/checkbox.d.ts +1 -0
- package/dist/checkbox/checkbox.js +1 -0
- package/dist/checkbox-ng/checkbox-ng.js +1 -0
- package/dist/confirm/confirm.js +1 -1
- package/dist/confirm-ng/confirm-ng.js +1 -1
- package/dist/confirm-service/confirm-service.js +1 -1
- package/dist/data-list/title.js +1 -0
- package/dist/date-picker/month-names.d.ts +0 -1
- package/dist/date-picker/month.d.ts +0 -1
- package/dist/date-picker/months.d.ts +0 -1
- package/dist/date-picker/weekdays.d.ts +0 -1
- package/dist/dialog/dialog.js +1 -1
- package/dist/dialog-ng/dialog-ng.js +1 -0
- package/dist/error-message-ng/error-message-ng.js +1 -0
- package/dist/input-ng/input-ng.js +1 -0
- package/dist/island/island.d.ts +1 -0
- package/dist/island/island.js +1 -0
- package/dist/island-ng/island-ng.js +4 -3
- package/dist/link-ng/link-ng.js +1 -0
- package/dist/list/list.d.ts +1 -1
- package/dist/list/list__item.js +1 -0
- package/dist/login-dialog/service.js +1 -1
- package/dist/markdown/code.d.ts +0 -1
- package/dist/markdown/heading.d.ts +0 -1
- package/dist/markdown/link.d.ts +0 -1
- package/dist/old-browsers-message/white-list.js +2 -2
- package/dist/promised-click-ng/promised-click-ng.js +1 -0
- package/dist/query-assist/query-assist__suggestions.d.ts +0 -1
- package/dist/save-field-ng/save-field-ng.js +1 -0
- package/dist/select/select.d.ts +1 -0
- package/dist/select/select.js +1 -1
- package/dist/select-ng/select-ng.js +1 -1
- package/dist/select-ng/select-ng__lazy.js +1 -1
- package/dist/shortcuts-hint-ng/shortcuts-hint-ng.js +1 -0
- package/dist/sidebar-ng/sidebar-ng.js +1 -0
- package/dist/style.css +1 -1
- package/dist/table/header.js +1 -0
- package/dist/table/row-with-focus-sensor.js +1 -1
- package/dist/table/row.js +1 -1
- package/dist/table/smart-table.js +1 -1
- package/dist/table/table.js +1 -1
- package/dist/table-legacy-ng/table-legacy-ng.js +1 -1
- 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/dumb-tabs.d.ts +1 -0
- package/dist/tabs/dumb-tabs.js +1 -1
- package/dist/tabs/smart-tabs.js +1 -1
- package/dist/tabs/tabs.js +1 -1
- package/dist/tabs-ng/tabs-ng.js +1 -0
- package/dist/tag/tag.d.ts +1 -0
- package/dist/tag/tag.js +1 -1
- package/dist/tags-input/tags-input.js +1 -1
- package/dist/tags-input-ng/tags-input-ng.js +1 -1
- package/dist/tags-list/tags-list.js +1 -1
- package/dist/user-agreement/user-agreement.js +1 -1
- package/dist/user-card/tooltip.d.ts +8 -3
- package/dist/user-card/tooltip.js +1 -1
- package/package.json +33 -31
package/dist/list/list.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface ListProps<T = unknown> {
|
|
|
24
24
|
restoreActiveIndex: boolean;
|
|
25
25
|
activateSingleItem: boolean;
|
|
26
26
|
activateFirstItem: boolean;
|
|
27
|
-
onMouseOut: (e: SyntheticEvent) => void;
|
|
27
|
+
onMouseOut: (e: SyntheticEvent<HTMLElement>) => void;
|
|
28
28
|
onSelect: (item: ListDataItem<T>, event: Event | SyntheticEvent, params?: SelectHandlerParams) => void;
|
|
29
29
|
onScrollToBottom: () => void;
|
|
30
30
|
onResize: (info: Size) => void;
|
package/dist/list/list__item.js
CHANGED
|
@@ -11,6 +11,7 @@ import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
|
11
11
|
import '../global/url.js';
|
|
12
12
|
import '../global/dom.js';
|
|
13
13
|
import '../avatar/fallback-avatar.js';
|
|
14
|
+
import 'focus-visible';
|
|
14
15
|
import '@jetbrains/icons/checkmark-14px';
|
|
15
16
|
import '@jetbrains/icons/remove-14px';
|
|
16
17
|
import '../global/prop-types.js';
|
|
@@ -9,6 +9,7 @@ import '../_helpers/_rollupPluginBabelHelpers.js';
|
|
|
9
9
|
import 'classnames';
|
|
10
10
|
import '@jetbrains/icons/close';
|
|
11
11
|
import '../island/island.js';
|
|
12
|
+
import 'focus-visible';
|
|
12
13
|
import '../global/data-tests.js';
|
|
13
14
|
import '../island/adaptive-island-hoc.js';
|
|
14
15
|
import '../global/linear-function.js';
|
|
@@ -26,7 +27,6 @@ import 'sniffr';
|
|
|
26
27
|
import '../tab-trap/tab-trap.js';
|
|
27
28
|
import '../global/dom.js';
|
|
28
29
|
import '../button/button.js';
|
|
29
|
-
import 'focus-visible';
|
|
30
30
|
import '@jetbrains/icons/chevron-10px';
|
|
31
31
|
import '../icon/icon.js';
|
|
32
32
|
import 'util-deprecate';
|
package/dist/markdown/code.d.ts
CHANGED
package/dist/markdown/link.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ const MAJOR_VERSION_INDEX = 0;
|
|
|
5
5
|
/**
|
|
6
6
|
* SUPPORTED_BROWSERS are defined by Babel plugin, see babel config
|
|
7
7
|
*/
|
|
8
|
-
if (!["and_chr
|
|
8
|
+
if (!["and_chr 112", "chrome 111", "chrome 110", "chrome 109", "edge 111", "edge 110", "firefox 110", "ios_saf 16.3", "ios_saf 16.2", "ios_saf 16.1", "ios_saf 16.0", "ios_saf 15.6", "op_mini all", "safari 16.3", "samsung 20"]) {
|
|
9
9
|
// eslint-disable-next-line no-console
|
|
10
10
|
console.warn('Ring UI: no SUPPORTED_BROWSERS passed. Please check babel config.');
|
|
11
11
|
}
|
|
12
|
-
const SUPPORTED = ["and_chr
|
|
12
|
+
const SUPPORTED = ["and_chr 112", "chrome 111", "chrome 110", "chrome 109", "edge 111", "edge 110", "firefox 110", "ios_saf 16.3", "ios_saf 16.2", "ios_saf 16.1", "ios_saf 16.0", "ios_saf 15.6", "op_mini all", "safari 16.3", "samsung 20"] || [];
|
|
13
13
|
const WHITE_LISTED_BROWSERS = ['chrome', 'firefox', 'safari', 'edge'];
|
|
14
14
|
const WHITE_LIST = SUPPORTED.reduce((acc, item) => {
|
|
15
15
|
var _item$match;
|
|
@@ -4,6 +4,7 @@ import { applyMethodToClasses } from '../global/dom.js';
|
|
|
4
4
|
import RingAngularComponent from '../global/ring-angular-component.js';
|
|
5
5
|
import { LOADER_BACKGROUND_SELECTOR } from '../button-ng/button-ng.js';
|
|
6
6
|
import 'classnames';
|
|
7
|
+
import 'focus-visible';
|
|
7
8
|
import '../icon-ng/icon-ng.js';
|
|
8
9
|
import '../icon/icon__constants.js';
|
|
9
10
|
import '../template-ng/template-ng.js';
|
package/dist/select/select.d.ts
CHANGED
package/dist/select/select.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { _ as _extends } from '../_helpers/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import 'focus-visible';
|
|
2
3
|
import React, { Component, Fragment } from 'react';
|
|
3
4
|
import classNames from 'classnames';
|
|
4
5
|
import PropTypes from 'prop-types';
|
|
@@ -29,7 +30,6 @@ import 'util-deprecate';
|
|
|
29
30
|
import '../icon/icon__constants.js';
|
|
30
31
|
import '../_helpers/icon.js';
|
|
31
32
|
import '../icon/icon__svg.js';
|
|
32
|
-
import 'focus-visible';
|
|
33
33
|
import '../link/clickableLink.js';
|
|
34
34
|
import '../_helpers/button__classes.js';
|
|
35
35
|
import '../global/url.js';
|
|
@@ -9,6 +9,7 @@ import { ControlsHeight } from '../global/controls-height.js';
|
|
|
9
9
|
import SelectNgOptions from './select-ng__options.js';
|
|
10
10
|
import SelectLazy from './select-ng__lazy.js';
|
|
11
11
|
import 'react-dom';
|
|
12
|
+
import 'focus-visible';
|
|
12
13
|
import 'classnames';
|
|
13
14
|
import 'prop-types';
|
|
14
15
|
import '@jetbrains/icons/chevron-down';
|
|
@@ -26,7 +27,6 @@ import '../_helpers/icon.js';
|
|
|
26
27
|
import '../icon/icon__svg.js';
|
|
27
28
|
import '../global/memoize.js';
|
|
28
29
|
import '../button/button.js';
|
|
29
|
-
import 'focus-visible';
|
|
30
30
|
import '../link/clickableLink.js';
|
|
31
31
|
import '../_helpers/button__classes.js';
|
|
32
32
|
import '../avatar/avatar.js';
|
|
@@ -4,6 +4,7 @@ import React, { cloneElement } from 'react';
|
|
|
4
4
|
import { render, hydrate } from '../global/react-render-adapter.js';
|
|
5
5
|
import { RerenderableSelect } from '../select/select.js';
|
|
6
6
|
import 'react-dom';
|
|
7
|
+
import 'focus-visible';
|
|
7
8
|
import 'classnames';
|
|
8
9
|
import 'prop-types';
|
|
9
10
|
import '@jetbrains/icons/chevron-down';
|
|
@@ -21,7 +22,6 @@ import '../_helpers/icon.js';
|
|
|
21
22
|
import '../icon/icon__svg.js';
|
|
22
23
|
import '../global/memoize.js';
|
|
23
24
|
import '../button/button.js';
|
|
24
|
-
import 'focus-visible';
|
|
25
25
|
import '../link/clickableLink.js';
|
|
26
26
|
import '../global/controls-height.js';
|
|
27
27
|
import '../_helpers/button__classes.js';
|
|
@@ -13,6 +13,7 @@ import '../global/dom.js';
|
|
|
13
13
|
import '../icon/icon__constants.js';
|
|
14
14
|
import '../template-ng/template-ng.js';
|
|
15
15
|
import '../_helpers/icon.js';
|
|
16
|
+
import 'focus-visible';
|
|
16
17
|
import 'classnames';
|
|
17
18
|
import '../_helpers/button__classes.js';
|
|
18
19
|
import '../global/controls-height.js';
|