import { PropType } from 'vue'; import { SizeTypes, ColorTypes } from '../../types'; declare const _default: import('vue').DefineComponent; }; /** * ボタンのラベル * @example 'ファイルを選択' */ label: { type: StringConstructor; default: string; }; /** * outline * @example outline */ outline: { type: BooleanConstructor; default: boolean; }; /** * ラウンドデザイン * @example rounded */ rounded: { type: BooleanConstructor; default: boolean; }; /** * スクエアデザイン * @example square */ square: { type: BooleanConstructor; default: boolean; }; /** * ボタンのサイズ * @example 'xs' | 'XS' | 's' | 'S' | 'm' | 'M' | 'l' | 'L' | 'xl' | 'XL' */ size: { type: PropType; default: string; }; /** * 画像幅 * -allMiniSizeの場合は使用しない */ imageWidth: { type: StringConstructor; default: string; }; /** * 画像高さ * -allMiniSizeの場合は使用しない */ imageHeight: { type: StringConstructor; default: string; }; /** * allMiniSize * 全てのサイズを最小にする(AFC用) */ allMiniSize: { type: BooleanConstructor; default: boolean; }; /** * カラー * @example 'primary' | 'secondary' | 'positive' | 'negative' | 'warning' */ color: { type: PropType; default: string; }; /** * 画像のURL(表示のみを行う) */ url: { type: StringConstructor; default: string; }; /** * アップロード済みの写真かどうか * @example uploaded */ uploaded: { type: BooleanConstructor; default: boolean; }; /** * メニューの項目を選択して表示 * @example showCustomMenu */ showCustomMenu: { type: PropType<{ download: boolean; delete: boolean; shareUrl: boolean; edit: boolean; close: boolean; }>; default: { download: boolean; delete: boolean; shareUrl: boolean; edit: boolean; close: boolean; }; }; /** * メニューの表示非表示 */ isNotMenu: { type: BooleanConstructor; default: boolean; }; /** * pdfタイトル */ pdfTitle: { type: StringConstructor; default: string; }; /** * mimeタイプ * 2パターンのみ * 影響しないように空も許容 */ mime: { type: StringConstructor; default: string; }; /** * mimeタイプ * 2パターンのみ * 影響しないように空も許容 */ accept: { type: StringConstructor; default: string; }; /** * nullの際にアップロード禁止プロパティ * - allMiniSizeのみ対応 */ isNotUpload: { type: BooleanConstructor; default: boolean; }; /** * ドラックアンドドロップを単一のみ許可をするかどうか */ isSingleDrop: { type: BooleanConstructor; default: boolean; }; /** * disabled */ disabled: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: File | null) => void; onSelect: () => void; storageToFile: (file: File) => void; fileObjDelete: () => void; shareUrl: () => void; download: () => void; }, string, import('vue').PublicProps, Readonly; }; /** * ボタンのラベル * @example 'ファイルを選択' */ label: { type: StringConstructor; default: string; }; /** * outline * @example outline */ outline: { type: BooleanConstructor; default: boolean; }; /** * ラウンドデザイン * @example rounded */ rounded: { type: BooleanConstructor; default: boolean; }; /** * スクエアデザイン * @example square */ square: { type: BooleanConstructor; default: boolean; }; /** * ボタンのサイズ * @example 'xs' | 'XS' | 's' | 'S' | 'm' | 'M' | 'l' | 'L' | 'xl' | 'XL' */ size: { type: PropType; default: string; }; /** * 画像幅 * -allMiniSizeの場合は使用しない */ imageWidth: { type: StringConstructor; default: string; }; /** * 画像高さ * -allMiniSizeの場合は使用しない */ imageHeight: { type: StringConstructor; default: string; }; /** * allMiniSize * 全てのサイズを最小にする(AFC用) */ allMiniSize: { type: BooleanConstructor; default: boolean; }; /** * カラー * @example 'primary' | 'secondary' | 'positive' | 'negative' | 'warning' */ color: { type: PropType; default: string; }; /** * 画像のURL(表示のみを行う) */ url: { type: StringConstructor; default: string; }; /** * アップロード済みの写真かどうか * @example uploaded */ uploaded: { type: BooleanConstructor; default: boolean; }; /** * メニューの項目を選択して表示 * @example showCustomMenu */ showCustomMenu: { type: PropType<{ download: boolean; delete: boolean; shareUrl: boolean; edit: boolean; close: boolean; }>; default: { download: boolean; delete: boolean; shareUrl: boolean; edit: boolean; close: boolean; }; }; /** * メニューの表示非表示 */ isNotMenu: { type: BooleanConstructor; default: boolean; }; /** * pdfタイトル */ pdfTitle: { type: StringConstructor; default: string; }; /** * mimeタイプ * 2パターンのみ * 影響しないように空も許容 */ mime: { type: StringConstructor; default: string; }; /** * mimeタイプ * 2パターンのみ * 影響しないように空も許容 */ accept: { type: StringConstructor; default: string; }; /** * nullの際にアップロード禁止プロパティ * - allMiniSizeのみ対応 */ isNotUpload: { type: BooleanConstructor; default: boolean; }; /** * ドラックアンドドロップを単一のみ許可をするかどうか */ isSingleDrop: { type: BooleanConstructor; default: boolean; }; /** * disabled */ disabled: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onOnSelect?: (() => any) | undefined; onDownload?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: File | null) => any) | undefined; onStorageToFile?: ((file: File) => any) | undefined; onFileObjDelete?: (() => any) | undefined; onShareUrl?: (() => any) | undefined; }>, { disabled: boolean; color: ColorTypes; label: string; square: boolean; outline: boolean; rounded: boolean; size: SizeTypes; accept: string; url: string; imageWidth: string; imageHeight: string; allMiniSize: boolean; uploaded: boolean; showCustomMenu: { download: boolean; delete: boolean; shareUrl: boolean; edit: boolean; close: boolean; }; isNotMenu: boolean; pdfTitle: string; mime: string; isNotUpload: boolean; isSingleDrop: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=CCImageUploader.vue.d.ts.map