ydb-embedded-ui 8.20.0 → 8.21.0
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/components/ConnectToDB/ConnectToDBDialog.js +1 -1
- package/dist/components/ConnectToDB/ConnectToDBDialog.js.map +1 -1
- package/dist/components/ConnectToDB/i18n/index.d.ts +1 -1
- package/dist/components/DateRange/DateRange.d.ts +3 -1
- package/dist/components/DateRange/DateRange.js +3 -12
- package/dist/components/DateRange/DateRange.js.map +1 -1
- package/dist/components/DateRange/DateRange.scss +1 -1
- package/dist/components/ResizeableDataTable/ResizeableDataTable.d.ts +2 -1
- package/dist/components/ResizeableDataTable/ResizeableDataTable.js +10 -2
- package/dist/components/ResizeableDataTable/ResizeableDataTable.js.map +1 -1
- package/dist/components/ResizeableDataTable/ResizeableDataTable.scss +9 -0
- package/dist/components/SyntaxHighlighter/YDBSyntaxHighlighter.d.ts +8 -2
- package/dist/components/SyntaxHighlighter/YDBSyntaxHighlighter.js +11 -3
- package/dist/components/SyntaxHighlighter/YDBSyntaxHighlighter.js.map +1 -1
- package/dist/components/SyntaxHighlighter/YDBSyntaxHighlighter.scss +13 -0
- package/dist/components/SyntaxHighlighter/lazy.d.ts +1 -1
- package/dist/components/TruncatedQuery/TruncatedQuery.d.ts +3 -1
- package/dist/components/TruncatedQuery/TruncatedQuery.js +15 -3
- package/dist/components/TruncatedQuery/TruncatedQuery.js.map +1 -1
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/AsideNavigation/AsideNavigation.js +63 -19
- package/dist/containers/AsideNavigation/AsideNavigation.js.map +1 -1
- package/dist/containers/AsideNavigation/AsideNavigation.scss +5 -0
- package/dist/containers/AsideNavigation/InformationPopup/InformationPopup.d.ts +5 -0
- package/dist/containers/AsideNavigation/InformationPopup/InformationPopup.js +23 -0
- package/dist/containers/AsideNavigation/InformationPopup/InformationPopup.js.map +1 -0
- package/dist/containers/AsideNavigation/InformationPopup/InformationPopup.scss +105 -0
- package/dist/containers/AsideNavigation/InformationPopup/index.d.ts +1 -0
- package/dist/containers/AsideNavigation/InformationPopup/index.js +2 -0
- package/dist/containers/AsideNavigation/InformationPopup/index.js.map +1 -0
- package/dist/containers/AsideNavigation/InformationPopup/types.d.ts +11 -0
- package/dist/containers/AsideNavigation/InformationPopup/types.js +2 -0
- package/dist/containers/AsideNavigation/InformationPopup/types.js.map +1 -0
- package/dist/containers/AsideNavigation/constants.d.ts +8 -0
- package/dist/containers/AsideNavigation/constants.js +34 -0
- package/dist/containers/AsideNavigation/constants.js.map +1 -0
- package/dist/containers/AsideNavigation/i18n/en.json +4 -1
- package/dist/containers/AsideNavigation/i18n/index.d.ts +1 -1
- package/dist/containers/AsideNavigation/utils.d.ts +1 -0
- package/dist/containers/AsideNavigation/utils.js +2 -0
- package/dist/containers/AsideNavigation/utils.js.map +1 -0
- package/dist/containers/Cluster/ClusterInfo/utils/utils.js +2 -1
- package/dist/containers/Cluster/ClusterInfo/utils/utils.js.map +1 -1
- package/dist/containers/Clusters/columns.js +5 -7
- package/dist/containers/Clusters/columns.js.map +1 -1
- package/dist/containers/Clusters/constants.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/RunningQueriesData.d.ts +6 -4
- package/dist/containers/Tenant/Diagnostics/TopQueries/RunningQueriesData.js +16 -10
- package/dist/containers/Tenant/Diagnostics/TopQueries/RunningQueriesData.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +13 -10
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueriesData.d.ts +11 -4
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueriesData.js +20 -11
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueriesData.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.d.ts +3 -3
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.js +41 -41
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/columns.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/constants.d.ts +12 -4
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/constants.js +53 -5
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/constants.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/i18n/en.json +6 -5
- package/dist/containers/Tenant/Diagnostics/TopQueries/columns/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/constants.d.ts +17 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/constants.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/constants.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/en.json +3 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/utils.js +17 -10
- package/dist/containers/Tenant/Diagnostics/TopQueries/utils.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +11 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/YqlEditor.js +13 -0
- package/dist/containers/Tenant/Query/QueryEditor/YqlEditor.js.map +1 -1
- package/dist/containers/Tenant/Query/QueryEditor/keybindings.d.ts +1 -0
- package/dist/containers/Tenant/Query/QueryEditor/keybindings.js +1 -0
- package/dist/containers/Tenant/Query/QueryEditor/keybindings.js.map +1 -1
- package/dist/containers/Tenant/Query/i18n/en.json +1 -0
- package/dist/containers/Tenant/Query/i18n/index.d.ts +1 -1
- package/dist/store/reducers/clusters/selectors.js +4 -1
- package/dist/store/reducers/clusters/selectors.js.map +1 -1
- package/dist/store/reducers/clusters/types.d.ts +1 -0
- package/dist/store/reducers/clusters/utils.js +4 -0
- package/dist/store/reducers/clusters/utils.js.map +1 -1
- package/dist/store/reducers/executeTopQueries/constants.d.ts +18 -0
- package/dist/store/reducers/executeTopQueries/constants.js +20 -0
- package/dist/store/reducers/executeTopQueries/constants.js.map +1 -0
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +7 -3
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +42 -21
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js.map +1 -1
- package/dist/store/reducers/executeTopQueries/types.d.ts +1 -0
- package/dist/store/reducers/executeTopQueries/utils.d.ts +1 -1
- package/dist/store/reducers/executeTopQueries/utils.js +4 -4
- package/dist/store/reducers/executeTopQueries/utils.js.map +1 -1
- package/dist/store/reducers/overview/overview.js +4 -0
- package/dist/store/reducers/overview/overview.js.map +1 -1
- package/dist/store/reducers/viewSchema/viewSchema.js +4 -0
- package/dist/store/reducers/viewSchema/viewSchema.js.map +1 -1
- package/dist/types/api/cluster.d.ts +1 -0
- package/dist/types/api/cluster.js.map +1 -1
- package/dist/utils/__test__/parseBalancer.test.js +60 -2
- package/dist/utils/__test__/parseBalancer.test.js.map +1 -1
- package/dist/utils/__test__/prepareBackend.test.js +1 -1
- package/dist/utils/disks/__test__/calculateVDiskSeverity.test.js +12 -0
- package/dist/utils/disks/__test__/calculateVDiskSeverity.test.js.map +1 -1
- package/dist/utils/disks/calculateVDiskSeverity.d.ts +1 -1
- package/dist/utils/disks/calculateVDiskSeverity.js +5 -0
- package/dist/utils/disks/calculateVDiskSeverity.js.map +1 -1
- package/dist/utils/hooks/useAutoRefreshInterval.js +16 -1
- package/dist/utils/hooks/useAutoRefreshInterval.js.map +1 -1
- package/dist/utils/hooks/useLastQueryExecutionSettings.d.ts +2 -2
- package/dist/utils/hooks/useQueryExecutionSettings.d.ts +1 -1
- package/dist/utils/parseBalancer.d.ts +1 -0
- package/dist/utils/parseBalancer.js +20 -2
- package/dist/utils/parseBalancer.js.map +1 -1
- package/dist/utils/query.d.ts +4 -4
- package/package.json +2 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"useAutoRefreshInterval.js","sourceRoot":"","sources":["../../../src/utils/hooks/useAutoRefreshInterval.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,qBAAqB,EAAC,MAAM,cAAc,CAAC;AAEnD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,UAAU,sBAAsB;IAClC,
|
1
|
+
{"version":3,"file":"useAutoRefreshInterval.js","sourceRoot":"","sources":["../../../src/utils/hooks/useAutoRefreshInterval.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAC,qBAAqB,EAAC,MAAM,cAAc,CAAC;AAEnD,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,UAAU,sBAAsB;IAClC,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,UAAU,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;IAC7E,MAAM,CAAC,iBAAiB,EAAE,oBAAoB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAC5D,QAAQ,CAAC,eAAe,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAC5D,CAAC;IAEF,KAAK,CAAC,SAAS,CAAC,GAAG,EAAE;QACjB,yDAAyD;QACzD,oBAAoB,CAAC,QAAQ,CAAC,eAAe,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAEhF,kCAAkC;QAClC,MAAM,sBAAsB,GAAG,GAAG,EAAE;YAChC,oBAAoB,CAAC,QAAQ,CAAC,eAAe,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QACpF,CAAC,CAAC;QAEF,QAAQ,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,sBAAsB,CAAC,CAAC;QAEtE,OAAO,GAAG,EAAE;YACR,QAAQ,CAAC,mBAAmB,CAAC,kBAAkB,EAAE,sBAAsB,CAAC,CAAC;QAC7E,CAAC,CAAC;IACN,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;IAEnB,OAAO,CAAC,iBAAiB,EAAE,eAAe,CAAC,CAAC;AAChD,CAAC"}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
export declare const useLastQueryExecutionSettings: () => readonly [{
|
2
|
-
queryMode: "
|
2
|
+
queryMode: "scan" | "script" | "data" | "query" | "pg";
|
3
3
|
transactionMode: "serializable-read-write" | "stale-read-only" | "online-read-only" | "snapshot-read-only" | "implicit";
|
4
4
|
statisticsMode: "none" | "basic" | "full" | "profile";
|
5
5
|
tracingLevel: "basic" | "off" | "toplevel" | "detailed" | "diagnostic" | "trace";
|
6
6
|
timeout?: number | "" | null | undefined;
|
7
7
|
limitRows?: number | undefined;
|
8
8
|
} | undefined, (value: {
|
9
|
-
queryMode: "
|
9
|
+
queryMode: "scan" | "script" | "data" | "query" | "pg";
|
10
10
|
transactionMode: "serializable-read-write" | "stale-read-only" | "online-read-only" | "snapshot-read-only" | "implicit";
|
11
11
|
statisticsMode: "none" | "basic" | "full" | "profile";
|
12
12
|
tracingLevel: "basic" | "off" | "toplevel" | "detailed" | "diagnostic" | "trace";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import type { QuerySettings } from '../../types/store/query';
|
2
2
|
export declare const useQueryExecutionSettings: () => readonly [{
|
3
|
-
queryMode: "
|
3
|
+
queryMode: "scan" | "script" | "data" | "query" | "pg";
|
4
4
|
transactionMode: "serializable-read-write" | "stale-read-only" | "online-read-only" | "snapshot-read-only" | "implicit";
|
5
5
|
statisticsMode: "none" | "basic" | "full" | "profile";
|
6
6
|
tracingLevel: "basic" | "off" | "toplevel" | "detailed" | "diagnostic" | "trace";
|
@@ -13,4 +13,5 @@ interface ParsedBalancer {
|
|
13
13
|
*/
|
14
14
|
export declare const parseBalancer: (rawBalancer: string) => ParsedBalancer;
|
15
15
|
export declare const getCleanBalancerValue: (rawBalancer: string) => string;
|
16
|
+
export declare function prepareBackendFromBalancer(rawBalancer: string): string;
|
16
17
|
export {};
|
@@ -1,8 +1,10 @@
|
|
1
|
+
const protocolRegex = /^http[s]?:\/\//;
|
2
|
+
const viewerPathnameRegex = /\/viewer\/json$/;
|
1
3
|
export const removeViewerPathname = (value) => {
|
2
|
-
return value.replace(
|
4
|
+
return value.replace(viewerPathnameRegex, '');
|
3
5
|
};
|
4
6
|
export const removeProtocol = (value) => {
|
5
|
-
return value.replace(
|
7
|
+
return value.replace(protocolRegex, '');
|
6
8
|
};
|
7
9
|
export const removePort = (value) => {
|
8
10
|
return value.replace(/:\d+$/, '');
|
@@ -35,4 +37,20 @@ export const parseBalancer = (rawBalancer) => {
|
|
35
37
|
export const getCleanBalancerValue = (rawBalancer) => {
|
36
38
|
return removePort(parseBalancer(rawBalancer).balancer);
|
37
39
|
};
|
40
|
+
export function prepareBackendFromBalancer(rawBalancer) {
|
41
|
+
const preparedBalancer = removeViewerPathname(rawBalancer);
|
42
|
+
// Test if balancer starts with protocol
|
43
|
+
// It means it is a full url and it can be used as it is
|
44
|
+
// Otherwise it is a relative path to the current meta backend
|
45
|
+
if (protocolRegex.test(rawBalancer)) {
|
46
|
+
return preparedBalancer;
|
47
|
+
}
|
48
|
+
// Use meta_backend if it is defined to form backend url
|
49
|
+
if (window.meta_backend) {
|
50
|
+
const path = window.meta_backend + '/' + preparedBalancer;
|
51
|
+
// Prevent multiple slashes in case meta_backend ends with slash or balancer starts with slash
|
52
|
+
return path.replaceAll(/([^:])(\/\/+)/g, '$1/');
|
53
|
+
}
|
54
|
+
return preparedBalancer;
|
55
|
+
}
|
38
56
|
//# sourceMappingURL=parseBalancer.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"parseBalancer.js","sourceRoot":"","sources":["../../src/utils/parseBalancer.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,KAAa,EAAE,EAAE;IAClD,OAAO,KAAK,CAAC,OAAO,CAAC,
|
1
|
+
{"version":3,"file":"parseBalancer.js","sourceRoot":"","sources":["../../src/utils/parseBalancer.ts"],"names":[],"mappings":"AAAA,MAAM,aAAa,GAAG,gBAAgB,CAAC;AACvC,MAAM,mBAAmB,GAAG,iBAAiB,CAAC;AAE9C,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,KAAa,EAAE,EAAE;IAClD,OAAO,KAAK,CAAC,OAAO,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC;AAClD,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,KAAa,EAAE,EAAE;IAC5C,OAAO,KAAK,CAAC,OAAO,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC;AAC5C,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAa,EAAE,EAAE;IACxC,OAAO,KAAK,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;AACtC,CAAC,CAAC;AAOF;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,WAAmB,EAAkB,EAAE;IACjE,sDAAsD;IACtD,MAAM,KAAK,GAAG,oBAAoB,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;IAEhE,8EAA8E;IAC9E,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAE/B,0DAA0D;IAC1D,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACrB,OAAO;YACH,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC;YAClB,KAAK,EAAE,SAAS;SACnB,CAAC;IACN,CAAC;IAED,MAAM,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;IACvB,MAAM,QAAQ,GAAG,KAAK,CAAC,OAAO,CAAC,KAAK,GAAG,GAAG,EAAE,EAAE,CAAC,CAAC;IAEhD,OAAO;QACH,QAAQ;QACR,KAAK;KACR,CAAC;AACN,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,WAAmB,EAAE,EAAE;IACzD,OAAO,UAAU,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;AAC3D,CAAC,CAAC;AAEF,MAAM,UAAU,0BAA0B,CAAC,WAAmB;IAC1D,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,WAAW,CAAC,CAAC;IAE3D,wCAAwC;IACxC,wDAAwD;IACxD,8DAA8D;IAC9D,IAAI,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;QAClC,OAAO,gBAAgB,CAAC;IAC5B,CAAC;IAED,wDAAwD;IACxD,IAAI,MAAM,CAAC,YAAY,EAAE,CAAC;QACtB,MAAM,IAAI,GAAG,MAAM,CAAC,YAAY,GAAG,GAAG,GAAG,gBAAgB,CAAC;QAC1D,8FAA8F;QAC9F,OAAO,IAAI,CAAC,UAAU,CAAC,gBAAgB,EAAE,KAAK,CAAC,CAAC;IACpD,CAAC;IAED,OAAO,gBAAgB,CAAC;AAC5B,CAAC"}
|
package/dist/utils/query.d.ts
CHANGED
@@ -41,7 +41,7 @@ export declare const QUERY_SYNTAX: {
|
|
41
41
|
readonly yql: "yql_v1";
|
42
42
|
readonly pg: "pg";
|
43
43
|
};
|
44
|
-
export declare const getColumnType: (type: string) => "
|
44
|
+
export declare const getColumnType: (type: string) => "boolean" | "number" | "string" | "date" | undefined;
|
45
45
|
/** parse response result from ArrayRow to KeyValueRow and format values */
|
46
46
|
export declare const parseResult: (rows: ArrayRow[], columns: ColumnType[]) => KeyValueRow[];
|
47
47
|
type UnsupportedQueryResponseFormat = Array<unknown> | string | null | undefined | {
|
@@ -120,14 +120,14 @@ export declare const querySettingsValidationSchema: z.ZodObject<{
|
|
120
120
|
readonly trace: "trace";
|
121
121
|
}>;
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
123
|
-
queryMode: "
|
123
|
+
queryMode: "scan" | "script" | "data" | "query" | "pg";
|
124
124
|
transactionMode: "serializable-read-write" | "stale-read-only" | "online-read-only" | "snapshot-read-only" | "implicit";
|
125
125
|
statisticsMode: "none" | "basic" | "full" | "profile";
|
126
126
|
tracingLevel: "basic" | "off" | "toplevel" | "detailed" | "diagnostic" | "trace";
|
127
127
|
timeout?: number | "" | null | undefined;
|
128
128
|
limitRows?: number | undefined;
|
129
129
|
}, {
|
130
|
-
queryMode: "
|
130
|
+
queryMode: "scan" | "script" | "data" | "query" | "pg";
|
131
131
|
transactionMode: "serializable-read-write" | "stale-read-only" | "online-read-only" | "snapshot-read-only" | "implicit";
|
132
132
|
statisticsMode: "none" | "basic" | "full" | "profile";
|
133
133
|
tracingLevel: "basic" | "off" | "toplevel" | "detailed" | "diagnostic" | "trace";
|
@@ -166,7 +166,7 @@ export declare const querySettingsRestoreSchema: z.ZodCatch<z.ZodObject<{
|
|
166
166
|
readonly trace: "trace";
|
167
167
|
}>>;
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
169
|
-
queryMode: "
|
169
|
+
queryMode: "scan" | "script" | "data" | "query" | "pg";
|
170
170
|
transactionMode: "serializable-read-write" | "stale-read-only" | "online-read-only" | "snapshot-read-only" | "implicit";
|
171
171
|
statisticsMode: "none" | "basic" | "full" | "profile";
|
172
172
|
tracingLevel: "basic" | "off" | "toplevel" | "detailed" | "diagnostic" | "trace";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ydb-embedded-ui",
|
3
|
-
"version": "8.
|
3
|
+
"version": "8.21.0",
|
4
4
|
"files": [
|
5
5
|
"dist"
|
6
6
|
],
|
@@ -38,6 +38,7 @@
|
|
38
38
|
"copy-to-clipboard": "^3.3.3",
|
39
39
|
"crc-32": "^1.2.2",
|
40
40
|
"history": "^4.10.1",
|
41
|
+
"hotkeys-js": "^3.13.9",
|
41
42
|
"lodash": "^4.17.21",
|
42
43
|
"monaco-editor": "^0.52.2",
|
43
44
|
"numeral": "^2.0.6",
|