@jetbrains/ring-ui 5.0.120 → 5.0.121
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.
|
@@ -265,6 +265,7 @@ export default class DatePopup extends Component {
|
|
|
265
265
|
}
|
|
266
266
|
this.select(changes);
|
|
267
267
|
this.props.onClear?.(e);
|
|
268
|
+
this.componentRef.current?.querySelector('input')?.focus();
|
|
268
269
|
};
|
|
269
270
|
render() {
|
|
270
271
|
const { range, hidden, withTime, locale } = this.props;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetbrains/ring-ui",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.121",
|
|
4
4
|
"description": "JetBrains UI library",
|
|
5
5
|
"author": "JetBrains",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@babel/eslint-parser": "^7.19.1",
|
|
79
79
|
"@jetbrains/eslint-config": "^5.4.1",
|
|
80
80
|
"@jetbrains/stylelint-config": "^3.0.2",
|
|
81
|
-
"@primer/octicons": "^18.
|
|
81
|
+
"@primer/octicons": "^18.2.0",
|
|
82
82
|
"@rollup/plugin-babel": "^6.0.3",
|
|
83
83
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
84
84
|
"@rollup/plugin-replace": "^5.0.2",
|
|
@@ -116,16 +116,16 @@
|
|
|
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.30001465",
|
|
120
120
|
"chai": "^4.3.7",
|
|
121
121
|
"chai-as-promised": "^7.1.1",
|
|
122
122
|
"chai-dom": "^1.10.0",
|
|
123
123
|
"chai-enzyme": "1.0.0-beta.1",
|
|
124
124
|
"cheerio": "^1.0.0-rc.12",
|
|
125
|
-
"core-js": "^3.29.
|
|
125
|
+
"core-js": "^3.29.1",
|
|
126
126
|
"cpy-cli": "^3.1.1",
|
|
127
127
|
"enzyme": "^3.11.0",
|
|
128
|
-
"eslint": "^8.
|
|
128
|
+
"eslint": "^8.36.0",
|
|
129
129
|
"eslint-import-resolver-webpack": "^0.13.2",
|
|
130
130
|
"eslint-plugin-angular": "^4.1.0",
|
|
131
131
|
"eslint-plugin-bdd": "^2.1.1",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"karma-sourcemap-loader": "^0.4.0",
|
|
148
148
|
"karma-teamcity-reporter": "^2.0.0",
|
|
149
149
|
"karma-webpack": "^5.0.0",
|
|
150
|
-
"lint-staged": "^13.
|
|
150
|
+
"lint-staged": "^13.2.0",
|
|
151
151
|
"merge-options": "^3.0.4",
|
|
152
152
|
"mocha": "^10.2.0",
|
|
153
153
|
"pinst": "^3.0.0",
|
|
@@ -157,21 +157,21 @@
|
|
|
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.
|
|
161
|
-
"rollup": "^3.
|
|
160
|
+
"rimraf": "^4.4.0",
|
|
161
|
+
"rollup": "^3.19.1",
|
|
162
162
|
"rollup-plugin-clear": "^2.0.7",
|
|
163
163
|
"rollup-plugin-styles": "^4.0.0",
|
|
164
|
-
"sinon": "^15.0.
|
|
164
|
+
"sinon": "^15.0.2",
|
|
165
165
|
"sinon-chai": "^3.7.0",
|
|
166
166
|
"storage-mock": "^2.1.0",
|
|
167
167
|
"storybook-addon-themes": "^6.1.0",
|
|
168
168
|
"stylelint": "^15.2.0",
|
|
169
169
|
"svg-inline-loader": "^0.8.2",
|
|
170
170
|
"teamcity-service-messages": "^0.1.14",
|
|
171
|
-
"terser-webpack-plugin": "^5.3.
|
|
171
|
+
"terser-webpack-plugin": "^5.3.7",
|
|
172
172
|
"typescript": "~4.9.5",
|
|
173
173
|
"wallaby-webpack": "^3.9.16",
|
|
174
|
-
"webpack": "^5.
|
|
174
|
+
"webpack": "^5.76.1",
|
|
175
175
|
"webpack-cli": "^5.0.1",
|
|
176
176
|
"xmlappend": "^1.0.4",
|
|
177
177
|
"yo": "^4.3.1"
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"extricate-loader": "^3.0.0",
|
|
228
228
|
"fastdom": "^1.0.11",
|
|
229
229
|
"file-loader": "^6.2.0",
|
|
230
|
-
"focus-trap": "^7.
|
|
230
|
+
"focus-trap": "^7.4.0",
|
|
231
231
|
"focus-visible": "^5.2.0",
|
|
232
232
|
"highlight.js": "^10.7.2",
|
|
233
233
|
"html-loader": "^4.2.0",
|