@adiba-banking-cloud/backoffice 0.0.73 → 0.0.75
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.
|
@@ -12127,6 +12127,9 @@ const SideMenu = _ref => {
|
|
|
12127
12127
|
label: item.label,
|
|
12128
12128
|
to: (_item$children = item.children) !== null && _item$children !== void 0 && _item$children.length ? "#" : (item === null || item === void 0 ? void 0 : item.href) || "#"
|
|
12129
12129
|
}, (_item$children2 = item.children) !== null && _item$children2 !== void 0 && _item$children2.length ? item.children.map(subitem => /*#__PURE__*/React.createElement(core.NavLink, {
|
|
12130
|
+
mt: "xs",
|
|
12131
|
+
component: reactRouterDom.Link,
|
|
12132
|
+
to: subitem.href || "#",
|
|
12130
12133
|
label: subitem.label,
|
|
12131
12134
|
active: subitem.active,
|
|
12132
12135
|
color,
|
|
@@ -12360,7 +12363,8 @@ const AvatarLabelPanel = _ref2 => {
|
|
|
12360
12363
|
size: "xs",
|
|
12361
12364
|
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
12362
12365
|
name: "Edit2"
|
|
12363
|
-
})
|
|
12366
|
+
}),
|
|
12367
|
+
onClick: editFn
|
|
12364
12368
|
}, editLabel)));
|
|
12365
12369
|
};
|
|
12366
12370
|
|
|
@@ -12106,6 +12106,9 @@ const SideMenu = _ref => {
|
|
|
12106
12106
|
label: item.label,
|
|
12107
12107
|
to: (_item$children = item.children) !== null && _item$children !== void 0 && _item$children.length ? "#" : (item === null || item === void 0 ? void 0 : item.href) || "#"
|
|
12108
12108
|
}, (_item$children2 = item.children) !== null && _item$children2 !== void 0 && _item$children2.length ? item.children.map(subitem => /*#__PURE__*/React.createElement(NavLink, {
|
|
12109
|
+
mt: "xs",
|
|
12110
|
+
component: Link,
|
|
12111
|
+
to: subitem.href || "#",
|
|
12109
12112
|
label: subitem.label,
|
|
12110
12113
|
active: subitem.active,
|
|
12111
12114
|
color,
|
|
@@ -12339,7 +12342,8 @@ const AvatarLabelPanel = _ref2 => {
|
|
|
12339
12342
|
size: "xs",
|
|
12340
12343
|
leftSection: /*#__PURE__*/React.createElement(Icons, {
|
|
12341
12344
|
name: "Edit2"
|
|
12342
|
-
})
|
|
12345
|
+
}),
|
|
12346
|
+
onClick: editFn
|
|
12343
12347
|
}, editLabel)));
|
|
12344
12348
|
};
|
|
12345
12349
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adiba-banking-cloud/backoffice",
|
|
3
3
|
"author": "TUROG Technologies",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.75",
|
|
5
5
|
"description": "An ADIBA component library for backoffice and dashboard applications",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "build/index.cjs.js",
|