@brokerize/elements 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/dist/bundle.es.js +5 -2
- package/dist/bundle.umd.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
# 1.0.
|
|
3
|
+
# 1.0.3 (released 2024-10-16)
|
|
4
|
+
|
|
5
|
+
- `FIXED` the display of available size to sell from a position in the order form
|
|
6
|
+
- `FIXED` the execution size display in order receipts
|
|
7
|
+
|
|
8
|
+
# 1.0.1, 1.0.2 (released 2024-10-04)
|
|
9
|
+
|
|
4
10
|
These releases are only small documentation and tag changes related to the switch to public npm.
|
|
5
11
|
|
|
6
12
|
# 1.0.0 (released 2024-10-04)
|
package/dist/bundle.es.js
CHANGED
|
@@ -19596,7 +19596,9 @@ function yI(t, e, n) {
|
|
|
19596
19596
|
type: "amount",
|
|
19597
19597
|
value: {
|
|
19598
19598
|
value: y.size.value,
|
|
19599
|
-
currency: y.size.currency || "XXX"
|
|
19599
|
+
currency: y.size.currency || "XXX",
|
|
19600
|
+
minDecimals: y.size.minDecimals,
|
|
19601
|
+
maxDecimals: y.size.maxDecimals
|
|
19600
19602
|
}
|
|
19601
19603
|
}
|
|
19602
19604
|
},
|
|
@@ -47506,8 +47508,9 @@ function i6(t, e) {
|
|
|
47506
47508
|
});
|
|
47507
47509
|
}
|
|
47508
47510
|
function o6(t, e) {
|
|
47511
|
+
var r, i, o, l;
|
|
47509
47512
|
const n = e.security.selector;
|
|
47510
|
-
return t.cryptoPair === n.cryptoPair || t.cryptoCode === n.cryptoCode || t.isin ===
|
|
47513
|
+
return !!((r = n.cryptoPair) != null && r.length && t.cryptoPair === n.cryptoPair || (i = n.cryptoCode) != null && i.length && t.cryptoCode === n.cryptoCode || (o = n.isin) != null && o.length && t.isin === n.isin || (l = n.usTicker) != null && l.length && t.usTicker === n.usTicker);
|
|
47511
47514
|
}
|
|
47512
47515
|
function l6(t, e, n, r) {
|
|
47513
47516
|
return new ci((i) => {
|