tg-core-components 6.3.4-2.8 → 6.3.4-3.1
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.
|
@@ -179,6 +179,7 @@ var LimitContent = function LimitContent(_ref3) {
|
|
|
179
179
|
getAlerts = _ref3.getAlerts,
|
|
180
180
|
isLoading = _ref3.isLoading,
|
|
181
181
|
currency = _ref3.currency,
|
|
182
|
+
maxAmounts = _ref3.maxAmounts,
|
|
182
183
|
values = _ref3.values,
|
|
183
184
|
valueType = _ref3.valueType,
|
|
184
185
|
hideRemainingLimit = _ref3.hideRemainingLimit,
|
|
@@ -192,6 +193,8 @@ var LimitContent = function LimitContent(_ref3) {
|
|
|
192
193
|
|
|
193
194
|
var alerts = getAlerts(Object.keys(timespans));
|
|
194
195
|
|
|
196
|
+
console.log(Object.values);
|
|
197
|
+
|
|
195
198
|
var onSubmit = function onSubmit(e) {
|
|
196
199
|
e.preventDefault();
|
|
197
200
|
var limits = Object.values(timespans).filter(function (t) {
|
|
@@ -221,6 +221,7 @@ var LimitContent = function LimitContent(_ref3) {
|
|
|
221
221
|
getAlerts = _ref3.getAlerts,
|
|
222
222
|
isLoading = _ref3.isLoading,
|
|
223
223
|
currency = _ref3.currency,
|
|
224
|
+
maxAmounts = _ref3.maxAmounts,
|
|
224
225
|
values = _ref3.values,
|
|
225
226
|
valueType = _ref3.valueType,
|
|
226
227
|
hideRemainingLimit = _ref3.hideRemainingLimit,
|
|
@@ -234,6 +235,8 @@ var LimitContent = function LimitContent(_ref3) {
|
|
|
234
235
|
|
|
235
236
|
var alerts = getAlerts(Object.keys(timespans));
|
|
236
237
|
|
|
238
|
+
console.log(Object.values);
|
|
239
|
+
|
|
237
240
|
var onSubmit = function onSubmit(e) {
|
|
238
241
|
e.preventDefault();
|
|
239
242
|
var limits = Object.values(timespans).filter(function (t) {
|