fix imgthumb
This commit is contained in:
parent
0539c95178
commit
b440f92c5e
|
|
@ -19,10 +19,6 @@ export const Typeahead = lazify(
|
||||||
async () => (await import("@/comps/ui/typeahead")).Typeahead
|
async () => (await import("@/comps/ui/typeahead")).Typeahead
|
||||||
);
|
);
|
||||||
|
|
||||||
export const ImgThumb = lazify(
|
|
||||||
async () => (await import("@/comps/form/field/type/FilePreview")).ImgThumb
|
|
||||||
);
|
|
||||||
|
|
||||||
/** Master - Detail - List - Form */
|
/** Master - Detail - List - Form */
|
||||||
export const MasterDetail = lazify(
|
export const MasterDetail = lazify(
|
||||||
async () => (await import("@/comps/md/MasterDetail")).MasterDetail
|
async () => (await import("@/comps/md/MasterDetail")).MasterDetail
|
||||||
|
|
@ -99,7 +95,6 @@ export const KeyValue = lazify(
|
||||||
async () => (await import("@/comps/form/field/type/KeyValue")).KeyValue
|
async () => (await import("@/comps/form/field/type/KeyValue")).KeyValue
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
export { fetchLinkParams } from "@/comps/form/field/type/TypeLink";
|
export { fetchLinkParams } from "@/comps/form/field/type/TypeLink";
|
||||||
export { FieldLoading, Spinner } from "@/comps/ui/field-loading";
|
export { FieldLoading, Spinner } from "@/comps/ui/field-loading";
|
||||||
export { lang } from "lib/lang";
|
export { lang } from "lib/lang";
|
||||||
|
|
@ -107,6 +102,7 @@ export { prasi_gen } from "./gen/prasi_gen";
|
||||||
export { guessLabel } from "./utils/guess-label";
|
export { guessLabel } from "./utils/guess-label";
|
||||||
import __get from "lodash.get";
|
import __get from "lodash.get";
|
||||||
import { sum } from "./utils/sum";
|
import { sum } from "./utils/sum";
|
||||||
|
export { ImgThumb } from "@/comps/form/field/type/FilePreview";
|
||||||
export { lastParams } from "@/comps/form/field/type/TypeLink";
|
export { lastParams } from "@/comps/form/field/type/TypeLink";
|
||||||
export { _post } from "./utils/post";
|
export { _post } from "./utils/post";
|
||||||
export { toast, Toaster } from "./comps/ui/toast";
|
export { toast, Toaster } from "./comps/ui/toast";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue