@vuetify/one 2.9.0 → 2.9.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.d.ts +1 -1
- package/dist/index.js +292 -268
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -433,7 +433,7 @@ interface LinksState {
|
|
|
433
433
|
index: () => Promise<VOneLink[]>;
|
|
434
434
|
create: (options: CreateLinkOptions) => Promise<VOneLink | undefined>;
|
|
435
435
|
}
|
|
436
|
-
declare const useLinksStore: pinia.StoreDefinition<"links", Pick<LinksState, "isLoading" | "all" | "isSaving">, Pick<LinksState, "favorites" | "pinned" | "canCreate">, Pick<LinksState, "
|
|
436
|
+
declare const useLinksStore: pinia.StoreDefinition<"links", Pick<LinksState, "isLoading" | "all" | "isSaving">, Pick<LinksState, "favorites" | "pinned" | "canCreate">, Pick<LinksState, "create" | "index">>;
|
|
437
437
|
|
|
438
438
|
interface VOneNotification {
|
|
439
439
|
id: string;
|