@difizen/libro-jupyter 0.2.38 → 0.2.39
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/es/keybind-instructions/keybind-instructions-contribution.d.ts.map +1 -1
- package/es/keybind-instructions/keybind-instructions-contribution.js +6 -1
- package/package.json +17 -17
- package/src/keybind-instructions/{keybind-instructions-contribution.ts → keybind-instructions-contribution.tsx} +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keybind-instructions-contribution.d.ts","sourceRoot":"","sources":["../../src/keybind-instructions/keybind-instructions-contribution.
|
|
1
|
+
{"version":3,"file":"keybind-instructions-contribution.d.ts","sourceRoot":"","sources":["../../src/keybind-instructions/keybind-instructions-contribution.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAA+B,MAAM,qBAAqB,CAAC;AACxF,OAAO,KAAK,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAW7E,qBACa,+BACX,YAAW,mBAAmB,EAAE,mBAAmB,EAAE,iBAAiB;IAExC,SAAS,CAAC,QAAQ,CAAC,YAAY,EAAE,oBAAoB,CAAC;IAEpF,gBAAgB,CAAC,OAAO,EAAE,eAAe;IAazC,oBAAoB,CAAC,QAAQ,EAAE,eAAe;IAU9C,aAAa;CAGd"}
|
|
@@ -18,6 +18,7 @@ import { inject, singleton } from '@difizen/mana-app';
|
|
|
18
18
|
import { l10n } from '@difizen/mana-l10n';
|
|
19
19
|
import { KeybindInstructionsIcon } from "./keybind-instructions-icon.js";
|
|
20
20
|
import { KeybindInstrutionModal } from "./keybind-instructions-view.js";
|
|
21
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
21
22
|
var KeybindInstructionsCommand = {
|
|
22
23
|
id: 'notebook:keybind-instructions'
|
|
23
24
|
};
|
|
@@ -66,7 +67,11 @@ export var KeybindInstructionsContribution = (_dec = singleton({
|
|
|
66
67
|
icon: KeybindInstructionsIcon,
|
|
67
68
|
command: KeybindInstructionsCommand.id,
|
|
68
69
|
order: 'l',
|
|
69
|
-
tooltip:
|
|
70
|
+
tooltip: function tooltip() {
|
|
71
|
+
return /*#__PURE__*/_jsx("div", {
|
|
72
|
+
children: l10n.t('查看快捷键')
|
|
73
|
+
});
|
|
74
|
+
}
|
|
70
75
|
});
|
|
71
76
|
}
|
|
72
77
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@difizen/libro-jupyter",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.39",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"libro"
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/colors": "^7.0.0",
|
|
35
35
|
"@ant-design/icons": "^5.1.0",
|
|
36
|
-
"@difizen/libro-code-cell": "^0.2.
|
|
37
|
-
"@difizen/libro-code-editor": "^0.2.
|
|
38
|
-
"@difizen/libro-codemirror": "^0.2.
|
|
39
|
-
"@difizen/libro-cofine-editor": "^0.2.
|
|
40
|
-
"@difizen/libro-common": "^0.2.
|
|
41
|
-
"@difizen/libro-core": "^0.2.
|
|
42
|
-
"@difizen/libro-kernel": "^0.2.
|
|
43
|
-
"@difizen/libro-l10n": "^0.2.
|
|
44
|
-
"@difizen/libro-language-client": "^0.2.
|
|
45
|
-
"@difizen/libro-lsp": "^0.2.
|
|
46
|
-
"@difizen/libro-markdown-cell": "^0.2.
|
|
47
|
-
"@difizen/libro-output": "^0.2.
|
|
48
|
-
"@difizen/libro-raw-cell": "^0.2.
|
|
49
|
-
"@difizen/libro-rendermime": "^0.2.
|
|
50
|
-
"@difizen/libro-search": "^0.2.
|
|
51
|
-
"@difizen/libro-search-code-cell": "^0.2.
|
|
36
|
+
"@difizen/libro-code-cell": "^0.2.39",
|
|
37
|
+
"@difizen/libro-code-editor": "^0.2.39",
|
|
38
|
+
"@difizen/libro-codemirror": "^0.2.39",
|
|
39
|
+
"@difizen/libro-cofine-editor": "^0.2.39",
|
|
40
|
+
"@difizen/libro-common": "^0.2.39",
|
|
41
|
+
"@difizen/libro-core": "^0.2.39",
|
|
42
|
+
"@difizen/libro-kernel": "^0.2.39",
|
|
43
|
+
"@difizen/libro-l10n": "^0.2.39",
|
|
44
|
+
"@difizen/libro-language-client": "^0.2.39",
|
|
45
|
+
"@difizen/libro-lsp": "^0.2.39",
|
|
46
|
+
"@difizen/libro-markdown-cell": "^0.2.39",
|
|
47
|
+
"@difizen/libro-output": "^0.2.39",
|
|
48
|
+
"@difizen/libro-raw-cell": "^0.2.39",
|
|
49
|
+
"@difizen/libro-rendermime": "^0.2.39",
|
|
50
|
+
"@difizen/libro-search": "^0.2.39",
|
|
51
|
+
"@difizen/libro-search-code-cell": "^0.2.39",
|
|
52
52
|
"@difizen/mana-app": "latest",
|
|
53
53
|
"@difizen/mana-l10n": "latest",
|
|
54
54
|
"classnames": "^2.3.2",
|