datastake-daf 0.6.688 → 0.6.689
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/layouts/index.js
CHANGED
|
@@ -5984,9 +5984,6 @@ function MobileDrawer({
|
|
|
5984
5984
|
}
|
|
5985
5985
|
});
|
|
5986
5986
|
};
|
|
5987
|
-
console.log({
|
|
5988
|
-
theme: theme?.customHeaderColor
|
|
5989
|
-
});
|
|
5990
5987
|
return /*#__PURE__*/jsxRuntime.jsx(Style$5, {
|
|
5991
5988
|
className: formatClassname([!drawerOpened && 'closed', isUserDropdown && 'user-dropdown']),
|
|
5992
5989
|
children: /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
@@ -8336,7 +8333,7 @@ function AppLayout({
|
|
|
8336
8333
|
user: user,
|
|
8337
8334
|
sidenavConfig: sidenavConfig,
|
|
8338
8335
|
moduleInterfaceConfig: moduleInterfaceConfig,
|
|
8339
|
-
|
|
8336
|
+
goTo: goTo,
|
|
8340
8337
|
t: t,
|
|
8341
8338
|
checkPermission: checkPermission,
|
|
8342
8339
|
logOut: logOut,
|
|
@@ -1513,75 +1513,73 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
1515
|
.components-layout:not(.nested)
|
|
1516
|
-
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1517
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1518
|
-
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path{
|
|
1516
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1517
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1518
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path{
|
|
1519
1519
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1520
1520
|
}
|
|
1521
1521
|
|
|
1522
|
-
.components-layout:not(.nested)
|
|
1523
|
-
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1524
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1525
|
-
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span{
|
|
1522
|
+
.components-layout:not(.nested)
|
|
1523
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1524
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1525
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span{
|
|
1526
1526
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
1529
|
-
.components-layout:not(.nested)
|
|
1530
|
-
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1531
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1532
|
-
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1533
|
-
.ant-menu-title-content span{
|
|
1529
|
+
.components-layout:not(.nested)
|
|
1530
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1531
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1532
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1533
|
+
.ant-menu-title-content span{
|
|
1534
1534
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
1537
1537
|
.components-layout:not(.nested)
|
|
1538
|
-
.sidenav-cont:not(.straatos) .menus-cont
|
|
1539
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1540
|
-
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title span {
|
|
1538
|
+
.sidenav-cont:not(.straatos) .menus-cont
|
|
1539
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1540
|
+
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title span {
|
|
1541
1541
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
1544
|
.components-layout:not(.nested)
|
|
1545
|
-
.sidenav-cont:not(.straatos) .menus-cont
|
|
1546
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1547
|
-
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title svg path {
|
|
1545
|
+
.sidenav-cont:not(.straatos) .menus-cont
|
|
1546
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1547
|
+
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title svg path {
|
|
1548
1548
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1549
1549
|
}
|
|
1550
1550
|
|
|
1551
|
-
.components-layout:not(.nested)
|
|
1552
|
-
.sidenav-cont:not(.straatos)
|
|
1553
|
-
.sidenav-hover-content header {
|
|
1551
|
+
.components-layout:not(.nested) .sidenav-cont:not(.straatos) .sidenav-hover-content header {
|
|
1554
1552
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1555
1553
|
}
|
|
1556
1554
|
|
|
1557
1555
|
.components-layout:not(.nested)
|
|
1558
|
-
.sidenav-cont:not(.straatos)
|
|
1559
|
-
.sidenav-hover-content
|
|
1560
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1561
|
-
.ant-menu-item.ant-menu-item-only-child
|
|
1562
|
-
.ant-menu-title-content {
|
|
1556
|
+
.sidenav-cont:not(.straatos)
|
|
1557
|
+
.sidenav-hover-content
|
|
1558
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1559
|
+
.ant-menu-item.ant-menu-item-only-child
|
|
1560
|
+
.ant-menu-title-content {
|
|
1563
1561
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1564
1562
|
}
|
|
1565
1563
|
|
|
1566
1564
|
.sidenav-hover-content
|
|
1567
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light {
|
|
1565
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light {
|
|
1568
1566
|
border-inline-end: none !important;
|
|
1569
1567
|
}
|
|
1570
1568
|
|
|
1571
1569
|
.components-layout:not(.nested)
|
|
1572
|
-
.sidenav-cont:not(.straatos)
|
|
1573
|
-
.sidenav-hover-content
|
|
1574
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1575
|
-
.ant-menu-item
|
|
1576
|
-
.ant-menu-title-content {
|
|
1570
|
+
.sidenav-cont:not(.straatos)
|
|
1571
|
+
.sidenav-hover-content
|
|
1572
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1573
|
+
.ant-menu-item
|
|
1574
|
+
.ant-menu-title-content {
|
|
1577
1575
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1578
1576
|
}
|
|
1579
1577
|
|
|
1580
1578
|
.components-layout:not(.nested)
|
|
1581
|
-
.sidenav-cont:not(.straatos)
|
|
1582
|
-
.sidenav-hover-content
|
|
1583
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1584
|
-
.ant-menu-item svg path {
|
|
1579
|
+
.sidenav-cont:not(.straatos)
|
|
1580
|
+
.sidenav-hover-content
|
|
1581
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1582
|
+
.ant-menu-item svg path {
|
|
1585
1583
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1586
1584
|
}
|
|
1587
1585
|
|
|
@@ -1591,19 +1589,19 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1591
1589
|
}
|
|
1592
1590
|
|
|
1593
1591
|
.components-layout:not(.nested)
|
|
1594
|
-
.d-flex.left-sidebar.right-sidebar
|
|
1595
|
-
.desktop span svg {
|
|
1592
|
+
.d-flex.left-sidebar.right-sidebar
|
|
1593
|
+
.desktop span svg {
|
|
1596
1594
|
fill: var(--header-text-color, white) !important;
|
|
1597
1595
|
}
|
|
1598
1596
|
|
|
1599
1597
|
.components-layout:not(.nested)
|
|
1600
|
-
.d-flex.right-sidebar {
|
|
1598
|
+
.d-flex.right-sidebar {
|
|
1601
1599
|
color: var(--header-text-color, white) !important;
|
|
1602
1600
|
}
|
|
1603
1601
|
|
|
1604
1602
|
.components-layout:not(.nested)
|
|
1605
|
-
.d-flex.right-sidebar
|
|
1606
|
-
.ant-select-arrow {
|
|
1603
|
+
.d-flex.right-sidebar
|
|
1604
|
+
.ant-select-arrow {
|
|
1607
1605
|
color: var(--header-text-color, white) !important;
|
|
1608
1606
|
}
|
|
1609
1607
|
|
package/package.json
CHANGED
|
@@ -153,8 +153,6 @@ export default function MobileDrawer({
|
|
|
153
153
|
});
|
|
154
154
|
};
|
|
155
155
|
|
|
156
|
-
console.log({theme: theme?.customHeaderColor})
|
|
157
|
-
|
|
158
156
|
return (
|
|
159
157
|
<Style className={formatClassname([!drawerOpened && 'closed', isUserDropdown && 'user-dropdown'])}>
|
|
160
158
|
<div className="drawer">
|
|
@@ -1513,75 +1513,73 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
1515
|
.components-layout:not(.nested)
|
|
1516
|
-
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1517
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1518
|
-
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path{
|
|
1516
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1517
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1518
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path{
|
|
1519
1519
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1520
1520
|
}
|
|
1521
1521
|
|
|
1522
|
-
.components-layout:not(.nested)
|
|
1523
|
-
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1524
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1525
|
-
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span{
|
|
1522
|
+
.components-layout:not(.nested)
|
|
1523
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1524
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1525
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span{
|
|
1526
1526
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
1529
|
-
.components-layout:not(.nested)
|
|
1530
|
-
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1531
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1532
|
-
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1533
|
-
.ant-menu-title-content span{
|
|
1529
|
+
.components-layout:not(.nested)
|
|
1530
|
+
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1531
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1532
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1533
|
+
.ant-menu-title-content span{
|
|
1534
1534
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
1537
1537
|
.components-layout:not(.nested)
|
|
1538
|
-
.sidenav-cont:not(.straatos) .menus-cont
|
|
1539
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1540
|
-
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title span {
|
|
1538
|
+
.sidenav-cont:not(.straatos) .menus-cont
|
|
1539
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1540
|
+
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title span {
|
|
1541
1541
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
1544
|
.components-layout:not(.nested)
|
|
1545
|
-
.sidenav-cont:not(.straatos) .menus-cont
|
|
1546
|
-
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1547
|
-
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title svg path {
|
|
1545
|
+
.sidenav-cont:not(.straatos) .menus-cont
|
|
1546
|
+
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1547
|
+
.ant-menu-submenu.ant-menu-submenu-inline:not(.selected) .ant-menu-submenu-title svg path {
|
|
1548
1548
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1549
1549
|
}
|
|
1550
1550
|
|
|
1551
|
-
.components-layout:not(.nested)
|
|
1552
|
-
.sidenav-cont:not(.straatos)
|
|
1553
|
-
.sidenav-hover-content header {
|
|
1551
|
+
.components-layout:not(.nested) .sidenav-cont:not(.straatos) .sidenav-hover-content header {
|
|
1554
1552
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1555
1553
|
}
|
|
1556
1554
|
|
|
1557
1555
|
.components-layout:not(.nested)
|
|
1558
|
-
.sidenav-cont:not(.straatos)
|
|
1559
|
-
.sidenav-hover-content
|
|
1560
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1561
|
-
.ant-menu-item.ant-menu-item-only-child
|
|
1562
|
-
.ant-menu-title-content {
|
|
1556
|
+
.sidenav-cont:not(.straatos)
|
|
1557
|
+
.sidenav-hover-content
|
|
1558
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1559
|
+
.ant-menu-item.ant-menu-item-only-child
|
|
1560
|
+
.ant-menu-title-content {
|
|
1563
1561
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1564
1562
|
}
|
|
1565
1563
|
|
|
1566
1564
|
.sidenav-hover-content
|
|
1567
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light {
|
|
1565
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light {
|
|
1568
1566
|
border-inline-end: none !important;
|
|
1569
1567
|
}
|
|
1570
1568
|
|
|
1571
1569
|
.components-layout:not(.nested)
|
|
1572
|
-
.sidenav-cont:not(.straatos)
|
|
1573
|
-
.sidenav-hover-content
|
|
1574
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1575
|
-
.ant-menu-item
|
|
1576
|
-
.ant-menu-title-content {
|
|
1570
|
+
.sidenav-cont:not(.straatos)
|
|
1571
|
+
.sidenav-hover-content
|
|
1572
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1573
|
+
.ant-menu-item
|
|
1574
|
+
.ant-menu-title-content {
|
|
1577
1575
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1578
1576
|
}
|
|
1579
1577
|
|
|
1580
1578
|
.components-layout:not(.nested)
|
|
1581
|
-
.sidenav-cont:not(.straatos)
|
|
1582
|
-
.sidenav-hover-content
|
|
1583
|
-
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1584
|
-
.ant-menu-item svg path {
|
|
1579
|
+
.sidenav-cont:not(.straatos)
|
|
1580
|
+
.sidenav-hover-content
|
|
1581
|
+
.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light
|
|
1582
|
+
.ant-menu-item svg path {
|
|
1585
1583
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1586
1584
|
}
|
|
1587
1585
|
|
|
@@ -1591,19 +1589,19 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1591
1589
|
}
|
|
1592
1590
|
|
|
1593
1591
|
.components-layout:not(.nested)
|
|
1594
|
-
.d-flex.left-sidebar.right-sidebar
|
|
1595
|
-
.desktop span svg {
|
|
1592
|
+
.d-flex.left-sidebar.right-sidebar
|
|
1593
|
+
.desktop span svg {
|
|
1596
1594
|
fill: var(--header-text-color, white) !important;
|
|
1597
1595
|
}
|
|
1598
1596
|
|
|
1599
1597
|
.components-layout:not(.nested)
|
|
1600
|
-
.d-flex.right-sidebar {
|
|
1598
|
+
.d-flex.right-sidebar {
|
|
1601
1599
|
color: var(--header-text-color, white) !important;
|
|
1602
1600
|
}
|
|
1603
1601
|
|
|
1604
1602
|
.components-layout:not(.nested)
|
|
1605
|
-
.d-flex.right-sidebar
|
|
1606
|
-
.ant-select-arrow {
|
|
1603
|
+
.d-flex.right-sidebar
|
|
1604
|
+
.ant-select-arrow {
|
|
1607
1605
|
color: var(--header-text-color, white) !important;
|
|
1608
1606
|
}
|
|
1609
1607
|
|