refactor(store): Implement dynamic fetch resolution with AuthFetchResolver, impelement on ldp store
Introduces AuthFetchResolver to abstract and dynamically provide an authenticated fetch function. The LdpStore is updated to leverage this resolver, allowing it to discover auth components and listen for authentication activation events. This change decouples the store's fetch mechanism from specific authentication implementations, enhancing flexibility and type safety.
- Add AuthFetchResolver for universal auth fetch handling.
- Integrate AuthFetchResolver into LdpStore (and FC store).
- Update StoreOptions fetchMethod type.
- Remove redundant store-type.d.ts.