@arbocollab/arbo-web-target 0.0.2-alpha.0 → 0.0.2-alpha.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.
- package/es/index.es.js +5 -4
- package/npmjs.npmrc +1 -1
- package/package.json +3 -2
package/es/index.es.js
CHANGED
|
@@ -79314,11 +79314,12 @@ const o$e = /* @__PURE__ */ Id(i$e, [["__scopeId", "data-v-c8ef919c"], ["__file"
|
|
|
79314
79314
|
[VD]: "Amount",
|
|
79315
79315
|
[aD]: "Custom"
|
|
79316
79316
|
}, Qp = () => {
|
|
79317
|
+
var d;
|
|
79317
79318
|
const { listCurrenciesStore: e } = MZ(Mp()), { profileCurrencies: t } = sR();
|
|
79318
|
-
return (e == null ? void 0 : e.value.filter(
|
|
79319
|
-
(
|
|
79320
|
-
var
|
|
79321
|
-
return
|
|
79319
|
+
return ((d = e == null ? void 0 : e.value) == null ? void 0 : d.filter(
|
|
79320
|
+
(n) => {
|
|
79321
|
+
var V;
|
|
79322
|
+
return n.code === ((V = t.value) == null ? void 0 : V.workspace);
|
|
79322
79323
|
}
|
|
79323
79324
|
))[0].symbol;
|
|
79324
79325
|
}, W$e = /* @__PURE__ */ Le({
|
package/npmjs.npmrc
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbocollab/arbo-web-target",
|
|
3
|
-
"version": "0.0.2-alpha.
|
|
3
|
+
"version": "0.0.2-alpha.1",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"**/*.css"
|
|
6
6
|
],
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@arbocollab/ag-grid-ui-components": "^0.0.43",
|
|
29
29
|
"@arbocollab/arbo-calendar-component": "0.0.32",
|
|
30
|
-
"@arbocollab/arbo-common-utils": "0.0.12-alpha.0"
|
|
30
|
+
"@arbocollab/arbo-common-utils": "0.0.12-alpha.0",
|
|
31
|
+
"pinia": "^3.0.3"
|
|
31
32
|
}
|
|
32
33
|
}
|