ablok-components 0.1.111 → 0.1.112

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.
@@ -99,6 +99,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
99
99
  type: StringConstructor;
100
100
  default: string;
101
101
  };
102
+ enablePreview: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
102
106
  previewWidth: {
103
107
  type: NumberConstructor;
104
108
  default: number;
@@ -203,6 +207,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
203
207
  type: StringConstructor;
204
208
  default: string;
205
209
  };
210
+ enablePreview: {
211
+ type: BooleanConstructor;
212
+ default: boolean;
213
+ };
206
214
  previewWidth: {
207
215
  type: NumberConstructor;
208
216
  default: number;
@@ -230,6 +238,7 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
230
238
  toDataUrl: boolean;
231
239
  authToken: string;
232
240
  baseResponsePath: string;
241
+ enablePreview: boolean;
233
242
  previewWidth: number;
234
243
  }, {}>;
235
244
  export default _sfc_main;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.1.111",
4
+ "version": "0.1.112",
5
5
  "scripts": {
6
6
  "dev": "vite --host",
7
7
  "build": "vue-tsc --noEmit && vite build",