@dao42/d42paas-front 0.5.66 → 0.5.67
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 +0 -43
- package/dist/DaoPaaS.umd.js +228 -228
- package/package.json +1 -1
package/dist/DaoPaaS.es.js
CHANGED
|
@@ -187604,31 +187604,6 @@ ${JSON.stringify(change, void 0, 4)}`);
|
|
|
187604
187604
|
__exportStar(monacoServices, exports2);
|
|
187605
187605
|
__exportStar(monacoConverter, exports2);
|
|
187606
187606
|
})(lib);
|
|
187607
|
-
function WorkerWrapper$4() {
|
|
187608
|
-
return new Worker("/assets/editor.worker.43309ac9.js", {
|
|
187609
|
-
"type": "module"
|
|
187610
|
-
});
|
|
187611
|
-
}
|
|
187612
|
-
function WorkerWrapper$3() {
|
|
187613
|
-
return new Worker("/assets/json.worker.66c12891.js", {
|
|
187614
|
-
"type": "module"
|
|
187615
|
-
});
|
|
187616
|
-
}
|
|
187617
|
-
function WorkerWrapper$2() {
|
|
187618
|
-
return new Worker("/assets/css.worker.5157db2f.js", {
|
|
187619
|
-
"type": "module"
|
|
187620
|
-
});
|
|
187621
|
-
}
|
|
187622
|
-
function WorkerWrapper$1() {
|
|
187623
|
-
return new Worker("/assets/html.worker.3f2697f1.js", {
|
|
187624
|
-
"type": "module"
|
|
187625
|
-
});
|
|
187626
|
-
}
|
|
187627
|
-
function WorkerWrapper() {
|
|
187628
|
-
return new Worker("/assets/ts.worker.d75e32f4.js", {
|
|
187629
|
-
"type": "module"
|
|
187630
|
-
});
|
|
187631
|
-
}
|
|
187632
187607
|
const EditorLayout = newStyled.div`
|
|
187633
187608
|
width: 100%;
|
|
187634
187609
|
.contentWidgets {
|
|
@@ -187674,24 +187649,6 @@ const ContentLayout = newStyled.div`
|
|
|
187674
187649
|
${(props2) => props2.userList.map((u2) => "." + u2.role + "{background:" + u2.color + ";width: 2px !important;}")}
|
|
187675
187650
|
${(props2) => props2.userList.map((u2) => "." + u2.role + "-selection{background:" + u2.color + "a6;color: #fff;width: 2px !important;}")}
|
|
187676
187651
|
`;
|
|
187677
|
-
self.MonacoEnvironment = {
|
|
187678
|
-
globalAPI: true,
|
|
187679
|
-
getWorker(_2, label) {
|
|
187680
|
-
if (label === "json") {
|
|
187681
|
-
return new WorkerWrapper$3();
|
|
187682
|
-
}
|
|
187683
|
-
if (label === "css" || label === "scss" || label === "less") {
|
|
187684
|
-
return new WorkerWrapper$2();
|
|
187685
|
-
}
|
|
187686
|
-
if (label === "html" || label === "handlebars" || label === "razor") {
|
|
187687
|
-
return new WorkerWrapper$1();
|
|
187688
|
-
}
|
|
187689
|
-
if (label === "typescript" || label === "javascript") {
|
|
187690
|
-
return new WorkerWrapper();
|
|
187691
|
-
}
|
|
187692
|
-
return new WorkerWrapper$4();
|
|
187693
|
-
}
|
|
187694
|
-
};
|
|
187695
187652
|
const APP_DIR = "/home/runner/app";
|
|
187696
187653
|
var INIT_LANGUAGE = "ruby";
|
|
187697
187654
|
const docServer = new Map();
|