@jetbrains/ring-ui 5.0.118 → 5.0.120
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/global/focus-sensor-hoc.d.ts +1 -0
- package/components/global/focus-sensor-hoc.js +5 -4
- package/components/heading/heading.css +3 -3
- package/components/query-assist/query-assist.js +1 -1
- package/components/table/smart-table.d.ts +1 -0
- package/dist/global/focus-sensor-hoc.d.ts +1 -0
- package/dist/global/focus-sensor-hoc.js +10 -3
- package/dist/query-assist/query-assist.js +1 -1
- package/dist/style.css +1 -1
- package/dist/table/smart-table.d.ts +1 -0
- package/package.json +5 -5
|
@@ -20,6 +20,7 @@ declare class SmartTable<T extends SelectionItem> extends PureComponent<SmartTab
|
|
|
20
20
|
isItemSelectable: PropTypes.Requireable<(...args: any[]) => any> | React.Validator<((item: SelectionItem) => boolean) | null | undefined>;
|
|
21
21
|
innerRef?: React.Validator<React.Ref<HTMLTableRowElement> | undefined> | undefined;
|
|
22
22
|
autofocus?: React.Validator<boolean | null | undefined> | undefined;
|
|
23
|
+
scrollOnTableFocus?: React.Validator<boolean | null | undefined> | undefined;
|
|
23
24
|
disabledHover?: React.Validator<boolean> | undefined;
|
|
24
25
|
remoteSelection?: React.Validator<boolean | null | undefined> | undefined;
|
|
25
26
|
onSort?: React.Validator<((params: import("./header-cell").SortParams) => void) | null | undefined> | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.120",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -108,15 +108,15 @@
|
|
|
108
108
|
"@types/react-dom": "^18.0.11",
|
|
109
109
|
"@types/sinon": "^10.0.13",
|
|
110
110
|
"@types/sinon-chai": "^3.2.9",
|
|
111
|
-
"@typescript-eslint/eslint-plugin": "^5.54.
|
|
112
|
-
"@typescript-eslint/parser": "^5.54.
|
|
111
|
+
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
112
|
+
"@typescript-eslint/parser": "^5.54.1",
|
|
113
113
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
114
114
|
"angular": "^1.8.3",
|
|
115
115
|
"angular-mocks": "^1.8.3",
|
|
116
116
|
"angular-route": "^1.8.3",
|
|
117
117
|
"babel-plugin-react-docgen": "^4.2.1",
|
|
118
118
|
"babel-plugin-require-context-hook": "^1.0.0",
|
|
119
|
-
"caniuse-lite": "^1.0.
|
|
119
|
+
"caniuse-lite": "^1.0.30001462",
|
|
120
120
|
"chai": "^4.3.7",
|
|
121
121
|
"chai-as-promised": "^7.1.1",
|
|
122
122
|
"chai-dom": "^1.10.0",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"react-dom": "^18.2.0",
|
|
158
158
|
"react-test-renderer": "^18.2.0",
|
|
159
159
|
"regenerator-runtime": "^0.13.11",
|
|
160
|
-
"rimraf": "^4.
|
|
160
|
+
"rimraf": "^4.3.1",
|
|
161
161
|
"rollup": "^3.18.0",
|
|
162
162
|
"rollup-plugin-clear": "^2.0.7",
|
|
163
163
|
"rollup-plugin-styles": "^4.0.0",
|