ablok-components 0.1.65 → 0.1.67
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.
|
@@ -52,6 +52,14 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
54
|
customFetch: null;
|
|
55
|
+
mediaTypeMap: {
|
|
56
|
+
type: ObjectConstructor;
|
|
57
|
+
default: () => {
|
|
58
|
+
svg: MediaType;
|
|
59
|
+
png: MediaType;
|
|
60
|
+
jpg: MediaType;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
55
63
|
}, {}, unknown, {}, {}, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('./vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('./vue/dist/vue.esm-bundler.js').VNodeProps & import('./vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('./vue/dist/vue.esm-bundler.js').ComponentCustomProps, Readonly<import('./vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
56
64
|
modelValue: {
|
|
57
65
|
default: () => never[];
|
|
@@ -97,6 +105,14 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
97
105
|
default: string;
|
|
98
106
|
};
|
|
99
107
|
customFetch: null;
|
|
108
|
+
mediaTypeMap: {
|
|
109
|
+
type: ObjectConstructor;
|
|
110
|
+
default: () => {
|
|
111
|
+
svg: MediaType;
|
|
112
|
+
png: MediaType;
|
|
113
|
+
jpg: MediaType;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
100
116
|
}>> & {
|
|
101
117
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
102
118
|
}, {
|
|
@@ -111,5 +127,6 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
111
127
|
accept: string;
|
|
112
128
|
endpoint: string;
|
|
113
129
|
authToken: string;
|
|
130
|
+
mediaTypeMap: Record<string, any>;
|
|
114
131
|
}>;
|
|
115
132
|
export default _sfc_main;
|