@true-engineering/true-react-common-ui-kit 4.0.0-alpha19 → 4.0.0-alpha20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/components/DatePicker/DatePicker.styles.d.ts +1 -1
- package/dist/components/DatePicker/components/PopperContainer/PopperContainer.d.ts +2 -4
- package/dist/components/DatePicker/types.d.ts +2 -2
- package/dist/style.css +78 -142
- package/dist/theme/types.d.ts +1 -1
- package/dist/true-react-common-ui-kit.js +653 -526
- package/dist/true-react-common-ui-kit.js.map +1 -1
- package/dist/true-react-common-ui-kit.umd.cjs +652 -525
- package/dist/true-react-common-ui-kit.umd.cjs.map +1 -1
- package/package.json +4 -5
- package/src/components/DatePicker/DatePicker.stories.tsx +2 -1
- package/src/components/DatePicker/DatePicker.styles.ts +3 -1
- package/src/components/DatePicker/DatePicker.tsx +3 -3
- package/src/components/DatePicker/components/PopperContainer/PopperContainer.tsx +4 -4
- package/src/components/DatePicker/types.ts +5 -3
- package/src/components/FiltersPane/components/FilterWithDates/FilterWithDates.tsx +3 -4
- package/src/theme/types.ts +1 -1
|
@@ -1333,7 +1333,7 @@ function _create_class$2(Constructor, protoProps, staticProps) {
|
|
|
1333
1333
|
_defineProperties$2(Constructor, staticProps);
|
|
1334
1334
|
return Constructor;
|
|
1335
1335
|
}
|
|
1336
|
-
function _define_property$
|
|
1336
|
+
function _define_property$1c(obj, key, value) {
|
|
1337
1337
|
if (key in obj) {
|
|
1338
1338
|
Object.defineProperty(obj, key, {
|
|
1339
1339
|
value,
|
|
@@ -1384,7 +1384,7 @@ function _non_iterable_rest$q() {
|
|
|
1384
1384
|
function _non_iterable_spread$b() {
|
|
1385
1385
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1386
1386
|
}
|
|
1387
|
-
function _object_spread$
|
|
1387
|
+
function _object_spread$1a(target) {
|
|
1388
1388
|
for (var i = 1; i < arguments.length; i++) {
|
|
1389
1389
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1390
1390
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1394,7 +1394,7 @@ function _object_spread$19(target) {
|
|
|
1394
1394
|
}));
|
|
1395
1395
|
}
|
|
1396
1396
|
ownKeys2.forEach(function(key) {
|
|
1397
|
-
_define_property$
|
|
1397
|
+
_define_property$1c(target, key, source[key]);
|
|
1398
1398
|
});
|
|
1399
1399
|
}
|
|
1400
1400
|
return target;
|
|
@@ -1526,7 +1526,7 @@ var TweakStylesManager = /* @__PURE__ */ function() {
|
|
|
1526
1526
|
first
|
|
1527
1527
|
].concat(_to_consumable_array$b(rest))) : first;
|
|
1528
1528
|
var rules = this.addRules(styles);
|
|
1529
|
-
var classes = _object_spread$
|
|
1529
|
+
var classes = _object_spread$1a({}, _class_private_field_get$1(this, _classes));
|
|
1530
1530
|
rules.forEach(function(rule, key) {
|
|
1531
1531
|
classes[key] = joinStrings([
|
|
1532
1532
|
classes[key],
|
|
@@ -1661,7 +1661,7 @@ function _create_class$1(Constructor, protoProps, staticProps) {
|
|
|
1661
1661
|
_defineProperties$1(Constructor, staticProps);
|
|
1662
1662
|
return Constructor;
|
|
1663
1663
|
}
|
|
1664
|
-
function _define_property$
|
|
1664
|
+
function _define_property$1b(obj, key, value) {
|
|
1665
1665
|
if (key in obj) {
|
|
1666
1666
|
Object.defineProperty(obj, key, {
|
|
1667
1667
|
value,
|
|
@@ -1674,7 +1674,7 @@ function _define_property$1a(obj, key, value) {
|
|
|
1674
1674
|
}
|
|
1675
1675
|
return obj;
|
|
1676
1676
|
}
|
|
1677
|
-
function _object_spread$
|
|
1677
|
+
function _object_spread$19(target) {
|
|
1678
1678
|
for (var i = 1; i < arguments.length; i++) {
|
|
1679
1679
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1680
1680
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1684,7 +1684,7 @@ function _object_spread$18(target) {
|
|
|
1684
1684
|
}));
|
|
1685
1685
|
}
|
|
1686
1686
|
ownKeys2.forEach(function(key) {
|
|
1687
|
-
_define_property$
|
|
1687
|
+
_define_property$1b(target, key, source[key]);
|
|
1688
1688
|
});
|
|
1689
1689
|
}
|
|
1690
1690
|
return target;
|
|
@@ -1780,7 +1780,7 @@ var ThemedStylesManager = /* @__PURE__ */ function() {
|
|
|
1780
1780
|
meta: _class_private_field_get(this, _name),
|
|
1781
1781
|
generateId: jssContext.generateId
|
|
1782
1782
|
});
|
|
1783
|
-
var classes = _object_spread$
|
|
1783
|
+
var classes = _object_spread$19({}, sheet.classes);
|
|
1784
1784
|
var manager = new TweakStylesManager({
|
|
1785
1785
|
sheet,
|
|
1786
1786
|
classes
|
|
@@ -1797,7 +1797,7 @@ var ThemedStylesManager = /* @__PURE__ */ function() {
|
|
|
1797
1797
|
]);
|
|
1798
1798
|
return ThemedStylesManager2;
|
|
1799
1799
|
}();
|
|
1800
|
-
function _define_property$
|
|
1800
|
+
function _define_property$1a(obj, key, value) {
|
|
1801
1801
|
if (key in obj) {
|
|
1802
1802
|
Object.defineProperty(obj, key, {
|
|
1803
1803
|
value,
|
|
@@ -1810,7 +1810,7 @@ function _define_property$19(obj, key, value) {
|
|
|
1810
1810
|
}
|
|
1811
1811
|
return obj;
|
|
1812
1812
|
}
|
|
1813
|
-
function _object_spread$
|
|
1813
|
+
function _object_spread$18(target) {
|
|
1814
1814
|
for (var i = 1; i < arguments.length; i++) {
|
|
1815
1815
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1816
1816
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1820,7 +1820,7 @@ function _object_spread$17(target) {
|
|
|
1820
1820
|
}));
|
|
1821
1821
|
}
|
|
1822
1822
|
ownKeys2.forEach(function(key) {
|
|
1823
|
-
_define_property$
|
|
1823
|
+
_define_property$1a(target, key, source[key]);
|
|
1824
1824
|
});
|
|
1825
1825
|
}
|
|
1826
1826
|
return target;
|
|
@@ -1854,7 +1854,7 @@ var JssProvider = function(param) {
|
|
|
1854
1854
|
var children = param.children, tweakStylesArch = param.tweakStylesArch, generateId = param.generateId;
|
|
1855
1855
|
var context = useContext(JssContext);
|
|
1856
1856
|
var value = useMemo(function() {
|
|
1857
|
-
return _object_spread_props$W(_object_spread$
|
|
1857
|
+
return _object_spread_props$W(_object_spread$18({}, context), {
|
|
1858
1858
|
tweakStylesArch: tweakStylesArch !== null && tweakStylesArch !== void 0 ? tweakStylesArch : context.tweakStylesArch,
|
|
1859
1859
|
generateId: generateId !== null && generateId !== void 0 ? generateId : context.generateId
|
|
1860
1860
|
});
|
|
@@ -1893,7 +1893,7 @@ function _array_with_holes$p(arr) {
|
|
|
1893
1893
|
if (Array.isArray(arr))
|
|
1894
1894
|
return arr;
|
|
1895
1895
|
}
|
|
1896
|
-
function _define_property$
|
|
1896
|
+
function _define_property$19(obj, key, value) {
|
|
1897
1897
|
if (key in obj) {
|
|
1898
1898
|
Object.defineProperty(obj, key, {
|
|
1899
1899
|
value,
|
|
@@ -1937,7 +1937,7 @@ function _iterable_to_array_limit$o(arr, i) {
|
|
|
1937
1937
|
function _non_iterable_rest$p() {
|
|
1938
1938
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1939
1939
|
}
|
|
1940
|
-
function _object_spread$
|
|
1940
|
+
function _object_spread$17(target) {
|
|
1941
1941
|
for (var i = 1; i < arguments.length; i++) {
|
|
1942
1942
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
1943
1943
|
var ownKeys2 = Object.keys(source);
|
|
@@ -1947,7 +1947,7 @@ function _object_spread$16(target) {
|
|
|
1947
1947
|
}));
|
|
1948
1948
|
}
|
|
1949
1949
|
ownKeys2.forEach(function(key) {
|
|
1950
|
-
_define_property$
|
|
1950
|
+
_define_property$19(target, key, source[key]);
|
|
1951
1951
|
});
|
|
1952
1952
|
}
|
|
1953
1953
|
return target;
|
|
@@ -2030,7 +2030,7 @@ function createThemedStyles() {
|
|
|
2030
2030
|
tweakStylesStrategy,
|
|
2031
2031
|
tweakStyles
|
|
2032
2032
|
]);
|
|
2033
|
-
return useStyles2(isNotEmpty(data) ? _object_spread_props$V(_object_spread$
|
|
2033
|
+
return useStyles2(isNotEmpty(data) ? _object_spread_props$V(_object_spread$17({}, data), {
|
|
2034
2034
|
theme
|
|
2035
2035
|
}) : data);
|
|
2036
2036
|
}
|
|
@@ -4790,12 +4790,12 @@ var findCountryIndexByCode = function(countryCode) {
|
|
|
4790
4790
|
return info.countryCode === countryCode;
|
|
4791
4791
|
}) : -1;
|
|
4792
4792
|
};
|
|
4793
|
-
var getCountryTextByLocale = function(country,
|
|
4794
|
-
return
|
|
4793
|
+
var getCountryTextByLocale = function(country, locale) {
|
|
4794
|
+
return locale.toLowerCase() === "ru" ? country.countryRu : country.countryEn;
|
|
4795
4795
|
};
|
|
4796
|
-
var sortCountriesByLocale = function(countriesList,
|
|
4796
|
+
var sortCountriesByLocale = function(countriesList, locale) {
|
|
4797
4797
|
return countriesList.sort(function(countryA, countryB) {
|
|
4798
|
-
return getCountryTextByLocale(countryA,
|
|
4798
|
+
return getCountryTextByLocale(countryA, locale).localeCompare(getCountryTextByLocale(countryB, locale));
|
|
4799
4799
|
});
|
|
4800
4800
|
};
|
|
4801
4801
|
var checkSearchStringInCountry = function(country, searchString) {
|
|
@@ -6578,7 +6578,7 @@ function _array_without_holes$9(arr) {
|
|
|
6578
6578
|
if (Array.isArray(arr))
|
|
6579
6579
|
return _array_like_to_array$o(arr);
|
|
6580
6580
|
}
|
|
6581
|
-
function _define_property$
|
|
6581
|
+
function _define_property$18(obj, key, value) {
|
|
6582
6582
|
if (key in obj) {
|
|
6583
6583
|
Object.defineProperty(obj, key, {
|
|
6584
6584
|
value,
|
|
@@ -6598,7 +6598,7 @@ function _iterable_to_array$9(iter) {
|
|
|
6598
6598
|
function _non_iterable_spread$9() {
|
|
6599
6599
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6600
6600
|
}
|
|
6601
|
-
function _object_spread$
|
|
6601
|
+
function _object_spread$16(target) {
|
|
6602
6602
|
for (var i = 1; i < arguments.length; i++) {
|
|
6603
6603
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
6604
6604
|
var ownKeys2 = Object.keys(source);
|
|
@@ -6608,7 +6608,7 @@ function _object_spread$15(target) {
|
|
|
6608
6608
|
}));
|
|
6609
6609
|
}
|
|
6610
6610
|
ownKeys2.forEach(function(key) {
|
|
6611
|
-
_define_property$
|
|
6611
|
+
_define_property$18(target, key, source[key]);
|
|
6612
6612
|
});
|
|
6613
6613
|
}
|
|
6614
6614
|
return target;
|
|
@@ -6664,7 +6664,7 @@ var useDropdown = function(param) {
|
|
|
6664
6664
|
},
|
|
6665
6665
|
{
|
|
6666
6666
|
name: "flip",
|
|
6667
|
-
options: _object_spread$
|
|
6667
|
+
options: _object_spread$16({
|
|
6668
6668
|
fallbackPlacements: canBeFlipped ? [
|
|
6669
6669
|
"bottom-start",
|
|
6670
6670
|
"top-start"
|
|
@@ -6869,7 +6869,7 @@ var complexIcons = {
|
|
|
6869
6869
|
"file-xml": fileXml,
|
|
6870
6870
|
"file-zip": fileZip
|
|
6871
6871
|
};
|
|
6872
|
-
function _define_property$
|
|
6872
|
+
function _define_property$17(obj, key, value) {
|
|
6873
6873
|
if (key in obj) {
|
|
6874
6874
|
Object.defineProperty(obj, key, {
|
|
6875
6875
|
value,
|
|
@@ -6882,7 +6882,7 @@ function _define_property$16(obj, key, value) {
|
|
|
6882
6882
|
}
|
|
6883
6883
|
return obj;
|
|
6884
6884
|
}
|
|
6885
|
-
function _object_spread$
|
|
6885
|
+
function _object_spread$15(target) {
|
|
6886
6886
|
for (var i = 1; i < arguments.length; i++) {
|
|
6887
6887
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
6888
6888
|
var ownKeys2 = Object.keys(source);
|
|
@@ -6892,7 +6892,7 @@ function _object_spread$14(target) {
|
|
|
6892
6892
|
}));
|
|
6893
6893
|
}
|
|
6894
6894
|
ownKeys2.forEach(function(key) {
|
|
6895
|
-
_define_property$
|
|
6895
|
+
_define_property$17(target, key, source[key]);
|
|
6896
6896
|
});
|
|
6897
6897
|
}
|
|
6898
6898
|
return target;
|
|
@@ -6901,7 +6901,7 @@ var ComplexIconBoilerplate = function(param) {
|
|
|
6901
6901
|
var type = param.type;
|
|
6902
6902
|
var theme = useContext(ThemeContext).theme;
|
|
6903
6903
|
var icons = useMemo(function() {
|
|
6904
|
-
return _object_spread$
|
|
6904
|
+
return _object_spread$15({}, complexIcons, theme.complexIcons);
|
|
6905
6905
|
}, []);
|
|
6906
6906
|
var ComplexIcon = icons[type];
|
|
6907
6907
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -7772,7 +7772,7 @@ var iconsList = checkIcons({
|
|
|
7772
7772
|
]
|
|
7773
7773
|
}
|
|
7774
7774
|
});
|
|
7775
|
-
function _define_property$
|
|
7775
|
+
function _define_property$16(obj, key, value) {
|
|
7776
7776
|
if (key in obj) {
|
|
7777
7777
|
Object.defineProperty(obj, key, {
|
|
7778
7778
|
value,
|
|
@@ -7785,7 +7785,7 @@ function _define_property$15(obj, key, value) {
|
|
|
7785
7785
|
}
|
|
7786
7786
|
return obj;
|
|
7787
7787
|
}
|
|
7788
|
-
function _object_spread$
|
|
7788
|
+
function _object_spread$14(target) {
|
|
7789
7789
|
for (var i = 1; i < arguments.length; i++) {
|
|
7790
7790
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
7791
7791
|
var ownKeys2 = Object.keys(source);
|
|
@@ -7795,7 +7795,7 @@ function _object_spread$13(target) {
|
|
|
7795
7795
|
}));
|
|
7796
7796
|
}
|
|
7797
7797
|
ownKeys2.forEach(function(key) {
|
|
7798
|
-
_define_property$
|
|
7798
|
+
_define_property$16(target, key, source[key]);
|
|
7799
7799
|
});
|
|
7800
7800
|
}
|
|
7801
7801
|
return target;
|
|
@@ -7829,7 +7829,7 @@ var IconBoilerplate = function(param) {
|
|
|
7829
7829
|
var _icon_paths, _icon_rects, _icon_circles;
|
|
7830
7830
|
var theme = useContext(ThemeContext).theme;
|
|
7831
7831
|
var icons = useMemo(function() {
|
|
7832
|
-
return _object_spread$
|
|
7832
|
+
return _object_spread$14({}, iconsList, theme.icons);
|
|
7833
7833
|
}, []);
|
|
7834
7834
|
var icon = icons[type];
|
|
7835
7835
|
var _icon_viewBox;
|
|
@@ -7842,7 +7842,7 @@ var IconBoilerplate = function(param) {
|
|
|
7842
7842
|
children: [
|
|
7843
7843
|
(_icon_paths = icon.paths) === null || _icon_paths === void 0 ? void 0 : _icon_paths.map(function(path, index) {
|
|
7844
7844
|
var _path_fill, _path_stroke;
|
|
7845
|
-
return jsx("path", _object_spread$
|
|
7845
|
+
return jsx("path", _object_spread$14({
|
|
7846
7846
|
fillRule: "evenodd",
|
|
7847
7847
|
clipRule: "evenodd",
|
|
7848
7848
|
fill: (_path_fill = path.fill) !== null && _path_fill !== void 0 ? _path_fill : "currentColor",
|
|
@@ -7850,12 +7850,12 @@ var IconBoilerplate = function(param) {
|
|
|
7850
7850
|
}, path), index);
|
|
7851
7851
|
}),
|
|
7852
7852
|
(_icon_rects = icon.rects) === null || _icon_rects === void 0 ? void 0 : _icon_rects.map(function(rect, index) {
|
|
7853
|
-
return /* @__PURE__ */ createElement("rect", _object_spread_props$U(_object_spread$
|
|
7853
|
+
return /* @__PURE__ */ createElement("rect", _object_spread_props$U(_object_spread$14({}, rect), {
|
|
7854
7854
|
key: index
|
|
7855
7855
|
}));
|
|
7856
7856
|
}),
|
|
7857
7857
|
(_icon_circles = icon.circles) === null || _icon_circles === void 0 ? void 0 : _icon_circles.map(function(circle, index) {
|
|
7858
|
-
return /* @__PURE__ */ createElement("circle", _object_spread_props$U(_object_spread$
|
|
7858
|
+
return /* @__PURE__ */ createElement("circle", _object_spread_props$U(_object_spread$14({}, circle), {
|
|
7859
7859
|
key: index
|
|
7860
7860
|
}));
|
|
7861
7861
|
})
|
|
@@ -7868,7 +7868,7 @@ var useStyles$W = createThemedStyles("Icon", {
|
|
|
7868
7868
|
alignItems: "center"
|
|
7869
7869
|
}
|
|
7870
7870
|
});
|
|
7871
|
-
function _define_property$
|
|
7871
|
+
function _define_property$15(obj, key, value) {
|
|
7872
7872
|
if (key in obj) {
|
|
7873
7873
|
Object.defineProperty(obj, key, {
|
|
7874
7874
|
value,
|
|
@@ -7881,7 +7881,7 @@ function _define_property$14(obj, key, value) {
|
|
|
7881
7881
|
}
|
|
7882
7882
|
return obj;
|
|
7883
7883
|
}
|
|
7884
|
-
function _object_spread$
|
|
7884
|
+
function _object_spread$13(target) {
|
|
7885
7885
|
for (var i = 1; i < arguments.length; i++) {
|
|
7886
7886
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
7887
7887
|
var ownKeys2 = Object.keys(source);
|
|
@@ -7891,7 +7891,7 @@ function _object_spread$12(target) {
|
|
|
7891
7891
|
}));
|
|
7892
7892
|
}
|
|
7893
7893
|
ownKeys2.forEach(function(key) {
|
|
7894
|
-
_define_property$
|
|
7894
|
+
_define_property$15(target, key, source[key]);
|
|
7895
7895
|
});
|
|
7896
7896
|
}
|
|
7897
7897
|
return target;
|
|
@@ -7925,7 +7925,7 @@ var Icon = function(param) {
|
|
|
7925
7925
|
var classes = useStyles$W({
|
|
7926
7926
|
theme: tweakStyles
|
|
7927
7927
|
});
|
|
7928
|
-
return /* @__PURE__ */ jsx("div", _object_spread_props$T(_object_spread$
|
|
7928
|
+
return /* @__PURE__ */ jsx("div", _object_spread_props$T(_object_spread$13({
|
|
7929
7929
|
className: classes.root
|
|
7930
7930
|
}, addDataTestId(testId), addDataAttributes(data)), {
|
|
7931
7931
|
children: isComplexIcon(type) ? /* @__PURE__ */ jsx(ComplexIconBoilerplate, {
|
|
@@ -7996,7 +7996,7 @@ function _array_without_holes$7(arr) {
|
|
|
7996
7996
|
if (Array.isArray(arr))
|
|
7997
7997
|
return _array_like_to_array$m(arr);
|
|
7998
7998
|
}
|
|
7999
|
-
function _define_property$
|
|
7999
|
+
function _define_property$14(obj, key, value) {
|
|
8000
8000
|
if (key in obj) {
|
|
8001
8001
|
Object.defineProperty(obj, key, {
|
|
8002
8002
|
value,
|
|
@@ -8047,7 +8047,7 @@ function _non_iterable_rest$m() {
|
|
|
8047
8047
|
function _non_iterable_spread$7() {
|
|
8048
8048
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
8049
8049
|
}
|
|
8050
|
-
function _object_spread$
|
|
8050
|
+
function _object_spread$12(target) {
|
|
8051
8051
|
for (var i = 1; i < arguments.length; i++) {
|
|
8052
8052
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
8053
8053
|
var ownKeys2 = Object.keys(source);
|
|
@@ -8057,7 +8057,7 @@ function _object_spread$11(target) {
|
|
|
8057
8057
|
}));
|
|
8058
8058
|
}
|
|
8059
8059
|
ownKeys2.forEach(function(key) {
|
|
8060
|
-
_define_property$
|
|
8060
|
+
_define_property$14(target, key, source[key]);
|
|
8061
8061
|
});
|
|
8062
8062
|
}
|
|
8063
8063
|
return target;
|
|
@@ -8139,7 +8139,7 @@ var WithPopup = function(param) {
|
|
|
8139
8139
|
placement,
|
|
8140
8140
|
onOpenChange: handleToggle
|
|
8141
8141
|
}), refs = _useFloating.refs, floatingStyles = _useFloating.floatingStyles, context = _useFloating.context;
|
|
8142
|
-
var hover = useHover(context, _object_spread$
|
|
8142
|
+
var hover = useHover(context, _object_spread$12({
|
|
8143
8143
|
enabled: eventType === "hover",
|
|
8144
8144
|
delay: {
|
|
8145
8145
|
open: hoverDelay,
|
|
@@ -8147,13 +8147,13 @@ var WithPopup = function(param) {
|
|
|
8147
8147
|
},
|
|
8148
8148
|
handleClose: safePolygon()
|
|
8149
8149
|
}, hoverOptions));
|
|
8150
|
-
var focus = useFocus(context, _object_spread$
|
|
8150
|
+
var focus = useFocus(context, _object_spread$12({
|
|
8151
8151
|
enabled: eventType === "hover"
|
|
8152
8152
|
}, focusOptions));
|
|
8153
|
-
var click = useClick(context, _object_spread$
|
|
8153
|
+
var click = useClick(context, _object_spread$12({
|
|
8154
8154
|
enabled: eventType === "click"
|
|
8155
8155
|
}, clickOptions));
|
|
8156
|
-
var dismiss = useDismiss(context, _object_spread$
|
|
8156
|
+
var dismiss = useDismiss(context, _object_spread$12({
|
|
8157
8157
|
enabled: eventType === "click",
|
|
8158
8158
|
ancestorScroll: shouldHideOnScroll
|
|
8159
8159
|
}, dismissOptions));
|
|
@@ -8163,22 +8163,22 @@ var WithPopup = function(param) {
|
|
|
8163
8163
|
focus,
|
|
8164
8164
|
dismiss
|
|
8165
8165
|
]), getFloatingProps = _useInteractions.getFloatingProps, getReferenceProps = _useInteractions.getReferenceProps;
|
|
8166
|
-
var _useTransitionStatus = useTransitionStatus(context, _object_spread$
|
|
8166
|
+
var _useTransitionStatus = useTransitionStatus(context, _object_spread$12({
|
|
8167
8167
|
duration: {
|
|
8168
8168
|
close: 500
|
|
8169
8169
|
}
|
|
8170
8170
|
}, transitionOptions)), isMounted = _useTransitionStatus.isMounted, status = _useTransitionStatus.status;
|
|
8171
|
-
var referenceProps = getReferenceProps(_object_spread$
|
|
8171
|
+
var referenceProps = getReferenceProps(_object_spread$12({
|
|
8172
8172
|
ref: refs.setReference
|
|
8173
8173
|
}, shouldStopPropagation && {
|
|
8174
8174
|
onClick: stopPropagation
|
|
8175
8175
|
}));
|
|
8176
8176
|
var triggerElement = applyAction(trigger, {
|
|
8177
8177
|
referenceProps: !isTriggerWrapped ? referenceProps : void 0,
|
|
8178
|
-
triggerProps: _object_spread$
|
|
8178
|
+
triggerProps: _object_spread$12({
|
|
8179
8179
|
isActive: isOpen,
|
|
8180
8180
|
isDisabled
|
|
8181
|
-
}, !isTriggerWrapped && _object_spread$
|
|
8181
|
+
}, !isTriggerWrapped && _object_spread$12({
|
|
8182
8182
|
data,
|
|
8183
8183
|
testId
|
|
8184
8184
|
}, referenceProps))
|
|
@@ -8186,14 +8186,14 @@ var WithPopup = function(param) {
|
|
|
8186
8186
|
var _obj2;
|
|
8187
8187
|
return /* @__PURE__ */ jsxs(Fragment, {
|
|
8188
8188
|
children: [
|
|
8189
|
-
isTriggerWrapped ? /* @__PURE__ */ jsx("div", _object_spread_props$S(_object_spread$
|
|
8190
|
-
className: clsx(classes.trigger, (_obj2 = {}, _define_property$
|
|
8189
|
+
isTriggerWrapped ? /* @__PURE__ */ jsx("div", _object_spread_props$S(_object_spread$12({
|
|
8190
|
+
className: clsx(classes.trigger, (_obj2 = {}, _define_property$14(_obj2, classes.clickable, eventType === "click"), _define_property$14(_obj2, classes.disabled, isDisabled), _define_property$14(_obj2, classes.active, isOpen), _obj2))
|
|
8191
8191
|
}, referenceProps, addDataAttributes$1(data, testId)), {
|
|
8192
8192
|
children: triggerElement
|
|
8193
8193
|
})) : triggerElement,
|
|
8194
8194
|
isMounted && /* @__PURE__ */ jsx(FloatingPortal, {
|
|
8195
8195
|
root: shouldRenderInBody ? document.body : refs.reference.current,
|
|
8196
|
-
children: /* @__PURE__ */ jsx("div", _object_spread_props$S(_object_spread$
|
|
8196
|
+
children: /* @__PURE__ */ jsx("div", _object_spread_props$S(_object_spread$12({
|
|
8197
8197
|
ref: refs.setFloating,
|
|
8198
8198
|
style: floatingStyles,
|
|
8199
8199
|
className: classes.popup
|
|
@@ -8201,7 +8201,7 @@ var WithPopup = function(param) {
|
|
|
8201
8201
|
children: /* @__PURE__ */ jsxs("div", {
|
|
8202
8202
|
className: classes["dropdown-".concat(status)],
|
|
8203
8203
|
children: [
|
|
8204
|
-
shouldShowArrow && /* @__PURE__ */ jsx(FloatingArrow, _object_spread_props$S(_object_spread$
|
|
8204
|
+
shouldShowArrow && /* @__PURE__ */ jsx(FloatingArrow, _object_spread_props$S(_object_spread$12({}, arrowProps), {
|
|
8205
8205
|
ref: arrowRef,
|
|
8206
8206
|
context,
|
|
8207
8207
|
className: classes.arrow
|
|
@@ -8259,7 +8259,7 @@ var useStyles$U = createThemedStyles("ListItem", {
|
|
|
8259
8259
|
flexGrow: 1
|
|
8260
8260
|
}
|
|
8261
8261
|
});
|
|
8262
|
-
function _define_property$
|
|
8262
|
+
function _define_property$13(obj, key, value) {
|
|
8263
8263
|
if (key in obj) {
|
|
8264
8264
|
Object.defineProperty(obj, key, {
|
|
8265
8265
|
value,
|
|
@@ -8272,7 +8272,7 @@ function _define_property$12(obj, key, value) {
|
|
|
8272
8272
|
}
|
|
8273
8273
|
return obj;
|
|
8274
8274
|
}
|
|
8275
|
-
function _object_spread$
|
|
8275
|
+
function _object_spread$11(target) {
|
|
8276
8276
|
for (var i = 1; i < arguments.length; i++) {
|
|
8277
8277
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
8278
8278
|
var ownKeys2 = Object.keys(source);
|
|
@@ -8282,7 +8282,7 @@ function _object_spread$10(target) {
|
|
|
8282
8282
|
}));
|
|
8283
8283
|
}
|
|
8284
8284
|
ownKeys2.forEach(function(key) {
|
|
8285
|
-
_define_property$
|
|
8285
|
+
_define_property$13(target, key, source[key]);
|
|
8286
8286
|
});
|
|
8287
8287
|
}
|
|
8288
8288
|
return target;
|
|
@@ -8322,9 +8322,9 @@ var ListItem = function(param) {
|
|
|
8322
8322
|
shouldDrawSpacerAbove && /* @__PURE__ */ jsx("div", {
|
|
8323
8323
|
className: classes.spacer
|
|
8324
8324
|
}),
|
|
8325
|
-
/* @__PURE__ */ jsxs("div", _object_spread_props$R(_object_spread$
|
|
8326
|
-
className: clsx(classes.root, classes[view], (_obj2 = {}, _define_property$
|
|
8327
|
-
}, addClickHandler(onClick, !isDisabled), addDataTestId(testId), addDataAttributes(_object_spread_props$R(_object_spread$
|
|
8325
|
+
/* @__PURE__ */ jsxs("div", _object_spread_props$R(_object_spread$11({
|
|
8326
|
+
className: clsx(classes.root, classes[view], (_obj2 = {}, _define_property$13(_obj2, classes.disabledItem, isDisabled), _define_property$13(_obj2, classes.withIconGap, withIconGap), _define_property$13(_obj2, classes.focused, isFocused), _obj2))
|
|
8327
|
+
}, addClickHandler(onClick, !isDisabled), addDataTestId(testId), addDataAttributes(_object_spread_props$R(_object_spread$11({}, data), {
|
|
8328
8328
|
disabled: isDisabled ? true : void 0
|
|
8329
8329
|
}))), {
|
|
8330
8330
|
children: [
|
|
@@ -8371,7 +8371,7 @@ var withPopupStyles$1 = {
|
|
|
8371
8371
|
width: "100%"
|
|
8372
8372
|
}
|
|
8373
8373
|
};
|
|
8374
|
-
function _define_property$
|
|
8374
|
+
function _define_property$12(obj, key, value) {
|
|
8375
8375
|
if (key in obj) {
|
|
8376
8376
|
Object.defineProperty(obj, key, {
|
|
8377
8377
|
value,
|
|
@@ -8384,7 +8384,7 @@ function _define_property$11(obj, key, value) {
|
|
|
8384
8384
|
}
|
|
8385
8385
|
return obj;
|
|
8386
8386
|
}
|
|
8387
|
-
function _object_spread
|
|
8387
|
+
function _object_spread$10(target) {
|
|
8388
8388
|
for (var i = 1; i < arguments.length; i++) {
|
|
8389
8389
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
8390
8390
|
var ownKeys2 = Object.keys(source);
|
|
@@ -8394,7 +8394,7 @@ function _object_spread$$(target) {
|
|
|
8394
8394
|
}));
|
|
8395
8395
|
}
|
|
8396
8396
|
ownKeys2.forEach(function(key) {
|
|
8397
|
-
_define_property$
|
|
8397
|
+
_define_property$12(target, key, source[key]);
|
|
8398
8398
|
});
|
|
8399
8399
|
}
|
|
8400
8400
|
return target;
|
|
@@ -8439,11 +8439,11 @@ var List = function(param) {
|
|
|
8439
8439
|
var isHidden = param2.isHidden;
|
|
8440
8440
|
return !isHidden;
|
|
8441
8441
|
});
|
|
8442
|
-
return /* @__PURE__ */ jsx("div", _object_spread_props$Q(_object_spread
|
|
8442
|
+
return /* @__PURE__ */ jsx("div", _object_spread_props$Q(_object_spread$10({
|
|
8443
8443
|
className: classes.root
|
|
8444
8444
|
}, addDataTestId(testId), addDataAttributes(data)), {
|
|
8445
8445
|
children: filteredItems.map(function(item, i) {
|
|
8446
|
-
var itemProps = _object_spread_props$Q(_object_spread
|
|
8446
|
+
var itemProps = _object_spread_props$Q(_object_spread$10({
|
|
8447
8447
|
testId: getTestId(testId, "item-".concat(i))
|
|
8448
8448
|
}, item), {
|
|
8449
8449
|
shouldDrawSpacerAbove: item.shouldDrawSpacerAbove && i !== 0,
|
|
@@ -8461,7 +8461,7 @@ var List = function(param) {
|
|
|
8461
8461
|
shouldRenderInBody: false,
|
|
8462
8462
|
trigger: function(param2) {
|
|
8463
8463
|
var triggerProps = param2.triggerProps;
|
|
8464
|
-
return /* @__PURE__ */ jsx(ListItem, _object_spread_props$Q(_object_spread
|
|
8464
|
+
return /* @__PURE__ */ jsx(ListItem, _object_spread_props$Q(_object_spread$10({}, itemProps), {
|
|
8465
8465
|
isFocused: triggerProps.isActive
|
|
8466
8466
|
}));
|
|
8467
8467
|
},
|
|
@@ -8472,13 +8472,13 @@ var List = function(param) {
|
|
|
8472
8472
|
onClick
|
|
8473
8473
|
})
|
|
8474
8474
|
})
|
|
8475
|
-
}) : /* @__PURE__ */ jsx(ListItem, _object_spread
|
|
8475
|
+
}) : /* @__PURE__ */ jsx(ListItem, _object_spread$10({}, itemProps))
|
|
8476
8476
|
}, i);
|
|
8477
8477
|
})
|
|
8478
8478
|
}));
|
|
8479
8479
|
};
|
|
8480
8480
|
var ANIMATION_TIMEOUT = 150;
|
|
8481
|
-
function _define_property$
|
|
8481
|
+
function _define_property$11(obj, key, value) {
|
|
8482
8482
|
if (key in obj) {
|
|
8483
8483
|
Object.defineProperty(obj, key, {
|
|
8484
8484
|
value,
|
|
@@ -8491,7 +8491,7 @@ function _define_property$10(obj, key, value) {
|
|
|
8491
8491
|
}
|
|
8492
8492
|
return obj;
|
|
8493
8493
|
}
|
|
8494
|
-
function _object_spread
|
|
8494
|
+
function _object_spread$$(target) {
|
|
8495
8495
|
for (var i = 1; i < arguments.length; i++) {
|
|
8496
8496
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
8497
8497
|
var ownKeys2 = Object.keys(source);
|
|
@@ -8501,12 +8501,12 @@ function _object_spread$_(target) {
|
|
|
8501
8501
|
}));
|
|
8502
8502
|
}
|
|
8503
8503
|
ownKeys2.forEach(function(key) {
|
|
8504
|
-
_define_property$
|
|
8504
|
+
_define_property$11(target, key, source[key]);
|
|
8505
8505
|
});
|
|
8506
8506
|
}
|
|
8507
8507
|
return target;
|
|
8508
8508
|
}
|
|
8509
|
-
var useStyles$S = createThemedStyles("AccountInfo", _object_spread
|
|
8509
|
+
var useStyles$S = createThemedStyles("AccountInfo", _object_spread$$({
|
|
8510
8510
|
root: {
|
|
8511
8511
|
display: "flex"
|
|
8512
8512
|
},
|
|
@@ -8560,7 +8560,7 @@ function _array_with_holes$l(arr) {
|
|
|
8560
8560
|
if (Array.isArray(arr))
|
|
8561
8561
|
return arr;
|
|
8562
8562
|
}
|
|
8563
|
-
function _define_property
|
|
8563
|
+
function _define_property$10(obj, key, value) {
|
|
8564
8564
|
if (key in obj) {
|
|
8565
8565
|
Object.defineProperty(obj, key, {
|
|
8566
8566
|
value,
|
|
@@ -8604,7 +8604,7 @@ function _iterable_to_array_limit$l(arr, i) {
|
|
|
8604
8604
|
function _non_iterable_rest$l() {
|
|
8605
8605
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
8606
8606
|
}
|
|
8607
|
-
function _object_spread$
|
|
8607
|
+
function _object_spread$_(target) {
|
|
8608
8608
|
for (var i = 1; i < arguments.length; i++) {
|
|
8609
8609
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
8610
8610
|
var ownKeys2 = Object.keys(source);
|
|
@@ -8614,7 +8614,7 @@ function _object_spread$Z(target) {
|
|
|
8614
8614
|
}));
|
|
8615
8615
|
}
|
|
8616
8616
|
ownKeys2.forEach(function(key) {
|
|
8617
|
-
_define_property
|
|
8617
|
+
_define_property$10(target, key, source[key]);
|
|
8618
8618
|
});
|
|
8619
8619
|
}
|
|
8620
8620
|
return target;
|
|
@@ -8681,7 +8681,7 @@ var AccountInfo = function(param) {
|
|
|
8681
8681
|
useOnClickOutsideWithRef(dropdownRef, function() {
|
|
8682
8682
|
return setIsMenuOpen(false);
|
|
8683
8683
|
}, nameRef);
|
|
8684
|
-
return /* @__PURE__ */ jsxs("div", _object_spread_props$P(_object_spread$
|
|
8684
|
+
return /* @__PURE__ */ jsxs("div", _object_spread_props$P(_object_spread$_({
|
|
8685
8685
|
className: classes.root
|
|
8686
8686
|
}, addDataTestId(testId), addDataAttributes(data)), {
|
|
8687
8687
|
children: [
|
|
@@ -8757,7 +8757,7 @@ var useStyles$R = createThemedStyles("AddButton", {
|
|
|
8757
8757
|
width: "100%"
|
|
8758
8758
|
}
|
|
8759
8759
|
});
|
|
8760
|
-
function _define_property
|
|
8760
|
+
function _define_property$$(obj, key, value) {
|
|
8761
8761
|
if (key in obj) {
|
|
8762
8762
|
Object.defineProperty(obj, key, {
|
|
8763
8763
|
value,
|
|
@@ -8770,7 +8770,7 @@ function _define_property$_(obj, key, value) {
|
|
|
8770
8770
|
}
|
|
8771
8771
|
return obj;
|
|
8772
8772
|
}
|
|
8773
|
-
function _object_spread$
|
|
8773
|
+
function _object_spread$Z(target) {
|
|
8774
8774
|
for (var i = 1; i < arguments.length; i++) {
|
|
8775
8775
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
8776
8776
|
var ownKeys2 = Object.keys(source);
|
|
@@ -8780,7 +8780,7 @@ function _object_spread$Y(target) {
|
|
|
8780
8780
|
}));
|
|
8781
8781
|
}
|
|
8782
8782
|
ownKeys2.forEach(function(key) {
|
|
8783
|
-
_define_property
|
|
8783
|
+
_define_property$$(target, key, source[key]);
|
|
8784
8784
|
});
|
|
8785
8785
|
}
|
|
8786
8786
|
return target;
|
|
@@ -8814,7 +8814,7 @@ var AddButton = function(param) {
|
|
|
8814
8814
|
var classes = useStyles$R({
|
|
8815
8815
|
theme: tweakStyles
|
|
8816
8816
|
});
|
|
8817
|
-
return /* @__PURE__ */ jsxs("button", _object_spread_props$O(_object_spread$
|
|
8817
|
+
return /* @__PURE__ */ jsxs("button", _object_spread_props$O(_object_spread$Z({
|
|
8818
8818
|
type,
|
|
8819
8819
|
className: clsx(classes.root, isDisabled && classes.disabled, isFullWidth && classes.fullWidth),
|
|
8820
8820
|
onClick: !isDisabled ? onClick : void 0,
|
|
@@ -8980,7 +8980,7 @@ var useStyles$O = createThemedStyles("ThemedPreloader", {
|
|
|
8980
8980
|
color: "currentColor"
|
|
8981
8981
|
}
|
|
8982
8982
|
});
|
|
8983
|
-
function _define_property$
|
|
8983
|
+
function _define_property$_(obj, key, value) {
|
|
8984
8984
|
if (key in obj) {
|
|
8985
8985
|
Object.defineProperty(obj, key, {
|
|
8986
8986
|
value,
|
|
@@ -8993,7 +8993,7 @@ function _define_property$Z(obj, key, value) {
|
|
|
8993
8993
|
}
|
|
8994
8994
|
return obj;
|
|
8995
8995
|
}
|
|
8996
|
-
function _object_spread$
|
|
8996
|
+
function _object_spread$Y(target) {
|
|
8997
8997
|
for (var i = 1; i < arguments.length; i++) {
|
|
8998
8998
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
8999
8999
|
var ownKeys2 = Object.keys(source);
|
|
@@ -9003,7 +9003,7 @@ function _object_spread$X(target) {
|
|
|
9003
9003
|
}));
|
|
9004
9004
|
}
|
|
9005
9005
|
ownKeys2.forEach(function(key) {
|
|
9006
|
-
_define_property$
|
|
9006
|
+
_define_property$_(target, key, source[key]);
|
|
9007
9007
|
});
|
|
9008
9008
|
}
|
|
9009
9009
|
return target;
|
|
@@ -9047,8 +9047,8 @@ var ThemedPreloader = function(param) {
|
|
|
9047
9047
|
className: "tweakSvgPreloader",
|
|
9048
9048
|
currentComponentName: "ThemedPreloader"
|
|
9049
9049
|
});
|
|
9050
|
-
return /* @__PURE__ */ jsx("div", _object_spread_props$N(_object_spread$
|
|
9051
|
-
className: clsx(classes.root, classes[type], _define_property$
|
|
9050
|
+
return /* @__PURE__ */ jsx("div", _object_spread_props$N(_object_spread$Y({
|
|
9051
|
+
className: clsx(classes.root, classes[type], _define_property$_({}, classes.currentColor, useCurrentColor))
|
|
9052
9052
|
}, addDataTestId(testId), addDataAttributes(data)), {
|
|
9053
9053
|
children: type === "dots" ? /* @__PURE__ */ jsx(DotsPreloader, {
|
|
9054
9054
|
tweakStyles: tweakDotsPreloaderStyles
|
|
@@ -9229,7 +9229,7 @@ var dotsPreloaderStyles = {
|
|
|
9229
9229
|
var getPreloaderStyles = function(size2) {
|
|
9230
9230
|
return size2 === "s" || size2 === "m" ? dotsPreloaderStyles : void 0;
|
|
9231
9231
|
};
|
|
9232
|
-
function _define_property$
|
|
9232
|
+
function _define_property$Z(obj, key, value) {
|
|
9233
9233
|
if (key in obj) {
|
|
9234
9234
|
Object.defineProperty(obj, key, {
|
|
9235
9235
|
value,
|
|
@@ -9242,7 +9242,7 @@ function _define_property$Y(obj, key, value) {
|
|
|
9242
9242
|
}
|
|
9243
9243
|
return obj;
|
|
9244
9244
|
}
|
|
9245
|
-
function _object_spread$
|
|
9245
|
+
function _object_spread$X(target) {
|
|
9246
9246
|
for (var i = 1; i < arguments.length; i++) {
|
|
9247
9247
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
9248
9248
|
var ownKeys2 = Object.keys(source);
|
|
@@ -9252,7 +9252,7 @@ function _object_spread$W(target) {
|
|
|
9252
9252
|
}));
|
|
9253
9253
|
}
|
|
9254
9254
|
ownKeys2.forEach(function(key) {
|
|
9255
|
-
_define_property$
|
|
9255
|
+
_define_property$Z(target, key, source[key]);
|
|
9256
9256
|
});
|
|
9257
9257
|
}
|
|
9258
9258
|
return target;
|
|
@@ -9345,16 +9345,16 @@ var Button = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
9345
9345
|
var hasChildren = isReactNodeNotEmpty(children);
|
|
9346
9346
|
var hasNoAction = isDisabled || isLoading;
|
|
9347
9347
|
var _obj2, _obj1;
|
|
9348
|
-
return /* @__PURE__ */ jsxs("button", _object_spread_props$M(_object_spread$
|
|
9348
|
+
return /* @__PURE__ */ jsxs("button", _object_spread_props$M(_object_spread$X({
|
|
9349
9349
|
ref,
|
|
9350
9350
|
type,
|
|
9351
|
-
className: clsx(classes.root, classes[size2], classes[view], (_obj2 = {}, _define_property$
|
|
9351
|
+
className: clsx(classes.root, classes[size2], classes[view], (_obj2 = {}, _define_property$Z(_obj2, classes.disabled, isDisabled), _define_property$Z(_obj2, classes.fullWidth, isFullWidth), _define_property$Z(_obj2, classes.inline, isInline), _define_property$Z(_obj2, classes.active, isActive), _define_property$Z(_obj2, classes.loading, isLoading), _define_property$Z(_obj2, classes.onlyIcon, hasIcon && !hasChildren), _obj2)),
|
|
9352
9352
|
tabIndex: shouldSkipTabNavigation ? -1 : void 0,
|
|
9353
9353
|
disabled: hasNoAction
|
|
9354
9354
|
}, interactions, addDataTestId(testId), addDataAttributes(data)), {
|
|
9355
9355
|
children: [
|
|
9356
9356
|
/* @__PURE__ */ jsxs("span", {
|
|
9357
|
-
className: clsx(classes.content, (_obj1 = {}, _define_property$
|
|
9357
|
+
className: clsx(classes.content, (_obj1 = {}, _define_property$Z(_obj1, classes.iconFromRight, hasChildren && hasIcon && iconPosition === "right"), _define_property$Z(_obj1, classes.iconFromLeft, hasChildren && hasIcon && iconPosition === "left"), _obj1)),
|
|
9358
9358
|
children: [
|
|
9359
9359
|
hasIcon && /* @__PURE__ */ jsx("span", {
|
|
9360
9360
|
className: classes.icon,
|
|
@@ -9415,7 +9415,7 @@ var useStyles$M = createThemedStyles("Checkbox", {
|
|
|
9415
9415
|
flexDirection: "row-reverse"
|
|
9416
9416
|
}
|
|
9417
9417
|
});
|
|
9418
|
-
function _define_property$
|
|
9418
|
+
function _define_property$Y(obj, key, value) {
|
|
9419
9419
|
if (key in obj) {
|
|
9420
9420
|
Object.defineProperty(obj, key, {
|
|
9421
9421
|
value,
|
|
@@ -9428,7 +9428,7 @@ function _define_property$X(obj, key, value) {
|
|
|
9428
9428
|
}
|
|
9429
9429
|
return obj;
|
|
9430
9430
|
}
|
|
9431
|
-
function _object_spread$
|
|
9431
|
+
function _object_spread$W(target) {
|
|
9432
9432
|
for (var i = 1; i < arguments.length; i++) {
|
|
9433
9433
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
9434
9434
|
var ownKeys2 = Object.keys(source);
|
|
@@ -9438,7 +9438,7 @@ function _object_spread$V(target) {
|
|
|
9438
9438
|
}));
|
|
9439
9439
|
}
|
|
9440
9440
|
ownKeys2.forEach(function(key) {
|
|
9441
|
-
_define_property$
|
|
9441
|
+
_define_property$Y(target, key, source[key]);
|
|
9442
9442
|
});
|
|
9443
9443
|
}
|
|
9444
9444
|
return target;
|
|
@@ -9481,11 +9481,11 @@ function Checkbox(param) {
|
|
|
9481
9481
|
}, event);
|
|
9482
9482
|
};
|
|
9483
9483
|
var _obj2;
|
|
9484
|
-
return /* @__PURE__ */ jsxs("label", _object_spread_props$L(_object_spread$
|
|
9485
|
-
className: clsx(classes.root, (_obj2 = {}, _define_property$
|
|
9484
|
+
return /* @__PURE__ */ jsxs("label", _object_spread_props$L(_object_spread$W({
|
|
9485
|
+
className: clsx(classes.root, (_obj2 = {}, _define_property$Y(_obj2, classes.checked, isSelected), _define_property$Y(_obj2, classes.invalid, isInvalid), _define_property$Y(_obj2, classes.disabled, isDisabled), _define_property$Y(_obj2, classes.labelPositionLeft, labelPosition === "left"), _obj2))
|
|
9486
9486
|
}, addDataTestId(testId), addDataAttributes(data)), {
|
|
9487
9487
|
children: [
|
|
9488
|
-
/* @__PURE__ */ jsx("input", _object_spread$
|
|
9488
|
+
/* @__PURE__ */ jsx("input", _object_spread$W({
|
|
9489
9489
|
className: classes.input,
|
|
9490
9490
|
type: "checkbox",
|
|
9491
9491
|
checked: isSelected,
|
|
@@ -9534,7 +9534,7 @@ var useStyles$L = createThemedStyles("CloseButton", {
|
|
|
9534
9534
|
}
|
|
9535
9535
|
}
|
|
9536
9536
|
});
|
|
9537
|
-
function _define_property$
|
|
9537
|
+
function _define_property$X(obj, key, value) {
|
|
9538
9538
|
if (key in obj) {
|
|
9539
9539
|
Object.defineProperty(obj, key, {
|
|
9540
9540
|
value,
|
|
@@ -9547,7 +9547,7 @@ function _define_property$W(obj, key, value) {
|
|
|
9547
9547
|
}
|
|
9548
9548
|
return obj;
|
|
9549
9549
|
}
|
|
9550
|
-
function _object_spread$
|
|
9550
|
+
function _object_spread$V(target) {
|
|
9551
9551
|
for (var i = 1; i < arguments.length; i++) {
|
|
9552
9552
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
9553
9553
|
var ownKeys2 = Object.keys(source);
|
|
@@ -9557,7 +9557,7 @@ function _object_spread$U(target) {
|
|
|
9557
9557
|
}));
|
|
9558
9558
|
}
|
|
9559
9559
|
ownKeys2.forEach(function(key) {
|
|
9560
|
-
_define_property$
|
|
9560
|
+
_define_property$X(target, key, source[key]);
|
|
9561
9561
|
});
|
|
9562
9562
|
}
|
|
9563
9563
|
return target;
|
|
@@ -9591,7 +9591,7 @@ var CloseButton = function(param) {
|
|
|
9591
9591
|
var classes = useStyles$L({
|
|
9592
9592
|
theme: tweakStyles
|
|
9593
9593
|
});
|
|
9594
|
-
return /* @__PURE__ */ jsx("button", _object_spread_props$K(_object_spread$
|
|
9594
|
+
return /* @__PURE__ */ jsx("button", _object_spread_props$K(_object_spread$V({
|
|
9595
9595
|
type: "button",
|
|
9596
9596
|
className: classes.root,
|
|
9597
9597
|
onClick: onClose
|
|
@@ -9733,7 +9733,7 @@ var useStyles$J = createThemedStyles("CssBaseline", {
|
|
|
9733
9733
|
},
|
|
9734
9734
|
root: {}
|
|
9735
9735
|
});
|
|
9736
|
-
function _define_property$
|
|
9736
|
+
function _define_property$W(obj, key, value) {
|
|
9737
9737
|
if (key in obj) {
|
|
9738
9738
|
Object.defineProperty(obj, key, {
|
|
9739
9739
|
value,
|
|
@@ -9746,7 +9746,7 @@ function _define_property$V(obj, key, value) {
|
|
|
9746
9746
|
}
|
|
9747
9747
|
return obj;
|
|
9748
9748
|
}
|
|
9749
|
-
function _object_spread$
|
|
9749
|
+
function _object_spread$U(target) {
|
|
9750
9750
|
for (var i = 1; i < arguments.length; i++) {
|
|
9751
9751
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
9752
9752
|
var ownKeys2 = Object.keys(source);
|
|
@@ -9756,7 +9756,7 @@ function _object_spread$T(target) {
|
|
|
9756
9756
|
}));
|
|
9757
9757
|
}
|
|
9758
9758
|
ownKeys2.forEach(function(key) {
|
|
9759
|
-
_define_property$
|
|
9759
|
+
_define_property$W(target, key, source[key]);
|
|
9760
9760
|
});
|
|
9761
9761
|
}
|
|
9762
9762
|
return target;
|
|
@@ -9766,7 +9766,7 @@ var CssBaseline = function(param) {
|
|
|
9766
9766
|
var classes = useStyles$J({
|
|
9767
9767
|
theme: tweakStyles
|
|
9768
9768
|
});
|
|
9769
|
-
return /* @__PURE__ */ jsx("div", _object_spread$
|
|
9769
|
+
return /* @__PURE__ */ jsx("div", _object_spread$U({
|
|
9770
9770
|
className: classes.root
|
|
9771
9771
|
}, addDataTestId(testId), addDataAttributes(data)));
|
|
9772
9772
|
};
|
|
@@ -9804,7 +9804,7 @@ var useStyles$I = createThemedStyles("WithMessages", {
|
|
|
9804
9804
|
},
|
|
9805
9805
|
children: {}
|
|
9806
9806
|
});
|
|
9807
|
-
function _define_property$
|
|
9807
|
+
function _define_property$V(obj, key, value) {
|
|
9808
9808
|
if (key in obj) {
|
|
9809
9809
|
Object.defineProperty(obj, key, {
|
|
9810
9810
|
value,
|
|
@@ -9817,7 +9817,7 @@ function _define_property$U(obj, key, value) {
|
|
|
9817
9817
|
}
|
|
9818
9818
|
return obj;
|
|
9819
9819
|
}
|
|
9820
|
-
function _object_spread$
|
|
9820
|
+
function _object_spread$T(target) {
|
|
9821
9821
|
for (var i = 1; i < arguments.length; i++) {
|
|
9822
9822
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
9823
9823
|
var ownKeys2 = Object.keys(source);
|
|
@@ -9827,7 +9827,7 @@ function _object_spread$S(target) {
|
|
|
9827
9827
|
}));
|
|
9828
9828
|
}
|
|
9829
9829
|
ownKeys2.forEach(function(key) {
|
|
9830
|
-
_define_property$
|
|
9830
|
+
_define_property$V(target, key, source[key]);
|
|
9831
9831
|
});
|
|
9832
9832
|
}
|
|
9833
9833
|
return target;
|
|
@@ -9864,25 +9864,25 @@ var WithMessages = /* @__PURE__ */ forwardRef(function(param, ref) {
|
|
|
9864
9864
|
var shouldShowError = isReactNodeNotEmpty(errorMessage);
|
|
9865
9865
|
var shouldShowInfo = isReactNodeNotEmpty(infoMessage) && !shouldShowError;
|
|
9866
9866
|
var _obj2;
|
|
9867
|
-
return /* @__PURE__ */ jsxs("div", _object_spread_props$J(_object_spread$
|
|
9867
|
+
return /* @__PURE__ */ jsxs("div", _object_spread_props$J(_object_spread$T({
|
|
9868
9868
|
ref,
|
|
9869
9869
|
className: classes.withMessages,
|
|
9870
9870
|
"data-invalid": shouldShowError ? true : void 0
|
|
9871
9871
|
}, addDataAttributes$1(data, testId)), {
|
|
9872
9872
|
children: [
|
|
9873
9873
|
isReactNodeNotEmpty(children) && /* @__PURE__ */ jsx("div", {
|
|
9874
|
-
className: clsx(classes.children, (_obj2 = {}, _define_property$
|
|
9874
|
+
className: clsx(classes.children, (_obj2 = {}, _define_property$V(_obj2, classes.horizontal, controlsDirection === "horizontal"), _define_property$V(_obj2, classes.vertical, controlsDirection === "vertical"), _obj2)),
|
|
9875
9875
|
children
|
|
9876
9876
|
}),
|
|
9877
9877
|
(shouldShowError || shouldShowInfo) && /* @__PURE__ */ jsxs("div", {
|
|
9878
9878
|
className: classes.message,
|
|
9879
9879
|
children: [
|
|
9880
|
-
shouldShowError && /* @__PURE__ */ jsx("div", _object_spread_props$J(_object_spread$
|
|
9880
|
+
shouldShowError && /* @__PURE__ */ jsx("div", _object_spread_props$J(_object_spread$T({
|
|
9881
9881
|
className: classes.error
|
|
9882
9882
|
}, addDataTestId(testId, "error")), {
|
|
9883
9883
|
children: errorMessage
|
|
9884
9884
|
})),
|
|
9885
|
-
shouldShowInfo && /* @__PURE__ */ jsx("div", _object_spread_props$J(_object_spread$
|
|
9885
|
+
shouldShowInfo && /* @__PURE__ */ jsx("div", _object_spread_props$J(_object_spread$T({
|
|
9886
9886
|
className: classes.info
|
|
9887
9887
|
}, addDataTestId(testId, "info")), {
|
|
9888
9888
|
children: infoMessage
|
|
@@ -10044,7 +10044,7 @@ var useStyles$H = createThemedStyles("ControlWrapper", {
|
|
|
10044
10044
|
borderRadius: 0
|
|
10045
10045
|
}
|
|
10046
10046
|
});
|
|
10047
|
-
function _define_property$
|
|
10047
|
+
function _define_property$U(obj, key, value) {
|
|
10048
10048
|
if (key in obj) {
|
|
10049
10049
|
Object.defineProperty(obj, key, {
|
|
10050
10050
|
value,
|
|
@@ -10057,7 +10057,7 @@ function _define_property$T(obj, key, value) {
|
|
|
10057
10057
|
}
|
|
10058
10058
|
return obj;
|
|
10059
10059
|
}
|
|
10060
|
-
function _object_spread$
|
|
10060
|
+
function _object_spread$S(target) {
|
|
10061
10061
|
for (var i = 1; i < arguments.length; i++) {
|
|
10062
10062
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
10063
10063
|
var ownKeys2 = Object.keys(source);
|
|
@@ -10067,7 +10067,7 @@ function _object_spread$R(target) {
|
|
|
10067
10067
|
}));
|
|
10068
10068
|
}
|
|
10069
10069
|
ownKeys2.forEach(function(key) {
|
|
10070
|
-
_define_property$
|
|
10070
|
+
_define_property$U(target, key, source[key]);
|
|
10071
10071
|
});
|
|
10072
10072
|
}
|
|
10073
10073
|
return target;
|
|
@@ -10111,12 +10111,12 @@ var ControlWrapper = function(param) {
|
|
|
10111
10111
|
currentComponentName: "ControlWrapper"
|
|
10112
10112
|
});
|
|
10113
10113
|
var _obj2, _obj1, _obj22;
|
|
10114
|
-
return /* @__PURE__ */ jsxs("div", _object_spread_props$I(_object_spread$
|
|
10115
|
-
className: clsx(classes.controlWrapper, isNotEmpty(groupPlacement) && classes["placement-".concat(groupPlacement)], isNotEmpty(size2) && classes[size2], (_obj2 = {}, _define_property$
|
|
10114
|
+
return /* @__PURE__ */ jsxs("div", _object_spread_props$I(_object_spread$S({
|
|
10115
|
+
className: clsx(classes.controlWrapper, isNotEmpty(groupPlacement) && classes["placement-".concat(groupPlacement)], isNotEmpty(size2) && classes[size2], (_obj2 = {}, _define_property$U(_obj2, classes.invalid, isInvalid), _define_property$U(_obj2, classes.focused, isFocused), _define_property$U(_obj2, classes.withValue, hasValue), _define_property$U(_obj2, classes.disabled, isDisabled), _define_property$U(_obj2, classes.loading, isLoading), _define_property$U(_obj2, classes.minContent, !isFullWidth), _obj2))
|
|
10116
10116
|
}, addDataAttributes$1(data, testId)), {
|
|
10117
10117
|
children: [
|
|
10118
10118
|
isReactNodeNotEmpty(label) && /* @__PURE__ */ jsx("div", {
|
|
10119
|
-
className: clsx(classes.label, (_obj1 = {}, _define_property$
|
|
10119
|
+
className: clsx(classes.label, (_obj1 = {}, _define_property$U(_obj1, classes.requiredLabel, isRequired), _define_property$U(_obj1, classes.disabledLabel, isDisabled), _define_property$U(_obj1, classes.activeLabel, isActive), _obj1)),
|
|
10120
10120
|
children: label
|
|
10121
10121
|
}),
|
|
10122
10122
|
/* @__PURE__ */ jsxs("div", {
|
|
@@ -10126,7 +10126,7 @@ var ControlWrapper = function(param) {
|
|
|
10126
10126
|
hasControls && /* @__PURE__ */ jsxs("div", {
|
|
10127
10127
|
className: classes.controls,
|
|
10128
10128
|
children: [
|
|
10129
|
-
hasClearButton && /* @__PURE__ */ jsx("div", _object_spread_props$I(_object_spread$
|
|
10129
|
+
hasClearButton && /* @__PURE__ */ jsx("div", _object_spread_props$I(_object_spread$S({
|
|
10130
10130
|
className: clsx(classes.icon, classes.clearIcon, classes.activeIcon)
|
|
10131
10131
|
}, addClickHandler(onClear), addDataTestId(testId, "clear")), {
|
|
10132
10132
|
children: /* @__PURE__ */ jsx("div", {
|
|
@@ -10136,15 +10136,15 @@ var ControlWrapper = function(param) {
|
|
|
10136
10136
|
})
|
|
10137
10137
|
})
|
|
10138
10138
|
})),
|
|
10139
|
-
hasEndIcon && /* @__PURE__ */ jsx("div", _object_spread_props$I(_object_spread$
|
|
10140
|
-
className: clsx(classes.icon, classes.endIcon, (_obj22 = {}, _define_property$
|
|
10139
|
+
hasEndIcon && /* @__PURE__ */ jsx("div", _object_spread_props$I(_object_spread$S({
|
|
10140
|
+
className: clsx(classes.icon, classes.endIcon, (_obj22 = {}, _define_property$U(_obj22, classes.activeIcon, !isDisabled && isNotEmpty(onIconClick)), _define_property$U(_obj22, classes.customIcon, !isString(icon)), _obj22))
|
|
10141
10141
|
}, addClickHandler(onIconClick, !isDisabled), addDataTestId(testId, "icon")), {
|
|
10142
10142
|
children: /* @__PURE__ */ jsx("div", {
|
|
10143
10143
|
className: classes.iconInner,
|
|
10144
10144
|
children: renderIcon(icon)
|
|
10145
10145
|
})
|
|
10146
10146
|
})),
|
|
10147
|
-
isLoading && /* @__PURE__ */ jsx("div", _object_spread_props$I(_object_spread$
|
|
10147
|
+
isLoading && /* @__PURE__ */ jsx("div", _object_spread_props$I(_object_spread$S({
|
|
10148
10148
|
className: clsx(classes.icon, classes.loader)
|
|
10149
10149
|
}, addDataTestId(testId, "loading")), {
|
|
10150
10150
|
children: /* @__PURE__ */ jsx("div", {
|
|
@@ -10275,7 +10275,7 @@ function _async_to_generator$5(fn3) {
|
|
|
10275
10275
|
});
|
|
10276
10276
|
};
|
|
10277
10277
|
}
|
|
10278
|
-
function _define_property$
|
|
10278
|
+
function _define_property$T(obj, key, value) {
|
|
10279
10279
|
if (key in obj) {
|
|
10280
10280
|
Object.defineProperty(obj, key, {
|
|
10281
10281
|
value,
|
|
@@ -10319,7 +10319,7 @@ function _iterable_to_array_limit$j(arr, i) {
|
|
|
10319
10319
|
function _non_iterable_rest$j() {
|
|
10320
10320
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
10321
10321
|
}
|
|
10322
|
-
function _object_spread$
|
|
10322
|
+
function _object_spread$R(target) {
|
|
10323
10323
|
for (var i = 1; i < arguments.length; i++) {
|
|
10324
10324
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
10325
10325
|
var ownKeys2 = Object.keys(source);
|
|
@@ -10329,7 +10329,7 @@ function _object_spread$Q(target) {
|
|
|
10329
10329
|
}));
|
|
10330
10330
|
}
|
|
10331
10331
|
ownKeys2.forEach(function(key) {
|
|
10332
|
-
_define_property$
|
|
10332
|
+
_define_property$T(target, key, source[key]);
|
|
10333
10333
|
});
|
|
10334
10334
|
}
|
|
10335
10335
|
return target;
|
|
@@ -10587,8 +10587,8 @@ var InputBase = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
10587
10587
|
units
|
|
10588
10588
|
]);
|
|
10589
10589
|
var _obj2;
|
|
10590
|
-
var props = _object_spread$
|
|
10591
|
-
className: clsx(classes.input, (_obj2 = {}, _define_property$
|
|
10590
|
+
var props = _object_spread$R({
|
|
10591
|
+
className: clsx(classes.input, (_obj2 = {}, _define_property$T(_obj2, classes.withUnits, hasUnits), _define_property$T(_obj2, classes.withValue, hasValue), _define_property$T(_obj2, classes.withLabel, isReactNodeNotEmpty(label)), _define_property$T(_obj2, classes.autoSized, isAutoSized), _define_property$T(_obj2, classes.focusedInput, isFocused), _define_property$T(_obj2, classes.disabledInput, isDisabled), _define_property$T(_obj2, classes.invalidInput, isInvalid), _obj2)),
|
|
10592
10592
|
style: hasUnits && hasValue ? {
|
|
10593
10593
|
"--units-width": "".concat(unitsWidth, "px")
|
|
10594
10594
|
} : void 0,
|
|
@@ -10616,13 +10616,13 @@ var InputBase = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
10616
10616
|
}, []);
|
|
10617
10617
|
var inputContent = /* @__PURE__ */ jsxs(Fragment, {
|
|
10618
10618
|
children: [
|
|
10619
|
-
isNotEmpty(mask) ? /* @__PURE__ */ jsx(InputMask, _object_spread$
|
|
10619
|
+
isNotEmpty(mask) ? /* @__PURE__ */ jsx(InputMask, _object_spread$R({
|
|
10620
10620
|
ref: mergedRef,
|
|
10621
10621
|
mask,
|
|
10622
10622
|
maskPlaceholder,
|
|
10623
10623
|
alwaysShowMask,
|
|
10624
10624
|
beforeMaskedStateChange
|
|
10625
|
-
}, props)) : /* @__PURE__ */ jsx("input", _object_spread$
|
|
10625
|
+
}, props)) : /* @__PURE__ */ jsx("input", _object_spread$R({
|
|
10626
10626
|
ref: mergedRef
|
|
10627
10627
|
}, props)),
|
|
10628
10628
|
(hasUnits || isAutoSized) && /* @__PURE__ */ jsx("div", {
|
|
@@ -10658,7 +10658,7 @@ var InputBase = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
10658
10658
|
}) : inputContent
|
|
10659
10659
|
});
|
|
10660
10660
|
});
|
|
10661
|
-
function _define_property$
|
|
10661
|
+
function _define_property$S(obj, key, value) {
|
|
10662
10662
|
if (key in obj) {
|
|
10663
10663
|
Object.defineProperty(obj, key, {
|
|
10664
10664
|
value,
|
|
@@ -10671,7 +10671,7 @@ function _define_property$R(obj, key, value) {
|
|
|
10671
10671
|
}
|
|
10672
10672
|
return obj;
|
|
10673
10673
|
}
|
|
10674
|
-
function _object_spread$
|
|
10674
|
+
function _object_spread$Q(target) {
|
|
10675
10675
|
for (var i = 1; i < arguments.length; i++) {
|
|
10676
10676
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
10677
10677
|
var ownKeys2 = Object.keys(source);
|
|
@@ -10681,7 +10681,7 @@ function _object_spread$P(target) {
|
|
|
10681
10681
|
}));
|
|
10682
10682
|
}
|
|
10683
10683
|
ownKeys2.forEach(function(key) {
|
|
10684
|
-
_define_property$
|
|
10684
|
+
_define_property$S(target, key, source[key]);
|
|
10685
10685
|
});
|
|
10686
10686
|
}
|
|
10687
10687
|
return target;
|
|
@@ -10759,7 +10759,7 @@ var Input = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
10759
10759
|
infoMessage,
|
|
10760
10760
|
testId: getTestId(testId, "wrapper"),
|
|
10761
10761
|
tweakStyles: tweakWithMessagesStyles,
|
|
10762
|
-
children: /* @__PURE__ */ jsx(InputBase, _object_spread_props$H(_object_spread$
|
|
10762
|
+
children: /* @__PURE__ */ jsx(InputBase, _object_spread_props$H(_object_spread$Q({}, inputProps), {
|
|
10763
10763
|
ref,
|
|
10764
10764
|
testId,
|
|
10765
10765
|
tweakStyles,
|
|
@@ -10777,7 +10777,7 @@ var useStyles$F = createThemedStyles("DateInput", {
|
|
|
10777
10777
|
position: "relative"
|
|
10778
10778
|
}
|
|
10779
10779
|
});
|
|
10780
|
-
function _define_property$
|
|
10780
|
+
function _define_property$R(obj, key, value) {
|
|
10781
10781
|
if (key in obj) {
|
|
10782
10782
|
Object.defineProperty(obj, key, {
|
|
10783
10783
|
value,
|
|
@@ -10790,7 +10790,7 @@ function _define_property$Q(obj, key, value) {
|
|
|
10790
10790
|
}
|
|
10791
10791
|
return obj;
|
|
10792
10792
|
}
|
|
10793
|
-
function _object_spread$
|
|
10793
|
+
function _object_spread$P(target) {
|
|
10794
10794
|
for (var i = 1; i < arguments.length; i++) {
|
|
10795
10795
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
10796
10796
|
var ownKeys2 = Object.keys(source);
|
|
@@ -10800,7 +10800,7 @@ function _object_spread$O(target) {
|
|
|
10800
10800
|
}));
|
|
10801
10801
|
}
|
|
10802
10802
|
ownKeys2.forEach(function(key) {
|
|
10803
|
-
_define_property$
|
|
10803
|
+
_define_property$R(target, key, source[key]);
|
|
10804
10804
|
});
|
|
10805
10805
|
}
|
|
10806
10806
|
return target;
|
|
@@ -10902,11 +10902,11 @@ var DateInput = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
10902
10902
|
}
|
|
10903
10903
|
onChange === null || onChange === void 0 ? void 0 : onChange(event, value);
|
|
10904
10904
|
};
|
|
10905
|
-
return /* @__PURE__ */ jsx("div", _object_spread_props$G(_object_spread$
|
|
10905
|
+
return /* @__PURE__ */ jsx("div", _object_spread_props$G(_object_spread$P({
|
|
10906
10906
|
className: clsx(classes.root, className),
|
|
10907
10907
|
onClick
|
|
10908
10908
|
}, addDataAttributes(data)), {
|
|
10909
|
-
children: /* @__PURE__ */ jsx(Input, _object_spread_props$G(_object_spread$
|
|
10909
|
+
children: /* @__PURE__ */ jsx(Input, _object_spread_props$G(_object_spread$P({}, inputProps), {
|
|
10910
10910
|
ref,
|
|
10911
10911
|
value: isRange ? "".concat(startDate).concat(endDate) : date,
|
|
10912
10912
|
mask: mask !== null && mask !== void 0 ? mask : isRange ? "99.99.9999 - 99.99.9999" : "99.99.9999",
|
|
@@ -10940,7 +10940,7 @@ var inputStyles$4 = {
|
|
|
10940
10940
|
paddingLeft: 44
|
|
10941
10941
|
}
|
|
10942
10942
|
};
|
|
10943
|
-
function _define_property$
|
|
10943
|
+
function _define_property$Q(obj, key, value) {
|
|
10944
10944
|
if (key in obj) {
|
|
10945
10945
|
Object.defineProperty(obj, key, {
|
|
10946
10946
|
value,
|
|
@@ -10953,7 +10953,7 @@ function _define_property$P(obj, key, value) {
|
|
|
10953
10953
|
}
|
|
10954
10954
|
return obj;
|
|
10955
10955
|
}
|
|
10956
|
-
function _object_spread$
|
|
10956
|
+
function _object_spread$O(target) {
|
|
10957
10957
|
for (var i = 1; i < arguments.length; i++) {
|
|
10958
10958
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
10959
10959
|
var ownKeys2 = Object.keys(source);
|
|
@@ -10963,7 +10963,7 @@ function _object_spread$N(target) {
|
|
|
10963
10963
|
}));
|
|
10964
10964
|
}
|
|
10965
10965
|
ownKeys2.forEach(function(key) {
|
|
10966
|
-
_define_property$
|
|
10966
|
+
_define_property$Q(target, key, source[key]);
|
|
10967
10967
|
});
|
|
10968
10968
|
}
|
|
10969
10969
|
return target;
|
|
@@ -11011,7 +11011,7 @@ var SearchInput = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
11011
11011
|
className: "tweakInput",
|
|
11012
11012
|
currentComponentName: "SearchInput"
|
|
11013
11013
|
});
|
|
11014
|
-
return /* @__PURE__ */ jsx(Input, _object_spread$
|
|
11014
|
+
return /* @__PURE__ */ jsx(Input, _object_spread$O({
|
|
11015
11015
|
ref,
|
|
11016
11016
|
icon: "search",
|
|
11017
11017
|
isClearable,
|
|
@@ -11055,7 +11055,7 @@ function _create_class(Constructor, protoProps, staticProps) {
|
|
|
11055
11055
|
_defineProperties(Constructor, staticProps);
|
|
11056
11056
|
return Constructor;
|
|
11057
11057
|
}
|
|
11058
|
-
function _define_property$
|
|
11058
|
+
function _define_property$P(obj, key, value) {
|
|
11059
11059
|
if (key in obj) {
|
|
11060
11060
|
Object.defineProperty(obj, key, {
|
|
11061
11061
|
value,
|
|
@@ -11088,7 +11088,7 @@ function _inherits(subClass, superClass) {
|
|
|
11088
11088
|
if (superClass)
|
|
11089
11089
|
_set_prototype_of(subClass, superClass);
|
|
11090
11090
|
}
|
|
11091
|
-
function _object_spread$
|
|
11091
|
+
function _object_spread$N(target) {
|
|
11092
11092
|
for (var i = 1; i < arguments.length; i++) {
|
|
11093
11093
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
11094
11094
|
var ownKeys2 = Object.keys(source);
|
|
@@ -11098,7 +11098,7 @@ function _object_spread$M(target) {
|
|
|
11098
11098
|
}));
|
|
11099
11099
|
}
|
|
11100
11100
|
ownKeys2.forEach(function(key) {
|
|
11101
|
-
_define_property$
|
|
11101
|
+
_define_property$P(target, key, source[key]);
|
|
11102
11102
|
});
|
|
11103
11103
|
}
|
|
11104
11104
|
return target;
|
|
@@ -11187,8 +11187,8 @@ var ScrollIntoViewIfNeeded = /* @__PURE__ */ function(PureComponent2) {
|
|
|
11187
11187
|
_class_call_check(this, ScrollIntoViewIfNeeded2);
|
|
11188
11188
|
var _this;
|
|
11189
11189
|
_this = _super.apply(this, arguments);
|
|
11190
|
-
_define_property$
|
|
11191
|
-
_define_property$
|
|
11190
|
+
_define_property$P(_assert_this_initialized(_this), "node", createRef());
|
|
11191
|
+
_define_property$P(_assert_this_initialized(_this), "handleScrollIntoViewIfNeeded", function() {
|
|
11192
11192
|
var options = _this.props.options;
|
|
11193
11193
|
var _this_node = _this.node, node = _this_node.current;
|
|
11194
11194
|
if (node) {
|
|
@@ -11230,7 +11230,7 @@ var ScrollIntoViewIfNeeded = /* @__PURE__ */ function(PureComponent2) {
|
|
|
11230
11230
|
"children",
|
|
11231
11231
|
"options"
|
|
11232
11232
|
]);
|
|
11233
|
-
return createElement(elementType !== null && elementType !== void 0 ? elementType : ScrollIntoViewIfNeededDefaultElementType, _object_spread$
|
|
11233
|
+
return createElement(elementType !== null && elementType !== void 0 ? elementType : ScrollIntoViewIfNeededDefaultElementType, _object_spread$N({
|
|
11234
11234
|
ref: this.node
|
|
11235
11235
|
}, wrapperProps), children);
|
|
11236
11236
|
}
|
|
@@ -11238,10 +11238,10 @@ var ScrollIntoViewIfNeeded = /* @__PURE__ */ function(PureComponent2) {
|
|
|
11238
11238
|
]);
|
|
11239
11239
|
return ScrollIntoViewIfNeeded2;
|
|
11240
11240
|
}(PureComponent);
|
|
11241
|
-
_define_property$
|
|
11241
|
+
_define_property$P(ScrollIntoViewIfNeeded, "defaultProps", ScrollIntoViewIfNeededDefaultProps);
|
|
11242
11242
|
var DEFAULT_OPTION_INDEX = -2;
|
|
11243
11243
|
var ALL_OPTION_INDEX = -1;
|
|
11244
|
-
function _define_property$
|
|
11244
|
+
function _define_property$O(obj, key, value) {
|
|
11245
11245
|
if (key in obj) {
|
|
11246
11246
|
Object.defineProperty(obj, key, {
|
|
11247
11247
|
value,
|
|
@@ -11254,7 +11254,7 @@ function _define_property$N(obj, key, value) {
|
|
|
11254
11254
|
}
|
|
11255
11255
|
return obj;
|
|
11256
11256
|
}
|
|
11257
|
-
function _object_spread$
|
|
11257
|
+
function _object_spread$M(target) {
|
|
11258
11258
|
for (var i = 1; i < arguments.length; i++) {
|
|
11259
11259
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
11260
11260
|
var ownKeys2 = Object.keys(source);
|
|
@@ -11264,7 +11264,7 @@ function _object_spread$L(target) {
|
|
|
11264
11264
|
}));
|
|
11265
11265
|
}
|
|
11266
11266
|
ownKeys2.forEach(function(key) {
|
|
11267
|
-
_define_property$
|
|
11267
|
+
_define_property$O(target, key, source[key]);
|
|
11268
11268
|
});
|
|
11269
11269
|
}
|
|
11270
11270
|
return target;
|
|
@@ -11295,7 +11295,7 @@ var useStyles$E = createThemedStyles("SelectList", {
|
|
|
11295
11295
|
},
|
|
11296
11296
|
listHeader: {},
|
|
11297
11297
|
listFooter: {},
|
|
11298
|
-
list: _object_spread$
|
|
11298
|
+
list: _object_spread$M({
|
|
11299
11299
|
height: "100%",
|
|
11300
11300
|
maxHeight: ROW_HEIGHT$1 * 6,
|
|
11301
11301
|
cursor: "pointer",
|
|
@@ -11338,7 +11338,7 @@ var checkboxStyles$1 = {
|
|
|
11338
11338
|
display: "none"
|
|
11339
11339
|
}
|
|
11340
11340
|
};
|
|
11341
|
-
function _define_property$
|
|
11341
|
+
function _define_property$N(obj, key, value) {
|
|
11342
11342
|
if (key in obj) {
|
|
11343
11343
|
Object.defineProperty(obj, key, {
|
|
11344
11344
|
value,
|
|
@@ -11351,7 +11351,7 @@ function _define_property$M(obj, key, value) {
|
|
|
11351
11351
|
}
|
|
11352
11352
|
return obj;
|
|
11353
11353
|
}
|
|
11354
|
-
function _object_spread$
|
|
11354
|
+
function _object_spread$L(target) {
|
|
11355
11355
|
for (var i = 1; i < arguments.length; i++) {
|
|
11356
11356
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
11357
11357
|
var ownKeys2 = Object.keys(source);
|
|
@@ -11361,7 +11361,7 @@ function _object_spread$K(target) {
|
|
|
11361
11361
|
}));
|
|
11362
11362
|
}
|
|
11363
11363
|
ownKeys2.forEach(function(key) {
|
|
11364
|
-
_define_property$
|
|
11364
|
+
_define_property$N(target, key, source[key]);
|
|
11365
11365
|
});
|
|
11366
11366
|
}
|
|
11367
11367
|
return target;
|
|
@@ -11404,12 +11404,12 @@ var SelectListItem = function(param) {
|
|
|
11404
11404
|
children
|
|
11405
11405
|
});
|
|
11406
11406
|
var _obj2;
|
|
11407
|
-
return /* @__PURE__ */ jsx(ScrollIntoViewIfNeeded, _object_spread_props$F(_object_spread$
|
|
11407
|
+
return /* @__PURE__ */ jsx(ScrollIntoViewIfNeeded, _object_spread_props$F(_object_spread$L({
|
|
11408
11408
|
active: isFocused,
|
|
11409
11409
|
options: {
|
|
11410
11410
|
block: "nearest"
|
|
11411
11411
|
},
|
|
11412
|
-
className: clsx(classes.cell, (_obj2 = {}, _define_property$
|
|
11412
|
+
className: clsx(classes.cell, (_obj2 = {}, _define_property$N(_obj2, classes.cellWithCheckbox, isMultiSelect), _define_property$N(_obj2, classes.focused, isFocused), _define_property$N(_obj2, classes.active, isActive && !isMultiSelect), _define_property$N(_obj2, classes.disabled, isDisabled), _obj2))
|
|
11413
11413
|
}, addDataAttributes({
|
|
11414
11414
|
disabled: isDisabled,
|
|
11415
11415
|
active: isActive,
|
|
@@ -11421,7 +11421,7 @@ var SelectListItem = function(param) {
|
|
|
11421
11421
|
children: isMultiSelect ? multiSelectContent : children
|
|
11422
11422
|
}));
|
|
11423
11423
|
};
|
|
11424
|
-
function _define_property$
|
|
11424
|
+
function _define_property$M(obj, key, value) {
|
|
11425
11425
|
if (key in obj) {
|
|
11426
11426
|
Object.defineProperty(obj, key, {
|
|
11427
11427
|
value,
|
|
@@ -11434,7 +11434,7 @@ function _define_property$L(obj, key, value) {
|
|
|
11434
11434
|
}
|
|
11435
11435
|
return obj;
|
|
11436
11436
|
}
|
|
11437
|
-
function _object_spread$
|
|
11437
|
+
function _object_spread$K(target) {
|
|
11438
11438
|
for (var i = 1; i < arguments.length; i++) {
|
|
11439
11439
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
11440
11440
|
var ownKeys2 = Object.keys(source);
|
|
@@ -11444,7 +11444,7 @@ function _object_spread$J(target) {
|
|
|
11444
11444
|
}));
|
|
11445
11445
|
}
|
|
11446
11446
|
ownKeys2.forEach(function(key) {
|
|
11447
|
-
_define_property$
|
|
11447
|
+
_define_property$M(target, key, source[key]);
|
|
11448
11448
|
});
|
|
11449
11449
|
}
|
|
11450
11450
|
return target;
|
|
@@ -11504,13 +11504,13 @@ function SelectList(param) {
|
|
|
11504
11504
|
var _obj2;
|
|
11505
11505
|
return /* @__PURE__ */ jsxs(ScrollIntoViewIfNeeded, {
|
|
11506
11506
|
active: shouldScrollToList && !isMultiSelect,
|
|
11507
|
-
className: clsx(classes.root, (_obj2 = {}, _define_property$
|
|
11507
|
+
className: clsx(classes.root, (_obj2 = {}, _define_property$M(_obj2, classes.withListHeader, isHeaderNotEmpty), _define_property$M(_obj2, classes.withListFooter, isFooterNotEmpty), _obj2)),
|
|
11508
11508
|
children: [
|
|
11509
11509
|
isHeaderNotEmpty && /* @__PURE__ */ jsx("div", {
|
|
11510
11510
|
className: classes.listHeader,
|
|
11511
11511
|
children: customListHeader
|
|
11512
11512
|
}),
|
|
11513
|
-
/* @__PURE__ */ jsx("div", _object_spread_props$E(_object_spread$
|
|
11513
|
+
/* @__PURE__ */ jsx("div", _object_spread_props$E(_object_spread$K({
|
|
11514
11514
|
className: classes.list
|
|
11515
11515
|
}, addDataTestId(testId)), {
|
|
11516
11516
|
tabIndex: -1,
|
|
@@ -11730,7 +11730,7 @@ function _async_to_generator$4(fn3) {
|
|
|
11730
11730
|
});
|
|
11731
11731
|
};
|
|
11732
11732
|
}
|
|
11733
|
-
function _define_property$
|
|
11733
|
+
function _define_property$L(obj, key, value) {
|
|
11734
11734
|
if (key in obj) {
|
|
11735
11735
|
Object.defineProperty(obj, key, {
|
|
11736
11736
|
value,
|
|
@@ -11781,7 +11781,7 @@ function _non_iterable_rest$i() {
|
|
|
11781
11781
|
function _non_iterable_spread$6() {
|
|
11782
11782
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
11783
11783
|
}
|
|
11784
|
-
function _object_spread$
|
|
11784
|
+
function _object_spread$J(target) {
|
|
11785
11785
|
for (var i = 1; i < arguments.length; i++) {
|
|
11786
11786
|
var source = arguments[i] != null ? arguments[i] : {};
|
|
11787
11787
|
var ownKeys2 = Object.keys(source);
|
|
@@ -11791,7 +11791,7 @@ function _object_spread$I(target) {
|
|
|
11791
11791
|
}));
|
|
11792
11792
|
}
|
|
11793
11793
|
ownKeys2.forEach(function(key) {
|
|
11794
|
-
_define_property$
|
|
11794
|
+
_define_property$L(target, key, source[key]);
|
|
11795
11795
|
});
|
|
11796
11796
|
}
|
|
11797
11797
|
return target;
|
|
@@ -12369,7 +12369,7 @@ function Select(props) {
|
|
|
12369
12369
|
}, [
|
|
12370
12370
|
isOpen
|
|
12371
12371
|
]);
|
|
12372
|
-
var searchInputEl = hasSearchInputInList && /* @__PURE__ */ jsx(SearchInput, _object_spread$
|
|
12372
|
+
var searchInputEl = hasSearchInputInList && /* @__PURE__ */ jsx(SearchInput, _object_spread$J({
|
|
12373
12373
|
value: searchValue,
|
|
12374
12374
|
onChange: handleInputChange,
|
|
12375
12375
|
tweakStyles: tweakSearchInputStyles,
|
|
@@ -12382,8 +12382,8 @@ function Select(props) {
|
|
|
12382
12382
|
]
|
|
12383
12383
|
});
|
|
12384
12384
|
var _obj2;
|
|
12385
|
-
var listEl = /* @__PURE__ */ jsx("div", _object_spread_props$D(_object_spread$
|
|
12386
|
-
className: clsx(classes.listWrapper, (_obj2 = {}, _define_property$
|
|
12385
|
+
var listEl = /* @__PURE__ */ jsx("div", _object_spread_props$D(_object_spread$J({
|
|
12386
|
+
className: clsx(classes.listWrapper, (_obj2 = {}, _define_property$L(_obj2, classes.withoutPopper, !shouldUsePopper), _define_property$L(_obj2, classes.listWrapperInBody, shouldRenderInBody), _obj2)),
|
|
12387
12387
|
ref: list,
|
|
12388
12388
|
style: popperData === null || popperData === void 0 ? void 0 : popperData.styles.popper,
|
|
12389
12389
|
tabIndex: 0,
|
|
@@ -12445,7 +12445,7 @@ function Select(props) {
|
|
|
12445
12445
|
onClick: isDisabled || isReadonly ? void 0 : handleOnClick,
|
|
12446
12446
|
ref: inputWrapper,
|
|
12447
12447
|
children: [
|
|
12448
|
-
/* @__PURE__ */ jsx(InputBase, _object_spread$
|
|
12448
|
+
/* @__PURE__ */ jsx(InputBase, _object_spread$J({
|
|
12449
12449
|
value: searchValue !== "" && !shouldRenderSearchInputInList ? searchValue : showedStringValue,
|
|
12450
12450
|
onChange: handleInputChange,
|
|
12451
12451
|
isActive: isListOpen || isActive,
|
|
@@ -12587,77 +12587,100 @@ var DatePickerHeader = function(param) {
|
|
|
12587
12587
|
]
|
|
12588
12588
|
});
|
|
12589
12589
|
};
|
|
12590
|
-
|
|
12591
|
-
|
|
12592
|
-
|
|
12593
|
-
|
|
12594
|
-
|
|
12595
|
-
|
|
12590
|
+
function _define_property$K(obj, key, value) {
|
|
12591
|
+
if (key in obj) {
|
|
12592
|
+
Object.defineProperty(obj, key, {
|
|
12593
|
+
value,
|
|
12594
|
+
enumerable: true,
|
|
12595
|
+
configurable: true,
|
|
12596
|
+
writable: true
|
|
12597
|
+
});
|
|
12598
|
+
} else {
|
|
12599
|
+
obj[key] = value;
|
|
12600
|
+
}
|
|
12601
|
+
return obj;
|
|
12602
|
+
}
|
|
12603
|
+
function _object_spread$I(target) {
|
|
12604
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
12605
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
|
12606
|
+
var ownKeys2 = Object.keys(source);
|
|
12607
|
+
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
12608
|
+
ownKeys2 = ownKeys2.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
12609
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
12610
|
+
}));
|
|
12611
|
+
}
|
|
12612
|
+
ownKeys2.forEach(function(key) {
|
|
12613
|
+
_define_property$K(target, key, source[key]);
|
|
12614
|
+
});
|
|
12615
|
+
}
|
|
12616
|
+
return target;
|
|
12617
|
+
}
|
|
12618
|
+
var PopperContainer = function(props) {
|
|
12619
|
+
return /* @__PURE__ */ jsx(FloatingPortal, _object_spread$I({
|
|
12620
|
+
root: document.body
|
|
12621
|
+
}, props));
|
|
12596
12622
|
};
|
|
12597
12623
|
var DEFAULT_DATE_FORMAT$2 = "dd.MM.yyyy";
|
|
12598
12624
|
var _ReactDatePicker_default;
|
|
12599
12625
|
var DatePickerComponent = (_ReactDatePicker_default = ReactDatePicker.default) !== null && _ReactDatePicker_default !== void 0 ? _ReactDatePicker_default : ReactDatePicker;
|
|
12600
12626
|
function buildFormatLongFn(args) {
|
|
12601
|
-
return
|
|
12602
|
-
|
|
12603
|
-
|
|
12604
|
-
var format2 = args.formats[width] || args.formats[args.defaultWidth];
|
|
12627
|
+
return (options = {}) => {
|
|
12628
|
+
const width = options.width ? String(options.width) : args.defaultWidth;
|
|
12629
|
+
const format2 = args.formats[width] || args.formats[args.defaultWidth];
|
|
12605
12630
|
return format2;
|
|
12606
12631
|
};
|
|
12607
12632
|
}
|
|
12608
12633
|
function buildLocalizeFn(args) {
|
|
12609
|
-
return
|
|
12610
|
-
|
|
12611
|
-
|
|
12634
|
+
return (value, options) => {
|
|
12635
|
+
const context = (options == null ? void 0 : options.context) ? String(options.context) : "standalone";
|
|
12636
|
+
let valuesArray;
|
|
12612
12637
|
if (context === "formatting" && args.formattingValues) {
|
|
12613
|
-
|
|
12614
|
-
|
|
12638
|
+
const defaultWidth = args.defaultFormattingWidth || args.defaultWidth;
|
|
12639
|
+
const width = (options == null ? void 0 : options.width) ? String(options.width) : defaultWidth;
|
|
12615
12640
|
valuesArray = args.formattingValues[width] || args.formattingValues[defaultWidth];
|
|
12616
12641
|
} else {
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
valuesArray = args.values[
|
|
12642
|
+
const defaultWidth = args.defaultWidth;
|
|
12643
|
+
const width = (options == null ? void 0 : options.width) ? String(options.width) : args.defaultWidth;
|
|
12644
|
+
valuesArray = args.values[width] || args.values[defaultWidth];
|
|
12620
12645
|
}
|
|
12621
|
-
|
|
12646
|
+
const index = args.argumentCallback ? args.argumentCallback(value) : value;
|
|
12622
12647
|
return valuesArray[index];
|
|
12623
12648
|
};
|
|
12624
12649
|
}
|
|
12625
12650
|
function buildMatchFn(args) {
|
|
12626
|
-
return
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
|
|
12630
|
-
var matchResult = string.match(matchPattern);
|
|
12651
|
+
return (string, options = {}) => {
|
|
12652
|
+
const width = options.width;
|
|
12653
|
+
const matchPattern = width && args.matchPatterns[width] || args.matchPatterns[args.defaultMatchWidth];
|
|
12654
|
+
const matchResult = string.match(matchPattern);
|
|
12631
12655
|
if (!matchResult) {
|
|
12632
12656
|
return null;
|
|
12633
12657
|
}
|
|
12634
|
-
|
|
12635
|
-
|
|
12636
|
-
|
|
12637
|
-
|
|
12638
|
-
|
|
12639
|
-
|
|
12640
|
-
|
|
12641
|
-
var value;
|
|
12658
|
+
const matchedString = matchResult[0];
|
|
12659
|
+
const parsePatterns = width && args.parsePatterns[width] || args.parsePatterns[args.defaultParseWidth];
|
|
12660
|
+
const key = Array.isArray(parsePatterns) ? findIndex(parsePatterns, (pattern) => pattern.test(matchedString)) : (
|
|
12661
|
+
// [TODO] -- I challenge you to fix the type
|
|
12662
|
+
findKey(parsePatterns, (pattern) => pattern.test(matchedString))
|
|
12663
|
+
);
|
|
12664
|
+
let value;
|
|
12642
12665
|
value = args.valueCallback ? args.valueCallback(key) : key;
|
|
12643
|
-
value = options.valueCallback ?
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
};
|
|
12666
|
+
value = options.valueCallback ? (
|
|
12667
|
+
// [TODO] -- I challenge you to fix the type
|
|
12668
|
+
options.valueCallback(value)
|
|
12669
|
+
) : value;
|
|
12670
|
+
const rest = string.slice(matchedString.length);
|
|
12671
|
+
return { value, rest };
|
|
12649
12672
|
};
|
|
12650
12673
|
}
|
|
12651
12674
|
function findKey(object, predicate) {
|
|
12652
|
-
for (
|
|
12653
|
-
if (
|
|
12675
|
+
for (const key in object) {
|
|
12676
|
+
if (Object.prototype.hasOwnProperty.call(object, key) && predicate(object[key])) {
|
|
12654
12677
|
return key;
|
|
12655
12678
|
}
|
|
12656
12679
|
}
|
|
12657
12680
|
return void 0;
|
|
12658
12681
|
}
|
|
12659
12682
|
function findIndex(array, predicate) {
|
|
12660
|
-
for (
|
|
12683
|
+
for (let key = 0; key < array.length; key++) {
|
|
12661
12684
|
if (predicate(array[key])) {
|
|
12662
12685
|
return key;
|
|
12663
12686
|
}
|
|
@@ -12665,87 +12688,64 @@ function findIndex(array, predicate) {
|
|
|
12665
12688
|
return void 0;
|
|
12666
12689
|
}
|
|
12667
12690
|
function buildMatchPatternFn(args) {
|
|
12668
|
-
return
|
|
12669
|
-
|
|
12670
|
-
var matchResult = string.match(args.matchPattern);
|
|
12691
|
+
return (string, options = {}) => {
|
|
12692
|
+
const matchResult = string.match(args.matchPattern);
|
|
12671
12693
|
if (!matchResult)
|
|
12672
12694
|
return null;
|
|
12673
|
-
|
|
12674
|
-
|
|
12695
|
+
const matchedString = matchResult[0];
|
|
12696
|
+
const parseResult = string.match(args.parsePattern);
|
|
12675
12697
|
if (!parseResult)
|
|
12676
12698
|
return null;
|
|
12677
|
-
|
|
12699
|
+
let value = args.valueCallback ? args.valueCallback(parseResult[0]) : parseResult[0];
|
|
12678
12700
|
value = options.valueCallback ? options.valueCallback(value) : value;
|
|
12679
|
-
|
|
12680
|
-
return {
|
|
12681
|
-
value,
|
|
12682
|
-
rest
|
|
12683
|
-
};
|
|
12701
|
+
const rest = string.slice(matchedString.length);
|
|
12702
|
+
return { value, rest };
|
|
12684
12703
|
};
|
|
12685
12704
|
}
|
|
12686
|
-
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
|
|
12690
|
-
|
|
12691
|
-
|
|
12692
|
-
|
|
12693
|
-
|
|
12694
|
-
return
|
|
12695
|
-
}
|
|
12696
|
-
function
|
|
12697
|
-
|
|
12698
|
-
|
|
12699
|
-
|
|
12700
|
-
|
|
12701
|
-
|
|
12702
|
-
"@babel/helpers - typeof";
|
|
12703
|
-
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
|
12704
|
-
_typeof = function _typeof2(obj2) {
|
|
12705
|
-
return typeof obj2;
|
|
12706
|
-
};
|
|
12707
|
-
} else {
|
|
12708
|
-
_typeof = function _typeof2(obj2) {
|
|
12709
|
-
return obj2 && typeof Symbol === "function" && obj2.constructor === Symbol && obj2 !== Symbol.prototype ? "symbol" : typeof obj2;
|
|
12710
|
-
};
|
|
12711
|
-
}
|
|
12712
|
-
return _typeof(obj);
|
|
12713
|
-
}
|
|
12714
|
-
function toDate(argument) {
|
|
12715
|
-
requiredArgs(1, arguments);
|
|
12716
|
-
var argStr = Object.prototype.toString.call(argument);
|
|
12717
|
-
if (argument instanceof Date || _typeof(argument) === "object" && argStr === "[object Date]") {
|
|
12718
|
-
return new Date(argument.getTime());
|
|
12719
|
-
} else if (typeof argument === "number" || argStr === "[object Number]") {
|
|
12720
|
-
return new Date(argument);
|
|
12721
|
-
} else {
|
|
12722
|
-
if ((typeof argument === "string" || argStr === "[object String]") && typeof console !== "undefined") {
|
|
12723
|
-
console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments");
|
|
12724
|
-
console.warn(new Error().stack);
|
|
12725
|
-
}
|
|
12726
|
-
return new Date(NaN);
|
|
12727
|
-
}
|
|
12705
|
+
const constructFromSymbol = Symbol.for("constructDateFrom");
|
|
12706
|
+
function constructFrom(date, value) {
|
|
12707
|
+
if (typeof date === "function")
|
|
12708
|
+
return date(value);
|
|
12709
|
+
if (date && typeof date === "object" && constructFromSymbol in date)
|
|
12710
|
+
return date[constructFromSymbol](value);
|
|
12711
|
+
if (date instanceof Date)
|
|
12712
|
+
return new date.constructor(value);
|
|
12713
|
+
return new Date(value);
|
|
12714
|
+
}
|
|
12715
|
+
function normalizeDates(context, ...dates) {
|
|
12716
|
+
const normalize = constructFrom.bind(
|
|
12717
|
+
null,
|
|
12718
|
+
context || dates.find((date) => typeof date === "object")
|
|
12719
|
+
);
|
|
12720
|
+
return dates.map(normalize);
|
|
12728
12721
|
}
|
|
12729
|
-
|
|
12722
|
+
let defaultOptions = {};
|
|
12730
12723
|
function getDefaultOptions() {
|
|
12731
12724
|
return defaultOptions;
|
|
12732
12725
|
}
|
|
12733
|
-
function
|
|
12734
|
-
|
|
12735
|
-
|
|
12736
|
-
|
|
12737
|
-
var
|
|
12738
|
-
|
|
12739
|
-
|
|
12740
|
-
|
|
12741
|
-
|
|
12742
|
-
|
|
12743
|
-
|
|
12744
|
-
|
|
12745
|
-
|
|
12746
|
-
|
|
12747
|
-
|
|
12748
|
-
|
|
12726
|
+
function toDate(argument, context) {
|
|
12727
|
+
return constructFrom(context || argument, argument);
|
|
12728
|
+
}
|
|
12729
|
+
function startOfWeek(date, options) {
|
|
12730
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
12731
|
+
const defaultOptions2 = getDefaultOptions();
|
|
12732
|
+
const weekStartsOn = (_h = (_g = (_d = (_c = options == null ? void 0 : options.weekStartsOn) != null ? _c : (_b = (_a = options == null ? void 0 : options.locale) == null ? void 0 : _a.options) == null ? void 0 : _b.weekStartsOn) != null ? _d : defaultOptions2.weekStartsOn) != null ? _g : (_f = (_e = defaultOptions2.locale) == null ? void 0 : _e.options) == null ? void 0 : _f.weekStartsOn) != null ? _h : 0;
|
|
12733
|
+
const _date = toDate(date, options == null ? void 0 : options.in);
|
|
12734
|
+
const day = _date.getDay();
|
|
12735
|
+
const diff = (day < weekStartsOn ? 7 : 0) + day - weekStartsOn;
|
|
12736
|
+
_date.setDate(_date.getDate() - diff);
|
|
12737
|
+
_date.setHours(0, 0, 0, 0);
|
|
12738
|
+
return _date;
|
|
12739
|
+
}
|
|
12740
|
+
function isSameWeek(laterDate, earlierDate, options) {
|
|
12741
|
+
const [laterDate_, earlierDate_] = normalizeDates(
|
|
12742
|
+
options == null ? void 0 : options.in,
|
|
12743
|
+
laterDate,
|
|
12744
|
+
earlierDate
|
|
12745
|
+
);
|
|
12746
|
+
return +startOfWeek(laterDate_, options) === +startOfWeek(earlierDate_, options);
|
|
12747
|
+
}
|
|
12748
|
+
const formatDistanceLocale$1 = {
|
|
12749
12749
|
lessThanXSeconds: {
|
|
12750
12750
|
one: "less than a second",
|
|
12751
12751
|
other: "less than {{count}} seconds"
|
|
@@ -12808,9 +12808,9 @@ var formatDistanceLocale$1 = {
|
|
|
12808
12808
|
other: "almost {{count}} years"
|
|
12809
12809
|
}
|
|
12810
12810
|
};
|
|
12811
|
-
|
|
12812
|
-
|
|
12813
|
-
|
|
12811
|
+
const formatDistance$1 = (token, count, options) => {
|
|
12812
|
+
let result;
|
|
12813
|
+
const tokenValue = formatDistanceLocale$1[token];
|
|
12814
12814
|
if (typeof tokenValue === "string") {
|
|
12815
12815
|
result = tokenValue;
|
|
12816
12816
|
} else if (count === 1) {
|
|
@@ -12818,7 +12818,7 @@ var formatDistance$2 = function formatDistance(token, count, options) {
|
|
|
12818
12818
|
} else {
|
|
12819
12819
|
result = tokenValue.other.replace("{{count}}", count.toString());
|
|
12820
12820
|
}
|
|
12821
|
-
if (options
|
|
12821
|
+
if (options == null ? void 0 : options.addSuffix) {
|
|
12822
12822
|
if (options.comparison && options.comparison > 0) {
|
|
12823
12823
|
return "in " + result;
|
|
12824
12824
|
} else {
|
|
@@ -12827,41 +12827,7 @@ var formatDistance$2 = function formatDistance(token, count, options) {
|
|
|
12827
12827
|
}
|
|
12828
12828
|
return result;
|
|
12829
12829
|
};
|
|
12830
|
-
const
|
|
12831
|
-
var dateFormats$1 = {
|
|
12832
|
-
full: "EEEE, MMMM do, y",
|
|
12833
|
-
long: "MMMM do, y",
|
|
12834
|
-
medium: "MMM d, y",
|
|
12835
|
-
short: "MM/dd/yyyy"
|
|
12836
|
-
};
|
|
12837
|
-
var timeFormats$1 = {
|
|
12838
|
-
full: "h:mm:ss a zzzz",
|
|
12839
|
-
long: "h:mm:ss a z",
|
|
12840
|
-
medium: "h:mm:ss a",
|
|
12841
|
-
short: "h:mm a"
|
|
12842
|
-
};
|
|
12843
|
-
var dateTimeFormats$1 = {
|
|
12844
|
-
full: "{{date}} 'at' {{time}}",
|
|
12845
|
-
long: "{{date}} 'at' {{time}}",
|
|
12846
|
-
medium: "{{date}}, {{time}}",
|
|
12847
|
-
short: "{{date}}, {{time}}"
|
|
12848
|
-
};
|
|
12849
|
-
var formatLong$2 = {
|
|
12850
|
-
date: buildFormatLongFn({
|
|
12851
|
-
formats: dateFormats$1,
|
|
12852
|
-
defaultWidth: "full"
|
|
12853
|
-
}),
|
|
12854
|
-
time: buildFormatLongFn({
|
|
12855
|
-
formats: timeFormats$1,
|
|
12856
|
-
defaultWidth: "full"
|
|
12857
|
-
}),
|
|
12858
|
-
dateTime: buildFormatLongFn({
|
|
12859
|
-
formats: dateTimeFormats$1,
|
|
12860
|
-
defaultWidth: "full"
|
|
12861
|
-
})
|
|
12862
|
-
};
|
|
12863
|
-
const formatLong$3 = formatLong$2;
|
|
12864
|
-
var formatRelativeLocale$1 = {
|
|
12830
|
+
const formatRelativeLocale$1 = {
|
|
12865
12831
|
lastWeek: "'last' eeee 'at' p",
|
|
12866
12832
|
yesterday: "'yesterday at' p",
|
|
12867
12833
|
today: "'today at' p",
|
|
@@ -12869,32 +12835,63 @@ var formatRelativeLocale$1 = {
|
|
|
12869
12835
|
nextWeek: "eeee 'at' p",
|
|
12870
12836
|
other: "P"
|
|
12871
12837
|
};
|
|
12872
|
-
|
|
12873
|
-
|
|
12874
|
-
};
|
|
12875
|
-
const formatRelative$3 = formatRelative$2;
|
|
12876
|
-
var eraValues$1 = {
|
|
12838
|
+
const formatRelative$1 = (token, _date, _baseDate, _options) => formatRelativeLocale$1[token];
|
|
12839
|
+
const eraValues$1 = {
|
|
12877
12840
|
narrow: ["B", "A"],
|
|
12878
12841
|
abbreviated: ["BC", "AD"],
|
|
12879
12842
|
wide: ["Before Christ", "Anno Domini"]
|
|
12880
12843
|
};
|
|
12881
|
-
|
|
12844
|
+
const quarterValues$1 = {
|
|
12882
12845
|
narrow: ["1", "2", "3", "4"],
|
|
12883
12846
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
12884
12847
|
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
12885
12848
|
};
|
|
12886
|
-
|
|
12849
|
+
const monthValues$1 = {
|
|
12887
12850
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
12888
|
-
abbreviated: [
|
|
12889
|
-
|
|
12890
|
-
|
|
12891
|
-
|
|
12851
|
+
abbreviated: [
|
|
12852
|
+
"Jan",
|
|
12853
|
+
"Feb",
|
|
12854
|
+
"Mar",
|
|
12855
|
+
"Apr",
|
|
12856
|
+
"May",
|
|
12857
|
+
"Jun",
|
|
12858
|
+
"Jul",
|
|
12859
|
+
"Aug",
|
|
12860
|
+
"Sep",
|
|
12861
|
+
"Oct",
|
|
12862
|
+
"Nov",
|
|
12863
|
+
"Dec"
|
|
12864
|
+
],
|
|
12865
|
+
wide: [
|
|
12866
|
+
"January",
|
|
12867
|
+
"February",
|
|
12868
|
+
"March",
|
|
12869
|
+
"April",
|
|
12870
|
+
"May",
|
|
12871
|
+
"June",
|
|
12872
|
+
"July",
|
|
12873
|
+
"August",
|
|
12874
|
+
"September",
|
|
12875
|
+
"October",
|
|
12876
|
+
"November",
|
|
12877
|
+
"December"
|
|
12878
|
+
]
|
|
12879
|
+
};
|
|
12880
|
+
const dayValues$1 = {
|
|
12892
12881
|
narrow: ["S", "M", "T", "W", "T", "F", "S"],
|
|
12893
12882
|
short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
|
12894
12883
|
abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
12895
|
-
wide: [
|
|
12896
|
-
|
|
12897
|
-
|
|
12884
|
+
wide: [
|
|
12885
|
+
"Sunday",
|
|
12886
|
+
"Monday",
|
|
12887
|
+
"Tuesday",
|
|
12888
|
+
"Wednesday",
|
|
12889
|
+
"Thursday",
|
|
12890
|
+
"Friday",
|
|
12891
|
+
"Saturday"
|
|
12892
|
+
]
|
|
12893
|
+
};
|
|
12894
|
+
const dayPeriodValues$1 = {
|
|
12898
12895
|
narrow: {
|
|
12899
12896
|
am: "a",
|
|
12900
12897
|
pm: "p",
|
|
@@ -12926,7 +12923,7 @@ var dayPeriodValues$1 = {
|
|
|
12926
12923
|
night: "night"
|
|
12927
12924
|
}
|
|
12928
12925
|
};
|
|
12929
|
-
|
|
12926
|
+
const formattingDayPeriodValues$1 = {
|
|
12930
12927
|
narrow: {
|
|
12931
12928
|
am: "a",
|
|
12932
12929
|
pm: "p",
|
|
@@ -12958,9 +12955,9 @@ var formattingDayPeriodValues$1 = {
|
|
|
12958
12955
|
night: "at night"
|
|
12959
12956
|
}
|
|
12960
12957
|
};
|
|
12961
|
-
|
|
12962
|
-
|
|
12963
|
-
|
|
12958
|
+
const ordinalNumber$1 = (dirtyNumber, _options) => {
|
|
12959
|
+
const number = Number(dirtyNumber);
|
|
12960
|
+
const rem100 = number % 100;
|
|
12964
12961
|
if (rem100 > 20 || rem100 < 10) {
|
|
12965
12962
|
switch (rem100 % 10) {
|
|
12966
12963
|
case 1:
|
|
@@ -12973,7 +12970,7 @@ var ordinalNumber$1 = function ordinalNumber(dirtyNumber, _options) {
|
|
|
12973
12970
|
}
|
|
12974
12971
|
return number + "th";
|
|
12975
12972
|
};
|
|
12976
|
-
|
|
12973
|
+
const localize$1 = {
|
|
12977
12974
|
ordinalNumber: ordinalNumber$1,
|
|
12978
12975
|
era: buildLocalizeFn({
|
|
12979
12976
|
values: eraValues$1,
|
|
@@ -12982,9 +12979,7 @@ var localize$2 = {
|
|
|
12982
12979
|
quarter: buildLocalizeFn({
|
|
12983
12980
|
values: quarterValues$1,
|
|
12984
12981
|
defaultWidth: "wide",
|
|
12985
|
-
argumentCallback:
|
|
12986
|
-
return quarter - 1;
|
|
12987
|
-
}
|
|
12982
|
+
argumentCallback: (quarter) => quarter - 1
|
|
12988
12983
|
}),
|
|
12989
12984
|
month: buildLocalizeFn({
|
|
12990
12985
|
values: monthValues$1,
|
|
@@ -13001,49 +12996,74 @@ var localize$2 = {
|
|
|
13001
12996
|
defaultFormattingWidth: "wide"
|
|
13002
12997
|
})
|
|
13003
12998
|
};
|
|
13004
|
-
const
|
|
13005
|
-
|
|
13006
|
-
|
|
13007
|
-
var matchEraPatterns$1 = {
|
|
12999
|
+
const matchOrdinalNumberPattern$1 = /^(\d+)(th|st|nd|rd)?/i;
|
|
13000
|
+
const parseOrdinalNumberPattern$1 = /\d+/i;
|
|
13001
|
+
const matchEraPatterns$1 = {
|
|
13008
13002
|
narrow: /^(b|a)/i,
|
|
13009
13003
|
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
13010
13004
|
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
13011
13005
|
};
|
|
13012
|
-
|
|
13006
|
+
const parseEraPatterns$1 = {
|
|
13013
13007
|
any: [/^b/i, /^(a|c)/i]
|
|
13014
13008
|
};
|
|
13015
|
-
|
|
13009
|
+
const matchQuarterPatterns$1 = {
|
|
13016
13010
|
narrow: /^[1234]/i,
|
|
13017
13011
|
abbreviated: /^q[1234]/i,
|
|
13018
13012
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
13019
13013
|
};
|
|
13020
|
-
|
|
13014
|
+
const parseQuarterPatterns$1 = {
|
|
13021
13015
|
any: [/1/i, /2/i, /3/i, /4/i]
|
|
13022
13016
|
};
|
|
13023
|
-
|
|
13017
|
+
const matchMonthPatterns$1 = {
|
|
13024
13018
|
narrow: /^[jfmasond]/i,
|
|
13025
13019
|
abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
|
|
13026
13020
|
wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
|
|
13027
13021
|
};
|
|
13028
|
-
|
|
13029
|
-
narrow: [
|
|
13030
|
-
|
|
13031
|
-
|
|
13032
|
-
|
|
13022
|
+
const parseMonthPatterns$1 = {
|
|
13023
|
+
narrow: [
|
|
13024
|
+
/^j/i,
|
|
13025
|
+
/^f/i,
|
|
13026
|
+
/^m/i,
|
|
13027
|
+
/^a/i,
|
|
13028
|
+
/^m/i,
|
|
13029
|
+
/^j/i,
|
|
13030
|
+
/^j/i,
|
|
13031
|
+
/^a/i,
|
|
13032
|
+
/^s/i,
|
|
13033
|
+
/^o/i,
|
|
13034
|
+
/^n/i,
|
|
13035
|
+
/^d/i
|
|
13036
|
+
],
|
|
13037
|
+
any: [
|
|
13038
|
+
/^ja/i,
|
|
13039
|
+
/^f/i,
|
|
13040
|
+
/^mar/i,
|
|
13041
|
+
/^ap/i,
|
|
13042
|
+
/^may/i,
|
|
13043
|
+
/^jun/i,
|
|
13044
|
+
/^jul/i,
|
|
13045
|
+
/^au/i,
|
|
13046
|
+
/^s/i,
|
|
13047
|
+
/^o/i,
|
|
13048
|
+
/^n/i,
|
|
13049
|
+
/^d/i
|
|
13050
|
+
]
|
|
13051
|
+
};
|
|
13052
|
+
const matchDayPatterns$1 = {
|
|
13033
13053
|
narrow: /^[smtwf]/i,
|
|
13034
13054
|
short: /^(su|mo|tu|we|th|fr|sa)/i,
|
|
13035
13055
|
abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
|
|
13036
13056
|
wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
|
|
13037
13057
|
};
|
|
13038
|
-
|
|
13058
|
+
const parseDayPatterns$1 = {
|
|
13039
13059
|
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
|
|
13040
13060
|
any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
|
|
13041
13061
|
};
|
|
13042
|
-
|
|
13062
|
+
const matchDayPeriodPatterns$1 = {
|
|
13043
13063
|
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
13044
13064
|
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
13045
13065
|
};
|
|
13046
|
-
|
|
13066
|
+
const parseDayPeriodPatterns$1 = {
|
|
13047
13067
|
any: {
|
|
13048
13068
|
am: /^a/i,
|
|
13049
13069
|
pm: /^p/i,
|
|
@@ -13055,13 +13075,11 @@ var parseDayPeriodPatterns$1 = {
|
|
|
13055
13075
|
night: /night/i
|
|
13056
13076
|
}
|
|
13057
13077
|
};
|
|
13058
|
-
|
|
13078
|
+
const match$1 = {
|
|
13059
13079
|
ordinalNumber: buildMatchPatternFn({
|
|
13060
13080
|
matchPattern: matchOrdinalNumberPattern$1,
|
|
13061
13081
|
parsePattern: parseOrdinalNumberPattern$1,
|
|
13062
|
-
valueCallback:
|
|
13063
|
-
return parseInt(value, 10);
|
|
13064
|
-
}
|
|
13082
|
+
valueCallback: (value) => parseInt(value, 10)
|
|
13065
13083
|
}),
|
|
13066
13084
|
era: buildMatchFn({
|
|
13067
13085
|
matchPatterns: matchEraPatterns$1,
|
|
@@ -13074,9 +13092,7 @@ var match$2 = {
|
|
|
13074
13092
|
defaultMatchWidth: "wide",
|
|
13075
13093
|
parsePatterns: parseQuarterPatterns$1,
|
|
13076
13094
|
defaultParseWidth: "any",
|
|
13077
|
-
valueCallback:
|
|
13078
|
-
return index + 1;
|
|
13079
|
-
}
|
|
13095
|
+
valueCallback: (index) => index + 1
|
|
13080
13096
|
}),
|
|
13081
13097
|
month: buildMatchFn({
|
|
13082
13098
|
matchPatterns: matchMonthPatterns$1,
|
|
@@ -13097,32 +13113,56 @@ var match$2 = {
|
|
|
13097
13113
|
defaultParseWidth: "any"
|
|
13098
13114
|
})
|
|
13099
13115
|
};
|
|
13100
|
-
const
|
|
13101
|
-
|
|
13116
|
+
const dateFormats$1 = {
|
|
13117
|
+
full: "EEEE, MMMM do, y",
|
|
13118
|
+
long: "MMMM do, y",
|
|
13119
|
+
medium: "MMM d, y",
|
|
13120
|
+
short: "MM/dd/yyyy"
|
|
13121
|
+
};
|
|
13122
|
+
const timeFormats$1 = {
|
|
13123
|
+
full: "h:mm:ss a zzzz",
|
|
13124
|
+
long: "h:mm:ss a z",
|
|
13125
|
+
medium: "h:mm:ss a",
|
|
13126
|
+
short: "h:mm a"
|
|
13127
|
+
};
|
|
13128
|
+
const dateTimeFormats$1 = {
|
|
13129
|
+
full: "{{date}} 'at' {{time}}",
|
|
13130
|
+
long: "{{date}} 'at' {{time}}",
|
|
13131
|
+
medium: "{{date}}, {{time}}",
|
|
13132
|
+
short: "{{date}}, {{time}}"
|
|
13133
|
+
};
|
|
13134
|
+
const formatLong$1 = {
|
|
13135
|
+
date: buildFormatLongFn({
|
|
13136
|
+
formats: dateFormats$1,
|
|
13137
|
+
defaultWidth: "full"
|
|
13138
|
+
}),
|
|
13139
|
+
time: buildFormatLongFn({
|
|
13140
|
+
formats: timeFormats$1,
|
|
13141
|
+
defaultWidth: "full"
|
|
13142
|
+
}),
|
|
13143
|
+
dateTime: buildFormatLongFn({
|
|
13144
|
+
formats: dateTimeFormats$1,
|
|
13145
|
+
defaultWidth: "full"
|
|
13146
|
+
})
|
|
13147
|
+
};
|
|
13148
|
+
const enUS = {
|
|
13102
13149
|
code: "en-US",
|
|
13103
|
-
formatDistance: formatDistance$
|
|
13104
|
-
formatLong: formatLong$
|
|
13105
|
-
formatRelative: formatRelative$
|
|
13106
|
-
localize: localize$
|
|
13107
|
-
match: match$
|
|
13150
|
+
formatDistance: formatDistance$1,
|
|
13151
|
+
formatLong: formatLong$1,
|
|
13152
|
+
formatRelative: formatRelative$1,
|
|
13153
|
+
localize: localize$1,
|
|
13154
|
+
match: match$1,
|
|
13108
13155
|
options: {
|
|
13109
13156
|
weekStartsOn: 0,
|
|
13110
13157
|
firstWeekContainsDate: 1
|
|
13111
13158
|
}
|
|
13112
13159
|
};
|
|
13113
|
-
const enUS = locale$1;
|
|
13114
|
-
function isSameUTCWeek(dirtyDateLeft, dirtyDateRight, options) {
|
|
13115
|
-
requiredArgs(2, arguments);
|
|
13116
|
-
var dateLeftStartOfWeek = startOfUTCWeek(dirtyDateLeft, options);
|
|
13117
|
-
var dateRightStartOfWeek = startOfUTCWeek(dirtyDateRight, options);
|
|
13118
|
-
return dateLeftStartOfWeek.getTime() === dateRightStartOfWeek.getTime();
|
|
13119
|
-
}
|
|
13120
13160
|
function declension(scheme, count) {
|
|
13121
13161
|
if (scheme.one !== void 0 && count === 1) {
|
|
13122
13162
|
return scheme.one;
|
|
13123
13163
|
}
|
|
13124
|
-
|
|
13125
|
-
|
|
13164
|
+
const rem10 = count % 10;
|
|
13165
|
+
const rem100 = count % 100;
|
|
13126
13166
|
if (rem10 === 1 && rem100 !== 11) {
|
|
13127
13167
|
return scheme.singularNominative.replace("{{count}}", String(count));
|
|
13128
13168
|
} else if (rem10 >= 2 && rem10 <= 4 && (rem100 < 10 || rem100 > 20)) {
|
|
@@ -13132,8 +13172,8 @@ function declension(scheme, count) {
|
|
|
13132
13172
|
}
|
|
13133
13173
|
}
|
|
13134
13174
|
function buildLocalizeTokenFn(scheme) {
|
|
13135
|
-
return
|
|
13136
|
-
if (options
|
|
13175
|
+
return (count, options) => {
|
|
13176
|
+
if (options == null ? void 0 : options.addSuffix) {
|
|
13137
13177
|
if (options.comparison && options.comparison > 0) {
|
|
13138
13178
|
if (scheme.future) {
|
|
13139
13179
|
return declension(scheme.future, count);
|
|
@@ -13152,7 +13192,7 @@ function buildLocalizeTokenFn(scheme) {
|
|
|
13152
13192
|
}
|
|
13153
13193
|
};
|
|
13154
13194
|
}
|
|
13155
|
-
|
|
13195
|
+
const formatDistanceLocale = {
|
|
13156
13196
|
lessThanXSeconds: buildLocalizeTokenFn({
|
|
13157
13197
|
regular: {
|
|
13158
13198
|
one: "меньше секунды",
|
|
@@ -13184,8 +13224,8 @@ var formatDistanceLocale = {
|
|
|
13184
13224
|
pluralGenitive: "через {{count}} секунд"
|
|
13185
13225
|
}
|
|
13186
13226
|
}),
|
|
13187
|
-
halfAMinute:
|
|
13188
|
-
if (options
|
|
13227
|
+
halfAMinute: (_count, options) => {
|
|
13228
|
+
if (options == null ? void 0 : options.addSuffix) {
|
|
13189
13229
|
if (options.comparison && options.comparison > 0) {
|
|
13190
13230
|
return "через полминуты";
|
|
13191
13231
|
} else {
|
|
@@ -13333,26 +13373,25 @@ var formatDistanceLocale = {
|
|
|
13333
13373
|
}
|
|
13334
13374
|
})
|
|
13335
13375
|
};
|
|
13336
|
-
|
|
13376
|
+
const formatDistance = (token, count, options) => {
|
|
13337
13377
|
return formatDistanceLocale[token](count, options);
|
|
13338
13378
|
};
|
|
13339
|
-
const
|
|
13340
|
-
var dateFormats = {
|
|
13379
|
+
const dateFormats = {
|
|
13341
13380
|
full: "EEEE, d MMMM y 'г.'",
|
|
13342
13381
|
long: "d MMMM y 'г.'",
|
|
13343
13382
|
medium: "d MMM y 'г.'",
|
|
13344
13383
|
short: "dd.MM.y"
|
|
13345
13384
|
};
|
|
13346
|
-
|
|
13385
|
+
const timeFormats = {
|
|
13347
13386
|
full: "H:mm:ss zzzz",
|
|
13348
13387
|
long: "H:mm:ss z",
|
|
13349
13388
|
medium: "H:mm:ss",
|
|
13350
13389
|
short: "H:mm"
|
|
13351
13390
|
};
|
|
13352
|
-
|
|
13391
|
+
const dateTimeFormats = {
|
|
13353
13392
|
any: "{{date}}, {{time}}"
|
|
13354
13393
|
};
|
|
13355
|
-
|
|
13394
|
+
const formatLong = {
|
|
13356
13395
|
date: buildFormatLongFn({
|
|
13357
13396
|
formats: dateFormats,
|
|
13358
13397
|
defaultWidth: "full"
|
|
@@ -13366,10 +13405,17 @@ var formatLong = {
|
|
|
13366
13405
|
defaultWidth: "any"
|
|
13367
13406
|
})
|
|
13368
13407
|
};
|
|
13369
|
-
const
|
|
13370
|
-
|
|
13371
|
-
|
|
13372
|
-
|
|
13408
|
+
const accusativeWeekdays = [
|
|
13409
|
+
"воскресенье",
|
|
13410
|
+
"понедельник",
|
|
13411
|
+
"вторник",
|
|
13412
|
+
"среду",
|
|
13413
|
+
"четверг",
|
|
13414
|
+
"пятницу",
|
|
13415
|
+
"субботу"
|
|
13416
|
+
];
|
|
13417
|
+
function lastWeek(day) {
|
|
13418
|
+
const weekday = accusativeWeekdays[day];
|
|
13373
13419
|
switch (day) {
|
|
13374
13420
|
case 0:
|
|
13375
13421
|
return "'в прошлое " + weekday + " в' p";
|
|
@@ -13384,15 +13430,15 @@ function _lastWeek(day) {
|
|
|
13384
13430
|
}
|
|
13385
13431
|
}
|
|
13386
13432
|
function thisWeek(day) {
|
|
13387
|
-
|
|
13433
|
+
const weekday = accusativeWeekdays[day];
|
|
13388
13434
|
if (day === 2) {
|
|
13389
13435
|
return "'во " + weekday + " в' p";
|
|
13390
13436
|
} else {
|
|
13391
13437
|
return "'в " + weekday + " в' p";
|
|
13392
13438
|
}
|
|
13393
13439
|
}
|
|
13394
|
-
function
|
|
13395
|
-
|
|
13440
|
+
function nextWeek(day) {
|
|
13441
|
+
const weekday = accusativeWeekdays[day];
|
|
13396
13442
|
switch (day) {
|
|
13397
13443
|
case 0:
|
|
13398
13444
|
return "'в следующее " + weekday + " в' p";
|
|
@@ -13406,63 +13452,122 @@ function _nextWeek(day) {
|
|
|
13406
13452
|
return "'в следующую " + weekday + " в' p";
|
|
13407
13453
|
}
|
|
13408
13454
|
}
|
|
13409
|
-
|
|
13410
|
-
lastWeek:
|
|
13411
|
-
|
|
13412
|
-
if (
|
|
13455
|
+
const formatRelativeLocale = {
|
|
13456
|
+
lastWeek: (date, baseDate, options) => {
|
|
13457
|
+
const day = date.getDay();
|
|
13458
|
+
if (isSameWeek(date, baseDate, options)) {
|
|
13413
13459
|
return thisWeek(day);
|
|
13414
13460
|
} else {
|
|
13415
|
-
return
|
|
13461
|
+
return lastWeek(day);
|
|
13416
13462
|
}
|
|
13417
13463
|
},
|
|
13418
13464
|
yesterday: "'вчера в' p",
|
|
13419
13465
|
today: "'сегодня в' p",
|
|
13420
13466
|
tomorrow: "'завтра в' p",
|
|
13421
|
-
nextWeek:
|
|
13422
|
-
|
|
13423
|
-
if (
|
|
13467
|
+
nextWeek: (date, baseDate, options) => {
|
|
13468
|
+
const day = date.getDay();
|
|
13469
|
+
if (isSameWeek(date, baseDate, options)) {
|
|
13424
13470
|
return thisWeek(day);
|
|
13425
13471
|
} else {
|
|
13426
|
-
return
|
|
13472
|
+
return nextWeek(day);
|
|
13427
13473
|
}
|
|
13428
13474
|
},
|
|
13429
13475
|
other: "P"
|
|
13430
13476
|
};
|
|
13431
|
-
|
|
13432
|
-
|
|
13477
|
+
const formatRelative = (token, date, baseDate, options) => {
|
|
13478
|
+
const format2 = formatRelativeLocale[token];
|
|
13433
13479
|
if (typeof format2 === "function") {
|
|
13434
13480
|
return format2(date, baseDate, options);
|
|
13435
13481
|
}
|
|
13436
13482
|
return format2;
|
|
13437
13483
|
};
|
|
13438
|
-
const
|
|
13439
|
-
var eraValues = {
|
|
13484
|
+
const eraValues = {
|
|
13440
13485
|
narrow: ["до н.э.", "н.э."],
|
|
13441
13486
|
abbreviated: ["до н. э.", "н. э."],
|
|
13442
13487
|
wide: ["до нашей эры", "нашей эры"]
|
|
13443
13488
|
};
|
|
13444
|
-
|
|
13489
|
+
const quarterValues = {
|
|
13445
13490
|
narrow: ["1", "2", "3", "4"],
|
|
13446
13491
|
abbreviated: ["1-й кв.", "2-й кв.", "3-й кв.", "4-й кв."],
|
|
13447
13492
|
wide: ["1-й квартал", "2-й квартал", "3-й квартал", "4-й квартал"]
|
|
13448
13493
|
};
|
|
13449
|
-
|
|
13494
|
+
const monthValues = {
|
|
13450
13495
|
narrow: ["Я", "Ф", "М", "А", "М", "И", "И", "А", "С", "О", "Н", "Д"],
|
|
13451
|
-
abbreviated: [
|
|
13452
|
-
|
|
13453
|
-
|
|
13454
|
-
|
|
13496
|
+
abbreviated: [
|
|
13497
|
+
"янв.",
|
|
13498
|
+
"фев.",
|
|
13499
|
+
"март",
|
|
13500
|
+
"апр.",
|
|
13501
|
+
"май",
|
|
13502
|
+
"июнь",
|
|
13503
|
+
"июль",
|
|
13504
|
+
"авг.",
|
|
13505
|
+
"сент.",
|
|
13506
|
+
"окт.",
|
|
13507
|
+
"нояб.",
|
|
13508
|
+
"дек."
|
|
13509
|
+
],
|
|
13510
|
+
wide: [
|
|
13511
|
+
"январь",
|
|
13512
|
+
"февраль",
|
|
13513
|
+
"март",
|
|
13514
|
+
"апрель",
|
|
13515
|
+
"май",
|
|
13516
|
+
"июнь",
|
|
13517
|
+
"июль",
|
|
13518
|
+
"август",
|
|
13519
|
+
"сентябрь",
|
|
13520
|
+
"октябрь",
|
|
13521
|
+
"ноябрь",
|
|
13522
|
+
"декабрь"
|
|
13523
|
+
]
|
|
13524
|
+
};
|
|
13525
|
+
const formattingMonthValues = {
|
|
13455
13526
|
narrow: ["Я", "Ф", "М", "А", "М", "И", "И", "А", "С", "О", "Н", "Д"],
|
|
13456
|
-
abbreviated: [
|
|
13457
|
-
|
|
13458
|
-
|
|
13459
|
-
|
|
13527
|
+
abbreviated: [
|
|
13528
|
+
"янв.",
|
|
13529
|
+
"фев.",
|
|
13530
|
+
"мар.",
|
|
13531
|
+
"апр.",
|
|
13532
|
+
"мая",
|
|
13533
|
+
"июн.",
|
|
13534
|
+
"июл.",
|
|
13535
|
+
"авг.",
|
|
13536
|
+
"сент.",
|
|
13537
|
+
"окт.",
|
|
13538
|
+
"нояб.",
|
|
13539
|
+
"дек."
|
|
13540
|
+
],
|
|
13541
|
+
wide: [
|
|
13542
|
+
"января",
|
|
13543
|
+
"февраля",
|
|
13544
|
+
"марта",
|
|
13545
|
+
"апреля",
|
|
13546
|
+
"мая",
|
|
13547
|
+
"июня",
|
|
13548
|
+
"июля",
|
|
13549
|
+
"августа",
|
|
13550
|
+
"сентября",
|
|
13551
|
+
"октября",
|
|
13552
|
+
"ноября",
|
|
13553
|
+
"декабря"
|
|
13554
|
+
]
|
|
13555
|
+
};
|
|
13556
|
+
const dayValues = {
|
|
13460
13557
|
narrow: ["В", "П", "В", "С", "Ч", "П", "С"],
|
|
13461
13558
|
short: ["вс", "пн", "вт", "ср", "чт", "пт", "сб"],
|
|
13462
13559
|
abbreviated: ["вск", "пнд", "втр", "срд", "чтв", "птн", "суб"],
|
|
13463
|
-
wide: [
|
|
13464
|
-
|
|
13465
|
-
|
|
13560
|
+
wide: [
|
|
13561
|
+
"воскресенье",
|
|
13562
|
+
"понедельник",
|
|
13563
|
+
"вторник",
|
|
13564
|
+
"среда",
|
|
13565
|
+
"четверг",
|
|
13566
|
+
"пятница",
|
|
13567
|
+
"суббота"
|
|
13568
|
+
]
|
|
13569
|
+
};
|
|
13570
|
+
const dayPeriodValues = {
|
|
13466
13571
|
narrow: {
|
|
13467
13572
|
am: "ДП",
|
|
13468
13573
|
pm: "ПП",
|
|
@@ -13494,7 +13599,7 @@ var dayPeriodValues = {
|
|
|
13494
13599
|
night: "ночь"
|
|
13495
13600
|
}
|
|
13496
13601
|
};
|
|
13497
|
-
|
|
13602
|
+
const formattingDayPeriodValues = {
|
|
13498
13603
|
narrow: {
|
|
13499
13604
|
am: "ДП",
|
|
13500
13605
|
pm: "ПП",
|
|
@@ -13526,10 +13631,10 @@ var formattingDayPeriodValues = {
|
|
|
13526
13631
|
night: "ночи"
|
|
13527
13632
|
}
|
|
13528
13633
|
};
|
|
13529
|
-
|
|
13530
|
-
|
|
13531
|
-
|
|
13532
|
-
|
|
13634
|
+
const ordinalNumber = (dirtyNumber, options) => {
|
|
13635
|
+
const number = Number(dirtyNumber);
|
|
13636
|
+
const unit = options == null ? void 0 : options.unit;
|
|
13637
|
+
let suffix;
|
|
13533
13638
|
if (unit === "date") {
|
|
13534
13639
|
suffix = "-е";
|
|
13535
13640
|
} else if (unit === "week" || unit === "minute" || unit === "second") {
|
|
@@ -13539,8 +13644,8 @@ var ordinalNumber2 = function ordinalNumber3(dirtyNumber, options) {
|
|
|
13539
13644
|
}
|
|
13540
13645
|
return number + suffix;
|
|
13541
13646
|
};
|
|
13542
|
-
|
|
13543
|
-
ordinalNumber
|
|
13647
|
+
const localize = {
|
|
13648
|
+
ordinalNumber,
|
|
13544
13649
|
era: buildLocalizeFn({
|
|
13545
13650
|
values: eraValues,
|
|
13546
13651
|
defaultWidth: "wide"
|
|
@@ -13548,9 +13653,7 @@ var localize = {
|
|
|
13548
13653
|
quarter: buildLocalizeFn({
|
|
13549
13654
|
values: quarterValues,
|
|
13550
13655
|
defaultWidth: "wide",
|
|
13551
|
-
argumentCallback:
|
|
13552
|
-
return quarter - 1;
|
|
13553
|
-
}
|
|
13656
|
+
argumentCallback: (quarter) => quarter - 1
|
|
13554
13657
|
}),
|
|
13555
13658
|
month: buildLocalizeFn({
|
|
13556
13659
|
values: monthValues,
|
|
@@ -13569,50 +13672,75 @@ var localize = {
|
|
|
13569
13672
|
defaultFormattingWidth: "wide"
|
|
13570
13673
|
})
|
|
13571
13674
|
};
|
|
13572
|
-
const
|
|
13573
|
-
|
|
13574
|
-
|
|
13575
|
-
var matchEraPatterns = {
|
|
13675
|
+
const matchOrdinalNumberPattern = /^(\d+)(-?(е|я|й|ое|ье|ая|ья|ый|ой|ий|ый))?/i;
|
|
13676
|
+
const parseOrdinalNumberPattern = /\d+/i;
|
|
13677
|
+
const matchEraPatterns = {
|
|
13576
13678
|
narrow: /^((до )?н\.?\s?э\.?)/i,
|
|
13577
13679
|
abbreviated: /^((до )?н\.?\s?э\.?)/i,
|
|
13578
13680
|
wide: /^(до нашей эры|нашей эры|наша эра)/i
|
|
13579
13681
|
};
|
|
13580
|
-
|
|
13682
|
+
const parseEraPatterns = {
|
|
13581
13683
|
any: [/^д/i, /^н/i]
|
|
13582
13684
|
};
|
|
13583
|
-
|
|
13685
|
+
const matchQuarterPatterns = {
|
|
13584
13686
|
narrow: /^[1234]/i,
|
|
13585
13687
|
abbreviated: /^[1234](-?[ыои]?й?)? кв.?/i,
|
|
13586
13688
|
wide: /^[1234](-?[ыои]?й?)? квартал/i
|
|
13587
13689
|
};
|
|
13588
|
-
|
|
13690
|
+
const parseQuarterPatterns = {
|
|
13589
13691
|
any: [/1/i, /2/i, /3/i, /4/i]
|
|
13590
13692
|
};
|
|
13591
|
-
|
|
13693
|
+
const matchMonthPatterns = {
|
|
13592
13694
|
narrow: /^[яфмаисонд]/i,
|
|
13593
13695
|
abbreviated: /^(янв|фев|март?|апр|ма[йя]|июн[ья]?|июл[ья]?|авг|сент?|окт|нояб?|дек)\.?/i,
|
|
13594
13696
|
wide: /^(январ[ья]|феврал[ья]|марта?|апрел[ья]|ма[йя]|июн[ья]|июл[ья]|августа?|сентябр[ья]|октябр[ья]|октябр[ья]|ноябр[ья]|декабр[ья])/i
|
|
13595
13697
|
};
|
|
13596
|
-
|
|
13597
|
-
narrow: [
|
|
13598
|
-
|
|
13599
|
-
|
|
13600
|
-
|
|
13698
|
+
const parseMonthPatterns = {
|
|
13699
|
+
narrow: [
|
|
13700
|
+
/^я/i,
|
|
13701
|
+
/^ф/i,
|
|
13702
|
+
/^м/i,
|
|
13703
|
+
/^а/i,
|
|
13704
|
+
/^м/i,
|
|
13705
|
+
/^и/i,
|
|
13706
|
+
/^и/i,
|
|
13707
|
+
/^а/i,
|
|
13708
|
+
/^с/i,
|
|
13709
|
+
/^о/i,
|
|
13710
|
+
/^н/i,
|
|
13711
|
+
/^я/i
|
|
13712
|
+
],
|
|
13713
|
+
any: [
|
|
13714
|
+
/^я/i,
|
|
13715
|
+
/^ф/i,
|
|
13716
|
+
/^мар/i,
|
|
13717
|
+
/^ап/i,
|
|
13718
|
+
/^ма[йя]/i,
|
|
13719
|
+
/^июн/i,
|
|
13720
|
+
/^июл/i,
|
|
13721
|
+
/^ав/i,
|
|
13722
|
+
/^с/i,
|
|
13723
|
+
/^о/i,
|
|
13724
|
+
/^н/i,
|
|
13725
|
+
/^д/i
|
|
13726
|
+
]
|
|
13727
|
+
};
|
|
13728
|
+
const matchDayPatterns = {
|
|
13601
13729
|
narrow: /^[впсч]/i,
|
|
13602
13730
|
short: /^(вс|во|пн|по|вт|ср|чт|че|пт|пя|сб|су)\.?/i,
|
|
13603
13731
|
abbreviated: /^(вск|вос|пнд|пон|втр|вто|срд|сре|чтв|чет|птн|пят|суб).?/i,
|
|
13604
13732
|
wide: /^(воскресень[ея]|понедельника?|вторника?|сред[аы]|четверга?|пятниц[аы]|суббот[аы])/i
|
|
13605
13733
|
};
|
|
13606
|
-
|
|
13734
|
+
const parseDayPatterns = {
|
|
13607
13735
|
narrow: [/^в/i, /^п/i, /^в/i, /^с/i, /^ч/i, /^п/i, /^с/i],
|
|
13608
13736
|
any: [/^в[ос]/i, /^п[он]/i, /^в/i, /^ср/i, /^ч/i, /^п[ят]/i, /^с[уб]/i]
|
|
13609
13737
|
};
|
|
13610
|
-
|
|
13738
|
+
const matchDayPeriodPatterns = {
|
|
13611
13739
|
narrow: /^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,
|
|
13612
13740
|
abbreviated: /^([дп]п|полн\.?|полд\.?|утр[оа]|день|дня|веч\.?|ноч[ьи])/i,
|
|
13613
13741
|
wide: /^([дп]п|полночь|полдень|утр[оа]|день|дня|вечера?|ноч[ьи])/i
|
|
13614
13742
|
};
|
|
13615
|
-
|
|
13743
|
+
const parseDayPeriodPatterns = {
|
|
13616
13744
|
any: {
|
|
13617
13745
|
am: /^дп/i,
|
|
13618
13746
|
pm: /^пп/i,
|
|
@@ -13624,13 +13752,11 @@ var parseDayPeriodPatterns = {
|
|
|
13624
13752
|
night: /^н/i
|
|
13625
13753
|
}
|
|
13626
13754
|
};
|
|
13627
|
-
|
|
13755
|
+
const match = {
|
|
13628
13756
|
ordinalNumber: buildMatchPatternFn({
|
|
13629
13757
|
matchPattern: matchOrdinalNumberPattern,
|
|
13630
13758
|
parsePattern: parseOrdinalNumberPattern,
|
|
13631
|
-
valueCallback:
|
|
13632
|
-
return parseInt(value, 10);
|
|
13633
|
-
}
|
|
13759
|
+
valueCallback: (value) => parseInt(value, 10)
|
|
13634
13760
|
}),
|
|
13635
13761
|
era: buildMatchFn({
|
|
13636
13762
|
matchPatterns: matchEraPatterns,
|
|
@@ -13643,9 +13769,7 @@ var match = {
|
|
|
13643
13769
|
defaultMatchWidth: "wide",
|
|
13644
13770
|
parsePatterns: parseQuarterPatterns,
|
|
13645
13771
|
defaultParseWidth: "any",
|
|
13646
|
-
valueCallback:
|
|
13647
|
-
return index + 1;
|
|
13648
|
-
}
|
|
13772
|
+
valueCallback: (index) => index + 1
|
|
13649
13773
|
}),
|
|
13650
13774
|
month: buildMatchFn({
|
|
13651
13775
|
matchPatterns: matchMonthPatterns,
|
|
@@ -13666,20 +13790,18 @@ var match = {
|
|
|
13666
13790
|
defaultParseWidth: "any"
|
|
13667
13791
|
})
|
|
13668
13792
|
};
|
|
13669
|
-
const
|
|
13670
|
-
var locale = {
|
|
13793
|
+
const ru = {
|
|
13671
13794
|
code: "ru",
|
|
13672
|
-
formatDistance
|
|
13673
|
-
formatLong
|
|
13674
|
-
formatRelative
|
|
13675
|
-
localize
|
|
13676
|
-
match
|
|
13795
|
+
formatDistance,
|
|
13796
|
+
formatLong,
|
|
13797
|
+
formatRelative,
|
|
13798
|
+
localize,
|
|
13799
|
+
match,
|
|
13677
13800
|
options: {
|
|
13678
13801
|
weekStartsOn: 1,
|
|
13679
13802
|
firstWeekContainsDate: 1
|
|
13680
13803
|
}
|
|
13681
13804
|
};
|
|
13682
|
-
const ru = locale;
|
|
13683
13805
|
var getDateFormatter = function(dateFormat) {
|
|
13684
13806
|
return function(date) {
|
|
13685
13807
|
return isNotEmpty(date) ? format(date, dateFormat) : "";
|
|
@@ -13694,14 +13816,14 @@ var getDateValueParser = function(dateFormat) {
|
|
|
13694
13816
|
var areDatesEquals = function(date1, date2) {
|
|
13695
13817
|
return isEmpty(date1) && isEmpty(date2) || isNotEmpty(date1) && isNotEmpty(date2) && isSameDay(date1, date2);
|
|
13696
13818
|
};
|
|
13697
|
-
var preparateDatePickerLocale = function(
|
|
13698
|
-
if (
|
|
13819
|
+
var preparateDatePickerLocale = function(locale) {
|
|
13820
|
+
if (locale === "ru") {
|
|
13699
13821
|
return ru;
|
|
13700
13822
|
}
|
|
13701
|
-
if (
|
|
13823
|
+
if (locale === "en") {
|
|
13702
13824
|
return enUS;
|
|
13703
13825
|
}
|
|
13704
|
-
return
|
|
13826
|
+
return locale;
|
|
13705
13827
|
};
|
|
13706
13828
|
var useStyles$B = createThemedStyles("DatePicker", {
|
|
13707
13829
|
root: {
|
|
@@ -13709,6 +13831,7 @@ var useStyles$B = createThemedStyles("DatePicker", {
|
|
|
13709
13831
|
height: "100%"
|
|
13710
13832
|
},
|
|
13711
13833
|
day: {},
|
|
13834
|
+
dayInner: {},
|
|
13712
13835
|
datepicker: {},
|
|
13713
13836
|
popper: {
|
|
13714
13837
|
zIndex: 10,
|
|
@@ -13869,7 +13992,7 @@ function _unsupported_iterable_to_array$h(o, minLen) {
|
|
|
13869
13992
|
return _array_like_to_array$h(o, minLen);
|
|
13870
13993
|
}
|
|
13871
13994
|
var DatePicker = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
13872
|
-
var data = _param.data, _param_selectedDate = _param.selectedDate, selectedDate = _param_selectedDate === void 0 ? null : _param_selectedDate, minDate = _param.minDate, maxDate = _param.maxDate, _param_endDate = _param.endDate, endDate = _param_endDate === void 0 ? null : _param_endDate, _param_startDate = _param.startDate, startDate = _param_startDate === void 0 ? null : _param_startDate,
|
|
13995
|
+
var data = _param.data, _param_selectedDate = _param.selectedDate, selectedDate = _param_selectedDate === void 0 ? null : _param_selectedDate, minDate = _param.minDate, maxDate = _param.maxDate, _param_endDate = _param.endDate, endDate = _param_endDate === void 0 ? null : _param_endDate, _param_startDate = _param.startDate, startDate = _param_startDate === void 0 ? null : _param_startDate, locale = _param.locale, months = _param.months, _param_calendarStartDay = _param.calendarStartDay, calendarStartDay = _param_calendarStartDay === void 0 ? 1 : _param_calendarStartDay, _param_dateFormat = _param.dateFormat, dateFormat = _param_dateFormat === void 0 ? DEFAULT_DATE_FORMAT$2 : _param_dateFormat, monthsShown = _param.monthsShown, placeholder = _param.placeholder, _param_isRange = _param.isRange, isRange = _param_isRange === void 0 ? false : _param_isRange, _param_isInline = _param.isInline, isInline = _param_isInline === void 0 ? false : _param_isInline, isDisabled = _param.isDisabled, isClearable = _param.isClearable, strictParsing = _param.strictParsing, fixedHeight = _param.fixedHeight, focusSelectedMonth = _param.focusSelectedMonth, disabledKeyboardNavigation = _param.disabledKeyboardNavigation, _param_shouldRenderPopperInBody = _param.shouldRenderPopperInBody, shouldRenderPopperInBody = _param_shouldRenderPopperInBody === void 0 ? false : _param_shouldRenderPopperInBody, _param_allowSameDay = _param.allowSameDay, allowSameDay = _param_allowSameDay === void 0 ? false : _param_allowSameDay, shouldCloseOnSelect = _param.shouldCloseOnSelect, showPreviousMonths = _param.showPreviousMonths, preventOpenOnFocus = _param.preventOpenOnFocus, popperModifiers = _param.popperModifiers, popperPlacement = _param.popperPlacement, todayButton = _param.todayButton, highlightDates = _param.highlightDates, calendarContainer = _param.calendarContainer, dayClassName = _param.dayClassName, tmp = _param.customInput, CustomInput = tmp === void 0 ? DateInput : tmp, customInputRef = _param.customInputRef, renderCustomHeader = _param.renderCustomHeader, filterDate = _param.filterDate, onYearChange = _param.onYearChange, onMonthChange = _param.onMonthChange, onCalendarOpen = _param.onCalendarOpen, onCalendarClose = _param.onCalendarClose, onChangeDate = _param.onChangeDate, onChangeRange = _param.onChangeRange, onBlur = _param.onBlur, onFocus = _param.onFocus, onKeyDown = _param.onKeyDown, tweakStyles = _param.tweakStyles, inputProps = _object_without_properties$c(_param, [
|
|
13873
13996
|
"data",
|
|
13874
13997
|
"selectedDate",
|
|
13875
13998
|
"minDate",
|
|
@@ -13888,7 +14011,6 @@ var DatePicker = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
13888
14011
|
"isClearable",
|
|
13889
14012
|
"strictParsing",
|
|
13890
14013
|
"fixedHeight",
|
|
13891
|
-
"excludeScrollbar",
|
|
13892
14014
|
"focusSelectedMonth",
|
|
13893
14015
|
"disabledKeyboardNavigation",
|
|
13894
14016
|
"shouldRenderPopperInBody",
|
|
@@ -14045,14 +14167,13 @@ var DatePicker = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
14045
14167
|
ref,
|
|
14046
14168
|
minDate,
|
|
14047
14169
|
maxDate,
|
|
14048
|
-
locale: preparateDatePickerLocale(
|
|
14170
|
+
locale: preparateDatePickerLocale(locale),
|
|
14049
14171
|
dateFormat,
|
|
14050
14172
|
placeholderText: placeholder,
|
|
14051
14173
|
calendarStartDay,
|
|
14052
14174
|
inline: isInline,
|
|
14053
14175
|
disabled: isDisabled,
|
|
14054
14176
|
fixedHeight,
|
|
14055
|
-
excludeScrollbar,
|
|
14056
14177
|
showPreviousMonths,
|
|
14057
14178
|
focusSelectedMonth,
|
|
14058
14179
|
monthsShown,
|
|
@@ -14067,12 +14188,17 @@ var DatePicker = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
14067
14188
|
popperContainer: shouldRenderPopperInBody ? PopperContainer : void 0,
|
|
14068
14189
|
popperModifiers,
|
|
14069
14190
|
popperPlacement,
|
|
14070
|
-
selectsRange: isRange,
|
|
14071
14191
|
strictParsing,
|
|
14072
14192
|
preventOpenOnFocus,
|
|
14073
14193
|
shouldCloseOnSelect,
|
|
14074
14194
|
customInputRef,
|
|
14075
14195
|
customInput: /* @__PURE__ */ jsx(CustomInput, _object_spread$H({}, dateInputProps)),
|
|
14196
|
+
renderDayContents: function(day) {
|
|
14197
|
+
return /* @__PURE__ */ jsx("div", {
|
|
14198
|
+
className: classes.dayInner,
|
|
14199
|
+
children: day
|
|
14200
|
+
});
|
|
14201
|
+
},
|
|
14076
14202
|
renderCustomHeader: renderCustomHeader !== null && renderCustomHeader !== void 0 ? renderCustomHeader : function(baseProps) {
|
|
14077
14203
|
return /* @__PURE__ */ jsx(DatePickerHeader, _object_spread_props$C(_object_spread$H({}, baseProps), {
|
|
14078
14204
|
months
|
|
@@ -14102,6 +14228,7 @@ var DatePicker = /* @__PURE__ */ forwardRef(function(_param, ref) {
|
|
|
14102
14228
|
startDate: start2,
|
|
14103
14229
|
endDate: end2,
|
|
14104
14230
|
selected: start2,
|
|
14231
|
+
selectsRange: true,
|
|
14105
14232
|
onBlur: handleDateRangeInputBlur,
|
|
14106
14233
|
onChange: handleChangeRange
|
|
14107
14234
|
} : {
|
|
@@ -17081,15 +17208,15 @@ function _object_spread_props$v(target, source) {
|
|
|
17081
17208
|
return target;
|
|
17082
17209
|
}
|
|
17083
17210
|
var FilterInterval = function(param) {
|
|
17084
|
-
var data = param.data, tweakStyles = param.tweakStyles, value = param.value, labelName = param.labelName, withFieldNameInLabel = param.withFieldNameInLabel, localeKey = param.localeKey,
|
|
17211
|
+
var data = param.data, tweakStyles = param.tweakStyles, value = param.value, labelName = param.labelName, withFieldNameInLabel = param.withFieldNameInLabel, localeKey = param.localeKey, locale = param.locale, canBeFloat = param.canBeFloat, onChange = param.onChange, fromInput = param.fromInput, toInput = param.toInput, testId = param.testId;
|
|
17085
17212
|
var classes = useStyles$t({
|
|
17086
17213
|
theme: tweakStyles
|
|
17087
17214
|
});
|
|
17088
17215
|
var translates = useMemo(function() {
|
|
17089
|
-
return getLocale$1(localeKey,
|
|
17216
|
+
return getLocale$1(localeKey, locale);
|
|
17090
17217
|
}, [
|
|
17091
17218
|
localeKey,
|
|
17092
|
-
|
|
17219
|
+
locale
|
|
17093
17220
|
]);
|
|
17094
17221
|
var handleClear = function() {
|
|
17095
17222
|
onChange(void 0);
|
|
@@ -17627,7 +17754,7 @@ function _ts_generator$2(thisArg, body) {
|
|
|
17627
17754
|
}
|
|
17628
17755
|
}
|
|
17629
17756
|
function MultiSelectList(param) {
|
|
17630
|
-
var value = param.value, tweakStyles = param.tweakStyles, data = param.data, _param_isSearchEnabled = param.isSearchEnabled, isSearchEnabled = _param_isSearchEnabled === void 0 ? false : _param_isSearchEnabled, _param_localeKey = param.localeKey, localeKey = _param_localeKey === void 0 ? DEFAULT_LOCALE : _param_localeKey, _param_locale = param.locale,
|
|
17757
|
+
var value = param.value, tweakStyles = param.tweakStyles, data = param.data, _param_isSearchEnabled = param.isSearchEnabled, isSearchEnabled = _param_isSearchEnabled === void 0 ? false : _param_isSearchEnabled, _param_localeKey = param.localeKey, localeKey = _param_localeKey === void 0 ? DEFAULT_LOCALE : _param_localeKey, _param_locale = param.locale, locale = _param_locale === void 0 ? MultiSelectLocales[localeKey] : _param_locale, onChange = param.onChange, onClose = param.onClose, options = param.options, fetchOptions = param.fetchOptions, _param_isGroupingEnabled = param.isGroupingEnabled, isGroupingEnabled = _param_isGroupingEnabled === void 0 ? isSearchEnabled : _param_isGroupingEnabled, _param_getValueView = param.getValueView, getValueView = _param_getValueView === void 0 ? defaultConvertFunction : _param_getValueView, _param_getValueId = param.getValueId, getValueId = _param_getValueId === void 0 ? defaultConvertFunction : _param_getValueId, _param_getValueString = param.getValueString, getValueString = _param_getValueString === void 0 ? defaultConvertFunction : _param_getValueString, _param_checkboxPosition = param.checkboxPosition, checkboxPosition = _param_checkboxPosition === void 0 ? "left" : _param_checkboxPosition, pageSize = param.pageSize, searchMaxLength = param.searchMaxLength, testId = param.testId;
|
|
17631
17758
|
var isMounted = useIsMounted();
|
|
17632
17759
|
var classes = useStyles$s({
|
|
17633
17760
|
theme: tweakStyles
|
|
@@ -17660,10 +17787,10 @@ function MultiSelectList(param) {
|
|
|
17660
17787
|
var observer = useRef();
|
|
17661
17788
|
var chosenValues = value === null || value === void 0 ? void 0 : value.include;
|
|
17662
17789
|
var translates = useMemo(function() {
|
|
17663
|
-
return getLocale(localeKey,
|
|
17790
|
+
return getLocale(localeKey, locale);
|
|
17664
17791
|
}, [
|
|
17665
17792
|
localeKey,
|
|
17666
|
-
|
|
17793
|
+
locale
|
|
17667
17794
|
]);
|
|
17668
17795
|
var chosenValuesIds = useMemo(function() {
|
|
17669
17796
|
return chosenValues === null || chosenValues === void 0 ? void 0 : chosenValues.map(getValueId);
|
|
@@ -18563,7 +18690,7 @@ function _ts_generator$1(thisArg, body) {
|
|
|
18563
18690
|
}
|
|
18564
18691
|
}
|
|
18565
18692
|
function FilterSelect(param) {
|
|
18566
|
-
var data = param.data, tweakStyles = param.tweakStyles, value = param.value, _param_isSearchEnabled = param.isSearchEnabled, isSearchEnabled = _param_isSearchEnabled === void 0 ? false : _param_isSearchEnabled, _param_isGroupingEnabled = param.isGroupingEnabled, isGroupingEnabled = _param_isGroupingEnabled === void 0 ? false : _param_isGroupingEnabled, localeKey = param.localeKey,
|
|
18693
|
+
var data = param.data, tweakStyles = param.tweakStyles, value = param.value, _param_isSearchEnabled = param.isSearchEnabled, isSearchEnabled = _param_isSearchEnabled === void 0 ? false : _param_isSearchEnabled, _param_isGroupingEnabled = param.isGroupingEnabled, isGroupingEnabled = _param_isGroupingEnabled === void 0 ? false : _param_isGroupingEnabled, localeKey = param.localeKey, locale = param.locale, onChange = param.onChange, onClose = param.onClose, options = param.options, fetchOptions = param.fetchOptions, footer = param.footer, _param_getValueView = param.getValueView, getValueView = _param_getValueView === void 0 ? defaultConvertFunction$1 : _param_getValueView, _param_getValueId = param.getValueId, getValueId = _param_getValueId === void 0 ? defaultConvertFunction$1 : _param_getValueId, _param_getValueString = param.getValueString, getValueString = _param_getValueString === void 0 ? defaultConvertFunction$1 : _param_getValueString, _param_hasClearButton = param.hasClearButton, hasClearButton = _param_hasClearButton === void 0 ? true : _param_hasClearButton, testId = param.testId;
|
|
18567
18694
|
var classes = useStyles$r({
|
|
18568
18695
|
theme: tweakStyles
|
|
18569
18696
|
});
|
|
@@ -18581,10 +18708,10 @@ function FilterSelect(param) {
|
|
|
18581
18708
|
});
|
|
18582
18709
|
var isMounted = useIsMounted();
|
|
18583
18710
|
var translates = useMemo(function() {
|
|
18584
|
-
return getSelectLocale(localeKey,
|
|
18711
|
+
return getSelectLocale(localeKey, locale);
|
|
18585
18712
|
}, [
|
|
18586
18713
|
localeKey,
|
|
18587
|
-
|
|
18714
|
+
locale
|
|
18588
18715
|
]);
|
|
18589
18716
|
var observer = useRef();
|
|
18590
18717
|
var _useState = _sliced_to_array$b(useState(""), 2), searchValue = _useState[0], setSearchValue = _useState[1];
|
|
@@ -19137,7 +19264,7 @@ function _unsupported_iterable_to_array$a(o, minLen) {
|
|
|
19137
19264
|
return _array_like_to_array$a(o, minLen);
|
|
19138
19265
|
}
|
|
19139
19266
|
var FilterWithDates = function(param) {
|
|
19140
|
-
var value = param.value, onChange = param.onChange, localeKey = param.localeKey,
|
|
19267
|
+
var value = param.value, onChange = param.onChange, localeKey = param.localeKey, locale = param.locale, onStartBtnSubmit = param.onStartBtnSubmit, onEndBtnSubmit = param.onEndBtnSubmit, data = param.data, tweakStyles = param.tweakStyles, testId = param.testId, _param_startPickerProps = param.startPickerProps, startPickerProps = _param_startPickerProps === void 0 ? DEFAULT_PICKER_PROPS : _param_startPickerProps, _param_endPickerProps = param.endPickerProps, endPickerProps = _param_endPickerProps === void 0 ? DEFAULT_PICKER_PROPS : _param_endPickerProps, _param_isClearable = param.isClearable, isClearable = _param_isClearable === void 0 ? true : _param_isClearable;
|
|
19141
19268
|
var classes = useStyles$q({
|
|
19142
19269
|
theme: tweakStyles
|
|
19143
19270
|
});
|
|
@@ -19171,27 +19298,27 @@ var FilterWithDates = function(param) {
|
|
|
19171
19298
|
var ref = useRef(null);
|
|
19172
19299
|
var dateLocale = localeKey === "ru" ? ru : enUS;
|
|
19173
19300
|
var translates = useMemo(function() {
|
|
19174
|
-
return getLocale$1(localeKey,
|
|
19301
|
+
return getLocale$1(localeKey, locale);
|
|
19175
19302
|
}, [
|
|
19176
19303
|
localeKey,
|
|
19177
|
-
|
|
19304
|
+
locale
|
|
19178
19305
|
]);
|
|
19179
19306
|
var handleClear = function() {
|
|
19180
19307
|
onEndBtnSubmit();
|
|
19181
19308
|
};
|
|
19182
19309
|
var isOpenCalendar = isOpenFrom || isOpenTo;
|
|
19183
19310
|
var handleFromSelected = function(val) {
|
|
19184
|
-
var
|
|
19311
|
+
var _value_to2;
|
|
19185
19312
|
onChange({
|
|
19186
19313
|
from: val,
|
|
19187
|
-
to: (
|
|
19314
|
+
to: (_value_to2 = value === null || value === void 0 ? void 0 : value.to) !== null && _value_to2 !== void 0 ? _value_to2 : null
|
|
19188
19315
|
});
|
|
19189
19316
|
setOpenFrom(false);
|
|
19190
19317
|
};
|
|
19191
19318
|
var handleToSelected = function(val) {
|
|
19192
|
-
var
|
|
19319
|
+
var _value_from2;
|
|
19193
19320
|
onChange({
|
|
19194
|
-
from: (
|
|
19321
|
+
from: (_value_from2 = value === null || value === void 0 ? void 0 : value.from) !== null && _value_from2 !== void 0 ? _value_from2 : null,
|
|
19195
19322
|
to: val
|
|
19196
19323
|
});
|
|
19197
19324
|
setOpenTo(false);
|
|
@@ -19203,10 +19330,10 @@ var FilterWithDates = function(param) {
|
|
|
19203
19330
|
to: val
|
|
19204
19331
|
});
|
|
19205
19332
|
} else {
|
|
19206
|
-
var
|
|
19333
|
+
var _value_to2;
|
|
19207
19334
|
onChange({
|
|
19208
19335
|
from: val,
|
|
19209
|
-
to: (
|
|
19336
|
+
to: (_value_to2 = value === null || value === void 0 ? void 0 : value.to) !== null && _value_to2 !== void 0 ? _value_to2 : null
|
|
19210
19337
|
});
|
|
19211
19338
|
}
|
|
19212
19339
|
};
|
|
@@ -19217,14 +19344,14 @@ var FilterWithDates = function(param) {
|
|
|
19217
19344
|
to: value.from
|
|
19218
19345
|
});
|
|
19219
19346
|
} else {
|
|
19220
|
-
var
|
|
19347
|
+
var _value_from2;
|
|
19221
19348
|
onChange({
|
|
19222
|
-
from: (
|
|
19349
|
+
from: (_value_from2 = value === null || value === void 0 ? void 0 : value.from) !== null && _value_from2 !== void 0 ? _value_from2 : null,
|
|
19223
19350
|
to: val
|
|
19224
19351
|
});
|
|
19225
19352
|
}
|
|
19226
19353
|
};
|
|
19227
|
-
var _ref;
|
|
19354
|
+
var _value_to, _value_from, _ref;
|
|
19228
19355
|
return /* @__PURE__ */ jsxs("div", _object_spread_props$s(_object_spread$t({
|
|
19229
19356
|
className: classes.root
|
|
19230
19357
|
}, addDataAttributes(data)), {
|
|
@@ -19236,7 +19363,7 @@ var FilterWithDates = function(param) {
|
|
|
19236
19363
|
className: classes.containerItem,
|
|
19237
19364
|
children: /* @__PURE__ */ jsx(DatePicker, _object_spread$t({
|
|
19238
19365
|
selectedDate: value === null || value === void 0 ? void 0 : value.from,
|
|
19239
|
-
maxDate: value === null || value === void 0 ? void 0 : value.to,
|
|
19366
|
+
maxDate: (_value_to = value === null || value === void 0 ? void 0 : value.to) !== null && _value_to !== void 0 ? _value_to : void 0,
|
|
19240
19367
|
label: translates.from,
|
|
19241
19368
|
months: translates.months,
|
|
19242
19369
|
locale: dateLocale,
|
|
@@ -19252,7 +19379,7 @@ var FilterWithDates = function(param) {
|
|
|
19252
19379
|
selectedDate: value === null || value === void 0 ? void 0 : value.to,
|
|
19253
19380
|
label: translates.to,
|
|
19254
19381
|
months: translates.months,
|
|
19255
|
-
minDate: value === null || value === void 0 ? void 0 : value.from,
|
|
19382
|
+
minDate: (_value_from = value === null || value === void 0 ? void 0 : value.from) !== null && _value_from !== void 0 ? _value_from : void 0,
|
|
19256
19383
|
locale: dateLocale,
|
|
19257
19384
|
onChangeDate: handleChangeTo,
|
|
19258
19385
|
tweakStyles: tweakEndDatePickerStyles,
|
|
@@ -19438,15 +19565,15 @@ function _unsupported_iterable_to_array$9(o, minLen) {
|
|
|
19438
19565
|
return _array_like_to_array$9(o, minLen);
|
|
19439
19566
|
}
|
|
19440
19567
|
var FilterWithPeriod = function(param) {
|
|
19441
|
-
var value = param.value, localeKey = param.localeKey,
|
|
19568
|
+
var value = param.value, localeKey = param.localeKey, locale = param.locale, onChange = param.onChange, onClose = param.onClose, periods = param.periods, tweakStyles = param.tweakStyles, testId = param.testId;
|
|
19442
19569
|
var classes = useStyles$p({
|
|
19443
19570
|
theme: tweakStyles
|
|
19444
19571
|
});
|
|
19445
19572
|
var translates = useMemo(function() {
|
|
19446
|
-
return getLocale$1(localeKey,
|
|
19573
|
+
return getLocale$1(localeKey, locale);
|
|
19447
19574
|
}, [
|
|
19448
19575
|
localeKey,
|
|
19449
|
-
|
|
19576
|
+
locale
|
|
19450
19577
|
]);
|
|
19451
19578
|
var _useState = _sliced_to_array$9(useState((value === null || value === void 0 ? void 0 : value.periodType) !== "CUSTOM"), 2), isPeriodPickerShown = _useState[0], setIsPeriodPickerShown = _useState[1];
|
|
19452
19579
|
var _useState1 = _sliced_to_array$9(useState((value === null || value === void 0 ? void 0 : value.periodType) === "CUSTOM"), 2), isDatePickerShown = _useState1[0], setIsDatePickerShown = _useState1[1];
|
|
@@ -19659,14 +19786,14 @@ function _object_spread_props$q(target, source) {
|
|
|
19659
19786
|
return target;
|
|
19660
19787
|
}
|
|
19661
19788
|
function Filter(props) {
|
|
19662
|
-
var filter = props.filter, value = props.value, onChange = props.onChange, onClose = props.onClose, localeKey = props.localeKey,
|
|
19789
|
+
var filter = props.filter, value = props.value, onChange = props.onChange, onClose = props.onClose, localeKey = props.localeKey, locale = props.locale, testId = props.testId;
|
|
19663
19790
|
var _filter_localeKey;
|
|
19664
19791
|
var translatesLocaleKey = (_filter_localeKey = filter.localeKey) !== null && _filter_localeKey !== void 0 ? _filter_localeKey : localeKey;
|
|
19665
19792
|
var translates = useMemo(function() {
|
|
19666
|
-
return getLocale$1(translatesLocaleKey,
|
|
19793
|
+
return getLocale$1(translatesLocaleKey, locale, filter.locale);
|
|
19667
19794
|
}, [
|
|
19668
19795
|
translatesLocaleKey,
|
|
19669
|
-
|
|
19796
|
+
locale,
|
|
19670
19797
|
filter.locale
|
|
19671
19798
|
]);
|
|
19672
19799
|
if (filter.type === "select") {
|
|
@@ -19951,7 +20078,7 @@ function _unsupported_iterable_to_array$8(o, minLen) {
|
|
|
19951
20078
|
return _array_like_to_array$8(o, minLen);
|
|
19952
20079
|
}
|
|
19953
20080
|
function FiltersPaneSearch(param) {
|
|
19954
|
-
var value = param.value, _param_fields = param.fields, fields = _param_fields === void 0 ? [] : _param_fields, field = param.field, onChange = param.onChange, localeKey = param.localeKey,
|
|
20081
|
+
var value = param.value, _param_fields = param.fields, fields = _param_fields === void 0 ? [] : _param_fields, field = param.field, onChange = param.onChange, localeKey = param.localeKey, locale = param.locale, getValueId = param.getValueId, getValueView = param.getValueView, getValueString = param.getValueString, hasClearSelectButton = param.hasClearSelectButton, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, _param_isSelectSearchEnabled = param.isSelectSearchEnabled, isSelectSearchEnabled = _param_isSelectSearchEnabled === void 0 ? true : _param_isSelectSearchEnabled, maxLength = param.maxLength, data = param.data, tweakStyles = param.tweakStyles, testId = param.testId;
|
|
19955
20082
|
var classes = useStyles$o({
|
|
19956
20083
|
theme: tweakStyles
|
|
19957
20084
|
});
|
|
@@ -19971,10 +20098,10 @@ function FiltersPaneSearch(param) {
|
|
|
19971
20098
|
var _useState1 = _sliced_to_array$8(useState(false), 2), isOpen = _useState1[0], setIsOpen = _useState1[1];
|
|
19972
20099
|
var refRoot = useRef(null);
|
|
19973
20100
|
var translates = useMemo(function() {
|
|
19974
|
-
return getLocale$1(localeKey,
|
|
20101
|
+
return getLocale$1(localeKey, locale);
|
|
19975
20102
|
}, [
|
|
19976
20103
|
localeKey,
|
|
19977
|
-
|
|
20104
|
+
locale
|
|
19978
20105
|
]);
|
|
19979
20106
|
useOnClickOutside(refRoot, function() {
|
|
19980
20107
|
return setIsOpen(false);
|
|
@@ -20081,17 +20208,17 @@ function _instanceof$1(left2, right2) {
|
|
|
20081
20208
|
}
|
|
20082
20209
|
}
|
|
20083
20210
|
function FilterValueView(param) {
|
|
20084
|
-
var value = param.value, filter = param.filter,
|
|
20211
|
+
var value = param.value, filter = param.filter, locale = param.locale, localeKey = param.localeKey, tweakStyles = param.tweakStyles;
|
|
20085
20212
|
var classes = useStyles$n({
|
|
20086
20213
|
theme: tweakStyles
|
|
20087
20214
|
});
|
|
20088
20215
|
var _filter_localeKey;
|
|
20089
20216
|
var translatesLocaleKey = (_filter_localeKey = filter.localeKey) !== null && _filter_localeKey !== void 0 ? _filter_localeKey : localeKey;
|
|
20090
20217
|
var translates = useMemo(function() {
|
|
20091
|
-
return getLocale$1(translatesLocaleKey,
|
|
20218
|
+
return getLocale$1(translatesLocaleKey, locale, filter.locale);
|
|
20092
20219
|
}, [
|
|
20093
20220
|
translatesLocaleKey,
|
|
20094
|
-
|
|
20221
|
+
locale,
|
|
20095
20222
|
filter.locale
|
|
20096
20223
|
]);
|
|
20097
20224
|
if (isEmpty(value)) {
|
|
@@ -20393,7 +20520,7 @@ function _object_spread_props$o(target, source) {
|
|
|
20393
20520
|
return target;
|
|
20394
20521
|
}
|
|
20395
20522
|
function FilterWrapper(param) {
|
|
20396
|
-
var filter = param.filter, value = param.value, isDisabled = param.isDisabled,
|
|
20523
|
+
var filter = param.filter, value = param.value, isDisabled = param.isDisabled, locale = param.locale, localeKey = param.localeKey, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles, onChange = param.onChange;
|
|
20397
20524
|
var classes = useStyles$m({
|
|
20398
20525
|
theme: tweakStyles
|
|
20399
20526
|
});
|
|
@@ -20412,7 +20539,7 @@ function FilterWrapper(param) {
|
|
|
20412
20539
|
value,
|
|
20413
20540
|
filter,
|
|
20414
20541
|
localeKey,
|
|
20415
|
-
locale
|
|
20542
|
+
locale,
|
|
20416
20543
|
onChange,
|
|
20417
20544
|
testId
|
|
20418
20545
|
});
|
|
@@ -20454,7 +20581,7 @@ function FilterWrapper(param) {
|
|
|
20454
20581
|
children: /* @__PURE__ */ jsx(FilterValueView, {
|
|
20455
20582
|
value,
|
|
20456
20583
|
filter,
|
|
20457
|
-
locale
|
|
20584
|
+
locale,
|
|
20458
20585
|
localeKey,
|
|
20459
20586
|
testId: getTestId(testId, "value"),
|
|
20460
20587
|
tweakStyles: tweakFilterValueViewStyles
|
|
@@ -20482,7 +20609,7 @@ function FilterWrapper(param) {
|
|
|
20482
20609
|
return /* @__PURE__ */ jsx(Filter, {
|
|
20483
20610
|
value,
|
|
20484
20611
|
filter,
|
|
20485
|
-
locale
|
|
20612
|
+
locale,
|
|
20486
20613
|
localeKey,
|
|
20487
20614
|
onClose,
|
|
20488
20615
|
onChange,
|
|
@@ -20544,7 +20671,7 @@ function _object_spread_props$n(target, source) {
|
|
|
20544
20671
|
return target;
|
|
20545
20672
|
}
|
|
20546
20673
|
function FiltersPane(param) {
|
|
20547
|
-
var data = param.data, tweakStyles = param.tweakStyles, filtersConfig = param.filtersConfig, enabledFilters = param.enabledFilters, _param_values = param.values, values = _param_values === void 0 ? {} : _param_values, localeKey = param.localeKey,
|
|
20674
|
+
var data = param.data, tweakStyles = param.tweakStyles, filtersConfig = param.filtersConfig, enabledFilters = param.enabledFilters, _param_values = param.values, values = _param_values === void 0 ? {} : _param_values, localeKey = param.localeKey, locale = param.locale, search = param.search, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, _param_hasClearButton = param.hasClearButton, hasClearButton = _param_hasClearButton === void 0 ? true : _param_hasClearButton, _param_shouldRenderDataId = param.shouldRenderDataId, shouldRenderDataId = _param_shouldRenderDataId === void 0 ? false : _param_shouldRenderDataId, _param_settingsIcon = param.settingsIcon, settingsIcon = _param_settingsIcon === void 0 ? "filter" : _param_settingsIcon, testId = param.testId, onChangeFilters = param.onChangeFilters, onSettingsButtonClick = param.onSettingsButtonClick, onClear = param.onClear;
|
|
20548
20675
|
var classes = useStyles$u({
|
|
20549
20676
|
theme: tweakStyles
|
|
20550
20677
|
});
|
|
@@ -20560,10 +20687,10 @@ function FiltersPane(param) {
|
|
|
20560
20687
|
currentComponentName: "FiltersPane"
|
|
20561
20688
|
});
|
|
20562
20689
|
var translates = useMemo(function() {
|
|
20563
|
-
return getLocale$1(localeKey,
|
|
20690
|
+
return getLocale$1(localeKey, locale);
|
|
20564
20691
|
}, [
|
|
20565
20692
|
localeKey,
|
|
20566
|
-
|
|
20693
|
+
locale
|
|
20567
20694
|
]);
|
|
20568
20695
|
var filtersKeys = enabledFilters !== null && enabledFilters !== void 0 ? enabledFilters : Object.keys(filtersConfig);
|
|
20569
20696
|
var handleClear = function() {
|
|
@@ -20607,7 +20734,7 @@ function FiltersPane(param) {
|
|
|
20607
20734
|
})
|
|
20608
20735
|
})),
|
|
20609
20736
|
search !== void 0 && /* @__PURE__ */ jsx(FiltersPaneSearch, _object_spread_props$n(_object_spread$o({}, search), {
|
|
20610
|
-
locale: getLocale$1((_search_localeKey = search.localeKey) !== null && _search_localeKey !== void 0 ? _search_localeKey : localeKey, search.locale,
|
|
20737
|
+
locale: getLocale$1((_search_localeKey = search.localeKey) !== null && _search_localeKey !== void 0 ? _search_localeKey : localeKey, search.locale, locale),
|
|
20611
20738
|
localeKey: (_search_localeKey1 = search.localeKey) !== null && _search_localeKey1 !== void 0 ? _search_localeKey1 : localeKey,
|
|
20612
20739
|
isDisabled: (_search_isDisabled = search.isDisabled) !== null && _search_isDisabled !== void 0 ? _search_isDisabled : isDisabled,
|
|
20613
20740
|
testId: getTestId(testId, "search")
|
|
@@ -20627,7 +20754,7 @@ function FiltersPane(param) {
|
|
|
20627
20754
|
}
|
|
20628
20755
|
var filterWrapper = /* @__PURE__ */ jsx(FilterWrapper, {
|
|
20629
20756
|
filter,
|
|
20630
|
-
locale
|
|
20757
|
+
locale,
|
|
20631
20758
|
localeKey,
|
|
20632
20759
|
onChange: function(value) {
|
|
20633
20760
|
return onChangeFilters(_object_spread_props$n(_object_spread$o({}, values), _define_property$p({}, filterKey, value)));
|
|
@@ -29038,7 +29165,7 @@ function _unsupported_iterable_to_array$4(o, minLen) {
|
|
|
29038
29165
|
return _array_like_to_array$4(o, minLen);
|
|
29039
29166
|
}
|
|
29040
29167
|
function MultiSelect(param) {
|
|
29041
|
-
var value = param.value, _param_corners = param.corners, corners = _param_corners === void 0 ? "full" : _param_corners, _param_isInvalid = param.isInvalid, isInvalid = _param_isInvalid === void 0 ? false : _param_isInvalid, _param_isRequired = param.isRequired, isRequired = _param_isRequired === void 0 ? false : _param_isRequired, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, _param_placeholder = param.placeholder, placeholder = _param_placeholder === void 0 ? "" : _param_placeholder, localeKey = param.localeKey,
|
|
29168
|
+
var value = param.value, _param_corners = param.corners, corners = _param_corners === void 0 ? "full" : _param_corners, _param_isInvalid = param.isInvalid, isInvalid = _param_isInvalid === void 0 ? false : _param_isInvalid, _param_isRequired = param.isRequired, isRequired = _param_isRequired === void 0 ? false : _param_isRequired, _param_isDisabled = param.isDisabled, isDisabled = _param_isDisabled === void 0 ? false : _param_isDisabled, _param_placeholder = param.placeholder, placeholder = _param_placeholder === void 0 ? "" : _param_placeholder, localeKey = param.localeKey, locale = param.locale, testId = param.testId, data = param.data, onChange = param.onChange, fetchOptions = param.fetchOptions, tweakStyles = param.tweakStyles;
|
|
29042
29169
|
var classes = useStyles$c({
|
|
29043
29170
|
theme: tweakStyles
|
|
29044
29171
|
});
|
|
@@ -29074,7 +29201,7 @@ function MultiSelect(param) {
|
|
|
29074
29201
|
tweakStyles: tweakMultiSelectListStyles,
|
|
29075
29202
|
value,
|
|
29076
29203
|
localeKey,
|
|
29077
|
-
locale
|
|
29204
|
+
locale,
|
|
29078
29205
|
fetchOptions,
|
|
29079
29206
|
onChange,
|
|
29080
29207
|
onClose: handleOnClose
|
|
@@ -29422,7 +29549,7 @@ function _unsupported_iterable_to_array$3(o, minLen) {
|
|
|
29422
29549
|
return _array_like_to_array$3(o, minLen);
|
|
29423
29550
|
}
|
|
29424
29551
|
var PhoneInputCountryList = function(param) {
|
|
29425
|
-
var
|
|
29552
|
+
var locale = param.locale, placeholder = param.placeholder, selectedCountryCode = param.selectedCountryCode, closeList = param.closeList, noMatchesLabel = param.noMatchesLabel, onChange = param.onChange, tweakStyles = param.tweakStyles;
|
|
29426
29553
|
var classes = useStyles$a({
|
|
29427
29554
|
theme: tweakStyles
|
|
29428
29555
|
});
|
|
@@ -29433,10 +29560,10 @@ var PhoneInputCountryList = function(param) {
|
|
|
29433
29560
|
currentComponentName: "PhoneInputCountryList"
|
|
29434
29561
|
});
|
|
29435
29562
|
var sortedCountries = useMemo(function() {
|
|
29436
|
-
return sortCountriesByLocale(phoneInfo,
|
|
29563
|
+
return sortCountriesByLocale(phoneInfo, locale);
|
|
29437
29564
|
}, [
|
|
29438
29565
|
phoneInfo,
|
|
29439
|
-
|
|
29566
|
+
locale
|
|
29440
29567
|
]);
|
|
29441
29568
|
var selectedCountryIdx = findCountryIndexByCode(selectedCountryCode, sortedCountries);
|
|
29442
29569
|
var _useState = _sliced_to_array$3(useState(""), 2), searchValue = _useState[0], setSearchValue = _useState[1];
|
|
@@ -29528,7 +29655,7 @@ var PhoneInputCountryList = function(param) {
|
|
|
29528
29655
|
}),
|
|
29529
29656
|
/* @__PURE__ */ jsx("div", {
|
|
29530
29657
|
className: classes.countryName,
|
|
29531
|
-
children: getCountryTextByLocale(country,
|
|
29658
|
+
children: getCountryTextByLocale(country, locale)
|
|
29532
29659
|
}),
|
|
29533
29660
|
/* @__PURE__ */ jsx("div", {
|
|
29534
29661
|
className: classes.dialCode,
|
|
@@ -29765,7 +29892,7 @@ function _unsupported_iterable_to_array$2(o, minLen) {
|
|
|
29765
29892
|
return _array_like_to_array$2(o, minLen);
|
|
29766
29893
|
}
|
|
29767
29894
|
var PhoneInput = function(_param) {
|
|
29768
|
-
var _param_locale = _param.locale,
|
|
29895
|
+
var _param_locale = _param.locale, locale = _param_locale === void 0 ? "ru" : _param_locale, _param_value = _param.value, value = _param_value === void 0 ? DEFAULT_VALUE$1 : _param_value, onChange = _param.onChange, data = _param.data, testId = _param.testId, isDisabled = _param.isDisabled, isInvalid = _param.isInvalid, isActive = _param.isActive, tweakStyles = _param.tweakStyles, _param_codeSearchPlaceholder = _param.codeSearchPlaceholder, codeSearchPlaceholder = _param_codeSearchPlaceholder === void 0 ? "Поиск" : _param_codeSearchPlaceholder, _param_noMatchesLabel = _param.noMatchesLabel, noMatchesLabel = _param_noMatchesLabel === void 0 ? "Ничего не найдено" : _param_noMatchesLabel, inputProps = _object_without_properties$5(_param, [
|
|
29769
29896
|
"locale",
|
|
29770
29897
|
"value",
|
|
29771
29898
|
"onChange",
|
|
@@ -29902,7 +30029,7 @@ var PhoneInput = function(_param) {
|
|
|
29902
30029
|
children: /* @__PURE__ */ jsx(PhoneInputCountryList, {
|
|
29903
30030
|
selectedCountryCode: countryCode,
|
|
29904
30031
|
placeholder: codeSearchPlaceholder,
|
|
29905
|
-
locale
|
|
30032
|
+
locale,
|
|
29906
30033
|
tweakStyles: tweakCountryListStyles,
|
|
29907
30034
|
noMatchesLabel,
|
|
29908
30035
|
onChange: handleSelect,
|