@dao42/d42paas-front 0.7.47 → 0.7.48
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 +4 -7
- package/dist/DaoPaaS.umd.js +402 -402
- package/package.json +1 -1
package/dist/DaoPaaS.es.js
CHANGED
|
@@ -27160,7 +27160,7 @@ var DropdownMenu$1 = /* @__PURE__ */ React.forwardRef(function(props2, ref) {
|
|
|
27160
27160
|
if (sidenav !== null && sidenav !== void 0 && sidenav.expanded) {
|
|
27161
27161
|
return /* @__PURE__ */ jsx(SidenavDropdownMenu$1, __spreadValues({}, omit_1(props2, "classPrefix")));
|
|
27162
27162
|
}
|
|
27163
|
-
var
|
|
27163
|
+
var _omit = omit_1(rest2, ["trigger"]), icon = _omit.icon, className = _omit.className, disabled = _omit.disabled, menuProps = _objectWithoutPropertiesLoose$4(_omit, ["icon", "className", "disabled"]);
|
|
27164
27164
|
var Icon3 = rtl ? AngleLeftIcon : AngleRightIcon;
|
|
27165
27165
|
return /* @__PURE__ */ jsx(Menu$3, {
|
|
27166
27166
|
openMenuOn: ["mouseover", "click"],
|
|
@@ -44850,8 +44850,8 @@ class DaoPaaS {
|
|
|
44850
44850
|
}
|
|
44851
44851
|
mapRender(components) {
|
|
44852
44852
|
components == null ? void 0 : components.forEach((arg, _index) => {
|
|
44853
|
-
const omitObj =
|
|
44854
|
-
|
|
44853
|
+
const omitObj = lodash$2.exports.omit(__spreadValues({}, arg), ["item", "container"]);
|
|
44854
|
+
lodash$2.exports.omit(arg, ["item", "container"]);
|
|
44855
44855
|
switch (arg.item) {
|
|
44856
44856
|
case "Page":
|
|
44857
44857
|
this.Page({
|
|
@@ -44963,9 +44963,6 @@ class DaoPaaS {
|
|
|
44963
44963
|
function isHTMLElement$1(arg) {
|
|
44964
44964
|
return !/HTMLDivElement|HTMLElement/.test(Object.prototype.toString.call(arg)) ? document.querySelector(arg) : arg;
|
|
44965
44965
|
}
|
|
44966
|
-
function _omit(arg, arg1) {
|
|
44967
|
-
throw new Error("Function not implemented.");
|
|
44968
|
-
}
|
|
44969
44966
|
var __assign$a = globalThis && globalThis.__assign || function() {
|
|
44970
44967
|
__assign$a = Object.assign || function(t2) {
|
|
44971
44968
|
for (var s2, i = 1, n2 = arguments.length; i < n2; i++) {
|
|
@@ -47035,7 +47032,7 @@ function _render(props2, slot, tag, name) {
|
|
|
47035
47032
|
if (slot === void 0) {
|
|
47036
47033
|
slot = {};
|
|
47037
47034
|
}
|
|
47038
|
-
var
|
|
47035
|
+
var _omit = omit(props2, ["unmount", "static"]), _omit$as = _omit.as, Component = _omit$as === void 0 ? tag : _omit$as, children = _omit.children, _omit$refName = _omit.refName, refName = _omit$refName === void 0 ? "ref" : _omit$refName, passThroughProps = _objectWithoutPropertiesLoose(_omit, ["as", "children", "refName"]);
|
|
47039
47036
|
var refRelatedProps = props2.ref !== void 0 ? (_ref2 = {}, _ref2[refName] = props2.ref, _ref2) : {};
|
|
47040
47037
|
var resolvedChildren = typeof children === "function" ? children(slot) : children;
|
|
47041
47038
|
if (passThroughProps.className && typeof passThroughProps.className === "function") {
|