@opensumi/ide-components 2.20.1-next-1663064084.0 → 2.20.1
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/dist/index.js +1 -15
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -38868,22 +38868,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
38868
38868
|
"use strict";
|
|
38869
38869
|
|
|
38870
38870
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38871
|
-
exports.toLocalISOString =
|
|
38871
|
+
exports.toLocalISOString = void 0;
|
|
38872
38872
|
const strings_1 = __webpack_require__(31);
|
|
38873
|
-
function toLocalString(date) {
|
|
38874
|
-
return (date.getFullYear() +
|
|
38875
|
-
'-' +
|
|
38876
|
-
(0, strings_1.pad)(date.getMonth() + 1, 2) +
|
|
38877
|
-
'-' +
|
|
38878
|
-
(0, strings_1.pad)(date.getDate(), 2) +
|
|
38879
|
-
' ' +
|
|
38880
|
-
(0, strings_1.pad)(date.getHours(), 2) +
|
|
38881
|
-
':' +
|
|
38882
|
-
(0, strings_1.pad)(date.getMinutes(), 2) +
|
|
38883
|
-
':' +
|
|
38884
|
-
(0, strings_1.pad)(date.getSeconds(), 2));
|
|
38885
|
-
}
|
|
38886
|
-
exports.toLocalString = toLocalString;
|
|
38887
38873
|
function toLocalISOString(date) {
|
|
38888
38874
|
return (date.getFullYear() +
|
|
38889
38875
|
'-' +
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/ide-components",
|
|
3
|
-
"version": "2.20.1
|
|
3
|
+
"version": "2.20.1",
|
|
4
4
|
"description": "@opensumi/ide-components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@ant-design/icons": "^4.6.4",
|
|
19
|
-
"@opensumi/ide-utils": "2.20.1
|
|
19
|
+
"@opensumi/ide-utils": "2.20.1",
|
|
20
20
|
"@types/react-window": "^1.8.5",
|
|
21
21
|
"fuzzy": "^0.1.3",
|
|
22
22
|
"lodash": "^4.17.15",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@opensumi/ide-dev-tool": "^1.3.1"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "04b2bbf2f279ccf1eba1a1f5c18238fe871db490"
|
|
40
40
|
}
|