tg-core-components 6.3.4-3.4 → 6.3.4-3.5
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.
|
@@ -256,6 +256,7 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
256
256
|
useEffect(function () {
|
|
257
257
|
if (newLimit) {
|
|
258
258
|
setValue(newLimit.Amount);
|
|
259
|
+
console.log(getValues(newLimit.maxAmounts, currency, timespan));
|
|
259
260
|
}
|
|
260
261
|
}, [newLimit]);
|
|
261
262
|
|
|
@@ -349,7 +350,6 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
349
350
|
inputMode === 'input' && React.createElement(
|
|
350
351
|
Fragment,
|
|
351
352
|
null,
|
|
352
|
-
console.log(newLimit),
|
|
353
353
|
React.createElement(Input, {
|
|
354
354
|
type: 'number',
|
|
355
355
|
pattern: '\\d*',
|
|
@@ -287,6 +287,7 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
287
287
|
(0, _react.useEffect)(function () {
|
|
288
288
|
if (newLimit) {
|
|
289
289
|
setValue(newLimit.Amount);
|
|
290
|
+
console.log((0, _helpers.getValues)(newLimit.maxAmounts, currency, timespan));
|
|
290
291
|
}
|
|
291
292
|
}, [newLimit]);
|
|
292
293
|
|
|
@@ -380,7 +381,6 @@ var DefaultTimespan = function DefaultTimespan(_ref10) {
|
|
|
380
381
|
inputMode === 'input' && _react2.default.createElement(
|
|
381
382
|
_react.Fragment,
|
|
382
383
|
null,
|
|
383
|
-
console.log(newLimit),
|
|
384
384
|
_react2.default.createElement(_Input2.default, {
|
|
385
385
|
type: 'number',
|
|
386
386
|
pattern: '\\d*',
|