@bigbinary/neeto-molecules 1.0.76 → 1.0.77-beta
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/Container.cjs.js +1 -1
- package/dist/Container.js +1 -1
- package/dist/CustomDomainDashboard.cjs.js +12 -26
- package/dist/CustomDomainDashboard.cjs.js.map +1 -1
- package/dist/CustomDomainDashboard.js +14 -28
- package/dist/CustomDomainDashboard.js.map +1 -1
- package/dist/Header.cjs.js +11 -25
- package/dist/Header.cjs.js.map +1 -1
- package/dist/Header.js +14 -28
- package/dist/Header.js.map +1 -1
- package/dist/MenuBar.cjs.js +1 -1
- package/dist/MenuBar.js +1 -1
- package/dist/Sidebar.cjs.js +192 -95
- package/dist/Sidebar.cjs.js.map +1 -1
- package/dist/Sidebar.js +194 -97
- package/dist/Sidebar.js.map +1 -1
- package/package.json +2 -2
- package/src/translations/en.json +6 -2
- package/types/Sidebar.d.ts +1 -1
package/dist/Sidebar.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import React, { useRef, useCallback, useEffect, Children, isValidElement, cloneElement, forwardRef, useState } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { NeetoIcon, Close, Search, AppSwitcher as AppSwitcher$1, ChatEmpty, Book, Gift, Keyboard, User, Settings, LeftArrow, Help, Down, SidebarOpen, SidebarClose } from '@bigbinary/neeto-icons';
|
|
3
|
+
import { Typography, Button, Input, Spinner, Avatar, Tooltip } from '@bigbinary/neetoui';
|
|
4
|
+
import { toLower, mergeDeepLeft, all, curry, is, includes, __, not } from 'ramda';
|
|
5
|
+
import { useTranslation } from 'react-i18next';
|
|
3
6
|
import { Link, useLocation, NavLink } from 'react-router-dom';
|
|
4
7
|
import { useFetchNeetoApps } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
5
|
-
import {
|
|
6
|
-
import { Typography, Button, Input, Tooltip, Spinner, Avatar } from '@bigbinary/neetoui';
|
|
7
|
-
import { useTranslation } from 'react-i18next';
|
|
8
|
-
import { capitalize, truncate, isPresent, findBy } from '@bigbinary/neeto-commons-frontend/pure';
|
|
8
|
+
import { capitalize, truncate, findBy, isPresent, isNotEmpty } from '@bigbinary/neeto-commons-frontend/pure';
|
|
9
9
|
import * as AppIcons from '@bigbinary/neeto-icons/app-icons';
|
|
10
10
|
import { t as t$1 } from 'i18next';
|
|
11
11
|
import { resetAuthTokens } from '@bigbinary/neeto-commons-frontend/utils';
|
|
12
12
|
import KeyboardShortcuts from '@bigbinary/neeto-molecules/KeyboardShortcuts';
|
|
13
|
-
import * as
|
|
14
|
-
import { Neeto } from '@bigbinary/neeto-icons/logos';
|
|
13
|
+
import * as ProductTypefaceLogos from '@bigbinary/neeto-icons/typeface-logos';
|
|
14
|
+
import { Neeto } from '@bigbinary/neeto-icons/typeface-logos';
|
|
15
15
|
import { globalProps as globalProps$1 } from '@bigbinary/neeto-commons-frontend/initializers';
|
|
16
16
|
|
|
17
17
|
function _arrayWithHoles(arr) {
|
|
@@ -31486,7 +31486,7 @@ SwitchTransition.defaultProps = {
|
|
|
31486
31486
|
|
|
31487
31487
|
var e=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
31488
31488
|
|
|
31489
|
-
var css$1 = ".neeto-molecules-app-switcher__backdrop{align-items:center;background-color:rgba(27,31,35,.867);flex-direction:row;left:
|
|
31489
|
+
var css$1 = ".neeto-molecules-app-switcher__backdrop{align-items:center;background-color:rgba(27,31,35,.867);flex-direction:row;left:240px;overflow:hidden;position:fixed;top:0;width:100vw;z-index:99996}.neeto-molecules-app-switcher__backdrop,.neeto-molecules-app-switcher__wrapper{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;height:100vh;justify-content:flex-start;transition:all .3s}.neeto-molecules-app-switcher__wrapper{align-items:flex-start;animation:nuifadeIn .3s ease-in;background-color:rgb(var(--neeto-ui-white));flex-direction:column;max-width:100%;overflow-y:auto;padding:72px;position:relative;width:calc(100% - 240px)}.neeto-molecules-app-switcher__grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(288px,1fr))}.neeto-molecules-app-switcher__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:32px;position:relative;width:100%}.neeto-molecules-app-switcher__close-btn{position:absolute;right:24px;top:24px}.neeto-molecules-app-switcher__search-wrapper{width:316px}.neeto-molecules-app-switcher__body{display:flex;flex-direction:column;font-size:var(--neeto-ui-text-sm);gap:12px;margin-bottom:24px;width:100%}.neeto-molecules-app-switcher-link{align-items:center;background-color:rgb(var(--neeto-ui-gray-100));border-color:rgb(var(--neeto-ui-gray-100));border-radius:var(--neeto-ui-rounded-lg);border-style:solid;border-width:2px;cursor:pointer;display:flex;gap:12px;max-width:100%;padding:12px 16px;text-decoration:none;transition:background-color .3s ease-in-out;width:100%}.neeto-molecules-app-switcher-link:focus,.neeto-molecules-app-switcher-link:focus-visible{outline:none}.neeto-molecules-app-switcher-link:focus-visible{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-molecules-app-switcher-link:not(.neeto-molecules-app-switcher-link--active):hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-molecules-app-switcher-link--active{background:rgb(var(--neeto-ui-primary-100));border-color:rgb(var(--neeto-ui-primary-600))}.neeto-molecules-app-switcher-link__icon-holder{align-items:center;border-radius:var(--neeto-ui-rounded-lg);display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.neeto-molecules-app-switcher-link__content{flex-grow:1}.neeto-molecules-app-switcher-link__content span{display:block}.neeto-molecules-app-switcher-enter.neeto-molecules-app-switcher__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0}.neeto-molecules-app-switcher-enter-active.neeto-molecules-app-switcher__backdrop,.neeto-molecules-app-switcher-enter-done.neeto-molecules-app-switcher__backdrop,.neeto-molecules-app-switcher-exit.neeto-molecules-app-switcher__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:1}.neeto-molecules-app-switcher-exit-active.neeto-molecules-app-switcher__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0}";
|
|
31490
31490
|
n(css$1,{});
|
|
31491
31491
|
|
|
31492
31492
|
function _extends() {
|
|
@@ -31717,42 +31717,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
31717
31717
|
})))));
|
|
31718
31718
|
};
|
|
31719
31719
|
|
|
31720
|
-
var
|
|
31721
|
-
var label = _ref.label,
|
|
31722
|
-
description = _ref.description;
|
|
31723
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
31724
|
-
className: "neeto-ui-flex neeto-ui-flex-col sidebar-featured-tooltip"
|
|
31725
|
-
}, /*#__PURE__*/React.createElement(Typography, {
|
|
31726
|
-
className: "neeto-ui-text-center sidebar-featured-tooltip__title",
|
|
31727
|
-
lineHeight: "tight",
|
|
31728
|
-
style: "h5",
|
|
31729
|
-
weight: "semibold"
|
|
31730
|
-
}, label), description && /*#__PURE__*/React.createElement(Typography, {
|
|
31731
|
-
className: "neeto-ui-text-center neeto-ui-text-gray-400 sidebar-featured-tooltip__description",
|
|
31732
|
-
lineHeight: "normal",
|
|
31733
|
-
style: "body3"
|
|
31734
|
-
}, description));
|
|
31735
|
-
};
|
|
31736
|
-
var FeaturedTooltip$1 = /*#__PURE__*/React.memo(FeaturedTooltip);
|
|
31737
|
-
|
|
31738
|
-
var NavIconWrapper = function NavIconWrapper(_ref) {
|
|
31739
|
-
var description = _ref.description,
|
|
31740
|
-
label = _ref.label,
|
|
31741
|
-
children = _ref.children;
|
|
31742
|
-
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
31743
|
-
className: "sidebar-featured-tooltip__content",
|
|
31744
|
-
content: /*#__PURE__*/React.createElement(FeaturedTooltip$1, {
|
|
31745
|
-
description: description,
|
|
31746
|
-
label: label
|
|
31747
|
-
}),
|
|
31748
|
-
delay: [400, 40],
|
|
31749
|
-
distance: "20rem",
|
|
31750
|
-
duration: [200, 200],
|
|
31751
|
-
position: "right"
|
|
31752
|
-
}, children);
|
|
31753
|
-
};
|
|
31754
|
-
|
|
31755
|
-
var css = ".neeto-molecules-sidebar{background-color:rgb(var(--neeto-ui-white));border-right:1px solid rgb(var(--neeto-ui-gray-200));height:100vh;max-width:300px;padding:40px 0;transition:all .3s;width:300px;z-index:99997}.neeto-molecules-sidebar::-webkit-scrollbar{height:0;width:0}.neeto-molecules-sidebar::-webkit-scrollbar-thumb{background:rgb(var(--neeto-ui-gray-300));border-radius:50px}.neeto-molecules-sidebar::-webkit-scrollbar-track{background:\"transparent\"}@media (min-width:1440px){.neeto-molecules-sidebar{max-width:320px;width:320px}}.neeto-molecules-sidebar.neeto-molecules-sidebar--collapsed{max-width:var(--neeto-ui-sidebar-width);width:var(--neeto-ui-sidebar-width)}.neeto-molecules-sidebar__header{margin-bottom:40px;padding:0 20px;width:100%}.neeto-molecules-sidebar__logo,.neeto-molecules-sidebar__logo svg{height:40px;width:40px}.neeto-molecules-sidebar__info{padding-left:10px;width:calc(100% - 40px)}.neeto-molecules-sidebar__info .neeto-molecules-typography{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.neeto-molecules-sidebar__links{margin-bottom:20px;padding-left:12px;padding-right:12px;width:100%}.neeto-molecules-sidebar__link{border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-600));cursor:pointer;margin:8px 0;padding:8px;position:relative;text-decoration:none;transition:all .3s}.neeto-molecules-sidebar__link.mb-0{margin-bottom:0}.neeto-molecules-sidebar__link-icon{flex-shrink:0;width:40px}.neeto-molecules-sidebar__link-label{overflow:hidden;padding-left:10px;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 40px)}.neeto-molecules-sidebar__link-sub-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 56px)}.neeto-molecules-sidebar__link:hover{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-gray-800));text-decoration:none}.neeto-molecules-sidebar__link:focus,.neeto-molecules-sidebar__link:focus-visible{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-gray-800));outline:none;text-decoration:none}.neeto-molecules-sidebar__link.active{background-color:rgb(var(--neeto-ui-primary-100));color:rgb(var(--neeto-ui-primary-600));text-decoration:none}.neeto-molecules-sidebar__link--button:focus{background-color:transparent}.neeto-molecules-sidebar__link--button:focus-visible{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-gray-800))}.neeto-molecules-sidebar__link--change-log{outline:none!important}.neeto-molecules-sidebar__sublink{border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-600));cursor:pointer;margin:4px 0;padding:8px 8px 8px 58px;text-decoration:none;transition:all .3s}.neeto-molecules-sidebar__sublink:hover{color:rgb(var(--neeto-ui-gray-700));text-decoration:none}.neeto-molecules-sidebar__sublink:focus,.neeto-molecules-sidebar__sublink:focus-visible{background-color:rgb(var(--neeto-ui-gray-300));color:rgb(var(--neeto-ui-gray-700));outline:none;text-decoration:none}.neeto-molecules-sidebar__sublink.active,.neeto-molecules-sidebar__sublink:active{color:rgb(var(--neeto-ui-gray-800));text-decoration:none}.neeto-molecules-sidebar__footer{margin-top:auto;padding:0 12px;width:100%}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile-wrapper{outline:none!important}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-sm);cursor:pointer;padding:8px;transition:var(--neeto-ui-transition);width:100%}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile-content{padding-left:10px;padding-right:30px;position:relative;width:calc(100% - 40px)}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile-content .neeto-molecules-typography{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile-drop-icon{color:rgb(var(--neeto-ui-gray-500));position:absolute;right:8px;top:50%;transform:translateY(-50%)}.neeto-molecules-sidebar.neeto-molecules-sidebar--collapsed{padding:24px 0}.neeto-molecules-sidebar.neeto-molecules-sidebar--collapsed .neeto-molecules-sidebar__profile{background-color:transparent;box-shadow:none;padding:0}.neeto-molecules-sidebar.neeto-molecules-sidebar--collapsed .neeto-molecules-sidebar__header,.neeto-molecules-sidebar.neeto-molecules-sidebar--collapsed .neeto-molecules-sidebar__links{padding-left:16px;padding-right:16px}.neeto-molecules-sidebar.neeto-molecules-sidebar--collapsed .neeto-molecules-sidebar__link-icon{width:24px}.neeto-molecules-sidebar.neeto-molecules-sidebar--collapsed .neeto-molecules-sidebar__footer{padding-left:16px;padding-right:16px}.sidebar-featured-tooltip__content{border-radius:8px!important;box-shadow:var(--neeto-ui-shadow-sm)!important}.sidebar-featured-tooltip__content .tippy-content{padding:0}.sidebar-featured-tooltip{padding:12px;width:150px}.sidebar-featured-tooltip__icon-wrap{background-color:rgb(var(--neeto-ui-gray-100));border-radius:8px;height:40px;margin-bottom:8px;margin-left:auto;margin-right:auto;width:40px}.sidebar-featured-tooltip__title{margin-bottom:4px}.neeto-molecules-help-popup-wrapper,.neeto-molecules-profile-popup-wrapper{border:1px solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded)!important;box-shadow:var(--neeto-ui-shadow-xs)!important}.neeto-molecules-help-popup-wrapper .tippy-content,.neeto-molecules-profile-popup-wrapper .tippy-content{padding:0}.neeto-molecules-help-popup-wrapper .tippy-svg-arrow,.neeto-molecules-profile-popup-wrapper .tippy-svg-arrow{display:none!important}.neeto-molecules-profile-sublist{border-top:1px solid rgb(var(--neeto-ui-gray-400));list-style:none;margin:0;padding:4px 0}.neeto-molecules-help-sublist__item,.neeto-molecules-profile-sublist__item{width:100%}.neeto-molecules-profile-sublist__item-btn{align-items:center;border-radius:0;color:rgb(var(--neeto-ui-gray-800));cursor:pointer;display:flex;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-normal);gap:8px;line-height:1.143;min-height:32px;outline-color:transparent;padding:6px 40px 6px 12px;position:relative;text-decoration:none;transition:var(--neeto-ui-transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:100%}.neeto-molecules-profile-sublist__item-btn.disabled{color:rgb(var(--neeto-ui-gray-500));cursor:not-allowed}.neeto-molecules-profile-sublist__item-btn:focus,.neeto-molecules-profile-sublist__item-btn:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-molecules-profile-sublist__item-btn.active{background-color:rgb(var(--neeto-ui-gray-800));color:rgb(var(--neeto-ui-white))}.neeto-molecules-profile-sublist__item-btn--style-danger{color:rgb(var(--neeto-ui-error-800))}.neeto-molecules-profile-sublist__item-btn-icon{color:rgb(var(--neeto-ui-gray-600))}.neeto-molecules-profile-sublist__item-btn-icon svg{height:20px;width:20px}.neeto-molecules-help-sublist__item-btn{border-radius:0;color:rgb(var(--neeto-ui-gray-800));cursor:pointer;display:flex;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-normal);gap:8px;justify-content:flex-end;line-height:1.143;min-height:32px;outline-color:transparent;padding:6px 40px 6px 12px;position:relative;text-decoration:none;transition:var(--neeto-ui-transition);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:100%}.neeto-molecules-help-sublist__item-btn.disabled{color:rgb(var(--neeto-ui-gray-500));cursor:not-allowed}.neeto-molecules-help-sublist__item-btn:focus,.neeto-molecules-help-sublist__item-btn:hover{background-color:rgb(var(--neeto-ui-gray-200));box-shadow:none}.neeto-molecules-help-sublist__item-btn.active{background-color:rgb(var(--neeto-ui-gray-800));color:rgb(var(--neeto-ui-white))}.neeto-molecules-help-sublist__item-btn--style-danger{color:rgb(var(--neeto-ui-error-800))}.neeto-molecules-help-sublist__item-btn-icon{color:rgb(var(--neeto-ui-gray-600))}.neeto-molecules-help-sublist__item-btn-icon svg{height:20px;width:20px}.neeto-molecules-help-sublist__item-btn-count,.neeto-molecules-sidebar__notif-count{align-items:center;background-color:rgb(var(--neeto-ui-primary-500));border-radius:var(--neeto-ui-rounded-full);color:rgb(var(--neeto-ui-white));display:inline-flex;font-size:10px;justify-content:center;min-height:16px;min-width:16px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.neeto-molecules-help-sublist__item-btn-count{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.neeto-molecules-sidebar__notif-count{position:absolute;right:-2px;top:-2px}";
|
|
31720
|
+
var css = ":root{--neeto-molecules-sidebar-width:240px;--neeto-molecules-sidebar-z-index:99998}.neeto-molecules-sidebar__wrapper{display:flex;max-width:240px;max-width:var(--neeto-molecules-sidebar-width);position:relative;transition:all .15s;width:240px;width:var(--neeto-molecules-sidebar-width)}.neeto-molecules-sidebar__wrapper--collapsed{max-width:0;width:0}.neeto-molecules-sidebar{background-color:rgb(var(--neeto-ui-gray-100));border-right:1px solid rgb(var(--neeto-ui-gray-100));height:100vh;padding:24px 0;width:100%;z-index:99998;z-index:var(--neeto-molecules-sidebar-z-index)}.neeto-molecules-sidebar__no-shrinkable{max-width:240px;max-width:var(--neeto-molecules-sidebar-width);width:240px;width:var(--neeto-molecules-sidebar-width)}.neeto-molecules-sidebar::-webkit-scrollbar{height:0;width:0}.neeto-molecules-sidebar::-webkit-scrollbar-thumb{background:rgb(var(--neeto-ui-gray-300));border-radius:50px}.neeto-molecules-sidebar::-webkit-scrollbar-track{background:\"transparent\"}.neeto-molecules-sidebar__toggler{left:calc(100% + 4px);position:absolute;top:32px;z-index:99996;z-index:calc(var(--neeto-molecules-sidebar-z-index) - 2)}.neeto-molecules-sidebar__header{margin:12px 0 28px;padding:0 24px}.neeto-molecules-sidebar__logo svg{height:20px;max-width:100%;width:auto}.neeto-molecules-sidebar__links{margin-bottom:40px}.neeto-molecules-sidebar__link{color:rgb(var(--neeto-ui-gray-800));gap:10px;padding:8px 24px;position:relative;text-decoration:none!important;transition:var(--neeto-ui-transition);width:100%}.neeto-molecules-sidebar__link:not(:first-child){margin-top:10px}.neeto-molecules-sidebar__link-icon{flex-shrink:0;transition:var(--neeto-ui-transition)}.neeto-molecules-sidebar__link-icon svg path{vector-effect:non-scaling-stroke}.neeto-molecules-sidebar__link-icon--rotate{transform:scale(-1)}.neeto-molecules-sidebar__link-label,.neeto-molecules-sidebar__link-sub-label{flex-grow:1;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.neeto-molecules-sidebar__link:hover{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black))}.neeto-molecules-sidebar__link:focus,.neeto-molecules-sidebar__link:focus-visible,.neeto-molecules-sidebar__link[aria-expanded=true]{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black));outline:none}.neeto-molecules-sidebar__link.active{background-color:rgb(var(--neeto-ui-white));color:rgb(var(--neeto-ui-black))}.neeto-molecules-sidebar__link.active .neeto-molecules-sidebar__link-label{font-weight:var(--neeto-ui-font-medium)}.neeto-molecules-sidebar__link--button:focus{background-color:transparent}.neeto-molecules-sidebar__link--button:focus-visible{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-gray-800))}.neeto-molecules-sidebar__link--change-log{outline:none!important}.neeto-molecules-sidebar__sublink-wrapper{background-color:rgb(var(--neeto-ui-white));padding:4px 0}.neeto-molecules-sidebar__sublink{background-color:rgb(var(--neeto-ui-white));color:rgb(var(--neeto-ui-gray-700));cursor:pointer;padding:8px 24px 8px 58px;text-decoration:none;transition:all .3s}.neeto-molecules-sidebar__sublink:not(:last-child){margin-bottom:4px}.neeto-molecules-sidebar__sublink .neeto-molecules-sidebar__link-sub-count{opacity:.75}.neeto-molecules-sidebar__sublink:hover{color:rgb(var(--neeto-ui-gray-800));text-decoration:none}.neeto-molecules-sidebar__sublink:hover .neeto-molecules-sidebar__link-sub-count{opacity:1}.neeto-molecules-sidebar__sublink:focus,.neeto-molecules-sidebar__sublink:focus-visible{color:rgb(var(--neeto-ui-gray-800));outline:none;text-decoration:none}.neeto-molecules-sidebar__sublink:focus .neeto-molecules-sidebar__link-sub-count,.neeto-molecules-sidebar__sublink:focus-visible .neeto-molecules-sidebar__link-sub-count{opacity:1}.neeto-molecules-sidebar__sublink.active,.neeto-molecules-sidebar__sublink:active{color:rgb(var(--neeto-ui-black));font-weight:var(--neeto-ui-font-medium);text-decoration:none}.neeto-molecules-sidebar__sublink.active .neeto-molecules-sidebar__link-sub-count,.neeto-molecules-sidebar__sublink:active .neeto-molecules-sidebar__link-sub-count{opacity:1}.neeto-molecules-sidebar__footer{margin-top:auto}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile-name{flex-grow:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile:hover{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black));text-decoration:none}.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile:focus,.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile:focus-visible,.neeto-molecules-sidebar__footer .neeto-molecules-sidebar__profile[aria-expanded=true]{background-color:rgb(var(--neeto-ui-gray-200));color:rgb(var(--neeto-ui-black));outline:none;text-decoration:none}.sidebar-featured-tooltip__content{border-radius:8px!important;box-shadow:var(--neeto-ui-shadow-sm)!important}.sidebar-featured-tooltip__content .tippy-content{padding:0}.sidebar-featured-tooltip{padding:12px;width:150px}.sidebar-featured-tooltip__icon-wrap{background-color:rgb(var(--neeto-ui-gray-100));border-radius:8px;height:40px;margin-bottom:8px;margin-left:auto;margin-right:auto;width:40px}.sidebar-featured-tooltip__title{margin-bottom:4px}.neeto-molecules-help-popup-wrapper,.neeto-molecules-profile-popup-wrapper{border:1px solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded)!important;box-shadow:var(--neeto-ui-shadow-xs)!important}.neeto-molecules-help-popup-wrapper .tippy-content,.neeto-molecules-profile-popup-wrapper .tippy-content{padding:0}.neeto-molecules-help-popup-wrapper .tippy-svg-arrow,.neeto-molecules-profile-popup-wrapper .tippy-svg-arrow{display:none!important}.neeto-molecules-profile-sublist{border-top:1px solid rgb(var(--neeto-ui-gray-400))}.neeto-molecules-help-sublist,.neeto-molecules-profile-sublist{list-style:none;margin:0;padding:4px 0}.neeto-molecules-help-sublist__item,.neeto-molecules-profile-sublist__item{width:100%}.neeto-molecules-help-sublist__item-btn,.neeto-molecules-profile-sublist__item-btn{border-radius:0;justify-content:flex-end!important}.neeto-molecules-help-sublist__item-btn.active,.neeto-molecules-profile-sublist__item-btn.active{background-color:rgb(var(--neeto-ui-gray-800));color:rgb(var(--neeto-ui-white))}.neeto-molecules-help-sublist__item-btn-icon svg path,.neeto-molecules-profile-sublist__item-btn-icon svg path{vector-effect:non-scaling-stroke}";
|
|
31756
31721
|
n(css,{});
|
|
31757
31722
|
|
|
31758
31723
|
var AppSwitcherButton = function AppSwitcherButton(_ref) {
|
|
@@ -31768,9 +31733,7 @@ var AppSwitcherButton = function AppSwitcherButton(_ref) {
|
|
|
31768
31733
|
var handleAppSwitcherToggle = function handleAppSwitcherToggle(event) {
|
|
31769
31734
|
if (isFreshLoading) event.stopPropagation();else onAppSwitcherToggle();
|
|
31770
31735
|
};
|
|
31771
|
-
return /*#__PURE__*/React.createElement(
|
|
31772
|
-
label: t("neetoMolecules.sidebar.productSwitcher")
|
|
31773
|
-
}, /*#__PURE__*/React.createElement("button", {
|
|
31736
|
+
return /*#__PURE__*/React.createElement("button", {
|
|
31774
31737
|
className: "neeto-molecules-sidebar__link neeto-molecules-sidebar__link--app-switcher neeto-molecules-sidebar__link--button neeto-ui-flex neeto-ui-w-full neeto-ui-select-none neeto-ui-items-center neeto-ui-justify-start neeto-ui-shadow-none",
|
|
31775
31738
|
"data-cy": "app-switcher-button",
|
|
31776
31739
|
onClick: handleAppSwitcherToggle,
|
|
@@ -31781,7 +31744,12 @@ var AppSwitcherButton = function AppSwitcherButton(_ref) {
|
|
|
31781
31744
|
className: "neeto-molecules-sidebar__link-icon neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center h-6 w-6"
|
|
31782
31745
|
}, hasHovered && isFreshLoading ? /*#__PURE__*/React.createElement(Spinner, null) : /*#__PURE__*/React.createElement(AppSwitcher$1, {
|
|
31783
31746
|
size: 24
|
|
31784
|
-
}))
|
|
31747
|
+
})), /*#__PURE__*/React.createElement(Typography, {
|
|
31748
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
31749
|
+
component: "span",
|
|
31750
|
+
style: "body2",
|
|
31751
|
+
weight: "normal"
|
|
31752
|
+
}, t("neetoMolecules.sidebar.productSwitcher")));
|
|
31785
31753
|
};
|
|
31786
31754
|
|
|
31787
31755
|
var MY_PROFILE_URL = "/auth/profile/edit";
|
|
@@ -31799,7 +31767,7 @@ var DEFAULT_HELP_LINK_PROPS = {
|
|
|
31799
31767
|
}
|
|
31800
31768
|
},
|
|
31801
31769
|
helpCenterProps: {
|
|
31802
|
-
label: t$1("neetoMolecules.sidebar.helpLinks.
|
|
31770
|
+
label: t$1("neetoMolecules.sidebar.helpLinks.helpArticles"),
|
|
31803
31771
|
icon: Book,
|
|
31804
31772
|
"data-cy": "help-link-help-center-button",
|
|
31805
31773
|
href: "https://help.".concat(toLower(globalProps.appName), ".com/"),
|
|
@@ -31860,21 +31828,26 @@ var ProfileSection = function ProfileSection(_ref, ref) {
|
|
|
31860
31828
|
var _useFetchNeetoApps = useFetchNeetoApps(),
|
|
31861
31829
|
isFreshLoading = _useFetchNeetoApps.isFreshLoading;
|
|
31862
31830
|
return /*#__PURE__*/React.createElement("button", {
|
|
31863
|
-
className: "neeto-molecules-sidebar__profile-wrapper neeto-ui-w-full neeto-ui-text-
|
|
31831
|
+
className: "neeto-molecules-sidebar__profile-wrapper neeto-ui-w-full neeto-ui-text-lef",
|
|
31864
31832
|
"data-cy": "profile-section",
|
|
31865
31833
|
ref: ref,
|
|
31866
31834
|
onMouseEnter: function onMouseEnter() {
|
|
31867
31835
|
return setHasHovered(true);
|
|
31868
31836
|
}
|
|
31869
31837
|
}, /*#__PURE__*/React.createElement("span", {
|
|
31870
|
-
className: "neeto-molecules-sidebar__profile neeto-ui-flex neeto-ui-w-full neeto-ui-flex-shrink-0 neeto-ui-items-center"
|
|
31838
|
+
className: "neeto-molecules-sidebar__profile neeto-ui-flex neeto-ui-w-full neeto-ui-flex-shrink-0 neeto-ui-items-center neeto-molecules-sidebar__link"
|
|
31871
31839
|
}, isFreshLoading && hasHovered ? /*#__PURE__*/React.createElement("span", {
|
|
31872
31840
|
className: "flex h-11 w-10 items-center justify-center"
|
|
31873
|
-
}, /*#__PURE__*/React.createElement(Spinner, null)) : /*#__PURE__*/React.createElement(Avatar, {
|
|
31874
|
-
className: "neeto-ui-flex-shrink-0",
|
|
31875
|
-
size: "
|
|
31841
|
+
}, /*#__PURE__*/React.createElement(Spinner, null)) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Avatar, {
|
|
31842
|
+
className: "neeto-ui-flex-shrink-0 neeto-molecules-sidebar__profile-avatar",
|
|
31843
|
+
size: "small",
|
|
31876
31844
|
user: profileInfo
|
|
31877
|
-
})
|
|
31845
|
+
}), /*#__PURE__*/React.createElement(Typography, {
|
|
31846
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
31847
|
+
component: "span",
|
|
31848
|
+
style: "body2",
|
|
31849
|
+
weight: "normal"
|
|
31850
|
+
}, truncate(profileInfo.name, 18)))));
|
|
31878
31851
|
};
|
|
31879
31852
|
var ProfileSection$1 = /*#__PURE__*/forwardRef(ProfileSection);
|
|
31880
31853
|
|
|
@@ -31905,22 +31878,19 @@ var LinkSection = function LinkSection(_ref) {
|
|
|
31905
31878
|
_ref2$icon = _ref2.icon,
|
|
31906
31879
|
icon = _ref2$icon === void 0 ? null : _ref2$icon,
|
|
31907
31880
|
otherProps = _objectWithoutProperties(_ref2, _excluded$2);
|
|
31908
|
-
var IconSVG = icon;
|
|
31909
31881
|
return /*#__PURE__*/React.createElement("li", {
|
|
31910
31882
|
className: "neeto-molecules-profile-sublist__item",
|
|
31911
31883
|
key: idx
|
|
31912
|
-
}, /*#__PURE__*/React.createElement(
|
|
31884
|
+
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
31885
|
+
fullWidth: true,
|
|
31886
|
+
className: "neeto-molecules-profile-sublist__item-btn",
|
|
31887
|
+
icon: icon,
|
|
31888
|
+
iconPosition: "left",
|
|
31889
|
+
iconSize: 18,
|
|
31890
|
+
label: label,
|
|
31891
|
+
style: "text",
|
|
31913
31892
|
onClick: onClick
|
|
31914
|
-
}, otherProps
|
|
31915
|
-
className: "neeto-molecules-profile-sublist__item-btn"
|
|
31916
|
-
}), icon && /*#__PURE__*/React.createElement("span", {
|
|
31917
|
-
className: "neeto-molecules-profile-sublist__item-btn-icon"
|
|
31918
|
-
}, /*#__PURE__*/React.createElement(IconSVG, null)), /*#__PURE__*/React.createElement(Typography, {
|
|
31919
|
-
className: "neeto-molecules-profile-sublist__item-btn-label",
|
|
31920
|
-
component: "span",
|
|
31921
|
-
style: "body2",
|
|
31922
|
-
weight: "normal"
|
|
31923
|
-
}, label)));
|
|
31893
|
+
}, otherProps)));
|
|
31924
31894
|
}));
|
|
31925
31895
|
};
|
|
31926
31896
|
|
|
@@ -31988,19 +31958,24 @@ var ProfileButton = function ProfileButton(_ref) {
|
|
|
31988
31958
|
};
|
|
31989
31959
|
|
|
31990
31960
|
var HelpSection = function HelpSection(_ref, ref) {
|
|
31991
|
-
|
|
31961
|
+
_ref.changesCount;
|
|
31962
|
+
var _useTranslation = useTranslation(),
|
|
31963
|
+
t = _useTranslation.t;
|
|
31964
|
+
var showChangesCount = false;
|
|
31992
31965
|
return /*#__PURE__*/React.createElement("button", {
|
|
31993
|
-
className: "neeto-molecules-sidebar__link neeto-molecules-sidebar__link--button neeto-ui-shadow-none",
|
|
31966
|
+
className: "neeto-molecules-sidebar__link neeto-molecules-sidebar__link--button neeto-ui-shadow-none neeto-ui-flex neeto-ui-items-center neeto-ui-no-underline neeto-ui-select-none",
|
|
31994
31967
|
"data-cy": "help-button",
|
|
31995
31968
|
ref: ref
|
|
31996
31969
|
}, /*#__PURE__*/React.createElement("span", {
|
|
31997
31970
|
className: "neeto-molecules-sidebar__link-icon neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center"
|
|
31998
31971
|
}, /*#__PURE__*/React.createElement(Help, {
|
|
31999
31972
|
size: 24
|
|
32000
|
-
}),
|
|
32001
|
-
className: "neeto-molecules-
|
|
32002
|
-
|
|
32003
|
-
|
|
31973
|
+
}), showChangesCount ), /*#__PURE__*/React.createElement(Typography, {
|
|
31974
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
31975
|
+
component: "span",
|
|
31976
|
+
style: "body2",
|
|
31977
|
+
weight: "normal"
|
|
31978
|
+
}, t("neetoMolecules.sidebar.helpLinks.helpCenter")));
|
|
32004
31979
|
};
|
|
32005
31980
|
var HelpSection$1 = /*#__PURE__*/forwardRef(HelpSection);
|
|
32006
31981
|
|
|
@@ -32054,6 +32029,7 @@ var HelpSectionMenu = function HelpSectionMenu(_ref) {
|
|
|
32054
32029
|
var _KeyboardShortcuts$us = KeyboardShortcuts.usePaneState(),
|
|
32055
32030
|
_KeyboardShortcuts$us2 = _slicedToArray(_KeyboardShortcuts$us, 2),
|
|
32056
32031
|
setIsOpen = _KeyboardShortcuts$us2[1];
|
|
32032
|
+
var showChangesCount = false;
|
|
32057
32033
|
var helpLinks = Object.keys(DEFAULT_HELP_LINK_PROPS).map(function (key) {
|
|
32058
32034
|
return _objectSpread$1(_objectSpread$1(_objectSpread$1(_objectSpread$1({}, DEFAULT_HELP_LINK_PROPS[key]), helpLinkOverrides[key]), key === "keyboardShortcutProps" && {
|
|
32059
32035
|
onClick: function onClick() {
|
|
@@ -32066,21 +32042,21 @@ var HelpSectionMenu = function HelpSectionMenu(_ref) {
|
|
|
32066
32042
|
var hide = _ref2.hide;
|
|
32067
32043
|
return !hide;
|
|
32068
32044
|
});
|
|
32069
|
-
return /*#__PURE__*/React.createElement("ul",
|
|
32045
|
+
return /*#__PURE__*/React.createElement("ul", {
|
|
32046
|
+
className: "neeto-molecules-help-sublist"
|
|
32047
|
+
}, helpLinks.map(function (_ref3, idx) {
|
|
32070
32048
|
var label = _ref3.label,
|
|
32071
32049
|
buttonProps = _objectWithoutProperties(_ref3, _excluded$1);
|
|
32072
32050
|
return /*#__PURE__*/React.createElement("li", {
|
|
32073
32051
|
className: "neeto-molecules-help-sublist__item",
|
|
32074
32052
|
key: idx
|
|
32075
32053
|
}, /*#__PURE__*/React.createElement(Button, _extends({
|
|
32054
|
+
fullWidth: true,
|
|
32076
32055
|
className: "neeto-molecules-help-sublist__item-btn",
|
|
32077
32056
|
iconPosition: "left",
|
|
32078
32057
|
iconSize: 18,
|
|
32079
32058
|
style: "text"
|
|
32080
|
-
}, buttonProps), label,
|
|
32081
|
-
className: "neeto-molecules-help-sublist__item-btn-count",
|
|
32082
|
-
"data-testid": "help-section-menu-changes-count"
|
|
32083
|
-
}, buttonProps.changesCount)));
|
|
32059
|
+
}, buttonProps), label, showChangesCount ));
|
|
32084
32060
|
}));
|
|
32085
32061
|
};
|
|
32086
32062
|
|
|
@@ -32109,7 +32085,7 @@ var Footer = function Footer(_ref) {
|
|
|
32109
32085
|
window.Nv = window.Nv ? Object.assign(window.Nv, Nv) : Nv;
|
|
32110
32086
|
}, []);
|
|
32111
32087
|
return /*#__PURE__*/React.createElement("div", {
|
|
32112
|
-
className: "neeto-molecules-sidebar__footer"
|
|
32088
|
+
className: "neeto-molecules-sidebar__footer neeto-molecules-sidebar__no-shrinkable"
|
|
32113
32089
|
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
32114
32090
|
interactive: true,
|
|
32115
32091
|
className: "neeto-molecules-help-popup-wrapper",
|
|
@@ -32118,6 +32094,8 @@ var Footer = function Footer(_ref) {
|
|
|
32118
32094
|
helpLinkOverrides: helpLinkOverrides
|
|
32119
32095
|
}),
|
|
32120
32096
|
hideOnClick: false,
|
|
32097
|
+
interactiveDebounce: 30,
|
|
32098
|
+
offset: 0,
|
|
32121
32099
|
position: "right",
|
|
32122
32100
|
theme: "light"
|
|
32123
32101
|
}, /*#__PURE__*/React.createElement(HelpSection$1, {
|
|
@@ -32131,10 +32109,10 @@ var Footer = function Footer(_ref) {
|
|
|
32131
32109
|
};
|
|
32132
32110
|
|
|
32133
32111
|
var Header = function Header() {
|
|
32134
|
-
var
|
|
32112
|
+
var _ProductTypefaceLogos;
|
|
32135
32113
|
var productName = globalProps.appName.substr(5);
|
|
32136
32114
|
var logoName = "Neeto".concat(capitalize(productName.toLowerCase()));
|
|
32137
|
-
var
|
|
32115
|
+
var ProductTypefaceLogo = (_ProductTypefaceLogos = ProductTypefaceLogos[logoName]) !== null && _ProductTypefaceLogos !== void 0 ? _ProductTypefaceLogos : Neeto;
|
|
32138
32116
|
var _useFetchNeetoApps = useFetchNeetoApps(),
|
|
32139
32117
|
data = _useFetchNeetoApps.data;
|
|
32140
32118
|
var homePath = "/";
|
|
@@ -32147,17 +32125,63 @@ var Header = function Header() {
|
|
|
32147
32125
|
}
|
|
32148
32126
|
}
|
|
32149
32127
|
return /*#__PURE__*/React.createElement("div", {
|
|
32150
|
-
className: "neeto-
|
|
32128
|
+
className: "neeto-molecules-sidebar__header neeto-molecules-sidebar__no-shrinkable",
|
|
32151
32129
|
"data-cy": "sidebar-info"
|
|
32152
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
32153
|
-
className: "neeto-molecules-sidebar__logo flex flex-shrink-0 items-center justify-center"
|
|
32154
32130
|
}, /*#__PURE__*/React.createElement(Link, {
|
|
32131
|
+
className: "neeto-molecules-sidebar__logo neeto-ui-w-full",
|
|
32155
32132
|
to: homePath
|
|
32156
|
-
}, /*#__PURE__*/React.createElement(
|
|
32133
|
+
}, /*#__PURE__*/React.createElement(ProductTypefaceLogo, null)));
|
|
32157
32134
|
};
|
|
32158
32135
|
var Header$1 = /*#__PURE__*/React.memo(Header);
|
|
32159
32136
|
|
|
32160
|
-
var
|
|
32137
|
+
var getMaxLabelLength = function getMaxLabelLength(_ref) {
|
|
32138
|
+
var isSubItem = _ref.isSubItem,
|
|
32139
|
+
hasSubItems = _ref.hasSubItems,
|
|
32140
|
+
hasCount = _ref.hasCount;
|
|
32141
|
+
if (hasCount) return 14;
|
|
32142
|
+
if (isSubItem) return 20;
|
|
32143
|
+
if (hasSubItems) return 16;
|
|
32144
|
+
return 20;
|
|
32145
|
+
};
|
|
32146
|
+
var isSubRouteActive = function isSubRouteActive(subRoute, location) {
|
|
32147
|
+
var currentBrowserUrl = new URL(location.pathname + location.search, window.location.origin);
|
|
32148
|
+
var targetUrl = new URL(subRoute, window.location.origin);
|
|
32149
|
+
if (!currentBrowserUrl.pathname.startsWith(targetUrl.pathname)) {
|
|
32150
|
+
return false;
|
|
32151
|
+
}
|
|
32152
|
+
var targetSearchParams = targetUrl.searchParams;
|
|
32153
|
+
var targetSearchKeys = Array.from(targetSearchParams.keys());
|
|
32154
|
+
return all(function (key) {
|
|
32155
|
+
return currentBrowserUrl.searchParams.get(key) === targetSearchParams.get(key);
|
|
32156
|
+
}, targetSearchKeys);
|
|
32157
|
+
};
|
|
32158
|
+
var optimizeLabel = function optimizeLabel(_ref2) {
|
|
32159
|
+
var _ref2$label = _ref2.label,
|
|
32160
|
+
label = _ref2$label === void 0 ? "" : _ref2$label,
|
|
32161
|
+
_ref2$hasSubItems = _ref2.hasSubItems,
|
|
32162
|
+
hasSubItems = _ref2$hasSubItems === void 0 ? false : _ref2$hasSubItems,
|
|
32163
|
+
_ref2$isSubItem = _ref2.isSubItem,
|
|
32164
|
+
isSubItem = _ref2$isSubItem === void 0 ? false : _ref2$isSubItem,
|
|
32165
|
+
_ref2$hasCount = _ref2.hasCount,
|
|
32166
|
+
hasCount = _ref2$hasCount === void 0 ? false : _ref2$hasCount;
|
|
32167
|
+
var maxLength = getMaxLabelLength({
|
|
32168
|
+
isSubItem: isSubItem,
|
|
32169
|
+
hasSubItems: hasSubItems,
|
|
32170
|
+
hasCount: hasCount
|
|
32171
|
+
});
|
|
32172
|
+
if (label.length <= maxLength) return {
|
|
32173
|
+
label: label,
|
|
32174
|
+
isLabelPristine: true
|
|
32175
|
+
};
|
|
32176
|
+
var optimizedLabel = label.substring(0, maxLength).trim();
|
|
32177
|
+
return {
|
|
32178
|
+
label: "".concat(optimizedLabel, "..."),
|
|
32179
|
+
isLabelPristine: false
|
|
32180
|
+
};
|
|
32181
|
+
};
|
|
32182
|
+
|
|
32183
|
+
var _excluded = ["label", "to", "icon", "items"],
|
|
32184
|
+
_excluded2 = ["label", "to", "count"];
|
|
32161
32185
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
32162
32186
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
32163
32187
|
var Links = function Links(_ref) {
|
|
@@ -32171,21 +32195,25 @@ var Links = function Links(_ref) {
|
|
|
32171
32195
|
return true;
|
|
32172
32196
|
});
|
|
32173
32197
|
return /*#__PURE__*/React.createElement("div", {
|
|
32174
|
-
className: "neeto-molecules-sidebar__links"
|
|
32198
|
+
className: "neeto-molecules-sidebar__links neeto-molecules-sidebar__no-shrinkable"
|
|
32175
32199
|
}, navLinks.filter(filterByPermissions).map(function (_ref3, mainIndex) {
|
|
32176
32200
|
var label = _ref3.label,
|
|
32177
32201
|
to = _ref3.to,
|
|
32178
32202
|
icon = _ref3.icon,
|
|
32179
|
-
|
|
32203
|
+
items = _ref3.items,
|
|
32180
32204
|
otherProps = _objectWithoutProperties(_ref3, _excluded);
|
|
32181
32205
|
var IconSVG = icon;
|
|
32182
32206
|
var url = new URL(to, window.location.href);
|
|
32183
32207
|
var isActive = function isActive() {
|
|
32184
|
-
return location.pathname.startsWith(url.pathname);
|
|
32208
|
+
return is(Function, otherProps.isActive) ? otherProps.isActive() : location.pathname.startsWith(url.pathname);
|
|
32185
32209
|
};
|
|
32186
|
-
|
|
32187
|
-
|
|
32188
|
-
|
|
32210
|
+
var _optimizeLabel = optimizeLabel({
|
|
32211
|
+
label: label,
|
|
32212
|
+
hasSubItems: isPresent(items) && isNotEmpty(items)
|
|
32213
|
+
}),
|
|
32214
|
+
optimizedLabel = _optimizeLabel.label,
|
|
32215
|
+
isLabelPristine = _optimizeLabel.isLabelPristine;
|
|
32216
|
+
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
32189
32217
|
key: mainIndex
|
|
32190
32218
|
}, /*#__PURE__*/React.createElement(NavLink, _extends({
|
|
32191
32219
|
activeClassName: "active",
|
|
@@ -32193,10 +32221,58 @@ var Links = function Links(_ref) {
|
|
|
32193
32221
|
}, _objectSpread({
|
|
32194
32222
|
isActive: isActive,
|
|
32195
32223
|
to: to
|
|
32196
|
-
}, otherProps)), icon && /*#__PURE__*/React.createElement("
|
|
32197
|
-
className: "neeto-
|
|
32224
|
+
}, otherProps)), icon && /*#__PURE__*/React.createElement("span", {
|
|
32225
|
+
className: "neeto-molecules-sidebar__link-icon",
|
|
32198
32226
|
"data-testid": label
|
|
32199
|
-
}, /*#__PURE__*/React.createElement(IconSVG, null))
|
|
32227
|
+
}, /*#__PURE__*/React.createElement(IconSVG, null)), /*#__PURE__*/React.createElement(Tooltip, {
|
|
32228
|
+
content: label,
|
|
32229
|
+
disabled: isLabelPristine
|
|
32230
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
32231
|
+
className: "neeto-molecules-sidebar__link-label",
|
|
32232
|
+
component: "span",
|
|
32233
|
+
style: "body2",
|
|
32234
|
+
weight: "normal"
|
|
32235
|
+
}, optimizedLabel)), items && /*#__PURE__*/React.createElement("span", {
|
|
32236
|
+
className: classnames("neeto-molecules-sidebar__link-icon", {
|
|
32237
|
+
"neeto-molecules-sidebar__link-icon--rotate": isActive()
|
|
32238
|
+
})
|
|
32239
|
+
}, /*#__PURE__*/React.createElement(Down, {
|
|
32240
|
+
size: 16
|
|
32241
|
+
}))), items && isActive() && /*#__PURE__*/React.createElement("div", {
|
|
32242
|
+
className: "neeto-molecules-sidebar__sublink-wrapper"
|
|
32243
|
+
}, items.filter(filterByPermissions).map(function (_ref4, subIndex) {
|
|
32244
|
+
var subLabel = _ref4.label,
|
|
32245
|
+
subRoute = _ref4.to,
|
|
32246
|
+
count = _ref4.count,
|
|
32247
|
+
otherProps = _objectWithoutProperties(_ref4, _excluded2);
|
|
32248
|
+
var _optimizeLabel2 = optimizeLabel({
|
|
32249
|
+
label: subLabel,
|
|
32250
|
+
isSubItem: true,
|
|
32251
|
+
hasCount: isPresent(count)
|
|
32252
|
+
}),
|
|
32253
|
+
optimizedLabel = _optimizeLabel2.label,
|
|
32254
|
+
isSubLabelPristine = _optimizeLabel2.isLabelPristine;
|
|
32255
|
+
return /*#__PURE__*/React.createElement(NavLink, _extends({
|
|
32256
|
+
activeClassName: "active",
|
|
32257
|
+
className: "neeto-molecules-sidebar__sublink neeto-ui-flex neeto-ui-items-center neeto-ui-select-none",
|
|
32258
|
+
key: subIndex,
|
|
32259
|
+
to: subRoute,
|
|
32260
|
+
isActive: function isActive() {
|
|
32261
|
+
return isSubRouteActive(subRoute, location);
|
|
32262
|
+
}
|
|
32263
|
+
}, otherProps), /*#__PURE__*/React.createElement(Tooltip, {
|
|
32264
|
+
content: subLabel,
|
|
32265
|
+
disabled: isSubLabelPristine
|
|
32266
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
32267
|
+
className: "neeto-molecules-sidebar__link-sub-label neeto-ui-flex-grow",
|
|
32268
|
+
component: "span",
|
|
32269
|
+
style: "body2"
|
|
32270
|
+
}, optimizedLabel)), /*#__PURE__*/React.createElement(Typography, {
|
|
32271
|
+
className: "neeto-molecules-sidebar__link-sub-count neeto-ui-flex-shrink-0",
|
|
32272
|
+
component: "span",
|
|
32273
|
+
style: "body2"
|
|
32274
|
+
}, count > 999 ? "999+" : count));
|
|
32275
|
+
})));
|
|
32200
32276
|
}));
|
|
32201
32277
|
};
|
|
32202
32278
|
|
|
@@ -32214,15 +32290,25 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
32214
32290
|
_useState2 = _slicedToArray(_useState, 2),
|
|
32215
32291
|
isAppSwitcherOpen = _useState2[0],
|
|
32216
32292
|
setIsAppSwitcherOpen = _useState2[1];
|
|
32293
|
+
var _useState3 = useState(false),
|
|
32294
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
32295
|
+
isSidebarCollapsed = _useState4[0],
|
|
32296
|
+
setIsSidebarCollapsed = _useState4[1];
|
|
32217
32297
|
var location = useLocation();
|
|
32298
|
+
var _useTranslation = useTranslation(),
|
|
32299
|
+
t = _useTranslation.t;
|
|
32218
32300
|
useEffect(function () {
|
|
32219
32301
|
isAppSwitcherOpen && setIsAppSwitcherOpen(false);
|
|
32220
32302
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
32221
32303
|
}, [location]);
|
|
32222
32304
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
32305
|
+
className: classnames("neeto-molecules-sidebar__wrapper", {
|
|
32306
|
+
"neeto-molecules-sidebar__wrapper--collapsed": isSidebarCollapsed
|
|
32307
|
+
})
|
|
32308
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
32309
|
+
className: "neeto-molecules-sidebar neeto-ui-flex neeto-ui-flex-col neeto-ui-flex-shrink-0 neeto-ui-overflow-y-auto neeto-ui-overflow-x-hidden",
|
|
32223
32310
|
"data-cy": "sidebar-wrapper",
|
|
32224
|
-
"data-testid": "sidebar"
|
|
32225
|
-
className: classnames("neeto-molecules-sidebar neeto-ui-flex neeto-ui-flex-col neeto-ui-flex-shrink-0 neeto-ui-overflow-y-auto neeto-ui-overflow-x-hidden", "neeto-molecules-sidebar--collapsed")
|
|
32311
|
+
"data-testid": "sidebar"
|
|
32226
32312
|
}, /*#__PURE__*/React.createElement(Header$1, null), /*#__PURE__*/React.createElement(Links, {
|
|
32227
32313
|
navLinks: navLinks
|
|
32228
32314
|
}), /*#__PURE__*/React.createElement(Footer, {
|
|
@@ -32233,6 +32319,17 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
32233
32319
|
onAppSwitcherToggle: function onAppSwitcherToggle() {
|
|
32234
32320
|
return setIsAppSwitcherOpen(not);
|
|
32235
32321
|
}
|
|
32322
|
+
})), /*#__PURE__*/React.createElement(Button, {
|
|
32323
|
+
className: "neeto-molecules-sidebar__toggler",
|
|
32324
|
+
icon: isSidebarCollapsed ? SidebarOpen : SidebarClose,
|
|
32325
|
+
style: "text",
|
|
32326
|
+
tooltipProps: {
|
|
32327
|
+
content: isSidebarCollapsed ? t("neetoMolecules.sidebar.showMenu") : t("neetoMolecules.sidebar.hideMenu"),
|
|
32328
|
+
position: "bottom"
|
|
32329
|
+
},
|
|
32330
|
+
onClick: function onClick() {
|
|
32331
|
+
return setIsSidebarCollapsed(!isSidebarCollapsed);
|
|
32332
|
+
}
|
|
32236
32333
|
})), showAppSwitcher && /*#__PURE__*/React.createElement(AppSwitcher, {
|
|
32237
32334
|
isOpen: isAppSwitcherOpen,
|
|
32238
32335
|
onClose: function onClose() {
|