@vuetify/one 1.4.0 → 1.4.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 +4 -1
- package/dist/index.js +1144 -1138
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1813,6 +1813,7 @@ declare const usePromotionsStore: pinia.StoreDefinition<"promotions", pinia._Unw
|
|
|
1813
1813
|
};
|
|
1814
1814
|
}[]>;
|
|
1815
1815
|
isLoading: vue.ShallowRef<boolean>;
|
|
1816
|
+
hasLoaded: vue.ShallowRef<boolean>;
|
|
1816
1817
|
discoverable: globalThis.ComputedRef<{
|
|
1817
1818
|
id: string;
|
|
1818
1819
|
slug: string;
|
|
@@ -1921,7 +1922,7 @@ declare const usePromotionsStore: pinia.StoreDefinition<"promotions", pinia._Unw
|
|
|
1921
1922
|
show: (id: string) => Promise<Promotion | undefined>;
|
|
1922
1923
|
store: (data: FormData) => Promise<Promotion | undefined>;
|
|
1923
1924
|
update: (id: string, data: FormData) => Promise<Promotion | undefined>;
|
|
1924
|
-
}, "isLoading" | "all" | "aall" | "record">>, Pick<{
|
|
1925
|
+
}, "isLoading" | "all" | "aall" | "record" | "hasLoaded">>, Pick<{
|
|
1925
1926
|
all: globalThis.Ref<{
|
|
1926
1927
|
id: string;
|
|
1927
1928
|
slug: string;
|
|
@@ -1991,6 +1992,7 @@ declare const usePromotionsStore: pinia.StoreDefinition<"promotions", pinia._Unw
|
|
|
1991
1992
|
};
|
|
1992
1993
|
}[]>;
|
|
1993
1994
|
isLoading: vue.ShallowRef<boolean>;
|
|
1995
|
+
hasLoaded: vue.ShallowRef<boolean>;
|
|
1994
1996
|
discoverable: globalThis.ComputedRef<{
|
|
1995
1997
|
id: string;
|
|
1996
1998
|
slug: string;
|
|
@@ -2169,6 +2171,7 @@ declare const usePromotionsStore: pinia.StoreDefinition<"promotions", pinia._Unw
|
|
|
2169
2171
|
};
|
|
2170
2172
|
}[]>;
|
|
2171
2173
|
isLoading: vue.ShallowRef<boolean>;
|
|
2174
|
+
hasLoaded: vue.ShallowRef<boolean>;
|
|
2172
2175
|
discoverable: globalThis.ComputedRef<{
|
|
2173
2176
|
id: string;
|
|
2174
2177
|
slug: string;
|