abra-flexi 0.5.0 → 0.5.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/dist/index.cjs +4 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -66630,7 +66630,10 @@ var AFStitkyCache = class {
|
|
|
66630
66630
|
if (!keys) return void 0;
|
|
66631
66631
|
const list = [];
|
|
66632
66632
|
if (typeof keys === "string") keys = keys.split(", ");
|
|
66633
|
-
if (typeof groupFilter === "string")
|
|
66633
|
+
if (typeof groupFilter === "string") {
|
|
66634
|
+
groupFilter = this._stitekSkupiny.find((ss) => ss.kod === groupFilter);
|
|
66635
|
+
if (!groupFilter) return [];
|
|
66636
|
+
}
|
|
66634
66637
|
for (const key of keys) {
|
|
66635
66638
|
const stitek = this._stitky.find((s) => s.kod === key);
|
|
66636
66639
|
if (stitek) {
|