@quicktvui/quicktvui3 1.2.0-beta.19 → 1.2.0-beta.20

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.
@@ -149,6 +149,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
149
149
  onScrollYLesserReference: () => void;
150
150
  onPluginLoadSuccess: (event: QTPluginViewEvent) => void;
151
151
  onPluginLoadError: (event: QTPluginViewEvent) => void;
152
+ scrollToIndex: (x: number, y: number, animated?: boolean, duration?: number, offset?: number) => void;
153
+ scrollToPosition: (position: number, offset?: number) => void;
154
+ scrollToPositionWithOffset: (position: number, offset: number, animated: boolean) => void;
152
155
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached" | "onSectionDetached" | "onScrollYGreaterReference" | "onScrollYLesserReference" | "onPluginLoadSuccess" | "onPluginLoadError")[], "onScroll" | "onScrollStateChanged" | "onItemClick" | "onItemFocused" | "onSectionBind" | "onSectionAttached" | "onSectionDetached" | "onScrollYGreaterReference" | "onScrollYLesserReference" | "onPluginLoadSuccess" | "onPluginLoadError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
153
156
  enablePlaceholder: {
154
157
  type: BooleanConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktvui/quicktvui3",
3
- "version": "1.2.0-beta.19",
3
+ "version": "1.2.0-beta.20",
4
4
  "description": "ExtScreen framework",
5
5
  "author": "ExtScreen Team",
6
6
  "homepage": "http://extscreen.com",
@@ -1,3 +0,0 @@
1
- import { ESApp } from "@extscreen/es3-vue";
2
- declare function registerQTTransparentGradientView(app: ESApp): void;
3
- export default registerQTTransparentGradientView;