pollination-react-io 1.35.2 → 1.35.3
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/build/index.esm.js +1696 -319
- package/build/index.esm.js.map +1 -1
- package/build/index.js +1696 -319
- package/build/index.js.map +1 -1
- package/package.json +2 -1
package/build/index.esm.js
CHANGED
|
@@ -1797,18 +1797,18 @@ if (process.env.NODE_ENV !== 'production') {
|
|
|
1797
1797
|
|
|
1798
1798
|
var PropTypes = propTypes$5;
|
|
1799
1799
|
|
|
1800
|
-
var _excluded$
|
|
1800
|
+
var _excluded$J = ["color", "size", "title"];
|
|
1801
1801
|
|
|
1802
1802
|
function _extends$I() { _extends$I = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
1803
1803
|
|
|
1804
|
-
function _objectWithoutProperties$
|
|
1804
|
+
function _objectWithoutProperties$E(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$I(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1805
1805
|
|
|
1806
1806
|
function _objectWithoutPropertiesLoose$I(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1807
1807
|
var ArrowClockwise = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1808
1808
|
var color = _ref.color,
|
|
1809
1809
|
size = _ref.size,
|
|
1810
1810
|
title = _ref.title,
|
|
1811
|
-
rest = _objectWithoutProperties$
|
|
1811
|
+
rest = _objectWithoutProperties$E(_ref, _excluded$J);
|
|
1812
1812
|
|
|
1813
1813
|
return /*#__PURE__*/React__default.createElement("svg", _extends$I({
|
|
1814
1814
|
ref: ref,
|
|
@@ -1836,18 +1836,18 @@ ArrowClockwise.defaultProps = {
|
|
|
1836
1836
|
};
|
|
1837
1837
|
var ArrowClockwise$1 = ArrowClockwise;
|
|
1838
1838
|
|
|
1839
|
-
var _excluded$
|
|
1839
|
+
var _excluded$I = ["color", "size", "title"];
|
|
1840
1840
|
|
|
1841
1841
|
function _extends$H() { _extends$H = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
1842
1842
|
|
|
1843
|
-
function _objectWithoutProperties$
|
|
1843
|
+
function _objectWithoutProperties$D(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$H(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1844
1844
|
|
|
1845
1845
|
function _objectWithoutPropertiesLoose$H(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1846
1846
|
var ArrowDown = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1847
1847
|
var color = _ref.color,
|
|
1848
1848
|
size = _ref.size,
|
|
1849
1849
|
title = _ref.title,
|
|
1850
|
-
rest = _objectWithoutProperties$
|
|
1850
|
+
rest = _objectWithoutProperties$D(_ref, _excluded$I);
|
|
1851
1851
|
|
|
1852
1852
|
return /*#__PURE__*/React__default.createElement("svg", _extends$H({
|
|
1853
1853
|
ref: ref,
|
|
@@ -1873,18 +1873,18 @@ ArrowDown.defaultProps = {
|
|
|
1873
1873
|
};
|
|
1874
1874
|
var ArrowDown$1 = ArrowDown;
|
|
1875
1875
|
|
|
1876
|
-
var _excluded$
|
|
1876
|
+
var _excluded$H = ["color", "size", "title"];
|
|
1877
1877
|
|
|
1878
1878
|
function _extends$G() { _extends$G = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
1879
1879
|
|
|
1880
|
-
function _objectWithoutProperties$
|
|
1880
|
+
function _objectWithoutProperties$C(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$G(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1881
1881
|
|
|
1882
1882
|
function _objectWithoutPropertiesLoose$G(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1883
1883
|
var ArrowRepeat = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1884
1884
|
var color = _ref.color,
|
|
1885
1885
|
size = _ref.size,
|
|
1886
1886
|
title = _ref.title,
|
|
1887
|
-
rest = _objectWithoutProperties$
|
|
1887
|
+
rest = _objectWithoutProperties$C(_ref, _excluded$H);
|
|
1888
1888
|
|
|
1889
1889
|
return /*#__PURE__*/React__default.createElement("svg", _extends$G({
|
|
1890
1890
|
ref: ref,
|
|
@@ -1912,18 +1912,18 @@ ArrowRepeat.defaultProps = {
|
|
|
1912
1912
|
};
|
|
1913
1913
|
var ArrowRepeat$1 = ArrowRepeat;
|
|
1914
1914
|
|
|
1915
|
-
var _excluded$
|
|
1915
|
+
var _excluded$G = ["color", "size", "title"];
|
|
1916
1916
|
|
|
1917
1917
|
function _extends$F() { _extends$F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
1918
1918
|
|
|
1919
|
-
function _objectWithoutProperties$
|
|
1919
|
+
function _objectWithoutProperties$B(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$F(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1920
1920
|
|
|
1921
1921
|
function _objectWithoutPropertiesLoose$F(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1922
1922
|
var ArrowUpSquare = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1923
1923
|
var color = _ref.color,
|
|
1924
1924
|
size = _ref.size,
|
|
1925
1925
|
title = _ref.title,
|
|
1926
|
-
rest = _objectWithoutProperties$
|
|
1926
|
+
rest = _objectWithoutProperties$B(_ref, _excluded$G);
|
|
1927
1927
|
|
|
1928
1928
|
return /*#__PURE__*/React__default.createElement("svg", _extends$F({
|
|
1929
1929
|
ref: ref,
|
|
@@ -1949,18 +1949,18 @@ ArrowUpSquare.defaultProps = {
|
|
|
1949
1949
|
};
|
|
1950
1950
|
var ArrowUpSquare$1 = ArrowUpSquare;
|
|
1951
1951
|
|
|
1952
|
-
var _excluded$
|
|
1952
|
+
var _excluded$F = ["color", "size", "title"];
|
|
1953
1953
|
|
|
1954
1954
|
function _extends$E() { _extends$E = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
1955
1955
|
|
|
1956
|
-
function _objectWithoutProperties$
|
|
1956
|
+
function _objectWithoutProperties$A(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$E(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1957
1957
|
|
|
1958
1958
|
function _objectWithoutPropertiesLoose$E(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1959
1959
|
var BoundingBox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1960
1960
|
var color = _ref.color,
|
|
1961
1961
|
size = _ref.size,
|
|
1962
1962
|
title = _ref.title,
|
|
1963
|
-
rest = _objectWithoutProperties$
|
|
1963
|
+
rest = _objectWithoutProperties$A(_ref, _excluded$F);
|
|
1964
1964
|
|
|
1965
1965
|
return /*#__PURE__*/React__default.createElement("svg", _extends$E({
|
|
1966
1966
|
ref: ref,
|
|
@@ -1985,18 +1985,18 @@ BoundingBox.defaultProps = {
|
|
|
1985
1985
|
};
|
|
1986
1986
|
var BoundingBox$1 = BoundingBox;
|
|
1987
1987
|
|
|
1988
|
-
var _excluded$
|
|
1988
|
+
var _excluded$E = ["color", "size", "title"];
|
|
1989
1989
|
|
|
1990
1990
|
function _extends$D() { _extends$D = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
1991
1991
|
|
|
1992
|
-
function _objectWithoutProperties$
|
|
1992
|
+
function _objectWithoutProperties$z(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$D(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
1993
1993
|
|
|
1994
1994
|
function _objectWithoutPropertiesLoose$D(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
1995
|
-
var
|
|
1995
|
+
var Building = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1996
1996
|
var color = _ref.color,
|
|
1997
1997
|
size = _ref.size,
|
|
1998
1998
|
title = _ref.title,
|
|
1999
|
-
rest = _objectWithoutProperties$
|
|
1999
|
+
rest = _objectWithoutProperties$z(_ref, _excluded$E);
|
|
2000
2000
|
|
|
2001
2001
|
return /*#__PURE__*/React__default.createElement("svg", _extends$D({
|
|
2002
2002
|
ref: ref,
|
|
@@ -2006,33 +2006,36 @@ var Bug = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2006
2006
|
height: size,
|
|
2007
2007
|
fill: color
|
|
2008
2008
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2009
|
-
|
|
2009
|
+
fillRule: "evenodd",
|
|
2010
|
+
d: "M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694 1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"
|
|
2011
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2012
|
+
d: "M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"
|
|
2010
2013
|
}));
|
|
2011
2014
|
});
|
|
2012
|
-
|
|
2015
|
+
Building.propTypes = {
|
|
2013
2016
|
color: PropTypes.string,
|
|
2014
2017
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2015
2018
|
title: PropTypes.string
|
|
2016
2019
|
};
|
|
2017
|
-
|
|
2020
|
+
Building.defaultProps = {
|
|
2018
2021
|
color: 'currentColor',
|
|
2019
2022
|
size: '1em',
|
|
2020
2023
|
title: null
|
|
2021
2024
|
};
|
|
2022
|
-
var
|
|
2025
|
+
var Building$1 = Building;
|
|
2023
2026
|
|
|
2024
|
-
var _excluded$
|
|
2027
|
+
var _excluded$D = ["color", "size", "title"];
|
|
2025
2028
|
|
|
2026
2029
|
function _extends$C() { _extends$C = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
2027
2030
|
|
|
2028
|
-
function _objectWithoutProperties$
|
|
2031
|
+
function _objectWithoutProperties$y(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$C(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2029
2032
|
|
|
2030
2033
|
function _objectWithoutPropertiesLoose$C(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2031
|
-
var
|
|
2034
|
+
var CaretDownFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2032
2035
|
var color = _ref.color,
|
|
2033
2036
|
size = _ref.size,
|
|
2034
2037
|
title = _ref.title,
|
|
2035
|
-
rest = _objectWithoutProperties$
|
|
2038
|
+
rest = _objectWithoutProperties$y(_ref, _excluded$D);
|
|
2036
2039
|
|
|
2037
2040
|
return /*#__PURE__*/React__default.createElement("svg", _extends$C({
|
|
2038
2041
|
ref: ref,
|
|
@@ -2042,36 +2045,33 @@ var Building = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2042
2045
|
height: size,
|
|
2043
2046
|
fill: color
|
|
2044
2047
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2045
|
-
|
|
2046
|
-
d: "M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694 1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"
|
|
2047
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2048
|
-
d: "M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"
|
|
2048
|
+
d: "M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"
|
|
2049
2049
|
}));
|
|
2050
2050
|
});
|
|
2051
|
-
|
|
2051
|
+
CaretDownFill.propTypes = {
|
|
2052
2052
|
color: PropTypes.string,
|
|
2053
2053
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2054
2054
|
title: PropTypes.string
|
|
2055
2055
|
};
|
|
2056
|
-
|
|
2056
|
+
CaretDownFill.defaultProps = {
|
|
2057
2057
|
color: 'currentColor',
|
|
2058
2058
|
size: '1em',
|
|
2059
2059
|
title: null
|
|
2060
2060
|
};
|
|
2061
|
-
var
|
|
2061
|
+
var CaretDownFill$1 = CaretDownFill;
|
|
2062
2062
|
|
|
2063
|
-
var _excluded$
|
|
2063
|
+
var _excluded$C = ["color", "size", "title"];
|
|
2064
2064
|
|
|
2065
2065
|
function _extends$B() { _extends$B = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
2066
2066
|
|
|
2067
|
-
function _objectWithoutProperties$
|
|
2067
|
+
function _objectWithoutProperties$x(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$B(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2068
2068
|
|
|
2069
2069
|
function _objectWithoutPropertiesLoose$B(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2070
|
-
var
|
|
2070
|
+
var CheckCircle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2071
2071
|
var color = _ref.color,
|
|
2072
2072
|
size = _ref.size,
|
|
2073
2073
|
title = _ref.title,
|
|
2074
|
-
rest = _objectWithoutProperties$
|
|
2074
|
+
rest = _objectWithoutProperties$x(_ref, _excluded$C);
|
|
2075
2075
|
|
|
2076
2076
|
return /*#__PURE__*/React__default.createElement("svg", _extends$B({
|
|
2077
2077
|
ref: ref,
|
|
@@ -2081,33 +2081,35 @@ var CaretDownFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2081
2081
|
height: size,
|
|
2082
2082
|
fill: color
|
|
2083
2083
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2084
|
-
d: "
|
|
2084
|
+
d: "M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"
|
|
2085
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
2086
|
+
d: "M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"
|
|
2085
2087
|
}));
|
|
2086
2088
|
});
|
|
2087
|
-
|
|
2089
|
+
CheckCircle.propTypes = {
|
|
2088
2090
|
color: PropTypes.string,
|
|
2089
2091
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2090
2092
|
title: PropTypes.string
|
|
2091
2093
|
};
|
|
2092
|
-
|
|
2094
|
+
CheckCircle.defaultProps = {
|
|
2093
2095
|
color: 'currentColor',
|
|
2094
2096
|
size: '1em',
|
|
2095
2097
|
title: null
|
|
2096
2098
|
};
|
|
2097
|
-
var
|
|
2099
|
+
var CheckCircle$1 = CheckCircle;
|
|
2098
2100
|
|
|
2099
|
-
var _excluded$
|
|
2101
|
+
var _excluded$B = ["color", "size", "title"];
|
|
2100
2102
|
|
|
2101
2103
|
function _extends$A() { _extends$A = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
2102
2104
|
|
|
2103
|
-
function _objectWithoutProperties$
|
|
2105
|
+
function _objectWithoutProperties$w(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$A(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2104
2106
|
|
|
2105
2107
|
function _objectWithoutPropertiesLoose$A(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2106
|
-
var
|
|
2108
|
+
var ChevronCompactDown = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2107
2109
|
var color = _ref.color,
|
|
2108
2110
|
size = _ref.size,
|
|
2109
2111
|
title = _ref.title,
|
|
2110
|
-
rest = _objectWithoutProperties$
|
|
2112
|
+
rest = _objectWithoutProperties$w(_ref, _excluded$B);
|
|
2111
2113
|
|
|
2112
2114
|
return /*#__PURE__*/React__default.createElement("svg", _extends$A({
|
|
2113
2115
|
ref: ref,
|
|
@@ -2117,35 +2119,34 @@ var CheckCircle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2117
2119
|
height: size,
|
|
2118
2120
|
fill: color
|
|
2119
2121
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
d: "M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"
|
|
2122
|
+
fillRule: "evenodd",
|
|
2123
|
+
d: "M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67z"
|
|
2123
2124
|
}));
|
|
2124
2125
|
});
|
|
2125
|
-
|
|
2126
|
+
ChevronCompactDown.propTypes = {
|
|
2126
2127
|
color: PropTypes.string,
|
|
2127
2128
|
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2128
2129
|
title: PropTypes.string
|
|
2129
2130
|
};
|
|
2130
|
-
|
|
2131
|
+
ChevronCompactDown.defaultProps = {
|
|
2131
2132
|
color: 'currentColor',
|
|
2132
2133
|
size: '1em',
|
|
2133
2134
|
title: null
|
|
2134
2135
|
};
|
|
2135
|
-
var
|
|
2136
|
+
var ChevronCompactDown$1 = ChevronCompactDown;
|
|
2136
2137
|
|
|
2137
|
-
var _excluded$
|
|
2138
|
+
var _excluded$A = ["color", "size", "title"];
|
|
2138
2139
|
|
|
2139
2140
|
function _extends$z() { _extends$z = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
2140
2141
|
|
|
2141
|
-
function _objectWithoutProperties$
|
|
2142
|
+
function _objectWithoutProperties$v(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$z(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2142
2143
|
|
|
2143
2144
|
function _objectWithoutPropertiesLoose$z(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2144
|
-
var
|
|
2145
|
+
var ChevronCompactUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2145
2146
|
var color = _ref.color,
|
|
2146
2147
|
size = _ref.size,
|
|
2147
2148
|
title = _ref.title,
|
|
2148
|
-
rest = _objectWithoutProperties$
|
|
2149
|
+
rest = _objectWithoutProperties$v(_ref, _excluded$A);
|
|
2149
2150
|
|
|
2150
2151
|
return /*#__PURE__*/React__default.createElement("svg", _extends$z({
|
|
2151
2152
|
ref: ref,
|
|
@@ -2154,6 +2155,43 @@ var ChevronRight = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2154
2155
|
width: size,
|
|
2155
2156
|
height: size,
|
|
2156
2157
|
fill: color
|
|
2158
|
+
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2159
|
+
fillRule: "evenodd",
|
|
2160
|
+
d: "M7.776 5.553a.5.5 0 0 1 .448 0l6 3a.5.5 0 1 1-.448.894L8 6.56 2.224 9.447a.5.5 0 1 1-.448-.894l6-3z"
|
|
2161
|
+
}));
|
|
2162
|
+
});
|
|
2163
|
+
ChevronCompactUp.propTypes = {
|
|
2164
|
+
color: PropTypes.string,
|
|
2165
|
+
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2166
|
+
title: PropTypes.string
|
|
2167
|
+
};
|
|
2168
|
+
ChevronCompactUp.defaultProps = {
|
|
2169
|
+
color: 'currentColor',
|
|
2170
|
+
size: '1em',
|
|
2171
|
+
title: null
|
|
2172
|
+
};
|
|
2173
|
+
var ChevronCompactUp$1 = ChevronCompactUp;
|
|
2174
|
+
|
|
2175
|
+
var _excluded$z = ["color", "size", "title"];
|
|
2176
|
+
|
|
2177
|
+
function _extends$y() { _extends$y = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
2178
|
+
|
|
2179
|
+
function _objectWithoutProperties$u(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$y(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2180
|
+
|
|
2181
|
+
function _objectWithoutPropertiesLoose$y(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2182
|
+
var ChevronRight = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2183
|
+
var color = _ref.color,
|
|
2184
|
+
size = _ref.size,
|
|
2185
|
+
title = _ref.title,
|
|
2186
|
+
rest = _objectWithoutProperties$u(_ref, _excluded$z);
|
|
2187
|
+
|
|
2188
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$y({
|
|
2189
|
+
ref: ref,
|
|
2190
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2191
|
+
viewBox: "0 0 16 16",
|
|
2192
|
+
width: size,
|
|
2193
|
+
height: size,
|
|
2194
|
+
fill: color
|
|
2157
2195
|
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2158
2196
|
fillRule: "evenodd",
|
|
2159
2197
|
d: "M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
|
|
@@ -2171,20 +2209,20 @@ ChevronRight.defaultProps = {
|
|
|
2171
2209
|
};
|
|
2172
2210
|
var ChevronRight$1 = ChevronRight;
|
|
2173
2211
|
|
|
2174
|
-
var _excluded$
|
|
2212
|
+
var _excluded$y = ["color", "size", "title"];
|
|
2175
2213
|
|
|
2176
|
-
function _extends$
|
|
2214
|
+
function _extends$x() { _extends$x = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
2177
2215
|
|
|
2178
|
-
function _objectWithoutProperties$t(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2216
|
+
function _objectWithoutProperties$t(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$x(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2179
2217
|
|
|
2180
|
-
function _objectWithoutPropertiesLoose$
|
|
2218
|
+
function _objectWithoutPropertiesLoose$x(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2181
2219
|
var Clock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2182
2220
|
var color = _ref.color,
|
|
2183
2221
|
size = _ref.size,
|
|
2184
2222
|
title = _ref.title,
|
|
2185
|
-
rest = _objectWithoutProperties$t(_ref, _excluded$
|
|
2223
|
+
rest = _objectWithoutProperties$t(_ref, _excluded$y);
|
|
2186
2224
|
|
|
2187
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2225
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$x({
|
|
2188
2226
|
ref: ref,
|
|
2189
2227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2190
2228
|
viewBox: "0 0 16 16",
|
|
@@ -2209,20 +2247,20 @@ Clock.defaultProps = {
|
|
|
2209
2247
|
};
|
|
2210
2248
|
var Clock$1 = Clock;
|
|
2211
2249
|
|
|
2212
|
-
var _excluded$
|
|
2250
|
+
var _excluded$x = ["color", "size", "title"];
|
|
2213
2251
|
|
|
2214
|
-
function _extends$
|
|
2252
|
+
function _extends$w() { _extends$w = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
2215
2253
|
|
|
2216
|
-
function _objectWithoutProperties$s(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2254
|
+
function _objectWithoutProperties$s(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$w(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2217
2255
|
|
|
2218
|
-
function _objectWithoutPropertiesLoose$
|
|
2256
|
+
function _objectWithoutPropertiesLoose$w(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2219
2257
|
var CloudArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2220
2258
|
var color = _ref.color,
|
|
2221
2259
|
size = _ref.size,
|
|
2222
2260
|
title = _ref.title,
|
|
2223
|
-
rest = _objectWithoutProperties$s(_ref, _excluded$
|
|
2261
|
+
rest = _objectWithoutProperties$s(_ref, _excluded$x);
|
|
2224
2262
|
|
|
2225
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2263
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$w({
|
|
2226
2264
|
ref: ref,
|
|
2227
2265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2228
2266
|
viewBox: "0 0 16 16",
|
|
@@ -2248,20 +2286,20 @@ CloudArrowUp.defaultProps = {
|
|
|
2248
2286
|
};
|
|
2249
2287
|
var CloudArrowUp$1 = CloudArrowUp;
|
|
2250
2288
|
|
|
2251
|
-
var _excluded$
|
|
2289
|
+
var _excluded$w = ["color", "size", "title"];
|
|
2252
2290
|
|
|
2253
|
-
function _extends$
|
|
2291
|
+
function _extends$v() { _extends$v = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
2254
2292
|
|
|
2255
|
-
function _objectWithoutProperties$r(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2293
|
+
function _objectWithoutProperties$r(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$v(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2256
2294
|
|
|
2257
|
-
function _objectWithoutPropertiesLoose$
|
|
2295
|
+
function _objectWithoutPropertiesLoose$v(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2258
2296
|
var CloudPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2259
2297
|
var color = _ref.color,
|
|
2260
2298
|
size = _ref.size,
|
|
2261
2299
|
title = _ref.title,
|
|
2262
|
-
rest = _objectWithoutProperties$r(_ref, _excluded$
|
|
2300
|
+
rest = _objectWithoutProperties$r(_ref, _excluded$w);
|
|
2263
2301
|
|
|
2264
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2302
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$v({
|
|
2265
2303
|
ref: ref,
|
|
2266
2304
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2267
2305
|
viewBox: "0 0 16 16",
|
|
@@ -2287,20 +2325,20 @@ CloudPlus.defaultProps = {
|
|
|
2287
2325
|
};
|
|
2288
2326
|
var CloudPlus$1 = CloudPlus;
|
|
2289
2327
|
|
|
2290
|
-
var _excluded$
|
|
2328
|
+
var _excluded$v = ["color", "size", "title"];
|
|
2291
2329
|
|
|
2292
|
-
function _extends$
|
|
2330
|
+
function _extends$u() { _extends$u = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
2293
2331
|
|
|
2294
|
-
function _objectWithoutProperties$q(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2332
|
+
function _objectWithoutProperties$q(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$u(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2295
2333
|
|
|
2296
|
-
function _objectWithoutPropertiesLoose$
|
|
2334
|
+
function _objectWithoutPropertiesLoose$u(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2297
2335
|
var Cpu = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2298
2336
|
var color = _ref.color,
|
|
2299
2337
|
size = _ref.size,
|
|
2300
2338
|
title = _ref.title,
|
|
2301
|
-
rest = _objectWithoutProperties$q(_ref, _excluded$
|
|
2339
|
+
rest = _objectWithoutProperties$q(_ref, _excluded$v);
|
|
2302
2340
|
|
|
2303
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2341
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$u({
|
|
2304
2342
|
ref: ref,
|
|
2305
2343
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2306
2344
|
viewBox: "0 0 16 16",
|
|
@@ -2323,20 +2361,20 @@ Cpu.defaultProps = {
|
|
|
2323
2361
|
};
|
|
2324
2362
|
var Cpu$1 = Cpu;
|
|
2325
2363
|
|
|
2326
|
-
var _excluded$
|
|
2364
|
+
var _excluded$u = ["color", "size", "title"];
|
|
2327
2365
|
|
|
2328
|
-
function _extends$
|
|
2366
|
+
function _extends$t() { _extends$t = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
2329
2367
|
|
|
2330
|
-
function _objectWithoutProperties$p(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2368
|
+
function _objectWithoutProperties$p(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$t(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2331
2369
|
|
|
2332
|
-
function _objectWithoutPropertiesLoose$
|
|
2370
|
+
function _objectWithoutPropertiesLoose$t(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2333
2371
|
var CursorText = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2334
2372
|
var color = _ref.color,
|
|
2335
2373
|
size = _ref.size,
|
|
2336
2374
|
title = _ref.title,
|
|
2337
|
-
rest = _objectWithoutProperties$p(_ref, _excluded$
|
|
2375
|
+
rest = _objectWithoutProperties$p(_ref, _excluded$u);
|
|
2338
2376
|
|
|
2339
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2377
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$t({
|
|
2340
2378
|
ref: ref,
|
|
2341
2379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2342
2380
|
viewBox: "0 0 16 16",
|
|
@@ -2359,20 +2397,20 @@ CursorText.defaultProps = {
|
|
|
2359
2397
|
};
|
|
2360
2398
|
var CursorText$1 = CursorText;
|
|
2361
2399
|
|
|
2362
|
-
var _excluded$
|
|
2400
|
+
var _excluded$t = ["color", "size", "title"];
|
|
2363
2401
|
|
|
2364
|
-
function _extends$
|
|
2402
|
+
function _extends$s() { _extends$s = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
2365
2403
|
|
|
2366
|
-
function _objectWithoutProperties$o(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2404
|
+
function _objectWithoutProperties$o(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$s(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2367
2405
|
|
|
2368
|
-
function _objectWithoutPropertiesLoose$
|
|
2406
|
+
function _objectWithoutPropertiesLoose$s(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2369
2407
|
var Download = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2370
2408
|
var color = _ref.color,
|
|
2371
2409
|
size = _ref.size,
|
|
2372
2410
|
title = _ref.title,
|
|
2373
|
-
rest = _objectWithoutProperties$o(_ref, _excluded$
|
|
2411
|
+
rest = _objectWithoutProperties$o(_ref, _excluded$t);
|
|
2374
2412
|
|
|
2375
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2413
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$s({
|
|
2376
2414
|
ref: ref,
|
|
2377
2415
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2378
2416
|
viewBox: "0 0 16 16",
|
|
@@ -2397,20 +2435,20 @@ Download.defaultProps = {
|
|
|
2397
2435
|
};
|
|
2398
2436
|
var Download$1 = Download;
|
|
2399
2437
|
|
|
2400
|
-
var _excluded$
|
|
2438
|
+
var _excluded$s = ["color", "size", "title"];
|
|
2401
2439
|
|
|
2402
|
-
function _extends$
|
|
2440
|
+
function _extends$r() { _extends$r = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
2403
2441
|
|
|
2404
|
-
function _objectWithoutProperties$n(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2442
|
+
function _objectWithoutProperties$n(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$r(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2405
2443
|
|
|
2406
|
-
function _objectWithoutPropertiesLoose$
|
|
2444
|
+
function _objectWithoutPropertiesLoose$r(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2407
2445
|
var EyeFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2408
2446
|
var color = _ref.color,
|
|
2409
2447
|
size = _ref.size,
|
|
2410
2448
|
title = _ref.title,
|
|
2411
|
-
rest = _objectWithoutProperties$n(_ref, _excluded$
|
|
2449
|
+
rest = _objectWithoutProperties$n(_ref, _excluded$s);
|
|
2412
2450
|
|
|
2413
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2451
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$r({
|
|
2414
2452
|
ref: ref,
|
|
2415
2453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2416
2454
|
viewBox: "0 0 16 16",
|
|
@@ -2435,20 +2473,20 @@ EyeFill.defaultProps = {
|
|
|
2435
2473
|
};
|
|
2436
2474
|
var EyeFill$1 = EyeFill;
|
|
2437
2475
|
|
|
2438
|
-
var _excluded$
|
|
2476
|
+
var _excluded$r = ["color", "size", "title"];
|
|
2439
2477
|
|
|
2440
|
-
function _extends$
|
|
2478
|
+
function _extends$q() { _extends$q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
2441
2479
|
|
|
2442
|
-
function _objectWithoutProperties$m(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2480
|
+
function _objectWithoutProperties$m(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$q(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2443
2481
|
|
|
2444
|
-
function _objectWithoutPropertiesLoose$
|
|
2482
|
+
function _objectWithoutPropertiesLoose$q(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2445
2483
|
var Eyeglasses = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2446
2484
|
var color = _ref.color,
|
|
2447
2485
|
size = _ref.size,
|
|
2448
2486
|
title = _ref.title,
|
|
2449
|
-
rest = _objectWithoutProperties$m(_ref, _excluded$
|
|
2487
|
+
rest = _objectWithoutProperties$m(_ref, _excluded$r);
|
|
2450
2488
|
|
|
2451
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2489
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$q({
|
|
2452
2490
|
ref: ref,
|
|
2453
2491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2454
2492
|
viewBox: "0 0 16 16",
|
|
@@ -2471,20 +2509,20 @@ Eyeglasses.defaultProps = {
|
|
|
2471
2509
|
};
|
|
2472
2510
|
var Eyeglasses$1 = Eyeglasses;
|
|
2473
2511
|
|
|
2474
|
-
var _excluded$
|
|
2512
|
+
var _excluded$q = ["color", "size", "title"];
|
|
2475
2513
|
|
|
2476
|
-
function _extends$
|
|
2514
|
+
function _extends$p() { _extends$p = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
2477
2515
|
|
|
2478
|
-
function _objectWithoutProperties$l(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2516
|
+
function _objectWithoutProperties$l(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$p(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2479
2517
|
|
|
2480
|
-
function _objectWithoutPropertiesLoose$
|
|
2518
|
+
function _objectWithoutPropertiesLoose$p(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2481
2519
|
var FileEarmarkArrowUp = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2482
2520
|
var color = _ref.color,
|
|
2483
2521
|
size = _ref.size,
|
|
2484
2522
|
title = _ref.title,
|
|
2485
|
-
rest = _objectWithoutProperties$l(_ref, _excluded$
|
|
2523
|
+
rest = _objectWithoutProperties$l(_ref, _excluded$q);
|
|
2486
2524
|
|
|
2487
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2525
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$p({
|
|
2488
2526
|
ref: ref,
|
|
2489
2527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2490
2528
|
viewBox: "0 0 16 16",
|
|
@@ -2509,20 +2547,20 @@ FileEarmarkArrowUp.defaultProps = {
|
|
|
2509
2547
|
};
|
|
2510
2548
|
var FileEarmarkArrowUp$1 = FileEarmarkArrowUp;
|
|
2511
2549
|
|
|
2512
|
-
var _excluded$
|
|
2550
|
+
var _excluded$p = ["color", "size", "title"];
|
|
2513
2551
|
|
|
2514
|
-
function _extends$
|
|
2552
|
+
function _extends$o() { _extends$o = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
2515
2553
|
|
|
2516
|
-
function _objectWithoutProperties$k(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2554
|
+
function _objectWithoutProperties$k(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$o(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2517
2555
|
|
|
2518
|
-
function _objectWithoutPropertiesLoose$
|
|
2556
|
+
function _objectWithoutPropertiesLoose$o(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2519
2557
|
var FileEarmarkBarGraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2520
2558
|
var color = _ref.color,
|
|
2521
2559
|
size = _ref.size,
|
|
2522
2560
|
title = _ref.title,
|
|
2523
|
-
rest = _objectWithoutProperties$k(_ref, _excluded$
|
|
2561
|
+
rest = _objectWithoutProperties$k(_ref, _excluded$p);
|
|
2524
2562
|
|
|
2525
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2563
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$o({
|
|
2526
2564
|
ref: ref,
|
|
2527
2565
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2528
2566
|
viewBox: "0 0 16 16",
|
|
@@ -2547,20 +2585,20 @@ FileEarmarkBarGraph.defaultProps = {
|
|
|
2547
2585
|
};
|
|
2548
2586
|
var FileEarmarkBarGraph$1 = FileEarmarkBarGraph;
|
|
2549
2587
|
|
|
2550
|
-
var _excluded$
|
|
2588
|
+
var _excluded$o = ["color", "size", "title"];
|
|
2551
2589
|
|
|
2552
|
-
function _extends$
|
|
2590
|
+
function _extends$n() { _extends$n = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
2553
2591
|
|
|
2554
|
-
function _objectWithoutProperties$j(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2592
|
+
function _objectWithoutProperties$j(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$n(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2555
2593
|
|
|
2556
|
-
function _objectWithoutPropertiesLoose$
|
|
2594
|
+
function _objectWithoutPropertiesLoose$n(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2557
2595
|
var FileEarmarkImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2558
2596
|
var color = _ref.color,
|
|
2559
2597
|
size = _ref.size,
|
|
2560
2598
|
title = _ref.title,
|
|
2561
|
-
rest = _objectWithoutProperties$j(_ref, _excluded$
|
|
2599
|
+
rest = _objectWithoutProperties$j(_ref, _excluded$o);
|
|
2562
2600
|
|
|
2563
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2601
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$n({
|
|
2564
2602
|
ref: ref,
|
|
2565
2603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2566
2604
|
viewBox: "0 0 16 16",
|
|
@@ -2585,20 +2623,20 @@ FileEarmarkImage.defaultProps = {
|
|
|
2585
2623
|
};
|
|
2586
2624
|
var FileEarmarkImage$1 = FileEarmarkImage;
|
|
2587
2625
|
|
|
2588
|
-
var _excluded$
|
|
2626
|
+
var _excluded$n = ["color", "size", "title"];
|
|
2589
2627
|
|
|
2590
|
-
function _extends$
|
|
2628
|
+
function _extends$m() { _extends$m = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
2591
2629
|
|
|
2592
|
-
function _objectWithoutProperties$i(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2630
|
+
function _objectWithoutProperties$i(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$m(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2593
2631
|
|
|
2594
|
-
function _objectWithoutPropertiesLoose$
|
|
2632
|
+
function _objectWithoutPropertiesLoose$m(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2595
2633
|
var FileEarmark = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2596
2634
|
var color = _ref.color,
|
|
2597
2635
|
size = _ref.size,
|
|
2598
2636
|
title = _ref.title,
|
|
2599
|
-
rest = _objectWithoutProperties$i(_ref, _excluded$
|
|
2637
|
+
rest = _objectWithoutProperties$i(_ref, _excluded$n);
|
|
2600
2638
|
|
|
2601
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2639
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$m({
|
|
2602
2640
|
ref: ref,
|
|
2603
2641
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2604
2642
|
viewBox: "0 0 16 16",
|
|
@@ -2621,20 +2659,20 @@ FileEarmark.defaultProps = {
|
|
|
2621
2659
|
};
|
|
2622
2660
|
var FileEarmark$1 = FileEarmark;
|
|
2623
2661
|
|
|
2624
|
-
var _excluded$
|
|
2662
|
+
var _excluded$m = ["color", "size", "title"];
|
|
2625
2663
|
|
|
2626
|
-
function _extends$
|
|
2664
|
+
function _extends$l() { _extends$l = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
2627
2665
|
|
|
2628
|
-
function _objectWithoutProperties$h(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2666
|
+
function _objectWithoutProperties$h(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$l(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2629
2667
|
|
|
2630
|
-
function _objectWithoutPropertiesLoose$
|
|
2668
|
+
function _objectWithoutPropertiesLoose$l(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2631
2669
|
var FileZip = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2632
2670
|
var color = _ref.color,
|
|
2633
2671
|
size = _ref.size,
|
|
2634
2672
|
title = _ref.title,
|
|
2635
|
-
rest = _objectWithoutProperties$h(_ref, _excluded$
|
|
2673
|
+
rest = _objectWithoutProperties$h(_ref, _excluded$m);
|
|
2636
2674
|
|
|
2637
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2675
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$l({
|
|
2638
2676
|
ref: ref,
|
|
2639
2677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2640
2678
|
viewBox: "0 0 16 16",
|
|
@@ -2659,20 +2697,20 @@ FileZip.defaultProps = {
|
|
|
2659
2697
|
};
|
|
2660
2698
|
var FileZip$1 = FileZip;
|
|
2661
2699
|
|
|
2662
|
-
var _excluded$
|
|
2700
|
+
var _excluded$l = ["color", "size", "title"];
|
|
2663
2701
|
|
|
2664
|
-
function _extends$
|
|
2702
|
+
function _extends$k() { _extends$k = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
2665
2703
|
|
|
2666
|
-
function _objectWithoutProperties$g(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2704
|
+
function _objectWithoutProperties$g(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$k(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2667
2705
|
|
|
2668
|
-
function _objectWithoutPropertiesLoose$
|
|
2706
|
+
function _objectWithoutPropertiesLoose$k(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2669
2707
|
var FiletypeCsv = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2670
2708
|
var color = _ref.color,
|
|
2671
2709
|
size = _ref.size,
|
|
2672
2710
|
title = _ref.title,
|
|
2673
|
-
rest = _objectWithoutProperties$g(_ref, _excluded$
|
|
2711
|
+
rest = _objectWithoutProperties$g(_ref, _excluded$l);
|
|
2674
2712
|
|
|
2675
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2713
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$k({
|
|
2676
2714
|
ref: ref,
|
|
2677
2715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2678
2716
|
viewBox: "0 0 16 16",
|
|
@@ -2696,20 +2734,20 @@ FiletypeCsv.defaultProps = {
|
|
|
2696
2734
|
};
|
|
2697
2735
|
var FiletypeCsv$1 = FiletypeCsv;
|
|
2698
2736
|
|
|
2699
|
-
var _excluded$
|
|
2737
|
+
var _excluded$k = ["color", "size", "title"];
|
|
2700
2738
|
|
|
2701
|
-
function _extends$
|
|
2739
|
+
function _extends$j() { _extends$j = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
|
|
2702
2740
|
|
|
2703
|
-
function _objectWithoutProperties$f(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2741
|
+
function _objectWithoutProperties$f(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$j(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2704
2742
|
|
|
2705
|
-
function _objectWithoutPropertiesLoose$
|
|
2743
|
+
function _objectWithoutPropertiesLoose$j(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2706
2744
|
var FiletypeJson = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2707
2745
|
var color = _ref.color,
|
|
2708
2746
|
size = _ref.size,
|
|
2709
2747
|
title = _ref.title,
|
|
2710
|
-
rest = _objectWithoutProperties$f(_ref, _excluded$
|
|
2748
|
+
rest = _objectWithoutProperties$f(_ref, _excluded$k);
|
|
2711
2749
|
|
|
2712
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2750
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$j({
|
|
2713
2751
|
ref: ref,
|
|
2714
2752
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2715
2753
|
viewBox: "0 0 16 16",
|
|
@@ -2733,20 +2771,20 @@ FiletypeJson.defaultProps = {
|
|
|
2733
2771
|
};
|
|
2734
2772
|
var FiletypeJson$1 = FiletypeJson;
|
|
2735
2773
|
|
|
2736
|
-
var _excluded$
|
|
2774
|
+
var _excluded$j = ["color", "size", "title"];
|
|
2737
2775
|
|
|
2738
|
-
function _extends$
|
|
2776
|
+
function _extends$i() { _extends$i = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
2739
2777
|
|
|
2740
|
-
function _objectWithoutProperties$e(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2778
|
+
function _objectWithoutProperties$e(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$i(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2741
2779
|
|
|
2742
|
-
function _objectWithoutPropertiesLoose$
|
|
2780
|
+
function _objectWithoutPropertiesLoose$i(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2743
2781
|
var FiletypeTxt = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2744
2782
|
var color = _ref.color,
|
|
2745
2783
|
size = _ref.size,
|
|
2746
2784
|
title = _ref.title,
|
|
2747
|
-
rest = _objectWithoutProperties$e(_ref, _excluded$
|
|
2785
|
+
rest = _objectWithoutProperties$e(_ref, _excluded$j);
|
|
2748
2786
|
|
|
2749
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2787
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$i({
|
|
2750
2788
|
ref: ref,
|
|
2751
2789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2752
2790
|
viewBox: "0 0 16 16",
|
|
@@ -2770,20 +2808,20 @@ FiletypeTxt.defaultProps = {
|
|
|
2770
2808
|
};
|
|
2771
2809
|
var FiletypeTxt$1 = FiletypeTxt;
|
|
2772
2810
|
|
|
2773
|
-
var _excluded$
|
|
2811
|
+
var _excluded$i = ["color", "size", "title"];
|
|
2774
2812
|
|
|
2775
|
-
function _extends$
|
|
2813
|
+
function _extends$h() { _extends$h = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
|
|
2776
2814
|
|
|
2777
|
-
function _objectWithoutProperties$d(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2815
|
+
function _objectWithoutProperties$d(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$h(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2778
2816
|
|
|
2779
|
-
function _objectWithoutPropertiesLoose$
|
|
2817
|
+
function _objectWithoutPropertiesLoose$h(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2780
2818
|
var FolderFill = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2781
2819
|
var color = _ref.color,
|
|
2782
2820
|
size = _ref.size,
|
|
2783
2821
|
title = _ref.title,
|
|
2784
|
-
rest = _objectWithoutProperties$d(_ref, _excluded$
|
|
2822
|
+
rest = _objectWithoutProperties$d(_ref, _excluded$i);
|
|
2785
2823
|
|
|
2786
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2824
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$h({
|
|
2787
2825
|
ref: ref,
|
|
2788
2826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2789
2827
|
viewBox: "0 0 16 16",
|
|
@@ -2806,20 +2844,20 @@ FolderFill.defaultProps = {
|
|
|
2806
2844
|
};
|
|
2807
2845
|
var FolderFill$1 = FolderFill;
|
|
2808
2846
|
|
|
2809
|
-
var _excluded$
|
|
2847
|
+
var _excluded$h = ["color", "size", "title"];
|
|
2810
2848
|
|
|
2811
|
-
function _extends$
|
|
2849
|
+
function _extends$g() { _extends$g = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
2812
2850
|
|
|
2813
|
-
function _objectWithoutProperties$c(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$
|
|
2851
|
+
function _objectWithoutProperties$c(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$g(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2814
2852
|
|
|
2815
|
-
function _objectWithoutPropertiesLoose$
|
|
2853
|
+
function _objectWithoutPropertiesLoose$g(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2816
2854
|
var FolderPlus = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2817
2855
|
var color = _ref.color,
|
|
2818
2856
|
size = _ref.size,
|
|
2819
2857
|
title = _ref.title,
|
|
2820
|
-
rest = _objectWithoutProperties$c(_ref, _excluded$
|
|
2858
|
+
rest = _objectWithoutProperties$c(_ref, _excluded$h);
|
|
2821
2859
|
|
|
2822
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$
|
|
2860
|
+
return /*#__PURE__*/React__default.createElement("svg", _extends$g({
|
|
2823
2861
|
ref: ref,
|
|
2824
2862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2825
2863
|
viewBox: "0 0 16 16",
|
|
@@ -2844,54 +2882,18 @@ FolderPlus.defaultProps = {
|
|
|
2844
2882
|
};
|
|
2845
2883
|
var FolderPlus$1 = FolderPlus;
|
|
2846
2884
|
|
|
2847
|
-
var _excluded$
|
|
2848
|
-
|
|
2849
|
-
function _extends$g() { _extends$g = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
2850
|
-
|
|
2851
|
-
function _objectWithoutProperties$b(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$g(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2852
|
-
|
|
2853
|
-
function _objectWithoutPropertiesLoose$g(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2854
|
-
var Folder = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2855
|
-
var color = _ref.color,
|
|
2856
|
-
size = _ref.size,
|
|
2857
|
-
title = _ref.title,
|
|
2858
|
-
rest = _objectWithoutProperties$b(_ref, _excluded$f);
|
|
2859
|
-
|
|
2860
|
-
return /*#__PURE__*/React__default.createElement("svg", _extends$g({
|
|
2861
|
-
ref: ref,
|
|
2862
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2863
|
-
viewBox: "0 0 16 16",
|
|
2864
|
-
width: size,
|
|
2865
|
-
height: size,
|
|
2866
|
-
fill: color
|
|
2867
|
-
}, rest), title ? /*#__PURE__*/React__default.createElement("title", null, title) : null, /*#__PURE__*/React__default.createElement("path", {
|
|
2868
|
-
d: "M.54 3.87.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4H2.19zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z"
|
|
2869
|
-
}));
|
|
2870
|
-
});
|
|
2871
|
-
Folder.propTypes = {
|
|
2872
|
-
color: PropTypes.string,
|
|
2873
|
-
size: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
2874
|
-
title: PropTypes.string
|
|
2875
|
-
};
|
|
2876
|
-
Folder.defaultProps = {
|
|
2877
|
-
color: 'currentColor',
|
|
2878
|
-
size: '1em',
|
|
2879
|
-
title: null
|
|
2880
|
-
};
|
|
2881
|
-
var Folder$1 = Folder;
|
|
2882
|
-
|
|
2883
|
-
var _excluded$e = ["color", "size", "title"];
|
|
2885
|
+
var _excluded$g = ["color", "size", "title"];
|
|
2884
2886
|
|
|
2885
2887
|
function _extends$f() { _extends$f = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
2886
2888
|
|
|
2887
|
-
function _objectWithoutProperties$
|
|
2889
|
+
function _objectWithoutProperties$b(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$f(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2888
2890
|
|
|
2889
2891
|
function _objectWithoutPropertiesLoose$f(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2890
2892
|
var Gear = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2891
2893
|
var color = _ref.color,
|
|
2892
2894
|
size = _ref.size,
|
|
2893
2895
|
title = _ref.title,
|
|
2894
|
-
rest = _objectWithoutProperties$
|
|
2896
|
+
rest = _objectWithoutProperties$b(_ref, _excluded$g);
|
|
2895
2897
|
|
|
2896
2898
|
return /*#__PURE__*/React__default.createElement("svg", _extends$f({
|
|
2897
2899
|
ref: ref,
|
|
@@ -2918,18 +2920,18 @@ Gear.defaultProps = {
|
|
|
2918
2920
|
};
|
|
2919
2921
|
var Gear$1 = Gear;
|
|
2920
2922
|
|
|
2921
|
-
var _excluded$
|
|
2923
|
+
var _excluded$f = ["color", "size", "title"];
|
|
2922
2924
|
|
|
2923
2925
|
function _extends$e() { _extends$e = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
2924
2926
|
|
|
2925
|
-
function _objectWithoutProperties$
|
|
2927
|
+
function _objectWithoutProperties$a(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$e(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2926
2928
|
|
|
2927
2929
|
function _objectWithoutPropertiesLoose$e(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2928
2930
|
var Hash = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2929
2931
|
var color = _ref.color,
|
|
2930
2932
|
size = _ref.size,
|
|
2931
2933
|
title = _ref.title,
|
|
2932
|
-
rest = _objectWithoutProperties$
|
|
2934
|
+
rest = _objectWithoutProperties$a(_ref, _excluded$f);
|
|
2933
2935
|
|
|
2934
2936
|
return /*#__PURE__*/React__default.createElement("svg", _extends$e({
|
|
2935
2937
|
ref: ref,
|
|
@@ -2954,18 +2956,18 @@ Hash.defaultProps = {
|
|
|
2954
2956
|
};
|
|
2955
2957
|
var Hash$1 = Hash;
|
|
2956
2958
|
|
|
2957
|
-
var _excluded$
|
|
2959
|
+
var _excluded$e = ["color", "size", "title"];
|
|
2958
2960
|
|
|
2959
2961
|
function _extends$d() { _extends$d = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
2960
2962
|
|
|
2961
|
-
function _objectWithoutProperties$
|
|
2963
|
+
function _objectWithoutProperties$9(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$d(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
2962
2964
|
|
|
2963
2965
|
function _objectWithoutPropertiesLoose$d(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
2964
2966
|
var InfoCircle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2965
2967
|
var color = _ref.color,
|
|
2966
2968
|
size = _ref.size,
|
|
2967
2969
|
title = _ref.title,
|
|
2968
|
-
rest = _objectWithoutProperties$
|
|
2970
|
+
rest = _objectWithoutProperties$9(_ref, _excluded$e);
|
|
2969
2971
|
|
|
2970
2972
|
return /*#__PURE__*/React__default.createElement("svg", _extends$d({
|
|
2971
2973
|
ref: ref,
|
|
@@ -2992,18 +2994,18 @@ InfoCircle.defaultProps = {
|
|
|
2992
2994
|
};
|
|
2993
2995
|
var InfoCircle$1 = InfoCircle;
|
|
2994
2996
|
|
|
2995
|
-
var _excluded$
|
|
2997
|
+
var _excluded$d = ["color", "size", "title"];
|
|
2996
2998
|
|
|
2997
2999
|
function _extends$c() { _extends$c = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
2998
3000
|
|
|
2999
|
-
function _objectWithoutProperties$
|
|
3001
|
+
function _objectWithoutProperties$8(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$c(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
3000
3002
|
|
|
3001
3003
|
function _objectWithoutPropertiesLoose$c(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
3002
3004
|
var Laptop = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3003
3005
|
var color = _ref.color,
|
|
3004
3006
|
size = _ref.size,
|
|
3005
3007
|
title = _ref.title,
|
|
3006
|
-
rest = _objectWithoutProperties$
|
|
3008
|
+
rest = _objectWithoutProperties$8(_ref, _excluded$d);
|
|
3007
3009
|
|
|
3008
3010
|
return /*#__PURE__*/React__default.createElement("svg", _extends$c({
|
|
3009
3011
|
ref: ref,
|
|
@@ -3028,18 +3030,18 @@ Laptop.defaultProps = {
|
|
|
3028
3030
|
};
|
|
3029
3031
|
var Laptop$1 = Laptop;
|
|
3030
3032
|
|
|
3031
|
-
var _excluded$
|
|
3033
|
+
var _excluded$c = ["color", "size", "title"];
|
|
3032
3034
|
|
|
3033
3035
|
function _extends$b() { _extends$b = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
3034
3036
|
|
|
3035
|
-
function _objectWithoutProperties$
|
|
3037
|
+
function _objectWithoutProperties$7(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$b(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
3036
3038
|
|
|
3037
3039
|
function _objectWithoutPropertiesLoose$b(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
3038
3040
|
var Link45deg = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3039
3041
|
var color = _ref.color,
|
|
3040
3042
|
size = _ref.size,
|
|
3041
3043
|
title = _ref.title,
|
|
3042
|
-
rest = _objectWithoutProperties$
|
|
3044
|
+
rest = _objectWithoutProperties$7(_ref, _excluded$c);
|
|
3043
3045
|
|
|
3044
3046
|
return /*#__PURE__*/React__default.createElement("svg", _extends$b({
|
|
3045
3047
|
ref: ref,
|
|
@@ -3066,18 +3068,18 @@ Link45deg.defaultProps = {
|
|
|
3066
3068
|
};
|
|
3067
3069
|
var Link45deg$1 = Link45deg;
|
|
3068
3070
|
|
|
3069
|
-
var _excluded$
|
|
3071
|
+
var _excluded$b = ["color", "size", "title"];
|
|
3070
3072
|
|
|
3071
3073
|
function _extends$a() { _extends$a = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
3072
3074
|
|
|
3073
|
-
function _objectWithoutProperties$
|
|
3075
|
+
function _objectWithoutProperties$6(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$a(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
3074
3076
|
|
|
3075
3077
|
function _objectWithoutPropertiesLoose$a(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
3076
3078
|
var Recycle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3077
3079
|
var color = _ref.color,
|
|
3078
3080
|
size = _ref.size,
|
|
3079
3081
|
title = _ref.title,
|
|
3080
|
-
rest = _objectWithoutProperties$
|
|
3082
|
+
rest = _objectWithoutProperties$6(_ref, _excluded$b);
|
|
3081
3083
|
|
|
3082
3084
|
return /*#__PURE__*/React__default.createElement("svg", _extends$a({
|
|
3083
3085
|
ref: ref,
|
|
@@ -3102,18 +3104,18 @@ Recycle.defaultProps = {
|
|
|
3102
3104
|
};
|
|
3103
3105
|
var Recycle$1 = Recycle;
|
|
3104
3106
|
|
|
3105
|
-
var _excluded$
|
|
3107
|
+
var _excluded$a = ["color", "size", "title"];
|
|
3106
3108
|
|
|
3107
3109
|
function _extends$9() { _extends$9 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
3108
3110
|
|
|
3109
|
-
function _objectWithoutProperties$
|
|
3111
|
+
function _objectWithoutProperties$5(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$9(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
3110
3112
|
|
|
3111
3113
|
function _objectWithoutPropertiesLoose$9(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
3112
3114
|
var Trash = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3113
3115
|
var color = _ref.color,
|
|
3114
3116
|
size = _ref.size,
|
|
3115
3117
|
title = _ref.title,
|
|
3116
|
-
rest = _objectWithoutProperties$
|
|
3118
|
+
rest = _objectWithoutProperties$5(_ref, _excluded$a);
|
|
3117
3119
|
|
|
3118
3120
|
return /*#__PURE__*/React__default.createElement("svg", _extends$9({
|
|
3119
3121
|
ref: ref,
|
|
@@ -3141,18 +3143,18 @@ Trash.defaultProps = {
|
|
|
3141
3143
|
};
|
|
3142
3144
|
var Trash$1 = Trash;
|
|
3143
3145
|
|
|
3144
|
-
var _excluded$
|
|
3146
|
+
var _excluded$9 = ["color", "size", "title"];
|
|
3145
3147
|
|
|
3146
3148
|
function _extends$8() { _extends$8 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
3147
3149
|
|
|
3148
|
-
function _objectWithoutProperties$
|
|
3150
|
+
function _objectWithoutProperties$4(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$8(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
3149
3151
|
|
|
3150
3152
|
function _objectWithoutPropertiesLoose$8(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
3151
3153
|
var XCircle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3152
3154
|
var color = _ref.color,
|
|
3153
3155
|
size = _ref.size,
|
|
3154
3156
|
title = _ref.title,
|
|
3155
|
-
rest = _objectWithoutProperties$
|
|
3157
|
+
rest = _objectWithoutProperties$4(_ref, _excluded$9);
|
|
3156
3158
|
|
|
3157
3159
|
return /*#__PURE__*/React__default.createElement("svg", _extends$8({
|
|
3158
3160
|
ref: ref,
|
|
@@ -3179,18 +3181,18 @@ XCircle.defaultProps = {
|
|
|
3179
3181
|
};
|
|
3180
3182
|
var XCircle$1 = XCircle;
|
|
3181
3183
|
|
|
3182
|
-
var _excluded$
|
|
3184
|
+
var _excluded$8 = ["color", "size", "title"];
|
|
3183
3185
|
|
|
3184
3186
|
function _extends$7() { _extends$7 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
3185
3187
|
|
|
3186
|
-
function _objectWithoutProperties$
|
|
3188
|
+
function _objectWithoutProperties$3(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$7(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
3187
3189
|
|
|
3188
3190
|
function _objectWithoutPropertiesLoose$7(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
3189
3191
|
var XOctagon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3190
3192
|
var color = _ref.color,
|
|
3191
3193
|
size = _ref.size,
|
|
3192
3194
|
title = _ref.title,
|
|
3193
|
-
rest = _objectWithoutProperties$
|
|
3195
|
+
rest = _objectWithoutProperties$3(_ref, _excluded$8);
|
|
3194
3196
|
|
|
3195
3197
|
return /*#__PURE__*/React__default.createElement("svg", _extends$7({
|
|
3196
3198
|
ref: ref,
|
|
@@ -3217,18 +3219,18 @@ XOctagon.defaultProps = {
|
|
|
3217
3219
|
};
|
|
3218
3220
|
var XOctagon$1 = XOctagon;
|
|
3219
3221
|
|
|
3220
|
-
var _excluded$
|
|
3222
|
+
var _excluded$7 = ["color", "size", "title"];
|
|
3221
3223
|
|
|
3222
3224
|
function _extends$6() { _extends$6 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
|
3223
3225
|
|
|
3224
|
-
function _objectWithoutProperties$
|
|
3226
|
+
function _objectWithoutProperties$2(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$6(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
3225
3227
|
|
|
3226
3228
|
function _objectWithoutPropertiesLoose$6(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
3227
3229
|
var X$2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3228
3230
|
var color = _ref.color,
|
|
3229
3231
|
size = _ref.size,
|
|
3230
3232
|
title = _ref.title,
|
|
3231
|
-
rest = _objectWithoutProperties$
|
|
3233
|
+
rest = _objectWithoutProperties$2(_ref, _excluded$7);
|
|
3232
3234
|
|
|
3233
3235
|
return /*#__PURE__*/React__default.createElement("svg", _extends$6({
|
|
3234
3236
|
ref: ref,
|
|
@@ -10818,7 +10820,7 @@ function getOverflowAncestors(node, list) {
|
|
|
10818
10820
|
updatedList.concat(getOverflowAncestors(target));
|
|
10819
10821
|
}
|
|
10820
10822
|
|
|
10821
|
-
function contains(parent, child) {
|
|
10823
|
+
function contains$1(parent, child) {
|
|
10822
10824
|
const rootNode = child.getRootNode == null ? void 0 : child.getRootNode(); // First, attempt with faster native method
|
|
10823
10825
|
|
|
10824
10826
|
if (parent.contains(child)) {
|
|
@@ -10882,7 +10884,7 @@ function getClippingAncestors(element) {
|
|
|
10882
10884
|
} // @ts-ignore isElement check ensures we return Array<Element>
|
|
10883
10885
|
|
|
10884
10886
|
|
|
10885
|
-
return clippingAncestors.filter(clippingAncestors => isElement(clippingAncestors) && contains(clippingAncestors, clipperElement) && getNodeName(clippingAncestors) !== 'body');
|
|
10887
|
+
return clippingAncestors.filter(clippingAncestors => isElement(clippingAncestors) && contains$1(clippingAncestors, clipperElement) && getNodeName(clippingAncestors) !== 'body');
|
|
10886
10888
|
} // Gets the maximum area that the element is visible in due to any number of
|
|
10887
10889
|
// clipping ancestors
|
|
10888
10890
|
|
|
@@ -13875,31 +13877,31 @@ var _default$1 = function (file, acceptedFiles) {
|
|
|
13875
13877
|
|
|
13876
13878
|
var accepts = _default$1;
|
|
13877
13879
|
|
|
13878
|
-
function _toConsumableArray$1(arr) { return _arrayWithoutHoles$1(arr) || _iterableToArray$1(arr) || _unsupportedIterableToArray$
|
|
13880
|
+
function _toConsumableArray$1(arr) { return _arrayWithoutHoles$1(arr) || _iterableToArray$1(arr) || _unsupportedIterableToArray$2(arr) || _nonIterableSpread$1(); }
|
|
13879
13881
|
|
|
13880
13882
|
function _nonIterableSpread$1() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
13881
13883
|
|
|
13882
13884
|
function _iterableToArray$1(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
13883
13885
|
|
|
13884
|
-
function _arrayWithoutHoles$1(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$
|
|
13886
|
+
function _arrayWithoutHoles$1(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$2(arr); }
|
|
13885
13887
|
|
|
13886
|
-
function ownKeys$
|
|
13888
|
+
function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13887
13889
|
|
|
13888
|
-
function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$
|
|
13890
|
+
function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2(Object(source), !0).forEach(function (key) { _defineProperty$2(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
13889
13891
|
|
|
13890
|
-
function _defineProperty$
|
|
13892
|
+
function _defineProperty$2(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13891
13893
|
|
|
13892
|
-
function _slicedToArray$
|
|
13894
|
+
function _slicedToArray$2(arr, i) { return _arrayWithHoles$2(arr) || _iterableToArrayLimit$2(arr, i) || _unsupportedIterableToArray$2(arr, i) || _nonIterableRest$2(); }
|
|
13893
13895
|
|
|
13894
|
-
function _nonIterableRest$
|
|
13896
|
+
function _nonIterableRest$2() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
13895
13897
|
|
|
13896
|
-
function _unsupportedIterableToArray$
|
|
13898
|
+
function _unsupportedIterableToArray$2(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$2(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen); }
|
|
13897
13899
|
|
|
13898
|
-
function _arrayLikeToArray$
|
|
13900
|
+
function _arrayLikeToArray$2(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
13899
13901
|
|
|
13900
|
-
function _iterableToArrayLimit$
|
|
13902
|
+
function _iterableToArrayLimit$2(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
13901
13903
|
|
|
13902
|
-
function _arrayWithHoles$
|
|
13904
|
+
function _arrayWithHoles$2(arr) { if (Array.isArray(arr)) return arr; }
|
|
13903
13905
|
|
|
13904
13906
|
var FILE_INVALID_TYPE = "file-invalid-type";
|
|
13905
13907
|
var FILE_TOO_LARGE = "file-too-large";
|
|
@@ -13979,11 +13981,11 @@ function allFilesAccepted(_ref) {
|
|
|
13979
13981
|
|
|
13980
13982
|
return files.every(function (file) {
|
|
13981
13983
|
var _fileAccepted = fileAccepted(file, accept),
|
|
13982
|
-
_fileAccepted2 = _slicedToArray$
|
|
13984
|
+
_fileAccepted2 = _slicedToArray$2(_fileAccepted, 1),
|
|
13983
13985
|
accepted = _fileAccepted2[0];
|
|
13984
13986
|
|
|
13985
13987
|
var _fileMatchSize = fileMatchSize(file, minSize, maxSize),
|
|
13986
|
-
_fileMatchSize2 = _slicedToArray$
|
|
13988
|
+
_fileMatchSize2 = _slicedToArray$2(_fileMatchSize, 1),
|
|
13987
13989
|
sizeMatch = _fileMatchSize2[0];
|
|
13988
13990
|
|
|
13989
13991
|
var customErrors = validator ? validator(file) : null;
|
|
@@ -14080,7 +14082,7 @@ function canUseFileSystemAccessAPI() {
|
|
|
14080
14082
|
function pickerOptionsFromAccept(accept) {
|
|
14081
14083
|
if (isDefined(accept)) {
|
|
14082
14084
|
var acceptForPicker = Object.entries(accept).filter(function (_ref2) {
|
|
14083
|
-
var _ref3 = _slicedToArray$
|
|
14085
|
+
var _ref3 = _slicedToArray$2(_ref2, 2),
|
|
14084
14086
|
mimeType = _ref3[0],
|
|
14085
14087
|
ext = _ref3[1];
|
|
14086
14088
|
|
|
@@ -14098,11 +14100,11 @@ function pickerOptionsFromAccept(accept) {
|
|
|
14098
14100
|
|
|
14099
14101
|
return ok;
|
|
14100
14102
|
}).reduce(function (agg, _ref4) {
|
|
14101
|
-
var _ref5 = _slicedToArray$
|
|
14103
|
+
var _ref5 = _slicedToArray$2(_ref4, 2),
|
|
14102
14104
|
mimeType = _ref5[0],
|
|
14103
14105
|
ext = _ref5[1];
|
|
14104
14106
|
|
|
14105
|
-
return _objectSpread$1(_objectSpread$1({}, agg), {}, _defineProperty$
|
|
14107
|
+
return _objectSpread$1(_objectSpread$1({}, agg), {}, _defineProperty$2({}, mimeType, ext));
|
|
14106
14108
|
}, {});
|
|
14107
14109
|
return [{
|
|
14108
14110
|
accept: acceptForPicker
|
|
@@ -14120,7 +14122,7 @@ function pickerOptionsFromAccept(accept) {
|
|
|
14120
14122
|
function acceptPropAsAcceptAttr(accept) {
|
|
14121
14123
|
if (isDefined(accept)) {
|
|
14122
14124
|
return Object.entries(accept).reduce(function (a, _ref6) {
|
|
14123
|
-
var _ref7 = _slicedToArray$
|
|
14125
|
+
var _ref7 = _slicedToArray$2(_ref6, 2),
|
|
14124
14126
|
mimeType = _ref7[0],
|
|
14125
14127
|
ext = _ref7[1];
|
|
14126
14128
|
|
|
@@ -14188,38 +14190,38 @@ function isExt(v) {
|
|
|
14188
14190
|
* @typedef {"file-invalid-type"|"file-too-large"|"file-too-small"|"too-many-files"} ErrorCode
|
|
14189
14191
|
*/
|
|
14190
14192
|
|
|
14191
|
-
var _excluded$
|
|
14193
|
+
var _excluded$6 = ["children"],
|
|
14192
14194
|
_excluded2 = ["open"],
|
|
14193
14195
|
_excluded3 = ["refKey", "role", "onKeyDown", "onFocus", "onBlur", "onClick", "onDragEnter", "onDragOver", "onDragLeave", "onDrop"],
|
|
14194
14196
|
_excluded4 = ["refKey", "onChange", "onClick"];
|
|
14195
14197
|
|
|
14196
|
-
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
14198
|
+
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray$1(arr) || _nonIterableSpread(); }
|
|
14197
14199
|
|
|
14198
14200
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
14199
14201
|
|
|
14200
14202
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
14201
14203
|
|
|
14202
|
-
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
14204
|
+
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); }
|
|
14203
14205
|
|
|
14204
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
14206
|
+
function _slicedToArray$1(arr, i) { return _arrayWithHoles$1(arr) || _iterableToArrayLimit$1(arr, i) || _unsupportedIterableToArray$1(arr, i) || _nonIterableRest$1(); }
|
|
14205
14207
|
|
|
14206
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
14208
|
+
function _nonIterableRest$1() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
14207
14209
|
|
|
14208
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
14210
|
+
function _unsupportedIterableToArray$1(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$1(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen); }
|
|
14209
14211
|
|
|
14210
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
14212
|
+
function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
14211
14213
|
|
|
14212
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
14214
|
+
function _iterableToArrayLimit$1(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
14213
14215
|
|
|
14214
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
14216
|
+
function _arrayWithHoles$1(arr) { if (Array.isArray(arr)) return arr; }
|
|
14215
14217
|
|
|
14216
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14218
|
+
function ownKeys$1(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
14217
14219
|
|
|
14218
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14220
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1(Object(source), !0).forEach(function (key) { _defineProperty$1(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14219
14221
|
|
|
14220
|
-
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
14222
|
+
function _defineProperty$1(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
14221
14223
|
|
|
14222
|
-
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$4(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
14224
|
+
function _objectWithoutProperties$1(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$4(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
14223
14225
|
|
|
14224
14226
|
function _objectWithoutPropertiesLoose$4(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
14225
14227
|
/**
|
|
@@ -14239,11 +14241,11 @@ function _objectWithoutPropertiesLoose$4(source, excluded) { if (source == null)
|
|
|
14239
14241
|
|
|
14240
14242
|
var Dropzone = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
14241
14243
|
var children = _ref.children,
|
|
14242
|
-
params = _objectWithoutProperties(_ref, _excluded$
|
|
14244
|
+
params = _objectWithoutProperties$1(_ref, _excluded$6);
|
|
14243
14245
|
|
|
14244
14246
|
var _useDropzone = useDropzone(params),
|
|
14245
14247
|
open = _useDropzone.open,
|
|
14246
|
-
props = _objectWithoutProperties(_useDropzone, _excluded2);
|
|
14248
|
+
props = _objectWithoutProperties$1(_useDropzone, _excluded2);
|
|
14247
14249
|
|
|
14248
14250
|
useImperativeHandle(ref, function () {
|
|
14249
14251
|
return {
|
|
@@ -14671,7 +14673,7 @@ function useDropzone() {
|
|
|
14671
14673
|
var inputRef = useRef(null);
|
|
14672
14674
|
|
|
14673
14675
|
var _useReducer = useReducer(reducer, initialState),
|
|
14674
|
-
_useReducer2 = _slicedToArray(_useReducer, 2),
|
|
14676
|
+
_useReducer2 = _slicedToArray$1(_useReducer, 2),
|
|
14675
14677
|
state = _useReducer2[0],
|
|
14676
14678
|
dispatch = _useReducer2[1];
|
|
14677
14679
|
|
|
@@ -14841,12 +14843,12 @@ function useDropzone() {
|
|
|
14841
14843
|
var fileRejections = [];
|
|
14842
14844
|
files.forEach(function (file) {
|
|
14843
14845
|
var _fileAccepted = fileAccepted(file, acceptAttr),
|
|
14844
|
-
_fileAccepted2 = _slicedToArray(_fileAccepted, 2),
|
|
14846
|
+
_fileAccepted2 = _slicedToArray$1(_fileAccepted, 2),
|
|
14845
14847
|
accepted = _fileAccepted2[0],
|
|
14846
14848
|
acceptError = _fileAccepted2[1];
|
|
14847
14849
|
|
|
14848
14850
|
var _fileMatchSize = fileMatchSize(file, minSize, maxSize),
|
|
14849
|
-
_fileMatchSize2 = _slicedToArray(_fileMatchSize, 2),
|
|
14851
|
+
_fileMatchSize2 = _slicedToArray$1(_fileMatchSize, 2),
|
|
14850
14852
|
sizeMatch = _fileMatchSize2[0],
|
|
14851
14853
|
sizeError = _fileMatchSize2[1];
|
|
14852
14854
|
|
|
@@ -15047,9 +15049,9 @@ function useDropzone() {
|
|
|
15047
15049
|
onDragOver = _ref2.onDragOver,
|
|
15048
15050
|
onDragLeave = _ref2.onDragLeave,
|
|
15049
15051
|
onDrop = _ref2.onDrop,
|
|
15050
|
-
rest = _objectWithoutProperties(_ref2, _excluded3);
|
|
15052
|
+
rest = _objectWithoutProperties$1(_ref2, _excluded3);
|
|
15051
15053
|
|
|
15052
|
-
return _objectSpread(_objectSpread(_defineProperty({
|
|
15054
|
+
return _objectSpread(_objectSpread(_defineProperty$1({
|
|
15053
15055
|
onKeyDown: composeKeyboardHandler(composeEventHandlers(onKeyDown, onKeyDownCb)),
|
|
15054
15056
|
onFocus: composeKeyboardHandler(composeEventHandlers(onFocus, onFocusCb)),
|
|
15055
15057
|
onBlur: composeKeyboardHandler(composeEventHandlers(onBlur, onBlurCb)),
|
|
@@ -15074,9 +15076,9 @@ function useDropzone() {
|
|
|
15074
15076
|
refKey = _ref3$refKey === void 0 ? "ref" : _ref3$refKey,
|
|
15075
15077
|
onChange = _ref3.onChange,
|
|
15076
15078
|
onClick = _ref3.onClick,
|
|
15077
|
-
rest = _objectWithoutProperties(_ref3, _excluded4);
|
|
15079
|
+
rest = _objectWithoutProperties$1(_ref3, _excluded4);
|
|
15078
15080
|
|
|
15079
|
-
var inputProps = _defineProperty({
|
|
15081
|
+
var inputProps = _defineProperty$1({
|
|
15080
15082
|
accept: acceptAttr,
|
|
15081
15083
|
multiple: multiple,
|
|
15082
15084
|
type: "file",
|
|
@@ -41327,7 +41329,7 @@ function getTabsCount(children) {
|
|
|
41327
41329
|
return tabCount;
|
|
41328
41330
|
}
|
|
41329
41331
|
|
|
41330
|
-
var _excluded$
|
|
41332
|
+
var _excluded$5 = ["children", "className", "disabledTabClassName", "domRef", "focus", "forceRenderTabPanel", "onSelect", "selectedIndex", "selectedTabClassName", "selectedTabPanelClassName", "environment", "disableUpDownKeys"];
|
|
41331
41333
|
|
|
41332
41334
|
function _extends$4() { _extends$4 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
41333
41335
|
|
|
@@ -41685,7 +41687,7 @@ var UncontrolledTabs = function UncontrolledTabs(props) {
|
|
|
41685
41687
|
props.selectedTabPanelClassName;
|
|
41686
41688
|
props.environment;
|
|
41687
41689
|
props.disableUpDownKeys;
|
|
41688
|
-
var attributes = _objectWithoutPropertiesLoose$3(props, _excluded$
|
|
41690
|
+
var attributes = _objectWithoutPropertiesLoose$3(props, _excluded$5);
|
|
41689
41691
|
|
|
41690
41692
|
return /*#__PURE__*/React__default.createElement("div", _extends$4({}, attributes, {
|
|
41691
41693
|
className: clsx(className),
|
|
@@ -41823,7 +41825,7 @@ Tabs.propTypes = process.env.NODE_ENV !== "production" ? propTypes$3 : {};
|
|
|
41823
41825
|
Tabs.defaultProps = defaultProps$2;
|
|
41824
41826
|
Tabs.tabsRole = 'Tabs';
|
|
41825
41827
|
|
|
41826
|
-
var _excluded$
|
|
41828
|
+
var _excluded$4 = ["children", "className"];
|
|
41827
41829
|
|
|
41828
41830
|
function _extends$2() { _extends$2 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
41829
41831
|
|
|
@@ -41839,7 +41841,7 @@ var propTypes$2 = process.env.NODE_ENV !== "production" ? {
|
|
|
41839
41841
|
var TabList = function TabList(props) {
|
|
41840
41842
|
var children = props.children,
|
|
41841
41843
|
className = props.className,
|
|
41842
|
-
attributes = _objectWithoutPropertiesLoose$2(props, _excluded$
|
|
41844
|
+
attributes = _objectWithoutPropertiesLoose$2(props, _excluded$4);
|
|
41843
41845
|
|
|
41844
41846
|
return /*#__PURE__*/React__default.createElement("ul", _extends$2({}, attributes, {
|
|
41845
41847
|
className: clsx(className),
|
|
@@ -41851,7 +41853,7 @@ TabList.tabsRole = 'TabList';
|
|
|
41851
41853
|
TabList.propTypes = process.env.NODE_ENV !== "production" ? propTypes$2 : {};
|
|
41852
41854
|
TabList.defaultProps = defaultProps$1;
|
|
41853
41855
|
|
|
41854
|
-
var _excluded$
|
|
41856
|
+
var _excluded$3 = ["children", "className", "disabled", "disabledClassName", "focus", "id", "panelId", "selected", "selectedClassName", "tabIndex", "tabRef"];
|
|
41855
41857
|
|
|
41856
41858
|
function _extends$1() { _extends$1 = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
41857
41859
|
|
|
@@ -41900,7 +41902,7 @@ var Tab = function Tab(props) {
|
|
|
41900
41902
|
selectedClassName = props.selectedClassName,
|
|
41901
41903
|
tabIndex = props.tabIndex,
|
|
41902
41904
|
tabRef = props.tabRef,
|
|
41903
|
-
attributes = _objectWithoutPropertiesLoose$1(props, _excluded$
|
|
41905
|
+
attributes = _objectWithoutPropertiesLoose$1(props, _excluded$3);
|
|
41904
41906
|
|
|
41905
41907
|
useEffect(function () {
|
|
41906
41908
|
if (selected && focus) {
|
|
@@ -41927,7 +41929,7 @@ Tab.propTypes = process.env.NODE_ENV !== "production" ? propTypes$1 : {};
|
|
|
41927
41929
|
Tab.tabsRole = 'Tab';
|
|
41928
41930
|
Tab.defaultProps = DEFAULT_PROPS;
|
|
41929
41931
|
|
|
41930
|
-
var _excluded = ["children", "className", "forceRender", "id", "selected", "selectedClassName", "tabId"];
|
|
41932
|
+
var _excluded$2 = ["children", "className", "forceRender", "id", "selected", "selectedClassName", "tabId"];
|
|
41931
41933
|
|
|
41932
41934
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
41933
41935
|
|
|
@@ -41961,7 +41963,7 @@ var TabPanel = function TabPanel(props) {
|
|
|
41961
41963
|
selected = props.selected,
|
|
41962
41964
|
selectedClassName = props.selectedClassName,
|
|
41963
41965
|
tabId = props.tabId,
|
|
41964
|
-
attributes = _objectWithoutPropertiesLoose(props, _excluded);
|
|
41966
|
+
attributes = _objectWithoutPropertiesLoose(props, _excluded$2);
|
|
41965
41967
|
|
|
41966
41968
|
return /*#__PURE__*/React__default.createElement("div", _extends({}, attributes, {
|
|
41967
41969
|
className: clsx(className, (_cx = {}, _cx[selectedClassName] = selected, _cx)),
|
|
@@ -47260,9 +47262,1370 @@ var SendModel = function (_a) {
|
|
|
47260
47262
|
}], asButtons: true, label: buttonLabel, helpText: "".concat(selOpt ? selOpt.charAt(0).toUpperCase() + selOpt.replace('-', ' ').slice(1) : 'Send', " model.") }));
|
|
47261
47263
|
};
|
|
47262
47264
|
|
|
47263
|
-
var css_248z = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.item1 {\n grid-area:
|
|
47265
|
+
var css_248z = ":root {\n --background: #FFFAEE;\n --primary: #1890ff;\n --primary2: #40a9ff;\n --primary1: #cceefe;\n --primary0: #e6f7ff;\n --secondary: #fff566;\n --primary3: #000;\n --success: #46A758;\n --warning: #F76809;\n --danger: #FF4616;\n /* radix-ui/colors */\n --slate1: hsl(206, 30.0%, 98.8%);\n --slate2: hsl(210, 16.7%, 97.6%);\n --slate3: hsl(209, 13.3%, 95.3%);\n --slate4: hsl(209, 12.2%, 93.2%);\n --slate5: hsl(208, 11.7%, 91.1%);\n --slate6: hsl(208, 11.3%, 88.9%);\n --slate7: hsl(207, 11.1%, 85.9%);\n --slate8: hsl(205, 10.7%, 78.0%);\n --slate9: hsl(206, 6.0%, 56.1%);\n --slate10: hsl(206, 5.8%, 52.3%);\n --slate11: hsl(206, 6.0%, 43.5%);\n --slate12: hsl(206, 24.0%, 9.0%);\n}\n\n@keyframes spin {\n from {\n transform: rotate(0);\n }\n to {\n transform: rotate(360deg);\n }\n}\n.spin {\n animation: spin 1s linear 0s infinite;\n}\n\n@keyframes Animation {\n 0% {\n background-position: 200%;\n }\n 50% {\n background-position: 100%;\n }\n 100% {\n background-position: 0%;\n }\n}\n.loading {\n background: linear-gradient(45deg, transparent, var(--primary), 12%, transparent);\n background-size: 200%;\n animation: Animation 3s ease infinite;\n}\n\n@keyframes open {\n from {\n height: 0;\n }\n to {\n height: var(--radix-collapsible-content-height);\n }\n}\n@keyframes close {\n from {\n height: var(--radix-collapsible-content-height);\n }\n to {\n height: 0;\n }\n}\n.collapse-content {\n overflow: hidden;\n font-size: inherit;\n color: inherit;\n}\n\n.collapse-content[data-state=open] {\n animation: open 300ms ease-out;\n}\n\n.collapse-content[data-state=closed] {\n animation: close 300ms ease-out;\n}\n\n.item1 {\n grid-area: accountprj;\n font-size: 1.125rem;\n font-weight: 500;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item2 {\n grid-area: runworkspacedebug;\n text-align: right !important;\n font-size: 1.25rem;\n}\n\n.item3 {\n grid-area: studyrun;\n font-size: 1.25rem;\n font-weight: 500;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item4 {\n grid-area: date;\n color: var(--slate10);\n font-size: 0.9rem;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n text-align: right !important;\n}\n\n.item5 {\n grid-area: author;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item6 {\n grid-area: recipe;\n white-space: wrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.item7 {\n grid-area: description;\n white-space: wrap;\n color: var(--slate10);\n font-size: 0.9rem;\n}\n\n.item8 {\n grid-area: status;\n}\n\n.status-label {\n font-size: 1.125rem;\n line-height: 1.5rem;\n font-weight: 500;\n}\n\n.item9 {\n grid-area: timecpu;\n text-align: right !important;\n white-space: wrap;\n}\n\n.item10 {\n grid-area: seemore;\n text-align: center !important;\n}\n\n.link {\n cursor: pointer;\n text-decoration: none;\n color: var(--primary3);\n}\n\n.link:hover {\n color: var(--primary3);\n}\n\n.light-text {\n color: var(--slate10);\n font-size: 0.9rem;\n}\n\n.grid-container {\n display: grid;\n grid-template-areas: \"accountprj accountprj accountprj accountprj accountprj runworkspacedebug\" \"studyrun studyrun studyrun studyrun date date\" \"author author recipe recipe recipe recipe\" \"description description description description description description\" \"status status status status status timecpu\" \"seemore seemore seemore seemore seemore seemore\";\n gap: 0.5rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.75rem;\n transition: box-shadow 0.3s;\n grid-template-rows: auto 2.5rem;\n}\n\n.grid-container:hover {\n box-shadow: 0 0 0.25rem var(--slate9);\n}\n\n.grid-container > div {\n text-align: left;\n padding: 1rem;\n vertical-align: middle;\n}\n\n@media (max-width: 600px) {\n .grid-container {\n display: grid;\n grid-template-areas: \"runworkspacedebug runworkspacedebug runworkspacedebug runworkspacedebug runworkspacedebug runworkspacedebug\" \"accountprj accountprj accountprj accountprj accountprj accountprj\" \"studyrun studyrun studyrun studyrun studyrun studyrun\" \"author author recipe recipe recipe recipe\" \"description description description description description description\" \"date date date date date date\" \"status status status status status timecpu\" \"seemore seemore seemore seemore seemore seemore\";\n gap: 0.5rem;\n border: 0.1rem solid;\n align-items: center;\n padding: 0.75rem;\n transition: box-shadow 0.3s;\n grid-template-rows: auto auto;\n }\n .grid-container > div {\n text-align: left;\n padding: 1rem;\n vertical-align: middle;\n text-align: center !important;\n }\n}";
|
|
47264
47266
|
styleInject(css_248z);
|
|
47265
47267
|
|
|
47268
|
+
var IconContext = /*#__PURE__*/createContext({});
|
|
47269
|
+
var Context = IconContext;
|
|
47270
|
+
|
|
47271
|
+
function _defineProperty(obj, key, value) {
|
|
47272
|
+
if (key in obj) {
|
|
47273
|
+
Object.defineProperty(obj, key, {
|
|
47274
|
+
value: value,
|
|
47275
|
+
enumerable: true,
|
|
47276
|
+
configurable: true,
|
|
47277
|
+
writable: true
|
|
47278
|
+
});
|
|
47279
|
+
} else {
|
|
47280
|
+
obj[key] = value;
|
|
47281
|
+
}
|
|
47282
|
+
|
|
47283
|
+
return obj;
|
|
47284
|
+
}
|
|
47285
|
+
|
|
47286
|
+
function ownKeys(object, enumerableOnly) {
|
|
47287
|
+
var keys = Object.keys(object);
|
|
47288
|
+
|
|
47289
|
+
if (Object.getOwnPropertySymbols) {
|
|
47290
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
|
47291
|
+
enumerableOnly && (symbols = symbols.filter(function (sym) {
|
|
47292
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
47293
|
+
})), keys.push.apply(keys, symbols);
|
|
47294
|
+
}
|
|
47295
|
+
|
|
47296
|
+
return keys;
|
|
47297
|
+
}
|
|
47298
|
+
|
|
47299
|
+
function _objectSpread2(target) {
|
|
47300
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
47301
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
47302
|
+
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
|
|
47303
|
+
_defineProperty(target, key, source[key]);
|
|
47304
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
|
|
47305
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
47306
|
+
});
|
|
47307
|
+
}
|
|
47308
|
+
|
|
47309
|
+
return target;
|
|
47310
|
+
}
|
|
47311
|
+
|
|
47312
|
+
function _arrayWithHoles(arr) {
|
|
47313
|
+
if (Array.isArray(arr)) return arr;
|
|
47314
|
+
}
|
|
47315
|
+
|
|
47316
|
+
function _iterableToArrayLimit(arr, i) {
|
|
47317
|
+
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
47318
|
+
|
|
47319
|
+
if (_i == null) return;
|
|
47320
|
+
var _arr = [];
|
|
47321
|
+
var _n = true;
|
|
47322
|
+
var _d = false;
|
|
47323
|
+
|
|
47324
|
+
var _s, _e;
|
|
47325
|
+
|
|
47326
|
+
try {
|
|
47327
|
+
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
47328
|
+
_arr.push(_s.value);
|
|
47329
|
+
|
|
47330
|
+
if (i && _arr.length === i) break;
|
|
47331
|
+
}
|
|
47332
|
+
} catch (err) {
|
|
47333
|
+
_d = true;
|
|
47334
|
+
_e = err;
|
|
47335
|
+
} finally {
|
|
47336
|
+
try {
|
|
47337
|
+
if (!_n && _i["return"] != null) _i["return"]();
|
|
47338
|
+
} finally {
|
|
47339
|
+
if (_d) throw _e;
|
|
47340
|
+
}
|
|
47341
|
+
}
|
|
47342
|
+
|
|
47343
|
+
return _arr;
|
|
47344
|
+
}
|
|
47345
|
+
|
|
47346
|
+
function _arrayLikeToArray(arr, len) {
|
|
47347
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
47348
|
+
|
|
47349
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
47350
|
+
arr2[i] = arr[i];
|
|
47351
|
+
}
|
|
47352
|
+
|
|
47353
|
+
return arr2;
|
|
47354
|
+
}
|
|
47355
|
+
|
|
47356
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
47357
|
+
if (!o) return;
|
|
47358
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
47359
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
47360
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
47361
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
47362
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
47363
|
+
}
|
|
47364
|
+
|
|
47365
|
+
function _nonIterableRest() {
|
|
47366
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
47367
|
+
}
|
|
47368
|
+
|
|
47369
|
+
function _slicedToArray(arr, i) {
|
|
47370
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
47371
|
+
}
|
|
47372
|
+
|
|
47373
|
+
function _objectWithoutProperties(source, excluded) {
|
|
47374
|
+
if (source == null) return {};
|
|
47375
|
+
var target = _objectWithoutPropertiesLoose$5(source, excluded);
|
|
47376
|
+
var key, i;
|
|
47377
|
+
|
|
47378
|
+
if (Object.getOwnPropertySymbols) {
|
|
47379
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
47380
|
+
|
|
47381
|
+
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
47382
|
+
key = sourceSymbolKeys[i];
|
|
47383
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
47384
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
47385
|
+
target[key] = source[key];
|
|
47386
|
+
}
|
|
47387
|
+
}
|
|
47388
|
+
|
|
47389
|
+
return target;
|
|
47390
|
+
}
|
|
47391
|
+
|
|
47392
|
+
/*!
|
|
47393
|
+
Copyright (c) 2018 Jed Watson.
|
|
47394
|
+
Licensed under the MIT License (MIT), see
|
|
47395
|
+
http://jedwatson.github.io/classnames
|
|
47396
|
+
*/
|
|
47397
|
+
|
|
47398
|
+
var classnames = createCommonjsModule(function (module) {
|
|
47399
|
+
/* global define */
|
|
47400
|
+
|
|
47401
|
+
(function () {
|
|
47402
|
+
|
|
47403
|
+
var hasOwn = {}.hasOwnProperty;
|
|
47404
|
+
|
|
47405
|
+
function classNames() {
|
|
47406
|
+
var classes = [];
|
|
47407
|
+
|
|
47408
|
+
for (var i = 0; i < arguments.length; i++) {
|
|
47409
|
+
var arg = arguments[i];
|
|
47410
|
+
if (!arg) continue;
|
|
47411
|
+
|
|
47412
|
+
var argType = typeof arg;
|
|
47413
|
+
|
|
47414
|
+
if (argType === 'string' || argType === 'number') {
|
|
47415
|
+
classes.push(arg);
|
|
47416
|
+
} else if (Array.isArray(arg)) {
|
|
47417
|
+
if (arg.length) {
|
|
47418
|
+
var inner = classNames.apply(null, arg);
|
|
47419
|
+
if (inner) {
|
|
47420
|
+
classes.push(inner);
|
|
47421
|
+
}
|
|
47422
|
+
}
|
|
47423
|
+
} else if (argType === 'object') {
|
|
47424
|
+
if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
|
|
47425
|
+
classes.push(arg.toString());
|
|
47426
|
+
continue;
|
|
47427
|
+
}
|
|
47428
|
+
|
|
47429
|
+
for (var key in arg) {
|
|
47430
|
+
if (hasOwn.call(arg, key) && arg[key]) {
|
|
47431
|
+
classes.push(key);
|
|
47432
|
+
}
|
|
47433
|
+
}
|
|
47434
|
+
}
|
|
47435
|
+
}
|
|
47436
|
+
|
|
47437
|
+
return classes.join(' ');
|
|
47438
|
+
}
|
|
47439
|
+
|
|
47440
|
+
if (module.exports) {
|
|
47441
|
+
classNames.default = classNames;
|
|
47442
|
+
module.exports = classNames;
|
|
47443
|
+
} else {
|
|
47444
|
+
window.classNames = classNames;
|
|
47445
|
+
}
|
|
47446
|
+
}());
|
|
47447
|
+
});
|
|
47448
|
+
|
|
47449
|
+
function _typeof(obj) {
|
|
47450
|
+
"@babel/helpers - typeof";
|
|
47451
|
+
|
|
47452
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
47453
|
+
return typeof obj;
|
|
47454
|
+
} : function (obj) {
|
|
47455
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
47456
|
+
}, _typeof(obj);
|
|
47457
|
+
}
|
|
47458
|
+
|
|
47459
|
+
/**
|
|
47460
|
+
* Take input from [0, n] and return it as [0, 1]
|
|
47461
|
+
* @hidden
|
|
47462
|
+
*/
|
|
47463
|
+
function bound01(n, max) {
|
|
47464
|
+
if (isOnePointZero(n)) {
|
|
47465
|
+
n = '100%';
|
|
47466
|
+
}
|
|
47467
|
+
var isPercent = isPercentage(n);
|
|
47468
|
+
n = max === 360 ? n : Math.min(max, Math.max(0, parseFloat(n)));
|
|
47469
|
+
// Automatically convert percentage into number
|
|
47470
|
+
if (isPercent) {
|
|
47471
|
+
n = parseInt(String(n * max), 10) / 100;
|
|
47472
|
+
}
|
|
47473
|
+
// Handle floating point rounding errors
|
|
47474
|
+
if (Math.abs(n - max) < 0.000001) {
|
|
47475
|
+
return 1;
|
|
47476
|
+
}
|
|
47477
|
+
// Convert into [0, 1] range if it isn't already
|
|
47478
|
+
if (max === 360) {
|
|
47479
|
+
// If n is a hue given in degrees,
|
|
47480
|
+
// wrap around out-of-range values into [0, 360] range
|
|
47481
|
+
// then convert into [0, 1].
|
|
47482
|
+
n = (n < 0 ? (n % max) + max : n % max) / parseFloat(String(max));
|
|
47483
|
+
}
|
|
47484
|
+
else {
|
|
47485
|
+
// If n not a hue given in degrees
|
|
47486
|
+
// Convert into [0, 1] range if it isn't already.
|
|
47487
|
+
n = (n % max) / parseFloat(String(max));
|
|
47488
|
+
}
|
|
47489
|
+
return n;
|
|
47490
|
+
}
|
|
47491
|
+
/**
|
|
47492
|
+
* Need to handle 1.0 as 100%, since once it is a number, there is no difference between it and 1
|
|
47493
|
+
* <http://stackoverflow.com/questions/7422072/javascript-how-to-detect-number-as-a-decimal-including-1-0>
|
|
47494
|
+
* @hidden
|
|
47495
|
+
*/
|
|
47496
|
+
function isOnePointZero(n) {
|
|
47497
|
+
return typeof n === 'string' && n.indexOf('.') !== -1 && parseFloat(n) === 1;
|
|
47498
|
+
}
|
|
47499
|
+
/**
|
|
47500
|
+
* Check to see if string passed in is a percentage
|
|
47501
|
+
* @hidden
|
|
47502
|
+
*/
|
|
47503
|
+
function isPercentage(n) {
|
|
47504
|
+
return typeof n === 'string' && n.indexOf('%') !== -1;
|
|
47505
|
+
}
|
|
47506
|
+
/**
|
|
47507
|
+
* Return a valid alpha value [0,1] with all invalid values being set to 1
|
|
47508
|
+
* @hidden
|
|
47509
|
+
*/
|
|
47510
|
+
function boundAlpha(a) {
|
|
47511
|
+
a = parseFloat(a);
|
|
47512
|
+
if (isNaN(a) || a < 0 || a > 1) {
|
|
47513
|
+
a = 1;
|
|
47514
|
+
}
|
|
47515
|
+
return a;
|
|
47516
|
+
}
|
|
47517
|
+
/**
|
|
47518
|
+
* Replace a decimal with it's percentage value
|
|
47519
|
+
* @hidden
|
|
47520
|
+
*/
|
|
47521
|
+
function convertToPercentage(n) {
|
|
47522
|
+
if (n <= 1) {
|
|
47523
|
+
return "".concat(Number(n) * 100, "%");
|
|
47524
|
+
}
|
|
47525
|
+
return n;
|
|
47526
|
+
}
|
|
47527
|
+
/**
|
|
47528
|
+
* Force a hex value to have 2 characters
|
|
47529
|
+
* @hidden
|
|
47530
|
+
*/
|
|
47531
|
+
function pad2(c) {
|
|
47532
|
+
return c.length === 1 ? '0' + c : String(c);
|
|
47533
|
+
}
|
|
47534
|
+
|
|
47535
|
+
// `rgbToHsl`, `rgbToHsv`, `hslToRgb`, `hsvToRgb` modified from:
|
|
47536
|
+
// <http://mjijackson.com/2008/02/rgb-to-hsl-and-rgb-to-hsv-color-model-conversion-algorithms-in-javascript>
|
|
47537
|
+
/**
|
|
47538
|
+
* Handle bounds / percentage checking to conform to CSS color spec
|
|
47539
|
+
* <http://www.w3.org/TR/css3-color/>
|
|
47540
|
+
* *Assumes:* r, g, b in [0, 255] or [0, 1]
|
|
47541
|
+
* *Returns:* { r, g, b } in [0, 255]
|
|
47542
|
+
*/
|
|
47543
|
+
function rgbToRgb(r, g, b) {
|
|
47544
|
+
return {
|
|
47545
|
+
r: bound01(r, 255) * 255,
|
|
47546
|
+
g: bound01(g, 255) * 255,
|
|
47547
|
+
b: bound01(b, 255) * 255,
|
|
47548
|
+
};
|
|
47549
|
+
}
|
|
47550
|
+
function hue2rgb(p, q, t) {
|
|
47551
|
+
if (t < 0) {
|
|
47552
|
+
t += 1;
|
|
47553
|
+
}
|
|
47554
|
+
if (t > 1) {
|
|
47555
|
+
t -= 1;
|
|
47556
|
+
}
|
|
47557
|
+
if (t < 1 / 6) {
|
|
47558
|
+
return p + (q - p) * (6 * t);
|
|
47559
|
+
}
|
|
47560
|
+
if (t < 1 / 2) {
|
|
47561
|
+
return q;
|
|
47562
|
+
}
|
|
47563
|
+
if (t < 2 / 3) {
|
|
47564
|
+
return p + (q - p) * (2 / 3 - t) * 6;
|
|
47565
|
+
}
|
|
47566
|
+
return p;
|
|
47567
|
+
}
|
|
47568
|
+
/**
|
|
47569
|
+
* Converts an HSL color value to RGB.
|
|
47570
|
+
*
|
|
47571
|
+
* *Assumes:* h is contained in [0, 1] or [0, 360] and s and l are contained [0, 1] or [0, 100]
|
|
47572
|
+
* *Returns:* { r, g, b } in the set [0, 255]
|
|
47573
|
+
*/
|
|
47574
|
+
function hslToRgb(h, s, l) {
|
|
47575
|
+
var r;
|
|
47576
|
+
var g;
|
|
47577
|
+
var b;
|
|
47578
|
+
h = bound01(h, 360);
|
|
47579
|
+
s = bound01(s, 100);
|
|
47580
|
+
l = bound01(l, 100);
|
|
47581
|
+
if (s === 0) {
|
|
47582
|
+
// achromatic
|
|
47583
|
+
g = l;
|
|
47584
|
+
b = l;
|
|
47585
|
+
r = l;
|
|
47586
|
+
}
|
|
47587
|
+
else {
|
|
47588
|
+
var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
|
|
47589
|
+
var p = 2 * l - q;
|
|
47590
|
+
r = hue2rgb(p, q, h + 1 / 3);
|
|
47591
|
+
g = hue2rgb(p, q, h);
|
|
47592
|
+
b = hue2rgb(p, q, h - 1 / 3);
|
|
47593
|
+
}
|
|
47594
|
+
return { r: r * 255, g: g * 255, b: b * 255 };
|
|
47595
|
+
}
|
|
47596
|
+
/**
|
|
47597
|
+
* Converts an RGB color value to HSV
|
|
47598
|
+
*
|
|
47599
|
+
* *Assumes:* r, g, and b are contained in the set [0, 255] or [0, 1]
|
|
47600
|
+
* *Returns:* { h, s, v } in [0,1]
|
|
47601
|
+
*/
|
|
47602
|
+
function rgbToHsv(r, g, b) {
|
|
47603
|
+
r = bound01(r, 255);
|
|
47604
|
+
g = bound01(g, 255);
|
|
47605
|
+
b = bound01(b, 255);
|
|
47606
|
+
var max = Math.max(r, g, b);
|
|
47607
|
+
var min = Math.min(r, g, b);
|
|
47608
|
+
var h = 0;
|
|
47609
|
+
var v = max;
|
|
47610
|
+
var d = max - min;
|
|
47611
|
+
var s = max === 0 ? 0 : d / max;
|
|
47612
|
+
if (max === min) {
|
|
47613
|
+
h = 0; // achromatic
|
|
47614
|
+
}
|
|
47615
|
+
else {
|
|
47616
|
+
switch (max) {
|
|
47617
|
+
case r:
|
|
47618
|
+
h = (g - b) / d + (g < b ? 6 : 0);
|
|
47619
|
+
break;
|
|
47620
|
+
case g:
|
|
47621
|
+
h = (b - r) / d + 2;
|
|
47622
|
+
break;
|
|
47623
|
+
case b:
|
|
47624
|
+
h = (r - g) / d + 4;
|
|
47625
|
+
break;
|
|
47626
|
+
}
|
|
47627
|
+
h /= 6;
|
|
47628
|
+
}
|
|
47629
|
+
return { h: h, s: s, v: v };
|
|
47630
|
+
}
|
|
47631
|
+
/**
|
|
47632
|
+
* Converts an HSV color value to RGB.
|
|
47633
|
+
*
|
|
47634
|
+
* *Assumes:* h is contained in [0, 1] or [0, 360] and s and v are contained in [0, 1] or [0, 100]
|
|
47635
|
+
* *Returns:* { r, g, b } in the set [0, 255]
|
|
47636
|
+
*/
|
|
47637
|
+
function hsvToRgb(h, s, v) {
|
|
47638
|
+
h = bound01(h, 360) * 6;
|
|
47639
|
+
s = bound01(s, 100);
|
|
47640
|
+
v = bound01(v, 100);
|
|
47641
|
+
var i = Math.floor(h);
|
|
47642
|
+
var f = h - i;
|
|
47643
|
+
var p = v * (1 - s);
|
|
47644
|
+
var q = v * (1 - f * s);
|
|
47645
|
+
var t = v * (1 - (1 - f) * s);
|
|
47646
|
+
var mod = i % 6;
|
|
47647
|
+
var r = [v, q, p, p, t, v][mod];
|
|
47648
|
+
var g = [t, v, v, q, p, p][mod];
|
|
47649
|
+
var b = [p, p, t, v, v, q][mod];
|
|
47650
|
+
return { r: r * 255, g: g * 255, b: b * 255 };
|
|
47651
|
+
}
|
|
47652
|
+
/**
|
|
47653
|
+
* Converts an RGB color to hex
|
|
47654
|
+
*
|
|
47655
|
+
* Assumes r, g, and b are contained in the set [0, 255]
|
|
47656
|
+
* Returns a 3 or 6 character hex
|
|
47657
|
+
*/
|
|
47658
|
+
function rgbToHex(r, g, b, allow3Char) {
|
|
47659
|
+
var hex = [
|
|
47660
|
+
pad2(Math.round(r).toString(16)),
|
|
47661
|
+
pad2(Math.round(g).toString(16)),
|
|
47662
|
+
pad2(Math.round(b).toString(16)),
|
|
47663
|
+
];
|
|
47664
|
+
// Return a 3 character hex if possible
|
|
47665
|
+
if (allow3Char &&
|
|
47666
|
+
hex[0].startsWith(hex[0].charAt(1)) &&
|
|
47667
|
+
hex[1].startsWith(hex[1].charAt(1)) &&
|
|
47668
|
+
hex[2].startsWith(hex[2].charAt(1))) {
|
|
47669
|
+
return hex[0].charAt(0) + hex[1].charAt(0) + hex[2].charAt(0);
|
|
47670
|
+
}
|
|
47671
|
+
return hex.join('');
|
|
47672
|
+
}
|
|
47673
|
+
/** Converts a hex value to a decimal */
|
|
47674
|
+
function convertHexToDecimal(h) {
|
|
47675
|
+
return parseIntFromHex(h) / 255;
|
|
47676
|
+
}
|
|
47677
|
+
/** Parse a base-16 hex value into a base-10 integer */
|
|
47678
|
+
function parseIntFromHex(val) {
|
|
47679
|
+
return parseInt(val, 16);
|
|
47680
|
+
}
|
|
47681
|
+
|
|
47682
|
+
// https://github.com/bahamas10/css-color-names/blob/master/css-color-names.json
|
|
47683
|
+
/**
|
|
47684
|
+
* @hidden
|
|
47685
|
+
*/
|
|
47686
|
+
var names = {
|
|
47687
|
+
aliceblue: '#f0f8ff',
|
|
47688
|
+
antiquewhite: '#faebd7',
|
|
47689
|
+
aqua: '#00ffff',
|
|
47690
|
+
aquamarine: '#7fffd4',
|
|
47691
|
+
azure: '#f0ffff',
|
|
47692
|
+
beige: '#f5f5dc',
|
|
47693
|
+
bisque: '#ffe4c4',
|
|
47694
|
+
black: '#000000',
|
|
47695
|
+
blanchedalmond: '#ffebcd',
|
|
47696
|
+
blue: '#0000ff',
|
|
47697
|
+
blueviolet: '#8a2be2',
|
|
47698
|
+
brown: '#a52a2a',
|
|
47699
|
+
burlywood: '#deb887',
|
|
47700
|
+
cadetblue: '#5f9ea0',
|
|
47701
|
+
chartreuse: '#7fff00',
|
|
47702
|
+
chocolate: '#d2691e',
|
|
47703
|
+
coral: '#ff7f50',
|
|
47704
|
+
cornflowerblue: '#6495ed',
|
|
47705
|
+
cornsilk: '#fff8dc',
|
|
47706
|
+
crimson: '#dc143c',
|
|
47707
|
+
cyan: '#00ffff',
|
|
47708
|
+
darkblue: '#00008b',
|
|
47709
|
+
darkcyan: '#008b8b',
|
|
47710
|
+
darkgoldenrod: '#b8860b',
|
|
47711
|
+
darkgray: '#a9a9a9',
|
|
47712
|
+
darkgreen: '#006400',
|
|
47713
|
+
darkgrey: '#a9a9a9',
|
|
47714
|
+
darkkhaki: '#bdb76b',
|
|
47715
|
+
darkmagenta: '#8b008b',
|
|
47716
|
+
darkolivegreen: '#556b2f',
|
|
47717
|
+
darkorange: '#ff8c00',
|
|
47718
|
+
darkorchid: '#9932cc',
|
|
47719
|
+
darkred: '#8b0000',
|
|
47720
|
+
darksalmon: '#e9967a',
|
|
47721
|
+
darkseagreen: '#8fbc8f',
|
|
47722
|
+
darkslateblue: '#483d8b',
|
|
47723
|
+
darkslategray: '#2f4f4f',
|
|
47724
|
+
darkslategrey: '#2f4f4f',
|
|
47725
|
+
darkturquoise: '#00ced1',
|
|
47726
|
+
darkviolet: '#9400d3',
|
|
47727
|
+
deeppink: '#ff1493',
|
|
47728
|
+
deepskyblue: '#00bfff',
|
|
47729
|
+
dimgray: '#696969',
|
|
47730
|
+
dimgrey: '#696969',
|
|
47731
|
+
dodgerblue: '#1e90ff',
|
|
47732
|
+
firebrick: '#b22222',
|
|
47733
|
+
floralwhite: '#fffaf0',
|
|
47734
|
+
forestgreen: '#228b22',
|
|
47735
|
+
fuchsia: '#ff00ff',
|
|
47736
|
+
gainsboro: '#dcdcdc',
|
|
47737
|
+
ghostwhite: '#f8f8ff',
|
|
47738
|
+
goldenrod: '#daa520',
|
|
47739
|
+
gold: '#ffd700',
|
|
47740
|
+
gray: '#808080',
|
|
47741
|
+
green: '#008000',
|
|
47742
|
+
greenyellow: '#adff2f',
|
|
47743
|
+
grey: '#808080',
|
|
47744
|
+
honeydew: '#f0fff0',
|
|
47745
|
+
hotpink: '#ff69b4',
|
|
47746
|
+
indianred: '#cd5c5c',
|
|
47747
|
+
indigo: '#4b0082',
|
|
47748
|
+
ivory: '#fffff0',
|
|
47749
|
+
khaki: '#f0e68c',
|
|
47750
|
+
lavenderblush: '#fff0f5',
|
|
47751
|
+
lavender: '#e6e6fa',
|
|
47752
|
+
lawngreen: '#7cfc00',
|
|
47753
|
+
lemonchiffon: '#fffacd',
|
|
47754
|
+
lightblue: '#add8e6',
|
|
47755
|
+
lightcoral: '#f08080',
|
|
47756
|
+
lightcyan: '#e0ffff',
|
|
47757
|
+
lightgoldenrodyellow: '#fafad2',
|
|
47758
|
+
lightgray: '#d3d3d3',
|
|
47759
|
+
lightgreen: '#90ee90',
|
|
47760
|
+
lightgrey: '#d3d3d3',
|
|
47761
|
+
lightpink: '#ffb6c1',
|
|
47762
|
+
lightsalmon: '#ffa07a',
|
|
47763
|
+
lightseagreen: '#20b2aa',
|
|
47764
|
+
lightskyblue: '#87cefa',
|
|
47765
|
+
lightslategray: '#778899',
|
|
47766
|
+
lightslategrey: '#778899',
|
|
47767
|
+
lightsteelblue: '#b0c4de',
|
|
47768
|
+
lightyellow: '#ffffe0',
|
|
47769
|
+
lime: '#00ff00',
|
|
47770
|
+
limegreen: '#32cd32',
|
|
47771
|
+
linen: '#faf0e6',
|
|
47772
|
+
magenta: '#ff00ff',
|
|
47773
|
+
maroon: '#800000',
|
|
47774
|
+
mediumaquamarine: '#66cdaa',
|
|
47775
|
+
mediumblue: '#0000cd',
|
|
47776
|
+
mediumorchid: '#ba55d3',
|
|
47777
|
+
mediumpurple: '#9370db',
|
|
47778
|
+
mediumseagreen: '#3cb371',
|
|
47779
|
+
mediumslateblue: '#7b68ee',
|
|
47780
|
+
mediumspringgreen: '#00fa9a',
|
|
47781
|
+
mediumturquoise: '#48d1cc',
|
|
47782
|
+
mediumvioletred: '#c71585',
|
|
47783
|
+
midnightblue: '#191970',
|
|
47784
|
+
mintcream: '#f5fffa',
|
|
47785
|
+
mistyrose: '#ffe4e1',
|
|
47786
|
+
moccasin: '#ffe4b5',
|
|
47787
|
+
navajowhite: '#ffdead',
|
|
47788
|
+
navy: '#000080',
|
|
47789
|
+
oldlace: '#fdf5e6',
|
|
47790
|
+
olive: '#808000',
|
|
47791
|
+
olivedrab: '#6b8e23',
|
|
47792
|
+
orange: '#ffa500',
|
|
47793
|
+
orangered: '#ff4500',
|
|
47794
|
+
orchid: '#da70d6',
|
|
47795
|
+
palegoldenrod: '#eee8aa',
|
|
47796
|
+
palegreen: '#98fb98',
|
|
47797
|
+
paleturquoise: '#afeeee',
|
|
47798
|
+
palevioletred: '#db7093',
|
|
47799
|
+
papayawhip: '#ffefd5',
|
|
47800
|
+
peachpuff: '#ffdab9',
|
|
47801
|
+
peru: '#cd853f',
|
|
47802
|
+
pink: '#ffc0cb',
|
|
47803
|
+
plum: '#dda0dd',
|
|
47804
|
+
powderblue: '#b0e0e6',
|
|
47805
|
+
purple: '#800080',
|
|
47806
|
+
rebeccapurple: '#663399',
|
|
47807
|
+
red: '#ff0000',
|
|
47808
|
+
rosybrown: '#bc8f8f',
|
|
47809
|
+
royalblue: '#4169e1',
|
|
47810
|
+
saddlebrown: '#8b4513',
|
|
47811
|
+
salmon: '#fa8072',
|
|
47812
|
+
sandybrown: '#f4a460',
|
|
47813
|
+
seagreen: '#2e8b57',
|
|
47814
|
+
seashell: '#fff5ee',
|
|
47815
|
+
sienna: '#a0522d',
|
|
47816
|
+
silver: '#c0c0c0',
|
|
47817
|
+
skyblue: '#87ceeb',
|
|
47818
|
+
slateblue: '#6a5acd',
|
|
47819
|
+
slategray: '#708090',
|
|
47820
|
+
slategrey: '#708090',
|
|
47821
|
+
snow: '#fffafa',
|
|
47822
|
+
springgreen: '#00ff7f',
|
|
47823
|
+
steelblue: '#4682b4',
|
|
47824
|
+
tan: '#d2b48c',
|
|
47825
|
+
teal: '#008080',
|
|
47826
|
+
thistle: '#d8bfd8',
|
|
47827
|
+
tomato: '#ff6347',
|
|
47828
|
+
turquoise: '#40e0d0',
|
|
47829
|
+
violet: '#ee82ee',
|
|
47830
|
+
wheat: '#f5deb3',
|
|
47831
|
+
white: '#ffffff',
|
|
47832
|
+
whitesmoke: '#f5f5f5',
|
|
47833
|
+
yellow: '#ffff00',
|
|
47834
|
+
yellowgreen: '#9acd32',
|
|
47835
|
+
};
|
|
47836
|
+
|
|
47837
|
+
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
|
|
47838
|
+
/**
|
|
47839
|
+
* Given a string or object, convert that input to RGB
|
|
47840
|
+
*
|
|
47841
|
+
* Possible string inputs:
|
|
47842
|
+
* ```
|
|
47843
|
+
* "red"
|
|
47844
|
+
* "#f00" or "f00"
|
|
47845
|
+
* "#ff0000" or "ff0000"
|
|
47846
|
+
* "#ff000000" or "ff000000"
|
|
47847
|
+
* "rgb 255 0 0" or "rgb (255, 0, 0)"
|
|
47848
|
+
* "rgb 1.0 0 0" or "rgb (1, 0, 0)"
|
|
47849
|
+
* "rgba (255, 0, 0, 1)" or "rgba 255, 0, 0, 1"
|
|
47850
|
+
* "rgba (1.0, 0, 0, 1)" or "rgba 1.0, 0, 0, 1"
|
|
47851
|
+
* "hsl(0, 100%, 50%)" or "hsl 0 100% 50%"
|
|
47852
|
+
* "hsla(0, 100%, 50%, 1)" or "hsla 0 100% 50%, 1"
|
|
47853
|
+
* "hsv(0, 100%, 100%)" or "hsv 0 100% 100%"
|
|
47854
|
+
* ```
|
|
47855
|
+
*/
|
|
47856
|
+
function inputToRGB(color) {
|
|
47857
|
+
var rgb = { r: 0, g: 0, b: 0 };
|
|
47858
|
+
var a = 1;
|
|
47859
|
+
var s = null;
|
|
47860
|
+
var v = null;
|
|
47861
|
+
var l = null;
|
|
47862
|
+
var ok = false;
|
|
47863
|
+
var format = false;
|
|
47864
|
+
if (typeof color === 'string') {
|
|
47865
|
+
color = stringInputToObject(color);
|
|
47866
|
+
}
|
|
47867
|
+
if (typeof color === 'object') {
|
|
47868
|
+
if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {
|
|
47869
|
+
rgb = rgbToRgb(color.r, color.g, color.b);
|
|
47870
|
+
ok = true;
|
|
47871
|
+
format = String(color.r).substr(-1) === '%' ? 'prgb' : 'rgb';
|
|
47872
|
+
}
|
|
47873
|
+
else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {
|
|
47874
|
+
s = convertToPercentage(color.s);
|
|
47875
|
+
v = convertToPercentage(color.v);
|
|
47876
|
+
rgb = hsvToRgb(color.h, s, v);
|
|
47877
|
+
ok = true;
|
|
47878
|
+
format = 'hsv';
|
|
47879
|
+
}
|
|
47880
|
+
else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {
|
|
47881
|
+
s = convertToPercentage(color.s);
|
|
47882
|
+
l = convertToPercentage(color.l);
|
|
47883
|
+
rgb = hslToRgb(color.h, s, l);
|
|
47884
|
+
ok = true;
|
|
47885
|
+
format = 'hsl';
|
|
47886
|
+
}
|
|
47887
|
+
if (Object.prototype.hasOwnProperty.call(color, 'a')) {
|
|
47888
|
+
a = color.a;
|
|
47889
|
+
}
|
|
47890
|
+
}
|
|
47891
|
+
a = boundAlpha(a);
|
|
47892
|
+
return {
|
|
47893
|
+
ok: ok,
|
|
47894
|
+
format: color.format || format,
|
|
47895
|
+
r: Math.min(255, Math.max(rgb.r, 0)),
|
|
47896
|
+
g: Math.min(255, Math.max(rgb.g, 0)),
|
|
47897
|
+
b: Math.min(255, Math.max(rgb.b, 0)),
|
|
47898
|
+
a: a,
|
|
47899
|
+
};
|
|
47900
|
+
}
|
|
47901
|
+
// <http://www.w3.org/TR/css3-values/#integers>
|
|
47902
|
+
var CSS_INTEGER = '[-\\+]?\\d+%?';
|
|
47903
|
+
// <http://www.w3.org/TR/css3-values/#number-value>
|
|
47904
|
+
var CSS_NUMBER = '[-\\+]?\\d*\\.\\d+%?';
|
|
47905
|
+
// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.
|
|
47906
|
+
var CSS_UNIT = "(?:".concat(CSS_NUMBER, ")|(?:").concat(CSS_INTEGER, ")");
|
|
47907
|
+
// Actual matching.
|
|
47908
|
+
// Parentheses and commas are optional, but not required.
|
|
47909
|
+
// Whitespace can take the place of commas or opening paren
|
|
47910
|
+
var PERMISSIVE_MATCH3 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
47911
|
+
var PERMISSIVE_MATCH4 = "[\\s|\\(]+(".concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")[,|\\s]+(").concat(CSS_UNIT, ")\\s*\\)?");
|
|
47912
|
+
var matchers = {
|
|
47913
|
+
CSS_UNIT: new RegExp(CSS_UNIT),
|
|
47914
|
+
rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),
|
|
47915
|
+
rgba: new RegExp('rgba' + PERMISSIVE_MATCH4),
|
|
47916
|
+
hsl: new RegExp('hsl' + PERMISSIVE_MATCH3),
|
|
47917
|
+
hsla: new RegExp('hsla' + PERMISSIVE_MATCH4),
|
|
47918
|
+
hsv: new RegExp('hsv' + PERMISSIVE_MATCH3),
|
|
47919
|
+
hsva: new RegExp('hsva' + PERMISSIVE_MATCH4),
|
|
47920
|
+
hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
47921
|
+
hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
|
|
47922
|
+
hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,
|
|
47923
|
+
hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,
|
|
47924
|
+
};
|
|
47925
|
+
/**
|
|
47926
|
+
* Permissive string parsing. Take in a number of formats, and output an object
|
|
47927
|
+
* based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}`
|
|
47928
|
+
*/
|
|
47929
|
+
function stringInputToObject(color) {
|
|
47930
|
+
color = color.trim().toLowerCase();
|
|
47931
|
+
if (color.length === 0) {
|
|
47932
|
+
return false;
|
|
47933
|
+
}
|
|
47934
|
+
var named = false;
|
|
47935
|
+
if (names[color]) {
|
|
47936
|
+
color = names[color];
|
|
47937
|
+
named = true;
|
|
47938
|
+
}
|
|
47939
|
+
else if (color === 'transparent') {
|
|
47940
|
+
return { r: 0, g: 0, b: 0, a: 0, format: 'name' };
|
|
47941
|
+
}
|
|
47942
|
+
// Try to match string input using regular expressions.
|
|
47943
|
+
// Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]
|
|
47944
|
+
// Just return an object and let the conversion functions handle that.
|
|
47945
|
+
// This way the result will be the same whether the tinycolor is initialized with string or object.
|
|
47946
|
+
var match = matchers.rgb.exec(color);
|
|
47947
|
+
if (match) {
|
|
47948
|
+
return { r: match[1], g: match[2], b: match[3] };
|
|
47949
|
+
}
|
|
47950
|
+
match = matchers.rgba.exec(color);
|
|
47951
|
+
if (match) {
|
|
47952
|
+
return { r: match[1], g: match[2], b: match[3], a: match[4] };
|
|
47953
|
+
}
|
|
47954
|
+
match = matchers.hsl.exec(color);
|
|
47955
|
+
if (match) {
|
|
47956
|
+
return { h: match[1], s: match[2], l: match[3] };
|
|
47957
|
+
}
|
|
47958
|
+
match = matchers.hsla.exec(color);
|
|
47959
|
+
if (match) {
|
|
47960
|
+
return { h: match[1], s: match[2], l: match[3], a: match[4] };
|
|
47961
|
+
}
|
|
47962
|
+
match = matchers.hsv.exec(color);
|
|
47963
|
+
if (match) {
|
|
47964
|
+
return { h: match[1], s: match[2], v: match[3] };
|
|
47965
|
+
}
|
|
47966
|
+
match = matchers.hsva.exec(color);
|
|
47967
|
+
if (match) {
|
|
47968
|
+
return { h: match[1], s: match[2], v: match[3], a: match[4] };
|
|
47969
|
+
}
|
|
47970
|
+
match = matchers.hex8.exec(color);
|
|
47971
|
+
if (match) {
|
|
47972
|
+
return {
|
|
47973
|
+
r: parseIntFromHex(match[1]),
|
|
47974
|
+
g: parseIntFromHex(match[2]),
|
|
47975
|
+
b: parseIntFromHex(match[3]),
|
|
47976
|
+
a: convertHexToDecimal(match[4]),
|
|
47977
|
+
format: named ? 'name' : 'hex8',
|
|
47978
|
+
};
|
|
47979
|
+
}
|
|
47980
|
+
match = matchers.hex6.exec(color);
|
|
47981
|
+
if (match) {
|
|
47982
|
+
return {
|
|
47983
|
+
r: parseIntFromHex(match[1]),
|
|
47984
|
+
g: parseIntFromHex(match[2]),
|
|
47985
|
+
b: parseIntFromHex(match[3]),
|
|
47986
|
+
format: named ? 'name' : 'hex',
|
|
47987
|
+
};
|
|
47988
|
+
}
|
|
47989
|
+
match = matchers.hex4.exec(color);
|
|
47990
|
+
if (match) {
|
|
47991
|
+
return {
|
|
47992
|
+
r: parseIntFromHex(match[1] + match[1]),
|
|
47993
|
+
g: parseIntFromHex(match[2] + match[2]),
|
|
47994
|
+
b: parseIntFromHex(match[3] + match[3]),
|
|
47995
|
+
a: convertHexToDecimal(match[4] + match[4]),
|
|
47996
|
+
format: named ? 'name' : 'hex8',
|
|
47997
|
+
};
|
|
47998
|
+
}
|
|
47999
|
+
match = matchers.hex3.exec(color);
|
|
48000
|
+
if (match) {
|
|
48001
|
+
return {
|
|
48002
|
+
r: parseIntFromHex(match[1] + match[1]),
|
|
48003
|
+
g: parseIntFromHex(match[2] + match[2]),
|
|
48004
|
+
b: parseIntFromHex(match[3] + match[3]),
|
|
48005
|
+
format: named ? 'name' : 'hex',
|
|
48006
|
+
};
|
|
48007
|
+
}
|
|
48008
|
+
return false;
|
|
48009
|
+
}
|
|
48010
|
+
/**
|
|
48011
|
+
* Check to see if it looks like a CSS unit
|
|
48012
|
+
* (see `matchers` above for definition).
|
|
48013
|
+
*/
|
|
48014
|
+
function isValidCSSUnit(color) {
|
|
48015
|
+
return Boolean(matchers.CSS_UNIT.exec(String(color)));
|
|
48016
|
+
}
|
|
48017
|
+
|
|
48018
|
+
var hueStep = 2; // 色相阶梯
|
|
48019
|
+
|
|
48020
|
+
var saturationStep = 0.16; // 饱和度阶梯,浅色部分
|
|
48021
|
+
|
|
48022
|
+
var saturationStep2 = 0.05; // 饱和度阶梯,深色部分
|
|
48023
|
+
|
|
48024
|
+
var brightnessStep1 = 0.05; // 亮度阶梯,浅色部分
|
|
48025
|
+
|
|
48026
|
+
var brightnessStep2 = 0.15; // 亮度阶梯,深色部分
|
|
48027
|
+
|
|
48028
|
+
var lightColorCount = 5; // 浅色数量,主色上
|
|
48029
|
+
|
|
48030
|
+
var darkColorCount = 4; // 深色数量,主色下
|
|
48031
|
+
// 暗色主题颜色映射关系表
|
|
48032
|
+
|
|
48033
|
+
var darkColorMap = [{
|
|
48034
|
+
index: 7,
|
|
48035
|
+
opacity: 0.15
|
|
48036
|
+
}, {
|
|
48037
|
+
index: 6,
|
|
48038
|
+
opacity: 0.25
|
|
48039
|
+
}, {
|
|
48040
|
+
index: 5,
|
|
48041
|
+
opacity: 0.3
|
|
48042
|
+
}, {
|
|
48043
|
+
index: 5,
|
|
48044
|
+
opacity: 0.45
|
|
48045
|
+
}, {
|
|
48046
|
+
index: 5,
|
|
48047
|
+
opacity: 0.65
|
|
48048
|
+
}, {
|
|
48049
|
+
index: 5,
|
|
48050
|
+
opacity: 0.85
|
|
48051
|
+
}, {
|
|
48052
|
+
index: 4,
|
|
48053
|
+
opacity: 0.9
|
|
48054
|
+
}, {
|
|
48055
|
+
index: 3,
|
|
48056
|
+
opacity: 0.95
|
|
48057
|
+
}, {
|
|
48058
|
+
index: 2,
|
|
48059
|
+
opacity: 0.97
|
|
48060
|
+
}, {
|
|
48061
|
+
index: 1,
|
|
48062
|
+
opacity: 0.98
|
|
48063
|
+
}];
|
|
48064
|
+
|
|
48065
|
+
// Wrapper function ported from TinyColor.prototype.toHsv
|
|
48066
|
+
// Keep it here because of `hsv.h * 360`
|
|
48067
|
+
function toHsv(_ref) {
|
|
48068
|
+
var r = _ref.r,
|
|
48069
|
+
g = _ref.g,
|
|
48070
|
+
b = _ref.b;
|
|
48071
|
+
var hsv = rgbToHsv(r, g, b);
|
|
48072
|
+
return {
|
|
48073
|
+
h: hsv.h * 360,
|
|
48074
|
+
s: hsv.s,
|
|
48075
|
+
v: hsv.v
|
|
48076
|
+
};
|
|
48077
|
+
} // Wrapper function ported from TinyColor.prototype.toHexString
|
|
48078
|
+
// Keep it here because of the prefix `#`
|
|
48079
|
+
|
|
48080
|
+
|
|
48081
|
+
function toHex(_ref2) {
|
|
48082
|
+
var r = _ref2.r,
|
|
48083
|
+
g = _ref2.g,
|
|
48084
|
+
b = _ref2.b;
|
|
48085
|
+
return "#".concat(rgbToHex(r, g, b, false));
|
|
48086
|
+
} // Wrapper function ported from TinyColor.prototype.mix, not treeshakable.
|
|
48087
|
+
// Amount in range [0, 1]
|
|
48088
|
+
// Assume color1 & color2 has no alpha, since the following src code did so.
|
|
48089
|
+
|
|
48090
|
+
|
|
48091
|
+
function mix(rgb1, rgb2, amount) {
|
|
48092
|
+
var p = amount / 100;
|
|
48093
|
+
var rgb = {
|
|
48094
|
+
r: (rgb2.r - rgb1.r) * p + rgb1.r,
|
|
48095
|
+
g: (rgb2.g - rgb1.g) * p + rgb1.g,
|
|
48096
|
+
b: (rgb2.b - rgb1.b) * p + rgb1.b
|
|
48097
|
+
};
|
|
48098
|
+
return rgb;
|
|
48099
|
+
}
|
|
48100
|
+
|
|
48101
|
+
function getHue(hsv, i, light) {
|
|
48102
|
+
var hue; // 根据色相不同,色相转向不同
|
|
48103
|
+
|
|
48104
|
+
if (Math.round(hsv.h) >= 60 && Math.round(hsv.h) <= 240) {
|
|
48105
|
+
hue = light ? Math.round(hsv.h) - hueStep * i : Math.round(hsv.h) + hueStep * i;
|
|
48106
|
+
} else {
|
|
48107
|
+
hue = light ? Math.round(hsv.h) + hueStep * i : Math.round(hsv.h) - hueStep * i;
|
|
48108
|
+
}
|
|
48109
|
+
|
|
48110
|
+
if (hue < 0) {
|
|
48111
|
+
hue += 360;
|
|
48112
|
+
} else if (hue >= 360) {
|
|
48113
|
+
hue -= 360;
|
|
48114
|
+
}
|
|
48115
|
+
|
|
48116
|
+
return hue;
|
|
48117
|
+
}
|
|
48118
|
+
|
|
48119
|
+
function getSaturation(hsv, i, light) {
|
|
48120
|
+
// grey color don't change saturation
|
|
48121
|
+
if (hsv.h === 0 && hsv.s === 0) {
|
|
48122
|
+
return hsv.s;
|
|
48123
|
+
}
|
|
48124
|
+
|
|
48125
|
+
var saturation;
|
|
48126
|
+
|
|
48127
|
+
if (light) {
|
|
48128
|
+
saturation = hsv.s - saturationStep * i;
|
|
48129
|
+
} else if (i === darkColorCount) {
|
|
48130
|
+
saturation = hsv.s + saturationStep;
|
|
48131
|
+
} else {
|
|
48132
|
+
saturation = hsv.s + saturationStep2 * i;
|
|
48133
|
+
} // 边界值修正
|
|
48134
|
+
|
|
48135
|
+
|
|
48136
|
+
if (saturation > 1) {
|
|
48137
|
+
saturation = 1;
|
|
48138
|
+
} // 第一格的 s 限制在 0.06-0.1 之间
|
|
48139
|
+
|
|
48140
|
+
|
|
48141
|
+
if (light && i === lightColorCount && saturation > 0.1) {
|
|
48142
|
+
saturation = 0.1;
|
|
48143
|
+
}
|
|
48144
|
+
|
|
48145
|
+
if (saturation < 0.06) {
|
|
48146
|
+
saturation = 0.06;
|
|
48147
|
+
}
|
|
48148
|
+
|
|
48149
|
+
return Number(saturation.toFixed(2));
|
|
48150
|
+
}
|
|
48151
|
+
|
|
48152
|
+
function getValue(hsv, i, light) {
|
|
48153
|
+
var value;
|
|
48154
|
+
|
|
48155
|
+
if (light) {
|
|
48156
|
+
value = hsv.v + brightnessStep1 * i;
|
|
48157
|
+
} else {
|
|
48158
|
+
value = hsv.v - brightnessStep2 * i;
|
|
48159
|
+
}
|
|
48160
|
+
|
|
48161
|
+
if (value > 1) {
|
|
48162
|
+
value = 1;
|
|
48163
|
+
}
|
|
48164
|
+
|
|
48165
|
+
return Number(value.toFixed(2));
|
|
48166
|
+
}
|
|
48167
|
+
|
|
48168
|
+
function generate$1(color) {
|
|
48169
|
+
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
48170
|
+
var patterns = [];
|
|
48171
|
+
var pColor = inputToRGB(color);
|
|
48172
|
+
|
|
48173
|
+
for (var i = lightColorCount; i > 0; i -= 1) {
|
|
48174
|
+
var hsv = toHsv(pColor);
|
|
48175
|
+
var colorString = toHex(inputToRGB({
|
|
48176
|
+
h: getHue(hsv, i, true),
|
|
48177
|
+
s: getSaturation(hsv, i, true),
|
|
48178
|
+
v: getValue(hsv, i, true)
|
|
48179
|
+
}));
|
|
48180
|
+
patterns.push(colorString);
|
|
48181
|
+
}
|
|
48182
|
+
|
|
48183
|
+
patterns.push(toHex(pColor));
|
|
48184
|
+
|
|
48185
|
+
for (var _i = 1; _i <= darkColorCount; _i += 1) {
|
|
48186
|
+
var _hsv = toHsv(pColor);
|
|
48187
|
+
|
|
48188
|
+
var _colorString = toHex(inputToRGB({
|
|
48189
|
+
h: getHue(_hsv, _i),
|
|
48190
|
+
s: getSaturation(_hsv, _i),
|
|
48191
|
+
v: getValue(_hsv, _i)
|
|
48192
|
+
}));
|
|
48193
|
+
|
|
48194
|
+
patterns.push(_colorString);
|
|
48195
|
+
} // dark theme patterns
|
|
48196
|
+
|
|
48197
|
+
|
|
48198
|
+
if (opts.theme === 'dark') {
|
|
48199
|
+
return darkColorMap.map(function (_ref3) {
|
|
48200
|
+
var index = _ref3.index,
|
|
48201
|
+
opacity = _ref3.opacity;
|
|
48202
|
+
var darkColorString = toHex(mix(inputToRGB(opts.backgroundColor || '#141414'), inputToRGB(patterns[index]), opacity * 100));
|
|
48203
|
+
return darkColorString;
|
|
48204
|
+
});
|
|
48205
|
+
}
|
|
48206
|
+
|
|
48207
|
+
return patterns;
|
|
48208
|
+
}
|
|
48209
|
+
|
|
48210
|
+
var presetPrimaryColors = {
|
|
48211
|
+
red: '#F5222D',
|
|
48212
|
+
volcano: '#FA541C',
|
|
48213
|
+
orange: '#FA8C16',
|
|
48214
|
+
gold: '#FAAD14',
|
|
48215
|
+
yellow: '#FADB14',
|
|
48216
|
+
lime: '#A0D911',
|
|
48217
|
+
green: '#52C41A',
|
|
48218
|
+
cyan: '#13C2C2',
|
|
48219
|
+
blue: '#1677FF',
|
|
48220
|
+
geekblue: '#2F54EB',
|
|
48221
|
+
purple: '#722ED1',
|
|
48222
|
+
magenta: '#EB2F96',
|
|
48223
|
+
grey: '#666666'
|
|
48224
|
+
};
|
|
48225
|
+
var presetPalettes = {};
|
|
48226
|
+
var presetDarkPalettes = {};
|
|
48227
|
+
Object.keys(presetPrimaryColors).forEach(function (key) {
|
|
48228
|
+
presetPalettes[key] = generate$1(presetPrimaryColors[key]);
|
|
48229
|
+
presetPalettes[key].primary = presetPalettes[key][5]; // dark presetPalettes
|
|
48230
|
+
|
|
48231
|
+
presetDarkPalettes[key] = generate$1(presetPrimaryColors[key], {
|
|
48232
|
+
theme: 'dark',
|
|
48233
|
+
backgroundColor: '#141414'
|
|
48234
|
+
});
|
|
48235
|
+
presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
|
|
48236
|
+
});
|
|
48237
|
+
|
|
48238
|
+
/* eslint-disable no-console */
|
|
48239
|
+
var warned = {};
|
|
48240
|
+
function warning$1(valid, message) {
|
|
48241
|
+
// Support uglify
|
|
48242
|
+
if (process.env.NODE_ENV !== 'production' && !valid && console !== undefined) {
|
|
48243
|
+
console.error("Warning: ".concat(message));
|
|
48244
|
+
}
|
|
48245
|
+
}
|
|
48246
|
+
function call(method, valid, message) {
|
|
48247
|
+
if (!valid && !warned[message]) {
|
|
48248
|
+
method(false, message);
|
|
48249
|
+
warned[message] = true;
|
|
48250
|
+
}
|
|
48251
|
+
}
|
|
48252
|
+
function warningOnce(valid, message) {
|
|
48253
|
+
call(warning$1, valid, message);
|
|
48254
|
+
}
|
|
48255
|
+
/* eslint-enable */
|
|
48256
|
+
|
|
48257
|
+
function canUseDom() {
|
|
48258
|
+
return !!(typeof window !== 'undefined' && window.document && window.document.createElement);
|
|
48259
|
+
}
|
|
48260
|
+
|
|
48261
|
+
function contains(root, n) {
|
|
48262
|
+
if (!root) {
|
|
48263
|
+
return false;
|
|
48264
|
+
}
|
|
48265
|
+
// Use native if support
|
|
48266
|
+
if (root.contains) {
|
|
48267
|
+
return root.contains(n);
|
|
48268
|
+
}
|
|
48269
|
+
// `document.contains` not support with IE11
|
|
48270
|
+
var node = n;
|
|
48271
|
+
while (node) {
|
|
48272
|
+
if (node === root) {
|
|
48273
|
+
return true;
|
|
48274
|
+
}
|
|
48275
|
+
node = node.parentNode;
|
|
48276
|
+
}
|
|
48277
|
+
return false;
|
|
48278
|
+
}
|
|
48279
|
+
|
|
48280
|
+
var APPEND_ORDER = 'data-rc-order';
|
|
48281
|
+
var MARK_KEY = "rc-util-key";
|
|
48282
|
+
var containerCache = new Map();
|
|
48283
|
+
function getMark() {
|
|
48284
|
+
var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
48285
|
+
mark = _ref.mark;
|
|
48286
|
+
if (mark) {
|
|
48287
|
+
return mark.startsWith('data-') ? mark : "data-".concat(mark);
|
|
48288
|
+
}
|
|
48289
|
+
return MARK_KEY;
|
|
48290
|
+
}
|
|
48291
|
+
function getContainer(option) {
|
|
48292
|
+
if (option.attachTo) {
|
|
48293
|
+
return option.attachTo;
|
|
48294
|
+
}
|
|
48295
|
+
var head = document.querySelector('head');
|
|
48296
|
+
return head || document.body;
|
|
48297
|
+
}
|
|
48298
|
+
function getOrder(prepend) {
|
|
48299
|
+
if (prepend === 'queue') {
|
|
48300
|
+
return 'prependQueue';
|
|
48301
|
+
}
|
|
48302
|
+
return prepend ? 'prepend' : 'append';
|
|
48303
|
+
}
|
|
48304
|
+
/**
|
|
48305
|
+
* Find style which inject by rc-util
|
|
48306
|
+
*/
|
|
48307
|
+
function findStyles(container) {
|
|
48308
|
+
return Array.from((containerCache.get(container) || container).children).filter(function (node) {
|
|
48309
|
+
return node.tagName === 'STYLE';
|
|
48310
|
+
});
|
|
48311
|
+
}
|
|
48312
|
+
function injectCSS(css) {
|
|
48313
|
+
var option = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
48314
|
+
if (!canUseDom()) {
|
|
48315
|
+
return null;
|
|
48316
|
+
}
|
|
48317
|
+
var csp = option.csp,
|
|
48318
|
+
prepend = option.prepend;
|
|
48319
|
+
var styleNode = document.createElement('style');
|
|
48320
|
+
styleNode.setAttribute(APPEND_ORDER, getOrder(prepend));
|
|
48321
|
+
if (csp === null || csp === void 0 ? void 0 : csp.nonce) {
|
|
48322
|
+
styleNode.nonce = csp === null || csp === void 0 ? void 0 : csp.nonce;
|
|
48323
|
+
}
|
|
48324
|
+
styleNode.innerHTML = css;
|
|
48325
|
+
var container = getContainer(option);
|
|
48326
|
+
var firstChild = container.firstChild;
|
|
48327
|
+
if (prepend) {
|
|
48328
|
+
// If is queue `prepend`, it will prepend first style and then append rest style
|
|
48329
|
+
if (prepend === 'queue') {
|
|
48330
|
+
var existStyle = findStyles(container).filter(function (node) {
|
|
48331
|
+
return ['prepend', 'prependQueue'].includes(node.getAttribute(APPEND_ORDER));
|
|
48332
|
+
});
|
|
48333
|
+
if (existStyle.length) {
|
|
48334
|
+
container.insertBefore(styleNode, existStyle[existStyle.length - 1].nextSibling);
|
|
48335
|
+
return styleNode;
|
|
48336
|
+
}
|
|
48337
|
+
}
|
|
48338
|
+
// Use `insertBefore` as `prepend`
|
|
48339
|
+
container.insertBefore(styleNode, firstChild);
|
|
48340
|
+
} else {
|
|
48341
|
+
container.appendChild(styleNode);
|
|
48342
|
+
}
|
|
48343
|
+
return styleNode;
|
|
48344
|
+
}
|
|
48345
|
+
function findExistNode(key) {
|
|
48346
|
+
var option = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
48347
|
+
var container = getContainer(option);
|
|
48348
|
+
return findStyles(container).find(function (node) {
|
|
48349
|
+
return node.getAttribute(getMark(option)) === key;
|
|
48350
|
+
});
|
|
48351
|
+
}
|
|
48352
|
+
/**
|
|
48353
|
+
* qiankun will inject `appendChild` to insert into other
|
|
48354
|
+
*/
|
|
48355
|
+
function syncRealContainer(container, option) {
|
|
48356
|
+
var cachedRealContainer = containerCache.get(container);
|
|
48357
|
+
// Find real container when not cached or cached container removed
|
|
48358
|
+
if (!cachedRealContainer || !contains(document, cachedRealContainer)) {
|
|
48359
|
+
var placeholderStyle = injectCSS('', option);
|
|
48360
|
+
var parentNode = placeholderStyle.parentNode;
|
|
48361
|
+
containerCache.set(container, parentNode);
|
|
48362
|
+
container.removeChild(placeholderStyle);
|
|
48363
|
+
}
|
|
48364
|
+
}
|
|
48365
|
+
function updateCSS(css, key) {
|
|
48366
|
+
var option = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
48367
|
+
var container = getContainer(option);
|
|
48368
|
+
// Sync real parent
|
|
48369
|
+
syncRealContainer(container, option);
|
|
48370
|
+
var existNode = findExistNode(key, option);
|
|
48371
|
+
if (existNode) {
|
|
48372
|
+
var _option$csp, _option$csp2;
|
|
48373
|
+
if (((_option$csp = option.csp) === null || _option$csp === void 0 ? void 0 : _option$csp.nonce) && existNode.nonce !== ((_option$csp2 = option.csp) === null || _option$csp2 === void 0 ? void 0 : _option$csp2.nonce)) {
|
|
48374
|
+
var _option$csp3;
|
|
48375
|
+
existNode.nonce = (_option$csp3 = option.csp) === null || _option$csp3 === void 0 ? void 0 : _option$csp3.nonce;
|
|
48376
|
+
}
|
|
48377
|
+
if (existNode.innerHTML !== css) {
|
|
48378
|
+
existNode.innerHTML = css;
|
|
48379
|
+
}
|
|
48380
|
+
return existNode;
|
|
48381
|
+
}
|
|
48382
|
+
var newNode = injectCSS(css, option);
|
|
48383
|
+
newNode.setAttribute(getMark(option), key);
|
|
48384
|
+
return newNode;
|
|
48385
|
+
}
|
|
48386
|
+
|
|
48387
|
+
function warning(valid, message) {
|
|
48388
|
+
warningOnce(valid, "[@ant-design/icons] ".concat(message));
|
|
48389
|
+
}
|
|
48390
|
+
function isIconDefinition(target) {
|
|
48391
|
+
return _typeof(target) === 'object' && typeof target.name === 'string' && typeof target.theme === 'string' && (_typeof(target.icon) === 'object' || typeof target.icon === 'function');
|
|
48392
|
+
}
|
|
48393
|
+
function normalizeAttrs() {
|
|
48394
|
+
var attrs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
48395
|
+
return Object.keys(attrs).reduce(function (acc, key) {
|
|
48396
|
+
var val = attrs[key];
|
|
48397
|
+
switch (key) {
|
|
48398
|
+
case 'class':
|
|
48399
|
+
acc.className = val;
|
|
48400
|
+
delete acc.class;
|
|
48401
|
+
break;
|
|
48402
|
+
default:
|
|
48403
|
+
acc[key] = val;
|
|
48404
|
+
}
|
|
48405
|
+
return acc;
|
|
48406
|
+
}, {});
|
|
48407
|
+
}
|
|
48408
|
+
function generate(node, key, rootProps) {
|
|
48409
|
+
if (!rootProps) {
|
|
48410
|
+
return /*#__PURE__*/React__default.createElement(node.tag, _objectSpread2({
|
|
48411
|
+
key: key
|
|
48412
|
+
}, normalizeAttrs(node.attrs)), (node.children || []).map(function (child, index) {
|
|
48413
|
+
return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
|
48414
|
+
}));
|
|
48415
|
+
}
|
|
48416
|
+
return /*#__PURE__*/React__default.createElement(node.tag, _objectSpread2(_objectSpread2({
|
|
48417
|
+
key: key
|
|
48418
|
+
}, normalizeAttrs(node.attrs)), rootProps), (node.children || []).map(function (child, index) {
|
|
48419
|
+
return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
|
48420
|
+
}));
|
|
48421
|
+
}
|
|
48422
|
+
function getSecondaryColor(primaryColor) {
|
|
48423
|
+
// choose the second color
|
|
48424
|
+
return generate$1(primaryColor)[0];
|
|
48425
|
+
}
|
|
48426
|
+
function normalizeTwoToneColors(twoToneColor) {
|
|
48427
|
+
if (!twoToneColor) {
|
|
48428
|
+
return [];
|
|
48429
|
+
}
|
|
48430
|
+
return Array.isArray(twoToneColor) ? twoToneColor : [twoToneColor];
|
|
48431
|
+
}
|
|
48432
|
+
var iconStyles = "\n.anticon {\n display: inline-block;\n color: inherit;\n font-style: normal;\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.anticon > * {\n line-height: 1;\n}\n\n.anticon svg {\n display: inline-block;\n}\n\n.anticon::before {\n display: none;\n}\n\n.anticon .anticon-icon {\n display: block;\n}\n\n.anticon[tabindex] {\n cursor: pointer;\n}\n\n.anticon-spin::before,\n.anticon-spin {\n display: inline-block;\n -webkit-animation: loadingCircle 1s infinite linear;\n animation: loadingCircle 1s infinite linear;\n}\n\n@-webkit-keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n\n@keyframes loadingCircle {\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n";
|
|
48433
|
+
var useInsertStyles = function useInsertStyles() {
|
|
48434
|
+
var styleStr = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : iconStyles;
|
|
48435
|
+
var _useContext = useContext(Context),
|
|
48436
|
+
csp = _useContext.csp,
|
|
48437
|
+
prefixCls = _useContext.prefixCls;
|
|
48438
|
+
var mergedStyleStr = styleStr;
|
|
48439
|
+
if (prefixCls) {
|
|
48440
|
+
mergedStyleStr = mergedStyleStr.replace(/anticon/g, prefixCls);
|
|
48441
|
+
}
|
|
48442
|
+
useEffect(function () {
|
|
48443
|
+
updateCSS(mergedStyleStr, '@ant-design-icons', {
|
|
48444
|
+
prepend: true,
|
|
48445
|
+
csp: csp
|
|
48446
|
+
});
|
|
48447
|
+
}, []);
|
|
48448
|
+
};
|
|
48449
|
+
|
|
48450
|
+
var _excluded$1 = ["icon", "className", "onClick", "style", "primaryColor", "secondaryColor"];
|
|
48451
|
+
var twoToneColorPalette = {
|
|
48452
|
+
primaryColor: '#333',
|
|
48453
|
+
secondaryColor: '#E6E6E6',
|
|
48454
|
+
calculated: false
|
|
48455
|
+
};
|
|
48456
|
+
function setTwoToneColors(_ref) {
|
|
48457
|
+
var primaryColor = _ref.primaryColor,
|
|
48458
|
+
secondaryColor = _ref.secondaryColor;
|
|
48459
|
+
twoToneColorPalette.primaryColor = primaryColor;
|
|
48460
|
+
twoToneColorPalette.secondaryColor = secondaryColor || getSecondaryColor(primaryColor);
|
|
48461
|
+
twoToneColorPalette.calculated = !!secondaryColor;
|
|
48462
|
+
}
|
|
48463
|
+
function getTwoToneColors() {
|
|
48464
|
+
return _objectSpread2({}, twoToneColorPalette);
|
|
48465
|
+
}
|
|
48466
|
+
var IconBase = function IconBase(props) {
|
|
48467
|
+
var icon = props.icon,
|
|
48468
|
+
className = props.className,
|
|
48469
|
+
onClick = props.onClick,
|
|
48470
|
+
style = props.style,
|
|
48471
|
+
primaryColor = props.primaryColor,
|
|
48472
|
+
secondaryColor = props.secondaryColor,
|
|
48473
|
+
restProps = _objectWithoutProperties(props, _excluded$1);
|
|
48474
|
+
var colors = twoToneColorPalette;
|
|
48475
|
+
if (primaryColor) {
|
|
48476
|
+
colors = {
|
|
48477
|
+
primaryColor: primaryColor,
|
|
48478
|
+
secondaryColor: secondaryColor || getSecondaryColor(primaryColor)
|
|
48479
|
+
};
|
|
48480
|
+
}
|
|
48481
|
+
useInsertStyles();
|
|
48482
|
+
warning(isIconDefinition(icon), "icon should be icon definiton, but got ".concat(icon));
|
|
48483
|
+
if (!isIconDefinition(icon)) {
|
|
48484
|
+
return null;
|
|
48485
|
+
}
|
|
48486
|
+
var target = icon;
|
|
48487
|
+
if (target && typeof target.icon === 'function') {
|
|
48488
|
+
target = _objectSpread2(_objectSpread2({}, target), {}, {
|
|
48489
|
+
icon: target.icon(colors.primaryColor, colors.secondaryColor)
|
|
48490
|
+
});
|
|
48491
|
+
}
|
|
48492
|
+
return generate(target.icon, "svg-".concat(target.name), _objectSpread2({
|
|
48493
|
+
className: className,
|
|
48494
|
+
onClick: onClick,
|
|
48495
|
+
style: style,
|
|
48496
|
+
'data-icon': target.name,
|
|
48497
|
+
width: '1em',
|
|
48498
|
+
height: '1em',
|
|
48499
|
+
fill: 'currentColor',
|
|
48500
|
+
'aria-hidden': 'true'
|
|
48501
|
+
}, restProps));
|
|
48502
|
+
};
|
|
48503
|
+
IconBase.displayName = 'IconReact';
|
|
48504
|
+
IconBase.getTwoToneColors = getTwoToneColors;
|
|
48505
|
+
IconBase.setTwoToneColors = setTwoToneColors;
|
|
48506
|
+
var ReactIcon = IconBase;
|
|
48507
|
+
|
|
48508
|
+
function setTwoToneColor(twoToneColor) {
|
|
48509
|
+
var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
|
|
48510
|
+
_normalizeTwoToneColo2 = _slicedToArray(_normalizeTwoToneColo, 2),
|
|
48511
|
+
primaryColor = _normalizeTwoToneColo2[0],
|
|
48512
|
+
secondaryColor = _normalizeTwoToneColo2[1];
|
|
48513
|
+
return ReactIcon.setTwoToneColors({
|
|
48514
|
+
primaryColor: primaryColor,
|
|
48515
|
+
secondaryColor: secondaryColor
|
|
48516
|
+
});
|
|
48517
|
+
}
|
|
48518
|
+
function getTwoToneColor() {
|
|
48519
|
+
var colors = ReactIcon.getTwoToneColors();
|
|
48520
|
+
if (!colors.calculated) {
|
|
48521
|
+
return colors.primaryColor;
|
|
48522
|
+
}
|
|
48523
|
+
return [colors.primaryColor, colors.secondaryColor];
|
|
48524
|
+
}
|
|
48525
|
+
|
|
48526
|
+
var _excluded = ["className", "icon", "spin", "rotate", "tabIndex", "onClick", "twoToneColor"];
|
|
48527
|
+
// Initial setting
|
|
48528
|
+
// should move it to antd main repo?
|
|
48529
|
+
setTwoToneColor('#1890ff');
|
|
48530
|
+
var Icon = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
48531
|
+
var _classNames;
|
|
48532
|
+
var className = props.className,
|
|
48533
|
+
icon = props.icon,
|
|
48534
|
+
spin = props.spin,
|
|
48535
|
+
rotate = props.rotate,
|
|
48536
|
+
tabIndex = props.tabIndex,
|
|
48537
|
+
onClick = props.onClick,
|
|
48538
|
+
twoToneColor = props.twoToneColor,
|
|
48539
|
+
restProps = _objectWithoutProperties(props, _excluded);
|
|
48540
|
+
var _React$useContext = React.useContext(Context),
|
|
48541
|
+
_React$useContext$pre = _React$useContext.prefixCls,
|
|
48542
|
+
prefixCls = _React$useContext$pre === void 0 ? 'anticon' : _React$useContext$pre,
|
|
48543
|
+
rootClassName = _React$useContext.rootClassName;
|
|
48544
|
+
var classString = classnames(rootClassName, prefixCls, (_classNames = {}, _defineProperty(_classNames, "".concat(prefixCls, "-").concat(icon.name), !!icon.name), _defineProperty(_classNames, "".concat(prefixCls, "-spin"), !!spin || icon.name === 'loading'), _classNames), className);
|
|
48545
|
+
var iconTabIndex = tabIndex;
|
|
48546
|
+
if (iconTabIndex === undefined && onClick) {
|
|
48547
|
+
iconTabIndex = -1;
|
|
48548
|
+
}
|
|
48549
|
+
var svgStyle = rotate ? {
|
|
48550
|
+
msTransform: "rotate(".concat(rotate, "deg)"),
|
|
48551
|
+
transform: "rotate(".concat(rotate, "deg)")
|
|
48552
|
+
} : undefined;
|
|
48553
|
+
var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor),
|
|
48554
|
+
_normalizeTwoToneColo2 = _slicedToArray(_normalizeTwoToneColo, 2),
|
|
48555
|
+
primaryColor = _normalizeTwoToneColo2[0],
|
|
48556
|
+
secondaryColor = _normalizeTwoToneColo2[1];
|
|
48557
|
+
return /*#__PURE__*/React.createElement("span", _objectSpread2(_objectSpread2({
|
|
48558
|
+
role: "img",
|
|
48559
|
+
"aria-label": icon.name
|
|
48560
|
+
}, restProps), {}, {
|
|
48561
|
+
ref: ref,
|
|
48562
|
+
tabIndex: iconTabIndex,
|
|
48563
|
+
onClick: onClick,
|
|
48564
|
+
className: classString
|
|
48565
|
+
}), /*#__PURE__*/React.createElement(ReactIcon, {
|
|
48566
|
+
icon: icon,
|
|
48567
|
+
primaryColor: primaryColor,
|
|
48568
|
+
secondaryColor: secondaryColor,
|
|
48569
|
+
style: svgStyle
|
|
48570
|
+
}));
|
|
48571
|
+
});
|
|
48572
|
+
Icon.displayName = 'AntdIcon';
|
|
48573
|
+
Icon.getTwoToneColor = getTwoToneColor;
|
|
48574
|
+
Icon.setTwoToneColor = setTwoToneColor;
|
|
48575
|
+
var AntdIcon = Icon;
|
|
48576
|
+
|
|
48577
|
+
// This icon file is generated automatically.
|
|
48578
|
+
var FolderOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, "name": "folder", "theme": "outlined" };
|
|
48579
|
+
var FolderOutlinedSvg = FolderOutlined$2;
|
|
48580
|
+
|
|
48581
|
+
var FolderOutlined = function FolderOutlined(props, ref) {
|
|
48582
|
+
return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
48583
|
+
ref: ref,
|
|
48584
|
+
icon: FolderOutlinedSvg
|
|
48585
|
+
}));
|
|
48586
|
+
};
|
|
48587
|
+
FolderOutlined.displayName = 'FolderOutlined';
|
|
48588
|
+
var FolderOutlined$1 = /*#__PURE__*/React.forwardRef(FolderOutlined);
|
|
48589
|
+
|
|
48590
|
+
// This icon file is generated automatically.
|
|
48591
|
+
var InfoCircleOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z" } }] }, "name": "info-circle", "theme": "outlined" };
|
|
48592
|
+
var InfoCircleOutlinedSvg = InfoCircleOutlined$2;
|
|
48593
|
+
|
|
48594
|
+
var InfoCircleOutlined = function InfoCircleOutlined(props, ref) {
|
|
48595
|
+
return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
48596
|
+
ref: ref,
|
|
48597
|
+
icon: InfoCircleOutlinedSvg
|
|
48598
|
+
}));
|
|
48599
|
+
};
|
|
48600
|
+
InfoCircleOutlined.displayName = 'InfoCircleOutlined';
|
|
48601
|
+
var InfoCircleOutlined$1 = /*#__PURE__*/React.forwardRef(InfoCircleOutlined);
|
|
48602
|
+
|
|
48603
|
+
// This icon file is generated automatically.
|
|
48604
|
+
var LoadingOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" } }] }, "name": "loading", "theme": "outlined" };
|
|
48605
|
+
var LoadingOutlinedSvg = LoadingOutlined$2;
|
|
48606
|
+
|
|
48607
|
+
var LoadingOutlined = function LoadingOutlined(props, ref) {
|
|
48608
|
+
return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
48609
|
+
ref: ref,
|
|
48610
|
+
icon: LoadingOutlinedSvg
|
|
48611
|
+
}));
|
|
48612
|
+
};
|
|
48613
|
+
LoadingOutlined.displayName = 'LoadingOutlined';
|
|
48614
|
+
var LoadingOutlined$1 = /*#__PURE__*/React.forwardRef(LoadingOutlined);
|
|
48615
|
+
|
|
48616
|
+
// This icon file is generated automatically.
|
|
48617
|
+
var PartitionOutlined$2 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "defs", "attrs": {}, "children": [{ "tag": "style", "attrs": {} }] }, { "tag": "path", "attrs": { "d": "M640.6 429.8h257.1c7.9 0 14.3-6.4 14.3-14.3V158.3c0-7.9-6.4-14.3-14.3-14.3H640.6c-7.9 0-14.3 6.4-14.3 14.3v92.9H490.6c-3.9 0-7.1 3.2-7.1 7.1v221.5h-85.7v-96.5c0-7.9-6.4-14.3-14.3-14.3H126.3c-7.9 0-14.3 6.4-14.3 14.3v257.2c0 7.9 6.4 14.3 14.3 14.3h257.1c7.9 0 14.3-6.4 14.3-14.3V544h85.7v221.5c0 3.9 3.2 7.1 7.1 7.1h135.7v92.9c0 7.9 6.4 14.3 14.3 14.3h257.1c7.9 0 14.3-6.4 14.3-14.3v-257c0-7.9-6.4-14.3-14.3-14.3h-257c-7.9 0-14.3 6.4-14.3 14.3v100h-78.6v-393h78.6v100c0 7.9 6.4 14.3 14.3 14.3zm53.5-217.9h150V362h-150V211.9zM329.9 587h-150V437h150v150zm364.2 75.1h150v150.1h-150V662.1z" } }] }, "name": "partition", "theme": "outlined" };
|
|
48618
|
+
var PartitionOutlinedSvg = PartitionOutlined$2;
|
|
48619
|
+
|
|
48620
|
+
var PartitionOutlined = function PartitionOutlined(props, ref) {
|
|
48621
|
+
return /*#__PURE__*/React.createElement(AntdIcon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
48622
|
+
ref: ref,
|
|
48623
|
+
icon: PartitionOutlinedSvg
|
|
48624
|
+
}));
|
|
48625
|
+
};
|
|
48626
|
+
PartitionOutlined.displayName = 'PartitionOutlined';
|
|
48627
|
+
var PartitionOutlined$1 = /*#__PURE__*/React.forwardRef(PartitionOutlined);
|
|
48628
|
+
|
|
47266
48629
|
dayjs_min.extend(duration);
|
|
47267
48630
|
dayjs_min.extend(utc);
|
|
47268
48631
|
var formatDuration = function (duration) {
|
|
@@ -47272,7 +48635,8 @@ var StudyCard = function (_a) {
|
|
|
47272
48635
|
var _b, _c, _d, _e;
|
|
47273
48636
|
var projectName = _a.projectName, projectOwner = _a.projectOwner, _study = _a.study; _a.canWrite; _a.runList; var style = _a.style, authUser = _a.authUser, client = _a.client; _a.showMenu; _a.onDelete;
|
|
47274
48637
|
var _j = useJobs(client); _j.cancelJob; _j.deleteJob; var fetchJob = _j.fetchJob;
|
|
47275
|
-
var _k =
|
|
48638
|
+
var _k = useState(false), open = _k[0], SetOpen = _k[1];
|
|
48639
|
+
var _l = useSWR(authUser && _study ? [projectOwner, projectName, _study.id] : undefined, fetchJob, {
|
|
47276
48640
|
revalidateOnFocus: false,
|
|
47277
48641
|
refreshInterval: !_study || _study.status.finished_at ? undefined : 5000,
|
|
47278
48642
|
fallbackData: _study,
|
|
@@ -47293,7 +48657,7 @@ var StudyCard = function (_a) {
|
|
|
47293
48657
|
})
|
|
47294
48658
|
.catch(function () { setSingleRun(undefined); });
|
|
47295
48659
|
}
|
|
47296
|
-
}), study =
|
|
48660
|
+
}), study = _l.data; _l.error; _l.isValidating;
|
|
47297
48661
|
var total = useMemo(function () {
|
|
47298
48662
|
if (!study)
|
|
47299
48663
|
return undefined;
|
|
@@ -47316,12 +48680,12 @@ var StudyCard = function (_a) {
|
|
|
47316
48680
|
}
|
|
47317
48681
|
return study.status.status.toLocaleLowerCase();
|
|
47318
48682
|
}, [study]);
|
|
47319
|
-
var
|
|
48683
|
+
var _m = useState(undefined), singleRun = _m[0], setSingleRun = _m[1];
|
|
47320
48684
|
/*
|
|
47321
48685
|
* Single run - Fetch run if just one
|
|
47322
48686
|
*/
|
|
47323
48687
|
var listRuns = useRuns(client).listRuns;
|
|
47324
|
-
var
|
|
48688
|
+
var _o = useState(getDuration(study)), duration = _o[0], setDuration = _o[1];
|
|
47325
48689
|
useEffect(function () {
|
|
47326
48690
|
if (!study)
|
|
47327
48691
|
return undefined;
|
|
@@ -47336,49 +48700,62 @@ var StudyCard = function (_a) {
|
|
|
47336
48700
|
}, [study]);
|
|
47337
48701
|
return (React__default.createElement("div", { className: 'grid-container', style: __assign({ borderColor: (_c = (_b = statusMap[status]) === null || _b === void 0 ? void 0 : _b.color) !== null && _c !== void 0 ? _c : '#d0d7de' }, style) },
|
|
47338
48702
|
React__default.createElement("div", { className: 'item1' },
|
|
47339
|
-
React__default.createElement("
|
|
47340
|
-
React__default.createElement(
|
|
47341
|
-
|
|
47342
|
-
|
|
47343
|
-
|
|
47344
|
-
|
|
47345
|
-
React__default.createElement("div", { className: 'item3' },
|
|
47346
|
-
(study && total == 1) && singleRun &&
|
|
48703
|
+
React__default.createElement("a", { className: 'link', style: { marginRight: '0.75rem' }, href: authUser && "/".concat(authUser.username) },
|
|
48704
|
+
React__default.createElement(Avatar, { src: authUser ? authUser.picture : '', size: 32 })),
|
|
48705
|
+
React__default.createElement("span", { style: { marginRight: '0.75rem' } }, "/"),
|
|
48706
|
+
React__default.createElement("a", { className: 'link', href: projectName && "/".concat(projectOwner, "/projects/").concat(projectName) }, projectName !== null && projectName !== void 0 ? projectName : '--')),
|
|
48707
|
+
React__default.createElement("div", { className: 'item2' },
|
|
48708
|
+
(study && total == 1) && singleRun ?
|
|
47347
48709
|
React__default.createElement("div", null,
|
|
47348
|
-
React__default.createElement("
|
|
47349
|
-
React__default.createElement(
|
|
47350
|
-
|
|
48710
|
+
React__default.createElement("a", { style: { marginRight: '0.75rem' }, className: 'link', href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(singleRun.id) },
|
|
48711
|
+
React__default.createElement(InfoCircleOutlined$1, null)),
|
|
48712
|
+
React__default.createElement("a", { style: { marginRight: '0.75rem' }, className: 'link', href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(singleRun.id, "/workspace?path=runs/").concat(singleRun.id) },
|
|
48713
|
+
React__default.createElement(FolderOutlined$1, null)),
|
|
47351
48714
|
React__default.createElement("a", { className: 'link', href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(singleRun.id, "/debug") },
|
|
47352
|
-
React__default.createElement(
|
|
48715
|
+
React__default.createElement(PartitionOutlined$1, null))) : React__default.createElement(LoadingOutlined$1, null),
|
|
47353
48716
|
(study && total > 1) &&
|
|
47354
48717
|
React__default.createElement("div", null,
|
|
47355
|
-
React__default.createElement("
|
|
47356
|
-
React__default.createElement(
|
|
47357
|
-
|
|
47358
|
-
|
|
48718
|
+
React__default.createElement("a", { className: 'link', href: "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/workspace") },
|
|
48719
|
+
React__default.createElement(FolderOutlined$1, null)))),
|
|
48720
|
+
React__default.createElement("div", { className: 'item3' },
|
|
48721
|
+
React__default.createElement("div", null,
|
|
48722
|
+
React__default.createElement("a", { style: { marginRight: '0.75rem' }, className: 'link', href: study && "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id) }, study ? (_d = study.spec.name) !== null && _d !== void 0 ? _d : "Study: ".concat(study.id) : '--'),
|
|
48723
|
+
singleRun &&
|
|
48724
|
+
React__default.createElement("a", { style: { marginRight: '0.75rem' }, className: 'link', href: study && "/".concat(projectOwner, "/projects/").concat(projectName, "/studies/").concat(study.id, "/runs/").concat(singleRun.id) }, "(#".concat(singleRun.generation, ")")))),
|
|
48725
|
+
React__default.createElement("div", { className: 'item4' }, study ? dayjs_min(study.status.started_at).format('[on] ddd[,] MMMM DD[,] YYYY') : '--'),
|
|
48726
|
+
React__default.createElement("div", { className: 'item5' },
|
|
47359
48727
|
React__default.createElement("span", { style: { marginRight: '0.75rem' } },
|
|
47360
48728
|
React__default.createElement(Avatar, { src: study ? study.author.picture_url : '', size: 32 })),
|
|
47361
|
-
React__default.createElement("a", { href: study ? "/".concat(study.author.name) : '', target: '_blank', rel: "noreferrer" }, study ? ((_e = study.author.display_name) !== null && _e !== void 0 ? _e : study.author.name) : '--')),
|
|
47362
|
-
React__default.createElement("div", { className: '
|
|
48729
|
+
React__default.createElement("a", { className: 'link', href: study ? "/".concat(study.author.name) : '', target: '_blank', rel: "noreferrer" }, study ? ((_e = study.author.display_name) !== null && _e !== void 0 ? _e : study.author.name) : '--')),
|
|
48730
|
+
React__default.createElement("div", { className: 'item6' },
|
|
47363
48731
|
React__default.createElement("span", { style: { marginRight: '0.75rem' } },
|
|
47364
48732
|
React__default.createElement(Avatar, { src: study ? study.recipe.metadata.icon : '', size: 32 })),
|
|
47365
|
-
React__default.createElement("a", { href: study ? recipeLinkFromSource(study.recipe.source) : '', target: '_blank', rel: "noreferrer" }, study ? study.recipe.metadata.name : '--'),
|
|
47366
|
-
study && React__default.createElement("span", { className: 'light-text' },
|
|
47367
|
-
|
|
47368
|
-
|
|
47369
|
-
|
|
47370
|
-
React__default.createElement("
|
|
47371
|
-
|
|
47372
|
-
|
|
47373
|
-
(
|
|
47374
|
-
|
|
47375
|
-
|
|
47376
|
-
|
|
47377
|
-
|
|
47378
|
-
|
|
47379
|
-
|
|
47380
|
-
|
|
47381
|
-
|
|
48733
|
+
React__default.createElement("a", { className: 'link', href: study ? recipeLinkFromSource(study.recipe.source) : '', target: '_blank', rel: "noreferrer" }, study ? study.recipe.metadata.name : '--'),
|
|
48734
|
+
study && React__default.createElement("span", { className: 'light-text' },
|
|
48735
|
+
" ",
|
|
48736
|
+
study.recipe.metadata.tag)),
|
|
48737
|
+
open && React__default.createElement(React__default.Fragment, null,
|
|
48738
|
+
React__default.createElement("div", { className: 'item7' }, study ? study.spec.description : '--'),
|
|
48739
|
+
React__default.createElement("div", { className: 'item8' },
|
|
48740
|
+
React__default.createElement("span", { className: 'status-label', style: { marginRight: '0.75rem' } }, study ? status.toUpperCase() : '--'),
|
|
48741
|
+
React__default.createElement("span", { className: 'light-text' },
|
|
48742
|
+
(study && total == 1) && singleRun &&
|
|
48743
|
+
"".concat(singleRun.meta.progress.completed, " / ").concat(singleRun.meta.progress.total, " STEPS"),
|
|
48744
|
+
(study && total > 1) &&
|
|
48745
|
+
"".concat(study.status.runs_completed, " / ").concat(total, " RUNS"))),
|
|
48746
|
+
React__default.createElement("div", { className: 'item9' },
|
|
48747
|
+
React__default.createElement("div", { style: { marginBottom: '0.5rem' } },
|
|
48748
|
+
React__default.createElement(Cpu$1, { size: 24, style: { marginRight: '0.75rem' } }),
|
|
48749
|
+
React__default.createElement("span", { className: 'light-text' }, study ? "".concat(formatDuration(dayjs_min.duration(study.resources_duration.cpu, 'seconds'))) : '--')),
|
|
48750
|
+
React__default.createElement("div", null,
|
|
48751
|
+
React__default.createElement(Clock$1, { size: 24, style: { marginRight: '0.75rem' } }),
|
|
48752
|
+
React__default.createElement("span", { className: 'light-text' }, study ? "".concat(formatDuration(duration)) : '--')))),
|
|
48753
|
+
React__default.createElement("div", { className: 'item10' },
|
|
48754
|
+
React__default.createElement("a", { className: 'link', onClick: function () { return SetOpen(function (state) { return !state; }); } },
|
|
48755
|
+
!open && React__default.createElement(ChevronCompactDown$1, { size: 16 }),
|
|
48756
|
+
!open && ' See More...',
|
|
48757
|
+
open && React__default.createElement(ChevronCompactUp$1, { size: 16 }),
|
|
48758
|
+
open && ' See Less...'))));
|
|
47382
48759
|
};
|
|
47383
48760
|
|
|
47384
48761
|
export { APIClient, AuthUser, Avatar, Button, ComboBox, ComboFileSelector, ConditionalWrapper, ConfigureLocalRun, CreateStudy, Dropdown, FileInput, FilePreview, FormInput, GetGeometry, GetModel, InputDescription, Label, Logo, NumberInput, RadioList, RecipeInputsForm, RunCard, SelectAccount, SelectCloudArtifacts, SelectLocalArtifacts, SelectProject, SelectRecipe, SelectRun, SelectStudy, SendGeometry, SendModel, SendResults, SettingsButton, StudyCard, TextInput, Tooltip, _defaultConfig, checkDotNet, checkPollinationPanel, checkRuby, formatBytes, getDuration, getHost, getSummaryColor, recipeLinkFromSource, sendMessageDotNet, sendMessageRuby, statusMap, useAPIClient, useArtifacts, useCreateStudy, useGetGeometry, useGetHbjson, useHbjsontoVTK, useJobs, useManageSettings, useRunCommand, useRuns, useSendHbjson, useSendMessage };
|