@equinor/echo-components 0.5.11 → 0.5.13
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/components/floatingActionButton/FloatingActionButton.d.ts +4 -0
- package/dist/components/sidesheet/sheet/utils.d.ts +1 -1
- package/dist/components/splitView/SplitView.d.ts +10 -6
- package/dist/components/splitView/left/SplitViewLeft.d.ts +4 -2
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/useIsMobile.d.ts +5 -0
- package/dist/icons/echoAssets/index.d.ts +1 -0
- package/dist/icons/echoAssets/punches.d.ts +2 -0
- package/dist/index.js +82 -32
- package/dist/index.js.map +1 -1
- package/dist/theme/themeConst.d.ts +1 -0
- package/package.json +1 -1
|
@@ -15,6 +15,10 @@ export declare type FloatingActionButtonProps = MutuallyExclusiveVariantLabel &
|
|
|
15
15
|
* Disable button if true
|
|
16
16
|
*/
|
|
17
17
|
disabled?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Show button as active if true
|
|
20
|
+
*/
|
|
21
|
+
active?: boolean;
|
|
18
22
|
/**
|
|
19
23
|
* The method to be called when button is pressed
|
|
20
24
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SideSheetOrientation } from '../enums';
|
|
2
|
-
export declare function
|
|
2
|
+
export declare function GetSheetContainerClass(side?: 'left' | 'right', orientation?: SideSheetOrientation, floating?: boolean, isMobile?: boolean): string;
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface
|
|
3
|
-
|
|
1
|
+
import React, { CSSProperties } from 'react';
|
|
2
|
+
interface BaseProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: CSSProperties;
|
|
4
5
|
}
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
interface SplitViewProps extends BaseProps {
|
|
7
|
+
children: [React.ReactChild, React.ReactChild | undefined];
|
|
8
|
+
}
|
|
9
|
+
declare function SplitView({ className, style, children }: SplitViewProps): JSX.Element;
|
|
10
|
+
interface RightProps extends BaseProps {
|
|
7
11
|
children: React.ReactChild;
|
|
8
12
|
}
|
|
9
|
-
declare function Right({ children }: RightProps): JSX.Element;
|
|
13
|
+
declare function Right({ className, style, children }: RightProps): JSX.Element;
|
|
10
14
|
export { SplitView, Right };
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, { CSSProperties } from 'react';
|
|
2
2
|
interface LeftProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: CSSProperties;
|
|
3
5
|
children: React.ReactChild;
|
|
4
6
|
isMinimizable?: boolean;
|
|
5
7
|
}
|
|
6
|
-
declare function Left({ isMinimizable, children }: LeftProps): JSX.Element;
|
|
8
|
+
declare function Left({ className, style, isMinimizable, children }: LeftProps): JSX.Element;
|
|
7
9
|
export { Left };
|
package/dist/hooks/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ function styleInject(css, ref) {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
var css_248z$A = ":root{--xSmall:0.25rem;--small:0.5rem;--medium:1rem;--large:1.5rem;--xLarge:2rem;--black:#000;--white:#fff;--equiBlue1:#233746;--equiBlue2:#d7e1ed;--equiBlue3:#d5eaf4;--equiGray1:#87929a;--equiGray2:#b4bbc0;--equiGray3:#d1d5d8;--equiGray4:#e3e6e8;--equiGray5:#f7f7f7;--equiRed1:#ff1243;--darkEquiRed:#ce183e;--equiGreen1:#006f79;--equiGreen2:#deedee;--equiGreen3:#e6faec;--echoText:#3d3d3d;--disabledBackgroundColor:#eaeaea;--disabledColor:#6f6f6f;--pm01:#0f0;--pm02:#ff1493;--pm03:#0ff;--pm04:#9400d3;--pm05:#1e90ff;--pm06:#ffdead;--pm010:#ff4500;--pm015:#228b22;--pm020:#00008b;--onGoing:#fbca36;--done:#4bb748;--asBuilt:#007079;--planned:#4bb748;--future:#52c0ff;--historic:#ff7d98;--outOfService:#ff9200;--reserved:#243746;--voided:#eb0000;--default:#dcdcdc;--ok:#23ef2a;--os:#adaead;--pa:#f94693;--pb:#fd0;--unknown:#525252;--rfccSent:#bcf316;--rfccPartly:#c7f316;--rfcc:#60f316;--rfocSent:#0dccf2;--rfocPartly:#1accf2;--rfoc:#0d59f2;--rfccRejected:#ff1243;--rfocRejected:#ff1243;--handoverError:#eb0000;--priorityHigh:#ff1243;--priorityMedium:#fbca36;--systems:#d5eaf4;--locations:#3eb54a;--ofpDark:#f4d6a2;--ofpLight:#faebce;--warningText:#ad6200;--warningIcon:#ff9200;--warningBackground:#ffe7d6;--dropDownButtonBackground:#f0f0f0;--dropDownTextColor:grey;--searchBarBackground:#f7f7f7;--highSeverity:#ffc1c1;--mediumSeverity:#ffe7d6;--lowSeverity:#dce6ee;--defaultSeverity:#d5eaf4;--highSeverityText:#eb0000;--mediumSeverityText:#52c0ff;--lowSeverityText:#4bb748;--defaultSeverityText:#3d3d3d;--toggleActive:#4bb748;--toggleInactive:#b30d2f;--hoverIcon:#004f55;--hoverIconWithNotification:#b30d2f;--tertiaryText:#6f6f6f}#root,body,html{height:100%;overflow:hidden;width:100%}html[data-theme=dark]{--equiGreen1:#006f79}body,h1,h2,h3,h4,h5,h6,label,p{color:var(--echoText)}body,html,span{font-family:Equinor!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f7f7f7;border-radius:5px}::-webkit-scrollbar-thumb{background:#007079;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#004f55}button,input{appearance:none;background:transparent;border:inherit;color:inherit;font:inherit;outline:0}input,input:after,input:before{-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:auto}";
|
|
37
|
+
var css_248z$A = ":root{--xSmall:0.25rem;--small:0.5rem;--medium:1rem;--large:1.5rem;--xLarge:2rem;--black:#000;--white:#fff;--equiBlue1:#233746;--equiBlue2:#d7e1ed;--equiBlue3:#d5eaf4;--equiGray1:#87929a;--equiGray2:#b4bbc0;--equiGray3:#d1d5d8;--equiGray4:#e3e6e8;--equiGray5:#f7f7f7;--equiRed1:#ff1243;--darkEquiRed:#ce183e;--equiGreen1:#006f79;--equiGreen2:#deedee;--equiGreen3:#e6faec;--equiGreen4:#c3f3d2;--echoText:#3d3d3d;--disabledBackgroundColor:#eaeaea;--disabledColor:#6f6f6f;--pm01:#0f0;--pm02:#ff1493;--pm03:#0ff;--pm04:#9400d3;--pm05:#1e90ff;--pm06:#ffdead;--pm010:#ff4500;--pm015:#228b22;--pm020:#00008b;--onGoing:#fbca36;--done:#4bb748;--asBuilt:#007079;--planned:#4bb748;--future:#52c0ff;--historic:#ff7d98;--outOfService:#ff9200;--reserved:#243746;--voided:#eb0000;--default:#dcdcdc;--ok:#23ef2a;--os:#adaead;--pa:#f94693;--pb:#fd0;--unknown:#525252;--rfccSent:#bcf316;--rfccPartly:#c7f316;--rfcc:#60f316;--rfocSent:#0dccf2;--rfocPartly:#1accf2;--rfoc:#0d59f2;--rfccRejected:#ff1243;--rfocRejected:#ff1243;--handoverError:#eb0000;--priorityHigh:#ff1243;--priorityMedium:#fbca36;--systems:#d5eaf4;--locations:#3eb54a;--ofpDark:#f4d6a2;--ofpLight:#faebce;--warningText:#ad6200;--warningIcon:#ff9200;--warningBackground:#ffe7d6;--dropDownButtonBackground:#f0f0f0;--dropDownTextColor:grey;--searchBarBackground:#f7f7f7;--highSeverity:#ffc1c1;--mediumSeverity:#ffe7d6;--lowSeverity:#dce6ee;--defaultSeverity:#d5eaf4;--highSeverityText:#eb0000;--mediumSeverityText:#52c0ff;--lowSeverityText:#4bb748;--defaultSeverityText:#3d3d3d;--toggleActive:#4bb748;--toggleInactive:#b30d2f;--hoverIcon:#004f55;--hoverIconWithNotification:#b30d2f;--tertiaryText:#6f6f6f}#root,body,html{height:100%;overflow:hidden;width:100%}html[data-theme=dark]{--equiGreen1:#006f79}body,h1,h2,h3,h4,h5,h6,label,p{color:var(--echoText)}body,html,span{font-family:Equinor!important}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f7f7f7;border-radius:5px}::-webkit-scrollbar-thumb{background:#007079;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#004f55}button,input{appearance:none;background:transparent;border:inherit;color:inherit;font:inherit;outline:0}input,input:after,input:before{-webkit-user-select:initial;-khtml-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:auto}";
|
|
38
38
|
styleInject(css_248z$A);
|
|
39
39
|
|
|
40
40
|
/**
|
|
@@ -81,6 +81,7 @@ var themeConst = {
|
|
|
81
81
|
equiGreen1: '#006f79',
|
|
82
82
|
equiGreen2: '#deedee',
|
|
83
83
|
equiGreen3: '#e6faec',
|
|
84
|
+
equiGreen4: '#c3f3d2',
|
|
84
85
|
echoText: '#3d3d3d',
|
|
85
86
|
disabledBackgroundColor: '#eaeaea',
|
|
86
87
|
disabledColor: '#6f6f6f',
|
|
@@ -14826,8 +14827,8 @@ var EchoHeader = function EchoHeader(_ref) {
|
|
|
14826
14827
|
}, CustomSection && /*#__PURE__*/React__default.createElement(CustomSection, null)));
|
|
14827
14828
|
};
|
|
14828
14829
|
|
|
14829
|
-
var css_248z$k = ".floatingActionButton-module_button__-08q2.floatingActionButton-
|
|
14830
|
-
var style$3 = {"button":"floatingActionButton-module_button__-08q2","
|
|
14830
|
+
var css_248z$k = ".floatingActionButton-module_button__-08q2.floatingActionButton-module_primary__Os-YA{background:rgba(0,0,0,.65);color:var(--white)}.floatingActionButton-module_button__-08q2.floatingActionButton-module_primary__Os-YA:hover{background:rgba(0,0,0,.9);color:var(--white)}.floatingActionButton-module_button__-08q2.floatingActionButton-module_active__nXRwO{background:var(--equiGreen3);border:1px solid var(--echoText);color:var(--echoText)}.floatingActionButton-module_button__-08q2.floatingActionButton-module_active__nXRwO:hover{background:var(--equiGreen4);border:1px solid var(--echoText);color:var(--echoText)}.floatingActionButton-module_button__-08q2.floatingActionButton-module_circle_icon__mdkpf{min-height:48px;min-width:48px}.floatingActionButton-module_button__-08q2.floatingActionButton-module_square_icon__aAEVQ{border-radius:4px;min-height:48px;min-width:48px}.floatingActionButton-module_button__-08q2.floatingActionButton-module_square_icon__aAEVQ:hover{border-radius:4px}";
|
|
14831
|
+
var style$3 = {"button":"floatingActionButton-module_button__-08q2","primary":"floatingActionButton-module_primary__Os-YA","active":"floatingActionButton-module_active__nXRwO","circle_icon":"floatingActionButton-module_circle_icon__mdkpf","square_icon":"floatingActionButton-module_square_icon__aAEVQ"};
|
|
14831
14832
|
styleInject(css_248z$k);
|
|
14832
14833
|
|
|
14833
14834
|
var getEdsVariant = function getEdsVariant(echoVariant) {
|
|
@@ -14862,11 +14863,12 @@ var FloatingActionButton = function FloatingActionButton(_ref) {
|
|
|
14862
14863
|
ariaLabel = _ref.ariaLabel,
|
|
14863
14864
|
variant = _ref.variant,
|
|
14864
14865
|
disabled = _ref.disabled,
|
|
14866
|
+
active = _ref.active,
|
|
14865
14867
|
onClick = _ref.onClick;
|
|
14866
14868
|
return /*#__PURE__*/React__default.createElement(Button, {
|
|
14867
14869
|
"aria-label": ariaLabel !== null && ariaLabel !== void 0 ? ariaLabel : label,
|
|
14868
14870
|
onClick: onClick,
|
|
14869
|
-
className: "".concat(style$3.button, " ").concat(!disabled && style$3.
|
|
14871
|
+
className: "".concat(style$3.button, " ").concat(!disabled && style$3.primary, " ").concat(active && style$3.active, " ").concat(getEchoVariantStyle(variant)),
|
|
14870
14872
|
variant: getEdsVariant(variant),
|
|
14871
14873
|
disabled: disabled !== null && disabled !== void 0 ? disabled : false
|
|
14872
14874
|
}, /*#__PURE__*/React__default.createElement(Icon$1, {
|
|
@@ -14899,6 +14901,28 @@ var useEventListener = function useEventListener(eventName, handler, options) {
|
|
|
14899
14901
|
}, [eventName, element]);
|
|
14900
14902
|
};
|
|
14901
14903
|
|
|
14904
|
+
var useInitial = EchoUtils.Hooks.useInitial;
|
|
14905
|
+
/**
|
|
14906
|
+
* Hook for checking if page is loaded from mobile device.
|
|
14907
|
+
* @returns boolean true if on mobile.
|
|
14908
|
+
*/
|
|
14909
|
+
function useIsMobile() {
|
|
14910
|
+
var _useState = useState(false),
|
|
14911
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
14912
|
+
isMobile = _useState2[0],
|
|
14913
|
+
setIsMobile = _useState2[1];
|
|
14914
|
+
useInitial(function () {
|
|
14915
|
+
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
|
|
14916
|
+
// true for mobile device
|
|
14917
|
+
setIsMobile(true);
|
|
14918
|
+
} else {
|
|
14919
|
+
// false for not mobile device
|
|
14920
|
+
setIsMobile(false);
|
|
14921
|
+
}
|
|
14922
|
+
});
|
|
14923
|
+
return isMobile;
|
|
14924
|
+
}
|
|
14925
|
+
|
|
14902
14926
|
var Keys = {
|
|
14903
14927
|
ArrowUp: "up",
|
|
14904
14928
|
ArrowRight: "right",
|
|
@@ -21100,7 +21124,8 @@ var css_248z$7 = ".Sheet-module_container__MJ-Md{background-color:var(--white);b
|
|
|
21100
21124
|
var styles$6 = {"container":"Sheet-module_container__MJ-Md","verticalContainer":"Sheet-module_verticalContainer__0wKqY Sheet-module_container__MJ-Md","blockContainer":"Sheet-module_blockContainer__JZVGn","rightContainer":"Sheet-module_rightContainer__u1DzS Sheet-module_verticalContainer__0wKqY Sheet-module_container__MJ-Md","leftContainer":"Sheet-module_leftContainer__8nvAG Sheet-module_verticalContainer__0wKqY Sheet-module_container__MJ-Md","horizontalContainer":"Sheet-module_horizontalContainer__ibaGL Sheet-module_container__MJ-Md","fullscreenContainer":"Sheet-module_fullscreenContainer__5qqvB Sheet-module_container__MJ-Md"};
|
|
21101
21125
|
styleInject(css_248z$7);
|
|
21102
21126
|
|
|
21103
|
-
function
|
|
21127
|
+
function GetSheetContainerClass(side, orientation, floating, isMobile) {
|
|
21128
|
+
if (isMobile) return styles$6.fullscreenContainer;
|
|
21104
21129
|
switch (orientation) {
|
|
21105
21130
|
case SideSheetOrientation.Horizontal:
|
|
21106
21131
|
return styles$6.horizontalContainer;
|
|
@@ -21126,9 +21151,10 @@ function Sheet(_ref) {
|
|
|
21126
21151
|
children = _ref.children,
|
|
21127
21152
|
className = _ref.className,
|
|
21128
21153
|
style = _ref.style;
|
|
21154
|
+
var isMobile = useIsMobile();
|
|
21129
21155
|
var containerClass = useMemo(function () {
|
|
21130
|
-
return
|
|
21131
|
-
}, [side, orientation, floating]);
|
|
21156
|
+
return GetSheetContainerClass(side, orientation, floating, isMobile);
|
|
21157
|
+
}, [side, orientation, floating, isMobile]);
|
|
21132
21158
|
if (className !== undefined) {
|
|
21133
21159
|
containerClass += ' ' + className;
|
|
21134
21160
|
}
|
|
@@ -21147,9 +21173,10 @@ function SheetTopArea(_ref) {
|
|
|
21147
21173
|
onOrientationChange = _ref.onOrientationChange,
|
|
21148
21174
|
closeSheet = _ref.closeSheet,
|
|
21149
21175
|
previous = _ref.previous;
|
|
21176
|
+
var isMobile = useIsMobile();
|
|
21150
21177
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
21151
21178
|
className: styles$5.topArea
|
|
21152
|
-
}, /*#__PURE__*/React__default.createElement("div", null, previous), orientation && onOrientationChange && /*#__PURE__*/React__default.createElement(SheetOrientationActions, {
|
|
21179
|
+
}, /*#__PURE__*/React__default.createElement("div", null, previous), orientation && onOrientationChange && !isMobile && /*#__PURE__*/React__default.createElement(SheetOrientationActions, {
|
|
21153
21180
|
orientation: orientation,
|
|
21154
21181
|
onOrientationChange: onOrientationChange
|
|
21155
21182
|
}), /*#__PURE__*/React__default.createElement(Button, {
|
|
@@ -21225,21 +21252,24 @@ function SideSheet(_a) {
|
|
|
21225
21252
|
return null;
|
|
21226
21253
|
}
|
|
21227
21254
|
|
|
21228
|
-
var css_248z$5 = ".SplitViewLeft-module_left__zMnS5{border-right:1px solid var(--default);display:grid;grid-template-columns:480px;grid-template-rows:1fr min-content;height:inherit}.SplitViewLeft-module_collapsedLeft__qObsf{grid-template-columns:min-content}.SplitViewLeft-module_minimize__RwGrL{align-items:center;align-self:flex-end;border-top:1px solid var(--default);display:flex;flex-direction:row;justify-content:flex-end;padding:.2rem .5rem}.SplitViewLeft-module_collapsedLeft__qObsf .SplitViewLeft-module_minimize__RwGrL{padding-left:0;padding-right:0}";
|
|
21255
|
+
var css_248z$5 = ".SplitViewLeft-module_left__zMnS5{border-right:1px solid var(--default);display:grid;grid-template-columns:480px;grid-template-rows:1fr min-content;height:inherit;overflow:hidden}.SplitViewLeft-module_collapsedLeft__qObsf{grid-template-columns:min-content}.SplitViewLeft-module_minimize__RwGrL{align-items:center;align-self:flex-end;border-top:1px solid var(--default);display:flex;flex-direction:row;justify-content:flex-end;padding:.2rem .5rem}.SplitViewLeft-module_collapsedLeft__qObsf .SplitViewLeft-module_minimize__RwGrL{padding-left:0;padding-right:0}";
|
|
21229
21256
|
var styles$4 = {"left":"SplitViewLeft-module_left__zMnS5","collapsedLeft":"SplitViewLeft-module_collapsedLeft__qObsf","minimize":"SplitViewLeft-module_minimize__RwGrL"};
|
|
21230
21257
|
styleInject(css_248z$5);
|
|
21231
21258
|
|
|
21232
21259
|
function Left(_ref) {
|
|
21233
|
-
var
|
|
21260
|
+
var className = _ref.className,
|
|
21261
|
+
style = _ref.style,
|
|
21262
|
+
_ref$isMinimizable = _ref.isMinimizable,
|
|
21234
21263
|
isMinimizable = _ref$isMinimizable === void 0 ? true : _ref$isMinimizable,
|
|
21235
21264
|
children = _ref.children;
|
|
21236
21265
|
var _useState = useState(false),
|
|
21237
21266
|
_useState2 = _slicedToArray(_useState, 2),
|
|
21238
21267
|
isMinimized = _useState2[0],
|
|
21239
21268
|
setIsMinimized = _useState2[1];
|
|
21240
|
-
var
|
|
21269
|
+
var containerClassName = classnames$1(styles$4.left, _defineProperty$1({}, styles$4.collapsedLeft, isMinimized), className);
|
|
21241
21270
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
21242
|
-
className:
|
|
21271
|
+
className: containerClassName,
|
|
21272
|
+
style: style
|
|
21243
21273
|
}, !isMinimized && children, isMinimizable && /*#__PURE__*/React__default.createElement("div", {
|
|
21244
21274
|
className: styles$4.minimize
|
|
21245
21275
|
}, isMinimized ? /*#__PURE__*/React__default.createElement(Button, {
|
|
@@ -21259,20 +21289,28 @@ function Left(_ref) {
|
|
|
21259
21289
|
}), ' ')));
|
|
21260
21290
|
}
|
|
21261
21291
|
|
|
21262
|
-
var css_248z$4 = ".SplitView-module_container__bqjFB{display:grid;grid-template-columns:min-content 1fr;height:inherit;width:inherit}.SplitView-module_right__fUhei{display:grid;grid-template-columns:1fr;height:inherit}";
|
|
21292
|
+
var css_248z$4 = ".SplitView-module_container__bqjFB{display:grid;grid-template-columns:min-content 1fr;height:inherit;overflow:hidden;width:inherit}.SplitView-module_right__fUhei{display:grid;grid-template-columns:1fr;height:inherit;overflow:hidden}";
|
|
21263
21293
|
var styles$3 = {"container":"SplitView-module_container__bqjFB","right":"SplitView-module_right__fUhei"};
|
|
21264
21294
|
styleInject(css_248z$4);
|
|
21265
21295
|
|
|
21266
21296
|
function SplitView$1(_ref) {
|
|
21267
|
-
var
|
|
21297
|
+
var className = _ref.className,
|
|
21298
|
+
style = _ref.style,
|
|
21299
|
+
children = _ref.children;
|
|
21300
|
+
var containerClass = classnames$1(styles$3.container, className);
|
|
21268
21301
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
21269
|
-
className:
|
|
21302
|
+
className: containerClass,
|
|
21303
|
+
style: style
|
|
21270
21304
|
}, children);
|
|
21271
21305
|
}
|
|
21272
21306
|
function Right(_ref2) {
|
|
21273
|
-
var
|
|
21307
|
+
var className = _ref2.className,
|
|
21308
|
+
style = _ref2.style,
|
|
21309
|
+
children = _ref2.children;
|
|
21310
|
+
var containerClass = classnames$1(styles$3.right, className);
|
|
21274
21311
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
21275
|
-
className:
|
|
21312
|
+
className: containerClass,
|
|
21313
|
+
style: style
|
|
21276
21314
|
}, children);
|
|
21277
21315
|
}
|
|
21278
21316
|
|
|
@@ -21332,7 +21370,7 @@ var TimePicker = function TimePicker(_ref) {
|
|
|
21332
21370
|
}));
|
|
21333
21371
|
};
|
|
21334
21372
|
|
|
21335
|
-
var staticData$
|
|
21373
|
+
var staticData$3 = {
|
|
21336
21374
|
width: '24',
|
|
21337
21375
|
height: '24',
|
|
21338
21376
|
prefix: 'echo',
|
|
@@ -21341,62 +21379,73 @@ var staticData$2 = {
|
|
|
21341
21379
|
/*
|
|
21342
21380
|
* ROBIM EXTERNAL ICONS
|
|
21343
21381
|
*/
|
|
21344
|
-
var robim_external_ald = Object.assign(Object.assign({}, staticData$
|
|
21382
|
+
var robim_external_ald = Object.assign(Object.assign({}, staticData$3), {
|
|
21345
21383
|
name: 'robim_external_ald',
|
|
21346
21384
|
svgPathData: 'M14.668 2H12.4862V3.30581C11.9304 3.40198 11.3855 3.57148 10.8635 3.81176C10.5784 3.94295 10.302 4.0944 10.0358 4.26488L10.1402 4.93741C10.2611 4.88021 10.4019 4.84764 10.5601 4.84764C10.8558 4.84764 11.0909 4.96149 11.248 5.13718C11.3195 5.21716 11.3643 5.29818 11.392 5.36251C11.406 5.39491 11.449 5.56212 11.4434 5.53418C11.449 5.56212 11.4493 5.56024 11.4434 5.53418L11.5052 6.11419C11.5658 6.08309 11.6268 6.05334 11.6885 6.02494C11.9474 5.90582 12.2142 5.81169 12.4862 5.74321V12.0113L10.2955 12.4317L10.2964 12.4371C9.99951 12.494 9.88359 13.3423 10.0374 14.3319L10.0423 14.363C9.54261 14.4368 9.08132 14.5257 8.66797 14.6275V10.7949C8.54519 10.8547 8.40143 10.8889 8.2395 10.8889C7.9438 10.8889 7.70863 10.775 7.55149 10.5993C7.47998 10.5194 7.40754 10.374 7.40754 10.374L7.35847 10.2144L7.3024 10.3881C7.29401 10.4151 7.31851 10.3535 7.3024 10.3881C7.27024 10.4576 7.21931 10.5408 7.1402 10.6204C6.98007 10.7815 6.75675 10.8771 6.48615 10.8879V20.1818C6.48615 21.186 9.66087 22 13.5771 22C17.4933 22 20.668 21.186 20.668 20.1818V10.485H20.647C20.5895 9.65778 20.4148 8.84456 20.1282 8.07572C19.7719 7.11982 19.2495 6.25128 18.5911 5.51965C17.9326 4.78805 17.1509 4.20771 16.2906 3.81176C15.7686 3.57148 15.2237 3.40198 14.668 3.30581V2ZM8.66797 18.8698V17.2515C9.69396 17.5039 11.0154 17.678 12.4862 17.7363V18.385C11.0154 18.4433 9.69396 18.6174 8.66797 18.8698ZM12.4862 20.7728C10.3 20.7115 8.66797 20.4701 8.66797 20.1817C8.66797 19.8933 10.3 19.6519 12.4862 19.5907V20.7728ZM18.4862 20.1817C18.4862 20.4701 16.8541 20.7115 14.668 20.7728V19.5907C16.8541 19.6519 18.4862 19.8933 18.4862 20.1817ZM14.668 18.385V17.7363C16.1387 17.678 17.4602 17.5039 18.4862 17.2515V18.8698C17.4602 18.6174 16.1387 18.4433 14.668 18.385ZM17.5501 14.4333C17.648 14.0856 17.6594 13.5127 17.5616 12.8826C17.4078 11.8931 17.0424 11.1372 16.7456 11.1941L14.668 11.5927V5.74321C14.9399 5.81169 15.2068 5.90582 15.4656 6.02494C16.0643 6.3005 16.6084 6.7044 17.0666 7.21356C17.5248 7.72273 17.8884 8.3272 18.1363 8.99245C18.3198 9.48449 18.4373 10.0027 18.4862 10.5305V14.6275C18.1966 14.5562 17.8835 14.4912 17.5501 14.4333Z M2.9536 6.83033C2.9536 6.83033 2.74397 6.92391 2.69575 7.04657C2.65871 7.14079 2.65871 7.21182 2.69575 7.30605C2.74397 7.4287 2.9536 7.52228 2.9536 7.52228H4.15689L4.45771 9.2089C4.45771 9.2089 4.50068 9.42514 4.80151 9.42514C5.10233 9.42514 5.1453 9.2089 5.1453 9.2089L5.53207 6.65734L6.04777 10.1171C6.04777 10.1171 6.09074 10.3333 6.43454 10.3333C6.77834 10.3333 6.82131 10.1171 6.82131 10.1171L7.337 5.9654L7.89567 10.1171C7.89567 10.1171 7.93865 10.3333 8.23947 10.3333C8.54029 10.3333 8.58327 10.1171 8.58327 10.1171L9.09896 6.65734L9.48573 9.2089C9.48573 9.2089 9.52871 9.42514 9.82953 9.42514C10.1304 9.42514 10.1733 9.2089 10.1733 9.2089L10.5171 7.52228H11.6774C11.6774 7.52228 11.8407 7.44413 11.8923 7.34929C11.9568 7.2308 11.9568 7.12181 11.8923 7.00332C11.8407 6.90848 11.6774 6.83033 11.6774 6.83033H11.0328L10.9039 5.61942C10.9039 5.61942 10.8609 5.40319 10.5601 5.40319C10.2593 5.40319 10.2163 5.61942 10.2163 5.61942L9.91548 7.04657L9.48573 4.27877C9.48573 4.27877 9.44276 4.06254 9.14194 4.06254C8.84111 4.06254 8.79814 4.27877 8.79814 4.27877L8.28244 7.69527L7.63783 3.32734C7.63783 3.32734 7.59485 3.11111 7.29403 3.11111C6.99321 3.11111 6.95023 3.32734 6.95023 3.32734L6.39156 7.69527L5.83289 4.27877C5.83289 4.27877 5.78992 4.06254 5.4891 4.06254C5.18828 4.06254 5.1453 4.27877 5.1453 4.27877L4.75853 7.04657L4.45771 5.61942C4.45771 5.61942 4.41473 5.40319 4.11391 5.40319C3.81309 5.40319 3.77011 5.61942 3.77011 5.61942L3.59822 6.83033H2.9536Z'
|
|
21347
21385
|
});
|
|
21348
|
-
var robim_external_timp = Object.assign(Object.assign({}, staticData$
|
|
21386
|
+
var robim_external_timp = Object.assign(Object.assign({}, staticData$3), {
|
|
21349
21387
|
name: 'robim_external_timp',
|
|
21350
21388
|
svgPathData: 'M18.5817 10.0521V11.7779H19.6243C20.1749 11.7779 20.5836 11.4634 20.5836 10.9193C20.5836 10.3667 20.1665 10.0521 19.6243 10.0521H18.5817Z M3.66797 4C2.5634 4 1.66797 4.89543 1.66797 6V18C1.66797 19.1046 2.5634 20 3.66797 20H21.668C22.7725 20 23.668 19.1046 23.668 18V6C23.668 4.89543 22.7725 4 21.668 4H3.66797ZM9.63756 14.847C9.63756 14.9405 9.58751 15 9.48741 15H8.72001C8.61992 15 8.56153 14.9405 8.56153 14.847V9.4825C8.56153 9.39749 8.60323 9.32947 8.68665 9.30397L9.46239 9.01492C9.57083 8.97241 9.63756 9.02342 9.63756 9.13394V14.847ZM6.24544 14.847C6.24544 14.9405 6.19539 15 6.0953 15H5.32789C5.2278 15 5.17775 14.9405 5.17775 14.847V10.0521H3.82645C3.72636 10.0521 3.66797 9.99259 3.66797 9.89908V9.20195C3.66797 9.10843 3.72636 9.04892 3.82645 9.04892H7.59673C7.69683 9.04892 7.75522 9.10843 7.75522 9.20195V9.89908C7.75522 9.99259 7.69683 10.0521 7.59673 10.0521H6.24544V14.847ZM11.6047 15C11.7048 15 11.7632 14.9405 11.7632 14.847V11.4038L13.1479 14.0393C13.1813 14.1158 13.2396 14.1583 13.3231 14.1583H13.8152C13.8986 14.1583 13.957 14.1243 13.9987 14.0393L15.3834 11.4294V14.847C15.3834 14.9405 15.4418 15 15.5419 15H16.2842C16.3843 15 16.4344 14.9405 16.4344 14.847V9.20195C16.4344 9.10843 16.3843 9.04892 16.2842 9.04892H15.5836C15.5001 9.04892 15.4418 9.08293 15.4 9.16794L13.5733 12.6791L11.7465 9.16794C11.7048 9.08293 11.6464 9.04892 11.563 9.04892H10.8624C10.7623 9.04892 10.7039 9.10843 10.7039 9.20195V14.847C10.7039 14.9405 10.7623 15 10.8624 15H11.6047ZM17.5056 9.20195C17.5056 9.10843 17.564 9.04892 17.6641 9.04892H19.666C20.7754 9.04892 21.668 9.71204 21.668 10.9193C21.668 12.1265 20.7754 12.7811 19.666 12.7811H18.5817V14.847C18.5817 14.9405 18.5316 15 18.4315 15H17.6641C17.564 15 17.5056 14.9405 17.5056 14.847V9.20195Z'
|
|
21351
21389
|
});
|
|
21352
|
-
var robim_external_timp_text = Object.assign(Object.assign({}, staticData$
|
|
21390
|
+
var robim_external_timp_text = Object.assign(Object.assign({}, staticData$3), {
|
|
21353
21391
|
name: 'robim_external_timp_text',
|
|
21354
21392
|
svgPathData: 'M8.78062 15.3333C8.90296 15.3333 8.96413 15.2606 8.96413 15.1463V8.1637C8.96413 8.02862 8.88257 7.96628 8.75004 8.01823L7.80191 8.37152C7.69996 8.40269 7.64898 8.48582 7.64898 8.58972V15.1463C7.64898 15.2606 7.72035 15.3333 7.84269 15.3333H8.78062Z M4.6347 15.3333C4.75704 15.3333 4.81821 15.2606 4.81821 15.1463V9.28591H6.46979C6.59213 9.28591 6.6635 9.21317 6.6635 9.09887V8.24683C6.6635 8.13253 6.59213 8.0598 6.46979 8.0598H1.86167C1.73933 8.0598 1.66797 8.13253 1.66797 8.24683V9.09887C1.66797 9.21317 1.73933 9.28591 1.86167 9.28591H3.51326V15.1463C3.51326 15.2606 3.57443 15.3333 3.69677 15.3333H4.6347Z M11.5622 15.1463C11.5622 15.2606 11.4908 15.3333 11.3685 15.3333H10.4611C10.3388 15.3333 10.2674 15.2606 10.2674 15.1463V8.24683C10.2674 8.13253 10.3388 8.0598 10.4611 8.0598H11.3175C11.4194 8.0598 11.4908 8.10136 11.5418 8.20527L13.7745 12.4967L16.0072 8.20527C16.0582 8.10136 16.1295 8.0598 16.2315 8.0598H17.0878C17.2102 8.0598 17.2714 8.13253 17.2714 8.24683V15.1463C17.2714 15.2606 17.2102 15.3333 17.0878 15.3333H16.1805C16.0582 15.3333 15.9868 15.2606 15.9868 15.1463V10.9692L14.2944 14.1592C14.2434 14.2631 14.1721 14.3046 14.0701 14.3046H13.4686C13.3667 14.3046 13.2953 14.2527 13.2545 14.1592L11.5622 10.938V15.1463Z M18.7744 8.0598C18.6521 8.0598 18.5807 8.13253 18.5807 8.24683V15.1463C18.5807 15.2606 18.6521 15.3333 18.7744 15.3333H19.7123C19.8347 15.3333 19.8958 15.2606 19.8958 15.1463V12.6213H21.2212C22.5771 12.6213 23.668 11.8213 23.668 10.3458C23.668 8.87028 22.5771 8.0598 21.2212 8.0598H18.7744ZM19.8958 11.3952V9.28589H21.1702C21.8329 9.28589 22.3426 9.67035 22.3426 10.3458C22.3426 11.0108 21.8431 11.3952 21.1702 11.3952H19.8958Z'
|
|
21355
21393
|
});
|
|
21356
|
-
var robim_external_iwit = Object.assign(Object.assign({}, staticData$
|
|
21394
|
+
var robim_external_iwit = Object.assign(Object.assign({}, staticData$3), {
|
|
21357
21395
|
name: 'robim_external_iwit',
|
|
21358
21396
|
svgPathData: 'M18.2095 4.88028C18.5051 5.64289 18.6572 6.46026 18.6572 7.28571H13.0702V13.2571H13.1962L18.6572 9.17143V13.2571H21.5977V13.8857H18.6572V16.0857H16.1048L13.1922 13.8857H12.4123L9.47174 16.0857H6.89508V13.8857H3.95456V13.2571H6.89508V9.1713L12.3044 13.2571H12.4821V7.28571L6.89508 7.28572C6.89508 6.46026 7.0472 5.64289 7.34275 4.88028C7.6383 4.11766 8.0715 3.42473 8.6176 2.84104C9.16371 2.25736 9.81203 1.79436 10.5256 1.47847C11.2391 1.16258 12.0038 1 12.7761 1C13.5484 1 14.3132 1.16258 15.0267 1.47847C15.7402 1.79436 16.3886 2.25736 16.9347 2.84104C17.4808 3.42473 17.914 4.11766 18.2095 4.88028Z M3.66797 16.2969V16.8816L4.37008 17.0105V22.291L3.66797 22.4199V23H5.92075V22.4199L5.21864 22.291V17.0105L5.92075 16.8816V16.2969H3.66797Z M7.68679 16.9874L8.32428 16.8816V16.2969H6.33426V16.8816L6.83822 16.9506L8.20367 23H8.95747L10.2152 18.3502L10.3229 17.7471H10.3488L10.4608 18.3502L11.7013 23H12.4594L13.8248 16.9506L14.3288 16.8816V16.2969H12.3345V16.8816L12.9763 16.9874L12.188 20.6797L12.0631 21.5406H12.0373L11.865 20.6797L10.7063 16.2969H9.95679L8.80241 20.6797L8.63442 21.5222L8.60857 21.5176L8.49227 20.6797L7.68679 16.9874Z M14.7466 16.2969V16.8816L15.4487 17.0105V22.291L14.7466 22.4199V23H16.9994V22.4199L16.2973 22.291V17.0105L16.9994 16.8816V16.2969H14.7466Z M22.668 17.7793V16.2969H17.456V17.7793H18.184L18.2443 17.0105H19.6399V22.291L18.9377 22.4199V23H21.1905V22.4199L20.4884 22.291V17.0105H21.8797L21.9443 17.7793H22.668Z'
|
|
21359
21397
|
});
|
|
21360
21398
|
|
|
21361
|
-
var staticData$
|
|
21399
|
+
var staticData$2 = {
|
|
21362
21400
|
width: '24',
|
|
21363
21401
|
height: '24',
|
|
21364
21402
|
prefix: 'echo',
|
|
21365
21403
|
group: 'notifications'
|
|
21366
21404
|
};
|
|
21367
|
-
var notifications_main_group = Object.assign(Object.assign({}, staticData$
|
|
21405
|
+
var notifications_main_group = Object.assign(Object.assign({}, staticData$2), {
|
|
21368
21406
|
name: 'notifications_main_group',
|
|
21369
21407
|
svgPathData: 'M5.77441 8H7.77441V10H5.77441V8Z M5.77441 12H7.77441V14H5.77441V12Z M5.77441 16H7.77441V18H5.77441V16Z M8.77441 16H13.7744V18H8.77441V16Z M8.77441 12H15.7744V14H8.77441V12Z M8.77441 8H15.7744V10H8.77441V8Z M2.587 21.413C2.979 21.8043 3.45 22 4 22H11V20H4V6H18V12H20V6C20 5.45 19.8043 4.97933 19.413 4.588C19.021 4.196 18.55 4 18 4H13.3774C13.1585 2.84003 12.1451 2 10.9647 2H10.7744C9.70928 2 8.7581 2.66676 8.39485 3.66803L8.27441 4H4C3.45 4 2.979 4.196 2.587 4.588C2.19567 4.97933 2 5.45 2 6V20C2 20.55 2.19567 21.021 2.587 21.413ZM19 14.875L21.125 17L21.85 16.275C22.0333 16.0917 22.125 15.8583 22.125 15.575C22.125 15.2917 22.0333 15.0583 21.85 14.875L21.125 14.15C20.9417 13.9667 20.7083 13.875 20.425 13.875C20.1417 13.875 19.9083 13.9667 19.725 14.15L19 14.875ZM13 20.875V23H15.125L20.425 17.7L18.3 15.575L13 20.875ZM11.5244 4.5C11.5244 4.09 11.1844 3.75 10.7744 3.75C10.3644 3.75 10.0244 4.09 10.0244 4.5C10.0244 4.91 10.3644 5.25 10.7744 5.25C11.1844 5.25 11.5244 4.91 11.5244 4.5Z'
|
|
21370
21408
|
});
|
|
21371
|
-
var notifications_m1 = Object.assign(Object.assign({}, staticData$
|
|
21409
|
+
var notifications_m1 = Object.assign(Object.assign({}, staticData$2), {
|
|
21372
21410
|
name: 'notifications_m1',
|
|
21373
21411
|
svgPathData: 'M15.8952 10.1274L17.039 9.68572V15.0881H15.811C15.6884 15.0881 15.5676 15.1245 15.4763 15.2122C15.3843 15.3007 15.345 15.4198 15.345 15.5401V16.6881C15.345 16.8084 15.3843 16.9275 15.4763 17.016C15.5676 17.1037 15.6884 17.1401 15.811 17.1401H20.473C20.596 17.1401 20.717 17.1033 20.8062 17.0104C20.8941 16.9189 20.925 16.8001 20.925 16.6881V15.5401C20.925 15.4281 20.8941 15.3093 20.8062 15.2178C20.717 15.1249 20.596 15.0881 20.473 15.0881H19.245V7.2941C19.245 7.1653 19.2083 7.01774 19.0835 6.92736C18.956 6.83504 18.8025 6.85015 18.6792 6.89743L16.2756 7.80573C16.0932 7.86782 15.9642 7.99695 15.9023 8.17959L15.3715 9.61845C15.3194 9.75784 15.3016 9.94732 15.4404 10.0762C15.5738 10.2 15.7589 10.1785 15.8952 10.1274Z M4.78695 17.1401C4.90954 17.1401 5.03034 17.1037 5.12157 17.016C5.21363 16.9275 5.25295 16.8084 5.25295 16.6881V11.8153L7.19748 15.4466C7.23756 15.5339 7.29686 15.6123 7.38015 15.6688C7.4665 15.7274 7.56632 15.7541 7.67095 15.7541H8.49695C8.59408 15.7541 8.69262 15.7344 8.78267 15.6785C8.87151 15.6234 8.93541 15.5433 8.98229 15.4506L10.929 11.8505V16.6881C10.929 16.8084 10.9683 16.9275 11.0603 17.016C11.1516 17.1037 11.2724 17.1401 11.395 17.1401H12.641C12.764 17.1401 12.885 17.1033 12.9742 17.0104C13.0621 16.9189 13.093 16.8001 13.093 16.6881V7.3921C13.093 7.28014 13.0621 7.16134 12.9742 7.06984C12.885 6.97692 12.764 6.9401 12.641 6.9401H11.465C11.3678 6.9401 11.2693 6.95978 11.1792 7.01567C11.0901 7.07096 11.0261 7.15129 10.9792 7.24435L8.09095 12.6912L5.20268 7.24436C5.15577 7.15129 5.09176 7.07096 5.00267 7.01567C4.91262 6.95978 4.81409 6.9401 4.71695 6.9401H3.54095C3.41836 6.9401 3.29757 6.97645 3.20633 7.06418C3.11427 7.1527 3.07495 7.2718 3.07495 7.3921V16.6881C3.07495 16.8084 3.11427 16.9275 3.20633 17.016C3.29757 17.1037 3.41836 17.1401 3.54095 17.1401H4.78695Z'
|
|
21374
21412
|
});
|
|
21375
|
-
var notifications_m2 = Object.assign(Object.assign({}, staticData$
|
|
21413
|
+
var notifications_m2 = Object.assign(Object.assign({}, staticData$2), {
|
|
21376
21414
|
name: 'notifications_m2',
|
|
21377
21415
|
svgPathData: 'M4.06076 17.184C4.18334 17.184 4.30414 17.1477 4.39538 17.0599C4.48744 16.9714 4.52676 16.8523 4.52676 16.732V11.8592L6.47129 15.4905C6.51136 15.5778 6.57067 15.6562 6.65395 15.7128C6.7403 15.7713 6.84013 15.798 6.94476 15.798H7.77075C7.86789 15.798 7.96643 15.7783 8.05648 15.7224C8.14532 15.6673 8.20921 15.5873 8.2561 15.4945L10.2028 11.8944V16.732C10.2028 16.8523 10.2421 16.9714 10.3341 17.0599C10.4254 17.1477 10.5462 17.184 10.6688 17.184H11.9148C12.0378 17.184 12.1588 17.1472 12.248 17.0543C12.3359 16.9628 12.3668 16.844 12.3668 16.732V7.43601C12.3668 7.32406 12.3359 7.20526 12.248 7.11375C12.1588 7.02084 12.0378 6.98401 11.9148 6.98401H10.7388C10.6416 6.98401 10.5431 7.00369 10.453 7.05958C10.3639 7.11487 10.2999 7.1952 10.253 7.28826L7.36475 12.7351L4.47649 7.28827C4.42957 7.1952 4.36556 7.11488 4.27648 7.05958C4.18643 7.00369 4.08789 6.98401 3.99076 6.98401H2.81475C2.69217 6.98401 2.57137 7.02036 2.48013 7.10809C2.38807 7.19661 2.34875 7.31572 2.34875 7.43601V16.732C2.34875 16.8523 2.38807 16.9714 2.48013 17.0599C2.57137 17.1477 2.69217 17.184 2.81475 17.184H4.06076Z M14.9728 17.184H20.6988C20.9182 17.184 21.1052 17.0663 21.1924 16.8483L21.6134 15.6978L21.6141 15.6961C21.661 15.5729 21.6755 15.4206 21.5835 15.2934C21.4931 15.1686 21.3456 15.132 21.2168 15.132H18.2083C19.0342 14.3753 19.7705 13.6271 20.3223 12.8567C20.9603 11.9661 21.3608 11.0334 21.3608 10.012C21.3608 9.04197 21.0362 8.23749 20.4464 7.67611C19.8577 7.11581 19.0241 6.81598 18.0388 6.81598C17.1044 6.81598 16.2952 7.12573 15.6967 7.67543C15.0985 8.22492 14.7219 9.00388 14.6337 9.92287L14.6334 9.92537C14.6229 10.0513 14.6532 10.1797 14.7463 10.2766C14.8381 10.372 14.9632 10.408 15.0848 10.408H16.3168C16.4298 10.408 16.5441 10.3767 16.6348 10.2965C16.724 10.2176 16.7691 10.11 16.7811 9.99674C16.8457 9.62263 16.9952 9.3517 17.199 9.17394C17.4034 8.99565 17.6796 8.89598 18.0248 8.89598C18.3953 8.89598 18.6651 9.02408 18.8435 9.21812C19.0242 9.41456 19.1268 9.69571 19.1268 10.026C19.1268 10.4627 18.9728 10.9281 18.7005 11.4121C18.4286 11.8955 18.0448 12.3865 17.6008 12.8711C16.8289 13.7136 15.8923 14.5188 15.0785 15.2184C14.9546 15.3249 14.8335 15.429 14.7163 15.5304C14.5601 15.6644 14.5208 15.8273 14.5208 15.99V16.732C14.5208 16.8439 14.5516 16.9627 14.6395 17.0542C14.7287 17.1472 14.8497 17.184 14.9728 17.184Z'
|
|
21378
21416
|
});
|
|
21379
|
-
var notifications_m3 = Object.assign(Object.assign({}, staticData$
|
|
21417
|
+
var notifications_m3 = Object.assign(Object.assign({}, staticData$2), {
|
|
21380
21418
|
name: 'notifications_m3',
|
|
21381
21419
|
svgPathData: 'M19.1376 10.4443L20.8375 8.76843L20.8385 8.76742C20.9053 8.70057 20.9541 8.62747 20.9846 8.54435C21.0145 8.46269 21.023 8.38149 21.023 8.304V7.268C21.023 7.15605 20.9922 7.03725 20.9043 6.94575C20.8151 6.85283 20.6941 6.816 20.571 6.816H15.531C15.4361 6.816 15.331 6.83481 15.2377 6.89596C15.1431 6.95796 15.0794 7.05112 15.0466 7.16443L14.6297 8.30385C14.5826 8.42738 14.5691 8.57702 14.6559 8.7028C14.7426 8.82858 14.8866 8.868 15.013 8.868H18.2045L16.6512 10.387L16.6496 10.3886C16.5235 10.5147 16.465 10.6799 16.465 10.852V11.748C16.465 11.8628 16.4937 11.985 16.5811 12.0797C16.6709 12.177 16.7939 12.214 16.917 12.214H17.533C18.1346 12.214 18.6241 12.333 18.9576 12.5635C19.2802 12.7866 19.475 13.1259 19.475 13.624C19.475 14.0592 19.3247 14.4271 19.0467 14.6872C18.7678 14.948 18.3412 15.118 17.757 15.118C16.7259 15.118 15.9663 14.6973 15.441 14.1195C15.3606 14.031 15.2285 13.9258 15.0613 13.9624C14.9033 13.9969 14.8193 14.1377 14.7732 14.2452L14.3492 15.4033L14.3455 15.4145C14.3172 15.5087 14.3073 15.6066 14.3329 15.7057C14.3584 15.8046 14.4138 15.8836 14.4796 15.9494C15.1647 16.6345 16.3932 17.184 17.785 17.184C18.9831 17.184 19.9656 16.8021 20.6503 16.1585C21.3353 15.5145 21.709 14.6206 21.709 13.624C21.709 12.7196 21.4215 11.9478 20.8962 11.3811C20.4537 10.9035 19.8522 10.5819 19.1376 10.4443ZM4.33764 16.8919C4.2464 16.9796 4.1256 17.016 4.00302 17.016H2.75702C2.63443 17.016 2.51363 16.9796 2.42239 16.8919C2.33033 16.8034 2.29102 16.6843 2.29102 16.564V7.268C2.29102 7.14771 2.33033 7.02861 2.42239 6.94009C2.51363 6.85236 2.63443 6.816 2.75702 6.816H3.93302C4.03015 6.816 4.12869 6.83568 4.21874 6.89157C4.30783 6.94687 4.37183 7.0272 4.41875 7.12026L7.30702 12.5671L10.1953 7.12026C10.2422 7.02719 10.3062 6.94687 10.3953 6.89157C10.4853 6.83568 10.5839 6.816 10.681 6.816H11.857C11.9801 6.816 12.1011 6.85283 12.1903 6.94575C12.2781 7.03725 12.309 7.15605 12.309 7.268V16.564C12.309 16.676 12.2781 16.7948 12.1903 16.8863C12.1011 16.9792 11.9801 17.016 11.857 17.016H10.611C10.4884 17.016 10.3676 16.9796 10.2764 16.8919C10.1843 16.8034 10.145 16.6843 10.145 16.564V11.7264L8.19836 15.3265C8.15147 15.4193 8.08758 15.4993 7.99874 15.5544C7.90869 15.6103 7.81015 15.63 7.71302 15.63H6.88702C6.78239 15.63 6.68256 15.6033 6.59622 15.5447C6.51293 15.4882 6.45362 15.4098 6.41355 15.3225L4.46902 11.6912V16.564C4.46902 16.6843 4.4297 16.8034 4.33764 16.8919Z'
|
|
21382
21420
|
});
|
|
21383
|
-
var notifications_m4 = Object.assign(Object.assign({}, staticData$
|
|
21421
|
+
var notifications_m4 = Object.assign(Object.assign({}, staticData$2), {
|
|
21384
21422
|
name: 'notifications_m4',
|
|
21385
21423
|
svgPathData: 'M18.4337 15H14.4617C14.3387 15 14.2177 14.9632 14.1285 14.8703C14.0406 14.7788 14.0097 14.66 14.0097 14.548V13.638C14.0097 13.4757 14.0478 13.3358 14.145 13.1998L14.146 13.1983L18.556 7.13635L18.5577 7.134C18.6155 7.05701 18.6847 6.9956 18.769 6.95489C18.8529 6.91439 18.9401 6.9 19.0257 6.9H20.1877C20.3108 6.9 20.4318 6.93683 20.521 7.02975C20.6089 7.12125 20.6397 7.24005 20.6397 7.352V12.948H21.6717C21.7982 12.948 21.9421 12.9874 22.0289 13.1132C22.1156 13.239 22.1022 13.3886 22.0551 13.5121L22.0544 13.5138L21.6382 14.6516C21.6054 14.7649 21.5417 14.858 21.4471 14.92C21.3538 14.9812 21.2487 15 21.1537 15H20.6397V16.648C20.6397 16.76 20.6089 16.8788 20.521 16.9703C20.4318 17.0632 20.3108 17.1 20.1877 17.1H18.8997C18.7771 17.1 18.6563 17.0636 18.5651 16.9759C18.473 16.8874 18.4337 16.7683 18.4337 16.648V15ZM3.95434 16.9759C3.8631 17.0636 3.7423 17.1 3.61971 17.1H2.37371C2.25113 17.1 2.13033 17.0636 2.03909 16.9759C1.94703 16.8874 1.90771 16.7683 1.90771 16.648V7.352C1.90771 7.23171 1.94703 7.11261 2.03909 7.02409C2.13033 6.93636 2.25113 6.9 2.37371 6.9H3.54972C3.64685 6.9 3.74539 6.91968 3.83544 6.97557C3.92452 7.03087 3.98853 7.1112 4.03545 7.20426L6.92371 12.6511L9.81199 7.20425C9.8589 7.11119 9.92291 7.03087 10.012 6.97557C10.102 6.91968 10.2006 6.9 10.2977 6.9H11.4737C11.5968 6.9 11.7178 6.93683 11.807 7.02975C11.8948 7.12125 11.9257 7.24005 11.9257 7.352V16.648C11.9257 16.76 11.8948 16.8788 11.807 16.9703C11.7178 17.0632 11.5968 17.1 11.4737 17.1H10.2277C10.1051 17.1 9.98433 17.0636 9.89309 16.9759C9.80103 16.8874 9.76171 16.7683 9.76171 16.648V11.8104L7.81506 15.4105C7.76817 15.5033 7.70428 15.5833 7.61544 15.6384C7.52539 15.6943 7.42685 15.714 7.32971 15.714H6.50372C6.39909 15.714 6.29926 15.6873 6.21291 15.6287C6.12963 15.5722 6.07032 15.4938 6.03025 15.4065L4.08572 11.7752V16.648C4.08572 16.7683 4.0464 16.8874 3.95434 16.9759ZM18.4337 10.4313L16.6044 12.948H18.4337V10.4313Z'
|
|
21386
21424
|
});
|
|
21387
|
-
var notifications_m5 = Object.assign(Object.assign({}, staticData$
|
|
21425
|
+
var notifications_m5 = Object.assign(Object.assign({}, staticData$2), {
|
|
21388
21426
|
name: 'notifications_m5',
|
|
21389
21427
|
svgPathData: 'M15.7391 6.91238C15.832 6.84011 15.9432 6.816 16.0491 6.816H20.6831C20.8108 6.816 20.9539 6.85673 21.0343 6.98921C21.1088 7.11187 21.0905 7.25223 21.0548 7.35925L21.0533 7.36401L20.6309 8.53232C20.5979 8.61484 20.5502 8.70492 20.4668 8.77168C20.3782 8.84251 20.2739 8.868 20.1651 8.868H17.2749L17.0037 10.1365C17.4221 9.964 17.8668 9.896 18.3451 9.896C19.3816 9.896 20.237 10.2648 20.8328 10.8869C21.4275 11.5079 21.7511 12.368 21.7511 13.33C21.7511 14.6247 21.2551 15.5941 20.515 16.2372C19.7793 16.8766 18.8138 17.184 17.8831 17.184C16.3965 17.184 15.3671 16.5988 14.6897 15.9214C14.6202 15.852 14.567 15.7686 14.5426 15.671C14.518 15.5728 14.5262 15.4743 14.5574 15.3808L14.559 15.3758L14.9648 14.2567C15.0057 14.1423 15.0881 13.9961 15.2508 13.9578C15.4198 13.9181 15.5597 14.0198 15.6505 14.1189C16.0116 14.5139 16.3308 14.7706 16.6714 14.9305C17.0104 15.0896 17.3854 15.16 17.8691 15.16C18.8651 15.16 19.5171 14.3956 19.5171 13.456C19.5171 12.9922 19.3758 12.6045 19.1175 12.3342C18.8607 12.0655 18.4687 11.892 17.9251 11.892C17.1733 11.892 16.6275 12.1876 16.1573 12.5504C16.0774 12.6124 15.9804 12.6654 15.8648 12.6722C15.7446 12.6792 15.6387 12.6341 15.5486 12.5641L14.9898 12.131C14.9181 12.077 14.8491 12.0073 14.8063 11.9126C14.7621 11.8147 14.7545 11.7094 14.7743 11.6003L15.5723 7.20428C15.5929 7.0912 15.6441 6.98624 15.7391 6.91238Z M2.38028 6.94009C2.47152 6.85236 2.59231 6.816 2.7149 6.816H3.8909C3.98804 6.816 4.08657 6.83568 4.17662 6.89157C4.26571 6.94687 4.32972 7.0272 4.37663 7.12026L7.2649 12.5671L10.1532 7.12026C10.2001 7.02719 10.2641 6.94687 10.3532 6.89157C10.4432 6.83568 10.5418 6.816 10.6389 6.816H11.8149C11.9379 6.816 12.059 6.85283 12.1482 6.94575C12.236 7.03725 12.2669 7.15605 12.2669 7.268V16.564C12.2669 16.676 12.236 16.7948 12.1482 16.8863C12.059 16.9792 11.9379 17.016 11.8149 17.016H10.5689C10.4463 17.016 10.3255 16.9796 10.2343 16.8919C10.1422 16.8034 10.1029 16.6843 10.1029 16.564V11.7264L8.15624 15.3265C8.10936 15.4193 8.04546 15.4993 7.95662 15.5544C7.86657 15.6103 7.76803 15.63 7.6709 15.63H6.8449C6.74027 15.63 6.64045 15.6033 6.5541 15.5447C6.47081 15.4882 6.41151 15.4098 6.37143 15.3225L4.4269 11.6912V16.564C4.4269 16.6843 4.38758 16.8034 4.29552 16.8919C4.20429 16.9796 4.08349 17.016 3.9609 17.016H2.7149C2.59231 17.016 2.47152 16.9796 2.38028 16.8919C2.28822 16.8034 2.2489 16.6843 2.2489 16.564V7.268C2.2489 7.14771 2.28822 7.02861 2.38028 6.94009Z'
|
|
21390
21428
|
});
|
|
21391
|
-
var notifications_m6 = Object.assign(Object.assign({}, staticData$
|
|
21429
|
+
var notifications_m6 = Object.assign(Object.assign({}, staticData$2), {
|
|
21392
21430
|
name: 'notifications_m6',
|
|
21393
21431
|
svgPathData: 'M4.11364 16.9759C4.0224 17.0636 3.9016 17.1 3.77902 17.1H2.53302C2.41043 17.1 2.28963 17.0636 2.19839 16.9759C2.10633 16.8874 2.06702 16.7683 2.06702 16.648V7.35199C2.06702 7.2317 2.10633 7.1126 2.19839 7.02408C2.28963 6.93635 2.41043 6.89999 2.53302 6.89999H3.70902C3.80615 6.89999 3.90469 6.91967 3.99474 6.97557C4.08383 7.03086 4.14783 7.11119 4.19475 7.20426L7.08302 12.6511L9.97129 7.20425C10.0182 7.11118 10.0822 7.03086 10.1713 6.97557C10.2613 6.91967 10.3599 6.89999 10.457 6.89999H11.633C11.7561 6.89999 11.8771 6.93682 11.9663 7.02974C12.0541 7.12124 12.085 7.24004 12.085 7.35199V16.648C12.085 16.7599 12.0541 16.8787 11.9663 16.9703C11.8771 17.0632 11.7561 17.1 11.633 17.1H10.387C10.2644 17.1 10.1436 17.0636 10.0524 16.9759C9.96033 16.8874 9.92102 16.7683 9.92102 16.648V11.8104L7.97436 15.4105C7.92748 15.5032 7.86358 15.5833 7.77474 15.6384C7.68469 15.6943 7.58615 15.714 7.48902 15.714H6.66302C6.55839 15.714 6.45856 15.6873 6.37222 15.6287C6.28893 15.5722 6.22962 15.4938 6.18955 15.4065L4.24502 11.7752V16.648C4.24502 16.7683 4.2057 16.8874 4.11364 16.9759ZM20.8129 16.3055C20.1262 16.9345 19.1942 17.268 18.205 17.268C17.1819 17.268 16.2087 16.9415 15.494 16.1426C14.7818 15.3465 14.351 14.1089 14.351 12.336C14.351 10.6206 14.7529 9.22166 15.5038 8.2467C16.2595 7.26563 17.3554 6.73199 18.695 6.73199C19.5042 6.73199 20.2568 6.87687 20.9685 7.30681C21.0723 7.36926 21.1521 7.45895 21.1864 7.57556C21.2198 7.68918 21.2024 7.80245 21.1632 7.90099L21.1627 7.90227L20.7443 8.99027C20.7019 9.10559 20.6186 9.21474 20.4805 9.25537C20.3479 9.29437 20.2159 9.25461 20.1066 9.19094C19.608 8.90236 19.1673 8.81199 18.709 8.81199C18.1815 8.81199 17.6952 8.94343 17.3188 9.29975C17.0264 9.57649 16.7827 10.0054 16.6466 10.6586C17.1898 10.197 17.891 9.97999 18.583 9.97999C20.166 9.97999 21.933 11.1644 21.933 13.61C21.933 14.7554 21.5019 15.6743 20.8129 16.3055ZM17.0892 14.7666C17.3466 15.0482 17.7259 15.23 18.219 15.23C18.7046 15.23 19.0844 15.0486 19.344 14.7661C19.6056 14.4816 19.755 14.0837 19.755 13.638C19.755 12.7652 19.1701 12.046 18.219 12.046C17.7269 12.046 17.3475 12.2305 17.0895 12.5143C16.8293 12.8005 16.683 13.1987 16.683 13.638C16.683 14.0848 16.8296 14.4826 17.0892 14.7666Z'
|
|
21394
21432
|
});
|
|
21395
|
-
var notifications_m9 = Object.assign(Object.assign({}, staticData$
|
|
21433
|
+
var notifications_m9 = Object.assign(Object.assign({}, staticData$2), {
|
|
21396
21434
|
name: 'notifications_m9',
|
|
21397
21435
|
svgPathData: 'M3.84896 17.1C3.97155 17.1 4.09235 17.0637 4.18358 16.9759C4.27565 16.8874 4.31496 16.7683 4.31496 16.648V11.7752L6.2595 15.4065C6.29957 15.4938 6.35887 15.5722 6.44216 15.6288C6.52851 15.6873 6.62833 15.714 6.73296 15.714H7.55896C7.6561 15.714 7.75463 15.6943 7.84469 15.6384C7.93353 15.5833 7.99742 15.5033 8.0443 15.4105L9.99096 11.8104V16.648C9.99096 16.7683 10.0303 16.8874 10.1223 16.9759C10.2136 17.0637 10.3344 17.1 10.457 17.1H11.703C11.826 17.1 11.947 17.0632 12.0362 16.9703C12.1241 16.8788 12.155 16.76 12.155 16.648V7.35201C12.155 7.24006 12.1241 7.12126 12.0362 7.02975C11.947 6.93684 11.826 6.90001 11.703 6.90001H10.527C10.4298 6.90001 10.3313 6.91969 10.2412 6.97558C10.1522 7.03087 10.0882 7.1112 10.0412 7.20426L7.15296 12.6511L4.2647 7.20427C4.21778 7.11121 4.15377 7.03088 4.06469 6.97558C3.97464 6.91969 3.8761 6.90001 3.77896 6.90001H2.60296C2.48038 6.90001 2.35958 6.93637 2.26834 7.02409C2.17628 7.11261 2.13696 7.23172 2.13696 7.35201V16.648C2.13696 16.7683 2.17628 16.8874 2.26834 16.9759C2.35958 17.0637 2.48038 17.1 2.60296 17.1H3.84896Z M18.009 6.73201C17.0198 6.73201 16.0878 7.06553 15.4011 7.69453C14.7121 8.3257 14.281 9.24462 14.281 10.39C14.281 12.8356 16.048 14.02 17.631 14.02C18.323 14.02 19.0242 13.803 19.5674 13.3414C19.4313 13.9946 19.1876 14.4235 18.8952 14.7003C18.5188 15.0566 18.0325 15.188 17.505 15.188C17.0467 15.188 16.6059 15.0976 16.1074 14.809C15.9981 14.7454 15.8661 14.7056 15.7335 14.7446C15.5954 14.7853 15.5121 14.8944 15.4697 15.0097L15.0507 16.0991C15.0116 16.1976 14.9942 16.3108 15.0276 16.4244C15.0619 16.5411 15.1417 16.6307 15.2456 16.6932C15.9572 17.1231 16.7098 17.268 17.519 17.268C18.8586 17.268 19.9545 16.7344 20.7102 15.7533C21.4611 14.7783 21.863 13.3794 21.863 11.664C21.863 9.89107 21.4322 8.65352 20.72 7.85741C20.0053 7.05846 19.0321 6.73201 18.009 6.73201ZM17.995 8.77001C18.4881 8.77001 18.8674 8.95178 19.1249 9.23344C19.3844 9.51738 19.531 9.91519 19.531 10.362C19.531 10.8013 19.3847 11.1995 19.1245 11.4857C18.8665 11.7695 18.4871 11.954 17.995 11.954C17.0439 11.954 16.459 11.2348 16.459 10.362C16.459 9.91631 16.6084 9.51837 16.87 9.23387C17.1296 8.95141 17.5094 8.77001 17.995 8.77001Z'
|
|
21398
21436
|
});
|
|
21399
21437
|
|
|
21438
|
+
var staticData$1 = {
|
|
21439
|
+
width: '24',
|
|
21440
|
+
height: '24',
|
|
21441
|
+
prefix: 'echo',
|
|
21442
|
+
group: 'punches'
|
|
21443
|
+
};
|
|
21444
|
+
var punches_pb = Object.assign(Object.assign({}, staticData$1), {
|
|
21445
|
+
name: 'punches_pb',
|
|
21446
|
+
svgPathData: ''
|
|
21447
|
+
});
|
|
21448
|
+
|
|
21400
21449
|
var staticData = {
|
|
21401
21450
|
width: '24',
|
|
21402
21451
|
height: '24',
|
|
@@ -21458,6 +21507,7 @@ var echoIcons = /*#__PURE__*/Object.freeze({
|
|
|
21458
21507
|
notifications_m5: notifications_m5,
|
|
21459
21508
|
notifications_m6: notifications_m6,
|
|
21460
21509
|
notifications_m9: notifications_m9,
|
|
21510
|
+
punches_pb: punches_pb,
|
|
21461
21511
|
workorders_main_group: workorders_main_group,
|
|
21462
21512
|
workorders_pm01: workorders_pm01,
|
|
21463
21513
|
workorders_pm02: workorders_pm02,
|
|
@@ -21759,5 +21809,5 @@ var OptionsList = function OptionsList(_ref) {
|
|
|
21759
21809
|
}));
|
|
21760
21810
|
};
|
|
21761
21811
|
|
|
21762
|
-
export { ButtonWithPopover, ContextMenu, DataInfoButton, DialogGenerator, DraggableItemsWrapper, Dropdown, EchoBottomBar, EchoCard, EchoHeader, FloatingActionButton, FloatingSearchBar, Icon, IconList, InlineTagIconLink, LinkCard, ListItem, ListRow, OptionsList, Panel, PanelContent, PanelWrapper, RadioButtonGroup, ReactDatePicker, RoundIconButton, RoundIconButtonVariants, SideSheet, SideSheetOrientation, SidebarButton, SliderField, SplitView, TagCategoryIcon, TagCategoryType, TagContextMenu, TagIcon, TagIconShadowWrapper, TextIconButton, TimePicker, classnames$1 as classnames, echoIcons, getIcon, notifications_m1, notifications_m2, notifications_m3, notifications_m4, notifications_m5, notifications_m6, notifications_m9, notifications_main_group, robim_external_ald, robim_external_iwit, robim_external_timp, robim_external_timp_text, themeConst, useKeyboardNavigation, useListNavigator, usePanelContext, useSectionNavigator, workorders_main_group, workorders_pm01, workorders_pm02, workorders_pm03, workorders_pm04, workorders_pm05, workorders_pm06, workorders_pm10, workorders_pm15, workorders_pm20 };
|
|
21812
|
+
export { ButtonWithPopover, ContextMenu, DataInfoButton, DialogGenerator, DraggableItemsWrapper, Dropdown, EchoBottomBar, EchoCard, EchoHeader, FloatingActionButton, FloatingSearchBar, Icon, IconList, InlineTagIconLink, LinkCard, ListItem, ListRow, OptionsList, Panel, PanelContent, PanelWrapper, RadioButtonGroup, ReactDatePicker, RoundIconButton, RoundIconButtonVariants, SideSheet, SideSheetOrientation, SidebarButton, SliderField, SplitView, TagCategoryIcon, TagCategoryType, TagContextMenu, TagIcon, TagIconShadowWrapper, TextIconButton, TimePicker, classnames$1 as classnames, echoIcons, getIcon, notifications_m1, notifications_m2, notifications_m3, notifications_m4, notifications_m5, notifications_m6, notifications_m9, notifications_main_group, punches_pb, robim_external_ald, robim_external_iwit, robim_external_timp, robim_external_timp_text, themeConst, useIsMobile, useKeyboardNavigation, useListNavigator, usePanelContext, useSectionNavigator, workorders_main_group, workorders_pm01, workorders_pm02, workorders_pm03, workorders_pm04, workorders_pm05, workorders_pm06, workorders_pm10, workorders_pm15, workorders_pm20 };
|
|
21763
21813
|
//# sourceMappingURL=index.js.map
|