bt-core-app 2.0.32 → 2.0.34
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/bt-core-app.js +2786 -2774
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1608,7 +1608,7 @@ export declare interface StorePathOptions extends PathOptions {
|
|
|
1608
1608
|
/**will store this request in session as a special memory in the pinia store */
|
|
1609
1609
|
getStorageKey?: (dOptions: GetStorageKeyOptions) => string;
|
|
1610
1610
|
localOnly?: boolean;
|
|
1611
|
-
localPredicate?:
|
|
1611
|
+
localPredicate?: (item: any) => boolean;
|
|
1612
1612
|
storeKey?: string;
|
|
1613
1613
|
/**PLU Only */
|
|
1614
1614
|
dateFrom?: string;
|
package/package.json
CHANGED