@dao42/d42paas-front 0.7.44 → 0.7.45
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 +7 -26
- package/dist/DaoPaaS.umd.js +75 -75
- package/package.json +1 -1
package/dist/DaoPaaS.es.js
CHANGED
|
@@ -44896,13 +44896,10 @@ class DaoPaaS {
|
|
|
44896
44896
|
container,
|
|
44897
44897
|
props: props2
|
|
44898
44898
|
}) {
|
|
44899
|
-
const storeProps = __spreadValues({
|
|
44900
|
-
props: props2
|
|
44901
|
-
}, props2);
|
|
44902
44899
|
this.pageDOM = container ? isHTMLElement$1(container) : this.pageDOM;
|
|
44903
44900
|
reactDom.exports.render(/* @__PURE__ */ jsx(react.exports.Suspense, {
|
|
44904
44901
|
fallback: /* @__PURE__ */ jsx(Loading, {}),
|
|
44905
|
-
children: /* @__PURE__ */ jsx(LazyPageComponent, __spreadProps(__spreadValues({},
|
|
44902
|
+
children: /* @__PURE__ */ jsx(LazyPageComponent, __spreadProps(__spreadValues({}, props2), {
|
|
44906
44903
|
serviceWorkerOrigin: this.serviceWorkerOrigin
|
|
44907
44904
|
}))
|
|
44908
44905
|
}), this.pageDOM);
|
|
@@ -44911,13 +44908,10 @@ class DaoPaaS {
|
|
|
44911
44908
|
container,
|
|
44912
44909
|
props: props2
|
|
44913
44910
|
}) {
|
|
44914
|
-
const storeProps = __spreadValues({
|
|
44915
|
-
props: props2
|
|
44916
|
-
}, props2);
|
|
44917
44911
|
this.editorDOM = container ? isHTMLElement$1(container) : this.editorDOM;
|
|
44918
44912
|
reactDom.exports.render(/* @__PURE__ */ jsx(react.exports.Suspense, {
|
|
44919
44913
|
fallback: /* @__PURE__ */ jsx(Loading, {}),
|
|
44920
|
-
children: /* @__PURE__ */ jsx(LazyEditorComponent$1, __spreadProps(__spreadValues({},
|
|
44914
|
+
children: /* @__PURE__ */ jsx(LazyEditorComponent$1, __spreadProps(__spreadValues({}, props2), {
|
|
44921
44915
|
serviceWorkerOrigin: this.serviceWorkerOrigin
|
|
44922
44916
|
}))
|
|
44923
44917
|
}), this.editorDOM);
|
|
@@ -44926,54 +44920,41 @@ class DaoPaaS {
|
|
|
44926
44920
|
container,
|
|
44927
44921
|
props: props2
|
|
44928
44922
|
}) {
|
|
44929
|
-
const storeProps = __spreadValues({
|
|
44930
|
-
props: props2
|
|
44931
|
-
}, props2);
|
|
44932
44923
|
this.editorDOM = container ? isHTMLElement$1(container) : this.editorDOM;
|
|
44933
44924
|
reactDom.exports.render(/* @__PURE__ */ jsx(react.exports.Suspense, {
|
|
44934
44925
|
fallback: /* @__PURE__ */ jsx(Loading, {}),
|
|
44935
|
-
children: /* @__PURE__ */ jsx(LazyShellComponent, __spreadValues({},
|
|
44926
|
+
children: /* @__PURE__ */ jsx(LazyShellComponent, __spreadValues({}, props2))
|
|
44936
44927
|
}), this.editorDOM);
|
|
44937
44928
|
}
|
|
44938
44929
|
Tree({
|
|
44939
44930
|
container,
|
|
44940
44931
|
props: props2
|
|
44941
44932
|
}) {
|
|
44942
|
-
const storeProps = __spreadValues({
|
|
44943
|
-
props: props2
|
|
44944
|
-
}, props2);
|
|
44945
44933
|
this.editorDOM = container ? isHTMLElement$1(container) : this.editorDOM;
|
|
44946
|
-
console.log(props2,
|
|
44947
|
-
console.log(storeProps, 374);
|
|
44934
|
+
console.log(props2, 374);
|
|
44948
44935
|
reactDom.exports.render(/* @__PURE__ */ jsx(react.exports.Suspense, {
|
|
44949
44936
|
fallback: /* @__PURE__ */ jsx(Loading, {}),
|
|
44950
|
-
children: /* @__PURE__ */ jsx(LazyTreeComponent, __spreadValues({},
|
|
44937
|
+
children: /* @__PURE__ */ jsx(LazyTreeComponent, __spreadValues({}, props2))
|
|
44951
44938
|
}), this.editorDOM);
|
|
44952
44939
|
}
|
|
44953
44940
|
Console({
|
|
44954
44941
|
container,
|
|
44955
44942
|
props: props2
|
|
44956
44943
|
}) {
|
|
44957
|
-
const storeProps = __spreadValues({
|
|
44958
|
-
props: props2
|
|
44959
|
-
}, props2);
|
|
44960
44944
|
this.editorDOM = container ? isHTMLElement$1(container) : this.editorDOM;
|
|
44961
44945
|
reactDom.exports.render(/* @__PURE__ */ jsx(react.exports.Suspense, {
|
|
44962
44946
|
fallback: /* @__PURE__ */ jsx(Loading, {}),
|
|
44963
|
-
children: /* @__PURE__ */ jsx(LazyConsoleComponent, __spreadValues({},
|
|
44947
|
+
children: /* @__PURE__ */ jsx(LazyConsoleComponent, __spreadValues({}, props2))
|
|
44964
44948
|
}), this.editorDOM);
|
|
44965
44949
|
}
|
|
44966
44950
|
Browser({
|
|
44967
44951
|
container,
|
|
44968
44952
|
props: props2
|
|
44969
44953
|
}) {
|
|
44970
|
-
const storeProps = __spreadValues({
|
|
44971
|
-
props: props2
|
|
44972
|
-
}, props2);
|
|
44973
44954
|
this.editorDOM = container ? isHTMLElement$1(container) : this.editorDOM;
|
|
44974
44955
|
reactDom.exports.render(/* @__PURE__ */ jsx(react.exports.Suspense, {
|
|
44975
44956
|
fallback: /* @__PURE__ */ jsx(Loading, {}),
|
|
44976
|
-
children: /* @__PURE__ */ jsx(LazyBrowserComponent, __spreadValues({},
|
|
44957
|
+
children: /* @__PURE__ */ jsx(LazyBrowserComponent, __spreadValues({}, props2))
|
|
44977
44958
|
}), this.editorDOM);
|
|
44978
44959
|
}
|
|
44979
44960
|
}
|