@dao42/d42paas-front 0.8.3 → 0.8.6
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/DaoPaaS.es.js +3 -3
- package/dist/DaoPaaS.umd.js +3 -3
- package/dist/sdk/docs/classes/DaoPaaS.html +18 -18
- package/dist/sdk/docs/interfaces/BrowserProps.html +5 -5
- package/dist/sdk/docs/interfaces/Component.html +2 -2
- package/dist/sdk/docs/interfaces/ConsoleOrShellProps.html +8 -8
- package/dist/sdk/docs/interfaces/DiffPatternInfo.html +1 -1
- package/dist/sdk/docs/interfaces/EditorProps.html +4 -4
- package/dist/sdk/docs/interfaces/ErrorType.html +1 -1
- package/dist/sdk/docs/interfaces/MenuTagProps.html +1 -1
- package/dist/sdk/docs/interfaces/MessageType.html +5 -5
- package/dist/sdk/docs/interfaces/Options.html +8 -8
- package/dist/sdk/docs/interfaces/TreeProps.html +8 -8
- package/dist/sdk/docs/interfaces/UserInfo.html +2 -2
- package/dist/sdk/docs/modules.html +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -16
package/dist/DaoPaaS.es.js
CHANGED
|
@@ -17309,7 +17309,7 @@ class DaoPaaS {
|
|
|
17309
17309
|
return daoStore.getState();
|
|
17310
17310
|
}
|
|
17311
17311
|
async init() {
|
|
17312
|
-
const SDK_VERSION = "0.8.
|
|
17312
|
+
const SDK_VERSION = "0.8.6";
|
|
17313
17313
|
const {
|
|
17314
17314
|
setSocket
|
|
17315
17315
|
} = useOT.getState();
|
|
@@ -185600,7 +185600,7 @@ function Console(_c2, ref) {
|
|
|
185600
185600
|
return new xterm.exports.Terminal(__spreadProps(__spreadValues({}, defaultOptions2), {
|
|
185601
185601
|
fontSize: 14,
|
|
185602
185602
|
lineHeight: 1.5,
|
|
185603
|
-
fontFamily: "
|
|
185603
|
+
fontFamily: "Monaco, Menlo, monospace"
|
|
185604
185604
|
}));
|
|
185605
185605
|
}, [defaultOptions2]);
|
|
185606
185606
|
react.exports.useImperativeHandle(ref, () => {
|
|
@@ -185853,7 +185853,7 @@ const TerminalComponent = (_g2) => {
|
|
|
185853
185853
|
return new xterm.exports.Terminal(__spreadProps(__spreadValues({}, defaultOptions2), {
|
|
185854
185854
|
fontSize: 14,
|
|
185855
185855
|
lineHeight: 1.5,
|
|
185856
|
-
fontFamily: "
|
|
185856
|
+
fontFamily: "Monaco, Menlo, monospace"
|
|
185857
185857
|
}));
|
|
185858
185858
|
});
|
|
185859
185859
|
const {
|