bxs-tools-ui 3.0.4 → 3.0.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.
@@ -1152,7 +1152,7 @@ const script$3 = {
1152
1152
  })[1];
1153
1153
  var accountValueValues = get(accountValueDetail, 'values') || [];
1154
1154
  var takeMaxDetail = (addAndTakeDetailData || []).find(function (d) {
1155
- return d.key === 'take_make';
1155
+ return d.key === 'take_max';
1156
1156
  });
1157
1157
  var takeMaxValues = get(takeMaxDetail, 'values') || [];
1158
1158
  var maxAvailableAmount = null;
package/es/index.js CHANGED
@@ -3295,7 +3295,7 @@ const script$O = {
3295
3295
  })[1];
3296
3296
  var accountValueValues = get$3(accountValueDetail, 'values') || [];
3297
3297
  var takeMaxDetail = (addAndTakeDetailData || []).find(function (d) {
3298
- return d.key === 'take_make';
3298
+ return d.key === 'take_max';
3299
3299
  });
3300
3300
  var takeMaxValues = get$3(takeMaxDetail, 'values') || [];
3301
3301
  var maxAvailableAmount = null;
@@ -39593,7 +39593,7 @@ if (typeof window !== 'undefined' && window.Vue) {
39593
39593
  install(window.Vue);
39594
39594
  }
39595
39595
  const index = {
39596
- version: '3.0.4',
39596
+ version: '3.0.5',
39597
39597
  install: install
39598
39598
  };
39599
39599
 
@@ -1146,7 +1146,7 @@
1146
1146
  })[1];
1147
1147
  var accountValueValues = lodash.get(accountValueDetail, 'values') || [];
1148
1148
  var takeMaxDetail = (addAndTakeDetailData || []).find(function (d) {
1149
- return d.key === 'take_make';
1149
+ return d.key === 'take_max';
1150
1150
  });
1151
1151
  var takeMaxValues = lodash.get(takeMaxDetail, 'values') || [];
1152
1152
  var maxAvailableAmount = null;
package/lib/index.js CHANGED
@@ -3285,7 +3285,7 @@
3285
3285
  })[1];
3286
3286
  var accountValueValues = lodash.get(accountValueDetail, 'values') || [];
3287
3287
  var takeMaxDetail = (addAndTakeDetailData || []).find(function (d) {
3288
- return d.key === 'take_make';
3288
+ return d.key === 'take_max';
3289
3289
  });
3290
3290
  var takeMaxValues = lodash.get(takeMaxDetail, 'values') || [];
3291
3291
  var maxAvailableAmount = null;
@@ -39583,7 +39583,7 @@
39583
39583
  install(window.Vue);
39584
39584
  }
39585
39585
  var index = {
39586
- version: '3.0.4',
39586
+ version: '3.0.5',
39587
39587
  install: install
39588
39588
  };
39589
39589
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -364,7 +364,7 @@ export default {
364
364
  const adjustData = _get(takeAdjustData, 'adjustData') || [];
365
365
  const accountValueDetail = (addAndTakeDetailData || []).filter(e => e.key === 'account_value')[1];
366
366
  const accountValueValues = _get(accountValueDetail, 'values') || [];
367
- const takeMaxDetail = (addAndTakeDetailData || []).find(d => d.key === 'take_make');
367
+ const takeMaxDetail = (addAndTakeDetailData || []).find(d => d.key === 'take_max');
368
368
  const takeMaxValues = _get(takeMaxDetail, 'values') || [];
369
369
 
370
370
  let maxAvailableAmount = null;
package/packages/index.ts CHANGED
@@ -47,6 +47,6 @@ export {
47
47
  }
48
48
 
49
49
  export default {
50
- version: '3.0.4',
50
+ version: '3.0.5',
51
51
  install
52
52
  }