ablok-components 0.3.73 → 0.3.75

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.
@@ -68,8 +68,13 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
68
68
  type: BooleanConstructor;
69
69
  default: boolean;
70
70
  };
71
+ correctOrientation: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
71
75
  }>, {
72
76
  onCapture: () => void;
77
+ enableMotion: () => Promise<void>;
73
78
  camera: any;
74
79
  zoom: Ref<number, number>;
75
80
  }, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
@@ -143,6 +148,10 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
143
148
  type: BooleanConstructor;
144
149
  default: boolean;
145
150
  };
151
+ correctOrientation: {
152
+ type: BooleanConstructor;
153
+ default: boolean;
154
+ };
146
155
  }>> & Readonly<{
147
156
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
148
157
  }>, {
@@ -162,6 +171,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
162
171
  enableCropImage: boolean;
163
172
  resolutions: Record<string, any>;
164
173
  enableZoomSlider: boolean;
174
+ correctOrientation: boolean;
165
175
  }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
166
176
  camera: HTMLVideoElement;
167
177
  canvas: HTMLCanvasElement;