@true-engineering/true-react-common-ui-kit 4.0.0-alpha35 → 4.0.0-alpha37
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/FileItem/constants.d.ts +3 -4
- package/dist/components/FileItem/helpers.d.ts +3 -2
- package/dist/components/FileItem/types.d.ts +1 -2
- package/dist/components/Flag/customFlags/customFlags.d.ts +2 -2
- package/dist/components/Icon/icons/index.d.ts +31 -0
- package/dist/components/Icon/index.d.ts +1 -1
- package/dist/components/Icon/types.d.ts +7 -11
- package/dist/components/Modal/Modal.d.ts +1 -1
- package/dist/components/ScrollIntoViewIfNeeded/ScrollIntoViewIfNeeded.d.ts +2 -2
- package/dist/helpers/misc.d.ts +1 -2
- package/dist/theme/types.d.ts +2 -3
- package/dist/true-react-common-ui-kit.js +230 -1175
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +349 -1295
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/src/components/Button/Button.stories.tsx +2 -3
- package/src/components/Colors/Colors.tsx +3 -3
- package/src/components/ControlWrapper/ControlWrapper.stories.tsx +3 -3
- package/src/components/FileItem/FileItem.stories.tsx +2 -3
- package/src/components/FileItem/constants.ts +3 -14
- package/src/components/FileItem/helpers.ts +3 -2
- package/src/components/FileItem/types.ts +1 -3
- package/src/components/Icon/Icon.stories.tsx +72 -63
- package/src/components/Icon/Icon.styles.ts +1 -1
- package/src/components/Icon/Icon.tsx +17 -12
- package/src/components/Icon/icons/calendar.svg +1 -0
- package/src/components/Icon/icons/check.svg +1 -0
- package/src/components/Icon/icons/chevron-down-small.svg +1 -0
- package/src/components/Icon/icons/chevron-down.svg +1 -0
- package/src/components/Icon/icons/chevron-left.svg +1 -0
- package/src/components/Icon/icons/chevron-right.svg +1 -0
- package/src/components/Icon/icons/close-large.svg +1 -0
- package/src/components/Icon/icons/close-window.svg +1 -0
- package/src/components/Icon/icons/close.svg +1 -0
- package/src/components/Icon/icons/filter.svg +1 -0
- package/src/components/Icon/icons/index.ts +62 -0
- package/src/components/Icon/icons/information.svg +1 -0
- package/src/components/Icon/icons/menu.svg +1 -0
- package/src/components/Icon/icons/minus.svg +1 -0
- package/src/components/Icon/icons/plus.svg +1 -0
- package/src/components/Icon/icons/search.svg +1 -0
- package/src/components/Icon/icons/status-error.svg +1 -0
- package/src/components/Icon/icons/status-info.svg +1 -0
- package/src/components/Icon/icons/status-not-ok.svg +1 -0
- package/src/components/Icon/icons/status-ok.svg +1 -0
- package/src/components/Icon/icons/status-warning.svg +1 -0
- package/src/components/Icon/icons/trash-can.svg +1 -0
- package/src/components/Icon/index.ts +1 -1
- package/src/components/Icon/types.ts +7 -13
- package/src/components/IconButton/IconButton.stories.tsx +2 -3
- package/src/components/Input/Input.stories.tsx +2 -2
- package/src/components/Modal/Modal.tsx +1 -1
- package/src/components/Notification/Notification.stories.tsx +2 -3
- package/src/components/PhoneInput/PhoneInput.stories.tsx +2 -2
- package/src/components/Select/MultiSelect.stories.tsx +2 -2
- package/src/components/Select/Select.stories.tsx +2 -2
- package/src/components/Status/Status.stories.tsx +3 -4
- package/src/components/TextButton/TextButton.stories.tsx +2 -3
- package/src/components/ThemedPreloader/components/SvgPreloader/SvgPreloader.tsx +4 -4
- package/src/helpers/misc.ts +1 -2
- package/src/theme/types.ts +2 -4
- package/dist/components/Icon/complexIcons/icons.d.ts +0 -10
- package/dist/components/Icon/complexIcons/index.d.ts +0 -1
- package/dist/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.d.ts +0 -6
- package/dist/components/Icon/components/ComplexIconBoilerplate/index.d.ts +0 -1
- package/dist/components/Icon/components/IconBolerplate/IconBoilerplate.d.ts +0 -6
- package/dist/components/Icon/components/IconBolerplate/index.d.ts +0 -1
- package/dist/components/Icon/components/index.d.ts +0 -2
- package/dist/components/Icon/helpers.d.ts +0 -6
- package/dist/components/Icon/icons-list.d.ts +0 -1
- package/src/components/Flag/augment.d.ts +0 -1
- package/src/components/Icon/complexIcons/augment.d.ts +0 -1
- package/src/components/Icon/complexIcons/icons.ts +0 -19
- package/src/components/Icon/complexIcons/index.ts +0 -1
- package/src/components/Icon/components/ComplexIconBoilerplate/ComplexIconBoilerplate.tsx +0 -16
- package/src/components/Icon/components/ComplexIconBoilerplate/index.ts +0 -1
- package/src/components/Icon/components/IconBolerplate/IconBoilerplate.tsx +0 -43
- package/src/components/Icon/components/IconBolerplate/index.ts +0 -1
- package/src/components/Icon/components/index.ts +0 -2
- package/src/components/Icon/helpers.tsx +0 -9
- package/src/components/Icon/icons-list.ts +0 -855
- package/src/vite-env.d.ts +0 -1
- /package/src/components/Icon/{complexIcons/avatarGreen.svg → icons/avatar.svg} +0 -0
- /package/src/components/Icon/{complexIcons/fileExcel.svg → icons/file-excel.svg} +0 -0
- /package/src/components/Icon/{complexIcons/fileImage.svg → icons/file-image.svg} +0 -0
- /package/src/components/Icon/{complexIcons/fileOther.svg → icons/file-other.svg} +0 -0
- /package/src/components/Icon/{complexIcons/filePdf.svg → icons/file-pdf.svg} +0 -0
- /package/src/components/Icon/{complexIcons/fileWord.svg → icons/file-word.svg} +0 -0
- /package/src/components/Icon/{complexIcons/fileXml.svg → icons/file-xml.svg} +0 -0
- /package/src/components/Icon/{complexIcons/fileZip.svg → icons/file-zip.svg} +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import React, { createContext, useMemo, useContext, useInsertionEffect, useRef, useEffect, useCallback, useState,
|
|
1
|
+
import React, { createContext, useMemo, useContext, useInsertionEffect, useRef, useEffect, useCallback, useState, Fragment as Fragment$1, forwardRef, createRef, createElement, PureComponent, memo } from "react";
|
|
2
2
|
import { jss, JssContext as JssContext$1, createUseStyles } from "react-jss";
|
|
3
|
-
import { isNotEmpty, isArrayNotEmpty, mergeStyles, joinStrings, isObject, isStringEmpty, isString, isStringNotEmpty, mergeRefs, isFunction, isEmpty,
|
|
3
|
+
import { isNotEmpty, isArrayNotEmpty, mergeStyles, joinStrings, isObject, isStringEmpty, isString, isStringNotEmpty, mergeRefs, isFunction, isEmpty, addDataAttributes as addDataAttributes$1, applyAction, stopPropagation, isReactNodeNotEmpty, addDataTestId, addClickHandler, getTestId, getSelectKeyHandler, getArray, isArrayLikeNotEmpty, doNothing, createFilter, merge as merge$1, getTransition, indexMap, isNumberInteger, hasDuplicates, isArrayEmpty } from "@true-engineering/true-react-platform-helpers";
|
|
4
4
|
import { merge } from "lodash-es";
|
|
5
5
|
import { CSSTransition } from "react-transition-group";
|
|
6
6
|
import clsx from "clsx";
|
|
7
|
-
import
|
|
7
|
+
import rgba from "hex-to-rgba";
|
|
8
|
+
import { default as default2 } from "hex-to-rgba";
|
|
8
9
|
import { size, useFloating, offset as offset$2, flip as flip$2, arrow as arrow$2, autoUpdate, useHover, safePolygon, useFocus, useClick, useDismiss, useInteractions, useTransitionStatus, FloatingPortal, FloatingArrow } from "@floating-ui/react";
|
|
9
10
|
import InputMask from "react-input-mask";
|
|
10
11
|
import { getYear, getMonth, format, parse, isSameDay, isValid, isAfter, isBefore, startOfMonth, endOfMonth, sub, startOfYear, endOfYear } from "date-fns";
|
|
@@ -1333,7 +1334,7 @@ function _create_class$2(Constructor, protoProps, staticProps) {
|
|
|
1333
1334
|
_defineProperties$2(Constructor, staticProps);
|
|
1334
1335
|
return Constructor;
|
|
1335
1336
|
}
|
|
1336
|
-
function _define_property$
|
|
1337
|
+
function _define_property$1b(obj, key, value) {
|
|
1337
1338
|
if (key in obj) {
|
|
1338
1339
|
Object.defineProperty(obj, key, {
|
|
1339
1340
|
value,
|
|
@@ -1384,7 +1385,7 @@ function _non_iterable_rest$r() {
|
|
|
1384
1385
|
function _non_iterable_spread$c() {
|
|
1385
1386
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1386
1387
|
}
|
|
1387
|
-
function _object_spread$
|
|
1388
|
+
function _object_spread$18(target) {
|
|
1388
1389
|
for (var i = 1; i < arguments.length; i++) {
|
|
1389
1390
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1390
1391
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1394,7 +1395,7 @@ function _object_spread$1a(target) {
|
|
|
1394
1395
|
}));
|
|
1395
1396
|
}
|
|
1396
1397
|
ownKeys2.forEach(function(key) {
|
|
1397
|
-
_define_property$
|
|
1398
|
+
_define_property$1b(target, key, source[key]);
|
|
1398
1399
|
});
|
|
1399
1400
|
}
|
|
1400
1401
|
return target;
|
|
@@ -1526,7 +1527,7 @@ var TweakStylesManager = /* @__PURE__ */ function() {
|
|
|
1526
1527
|
first
|
|
1527
1528
|
].concat(_to_consumable_array$c(rest))) : first;
|
|
1528
1529
|
var rules = this.addRules(styles);
|
|
1529
|
-
var classes = _object_spread$
|
|
1530
|
+
var classes = _object_spread$18({}, _class_private_field_get$1(this, _classes));
|
|
1530
1531
|
rules.forEach(function(rule, key) {
|
|
1531
1532
|
classes[key] = joinStrings([
|
|
1532
1533
|
classes[key],
|
|
@@ -1661,7 +1662,7 @@ function _create_class$1(Constructor, protoProps, staticProps) {
|
|
|
1661
1662
|
_defineProperties$1(Constructor, staticProps);
|
|
1662
1663
|
return Constructor;
|
|
1663
1664
|
}
|
|
1664
|
-
function _define_property$
|
|
1665
|
+
function _define_property$1a(obj, key, value) {
|
|
1665
1666
|
if (key in obj) {
|
|
1666
1667
|
Object.defineProperty(obj, key, {
|
|
1667
1668
|
value,
|
|
@@ -1674,7 +1675,7 @@ function _define_property$1c(obj, key, value) {
|
|
|
1674
1675
|
}
|
|
1675
1676
|
return obj;
|
|
1676
1677
|
}
|
|
1677
|
-
function _object_spread$
|
|
1678
|
+
function _object_spread$17(target) {
|
|
1678
1679
|
for (var i = 1; i < arguments.length; i++) {
|
|
1679
1680
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1680
1681
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1684,7 +1685,7 @@ function _object_spread$19(target) {
|
|
|
1684
1685
|
}));
|
|
1685
1686
|
}
|
|
1686
1687
|
ownKeys2.forEach(function(key) {
|
|
1687
|
-
_define_property$
|
|
1688
|
+
_define_property$1a(target, key, source[key]);
|
|
1688
1689
|
});
|
|
1689
1690
|
}
|
|
1690
1691
|
return target;
|
|
@@ -1780,7 +1781,7 @@ var ThemedStylesManager = /* @__PURE__ */ function() {
|
|
|
1780
1781
|
meta: _class_private_field_get(this, _name),
|
|
1781
1782
|
generateId: jssContext.generateId
|
|
1782
1783
|
});
|
|
1783
|
-
var classes = _object_spread$
|
|
1784
|
+
var classes = _object_spread$17({}, sheet.classes);
|
|
1784
1785
|
var manager = new TweakStylesManager({
|
|
1785
1786
|
sheet,
|
|
1786
1787
|
classes
|
|
@@ -1797,7 +1798,7 @@ var ThemedStylesManager = /* @__PURE__ */ function() {
|
|
|
1797
1798
|
]);
|
|
1798
1799
|
return ThemedStylesManager2;
|
|
1799
1800
|
}();
|
|
1800
|
-
function _define_property$
|
|
1801
|
+
function _define_property$19(obj, key, value) {
|
|
1801
1802
|
if (key in obj) {
|
|
1802
1803
|
Object.defineProperty(obj, key, {
|
|
1803
1804
|
value,
|
|
@@ -1810,7 +1811,7 @@ function _define_property$1b(obj, key, value) {
|
|
|
1810
1811
|
}
|
|
1811
1812
|
return obj;
|
|
1812
1813
|
}
|
|
1813
|
-
function _object_spread$
|
|
1814
|
+
function _object_spread$16(target) {
|
|
1814
1815
|
for (var i = 1; i < arguments.length; i++) {
|
|
1815
1816
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1816
1817
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1820,12 +1821,12 @@ function _object_spread$18(target) {
|
|
|
1820
1821
|
}));
|
|
1821
1822
|
}
|
|
1822
1823
|
ownKeys2.forEach(function(key) {
|
|
1823
|
-
_define_property$
|
|
1824
|
+
_define_property$19(target, key, source[key]);
|
|
1824
1825
|
});
|
|
1825
1826
|
}
|
|
1826
1827
|
return target;
|
|
1827
1828
|
}
|
|
1828
|
-
function ownKeys$
|
|
1829
|
+
function ownKeys$V(object, enumerableOnly) {
|
|
1829
1830
|
var keys = Object.keys(object);
|
|
1830
1831
|
if (Object.getOwnPropertySymbols) {
|
|
1831
1832
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
@@ -1838,12 +1839,12 @@ function ownKeys$W(object, enumerableOnly) {
|
|
|
1838
1839
|
}
|
|
1839
1840
|
return keys;
|
|
1840
1841
|
}
|
|
1841
|
-
function _object_spread_props$
|
|
1842
|
+
function _object_spread_props$V(target, source) {
|
|
1842
1843
|
source = source != null ? source : {};
|
|
1843
1844
|
if (Object.getOwnPropertyDescriptors) {
|
|
1844
1845
|
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
1845
1846
|
} else {
|
|
1846
|
-
ownKeys$
|
|
1847
|
+
ownKeys$V(Object(source)).forEach(function(key) {
|
|
1847
1848
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
1848
1849
|
});
|
|
1849
1850
|
}
|
|
@@ -1854,7 +1855,7 @@ var JssProvider = function(param) {
|
|
|
1854
1855
|
var children = param.children, tweakStylesArch = param.tweakStylesArch, generateId = param.generateId;
|
|
1855
1856
|
var context = useContext(JssContext);
|
|
1856
1857
|
var value = useMemo(function() {
|
|
1857
|
-
return _object_spread_props$
|
|
1858
|
+
return _object_spread_props$V(_object_spread$16({}, context), {
|
|
1858
1859
|
tweakStylesArch: tweakStylesArch !== null && tweakStylesArch !== void 0 ? tweakStylesArch : context.tweakStylesArch,
|
|
1859
1860
|
generateId: generateId !== null && generateId !== void 0 ? generateId : context.generateId
|
|
1860
1861
|
});
|
|
@@ -1893,7 +1894,7 @@ function _array_with_holes$q(arr) {
|
|
|
1893
1894
|
if (Array.isArray(arr))
|
|
1894
1895
|
return arr;
|
|
1895
1896
|
}
|
|
1896
|
-
function _define_property$
|
|
1897
|
+
function _define_property$18(obj, key, value) {
|
|
1897
1898
|
if (key in obj) {
|
|
1898
1899
|
Object.defineProperty(obj, key, {
|
|
1899
1900
|
value,
|
|
@@ -1937,7 +1938,7 @@ function _iterable_to_array_limit$p(arr, i) {
|
|
|
1937
1938
|
function _non_iterable_rest$q() {
|
|
1938
1939
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1939
1940
|
}
|
|
1940
|
-
function _object_spread$
|
|
1941
|
+
function _object_spread$15(target) {
|
|
1941
1942
|
for (var i = 1; i < arguments.length; i++) {
|
|
1942
1943
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1943
1944
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1947,12 +1948,12 @@ function _object_spread$17(target) {
|
|
|
1947
1948
|
}));
|
|
1948
1949
|
}
|
|
1949
1950
|
ownKeys2.forEach(function(key) {
|
|
1950
|
-
_define_property$
|
|
1951
|
+
_define_property$18(target, key, source[key]);
|
|
1951
1952
|
});
|
|
1952
1953
|
}
|
|
1953
1954
|
return target;
|
|
1954
1955
|
}
|
|
1955
|
-
function ownKeys$
|
|
1956
|
+
function ownKeys$U(object, enumerableOnly) {
|
|
1956
1957
|
var keys = Object.keys(object);
|
|
1957
1958
|
if (Object.getOwnPropertySymbols) {
|
|
1958
1959
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
@@ -1965,12 +1966,12 @@ function ownKeys$V(object, enumerableOnly) {
|
|
|
1965
1966
|
}
|
|
1966
1967
|
return keys;
|
|
1967
1968
|
}
|
|
1968
|
-
function _object_spread_props$
|
|
1969
|
+
function _object_spread_props$U(target, source) {
|
|
1969
1970
|
source = source != null ? source : {};
|
|
1970
1971
|
if (Object.getOwnPropertyDescriptors) {
|
|
1971
1972
|
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
1972
1973
|
} else {
|
|
1973
|
-
ownKeys$
|
|
1974
|
+
ownKeys$U(Object(source)).forEach(function(key) {
|
|
1974
1975
|
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
1975
1976
|
});
|
|
1976
1977
|
}
|
|
@@ -2030,7 +2031,7 @@ function createThemedStyles() {
|
|
|
2030
2031
|
tweakStylesStrategy,
|
|
2031
2032
|
tweakStyles
|
|
2032
2033
|
]);
|
|
2033
|
-
return useStyles2(isNotEmpty(data) ? _object_spread_props$
|
|
2034
|
+
return useStyles2(isNotEmpty(data) ? _object_spread_props$U(_object_spread$15({}, data), {
|
|
2034
2035
|
theme
|
|
2035
2036
|
}) : data);
|
|
2036
2037
|
}
|
|
@@ -4920,7 +4921,6 @@ function _unsupported_iterable_to_array$q(o, minLen) {
|
|
|
4920
4921
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
4921
4922
|
return _array_like_to_array$q(o, minLen);
|
|
4922
4923
|
}
|
|
4923
|
-
var rgba = hexToRgba;
|
|
4924
4924
|
var transformToKebab = function(string) {
|
|
4925
4925
|
var result = "";
|
|
4926
4926
|
string.split("").forEach(function(char) {
|
|
@@ -5889,8 +5889,8 @@ function flip(_ref) {
|
|
|
5889
5889
|
if (checkAltAxis) {
|
|
5890
5890
|
checks.push(overflow[mainVariationSide] <= 0, overflow[altVariationSide] <= 0);
|
|
5891
5891
|
}
|
|
5892
|
-
if (checks.every(function(
|
|
5893
|
-
return
|
|
5892
|
+
if (checks.every(function(check2) {
|
|
5893
|
+
return check2;
|
|
5894
5894
|
})) {
|
|
5895
5895
|
firstFittingPlacement = placement;
|
|
5896
5896
|
makeFallbackChecks = false;
|
|
@@ -5904,8 +5904,8 @@ function flip(_ref) {
|
|
|
5904
5904
|
var fittingPlacement = placements2.find(function(placement2) {
|
|
5905
5905
|
var checks2 = checksMap.get(placement2);
|
|
5906
5906
|
if (checks2) {
|
|
5907
|
-
return checks2.slice(0, _i2).every(function(
|
|
5908
|
-
return
|
|
5907
|
+
return checks2.slice(0, _i2).every(function(check2) {
|
|
5908
|
+
return check2;
|
|
5909
5909
|
});
|
|
5910
5910
|
}
|
|
5911
5911
|
});
|
|
@@ -6532,7 +6532,7 @@ function _array_without_holes$a(arr) {
|
|
|
6532
6532
|
if (Array.isArray(arr))
|
|
6533
6533
|
return _array_like_to_array$p(arr);
|
|
6534
6534
|
}
|
|
6535
|
-
function _define_property$
|
|
6535
|
+
function _define_property$17(obj, key, value) {
|
|
6536
6536
|
if (key in obj) {
|
|
6537
6537
|
Object.defineProperty(obj, key, {
|
|
6538
6538
|
value,
|
|
@@ -6552,7 +6552,7 @@ function _iterable_to_array$a(iter) {
|
|
|
6552
6552
|
function _non_iterable_spread$a() {
|
|
6553
6553
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6554
6554
|
}
|
|
6555
|
-
function _object_spread$
|
|
6555
|
+
function _object_spread$14(target) {
|
|
6556
6556
|
for (var i = 1; i < arguments.length; i++) {
|
|
6557
6557
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
6558
6558
|
var ownKeys2 = Object.keys(source);
|
|
@@ -6562,7 +6562,7 @@ function _object_spread$16(target) {
|
|
|
6562
6562
|
}));
|
|
6563
6563
|
}
|
|
6564
6564
|
ownKeys2.forEach(function(key) {
|
|
6565
|
-
_define_property$
|
|
6565
|
+
_define_property$17(target, key, source[key]);
|
|
6566
6566
|
});
|
|
6567
6567
|
}
|
|
6568
6568
|
return target;
|
|
@@ -6618,7 +6618,7 @@ var useDropdown = function(param) {
|
|
|
6618
6618
|
},
|
|
6619
6619
|
{
|
|
6620
6620
|
name: "flip",
|
|
6621
|
-
options: _object_spread$
|
|
6621
|
+
options: _object_spread$14({
|
|
6622
6622
|
fallbackPlacements: canBeFlipped ? [
|
|
6623
6623
|
"bottom-start",
|
|
6624
6624
|
"top-start"
|
|
@@ -6888,7 +6888,7 @@ var useTweakStyles = function(param) {
|
|
|
6888
6888
|
isMergeDisabled
|
|
6889
6889
|
]);
|
|
6890
6890
|
};
|
|
6891
|
-
const
|
|
6891
|
+
const avatar = ` <svg
|
|
6892
6892
|
width="100%"
|
|
6893
6893
|
height="100%"
|
|
6894
6894
|
viewBox="0 0 32 32"
|
|
@@ -6946,6 +6946,15 @@ const avatarGreen = ` <svg
|
|
|
6946
6946
|
</linearGradient>
|
|
6947
6947
|
</defs>
|
|
6948
6948
|
</svg>`;
|
|
6949
|
+
const calendar = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M6 12h3V9H6v3zm-2 4V7h12l.002 9H4zM16 4h-1V3c0-.552-.448-1-1-1s-1 .448-1 1v1H7V3c0-.552-.448-1-1-1s-1 .448-1 1v1H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2z"></path></svg>';
|
|
6950
|
+
const check = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="m7.5 13.086 7.793-7.793a1 1 0 1 1 1.414 1.414l-8.5 8.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414L7.5 13.086Z"></path></svg>';
|
|
6951
|
+
const chevronDownSmall = '<svg width="100%" height="100%" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M8.24512 8.84751L11.038 6.05461C11.4285 5.66409 12.0617 5.66409 12.4522 6.05461C12.8427 6.44514 12.8427 7.0783 12.4522 7.46883L8.95222 10.9688C8.5617 11.3593 7.92853 11.3593 7.53801 10.9688L4.03801 7.46883C3.64749 7.0783 3.64749 6.44514 4.03801 6.05461C4.42853 5.66409 5.0617 5.66409 5.45222 6.05461L8.24512 8.84751Z"></path></svg>';
|
|
6952
|
+
const chevronDown = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M10.0029 11.6053L5.71004 7.31242C5.31951 6.9219 4.68635 6.9219 4.29582 7.31242C3.9053 7.70295 3.9053 8.33611 4.29582 8.72664L9.29582 13.7266C9.68635 14.1172 10.3195 14.1172 10.71 13.7266L15.71 8.72664C16.1006 8.33611 16.1006 7.70295 15.71 7.31242C15.3195 6.9219 14.6863 6.9219 14.2958 7.31242L10.0029 11.6053Z"></path></svg>';
|
|
6953
|
+
const chevronLeft = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M8.41421 10L12.7071 5.70711C13.0976 5.31658 13.0976 4.68342 12.7071 4.29289C12.3166 3.90237 11.6834 3.90237 11.2929 4.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071C13.0976 15.3166 13.0976 14.6834 12.7071 14.2929L8.41421 10Z"></path></svg>';
|
|
6954
|
+
const chevronRight = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M11.5858 10L7.29289 5.70711C6.90237 5.31658 6.90237 4.68342 7.29289 4.29289C7.68342 3.90237 8.31658 3.90237 8.70711 4.29289L13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071L8.70711 15.7071C8.31658 16.0976 7.68342 16.0976 7.29289 15.7071C6.90237 15.3166 6.90237 14.6834 7.29289 14.2929L11.5858 10Z"></path></svg>';
|
|
6955
|
+
const closeLarge = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M6.102 4.709c-.446-.36-1.055-.373-1.415-.012-.39.39-.342 1.072.108 1.523l3.783 3.782-3.783 3.782-.096.108c-.36.446-.373 1.055-.012 1.415.39.391 1.072.342 1.523-.108l3.782-3.783 3.782 3.783.108.097c.446.358 1.055.372 1.415.011.39-.39.342-1.072-.108-1.523l-3.783-3.782L15.19 6.22l.097-.108c.358-.446.372-1.055.011-1.415-.39-.39-1.072-.342-1.523.108L9.992 8.588 6.21 4.805l-.108-.096Z"></path></svg>';
|
|
6956
|
+
const closeWindow = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="currentColor" d="M4.5 4.5l11 11m0-11l-11 11" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"></path></svg>';
|
|
6957
|
+
const close = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M11.985 10l2.407-2.293c.41-.39.41-1.023 0-1.414-.41-.39-1.074-.39-1.485 0L10.5 8.586 8.093 6.293c-.411-.39-1.075-.39-1.485 0-.41.391-.41 1.023 0 1.414L9.015 10l-2.407 2.293c-.41.391-.41 1.023 0 1.414.205.195.473.293.742.293s.538-.098.743-.293l2.407-2.293 2.407 2.293c.205.195.474.293.743.293s.537-.098.742-.293c.41-.391.41-1.023 0-1.414L11.985 10z"></path></svg>';
|
|
6949
6958
|
const fileExcel = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#21A366"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16081)" style="mix-blend-mode:overlay"/>\n <path d="M8.00342 14.5244L10.0728 11.3062L12.1357 14.5244H14.4019L11.2217 9.73828L14.1162 5.21875H11.939L10.1108 8.2085L8.24463 5.21875H6.04834L8.93018 9.66846L5.75 14.5244H8.00342Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_0_16081" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
|
|
6950
6959
|
const fileImage = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#FF991F"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16103)" style="mix-blend-mode:overlay"/>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M3.90113 15C3.09595 15 2.62093 14.097 3.07709 13.4335L6.67606 8.19861C7.07341 7.62064 7.9268 7.62065 8.32414 8.19861L13.0001 15H3.90113Z" fill="white"/>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M9.53962 15L12.7076 10.2481C13.1034 9.65434 13.9758 9.65434 14.3717 10.2481L16.5031 13.4453C16.9462 14.1099 16.4698 15 15.6711 15H9.53962Z" fill="white"/>\n <path d="M16.0001 5.5C16.0001 6.32843 15.3285 7 14.5001 7C13.6717 7 13.0001 6.32843 13.0001 5.5C13.0001 4.67157 13.6717 4 14.5001 4C15.3285 4 16.0001 4.67157 16.0001 5.5Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_0_16103" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
|
|
6951
6960
|
const fileOther = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <path fill-rule="evenodd" clip-rule="evenodd" d="M18 6.60751L11.392 -0.000488281L5 0.000113437C3.34315 0.000113437 2 1.34326 2 3.00011V17.0001C2 18.657 3.34315 20.0001 5 20.0001H15C16.6569 20.0001 18 18.657 18 17.0001V6.60751ZM17 8.00011L10 1.00011V6.00011C10 7.10468 10.8954 8.00011 12 8.00011H17Z" fill="#AABFFC"/>\n <path fill-rule="evenodd" clip-rule="evenodd" d="M18 6.60751L11.392 -0.000488281L5 0.000113437C3.34315 0.000113437 2 1.34326 2 3.00011V17.0001C2 18.657 3.34315 20.0001 5 20.0001H15C16.6569 20.0001 18 18.657 18 17.0001V6.60751ZM17 8.00011L10 1.00011V6.00011C10 7.10468 10.8954 8.00011 12 8.00011H17Z" fill="url(#paint0_linear_0_16113)" style="mix-blend-mode:overlay"/>\n <defs>\n <linearGradient id="paint0_linear_0_16113" x1="-5.9615" y1="9.95168" x2="13.4572" y2="25.4862" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
|
|
@@ -6953,17 +6962,56 @@ const filePdf = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="10
|
|
|
6953
6962
|
const fileWord = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#2C7CD3"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_0_16075)" style="mix-blend-mode:overlay"/>\n <path d="M8.0542 14.9946L9.90137 8.0376L11.7549 14.9946H13.748L16.0078 5.68896H14.1162L12.688 12.189L11.0566 5.68896H8.82227L7.12109 12.0811L5.71826 5.68896H3.79492L6.0166 14.9946H8.0542Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_0_16075" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
|
|
6954
6963
|
const fileXml = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <rect width="20" height="20" rx="4" fill="#FF991F"/>\n <rect width="20" height="20" rx="4" fill="url(#paint0_linear_2163_24057)" style="mix-blend-mode:overlay"/>\n <path d="M1.97561 5.99658L3.56111 9.43008L1.84961 13.0001H3.66611L4.21211 11.6771C4.40111 11.0996 4.45361 10.8791 4.49561 10.6166H4.52711C4.54811 10.8686 4.61111 11.1101 4.77911 11.5826L5.34611 13.0001H7.20461L5.49311 9.44058L7.07861 5.99658H5.28311L4.86311 7.06758C4.85261 7.08858 4.83161 7.16208 4.80011 7.25658C4.75811 7.44558 4.70561 7.63458 4.65311 7.82358C4.60061 8.02308 4.57961 8.10708 4.56911 8.23308H4.52711C4.49561 8.02308 4.43261 7.78158 4.27511 7.23558L3.82361 5.99658H1.97561Z" fill="white"/>\n <path d="M7.53437 5.99658V13.0001H9.05687V9.78708L9.02537 9.34608L8.98337 8.41158C8.98337 8.33808 8.96237 8.00208 8.92037 7.47708H8.98337C9.05687 7.90758 9.10937 8.21208 9.18287 8.53758C9.24587 8.87358 9.34037 9.28308 9.44537 9.77658L10.1804 13.0001H11.3984L12.1544 9.59808C12.2909 8.98908 12.5324 7.79208 12.5744 7.47708H12.6374C12.6059 7.80258 12.5849 8.01258 12.5744 8.22258L12.5534 8.98908C12.5429 9.25158 12.5324 9.52458 12.5219 9.80808V13.0001H14.0444V5.99658H11.6714L11.2409 8.10708C11.0834 8.74758 10.8419 10.3751 10.8419 10.8161L10.7999 10.8266C10.7894 10.2911 10.5269 8.61108 10.3274 7.85508L9.92837 5.99658H7.53437Z" fill="white"/>\n <path d="M14.8685 5.99658V13.0001H18.89V11.6666H16.5275V5.99658H14.8685Z" fill="white"/>\n <defs>\n <linearGradient id="paint0_linear_2163_24057" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n </defs>\n</svg>';
|
|
6955
6964
|
const fileZip = '<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 20 20" fill="none">\n <g clip-path="url(#clip0_922_22603)">\n <path d="M16 0H4C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0Z" fill="#A1D237"/>\n <path d="M16 0H4C1.79086 0 0 1.79086 0 4V16C0 18.2091 1.79086 20 4 20H16C18.2091 20 20 18.2091 20 16V4C20 1.79086 18.2091 0 16 0Z" fill="url(#paint0_linear_922_22603)" style="mix-blend-mode:overlay"/>\n <path d="M8.32086 14V12.6807H6.32086C5.92513 12.6807 5.72193 12.6927 5.58289 12.7166C5.64706 12.6207 5.68984 12.5367 5.73262 12.4528C5.7861 12.3568 5.83957 12.2609 5.89305 12.1529L8.28877 7.22339V6H4.17112V7.31934H6.20321C6.39572 7.31934 6.59893 7.30735 6.69519 7.29535C6.58824 7.47526 6.49198 7.65517 6.41711 7.81109L4 12.8246V14H8.32086ZM10.4813 14V6H9.03743V14H10.4813ZM12.9519 14V10.8096H13.4439C14.2139 10.8096 14.5241 10.7616 14.877 10.6057C15.5936 10.2699 16 9.47826 16 8.38681C16 7.45127 15.6898 6.69565 15.1444 6.32384C14.8342 6.09595 14.3743 6 13.6364 6H11.508V14H12.9519ZM13.4118 9.6102H12.9519V7.1994H13.3797C13.7219 7.1994 13.9679 7.24738 14.107 7.34333C14.385 7.53523 14.5241 7.87106 14.5241 8.38681C14.5241 8.91454 14.4064 9.25037 14.1497 9.44228C13.9893 9.57421 13.8075 9.6102 13.4118 9.6102Z" fill="white"/>\n </g>\n <defs>\n <linearGradient id="paint0_linear_922_22603" x1="-9.95187" y1="9.95187" x2="9.95187" y2="29.8556" gradientUnits="userSpaceOnUse">\n <stop stop-color="white" stop-opacity="0.245559"/>\n <stop offset="1" stop-opacity="0.498578"/>\n </linearGradient>\n <clipPath id="clip0_922_22603">\n <rect width="20" height="20" fill="white"/>\n </clipPath>\n </defs>\n</svg>';
|
|
6956
|
-
|
|
6957
|
-
|
|
6965
|
+
const filter = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M12 11c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1h-2.17c-.412 1.165-1.524 2-2.83 2s-2.418-.835-2.83-2H3c-.552 0-1-.448-1-1s.448-1 1-1h6.171c.412-1.166 1.523-2 2.829-2zM5 3c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1H7.83C7.417 8.165 6.305 9 5 9 3.343 9 2 7.657 2 6s1.343-3 3-3z"></path></svg>';
|
|
6966
|
+
const information = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M10 8c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1zm0 8c3.307 0 6-2.693 6-6 0-3.308-2.693-6-6-6-3.308 0-6 2.692-6 6 0 3.307 2.692 6 6 6zm0-14c2.122 0 4.157.843 5.657 2.343S18 7.878 18 10s-.843 4.157-2.343 5.657S12.122 18 10 18s-4.157-.843-5.657-2.343S2 12.122 2 10c0-4.418 3.582-8 8-8zm0 12c-.552 0-1-.448-1-1v-3c0-.552.448-1 1-1s1 .448 1 1v3c0 .552-.448 1-1 1z"></path></svg>';
|
|
6967
|
+
const menu = '<svg width="100%" height="100%" viewBox="1 1 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M5.08154 9.02148C5.08154 8.77083 5.16211 8.55778 5.32324 8.38232C5.48438 8.20687 5.70817 8.11914 5.99463 8.11914C6.28109 8.11914 6.50667 8.20687 6.67139 8.38232C6.8361 8.55778 6.91846 8.77083 6.91846 9.02148C6.91846 9.27214 6.8361 9.47803 6.67139 9.63916C6.50667 9.80029 6.28109 9.88086 5.99463 9.88086C5.70817 9.88086 5.48438 9.80029 5.32324 9.63916C5.16211 9.47803 5.08154 9.27214 5.08154 9.02148ZM8.08154 9.02148C8.08154 8.77083 8.16211 8.55778 8.32324 8.38232C8.48438 8.20687 8.70817 8.11914 8.99463 8.11914C9.28109 8.11914 9.50667 8.20687 9.67139 8.38232C9.8361 8.55778 9.91846 8.77083 9.91846 9.02148C9.91846 9.27214 9.8361 9.47803 9.67139 9.63916C9.50667 9.80029 9.28109 9.88086 8.99463 9.88086C8.70817 9.88086 8.48438 9.80029 8.32324 9.63916C8.16211 9.47803 8.08154 9.27214 8.08154 9.02148ZM11.0815 9.02148C11.0815 8.77083 11.1621 8.55778 11.3232 8.38232C11.4844 8.20687 11.7082 8.11914 11.9946 8.11914C12.2811 8.11914 12.5067 8.20687 12.6714 8.38232C12.8361 8.55778 12.9185 8.77083 12.9185 9.02148C12.9185 9.27214 12.8361 9.47803 12.6714 9.63916C12.5067 9.80029 12.2811 9.88086 11.9946 9.88086C11.7082 9.88086 11.4844 9.80029 11.3232 9.63916C11.1621 9.47803 11.0815 9.27214 11.0815 9.02148Z"></path></svg>';
|
|
6968
|
+
const minus = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M16 11H4a1 1 0 1 1 0-2h12a1 1 0 1 1 0 2Z"></path></svg>';
|
|
6969
|
+
const plus = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M16 11h-5v5a1 1 0 1 1-2 0v-5H4a1 1 0 1 1 0-2h5V4a1 1 0 0 1 2 0v5h5a1 1 0 1 1 0 2Z"></path></svg>';
|
|
6970
|
+
const search = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M9 2c3.866 0 7 3.134 7 7 0 1.7-.606 3.259-1.614 4.472l2.589 2.59c.39.39.39 1.023 0 1.414-.39.39-1.024.39-1.414 0l-2.662-2.661C11.785 15.563 10.443 16 9 16c-3.866 0-7-3.134-7-7s3.134-7 7-7zm0 2C6.239 4 4 6.239 4 9s2.239 5 5 5 5-2.239 5-5-2.239-5-5-5z"></path></svg>';
|
|
6971
|
+
const statusError = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="none" d="M14 11H6c-.552 0-1-.448-1-1s.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1z"></path></svg>';
|
|
6972
|
+
const statusInfo = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="none" d="M10 15c-.552 0-1-.448-1-1v-4c0-.552.448-1 1-1s1 .448 1 1v4c0 .552-.448 1-1 1zM10 7c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1z"></path></svg>';
|
|
6973
|
+
const statusNotOk = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="none" d="M11.414 10l2.293-2.293c.391-.391.391-1.023 0-1.414-.39-.391-1.023-.391-1.414 0L10 8.586 7.707 6.293c-.39-.391-1.023-.391-1.414 0-.39.391-.39 1.023 0 1.414L8.586 10l-2.293 2.293c-.39.391-.39 1.023 0 1.414.195.195.451.293.707.293.256 0 .512-.098.707-.293L10 11.414l2.293 2.293c.195.195.451.293.707.293.256 0 .512-.098.707-.293.391-.391.391-1.023 0-1.414L11.414 10z"></path></svg>';
|
|
6974
|
+
const statusOk = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="none" d="M8.333 11.252l4.96-4.96c.39-.39 1.024-.39 1.414 0 .39.391.39 1.025 0 1.415L9.04 13.374c-.39.39-1.023.39-1.414 0L5.293 11.04c-.39-.39-.39-1.023 0-1.414.39-.39 1.024-.39 1.414 0l1.626 1.626z"></path></svg>';
|
|
6975
|
+
const statusWarning = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"></path><path fill-rule="evenodd" clip-rule="evenodd" fill="#FFF" stroke="none" d="M10 5c-.552 0-1 .448-1 1v4c0 .552.448 1 1 1s1-.448 1-1V6c0-.552-.448-1-1-1zM10 13c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z"></path></svg>';
|
|
6976
|
+
const trashCan = '<svg width="100%" height="100%" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" fill="currentColor" stroke="none" d="M16 6v10c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2V6h12zM8 8c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm4 0c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm0-6l1 1h3c.552 0 1 .448 1 1s-.448 1-1 1H4c-.552 0-1-.448-1-1s.448-1 1-1h3l1-1h4z"></path></svg>';
|
|
6977
|
+
var iconsMap = {
|
|
6978
|
+
avatar,
|
|
6979
|
+
calendar,
|
|
6980
|
+
check,
|
|
6981
|
+
"chevron-down-small": chevronDownSmall,
|
|
6982
|
+
"chevron-down": chevronDown,
|
|
6983
|
+
"chevron-left": chevronLeft,
|
|
6984
|
+
"chevron-right": chevronRight,
|
|
6985
|
+
"close-large": closeLarge,
|
|
6986
|
+
"close-window": closeWindow,
|
|
6987
|
+
close,
|
|
6958
6988
|
"file-excel": fileExcel,
|
|
6959
6989
|
"file-image": fileImage,
|
|
6960
6990
|
"file-other": fileOther,
|
|
6961
6991
|
"file-pdf": filePdf,
|
|
6962
6992
|
"file-word": fileWord,
|
|
6963
6993
|
"file-xml": fileXml,
|
|
6964
|
-
"file-zip": fileZip
|
|
6994
|
+
"file-zip": fileZip,
|
|
6995
|
+
filter,
|
|
6996
|
+
information,
|
|
6997
|
+
menu,
|
|
6998
|
+
minus,
|
|
6999
|
+
plus,
|
|
7000
|
+
search,
|
|
7001
|
+
"status-error": statusError,
|
|
7002
|
+
"status-info": statusInfo,
|
|
7003
|
+
"status-not-ok": statusNotOk,
|
|
7004
|
+
"status-ok": statusOk,
|
|
7005
|
+
"status-warning": statusWarning,
|
|
7006
|
+
"trash-can": trashCan
|
|
6965
7007
|
};
|
|
6966
|
-
|
|
7008
|
+
var useStyles$W = createThemedStyles("Icon", {
|
|
7009
|
+
root: {
|
|
7010
|
+
display: "flex",
|
|
7011
|
+
alignItems: "center"
|
|
7012
|
+
}
|
|
7013
|
+
});
|
|
7014
|
+
function _define_property$16(obj, key, value) {
|
|
6967
7015
|
if (key in obj) {
|
|
6968
7016
|
Object.defineProperty(obj, key, {
|
|
6969
7017
|
value,
|
|
@@ -6976,7 +7024,7 @@ function _define_property$18(obj, key, value) {
|
|
|
6976
7024
|
}
|
|
6977
7025
|
return obj;
|
|
6978
7026
|
}
|
|
6979
|
-
function _object_spread$
|
|
7027
|
+
function _object_spread$13(target) {
|
|
6980
7028
|
for (var i = 1; i < arguments.length; i++) {
|
|
6981
7029
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
6982
7030
|
var ownKeys2 = Object.keys(source);
|
|
@@ -6986,1090 +7034,97 @@ function _object_spread$15(target) {
|
|
|
6986
7034
|
}));
|
|
6987
7035
|
}
|
|
6988
7036
|
ownKeys2.forEach(function(key) {
|
|
6989
|
-
_define_property$
|
|
7037
|
+
_define_property$16(target, key, source[key]);
|
|
6990
7038
|
});
|
|
6991
7039
|
}
|
|
6992
7040
|
return target;
|
|
6993
7041
|
}
|
|
6994
|
-
|
|
6995
|
-
var
|
|
6996
|
-
|
|
6997
|
-
|
|
6998
|
-
|
|
6999
|
-
|
|
7000
|
-
|
|
7001
|
-
|
|
7002
|
-
dangerouslySetInnerHTML: {
|
|
7003
|
-
__html: ComplexIcon
|
|
7042
|
+
function ownKeys$T(object, enumerableOnly) {
|
|
7043
|
+
var keys = Object.keys(object);
|
|
7044
|
+
if (Object.getOwnPropertySymbols) {
|
|
7045
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
7046
|
+
if (enumerableOnly) {
|
|
7047
|
+
symbols = symbols.filter(function(sym) {
|
|
7048
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
7049
|
+
});
|
|
7004
7050
|
}
|
|
7051
|
+
keys.push.apply(keys, symbols);
|
|
7052
|
+
}
|
|
7053
|
+
return keys;
|
|
7054
|
+
}
|
|
7055
|
+
function _object_spread_props$T(target, source) {
|
|
7056
|
+
source = source != null ? source : {};
|
|
7057
|
+
if (Object.getOwnPropertyDescriptors) {
|
|
7058
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
7059
|
+
} else {
|
|
7060
|
+
ownKeys$T(Object(source)).forEach(function(key) {
|
|
7061
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
7062
|
+
});
|
|
7063
|
+
}
|
|
7064
|
+
return target;
|
|
7065
|
+
}
|
|
7066
|
+
var Icon = function(param) {
|
|
7067
|
+
var type = param.type, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles;
|
|
7068
|
+
var _theme_icons;
|
|
7069
|
+
var classes = useStyles$W({
|
|
7070
|
+
theme: tweakStyles
|
|
7005
7071
|
});
|
|
7072
|
+
var theme = useTheme();
|
|
7073
|
+
var _theme_icons_type;
|
|
7074
|
+
var icon = (_theme_icons_type = (_theme_icons = theme.icons) === null || _theme_icons === void 0 ? void 0 : _theme_icons[type]) !== null && _theme_icons_type !== void 0 ? _theme_icons_type : iconsMap[type];
|
|
7075
|
+
if (isEmpty(icon)) {
|
|
7076
|
+
console.error("Иконки ".concat(type, " не существует"));
|
|
7077
|
+
return null;
|
|
7078
|
+
}
|
|
7079
|
+
return /* @__PURE__ */ jsx("div", _object_spread_props$T(_object_spread$13({
|
|
7080
|
+
className: classes.root
|
|
7081
|
+
}, addDataAttributes$1(data, testId)), {
|
|
7082
|
+
dangerouslySetInnerHTML: {
|
|
7083
|
+
__html: icon
|
|
7084
|
+
}
|
|
7085
|
+
}));
|
|
7006
7086
|
};
|
|
7007
|
-
var
|
|
7008
|
-
return
|
|
7009
|
-
|
|
7010
|
-
|
|
7011
|
-
return ico;
|
|
7087
|
+
var renderIcon = function(icon) {
|
|
7088
|
+
return typeof icon === "string" ? /* @__PURE__ */ jsx(Icon, {
|
|
7089
|
+
type: icon
|
|
7090
|
+
}) : icon;
|
|
7012
7091
|
};
|
|
7013
|
-
var
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7017
|
-
|
|
7018
|
-
|
|
7019
|
-
|
|
7020
|
-
}
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
}
|
|
7026
|
-
]
|
|
7027
|
-
},
|
|
7028
|
-
archive: {
|
|
7029
|
-
viewBox: "0 0 20 20",
|
|
7030
|
-
paths: [
|
|
7031
|
-
{
|
|
7032
|
-
d: "M3 8h14v8c0 .552-.448 1-1 1H4c-.552 0-1-.448-1-1V8zm5 2c-.552 0-1 .448-1 1s.448 1 1 1h4c.552 0 1-.448 1-1s-.448-1-1-1H8zM3 3h14c.552 0 1 .448 1 1v2c0 .552-.448 1-1 1H3c-.552 0-1-.448-1-1V4c0-.552.448-1 1-1z"
|
|
7033
|
-
}
|
|
7034
|
-
]
|
|
7035
|
-
},
|
|
7036
|
-
arrow: {
|
|
7037
|
-
viewBox: "0 0 16 16",
|
|
7038
|
-
paths: [
|
|
7039
|
-
{
|
|
7040
|
-
d: "M8.5 11.071l3.536-3.535L8.5 4M3 7.5l8.5.032",
|
|
7041
|
-
strokeLinecap: "round",
|
|
7042
|
-
strokeLinejoin: "round",
|
|
7043
|
-
stroke: "currentColor",
|
|
7044
|
-
fill: "none"
|
|
7045
|
-
}
|
|
7046
|
-
]
|
|
7047
|
-
},
|
|
7048
|
-
"arrow-right": {
|
|
7049
|
-
paths: [
|
|
7050
|
-
{
|
|
7051
|
-
d: "M17.707 9.293l-5-5c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414L14.586 9H3c-.553 0-1 .448-1 1s.447 1 1 1h11.586l-3.293 3.293c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293.256 0 .512-.098.707-.293l5-5c.391-.391.391-1.023 0-1.414"
|
|
7052
|
-
}
|
|
7053
|
-
]
|
|
7054
|
-
},
|
|
7055
|
-
baggage: {
|
|
7056
|
-
viewBox: "0 0 24 24",
|
|
7057
|
-
paths: [
|
|
7058
|
-
{
|
|
7059
|
-
d: "M16.8 3.6h.596c.996 0 1.804.805 1.804 1.795v8.41c0 .992-.807 1.795-1.804 1.795H16.8v-12zm-14.4 0v12h-.596C.808 15.6 0 14.795 0 13.805v-8.41C0 4.403.807 3.6 1.804 3.6H2.4zm13.2 12h-12v-12h12v12zM6 .908C6 .407 6.541 0 7.189 0h4.822c.657 0 1.189.399 1.189.908V3.6H6V.908zm1.2.292v2.4H12V1.2H7.2z"
|
|
7060
|
-
}
|
|
7061
|
-
]
|
|
7062
|
-
},
|
|
7063
|
-
balloon: {
|
|
7064
|
-
viewBox: "0 0 28 28",
|
|
7065
|
-
paths: [
|
|
7066
|
-
{
|
|
7067
|
-
d: "M14.434 22.095c4.443-.28 7.966-4.8 7.966-10.335C22.4 6.047 18.647 1.4 14 1.4S5.6 6.047 5.6 11.76c0 5.535 3.498 10.03 7.915 10.335.102 0 .153.127.076.203l-1.727 2.14c-.28.28-.076.762.306.762h3.477c.409 0 .587-.482.306-.762l-1.621-2.14c-.051-.076 0-.203.102-.203zM9.787 9.652c0 .458-.357.813-.817.813-.46 0-.817-.355-.817-.813 0-3.402 2.783-6.17 6.204-6.17.46 0 .817.356.817.813 0 .457-.357.812-.817.812-2.502-.025-4.57 2.032-4.57 4.545z"
|
|
7068
|
-
}
|
|
7069
|
-
]
|
|
7070
|
-
},
|
|
7071
|
-
bluetooth: {
|
|
7072
|
-
paths: [
|
|
7073
|
-
{
|
|
7074
|
-
d: "M0.364 4L8.364 12 4.364 16 4.364 0 8.364 4 0.364 12",
|
|
7075
|
-
strokeLinecap: "round",
|
|
7076
|
-
strokeLinejoin: "round",
|
|
7077
|
-
strokeWidth: 1.5,
|
|
7078
|
-
stroke: "currentColor",
|
|
7079
|
-
fill: "none",
|
|
7080
|
-
transform: "translate(5 2)"
|
|
7081
|
-
}
|
|
7082
|
-
]
|
|
7083
|
-
},
|
|
7084
|
-
bonus: {
|
|
7085
|
-
viewBox: "0 0 26 26",
|
|
7086
|
-
paths: [
|
|
7087
|
-
{
|
|
7088
|
-
d: "M17.936 4c.662 0 1.278.327 1.649.867l.087.14 1.579 2.757c.144.252.232.532.257.82l.007.174v10.757c0 .841-.644 1.532-1.466 1.606l-.147.007H6.612c-.84 0-1.531-.644-1.605-1.466L5 19.515V8.758c0-.29.063-.577.185-.84l.08-.154 1.578-2.758c.329-.574.919-.946 1.571-1L8.58 4h9.357zm-1.453 6.645c-.445 0-.806.36-.806.806 0 1.336-1.083 2.42-2.42 2.42-1.335 0-2.419-1.084-2.419-2.42 0-.445-.36-.806-.806-.806-.445 0-.806.36-.806.806 0 2.227 1.805 4.032 4.032 4.032 2.226 0 4.032-1.805 4.032-4.032 0-.445-.361-.806-.807-.806zm3.127-3.283H7.19l-.099.006c-.39.05-.691.389-.691.8 0 .445.354.806.79.806h12.42l.099-.006c.39-.05.691-.389.691-.8 0-.445-.354-.806-.79-.806z"
|
|
7089
|
-
}
|
|
7090
|
-
]
|
|
7091
|
-
},
|
|
7092
|
-
book: {
|
|
7093
|
-
viewBox: "0 0 26 26",
|
|
7094
|
-
paths: [
|
|
7095
|
-
{
|
|
7096
|
-
d: "M21.366 6c.35 0 .634.284.634.634v11.944c0 .35-.284.633-.634.633h-4.895c-.728 0-1.393.417-1.71 1.073l-.121.249c-.081.167-.283.237-.45.156-.116-.056-.19-.174-.19-.303V9.168C14 7.418 15.418 6 17.168 6h4.198zM8.832 6C10.582 6 12 7.418 12 9.168h0v11.218c0 .129-.074.247-.19.303-.167.081-.369.011-.45-.156h0l-.12-.25c-.318-.655-.983-1.072-1.711-1.072h0-4.895c-.35 0-.634-.283-.634-.633h0V6.634c0-.35.284-.634.634-.634h0z",
|
|
7097
|
-
stroke: "currentColor",
|
|
7098
|
-
strokeWidth: 0.634
|
|
7099
|
-
}
|
|
7100
|
-
]
|
|
7101
|
-
},
|
|
7102
|
-
box: {
|
|
7103
|
-
viewBox: "0 0 20 20",
|
|
7104
|
-
paths: [
|
|
7105
|
-
{
|
|
7106
|
-
d: "M17.333 4.75c0-.167-.083-.25-.166-.333L10.417.5c-.084-.083-.25-.083-.417 0L3.167 4.417C3.083 4.5 3 4.583 3 4.75s.083.25.167.333L9.917 9c.083 0 .166.083.166.083s.167 0 .167-.083L17 5.083c.25-.083.333-.25.333-.333zM9 11L2.25 7.083c-.167-.083-.333-.083-.417 0-.083.084-.166.25-.166.334v7.833c0 .167.083.25.166.333l6.75 3.917c.084 0 .167.083.167.083s.167 0 .167-.083c.083-.083.166-.167.166-.333v-7.834c.167-.166.084-.25-.083-.333zm9.5-3.917c-.083-.083-.25-.083-.417 0L11.333 11c-.083.083-.166.167-.166.333v7.834c0 .166.083.25.166.333.084 0 .167.083.167.083s.167 0 .167-.083l6.75-3.917c.083-.083.166-.166.166-.333V7.417c.084-.084 0-.25-.083-.334z"
|
|
7107
|
-
}
|
|
7108
|
-
]
|
|
7109
|
-
},
|
|
7110
|
-
business: {
|
|
7111
|
-
viewBox: "0 0 24 24",
|
|
7112
|
-
paths: [
|
|
7113
|
-
{
|
|
7114
|
-
d: "M16.545 16.547H13.8l-1.425-3.42c-.156-.376-.524-.622-.932-.622H9.05L6.362 6.053c-.157-.376-.525-.621-.933-.621h-2.02c-.337 0-.652.168-.84.45-.187.281-.221.637-.09.95l4.112 9.871c.386.926 1.192 1.575 2.142 1.786L7.955 21.6h5.053l.758-3.032h2.779c.557 0 1.01-.451 1.01-1.01 0-.559-.453-1.01-1.01-1.01m5.42 2.522l-2.948-5.053c-.18-.311-.513-.501-.873-.501h-3.368L12.51 8.074c-.157-.376-.525-.621-.933-.621H9.558c-.339 0-.654.168-.84.45-.189.281-.223.637-.093.95l1.102 2.642h1.717c.816 0 1.552.49 1.865 1.243l1.166 2.799h3.09l2.654 4.551c.188.322.526.501.874.501.173 0 .348-.044.508-.137.482-.28.645-.9.364-1.382M6.945 4.42c0-1.116.905-2.021 2.02-2.021 1.116 0 2.022.905 2.022 2.021 0 1.116-.906 2.021-2.021 2.021-1.116 0-2.021-.905-2.021-2.02"
|
|
7115
|
-
}
|
|
7116
|
-
]
|
|
7117
|
-
},
|
|
7118
|
-
calendar: {
|
|
7119
|
-
paths: [
|
|
7120
|
-
{
|
|
7121
|
-
d: "M6 12h3V9H6v3zm-2 4V7h12l.002 9H4zM16 4h-1V3c0-.552-.448-1-1-1s-1 .448-1 1v1H7V3c0-.552-.448-1-1-1s-1 .448-1 1v1H4c-1.103 0-2 .897-2 2v10c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2z"
|
|
7122
|
-
}
|
|
7123
|
-
]
|
|
7124
|
-
},
|
|
7125
|
-
cancel: {
|
|
7126
|
-
viewBox: "0 0 20 20",
|
|
7127
|
-
paths: [
|
|
7128
|
-
{
|
|
7129
|
-
d: "M10.5 2c2.254 0 4.416.843 6.01 2.343C18.104 5.843 19 7.878 19 10s-.896 4.157-2.49 5.657C14.916 17.157 12.754 18 10.5 18s-4.416-.843-6.01-2.343C2.896 14.157 2 12.122 2 10c0-4.418 3.806-8 8.5-8zm-6.375 8c0 3.307 2.86 6 6.375 6 1.375 0 2.65-.412 3.692-1.112L5.306 6.525A5.733 5.733 0 004.125 10zM10.5 4c-1.375 0-2.65.412-3.692 1.112l8.886 8.363A5.733 5.733 0 0016.875 10c0-3.308-2.86-6-6.375-6z"
|
|
7130
|
-
}
|
|
7131
|
-
]
|
|
7132
|
-
},
|
|
7133
|
-
check: {
|
|
7134
|
-
paths: [
|
|
7135
|
-
{
|
|
7136
|
-
d: "m7.5 13.086 7.793-7.793a1 1 0 1 1 1.414 1.414l-8.5 8.5a1 1 0 0 1-1.414 0l-3.5-3.5a1 1 0 1 1 1.414-1.414L7.5 13.086Z"
|
|
7137
|
-
}
|
|
7138
|
-
]
|
|
7139
|
-
},
|
|
7140
|
-
/** @deprecated */
|
|
7141
|
-
"check-big": {
|
|
7142
|
-
paths: [
|
|
7143
|
-
{
|
|
7144
|
-
d: "M7.5 13.086l7.793-7.793c.39-.39 1.024-.39 1.414 0 .39.39.39 1.024 0 1.414l-8.5 8.5c-.39.39-1.024.39-1.414 0l-3.5-3.5c-.39-.39-.39-1.024 0-1.414.39-.39 1.024-.39 1.414 0L7.5 13.086z"
|
|
7145
|
-
}
|
|
7146
|
-
]
|
|
7147
|
-
},
|
|
7148
|
-
"check-all": {
|
|
7149
|
-
viewBox: "0 0 20 20",
|
|
7150
|
-
paths: [
|
|
7151
|
-
{
|
|
7152
|
-
d: "M14.207 6.707a1 1 0 0 0-1.414-1.414L6 12.086 3.707 9.793a1 1 0 0 0-1.414 1.414l2.93 2.93a1.1 1.1 0 0 0 1.555 0l7.43-7.43Zm4 1a1 1 0 0 0-1.414-1.414L10 13.086l-.5-.5L8.086 14l1.136 1.136a1.1 1.1 0 0 0 1.556 0l7.43-7.429Z",
|
|
7153
|
-
fillRule: "evenodd"
|
|
7154
|
-
}
|
|
7155
|
-
]
|
|
7156
|
-
},
|
|
7157
|
-
"chevron-down": {
|
|
7158
|
-
paths: [
|
|
7159
|
-
{
|
|
7160
|
-
d: "M10.0029 11.6053L5.71004 7.31242C5.31951 6.9219 4.68635 6.9219 4.29582 7.31242C3.9053 7.70295 3.9053 8.33611 4.29582 8.72664L9.29582 13.7266C9.68635 14.1172 10.3195 14.1172 10.71 13.7266L15.71 8.72664C16.1006 8.33611 16.1006 7.70295 15.71 7.31242C15.3195 6.9219 14.6863 6.9219 14.2958 7.31242L10.0029 11.6053Z"
|
|
7161
|
-
}
|
|
7162
|
-
]
|
|
7163
|
-
},
|
|
7164
|
-
"chevron-left": {
|
|
7165
|
-
paths: [
|
|
7166
|
-
{
|
|
7167
|
-
d: "M8.41421 10L12.7071 5.70711C13.0976 5.31658 13.0976 4.68342 12.7071 4.29289C12.3166 3.90237 11.6834 3.90237 11.2929 4.29289L6.29289 9.29289C5.90237 9.68342 5.90237 10.3166 6.29289 10.7071L11.2929 15.7071C11.6834 16.0976 12.3166 16.0976 12.7071 15.7071C13.0976 15.3166 13.0976 14.6834 12.7071 14.2929L8.41421 10Z"
|
|
7168
|
-
}
|
|
7169
|
-
]
|
|
7170
|
-
},
|
|
7171
|
-
"chevron-right": {
|
|
7172
|
-
paths: [
|
|
7173
|
-
{
|
|
7174
|
-
d: "M11.5858 10L7.29289 5.70711C6.90237 5.31658 6.90237 4.68342 7.29289 4.29289C7.68342 3.90237 8.31658 3.90237 8.70711 4.29289L13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071L8.70711 15.7071C8.31658 16.0976 7.68342 16.0976 7.29289 15.7071C6.90237 15.3166 6.90237 14.6834 7.29289 14.2929L11.5858 10Z"
|
|
7175
|
-
}
|
|
7176
|
-
]
|
|
7177
|
-
},
|
|
7178
|
-
"chevron-up": {
|
|
7179
|
-
paths: [
|
|
7180
|
-
{
|
|
7181
|
-
d: "M10.0117 9.37857L14.3046 13.6715C14.6951 14.062 15.3283 14.062 15.7188 13.6715C16.1093 13.2809 16.1093 12.6478 15.7188 12.2572L10.7188 7.25725C10.3283 6.86672 9.69514 6.86672 9.30461 7.25725L4.30461 12.2572C3.91409 12.6478 3.91409 13.2809 4.30461 13.6715C4.69514 14.062 5.3283 14.062 5.71883 13.6715L10.0117 9.37857Z"
|
|
7182
|
-
}
|
|
7183
|
-
]
|
|
7184
|
-
},
|
|
7185
|
-
"chevron-down-small": {
|
|
7186
|
-
viewBox: "0 0 16 16",
|
|
7187
|
-
paths: [
|
|
7188
|
-
{
|
|
7189
|
-
d: "M8.24512 8.84751L11.038 6.05461C11.4285 5.66409 12.0617 5.66409 12.4522 6.05461C12.8427 6.44514 12.8427 7.0783 12.4522 7.46883L8.95222 10.9688C8.5617 11.3593 7.92853 11.3593 7.53801 10.9688L4.03801 7.46883C3.64749 7.0783 3.64749 6.44514 4.03801 6.05461C4.42853 5.66409 5.0617 5.66409 5.45222 6.05461L8.24512 8.84751Z"
|
|
7190
|
-
}
|
|
7191
|
-
]
|
|
7192
|
-
},
|
|
7193
|
-
"chevron-left-small": {
|
|
7194
|
-
viewBox: "0 0 16 16",
|
|
7195
|
-
paths: [
|
|
7196
|
-
{
|
|
7197
|
-
d: "M7.90933 7.51172L10.7022 10.3046C11.0927 10.6951 11.0927 11.3283 10.7022 11.7188C10.3117 12.1093 9.67853 12.1093 9.28801 11.7188L5.78801 8.21883C5.39749 7.8283 5.39749 7.19514 5.78801 6.80461L9.28801 3.30461C9.67853 2.91409 10.3117 2.91409 10.7022 3.30461C11.0927 3.69514 11.0927 4.3283 10.7022 4.71883L7.90933 7.51172Z"
|
|
7198
|
-
}
|
|
7199
|
-
]
|
|
7200
|
-
},
|
|
7201
|
-
"chevron-right-small": {
|
|
7202
|
-
viewBox: "0 0 16 16",
|
|
7203
|
-
paths: [
|
|
7204
|
-
{
|
|
7205
|
-
d: "M8.5809 7.51172L5.78801 10.3046C5.39749 10.6951 5.39749 11.3283 5.78801 11.7188C6.17853 12.1093 6.8117 12.1093 7.20222 11.7188L10.7022 8.21883C11.0927 7.8283 11.0927 7.19514 10.7022 6.80461L7.20222 3.30461C6.8117 2.91409 6.17853 2.91409 5.78801 3.30461C5.39749 3.69514 5.39749 4.3283 5.78801 4.71883L8.5809 7.51172Z"
|
|
7206
|
-
}
|
|
7207
|
-
]
|
|
7208
|
-
},
|
|
7209
|
-
"chevron-up-small": {
|
|
7210
|
-
viewBox: "0 0 16 16",
|
|
7211
|
-
paths: [
|
|
7212
|
-
{
|
|
7213
|
-
d: "M8.24512 8.17593L11.038 10.9688C11.4285 11.3593 12.0617 11.3593 12.4522 10.9688C12.8427 10.5783 12.8427 9.94514 12.4522 9.55461L8.95222 6.05461C8.5617 5.66409 7.92853 5.66409 7.53801 6.05461L4.03801 9.55461C3.64749 9.94514 3.64749 10.5783 4.03801 10.9688C4.42853 11.3593 5.0617 11.3593 5.45222 10.9688L8.24512 8.17593Z"
|
|
7214
|
-
}
|
|
7215
|
-
]
|
|
7216
|
-
},
|
|
7217
|
-
"circle-check": {
|
|
7218
|
-
paths: [
|
|
7219
|
-
{
|
|
7220
|
-
d: "M8 14c-3.308 0-6-2.693-6-6 0-3.308 2.692-6 6-6 3.307 0 6 2.692 6 6 0 3.307-2.693 6-6 6zM8 0C3.582 0 0 3.58 0 8c0 2.121.843 4.156 2.343 5.657C3.843 15.157 5.878 16 8 16s4.157-.843 5.657-2.343S16 10.12 16 8c0-2.122-.843-4.157-2.343-5.657S10.122 0 8 0zm2.293 5.293L7 8.586 5.707 7.293c-.39-.391-1.023-.391-1.414 0-.39.391-.39 1.023 0 1.414l2 2c.195.195.451.293.707.293.256 0 .512-.098.707-.293l4-4c.391-.391.391-1.023 0-1.414-.39-.391-1.023-.391-1.414 0",
|
|
7221
|
-
transform: "translate(-1299 -510) translate(1299 510) translate(2 2)",
|
|
7222
|
-
fillRule: "nonzero"
|
|
7223
|
-
}
|
|
7224
|
-
]
|
|
7225
|
-
},
|
|
7226
|
-
close: {
|
|
7227
|
-
paths: [
|
|
7228
|
-
{
|
|
7229
|
-
d: "M11.985 10l2.407-2.293c.41-.39.41-1.023 0-1.414-.41-.39-1.074-.39-1.485 0L10.5 8.586 8.093 6.293c-.411-.39-1.075-.39-1.485 0-.41.391-.41 1.023 0 1.414L9.015 10l-2.407 2.293c-.41.391-.41 1.023 0 1.414.205.195.473.293.742.293s.538-.098.743-.293l2.407-2.293 2.407 2.293c.205.195.474.293.743.293s.537-.098.742-.293c.41-.391.41-1.023 0-1.414L11.985 10z"
|
|
7230
|
-
}
|
|
7231
|
-
]
|
|
7232
|
-
},
|
|
7233
|
-
"close-large": {
|
|
7234
|
-
paths: [
|
|
7235
|
-
{
|
|
7236
|
-
d: "M6.102 4.709c-.446-.36-1.055-.373-1.415-.012-.39.39-.342 1.072.108 1.523l3.783 3.782-3.783 3.782-.096.108c-.36.446-.373 1.055-.012 1.415.39.391 1.072.342 1.523-.108l3.782-3.783 3.782 3.783.108.097c.446.358 1.055.372 1.415.011.39-.39.342-1.072-.108-1.523l-3.783-3.782L15.19 6.22l.097-.108c.358-.446.372-1.055.011-1.415-.39-.39-1.072-.342-1.523.108L9.992 8.588 6.21 4.805l-.108-.096Z"
|
|
7237
|
-
}
|
|
7238
|
-
]
|
|
7092
|
+
var DEFAULT_OFFSET = 6;
|
|
7093
|
+
var minWidthRelativeToTrigger = size({
|
|
7094
|
+
apply: function apply(param) {
|
|
7095
|
+
var rects = param.rects, elements = param.elements;
|
|
7096
|
+
Object.assign(elements.floating.style, {
|
|
7097
|
+
minWidth: "".concat(rects.reference.width, "px")
|
|
7098
|
+
});
|
|
7099
|
+
}
|
|
7100
|
+
});
|
|
7101
|
+
var useStyles$V = createThemedStyles("WithPopup", {
|
|
7102
|
+
trigger: {
|
|
7103
|
+
width: "fit-content"
|
|
7239
7104
|
},
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
{
|
|
7243
|
-
d: "M4.5 4.5l11 11m0-11l-11 11",
|
|
7244
|
-
strokeWidth: "2",
|
|
7245
|
-
strokeLinejoin: "round",
|
|
7246
|
-
strokeLinecap: "round",
|
|
7247
|
-
stroke: "currentColor"
|
|
7248
|
-
}
|
|
7249
|
-
]
|
|
7105
|
+
clickable: {
|
|
7106
|
+
cursor: "pointer"
|
|
7250
7107
|
},
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
{
|
|
7255
|
-
width: 10,
|
|
7256
|
-
height: 8,
|
|
7257
|
-
x: 7,
|
|
7258
|
-
y: 4,
|
|
7259
|
-
strokeWidth: 2,
|
|
7260
|
-
rx: 1,
|
|
7261
|
-
stroke: "currentColor"
|
|
7262
|
-
},
|
|
7263
|
-
{
|
|
7264
|
-
width: 12,
|
|
7265
|
-
height: 10,
|
|
7266
|
-
x: 2,
|
|
7267
|
-
y: 7,
|
|
7268
|
-
fill: "currentColor",
|
|
7269
|
-
rx: 1
|
|
7270
|
-
}
|
|
7271
|
-
]
|
|
7108
|
+
active: {},
|
|
7109
|
+
disabled: {
|
|
7110
|
+
cursor: "auto"
|
|
7272
7111
|
},
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
{
|
|
7277
|
-
d: "M13 0C14.6569 0 16 1.34315 16 3V9C16 10.6569 14.6569 12 13 12H12V13C12 14.5977 10.7511 15.9037 9.17627 15.9949L9 16H3C1.40232 16 0.0963391 14.7511 0.00509262 13.1763L0 13V7C0 5.40232 1.24892 4.09634 2.82373 4.00509L3 4H4V3C4 1.40232 5.24892 0.0963391 6.82373 0.00509262L7 0H13ZM4 6H3C2.48716 6 2.06449 6.38604 2.00673 6.88338L2 7V13C2 13.5128 2.38604 13.9355 2.88338 13.9933L3 14H9C9.51284 14 9.93551 13.614 9.99327 13.1166L10 13V12H7C5.40232 12 4.09634 10.7511 4.00509 9.17627L4 9V6ZM6 9C6 9.55228 6.44772 10 7 10H13C13.5523 10 14 9.55228 14 9V3C14 2.44772 13.5523 2 13 2H7C6.44772 2 6 2.44772 6 3V9Z"
|
|
7278
|
-
}
|
|
7279
|
-
]
|
|
7112
|
+
popup: {
|
|
7113
|
+
zIndex: 5,
|
|
7114
|
+
outline: "none"
|
|
7280
7115
|
},
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
d: "M5 1v3.018c0 .595.48.992 1.2.992h2v2.975c0 .099 0 .297.12.396l2.76 5.256c.24.496.24 1.09-.12 1.586-.72.893-2.52.992-3.36 0-.36-.495-.48-.991-.24-1.487.48-.992.72-2.082.72-3.173 0-.595-.48-.992-1.2-.992s-1.2.397-1.2.992c0 .793-.24 1.686-.6 2.479-.6 1.09-.36 2.38.48 3.371C6.4 17.405 7.72 18 9.16 18s2.88-.595 3.72-1.686c.84-1.09.96-2.28.36-3.47L10.6 7.786V5.01h2.2c.72 0 1.2-.397 1.2-.992V1H5z"
|
|
7287
|
-
}
|
|
7288
|
-
]
|
|
7116
|
+
arrow: {},
|
|
7117
|
+
animationEnd: {},
|
|
7118
|
+
animationStart: {},
|
|
7119
|
+
"dropdown-initial": {
|
|
7120
|
+
extend: "animationEnd"
|
|
7289
7121
|
},
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
paths: [
|
|
7293
|
-
{
|
|
7294
|
-
d: "M9.576 3.085L6.472 8.98a.3.3 0 00.265.439h1.758a.3.3 0 01.287.389l-2.185 7.086a.3.3 0 00.498.3l7.774-7.778a.3.3 0 00-.213-.512h-1.42a.299.299 0 01-.265-.442l2.749-5.096a.3.3 0 00-.264-.443H9.84a.3.3 0 00-.265.16z"
|
|
7295
|
-
}
|
|
7296
|
-
]
|
|
7122
|
+
"dropdown-open": {
|
|
7123
|
+
extend: "animationStart"
|
|
7297
7124
|
},
|
|
7298
|
-
|
|
7299
|
-
|
|
7300
|
-
|
|
7301
|
-
d: "M15.708 7.59c.048-.055.132-.06.187-.013l3.059 2.662.01.01c.05.054.046.138-.007.187l-3.059 2.835c-.025.023-.057.035-.09.035-.073 0-.133-.059-.133-.132v-1.64H11.82c-.366 0-.663.297-.663.663v5.673c0 .624-.506 1.13-1.13 1.13-.623 0-1.13-.506-1.13-1.13v-5.906c0-1.463 1.187-2.65 2.65-2.65h4.13V7.677c0-.032.011-.063.032-.087zm-11.416 0c.021.024.033.055.033.087v1.637h4.859c.036 0 .066.03.066.067 0 .021-.01.041-.027.054-.259.187-.485.453-.678.797-.187.334-.305.673-.354 1.018-.023.163-.162.285-.328.285H4.325v1.639c0 .073-.06.132-.133.132-.033 0-.065-.012-.09-.035l-3.059-2.835c-.053-.05-.056-.133-.007-.187l.01-.01 3.06-2.662c.054-.048.138-.042.186.013zm5.645-6.558c.055-.05.138-.045.188.01l2.713 2.988c.022.025.035.056.035.09 0 .073-.06.132-.133.132h-1.584v3.48c0 .623-.506 1.13-1.13 1.13-.623 0-1.13-.507-1.13-1.13v-3.48H7.314c-.033 0-.065-.012-.09-.035-.053-.049-.057-.133-.008-.187l2.713-2.989.01-.009z"
|
|
7302
|
-
}
|
|
7303
|
-
]
|
|
7304
|
-
},
|
|
7305
|
-
document: {
|
|
7306
|
-
viewBox: "0 0 28 28",
|
|
7307
|
-
paths: [
|
|
7308
|
-
{
|
|
7309
|
-
d: "M14.44 2.8l7.96 7.135v12.026c0 1.789-1.618 3.239-3.614 3.239H9.214c-1.996 0-3.614-1.45-3.614-3.24V6.04c0-1.789 1.618-3.24 3.614-3.24h5.225zm-1.678 1.08v5.63c0 1.066.863 1.929 1.928 1.929h6.505L12.762 3.88z"
|
|
7310
|
-
}
|
|
7311
|
-
]
|
|
7312
|
-
},
|
|
7313
|
-
download: {
|
|
7314
|
-
paths: [
|
|
7315
|
-
{
|
|
7316
|
-
d: "M4.125 13v2h12.75v-2H19v2c0 1.112-.949 2-2.119 2H4.12C2.95 17 2 16.105 2 15v-2h2.125zM10.5 3c.587 0 1.063.447 1.063 1v5.586l1.373-1.293c.416-.391 1.087-.391 1.503 0 .207.195.311.45.311.707 0 .256-.104.512-.311.707l-3.188 3c-.415.39-1.087.39-1.502 0l-3.188-3c-.415-.391-.415-1.023 0-1.414.416-.391 1.087-.391 1.503 0l1.374 1.293V4c0-.553.476-1 1.062-1z"
|
|
7317
|
-
}
|
|
7318
|
-
]
|
|
7319
|
-
},
|
|
7320
|
-
email: {
|
|
7321
|
-
circles: [
|
|
7322
|
-
{
|
|
7323
|
-
cx: 7,
|
|
7324
|
-
cy: 7,
|
|
7325
|
-
r: 2.8,
|
|
7326
|
-
strokeLinecap: "round",
|
|
7327
|
-
strokeLinejoin: "round",
|
|
7328
|
-
strokeWidth: 1.5,
|
|
7329
|
-
stroke: "currentColor",
|
|
7330
|
-
fill: "none",
|
|
7331
|
-
transform: "translate(3 3)"
|
|
7332
|
-
}
|
|
7333
|
-
],
|
|
7334
|
-
paths: [
|
|
7335
|
-
{
|
|
7336
|
-
d: "M9.8 4.2v3.5c0 1.16.94 2.1 2.1 2.1 1.16 0 2.1-.94 2.1-2.1V7C14 3.747 11.759.923 8.59.184c-3.167-.74-6.427.8-7.867 3.718-1.44 2.916-.68 6.441 1.832 8.506 2.514 2.066 6.118 2.128 8.701.15",
|
|
7337
|
-
strokeLinecap: "round",
|
|
7338
|
-
strokeLinejoin: "round",
|
|
7339
|
-
strokeWidth: 1.5,
|
|
7340
|
-
stroke: "currentColor",
|
|
7341
|
-
fill: "none",
|
|
7342
|
-
transform: "translate(3 3)"
|
|
7343
|
-
}
|
|
7344
|
-
]
|
|
7345
|
-
},
|
|
7346
|
-
eye: {
|
|
7347
|
-
paths: [
|
|
7348
|
-
{
|
|
7349
|
-
d: "M9.99975 4.5C13.6093 4.5 16.9323 6.4095 18.8892 9.6085C19.0362 9.8485 19.0362 10.1515 18.8892 10.3915C16.9323 13.5905 13.6093 15.5 9.99975 15.5C6.39025 15.5 3.06725 13.5905 1.11025 10.3915C0.96325 10.1515 0.96325 9.8485 1.11025 9.6085C3.06725 6.4095 6.39025 4.5 9.99975 4.5ZM9.99975 14C7.06625 14 4.34775 12.513 2.64175 10C3.56625 8.6385 4.78825 7.582 6.17975 6.896C5.90675 7.457 5.74975 8.0845 5.74975 8.75C5.74975 11.097 7.65275 13 9.99975 13C12.3467 13 14.2498 11.097 14.2498 8.75C14.2498 8.0845 14.0928 7.457 13.8198 6.896C15.2113 7.582 16.4332 8.6385 17.3577 10C15.6517 12.513 12.9332 14 9.99975 14ZM8.49975 7.25C9.05175 7.25 9.49975 7.698 9.49975 8.25C9.49975 8.802 9.05175 9.25 8.49975 9.25C7.94775 9.25 7.49975 8.802 7.49975 8.25C7.49975 7.698 7.94775 7.25 8.49975 7.25Z"
|
|
7350
|
-
}
|
|
7351
|
-
]
|
|
7352
|
-
},
|
|
7353
|
-
"eye-closed": {
|
|
7354
|
-
paths: [
|
|
7355
|
-
{
|
|
7356
|
-
d: "M18.6967 7.28265C18.3005 6.89786 17.6674 6.90711 17.2826 7.30329C15.0856 9.56545 12.5958 11 9.99988 11C7.4039 11 4.91398 9.56533 2.7174 7.30334C2.33265 6.90713 1.69955 6.89784 1.30334 7.2826C0.907132 7.66735 0.897843 8.30045 1.2826 8.69666C1.71899 9.14604 2.16716 9.56817 2.62668 9.95911L1.29289 11.2929C0.902369 11.6834 0.902369 12.3166 1.29289 12.7071C1.65338 13.0676 2.22061 13.0953 2.6129 12.7903L2.70711 12.7071L4.244 11.1702C4.73663 11.4899 5.24043 11.7728 5.75495 12.0148L4.63005 13.9632L4.57756 14.0675C4.37892 14.5271 4.55194 15.0728 4.99607 15.3292C5.47437 15.6054 6.08596 15.4415 6.3621 14.9632L7.66569 12.7053C8.10385 12.8166 8.54871 12.8977 9 12.9463V15L9.00673 15.1166C9.06449 15.614 9.48717 16 10 16C10.5523 16 11 15.5523 11 15V12.9462C11.4662 12.896 11.9255 12.8112 12.3777 12.6941L13.6878 14.9632C13.9639 15.4415 14.5755 15.6054 15.0538 15.3292C15.4979 15.0728 15.6709 14.5271 15.4723 14.0675L15.4198 13.9632L14.2842 11.9962C14.7851 11.7584 15.2758 11.4817 15.7559 11.1701L17.2929 12.7071L17.3871 12.7903C17.7794 13.0953 18.3466 13.0676 18.7071 12.7071C19.0976 12.3166 19.0976 11.6834 18.7071 11.2929L17.3733 9.95905C17.8328 9.56814 18.2809 9.14606 18.7174 8.69671C19.1021 8.30052 19.0929 7.66743 18.6967 7.28265Z"
|
|
7357
|
-
}
|
|
7358
|
-
]
|
|
7359
|
-
},
|
|
7360
|
-
female: {
|
|
7361
|
-
paths: [
|
|
7362
|
-
{
|
|
7363
|
-
d: "M14 15l-1.621-6.485C12.156 7.625 11.356 7 10.438 7h-.876c-.918 0-1.718.625-1.941 1.515L6 15h2.5v3h3v-3H14zM8 4c0-1.104.896-2 2-2s2 .896 2 2-.896 2-2 2-2-.896-2-2z"
|
|
7364
|
-
}
|
|
7365
|
-
]
|
|
7366
|
-
},
|
|
7367
|
-
filter: {
|
|
7368
|
-
viewBox: "0 0 20 20",
|
|
7369
|
-
paths: [
|
|
7370
|
-
{
|
|
7371
|
-
d: "M12 11c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1h-2.17c-.412 1.165-1.524 2-2.83 2s-2.418-.835-2.83-2H3c-.552 0-1-.448-1-1s.448-1 1-1h6.171c.412-1.166 1.523-2 2.829-2zM5 3c1.306 0 2.417.834 2.829 2H17c.552 0 1 .448 1 1s-.448 1-1 1H7.83C7.417 8.165 6.305 9 5 9 3.343 9 2 7.657 2 6s1.343-3 3-3z"
|
|
7372
|
-
}
|
|
7373
|
-
]
|
|
7374
|
-
},
|
|
7375
|
-
folder: {
|
|
7376
|
-
viewBox: "0 0 20 20",
|
|
7377
|
-
paths: [
|
|
7378
|
-
{
|
|
7379
|
-
d: "M16.9 5H10.009L8.716 3.795C8.25211 3.34264 7.714 3 7.069 3H3.1C1.942 3 1 3.942 1 5.1V15.9C1 17.058 1.942 18 3.1 18H16.9C18.058 18 19 17.058 19 15.9V7.1C19 5.942 18.058 5 16.9 5Z"
|
|
7380
|
-
}
|
|
7381
|
-
]
|
|
7382
|
-
},
|
|
7383
|
-
"folder-add": {
|
|
7384
|
-
viewBox: "0 0 20 20",
|
|
7385
|
-
paths: [
|
|
7386
|
-
{
|
|
7387
|
-
d: "M16.9 5H10.009C10.009 5 9.19158 4.23037 8.716 3.795C8.24042 3.35963 7.714 3 7.069 3H3.1C1.942 3 1 3.942 1 5.1V15.9C1 17.058 1.942 18 3.1 18H16.9C18.058 18 19 17.058 19 15.9V7.1C19 5.942 18.058 5 16.9 5Z"
|
|
7388
|
-
},
|
|
7389
|
-
{
|
|
7390
|
-
d: "M13 13H11V15C11 15.5523 10.5523 16 10 16C9.44772 16 9 15.5523 9 15V13H7C6.44772 13 6 12.5523 6 12C6 11.4477 6.44772 11 7 11H9V9C9 8.44772 9.44772 8 10 8C10.5523 8 11 8.44772 11 9V11H13C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13Z",
|
|
7391
|
-
fill: "white"
|
|
7392
|
-
}
|
|
7393
|
-
]
|
|
7394
|
-
},
|
|
7395
|
-
food: {
|
|
7396
|
-
viewBox: "0 0 28 28",
|
|
7397
|
-
paths: [
|
|
7398
|
-
{
|
|
7399
|
-
d: "M17.57 9.6c.378-2.252.914-2.553 1.612-3.7.527-.833 1.064-1.4 1.612-1.7.89 0 1.611.761 1.611 1.7v17.6c0 .939-.721 1.7-1.611 1.7s-1.612-.761-1.612-1.7v-5.4l-1.611-1.7V9.6zM7.424 14.7h3.223v8.8c0 .939-.722 1.7-1.612 1.7-.89 0-1.611-.761-1.611-1.7v-8.8zM5.006 4.2c.445 0 .805.38.805.85v6.25H8.26c.008-4.92.011-6.07.01-6.25-.006-.47.34-.85.765-.85.427 0 .789.38.789.85 0 .185.008 1.335.024 6.25h2.41V5.05c0-.47.361-.85.806-.85.445 0 .806.38.806.85v6.25c0 1.878-1.443 3.4-3.223 3.4H7.423c-1.78 0-3.223-1.522-3.223-3.4V5.05c0-.47.36-.85.806-.85z"
|
|
7400
|
-
}
|
|
7401
|
-
]
|
|
7402
|
-
},
|
|
7403
|
-
import: {
|
|
7404
|
-
paths: [
|
|
7405
|
-
{
|
|
7406
|
-
d: "M13 3h3c1.105 0 2 .895 2 2v10c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2v-3h2v3h10V5h-3V3zm-5.5 7C4.467 10 2 7.533 2 4.5c0-.232.16-.434.385-.487C2.423 4.004 2.462 4 2.5 4c.186 0 .361.104.447.276l.118.235C3.832 6.046 5.374 7 7.09 7H9V5.5c0-.189.107-.362.276-.447.169-.085.373-.067.524.047l4 3c.126.094.2.243.2.4 0 .157-.074.306-.2.4l-4 3c-.15.114-.354.132-.523.047-.17-.085-.277-.258-.277-.447V10H7.5z"
|
|
7407
|
-
}
|
|
7408
|
-
]
|
|
7409
|
-
},
|
|
7410
|
-
information: {
|
|
7411
|
-
paths: [
|
|
7412
|
-
{
|
|
7413
|
-
d: "M10 8c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1zm0 8c3.307 0 6-2.693 6-6 0-3.308-2.693-6-6-6-3.308 0-6 2.692-6 6 0 3.307 2.692 6 6 6zm0-14c2.122 0 4.157.843 5.657 2.343S18 7.878 18 10s-.843 4.157-2.343 5.657S12.122 18 10 18s-4.157-.843-5.657-2.343S2 12.122 2 10c0-4.418 3.582-8 8-8zm0 12c-.552 0-1-.448-1-1v-3c0-.552.448-1 1-1s1 .448 1 1v3c0 .552-.448 1-1 1z"
|
|
7414
|
-
}
|
|
7415
|
-
]
|
|
7416
|
-
},
|
|
7417
|
-
insurance: {
|
|
7418
|
-
paths: [
|
|
7419
|
-
{
|
|
7420
|
-
d: "M9.883 9.16l.28.002c.31.001.559.252.559.56v4.827c0 .675-.282 1.292-.734 1.733-.452.443-1.083.718-1.773.718s-1.32-.275-1.772-.718c-.452-.441-.734-1.058-.734-1.733l.008-.08c.037-.178.195-.312.384-.312h.62c.216 0 .392.175.392.392 0 .3.122.565.323.762.201.197.473.316.78.317.307-.001.578-.12.78-.317.2-.197.322-.462.322-.762v-4.83c.002-.31.255-.56.565-.559zM10.02 2c.387 0 .701.314.701.702v.406c3.937.32 7.054 2.987 7.279 6.772-.463-.751-1.32-1.257-2.3-1.257-1.09 0-2.027.623-2.442 1.515l-.006-.012c-.556-1.186-1.8-2.013-3.252-2.013-1.454 0-2.7.83-3.256 2.025-.417-.892-1.352-1.516-2.442-1.516-.983 0-1.837.506-2.302 1.257.225-3.797 3.364-6.469 7.318-6.774v-.403c0-.388.314-.702.702-.702z"
|
|
7421
|
-
}
|
|
7422
|
-
]
|
|
7423
|
-
},
|
|
7424
|
-
link: {
|
|
7425
|
-
viewBox: "0 0 10 10",
|
|
7426
|
-
paths: [
|
|
7427
|
-
{
|
|
7428
|
-
d: "M4.20342 6.50301C4.66953 6.96668 5.28934 7.22208 5.94843 7.22208C6.60772 7.22208 7.22733 6.96668 7.69363 6.50301L9.14549 5.05875C10.1078 4.10152 10.1078 2.54421 9.14549 1.58699C8.18324 0.629954 6.61774 0.629763 5.65548 1.58699L5.03375 2.20508C4.82073 2.41699 4.82073 2.76072 5.03375 2.97263C5.24677 3.18453 5.5923 3.18453 5.80533 2.97263L6.42686 2.35434C6.96366 1.82035 7.83693 1.82035 8.37372 2.35434C8.91051 2.88832 8.91051 3.75703 8.37372 4.29101L6.92186 5.73528C6.66184 5.99413 6.31612 6.13649 5.94843 6.13649C5.58075 6.13649 5.23502 5.99413 4.975 5.73547C4.76198 5.52356 4.41645 5.52356 4.20342 5.73547C3.9904 5.94738 3.9904 6.29111 4.20342 6.50301ZM1.5889 9.15006C2.05503 9.61374 2.67485 9.86914 3.33397 9.86914C3.99328 9.86914 4.61291 9.61374 5.07904 9.15026L5.70059 8.53196C5.91362 8.32005 5.91362 7.97632 5.70059 7.76441C5.48757 7.5525 5.14202 7.5525 4.92899 7.76441L4.30743 8.3827C4.04741 8.64137 3.70167 8.78372 3.33397 8.78372C2.96627 8.78372 2.62054 8.64117 2.36051 8.38251C1.8237 7.84852 1.8237 6.97981 2.36051 6.44582L3.81242 5.00153C4.34923 4.46754 5.22253 4.46754 5.75934 5.00153C5.97237 5.21344 6.31792 5.21344 6.53095 5.00153C6.74397 4.78962 6.74397 4.44589 6.53095 4.23398C5.56866 3.27694 4.0031 3.27694 3.04081 4.23398L1.5889 5.67827C0.626615 6.6355 0.626615 8.19283 1.5889 9.15006Z"
|
|
7429
|
-
}
|
|
7430
|
-
]
|
|
7431
|
-
},
|
|
7432
|
-
list: {
|
|
7433
|
-
paths: [
|
|
7434
|
-
{
|
|
7435
|
-
d: "M4 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H5Z"
|
|
7436
|
-
}
|
|
7437
|
-
]
|
|
7438
|
-
},
|
|
7439
|
-
lock: {
|
|
7440
|
-
paths: [
|
|
7441
|
-
{
|
|
7442
|
-
d: "M10 2C12.21 2 14 3.79 14 6V8H15C16.105 8 17 8.895 17 10V16C17 17.105 16.105 18 15 18H5C3.895 18 3 17.105 3 16V10C3 8.895 3.895 8 5 8H6V6C6 3.79 7.79 2 10 2ZM10 11C8.895 11 8 11.895 8 13C8 14.105 8.895 15 10 15C11.105 15 12 14.105 12 13C12 11.895 11.105 11 10 11ZM8 6C8 4.895 8.895 4 10 4C11.105 4 12 4.895 12 6V8H8V6Z"
|
|
7443
|
-
}
|
|
7444
|
-
]
|
|
7445
|
-
},
|
|
7446
|
-
"lock-open": {
|
|
7447
|
-
paths: [
|
|
7448
|
-
{
|
|
7449
|
-
d: "M14 5C14 2.79 12.21 1 10 1C7.79 1 6 2.79 6 5V8H5C3.895 8 3 8.895 3 10V16C3 17.105 3.895 18 5 18H15C16.105 18 17 17.105 17 16V10C17 8.895 16.105 8 15 8H14H12H11H8V5C8 3.895 8.895 3 10 3C11.105 3 12 3.895 12 5H14ZM8 13C8 11.895 8.895 11 10 11C11.105 11 12 11.895 12 13C12 14.105 11.105 15 10 15C8.895 15 8 14.105 8 13Z"
|
|
7450
|
-
}
|
|
7451
|
-
]
|
|
7452
|
-
},
|
|
7453
|
-
male: {
|
|
7454
|
-
paths: [
|
|
7455
|
-
{
|
|
7456
|
-
d: "M11.995 4c0 1.105-.895 2-2 2-1.104 0-2-.895-2-2s.896-2 2-2c1.105 0 2 .895 2 2zM8 7h3.992c1.105 0 2 .895 2 2v4h-1.997v5h-4L8 13H6.005L6 9c0-1.105.895-2 2-2z"
|
|
7457
|
-
}
|
|
7458
|
-
]
|
|
7459
|
-
},
|
|
7460
|
-
menu: {
|
|
7461
|
-
viewBox: "1 1 16 16",
|
|
7462
|
-
paths: [
|
|
7463
|
-
{
|
|
7464
|
-
d: "M5.08154 9.02148C5.08154 8.77083 5.16211 8.55778 5.32324 8.38232C5.48438 8.20687 5.70817 8.11914 5.99463 8.11914C6.28109 8.11914 6.50667 8.20687 6.67139 8.38232C6.8361 8.55778 6.91846 8.77083 6.91846 9.02148C6.91846 9.27214 6.8361 9.47803 6.67139 9.63916C6.50667 9.80029 6.28109 9.88086 5.99463 9.88086C5.70817 9.88086 5.48438 9.80029 5.32324 9.63916C5.16211 9.47803 5.08154 9.27214 5.08154 9.02148ZM8.08154 9.02148C8.08154 8.77083 8.16211 8.55778 8.32324 8.38232C8.48438 8.20687 8.70817 8.11914 8.99463 8.11914C9.28109 8.11914 9.50667 8.20687 9.67139 8.38232C9.8361 8.55778 9.91846 8.77083 9.91846 9.02148C9.91846 9.27214 9.8361 9.47803 9.67139 9.63916C9.50667 9.80029 9.28109 9.88086 8.99463 9.88086C8.70817 9.88086 8.48438 9.80029 8.32324 9.63916C8.16211 9.47803 8.08154 9.27214 8.08154 9.02148ZM11.0815 9.02148C11.0815 8.77083 11.1621 8.55778 11.3232 8.38232C11.4844 8.20687 11.7082 8.11914 11.9946 8.11914C12.2811 8.11914 12.5067 8.20687 12.6714 8.38232C12.8361 8.55778 12.9185 8.77083 12.9185 9.02148C12.9185 9.27214 12.8361 9.47803 12.6714 9.63916C12.5067 9.80029 12.2811 9.88086 11.9946 9.88086C11.7082 9.88086 11.4844 9.80029 11.3232 9.63916C11.1621 9.47803 11.0815 9.27214 11.0815 9.02148Z"
|
|
7465
|
-
}
|
|
7466
|
-
]
|
|
7467
|
-
},
|
|
7468
|
-
minus: {
|
|
7469
|
-
paths: [
|
|
7470
|
-
{
|
|
7471
|
-
d: "M16 11H4a1 1 0 1 1 0-2h12a1 1 0 1 1 0 2Z"
|
|
7472
|
-
}
|
|
7473
|
-
]
|
|
7474
|
-
},
|
|
7475
|
-
"burger-menu": {
|
|
7476
|
-
viewBox: "0 0 32 32",
|
|
7477
|
-
paths: [
|
|
7478
|
-
{
|
|
7479
|
-
d: "M4 6H28V9H4V6ZM4 14H28V17H4V14ZM28 22H4V25H28V22Z"
|
|
7480
|
-
}
|
|
7481
|
-
]
|
|
7482
|
-
},
|
|
7483
|
-
pencil: {
|
|
7484
|
-
paths: [
|
|
7485
|
-
{
|
|
7486
|
-
d: "M16.801105,6.75351213 C17.0662983,6.48786718 17.0662983,6.04512559 16.801105,5.79310345 L15.2099448,4.19923372 C14.958351,3.93358876 14.5163621,3.93358876 14.2511687,4.19923372 L13,5.44572158 L15.5499363,8 L16.801105,6.75351213 Z M5,13.4696356 L5,16 L7.53207292,16 L15,8.53036437 L12.4679271,6 L5,13.4696356 Z"
|
|
7487
|
-
}
|
|
7488
|
-
]
|
|
7489
|
-
},
|
|
7490
|
-
pin: {
|
|
7491
|
-
viewBox: "0 0 20 20",
|
|
7492
|
-
paths: [
|
|
7493
|
-
{
|
|
7494
|
-
d: "M10 2a5.995 5.995 0 0 1 5.98 5.596c.012.122.02.255.02.404 0 3.534-3.7 7.684-5.289 9.303a.995.995 0 0 1-1.422 0C7.7 15.684 4 11.534 4 8c0-.15.008-.282.02-.404A5.995 5.995 0 0 1 10 2ZM7 8a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z"
|
|
7495
|
-
}
|
|
7496
|
-
]
|
|
7497
|
-
},
|
|
7498
|
-
plane: {
|
|
7499
|
-
paths: [
|
|
7500
|
-
{
|
|
7501
|
-
d: "M19 10c0-.59-.53-1.105-1.137-1.105h-4.168L8.22 3H6.705l3.58 5.895h-4.17L4.138 7.42H3L4.6 10 3 12.579h1.137l1.979-1.474h4.168L6.705 17h1.516l5.474-5.895h4.168C18.47 11.105 19 10.59 19 10z"
|
|
7502
|
-
}
|
|
7503
|
-
]
|
|
7504
|
-
},
|
|
7505
|
-
"plane-circle": {
|
|
7506
|
-
viewBox: "0 0 30 30",
|
|
7507
|
-
paths: [
|
|
7508
|
-
{
|
|
7509
|
-
d: "M15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15C0 6.716 6.716 0 15 0zm-3.125 5h-2.75l5.5 8.143H9.812l-2.75-2.714H5l2.578 4.068L5 18.571h2.063l2.75-2.714h4.812L9.125 24h2.75l8.25-8.143h5.5c.845 0 1.375-.548 1.375-1.356 0-.81-.53-1.358-1.375-1.358h-5.5L11.875 5z"
|
|
7510
|
-
}
|
|
7511
|
-
]
|
|
7512
|
-
},
|
|
7513
|
-
plus: {
|
|
7514
|
-
paths: [
|
|
7515
|
-
{
|
|
7516
|
-
d: "M16 11h-5v5a1 1 0 1 1-2 0v-5H4a1 1 0 1 1 0-2h5V4a1 1 0 0 1 2 0v5h5a1 1 0 1 1 0 2Z"
|
|
7517
|
-
}
|
|
7518
|
-
]
|
|
7519
|
-
},
|
|
7520
|
-
presentation: {
|
|
7521
|
-
viewBox: "0 0 20 20",
|
|
7522
|
-
paths: [
|
|
7523
|
-
{
|
|
7524
|
-
d: "M8 10H12V11H8V10Z"
|
|
7525
|
-
},
|
|
7526
|
-
{
|
|
7527
|
-
d: "M14 8H6V9H14V8Z"
|
|
7528
|
-
},
|
|
7529
|
-
{
|
|
7530
|
-
d: "M4 2C2.89543 2 2 2.89543 2 4V13C2 14.1046 2.89543 15 4 15H7.6906L5.76795 18.3301L7.5 19.3301L10 15L12.5004 19.3301L14.2324 18.3301L12.3098 15H16C17.1046 15 18 14.1046 18 13V4C18 2.89543 17.1046 2 16 2H4ZM16 6H4V13H16V6Z"
|
|
7531
|
-
}
|
|
7532
|
-
]
|
|
7533
|
-
},
|
|
7534
|
-
print: {
|
|
7535
|
-
paths: [
|
|
7536
|
-
{
|
|
7537
|
-
strokeLinecap: "round",
|
|
7538
|
-
strokeLinejoin: "round",
|
|
7539
|
-
strokeWidth: 2,
|
|
7540
|
-
stroke: "currentColor",
|
|
7541
|
-
fill: "none",
|
|
7542
|
-
transform: "translate(2 2)",
|
|
7543
|
-
d: "M3.2 5.6L3.2 0 12.8 0 12.8 5.6M3.2 12.8H1.6c-.884 0-1.6-.716-1.6-1.6v-4c0-.884.716-1.6 1.6-1.6h12.8c.884 0 1.6.716 1.6 1.6v4c0 .884-.716 1.6-1.6 1.6h-1.6"
|
|
7544
|
-
},
|
|
7545
|
-
{
|
|
7546
|
-
strokeLinecap: "round",
|
|
7547
|
-
strokeLinejoin: "round",
|
|
7548
|
-
strokeWidth: 2,
|
|
7549
|
-
stroke: "currentColor",
|
|
7550
|
-
fill: "none",
|
|
7551
|
-
transform: "translate(2 2)",
|
|
7552
|
-
d: "M3.2 9.6H12.8V16H3.2z"
|
|
7553
|
-
}
|
|
7554
|
-
]
|
|
7555
|
-
},
|
|
7556
|
-
question: {
|
|
7557
|
-
paths: [
|
|
7558
|
-
{
|
|
7559
|
-
d: "M10 2c4.419 0 8 3.581 8 8 0 4.419-3.581 8-8 8-4.418 0-8-3.581-8-8 0-4.419 3.582-8 8-8zm0 12c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1zm0-9.6c-1.767 0-3.2 1.433-3.2 3.2h1.6c0-.884.716-1.6 1.6-1.6.884 0 1.6.716 1.6 1.6 0 .442-.18.842-.469 1.131l-.994 1.007C9.558 10.317 9.2 11.117 9.2 12v.4h1.6c0-1.2.358-1.684.937-2.263l.716-.734c.462-.461.747-1.099.747-1.803 0-1.767-1.433-3.2-3.2-3.2z",
|
|
7560
|
-
fillRule: "nonzero"
|
|
7561
|
-
}
|
|
7562
|
-
]
|
|
7563
|
-
},
|
|
7564
|
-
refresh: {
|
|
7565
|
-
viewBox: "0 0 20 20",
|
|
7566
|
-
paths: [
|
|
7567
|
-
{
|
|
7568
|
-
d: "M17.071 10.001a1 1 0 0 0-1.13.85C15.522 13.786 12.968 16 10 16c-1.42 0-2.773-.51-3.839-1.398l1.68-1.678A.542.542 0 0 0 7.457 12H2.541a.54.54 0 0 0-.54.541v4.917a.54.54 0 0 0 .923.382l1.815-1.815A8.007 8.007 0 0 0 10 18c3.96 0 7.364-2.953 7.921-6.868a1.001 1.001 0 0 0-.85-1.131Zm.93-7.459v4.917a.542.542 0 0 1-.542.541h-4.917a.541.541 0 0 1-.383-.924l1.68-1.678A6.012 6.012 0 0 0 10 4C7.03 4 4.476 6.214 4.06 9.149a1.003 1.003 0 0 1-1.132.85 1 1 0 0 1-.848-1.131C2.635 4.953 6.041 2 10 2c1.954 0 3.818.717 5.26 1.975l1.816-1.816a.542.542 0 0 1 .924.383"
|
|
7569
|
-
}
|
|
7570
|
-
]
|
|
7571
|
-
},
|
|
7572
|
-
repeat: {
|
|
7573
|
-
viewBox: "0 0 20 20",
|
|
7574
|
-
paths: [
|
|
7575
|
-
{
|
|
7576
|
-
d: "m17.146 2.854-1.5 1.5A7.991 7.991 0 0 0 10 1.998C5.589 2 2 5.59 2 10c0 4.413 3.588 8 8 8 3.543 0 6.704-2.373 7.687-5.774a.999.999 0 0 0-.684-1.237 1.002 1.002 0 0 0-1.239.683A6.023 6.023 0 0 1 10.002 16c-3.31 0-6-2.691-6-6s2.69-6 6-6c1.601 0 3.119.65 4.234 1.765l-1.631 1.631a.5.5 0 0 0 .354.854H17.5a.5.5 0 0 0 .5-.5V3.208a.501.501 0 0 0-.855-.354"
|
|
7577
|
-
}
|
|
7578
|
-
]
|
|
7579
|
-
},
|
|
7580
|
-
rocket: {
|
|
7581
|
-
paths: [
|
|
7582
|
-
{
|
|
7583
|
-
d: "M7.55 16.096c.273.273.273.716 0 .99-.064.063-.14.114-.222.149-1.35.572-2.218.664-2.607.275-.388-.388-.297-1.257.276-2.607.15-.355.561-.521.917-.37.083.035.158.085.221.149l1.414 1.414zM16.742 5.49c2.828 2.828-2.121 7.778-2.121 7.778.435.436-.136 2.282-1.715 5.538-.12.249-.42.352-.668.232-.087-.043-.16-.11-.21-.193l-1.65-2.749c-.471.472-.943.472-1.414 0l-2.829-2.828c-.471-.472-.471-.943 0-1.414l-2.749-1.65c-.237-.142-.313-.45-.171-.686.05-.083.123-.15.21-.193 3.257-1.578 5.103-2.15 5.539-1.714l.022-.022c.363-.354 5.038-4.817 7.756-2.1z"
|
|
7584
|
-
},
|
|
7585
|
-
{
|
|
7586
|
-
d: "M14.62 7.61c-.78-.78-2.047-.78-2.828 0-.78.782-.78 2.048 0 2.83.781.78 2.048.78 2.829 0 .78-.782.78-2.048 0-2.83z"
|
|
7587
|
-
}
|
|
7588
|
-
]
|
|
7589
|
-
},
|
|
7590
|
-
"round-trip": {
|
|
7591
|
-
paths: [
|
|
7592
|
-
{
|
|
7593
|
-
d: "M5.234 10.3c.387-.395 1.02-.4 1.414-.013.394.387.4 1.02.013 1.414L5.383 13H17c.552 0 1 .448 1 1s-.448 1-1 1H5.415l1.292 1.293c.36.36.388.928.083 1.32l-.083.094c-.39.39-1.024.39-1.414 0l-3-3c-.388-.388-.391-1.016-.006-1.408l2.947-3zm9.532-8l2.947 3c.385.39.382 1.019-.006 1.407l-3 3c-.39.39-1.024.39-1.414 0-.39-.39-.39-1.024 0-1.414L14.584 7H3c-.552 0-1-.448-1-1s.448-1 1-1h11.616l-1.277-1.3c-.387-.393-.381-1.026.013-1.413.393-.387 1.027-.382 1.414.012z"
|
|
7594
|
-
}
|
|
7595
|
-
]
|
|
7596
|
-
},
|
|
7597
|
-
"vendor-logo": {
|
|
7598
|
-
viewBox: "0 0 30 30",
|
|
7599
|
-
paths: []
|
|
7600
|
-
},
|
|
7601
|
-
scan: {
|
|
7602
|
-
paths: [
|
|
7603
|
-
{
|
|
7604
|
-
strokeLinecap: "round",
|
|
7605
|
-
strokeLinejoin: "round",
|
|
7606
|
-
d: "M6.5 4.5L6.5 15M16.5 4.5L16.5 15",
|
|
7607
|
-
strokeWidth: 2.5,
|
|
7608
|
-
stroke: "currentColor"
|
|
7609
|
-
},
|
|
7610
|
-
{
|
|
7611
|
-
strokeLinecap: "round",
|
|
7612
|
-
strokeLinejoin: "round",
|
|
7613
|
-
strokeWidth: 1.5,
|
|
7614
|
-
d: "M3 4L3 15.483M10 4L10 15.483M13 4L13 15.483",
|
|
7615
|
-
stroke: "currentColor"
|
|
7616
|
-
}
|
|
7617
|
-
]
|
|
7618
|
-
},
|
|
7619
|
-
search: {
|
|
7620
|
-
paths: [
|
|
7621
|
-
{
|
|
7622
|
-
d: "M9 2c3.866 0 7 3.134 7 7 0 1.7-.606 3.259-1.614 4.472l2.589 2.59c.39.39.39 1.023 0 1.414-.39.39-1.024.39-1.414 0l-2.662-2.661C11.785 15.563 10.443 16 9 16c-3.866 0-7-3.134-7-7s3.134-7 7-7zm0 2C6.239 4 4 6.239 4 9s2.239 5 5 5 5-2.239 5-5-2.239-5-5-5z"
|
|
7623
|
-
}
|
|
7624
|
-
]
|
|
7625
|
-
},
|
|
7626
|
-
"send-email": {
|
|
7627
|
-
paths: [
|
|
7628
|
-
{
|
|
7629
|
-
d: "M16.4 4c.884 0 1.6.672 1.6 1.5V10h-2V8l-5.102 2.55c-.504.253-1.3.249-1.796 0L4 8v6h6v2H3.6c-.884 0-1.6-.672-1.6-1.5v-9C2 4.672 2.716 4 3.6 4h12.8Zm0 12c.884 0 1.6-.672 1.6-1.5v.05c0 .8-.65 1.45-1.45 1.45h-.15ZM4 6h12l-5.102 2.55c-.496.249-1.292.253-1.796 0L4 6Z",
|
|
7630
|
-
fillRule: "evenodd",
|
|
7631
|
-
clipRule: "evenodd"
|
|
7632
|
-
},
|
|
7633
|
-
{
|
|
7634
|
-
d: "m19.707 14.293-3-3a.999.999 0 1 0-1.414 1.414L16.586 14H12a1 1 0 1 0 0 2h4.586l-1.293 1.293a.999.999 0 1 0 1.414 1.414l3-3a.999.999 0 0 0 0-1.414Z"
|
|
7635
|
-
}
|
|
7636
|
-
]
|
|
7637
|
-
},
|
|
7638
|
-
settings: {
|
|
7639
|
-
paths: [
|
|
7640
|
-
{
|
|
7641
|
-
d: "M13.227 9.987a3.234 3.234 0 10-3.231 3.235 3.249 3.249 0 003.23-3.235M10.192 18.8h-.394l-.201-.06a1.764 1.764 0 01-1.174-1.008 3.812 3.812 0 00-.45-.758 1.41 1.41 0 00-.994-.624 2.644 2.644 0 00-1.32.206 1.69 1.69 0 01-2.248-2.194c.156-.35.239-.725.243-1.107a1.335 1.335 0 00-.23-.825 2.564 2.564 0 00-1.148-.87 1.652 1.652 0 01-.68-.505 1.675 1.675 0 01.648-2.633c.313-.12.6-.3.844-.53a1.43 1.43 0 00.529-.855 2.585 2.585 0 00-.203-1.41 1.689 1.689 0 01-.037-1.235c.353-1.057 1.533-1.323 2.275-.981.344.158.72.237 1.098.23.283.013.563-.066.798-.225.398-.29.703-.69.88-1.15a1.697 1.697 0 013.144-.017c.12.312.3.599.528.844.228.29.56.48.927.53.455.045.914-.03 1.332-.214a1.679 1.679 0 011.25-.037c1.04.353 1.314 1.53.976 2.267a2.533 2.533 0 00-.245 1.093c-.013.282.064.562.22.798.302.41.718.724 1.196.9.319.122.585.35.752.648.113.228.21.463.293.705v.395c-.016.049-.033.096-.048.146a1.735 1.735 0 01-1.081 1.249 2.544 2.544 0 00-.881.59 1.34 1.34 0 00-.434.83c-.044.45.028.906.208 1.32.128.288.172.605.127.916-.176 1.316-1.506 1.715-2.347 1.334a2.6 2.6 0 00-1.095-.23 1.323 1.323 0 00-.847.253 2.7 2.7 0 00-.852 1.165c-.095.23-.243.436-.432.598a2.164 2.164 0 01-.927.45"
|
|
7642
|
-
}
|
|
7643
|
-
]
|
|
7644
|
-
},
|
|
7645
|
-
"sign-out": {
|
|
7646
|
-
paths: [
|
|
7647
|
-
{
|
|
7648
|
-
d: "M3.66747 12.9846C3.16821 13.2199 2.94915 13.8197 3.24483 14.2858C4.03341 15.5287 5.15368 16.5359 6.48783 17.1878C8.12272 17.9867 9.98108 18.2043 11.7563 17.8048C13.5315 17.4054 15.1175 16.4126 16.2526 14.9905C17.3877 13.5683 18.0041 11.8017 18 9.98205C17.9959 8.16244 17.3716 6.39858 16.2302 4.98152C15.0887 3.56446 13.4983 2.57887 11.7213 2.18736C9.94426 1.79586 8.08689 2.02184 6.45561 2.82802C5.12439 3.48591 4.00866 4.49809 3.22566 5.74458C2.93208 6.21196 3.15383 6.81077 3.65414 7.04383C4.15445 7.2769 4.74257 7.05391 5.05534 6.59915C5.63276 5.75963 6.41786 5.07616 7.34114 4.61988C8.56486 4.01511 9.95819 3.84559 11.2912 4.13928C12.6242 4.43297 13.8173 5.17232 14.6736 6.23534C15.5299 7.29836 15.9982 8.62153 16.0013 9.98653C16.0043 11.3515 15.542 12.6768 14.6905 13.7436C13.839 14.8105 12.6492 15.5552 11.3175 15.8549C9.98581 16.1545 8.59174 15.9913 7.36532 15.392C6.44 14.9399 5.65184 14.2599 5.07066 13.423C4.75584 12.9697 4.16673 12.7493 3.66747 12.9846Z"
|
|
7649
|
-
},
|
|
7650
|
-
{
|
|
7651
|
-
d: "M10.1505 9.04233L3 9.00006C2.44771 9.00006 2 9.44778 2 10.0001C2 10.5523 2.44771 11.0001 3 11.0001L10.1507 11.0423L8.3375 12.8555C7.94415 13.2489 7.94415 13.8866 8.3375 14.28C8.73085 14.6733 9.36859 14.6733 9.76194 14.28L13.2872 10.7547C13.6806 10.3613 13.6806 9.72357 13.2872 9.33022L9.76194 5.80491C9.36859 5.41156 8.73085 5.41156 8.3375 5.80491C7.94415 6.19826 7.94415 6.836 8.3375 7.22935L10.1505 9.04233Z"
|
|
7652
|
-
}
|
|
7653
|
-
]
|
|
7654
|
-
},
|
|
7655
|
-
size: {
|
|
7656
|
-
paths: [
|
|
7657
|
-
{
|
|
7658
|
-
strokeLinecap: "round",
|
|
7659
|
-
strokeLinejoin: "round",
|
|
7660
|
-
strokeWidth: 2,
|
|
7661
|
-
fill: "none",
|
|
7662
|
-
stroke: "currentColor",
|
|
7663
|
-
d: "M6.889 3H4.556C3.696 3 3 3.696 3 4.556v2.333m14 0V4.556C17 3.696 16.304 3 15.444 3h-2.333m0 14h2.333c.86 0 1.556-.696 1.556-1.556v-2.333m-14 0v2.333C3 16.304 3.696 17 4.556 17h2.333"
|
|
7664
|
-
}
|
|
7665
|
-
]
|
|
7666
|
-
},
|
|
7667
|
-
sort: {
|
|
7668
|
-
paths: [
|
|
7669
|
-
{
|
|
7670
|
-
d: "M10 9h6v2h-6V9zm0 4h4v2h-4v-2zm0-8h8v2h-8V5zm-4 8h2l-3 3-3-3h2V7H2l3-3 3 3H6v6z"
|
|
7671
|
-
}
|
|
7672
|
-
]
|
|
7673
|
-
},
|
|
7674
|
-
"sort-asc": {
|
|
7675
|
-
viewBox: "0 0 16 16",
|
|
7676
|
-
paths: [
|
|
7677
|
-
{
|
|
7678
|
-
d: "M7.478 3c.414 0 .749.335.749.748l-.001 6.937 2.61-2.609c.266-.266.683-.29.977-.073l.084.073.073.084c.218.294.194.711-.073.978L8.185 12.85c-.39.39-1.023.39-1.414 0l-3.71-3.71c-.294-.294-.294-.77 0-1.063.293-.294.77-.294 1.063 0l2.605 2.605V3.748c0-.378.282-.692.648-.741z"
|
|
7679
|
-
}
|
|
7680
|
-
]
|
|
7681
|
-
},
|
|
7682
|
-
"sort-desc": {
|
|
7683
|
-
viewBox: "0 0 16 16",
|
|
7684
|
-
paths: [
|
|
7685
|
-
{
|
|
7686
|
-
transform: "rotate(180, 8, 8)",
|
|
7687
|
-
d: "M7.478 3c.414 0 .749.335.749.748l-.001 6.937 2.61-2.609c.266-.266.683-.29.977-.073l.084.073.073.084c.218.294.194.711-.073.978L8.185 12.85c-.39.39-1.023.39-1.414 0l-3.71-3.71c-.294-.294-.294-.77 0-1.063.293-.294.77-.294 1.063 0l2.605 2.605V3.748c0-.378.282-.692.648-.741z"
|
|
7688
|
-
}
|
|
7689
|
-
]
|
|
7690
|
-
},
|
|
7691
|
-
"sort-list-asc": {
|
|
7692
|
-
paths: [
|
|
7693
|
-
{
|
|
7694
|
-
d: "M10 11h6V9h-6v2zm0-4h4V5h-4v2zm0 8h8v-2h-8v2zm-4-2h2l-3 3-3-3h2V4h2v9z"
|
|
7695
|
-
}
|
|
7696
|
-
]
|
|
7697
|
-
},
|
|
7698
|
-
"sort-list-desc": {
|
|
7699
|
-
paths: [
|
|
7700
|
-
{
|
|
7701
|
-
d: "M10 9h6v2h-6V9zm0 4h4v2h-4v-2zm0-8h8v2h-8V5zM6 7h2L5 4 2 7h2v9h2V7z"
|
|
7702
|
-
}
|
|
7703
|
-
]
|
|
7704
|
-
},
|
|
7705
|
-
star: {
|
|
7706
|
-
viewBox: "0 0 26 26",
|
|
7707
|
-
paths: [
|
|
7708
|
-
{
|
|
7709
|
-
d: "M13 5L15.472 10.047 21 10.861 17 14.787 17.944 20.333 13 17.713 8.056 20.333 9 14.787 5 10.861 10.528 10.047z",
|
|
7710
|
-
stroke: "currentColor",
|
|
7711
|
-
strokeLinecap: "round",
|
|
7712
|
-
strokeLinejoin: "round",
|
|
7713
|
-
strokeWidth: 1.536
|
|
7714
|
-
}
|
|
7715
|
-
]
|
|
7716
|
-
},
|
|
7717
|
-
"status-error": {
|
|
7718
|
-
paths: [
|
|
7719
|
-
{
|
|
7720
|
-
d: "M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"
|
|
7721
|
-
},
|
|
7722
|
-
{
|
|
7723
|
-
d: "M14 11H6c-.552 0-1-.448-1-1s.448-1 1-1h8c.552 0 1 .448 1 1s-.448 1-1 1z",
|
|
7724
|
-
fill: "#FFF"
|
|
7725
|
-
}
|
|
7726
|
-
]
|
|
7727
|
-
},
|
|
7728
|
-
"status-info": {
|
|
7729
|
-
paths: [
|
|
7730
|
-
{
|
|
7731
|
-
d: "M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"
|
|
7732
|
-
},
|
|
7733
|
-
{
|
|
7734
|
-
d: "M10 15c-.552 0-1-.448-1-1v-4c0-.552.448-1 1-1s1 .448 1 1v4c0 .552-.448 1-1 1zM10 7c-.552 0-1-.448-1-1s.448-1 1-1 1 .448 1 1-.448 1-1 1z",
|
|
7735
|
-
fill: "#FFF"
|
|
7736
|
-
}
|
|
7737
|
-
]
|
|
7738
|
-
},
|
|
7739
|
-
"status-not-ok": {
|
|
7740
|
-
paths: [
|
|
7741
|
-
{
|
|
7742
|
-
d: "M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"
|
|
7743
|
-
},
|
|
7744
|
-
{
|
|
7745
|
-
d: "M11.414 10l2.293-2.293c.391-.391.391-1.023 0-1.414-.39-.391-1.023-.391-1.414 0L10 8.586 7.707 6.293c-.39-.391-1.023-.391-1.414 0-.39.391-.39 1.023 0 1.414L8.586 10l-2.293 2.293c-.39.391-.39 1.023 0 1.414.195.195.451.293.707.293.256 0 .512-.098.707-.293L10 11.414l2.293 2.293c.195.195.451.293.707.293.256 0 .512-.098.707-.293.391-.391.391-1.023 0-1.414L11.414 10z",
|
|
7746
|
-
fill: "#FFF"
|
|
7747
|
-
}
|
|
7748
|
-
]
|
|
7749
|
-
},
|
|
7750
|
-
"status-ok": {
|
|
7751
|
-
paths: [
|
|
7752
|
-
{
|
|
7753
|
-
d: "M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"
|
|
7754
|
-
},
|
|
7755
|
-
{
|
|
7756
|
-
d: "M8.333 11.252l4.96-4.96c.39-.39 1.024-.39 1.414 0 .39.391.39 1.025 0 1.415L9.04 13.374c-.39.39-1.023.39-1.414 0L5.293 11.04c-.39-.39-.39-1.023 0-1.414.39-.39 1.024-.39 1.414 0l1.626 1.626z",
|
|
7757
|
-
fill: "#FFF"
|
|
7758
|
-
}
|
|
7759
|
-
]
|
|
7760
|
-
},
|
|
7761
|
-
"status-warning": {
|
|
7762
|
-
paths: [
|
|
7763
|
-
{
|
|
7764
|
-
d: "M10 0C4.48 0 0 4.48 0 10s4.48 10 10 10 10-4.48 10-10S15.52 0 10 0z"
|
|
7765
|
-
},
|
|
7766
|
-
{
|
|
7767
|
-
d: "M10 5c-.552 0-1 .448-1 1v4c0 .552.448 1 1 1s1-.448 1-1V6c0-.552-.448-1-1-1zM10 13c-.552 0-1 .448-1 1s.448 1 1 1 1-.448 1-1-.448-1-1-1z",
|
|
7768
|
-
fill: "#FFF"
|
|
7769
|
-
}
|
|
7770
|
-
]
|
|
7771
|
-
},
|
|
7772
|
-
"three-circles": {
|
|
7773
|
-
viewBox: "0 0 14 13",
|
|
7774
|
-
paths: [
|
|
7775
|
-
{
|
|
7776
|
-
d: "M7 6C8.65685 6 10 4.65685 10 3C10 1.34315 8.65685 0 7 0C5.34315 0 4 1.34315 4 3C4 4.65685 5.34315 6 7 6ZM6 9.5C6 11.1569 4.65685 12.5 3 12.5C1.34315 12.5 0 11.1569 0 9.5C0 7.84315 1.34315 6.5 3 6.5C4.65685 6.5 6 7.84315 6 9.5ZM14 9.5C14 11.1569 12.6569 12.5 11 12.5C9.34315 12.5 8 11.1569 8 9.5C8 7.84315 9.34315 6.5 11 6.5C12.6569 6.5 14 7.84315 14 9.5Z"
|
|
7777
|
-
}
|
|
7778
|
-
]
|
|
7779
|
-
},
|
|
7780
|
-
"ticket-revert": {
|
|
7781
|
-
paths: [
|
|
7782
|
-
{
|
|
7783
|
-
d: "M18.498 4c.552 0 1 .448 1 1v2.626l-.63.424c-.535.36-.856.963-.856 1.608 0 .645.321 1.248.857 1.608l.63.424v2.803c0 .552-.449 1-1 1H3c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h15.498zm-4.123 5.8c-.345 0-.625.269-.625.6v.6c0 .33-.28.6-.625.6H7.134l.495-.476c.244-.234.244-.614 0-.848-.244-.235-.64-.235-.883 0l-1.563 1.5c-.244.234-.244.614 0 .848l1.563 1.5c.122.117.281.176.441.176.16 0 .32-.059.442-.176.244-.234.244-.614 0-.848l-.495-.476h5.991C14.159 12.8 15 11.993 15 11v-.6c0-.331-.28-.6-.625-.6zm-1.12-4.324c-.245-.235-.64-.235-.884 0-.244.234-.244.614 0 .848l.495.476H6.875C5.841 6.8 5 7.607 5 8.6v.6c0 .331.28.6.625.6s.625-.269.625-.6v-.6c0-.331.28-.6.625-.6h5.991l-.495.476c-.244.234-.244.614 0 .848.122.117.281.176.441.176.16 0 .32-.059.442-.176l1.563-1.5c.244-.234.244-.614 0-.848z"
|
|
7784
|
-
}
|
|
7785
|
-
]
|
|
7786
|
-
},
|
|
7787
|
-
ticket: {
|
|
7788
|
-
paths: [
|
|
7789
|
-
{
|
|
7790
|
-
d: "M14 4v2h1V4h3.498c.552 0 1 .448 1 1v2.626l-.63.424c-.535.36-.856.963-.856 1.608 0 .645.321 1.248.857 1.608l.63.424v2.803c0 .552-.449 1-1 1H3c-.552 0-1-.448-1-1V5c0-.552.448-1 1-1h11zm1 9h-1v2h1v-2zm-3.318-7.182c-.24-.24-.557-.25-.802-.006l-1.59 1.59-4.812-.037-.795.795 4.015.834-1.392 1.392-1.604-.013-.596.597 1.957.466.467 1.958.597-.596-.013-1.604 1.392-1.392.834 4.015.795-.795-.038-4.811 1.591-1.591c.245-.245.235-.561-.006-.802zM15 10h-1v2h1v-2zm0-3h-1v2h1V7z"
|
|
7791
|
-
}
|
|
7792
|
-
]
|
|
7793
|
-
},
|
|
7794
|
-
time: {
|
|
7795
|
-
viewBox: "0 0 20 20",
|
|
7796
|
-
paths: [
|
|
7797
|
-
{
|
|
7798
|
-
d: "M0 10C0 4.477 4.477 0 10 0A10 10 0 1 1 0 10Zm10.714-5H8.571v6.288l4.763 3.175 1.189-1.783-3.809-2.54V5Z"
|
|
7799
|
-
}
|
|
7800
|
-
]
|
|
7801
|
-
},
|
|
7802
|
-
"trash-can": {
|
|
7803
|
-
paths: [
|
|
7804
|
-
{
|
|
7805
|
-
d: "M16 6v10c0 1.105-.895 2-2 2H6c-1.105 0-2-.895-2-2V6h12zM8 8c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm4 0c-.552 0-1 .448-1 1v6c0 .552.448 1 1 1s1-.448 1-1V9c0-.552-.448-1-1-1zm0-6l1 1h3c.552 0 1 .448 1 1s-.448 1-1 1H4c-.552 0-1-.448-1-1s.448-1 1-1h3l1-1h4z"
|
|
7806
|
-
}
|
|
7807
|
-
]
|
|
7808
|
-
},
|
|
7809
|
-
upgrade: {
|
|
7810
|
-
viewBox: "0 0 24 24",
|
|
7811
|
-
paths: [
|
|
7812
|
-
{
|
|
7813
|
-
d: "M14.4 19.2v2.4H9.6v-2.4h4.8zm0-7.2v4.8H9.6V12h4.8zM12 2.37l8 9.6H4l8-9.6z"
|
|
7814
|
-
}
|
|
7815
|
-
]
|
|
7816
|
-
},
|
|
7817
|
-
user: {
|
|
7818
|
-
paths: [
|
|
7819
|
-
{
|
|
7820
|
-
d: "M3 15.834c0-2.334 4.667-3.617 7-3.617 2.334 0 7 1.283 7 3.617V17H3v-1.166zM13.5 6.5c0 1.937-1.563 3.5-3.5 3.5-1.936 0-3.5-1.563-3.5-3.5S8.064 3 10 3c1.937 0 3.5 1.563 3.5 3.5z"
|
|
7821
|
-
}
|
|
7822
|
-
]
|
|
7823
|
-
},
|
|
7824
|
-
"user-group": {
|
|
7825
|
-
viewBox: "0 0 20 20",
|
|
7826
|
-
paths: [
|
|
7827
|
-
{
|
|
7828
|
-
d: "M14 11.9003C16.0001 11.9003 19 13 19 15.0001V16H13V15.0001L12.9943 14.7788C12.9428 13.79 12.5472 12.9334 11.9235 12.2261C12.6305 12.0109 13.3655 11.9003 14 11.9003ZM6 11.9003C8.00014 11.9003 11 13 11 15.0001V16H1V15.0001C1 13 3.99986 11.9003 6 11.9003ZM14 4C15.6599 4 17 5.34014 17 7C17 8.66029 15.6599 10 14 10C12.3401 10 11 8.66029 11 7C11 5.34014 12.3401 4 14 4ZM6 4C7.65986 4 9 5.34014 9 7C9 8.66029 7.65986 10 6 10C4.34014 10 3 8.66029 3 7C3 5.34014 4.34014 4 6 4Z"
|
|
7829
|
-
}
|
|
7830
|
-
]
|
|
7831
|
-
},
|
|
7832
|
-
voucher: {
|
|
7833
|
-
viewBox: "0 0 24 24",
|
|
7834
|
-
paths: [
|
|
7835
|
-
{
|
|
7836
|
-
d: "M18.882 4.8c1.516 0 2.744 1.229 2.744 2.744v1.052C20.214 9.082 19.2 10.423 19.2 12s1.014 2.918 2.426 3.404v1.057c0 1.516-1.228 2.744-2.744 2.744H5.144c-1.46 0-2.653-1.139-2.739-2.576L2.4 16.46V7.544c0-1.46 1.14-2.653 2.577-2.739l.167-.005h13.738z"
|
|
7837
|
-
}
|
|
7838
|
-
],
|
|
7839
|
-
circles: [
|
|
7840
|
-
{
|
|
7841
|
-
cx: 13.2,
|
|
7842
|
-
cy: 8.4,
|
|
7843
|
-
r: 1.2,
|
|
7844
|
-
fill: "#FFF"
|
|
7845
|
-
},
|
|
7846
|
-
{
|
|
7847
|
-
cx: 13.2,
|
|
7848
|
-
cy: 12,
|
|
7849
|
-
r: 1.2,
|
|
7850
|
-
fill: "#FFF"
|
|
7851
|
-
},
|
|
7852
|
-
{
|
|
7853
|
-
cx: 13.2,
|
|
7854
|
-
cy: 15.6,
|
|
7855
|
-
r: 1.2,
|
|
7856
|
-
fill: "#FFF"
|
|
7857
|
-
}
|
|
7858
|
-
]
|
|
7859
|
-
},
|
|
7860
|
-
upload: {
|
|
7861
|
-
viewBox: "0 0 20 20",
|
|
7862
|
-
paths: [
|
|
7863
|
-
{
|
|
7864
|
-
d: "M9.29313 2.29326L6.29313 5.29326C5.90212 5.68426 5.90212 6.31626 6.29313 6.70726C6.68412 7.09826 7.31612 7.09826 7.70713 6.70726L9.00012 5.41426V13.0003C9.00012 13.5533 9.44812 14.0003 10.0001 14.0003C10.5521 14.0003 11.0001 13.5533 11.0001 13.0003V5.41426L12.2931 6.70726C12.6841 7.09826 13.3161 7.09826 13.7071 6.70726C13.9021 6.51226 14.0001 6.25626 14.0001 6.00026C14.0001 5.74426 13.9021 5.48826 13.7071 5.29326L10.7071 2.29326C10.3161 1.90226 9.68412 1.90226 9.29313 2.29326ZM18 14C17.4477 14 17 14.4477 17 15V15C17 15.5129 16.614 15.9356 16.1166 15.9933L16 16H4C3.48716 16 3.06449 15.614 3.00673 15.1167L3 15V15C3 14.4477 2.55228 14 2 14C1.44772 14 1 14.4477 1 15V15C1 16.5977 2.24892 17.9037 3.82373 17.995L4 18H16C17.5977 18 18.9037 16.7511 18.9949 15.1763L18.9983 15.0587C18.9994 15.0393 19 15.0197 19 15C19 14.4477 18.5523 14 18 14Z"
|
|
7865
|
-
}
|
|
7866
|
-
]
|
|
7867
|
-
}
|
|
7868
|
-
});
|
|
7869
|
-
function _define_property$17(obj, key, value) {
|
|
7870
|
-
if (key in obj) {
|
|
7871
|
-
Object.defineProperty(obj, key, {
|
|
7872
|
-
value,
|
|
7873
|
-
enumerable: true,
|
|
7874
|
-
configurable: true,
|
|
7875
|
-
writable: true
|
|
7876
|
-
});
|
|
7877
|
-
} else {
|
|
7878
|
-
obj[key] = value;
|
|
7879
|
-
}
|
|
7880
|
-
return obj;
|
|
7881
|
-
}
|
|
7882
|
-
function _object_spread$14(target) {
|
|
7883
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
7884
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
7885
|
-
var ownKeys2 = Object.keys(source);
|
|
7886
|
-
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
7887
|
-
ownKeys2 = ownKeys2.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
7888
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
7889
|
-
}));
|
|
7890
|
-
}
|
|
7891
|
-
ownKeys2.forEach(function(key) {
|
|
7892
|
-
_define_property$17(target, key, source[key]);
|
|
7893
|
-
});
|
|
7894
|
-
}
|
|
7895
|
-
return target;
|
|
7896
|
-
}
|
|
7897
|
-
function ownKeys$U(object, enumerableOnly) {
|
|
7898
|
-
var keys = Object.keys(object);
|
|
7899
|
-
if (Object.getOwnPropertySymbols) {
|
|
7900
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
7901
|
-
if (enumerableOnly) {
|
|
7902
|
-
symbols = symbols.filter(function(sym) {
|
|
7903
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
7904
|
-
});
|
|
7905
|
-
}
|
|
7906
|
-
keys.push.apply(keys, symbols);
|
|
7907
|
-
}
|
|
7908
|
-
return keys;
|
|
7909
|
-
}
|
|
7910
|
-
function _object_spread_props$U(target, source) {
|
|
7911
|
-
source = source != null ? source : {};
|
|
7912
|
-
if (Object.getOwnPropertyDescriptors) {
|
|
7913
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
7914
|
-
} else {
|
|
7915
|
-
ownKeys$U(Object(source)).forEach(function(key) {
|
|
7916
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
7917
|
-
});
|
|
7918
|
-
}
|
|
7919
|
-
return target;
|
|
7920
|
-
}
|
|
7921
|
-
var IconBoilerplate = function(param) {
|
|
7922
|
-
var type = param.type;
|
|
7923
|
-
var _icon_paths, _icon_rects, _icon_circles;
|
|
7924
|
-
var theme = useContext(ThemeContext).theme;
|
|
7925
|
-
var icons = useMemo(function() {
|
|
7926
|
-
return _object_spread$14({}, iconsList, theme.icons);
|
|
7927
|
-
}, []);
|
|
7928
|
-
var icon = icons[type];
|
|
7929
|
-
var _icon_viewBox;
|
|
7930
|
-
return /* @__PURE__ */ jsxs("svg", {
|
|
7931
|
-
width: "100%",
|
|
7932
|
-
height: "100%",
|
|
7933
|
-
viewBox: (_icon_viewBox = icon.viewBox) !== null && _icon_viewBox !== void 0 ? _icon_viewBox : "0 0 20 20",
|
|
7934
|
-
fill: "none",
|
|
7935
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7936
|
-
children: [
|
|
7937
|
-
(_icon_paths = icon.paths) === null || _icon_paths === void 0 ? void 0 : _icon_paths.map(function(path, index) {
|
|
7938
|
-
var _path_fill, _path_stroke;
|
|
7939
|
-
return jsx("path", _object_spread$14({
|
|
7940
|
-
fillRule: "evenodd",
|
|
7941
|
-
clipRule: "evenodd",
|
|
7942
|
-
fill: (_path_fill = path.fill) !== null && _path_fill !== void 0 ? _path_fill : "currentColor",
|
|
7943
|
-
stroke: (_path_stroke = path.stroke) !== null && _path_stroke !== void 0 ? _path_stroke : "none"
|
|
7944
|
-
}, path), index);
|
|
7945
|
-
}),
|
|
7946
|
-
(_icon_rects = icon.rects) === null || _icon_rects === void 0 ? void 0 : _icon_rects.map(function(rect, index) {
|
|
7947
|
-
return /* @__PURE__ */ createElement("rect", _object_spread_props$U(_object_spread$14({}, rect), {
|
|
7948
|
-
key: index
|
|
7949
|
-
}));
|
|
7950
|
-
}),
|
|
7951
|
-
(_icon_circles = icon.circles) === null || _icon_circles === void 0 ? void 0 : _icon_circles.map(function(circle, index) {
|
|
7952
|
-
return /* @__PURE__ */ createElement("circle", _object_spread_props$U(_object_spread$14({}, circle), {
|
|
7953
|
-
key: index
|
|
7954
|
-
}));
|
|
7955
|
-
})
|
|
7956
|
-
]
|
|
7957
|
-
});
|
|
7958
|
-
};
|
|
7959
|
-
var useStyles$W = createThemedStyles("Icon", {
|
|
7960
|
-
root: {
|
|
7961
|
-
display: "flex",
|
|
7962
|
-
alignItems: "center"
|
|
7963
|
-
}
|
|
7964
|
-
});
|
|
7965
|
-
function _define_property$16(obj, key, value) {
|
|
7966
|
-
if (key in obj) {
|
|
7967
|
-
Object.defineProperty(obj, key, {
|
|
7968
|
-
value,
|
|
7969
|
-
enumerable: true,
|
|
7970
|
-
configurable: true,
|
|
7971
|
-
writable: true
|
|
7972
|
-
});
|
|
7973
|
-
} else {
|
|
7974
|
-
obj[key] = value;
|
|
7975
|
-
}
|
|
7976
|
-
return obj;
|
|
7977
|
-
}
|
|
7978
|
-
function _object_spread$13(target) {
|
|
7979
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
7980
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
7981
|
-
var ownKeys2 = Object.keys(source);
|
|
7982
|
-
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
7983
|
-
ownKeys2 = ownKeys2.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
7984
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
7985
|
-
}));
|
|
7986
|
-
}
|
|
7987
|
-
ownKeys2.forEach(function(key) {
|
|
7988
|
-
_define_property$16(target, key, source[key]);
|
|
7989
|
-
});
|
|
7990
|
-
}
|
|
7991
|
-
return target;
|
|
7992
|
-
}
|
|
7993
|
-
function ownKeys$T(object, enumerableOnly) {
|
|
7994
|
-
var keys = Object.keys(object);
|
|
7995
|
-
if (Object.getOwnPropertySymbols) {
|
|
7996
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
7997
|
-
if (enumerableOnly) {
|
|
7998
|
-
symbols = symbols.filter(function(sym) {
|
|
7999
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
8000
|
-
});
|
|
8001
|
-
}
|
|
8002
|
-
keys.push.apply(keys, symbols);
|
|
8003
|
-
}
|
|
8004
|
-
return keys;
|
|
8005
|
-
}
|
|
8006
|
-
function _object_spread_props$T(target, source) {
|
|
8007
|
-
source = source != null ? source : {};
|
|
8008
|
-
if (Object.getOwnPropertyDescriptors) {
|
|
8009
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
8010
|
-
} else {
|
|
8011
|
-
ownKeys$T(Object(source)).forEach(function(key) {
|
|
8012
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
8013
|
-
});
|
|
8014
|
-
}
|
|
8015
|
-
return target;
|
|
8016
|
-
}
|
|
8017
|
-
var Icon = function(param) {
|
|
8018
|
-
var type = param.type, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles;
|
|
8019
|
-
var classes = useStyles$W({
|
|
8020
|
-
theme: tweakStyles
|
|
8021
|
-
});
|
|
8022
|
-
return /* @__PURE__ */ jsx("div", _object_spread_props$T(_object_spread$13({
|
|
8023
|
-
className: classes.root
|
|
8024
|
-
}, addDataTestId(testId), addDataAttributes(data)), {
|
|
8025
|
-
children: isComplexIcon(type) ? /* @__PURE__ */ jsx(ComplexIconBoilerplate, {
|
|
8026
|
-
type
|
|
8027
|
-
}) : /* @__PURE__ */ jsx(IconBoilerplate, {
|
|
8028
|
-
type
|
|
8029
|
-
})
|
|
8030
|
-
}));
|
|
8031
|
-
};
|
|
8032
|
-
var renderIcon = function(icon) {
|
|
8033
|
-
return typeof icon === "string" ? /* @__PURE__ */ jsx(Icon, {
|
|
8034
|
-
type: icon
|
|
8035
|
-
}) : icon;
|
|
8036
|
-
};
|
|
8037
|
-
var DEFAULT_OFFSET = 6;
|
|
8038
|
-
var minWidthRelativeToTrigger = size({
|
|
8039
|
-
apply: function apply(param) {
|
|
8040
|
-
var rects = param.rects, elements = param.elements;
|
|
8041
|
-
Object.assign(elements.floating.style, {
|
|
8042
|
-
minWidth: "".concat(rects.reference.width, "px")
|
|
8043
|
-
});
|
|
8044
|
-
}
|
|
8045
|
-
});
|
|
8046
|
-
var useStyles$V = createThemedStyles("WithPopup", {
|
|
8047
|
-
trigger: {
|
|
8048
|
-
width: "fit-content"
|
|
8049
|
-
},
|
|
8050
|
-
clickable: {
|
|
8051
|
-
cursor: "pointer"
|
|
8052
|
-
},
|
|
8053
|
-
active: {},
|
|
8054
|
-
disabled: {
|
|
8055
|
-
cursor: "auto"
|
|
8056
|
-
},
|
|
8057
|
-
popup: {
|
|
8058
|
-
zIndex: 5,
|
|
8059
|
-
outline: "none"
|
|
8060
|
-
},
|
|
8061
|
-
arrow: {},
|
|
8062
|
-
animationEnd: {},
|
|
8063
|
-
animationStart: {},
|
|
8064
|
-
"dropdown-initial": {
|
|
8065
|
-
extend: "animationEnd"
|
|
8066
|
-
},
|
|
8067
|
-
"dropdown-open": {
|
|
8068
|
-
extend: "animationStart"
|
|
8069
|
-
},
|
|
8070
|
-
"dropdown-close": {
|
|
8071
|
-
visibility: "hidden",
|
|
8072
|
-
extend: "animationEnd"
|
|
7125
|
+
"dropdown-close": {
|
|
7126
|
+
visibility: "hidden",
|
|
7127
|
+
extend: "animationEnd"
|
|
8073
7128
|
},
|
|
8074
7129
|
"dropdown-unmounted": {
|
|
8075
7130
|
extend: "animationEnd"
|
|
@@ -8753,7 +7808,7 @@ function _unsupported_iterable_to_array$l(o, minLen) {
|
|
|
8753
7808
|
return _array_like_to_array$l(o, minLen);
|
|
8754
7809
|
}
|
|
8755
7810
|
var AccountInfo = function(param) {
|
|
8756
|
-
var data = param.data, testId = param.testId,
|
|
7811
|
+
var data = param.data, testId = param.testId, avatar2 = param.avatar, tweakStyles = param.tweakStyles, accountName = param.accountName, options = param.options;
|
|
8757
7812
|
var classes = useStyles$S({
|
|
8758
7813
|
theme: tweakStyles
|
|
8759
7814
|
});
|
|
@@ -8778,7 +7833,7 @@ var AccountInfo = function(param) {
|
|
|
8778
7833
|
className: classes.root
|
|
8779
7834
|
}, addDataTestId(testId), addDataAttributes(data)), {
|
|
8780
7835
|
children: [
|
|
8781
|
-
|
|
7836
|
+
avatar2 !== null && avatar2 !== void 0 ? avatar2 : /* @__PURE__ */ jsx("div", {
|
|
8782
7837
|
className: classes.avatarIcon,
|
|
8783
7838
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
8784
7839
|
type: "avatar"
|
|
@@ -9051,7 +8106,7 @@ var SvgPreloader = function(param) {
|
|
|
9051
8106
|
var classes = useStyles$P({
|
|
9052
8107
|
theme: tweakStyles
|
|
9053
8108
|
});
|
|
9054
|
-
var theme =
|
|
8109
|
+
var theme = useTheme();
|
|
9055
8110
|
var _theme_preloaders_type;
|
|
9056
8111
|
var PreloaderIcon = (_theme_preloaders_type = (_theme_preloaders = theme.preloaders) === null || _theme_preloaders === void 0 ? void 0 : _theme_preloaders[type]) !== null && _theme_preloaders_type !== void 0 ? _theme_preloaders_type : DefaultPreloader;
|
|
9057
8112
|
var isInlineSvg = typeof PreloaderIcon === "string";
|
|
@@ -9788,7 +8843,7 @@ function _unsupported_iterable_to_array$k(o, minLen) {
|
|
|
9788
8843
|
}
|
|
9789
8844
|
var Colors = function() {
|
|
9790
8845
|
var classes = useStyles$K();
|
|
9791
|
-
var theme =
|
|
8846
|
+
var theme = useTheme();
|
|
9792
8847
|
var _theme_colors = theme.colors, colors2 = _theme_colors === void 0 ? {} : _theme_colors;
|
|
9793
8848
|
return /* @__PURE__ */ jsx("div", {
|
|
9794
8849
|
className: classes.root,
|
|
@@ -12246,13 +11301,13 @@ function Select(props) {
|
|
|
12246
11301
|
if (optionsMode !== "search") {
|
|
12247
11302
|
return options;
|
|
12248
11303
|
}
|
|
12249
|
-
var
|
|
11304
|
+
var filter2 = optionsFilter !== null && optionsFilter !== void 0 ? optionsFilter : createFilter(function(option) {
|
|
12250
11305
|
var _convertValueToString;
|
|
12251
11306
|
return [
|
|
12252
11307
|
(_convertValueToString = convertValueToString(option)) !== null && _convertValueToString !== void 0 ? _convertValueToString : ""
|
|
12253
11308
|
];
|
|
12254
11309
|
});
|
|
12255
|
-
return
|
|
11310
|
+
return filter2(options, searchValue);
|
|
12256
11311
|
}, [
|
|
12257
11312
|
optionsFilter,
|
|
12258
11313
|
options,
|
|
@@ -18991,17 +18046,17 @@ function _object_spread_props$q(target, source) {
|
|
|
18991
18046
|
return target;
|
|
18992
18047
|
}
|
|
18993
18048
|
function Filter(props) {
|
|
18994
|
-
var
|
|
18049
|
+
var filter2 = props.filter, value = props.value, onChange = props.onChange, onClose = props.onClose, localeKey = props.localeKey, locale = props.locale, testId = props.testId;
|
|
18995
18050
|
var _filter_localeKey;
|
|
18996
|
-
var translatesLocaleKey = (_filter_localeKey =
|
|
18051
|
+
var translatesLocaleKey = (_filter_localeKey = filter2.localeKey) !== null && _filter_localeKey !== void 0 ? _filter_localeKey : localeKey;
|
|
18997
18052
|
var translates = useMemo(function() {
|
|
18998
|
-
return getLocale$1(translatesLocaleKey, locale,
|
|
18053
|
+
return getLocale$1(translatesLocaleKey, locale, filter2.locale);
|
|
18999
18054
|
}, [
|
|
19000
18055
|
translatesLocaleKey,
|
|
19001
18056
|
locale,
|
|
19002
|
-
|
|
18057
|
+
filter2.locale
|
|
19003
18058
|
]);
|
|
19004
|
-
if (
|
|
18059
|
+
if (filter2.type === "select") {
|
|
19005
18060
|
return /* @__PURE__ */ jsx(FilterSelect, _object_spread$r({
|
|
19006
18061
|
value,
|
|
19007
18062
|
onChange,
|
|
@@ -19009,9 +18064,9 @@ function Filter(props) {
|
|
|
19009
18064
|
localeKey: translatesLocaleKey,
|
|
19010
18065
|
locale: translates,
|
|
19011
18066
|
testId: getTestId(testId, "select")
|
|
19012
|
-
},
|
|
18067
|
+
}, filter2));
|
|
19013
18068
|
}
|
|
19014
|
-
if (
|
|
18069
|
+
if (filter2.type === "dateRange") {
|
|
19015
18070
|
var preparedValue = isPeriodValue(value) ? _object_spread$r({}, value) : void 0;
|
|
19016
18071
|
return /* @__PURE__ */ jsx(FilterWithPeriod, _object_spread$r({
|
|
19017
18072
|
value: preparedValue,
|
|
@@ -19020,9 +18075,9 @@ function Filter(props) {
|
|
|
19020
18075
|
localeKey: translatesLocaleKey,
|
|
19021
18076
|
locale: translates,
|
|
19022
18077
|
testId: getTestId(testId, "period")
|
|
19023
|
-
},
|
|
18078
|
+
}, filter2));
|
|
19024
18079
|
}
|
|
19025
|
-
if (
|
|
18080
|
+
if (filter2.type === "dateRangeWithoutPeriod") {
|
|
19026
18081
|
var preparedValue1 = isDatePeriodValue(value) ? value : void 0;
|
|
19027
18082
|
return /* @__PURE__ */ jsx(FilterWithDates, _object_spread$r({
|
|
19028
18083
|
value: preparedValue1,
|
|
@@ -19037,9 +18092,9 @@ function Filter(props) {
|
|
|
19037
18092
|
localeKey: translatesLocaleKey,
|
|
19038
18093
|
locale: translates,
|
|
19039
18094
|
testId: getTestId(testId, "dates")
|
|
19040
|
-
},
|
|
18095
|
+
}, filter2));
|
|
19041
18096
|
}
|
|
19042
|
-
if (
|
|
18097
|
+
if (filter2.type === "multiSelect") {
|
|
19043
18098
|
var preparedValue2 = isMultiSelectValue(value) ? value : void 0;
|
|
19044
18099
|
return /* @__PURE__ */ jsx(FilterMultiSelect, _object_spread$r({
|
|
19045
18100
|
value: preparedValue2,
|
|
@@ -19048,28 +18103,28 @@ function Filter(props) {
|
|
|
19048
18103
|
localeKey: translatesLocaleKey,
|
|
19049
18104
|
locale: translates,
|
|
19050
18105
|
testId: getTestId(testId, "multiSelect")
|
|
19051
|
-
},
|
|
18106
|
+
}, filter2));
|
|
19052
18107
|
}
|
|
19053
|
-
if (
|
|
18108
|
+
if (filter2.type === "interval") {
|
|
19054
18109
|
var preparedValue3 = Array.isArray(value) ? value : void 0;
|
|
19055
18110
|
return /* @__PURE__ */ jsx(FilterInterval, _object_spread$r({
|
|
19056
18111
|
value: preparedValue3,
|
|
19057
18112
|
onChange,
|
|
19058
18113
|
localeKey: translatesLocaleKey,
|
|
19059
18114
|
locale: translates,
|
|
19060
|
-
labelName:
|
|
18115
|
+
labelName: filter2.name,
|
|
19061
18116
|
testId: getTestId(testId, "interval")
|
|
19062
|
-
},
|
|
18117
|
+
}, filter2));
|
|
19063
18118
|
}
|
|
19064
|
-
if (
|
|
19065
|
-
var Component =
|
|
18119
|
+
if (filter2.type === "custom" && filter2.component) {
|
|
18120
|
+
var Component = filter2.component;
|
|
19066
18121
|
return /* @__PURE__ */ jsx(Component, _object_spread_props$q(_object_spread$r({}, props), {
|
|
19067
|
-
filter,
|
|
18122
|
+
filter: filter2,
|
|
19068
18123
|
testId: getTestId(testId, "dropdown")
|
|
19069
18124
|
}));
|
|
19070
18125
|
}
|
|
19071
|
-
if (
|
|
19072
|
-
console.warn("%cДля фильтра ".concat(
|
|
18126
|
+
if (filter2.type !== "boolean") {
|
|
18127
|
+
console.warn("%cДля фильтра ".concat(filter2.name, " не задан тип или component"), "background: red; color: black");
|
|
19073
18128
|
}
|
|
19074
18129
|
return null;
|
|
19075
18130
|
}
|
|
@@ -19411,37 +18466,37 @@ function _instanceof$1(left2, right2) {
|
|
|
19411
18466
|
}
|
|
19412
18467
|
}
|
|
19413
18468
|
function FilterValueView(param) {
|
|
19414
|
-
var value = param.value,
|
|
18469
|
+
var value = param.value, filter2 = param.filter, locale = param.locale, localeKey = param.localeKey, tweakStyles = param.tweakStyles;
|
|
19415
18470
|
var classes = useStyles$n({
|
|
19416
18471
|
theme: tweakStyles
|
|
19417
18472
|
});
|
|
19418
18473
|
var _filter_localeKey;
|
|
19419
|
-
var translatesLocaleKey = (_filter_localeKey =
|
|
18474
|
+
var translatesLocaleKey = (_filter_localeKey = filter2.localeKey) !== null && _filter_localeKey !== void 0 ? _filter_localeKey : localeKey;
|
|
19420
18475
|
var translates = useMemo(function() {
|
|
19421
|
-
return getLocale$1(translatesLocaleKey, locale,
|
|
18476
|
+
return getLocale$1(translatesLocaleKey, locale, filter2.locale);
|
|
19422
18477
|
}, [
|
|
19423
18478
|
translatesLocaleKey,
|
|
19424
18479
|
locale,
|
|
19425
|
-
|
|
18480
|
+
filter2.locale
|
|
19426
18481
|
]);
|
|
19427
18482
|
if (isEmpty(value)) {
|
|
19428
18483
|
return /* @__PURE__ */ jsx(Fragment, {});
|
|
19429
18484
|
}
|
|
19430
|
-
if (isNotEmpty(
|
|
18485
|
+
if (isNotEmpty(filter2.getSelectedValueView)) {
|
|
19431
18486
|
return /* @__PURE__ */ jsx("span", {
|
|
19432
18487
|
className: classes.text,
|
|
19433
|
-
children:
|
|
18488
|
+
children: filter2.getSelectedValueView(value)
|
|
19434
18489
|
});
|
|
19435
18490
|
}
|
|
19436
|
-
var isMultiple =
|
|
19437
|
-
var isRange =
|
|
19438
|
-
var isDate =
|
|
18491
|
+
var isMultiple = filter2.type === "custom" && filter2.valueViewType === "multiple";
|
|
18492
|
+
var isRange = filter2.type === "custom" && filter2.valueViewType === "range";
|
|
18493
|
+
var isDate = filter2.type === "dateRange" || filter2.type === "dateRangeWithoutPeriod";
|
|
19439
18494
|
var displayValue = function(v) {
|
|
19440
18495
|
if (!isNotEmpty(v)) {
|
|
19441
18496
|
return "";
|
|
19442
18497
|
}
|
|
19443
18498
|
if (_instanceof$1(v, Date)) {
|
|
19444
|
-
return format(v,
|
|
18499
|
+
return format(v, filter2.dateFormat || DEFAULT_DATE_FORMAT$1);
|
|
19445
18500
|
}
|
|
19446
18501
|
if (typeof v === "object" && "value" in v && isNotEmpty(v.value)) {
|
|
19447
18502
|
return String(v.value);
|
|
@@ -19449,21 +18504,21 @@ function FilterValueView(param) {
|
|
|
19449
18504
|
if (typeof v === "string" || typeof v === "number" || typeof v === "boolean") {
|
|
19450
18505
|
return String(v);
|
|
19451
18506
|
}
|
|
19452
|
-
console.warn("%c Ошибка конфигурации фильтра ".concat(
|
|
18507
|
+
console.warn("%c Ошибка конфигурации фильтра ".concat(filter2.name, ". Невозможно отобразить значение фильтра. Задайте filterValueViewComponent или filterValueViewType."), "background: orange; color: black");
|
|
19453
18508
|
return "";
|
|
19454
18509
|
};
|
|
19455
|
-
if (
|
|
18510
|
+
if (filter2.type === "select") {
|
|
19456
18511
|
var _filter_getValueView;
|
|
19457
|
-
var getView = (_filter_getValueView =
|
|
18512
|
+
var getView = (_filter_getValueView = filter2.getValueView) !== null && _filter_getValueView !== void 0 ? _filter_getValueView : defaultConvertFunction$1;
|
|
19458
18513
|
return /* @__PURE__ */ jsx("span", {
|
|
19459
18514
|
className: classes.text,
|
|
19460
18515
|
children: getView(value)
|
|
19461
18516
|
});
|
|
19462
18517
|
}
|
|
19463
|
-
if (
|
|
18518
|
+
if (filter2.type === "multiSelect") {
|
|
19464
18519
|
var multiSelectValue = value;
|
|
19465
18520
|
var _filter_getValueView1;
|
|
19466
|
-
var getView1 = (_filter_getValueView1 =
|
|
18521
|
+
var getView1 = (_filter_getValueView1 = filter2.getValueView) !== null && _filter_getValueView1 !== void 0 ? _filter_getValueView1 : defaultConvertFunction$1;
|
|
19467
18522
|
var include = multiSelectValue.include;
|
|
19468
18523
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
19469
18524
|
children: Array.isArray(include) && include.length > 0 && /* @__PURE__ */ jsxs(Fragment, {
|
|
@@ -19480,7 +18535,7 @@ function FilterValueView(param) {
|
|
|
19480
18535
|
})
|
|
19481
18536
|
});
|
|
19482
18537
|
}
|
|
19483
|
-
if (
|
|
18538
|
+
if (filter2.type === "interval") {
|
|
19484
18539
|
var intervalValue = value;
|
|
19485
18540
|
var intervalValueFrom = intervalValue[0];
|
|
19486
18541
|
var intervalValueTo = intervalValue[1];
|
|
@@ -19528,7 +18583,7 @@ function FilterValueView(param) {
|
|
|
19528
18583
|
}
|
|
19529
18584
|
if (isMultiple) {
|
|
19530
18585
|
var _filter_getSelectedValue;
|
|
19531
|
-
var convertValue = (_filter_getSelectedValue =
|
|
18586
|
+
var convertValue = (_filter_getSelectedValue = filter2.getSelectedValue) !== null && _filter_getSelectedValue !== void 0 ? _filter_getSelectedValue : displayValue;
|
|
19532
18587
|
return /* @__PURE__ */ jsx(Fragment, {
|
|
19533
18588
|
children: Array.isArray(value) && value.length > 0 && /* @__PURE__ */ jsxs(Fragment, {
|
|
19534
18589
|
children: [
|
|
@@ -19723,7 +18778,7 @@ function _object_spread_props$o(target, source) {
|
|
|
19723
18778
|
return target;
|
|
19724
18779
|
}
|
|
19725
18780
|
function FilterWrapper(param) {
|
|
19726
|
-
var
|
|
18781
|
+
var filter2 = param.filter, value = param.value, isDisabled = param.isDisabled, locale = param.locale, localeKey = param.localeKey, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles, onChange = param.onChange;
|
|
19727
18782
|
var classes = useStyles$m({
|
|
19728
18783
|
theme: tweakStyles
|
|
19729
18784
|
});
|
|
@@ -19737,17 +18792,17 @@ function FilterWrapper(param) {
|
|
|
19737
18792
|
className: "tweakValueView",
|
|
19738
18793
|
currentComponentName: "FilterWrapper"
|
|
19739
18794
|
});
|
|
19740
|
-
if (
|
|
18795
|
+
if (filter2.isInline) {
|
|
19741
18796
|
return /* @__PURE__ */ jsx(Filter, {
|
|
19742
18797
|
value,
|
|
19743
|
-
filter,
|
|
18798
|
+
filter: filter2,
|
|
19744
18799
|
localeKey,
|
|
19745
18800
|
locale,
|
|
19746
18801
|
onChange,
|
|
19747
18802
|
testId
|
|
19748
18803
|
});
|
|
19749
18804
|
}
|
|
19750
|
-
var isBoolean =
|
|
18805
|
+
var isBoolean = filter2.type === "boolean";
|
|
19751
18806
|
var handleLabelClick = function() {
|
|
19752
18807
|
if (isBoolean) {
|
|
19753
18808
|
onChange(!value);
|
|
@@ -19759,7 +18814,7 @@ function FilterWrapper(param) {
|
|
|
19759
18814
|
};
|
|
19760
18815
|
var hasValue = isContentNotEmpty(value);
|
|
19761
18816
|
var _filter_isClearable;
|
|
19762
|
-
var hasClearIcon = ((_filter_isClearable =
|
|
18817
|
+
var hasClearIcon = ((_filter_isClearable = filter2.isClearable) !== null && _filter_isClearable !== void 0 ? _filter_isClearable : false) && hasValue;
|
|
19763
18818
|
return /* @__PURE__ */ jsx(WithPopup, {
|
|
19764
18819
|
placement: "bottom-start",
|
|
19765
18820
|
canBeFlipped: true,
|
|
@@ -19777,13 +18832,13 @@ function FilterWrapper(param) {
|
|
|
19777
18832
|
children: [
|
|
19778
18833
|
/* @__PURE__ */ jsx("div", {
|
|
19779
18834
|
className: classes.name,
|
|
19780
|
-
children:
|
|
18835
|
+
children: filter2.name
|
|
19781
18836
|
}),
|
|
19782
18837
|
!isBoolean && isNotEmpty(value) && /* @__PURE__ */ jsx("div", {
|
|
19783
18838
|
className: classes.value,
|
|
19784
18839
|
children: /* @__PURE__ */ jsx(FilterValueView, {
|
|
19785
18840
|
value,
|
|
19786
|
-
filter,
|
|
18841
|
+
filter: filter2,
|
|
19787
18842
|
locale,
|
|
19788
18843
|
localeKey,
|
|
19789
18844
|
testId: getTestId(testId, "value"),
|
|
@@ -19811,7 +18866,7 @@ function FilterWrapper(param) {
|
|
|
19811
18866
|
var onClose = param2.onClose;
|
|
19812
18867
|
return /* @__PURE__ */ jsx(Filter, {
|
|
19813
18868
|
value,
|
|
19814
|
-
filter,
|
|
18869
|
+
filter: filter2,
|
|
19815
18870
|
locale,
|
|
19816
18871
|
localeKey,
|
|
19817
18872
|
onClose,
|
|
@@ -19874,7 +18929,7 @@ function _object_spread_props$n(target, source) {
|
|
|
19874
18929
|
return target;
|
|
19875
18930
|
}
|
|
19876
18931
|
function FiltersPane(param) {
|
|
19877
|
-
var data = param.data, tweakStyles = param.tweakStyles, filtersConfig = param.filtersConfig, enabledFilters = param.enabledFilters, _param_values = param.values, values = _param_values === void 0 ? {} : _param_values, localeKey = param.localeKey, locale = param.locale,
|
|
18932
|
+
var data = param.data, tweakStyles = param.tweakStyles, filtersConfig = param.filtersConfig, enabledFilters = param.enabledFilters, _param_values = param.values, values = _param_values === void 0 ? {} : _param_values, localeKey = param.localeKey, locale = param.locale, search2 = param.search, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, _param_hasClearButton = param.hasClearButton, hasClearButton = _param_hasClearButton === void 0 ? true : _param_hasClearButton, _param_shouldRenderDataId = param.shouldRenderDataId, shouldRenderDataId = _param_shouldRenderDataId === void 0 ? false : _param_shouldRenderDataId, _param_settingsIcon = param.settingsIcon, settingsIcon = _param_settingsIcon === void 0 ? "filter" : _param_settingsIcon, testId = param.testId, onChangeFilters = param.onChangeFilters, onSettingsButtonClick = param.onSettingsButtonClick, onClear = param.onClear;
|
|
19878
18933
|
var classes = useStyles$u({
|
|
19879
18934
|
theme: tweakStyles
|
|
19880
18935
|
});
|
|
@@ -19902,11 +18957,11 @@ function FiltersPane(param) {
|
|
|
19902
18957
|
return;
|
|
19903
18958
|
}
|
|
19904
18959
|
onChangeFilters({});
|
|
19905
|
-
if (
|
|
19906
|
-
|
|
18960
|
+
if (search2 !== void 0) {
|
|
18961
|
+
search2.onChange({});
|
|
19907
18962
|
}
|
|
19908
18963
|
};
|
|
19909
|
-
var shouldShowClearButton = hasClearButton && (isNotEmpty(
|
|
18964
|
+
var shouldShowClearButton = hasClearButton && (isNotEmpty(search2) || filtersKeys.some(function(key) {
|
|
19910
18965
|
return isNotEmpty(filtersConfig[key]);
|
|
19911
18966
|
}));
|
|
19912
18967
|
var clearButton = /* @__PURE__ */ jsx("div", {
|
|
@@ -19936,10 +18991,10 @@ function FiltersPane(param) {
|
|
|
19936
18991
|
children: renderIcon(settingsIcon)
|
|
19937
18992
|
})
|
|
19938
18993
|
})),
|
|
19939
|
-
|
|
19940
|
-
locale: getLocale$1((_search_localeKey =
|
|
19941
|
-
localeKey: (_search_localeKey1 =
|
|
19942
|
-
isDisabled: (_search_isDisabled =
|
|
18994
|
+
search2 !== void 0 && /* @__PURE__ */ jsx(FiltersPaneSearch, _object_spread_props$n(_object_spread$o({}, search2), {
|
|
18995
|
+
locale: getLocale$1((_search_localeKey = search2.localeKey) !== null && _search_localeKey !== void 0 ? _search_localeKey : localeKey, search2.locale, locale),
|
|
18996
|
+
localeKey: (_search_localeKey1 = search2.localeKey) !== null && _search_localeKey1 !== void 0 ? _search_localeKey1 : localeKey,
|
|
18997
|
+
isDisabled: (_search_isDisabled = search2.isDisabled) !== null && _search_isDisabled !== void 0 ? _search_isDisabled : isDisabled,
|
|
19943
18998
|
testId: getTestId(testId, "search")
|
|
19944
18999
|
})),
|
|
19945
19000
|
filtersKeys.map(function(key, index) {
|
|
@@ -19947,8 +19002,8 @@ function FiltersPane(param) {
|
|
|
19947
19002
|
var isLast = index === filtersKeys.length - 1;
|
|
19948
19003
|
var filterKey = String(key);
|
|
19949
19004
|
var currentValue = values[filterKey];
|
|
19950
|
-
var
|
|
19951
|
-
if (
|
|
19005
|
+
var filter2 = filtersConfig[filterKey];
|
|
19006
|
+
if (filter2 === void 0) {
|
|
19952
19007
|
console.error("enabledFilters содержит фильтр ".concat(filterKey, ", не описанный в конфиге"));
|
|
19953
19008
|
if (isLast) {
|
|
19954
19009
|
return clearButton;
|
|
@@ -19956,14 +19011,14 @@ function FiltersPane(param) {
|
|
|
19956
19011
|
return null;
|
|
19957
19012
|
}
|
|
19958
19013
|
var filterWrapper = /* @__PURE__ */ jsx(FilterWrapper, {
|
|
19959
|
-
filter,
|
|
19014
|
+
filter: filter2,
|
|
19960
19015
|
locale,
|
|
19961
19016
|
localeKey,
|
|
19962
19017
|
onChange: function(value) {
|
|
19963
19018
|
return onChangeFilters(_object_spread_props$n(_object_spread$o({}, values), _define_property$p({}, filterKey, value)));
|
|
19964
19019
|
},
|
|
19965
19020
|
value: currentValue,
|
|
19966
|
-
isDisabled: isDisabled || (
|
|
19021
|
+
isDisabled: isDisabled || (filter2 === null || filter2 === void 0 ? void 0 : (_filter_requiredFilledFilters = filter2.requiredFilledFilters) === null || _filter_requiredFilledFilters === void 0 ? void 0 : _filter_requiredFilledFilters.some(function(item) {
|
|
19967
19022
|
return !values[item];
|
|
19968
19023
|
})),
|
|
19969
19024
|
tweakStyles: tweakFilterWrapperStyles,
|
|
@@ -31789,7 +30844,7 @@ export {
|
|
|
31789
30844
|
getTweakStylesCache,
|
|
31790
30845
|
hasExactParent,
|
|
31791
30846
|
helpers,
|
|
31792
|
-
|
|
30847
|
+
iconsMap,
|
|
31793
30848
|
isControlWrapperIcon,
|
|
31794
30849
|
isElementOffScreen,
|
|
31795
30850
|
isElementOneOfParents,
|
|
@@ -31803,7 +30858,7 @@ export {
|
|
|
31803
30858
|
phoneInfo,
|
|
31804
30859
|
removeStringFormat,
|
|
31805
30860
|
renderIcon,
|
|
31806
|
-
rgba,
|
|
30861
|
+
default2 as rgba,
|
|
31807
30862
|
setCaretPosition,
|
|
31808
30863
|
sortCountriesByLocale,
|
|
31809
30864
|
stringToNumber,
|