@pitcher/canvas-ui
Advanced tools
Comparing version
@@ -5,2 +5,3 @@ import { ComputedRef } from 'vue'; | ||
import { BrowserAppProps } from './appTypes'; | ||
declare function refreshSelectedFolderDetails(folderId?: string): Promise<void> | Promise<FolderRetrieve> | undefined; | ||
declare function __VLS_template(): { | ||
@@ -30,2 +31,3 @@ attrs: Partial<{}>; | ||
favoritesFetcher: import('vue').Ref<import('./stores/api').FavoritesFetcher | null, import('./stores/api').FavoritesFetcher | null>; | ||
refreshSelectedFolderDetails: typeof refreshSelectedFolderDetails; | ||
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { | ||
@@ -32,0 +34,0 @@ viewFileDetails: (id: string) => any; |
@@ -11,2 +11,3 @@ import { Folder, FileRetrieve, FolderRetrieve, MiniFile, MiniPage, FolderFolder, File, FavoriteCreateRequest, Favorite, FolderCreateRequest, FolderUpdateRequest, FileUpdateRequest, MetadataTemplate, BulkDeleteRequest, BulkDeleteResponse, FileStatusEnum } from '../../../../types/openapi'; | ||
setSelectedFolder: boolean; | ||
forceRefresh?: boolean; | ||
}) => Promise<FolderRetrieve>; | ||
@@ -13,0 +14,0 @@ type FolderCreator = (payload: Omit<FolderCreateRequest, 'instance_id'>) => Promise<FolderRetrieve>; |
@@ -18,3 +18,3 @@ import { Ref } from 'vue'; | ||
clearFilters: () => void; | ||
updateFilters: (filterName: string, newValue: string | string[] | boolean) => void; | ||
updateFilters: (filterName: string, newValue: string | string[] | boolean | null) => void; | ||
}; |
declare const _default: <FilterValue extends string>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{ | ||
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{ | ||
readonly "onUpdate:modelValue"?: ((v: "" | FilterValue | FilterValue[]) => any) | undefined; | ||
readonly "onUpdate:modelValue"?: ((v: "" | FilterValue | FilterValue[] | null) => any) | undefined; | ||
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & { | ||
disabled?: boolean; | ||
name?: string; | ||
modelValue: FilterValue[] | FilterValue | ""; | ||
modelValue: FilterValue[] | FilterValue | null | ""; | ||
inline?: boolean; | ||
@@ -20,3 +20,3 @@ options: { | ||
}; | ||
emit: (e: "update:modelValue", v: "" | FilterValue | FilterValue[]) => void; | ||
emit: (e: "update:modelValue", v: "" | FilterValue | FilterValue[] | null) => void; | ||
}>) => import('vue').VNode & { | ||
@@ -23,0 +23,0 @@ __ctx?: Awaited<typeof __VLS_setup>; |
{ | ||
"name": "@pitcher/canvas-ui", | ||
"version": "19.161.3", | ||
"version": "19.161.4", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "module": "canvas-ui.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
33713705
0.31%90787
2.55%