@quicktvui/quicktvui3 1.1.0 → 1.1.2

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.
Files changed (62) hide show
  1. package/dist/index.css +21 -124
  2. package/dist/index.js +1 -2
  3. package/dist/src/animation/QTIAnimation.d.ts +1 -2
  4. package/dist/src/button/index.vue.d.ts +1 -5
  5. package/dist/src/classified-list-view/core/{QTIClassifiedListView.d.ts → QTClassifiedListView.d.ts} +1 -2
  6. package/dist/src/classified-list-view/index.vue.d.ts +0 -6
  7. package/dist/src/collapse/core/QTICollapse.d.ts +1 -2
  8. package/dist/src/collapse/core/QTICollapseItem.d.ts +1 -2
  9. package/dist/src/collapse/index.vue.d.ts +3 -7
  10. package/dist/src/grid-view/core/{QTIGridView.d.ts → QTGridView.d.ts} +2 -2
  11. package/dist/src/grid-view/index.vue.d.ts +0 -3
  12. package/dist/src/image/index.vue.d.ts +1 -8
  13. package/dist/src/index.d.ts +3 -28
  14. package/dist/src/list-view/core/QTIListView.d.ts +2 -2
  15. package/dist/src/nav-bar/QTINavBar.d.ts +2 -2
  16. package/dist/src/nav-bar/index.vue.d.ts +0 -5
  17. package/dist/src/poster/index.vue.d.ts +2 -8
  18. package/dist/src/progressbar/QTIProgressBar.d.ts +130 -137
  19. package/dist/src/section/index.vue.d.ts +2 -8
  20. package/dist/src/seekbar/QTISeekBar.d.ts +9 -16
  21. package/dist/src/series/QTIMediaSeries.d.ts +2 -2
  22. package/dist/src/series/index.vue.d.ts +0 -3
  23. package/dist/src/tab/QTITab.d.ts +2 -3
  24. package/dist/src/tab/index.vue.d.ts +18 -5
  25. package/dist/src/text/index.vue.d.ts +1 -8
  26. package/dist/src/view/QTIView.d.ts +5 -2
  27. package/dist/src/view/index.vue.d.ts +1 -3
  28. package/dist/src/waterfall/core/QTIWaterfall.d.ts +2 -2
  29. package/dist/src/waterfall/index.vue.d.ts +19 -6
  30. package/dist/src/webview/QTIWebView.d.ts +66 -67
  31. package/dist/src/x5webview/QTIX5WebView.d.ts +69 -67
  32. package/package.json +1 -1
  33. package/dist/src/base/QTIBaseView.d.ts +0 -9
  34. package/dist/src/base/useBaseView.d.ts +0 -10
  35. package/dist/src/button/QTIButton.d.ts +0 -3
  36. package/dist/src/column/QTIColumn.d.ts +0 -3
  37. package/dist/src/dialog/QTIDialog.d.ts +0 -3
  38. package/dist/src/gradient/QTGradient.d.ts +0 -13
  39. package/dist/src/gradient/QTGradientOrientation.d.ts +0 -10
  40. package/dist/src/gradient/QTGradientShape.d.ts +0 -6
  41. package/dist/src/gradient/QTGradientType.d.ts +0 -5
  42. package/dist/src/image/QTIImage.d.ts +0 -3
  43. package/dist/src/loading/QTILoadingView.d.ts +0 -3
  44. package/dist/src/lottie/QTILottieView.d.ts +0 -32
  45. package/dist/src/lottie/QTLottieAsyncUpdates.d.ts +0 -5
  46. package/dist/src/lottie/QTLottieRenderMode.d.ts +0 -5
  47. package/dist/src/lottie/QTLottieRepeatMode.d.ts +0 -5
  48. package/dist/src/lottie/QTLottieView.d.ts +0 -3
  49. package/dist/src/poster/core/QTIPoster.d.ts +0 -3
  50. package/dist/src/qrcode/QTIQRCode.d.ts +0 -3
  51. package/dist/src/row/QTIRow.d.ts +0 -3
  52. package/dist/src/scroll-view/QTIScrollView.d.ts +0 -5
  53. package/dist/src/scroll-view/QTScrollView.d.ts +0 -3
  54. package/dist/src/seekbar/QTSeekBarGravity.d.ts +0 -5
  55. package/dist/src/seekbar/QTSeekBarIndicatorMode.d.ts +0 -6
  56. package/dist/src/seekbar/QTSeekBarMode.d.ts +0 -4
  57. package/dist/src/seekbar/QTSeekBarTickMarkGravity.d.ts +0 -5
  58. package/dist/src/seekbar/QTSeekBarTickMarkLayoutGravity.d.ts +0 -4
  59. package/dist/src/seekbar/QTSeekBarTickMarkMode.d.ts +0 -4
  60. package/dist/src/text/QTIText.d.ts +0 -3
  61. package/dist/src/view/QTIViewVisibility.d.ts +0 -5
  62. package/dist/src/view/QTViewEvent.d.ts +0 -3
@@ -1,3 +0,0 @@
1
- import { QTIView } from "../view/QTIView";
2
- export interface QTIRow extends QTIView {
3
- }
@@ -1,5 +0,0 @@
1
- import { QTIView } from "../view/QTIView";
2
- export interface QTIScrollView extends QTIView {
3
- scrollTo(x: number, y: number): void;
4
- scrollToWithOptions(x: number, y: number, duration: number): void;
5
- }
@@ -1,3 +0,0 @@
1
- import { ESApp } from "@extscreen/es3-vue";
2
- declare function registerQTScrollView(app: ESApp): void;
3
- export default registerQTScrollView;
@@ -1,5 +0,0 @@
1
- export declare enum QTSeekBarGravity {
2
- QT_SEEK_BAR_GRAVITY_TOP = 0,
3
- QT_SEEK_BAR_GRAVITY_BOTTOM = 1,
4
- QT_SEEK_BAR_GRAVITY_CENTER = 2
5
- }
@@ -1,6 +0,0 @@
1
- export declare enum QTSeekBarIndicatorMode {
2
- QT_SEEK_BAR_INDICATION_MODE_SHOW_WHEN_TOUCH = 0,
3
- QT_SEEK_BAR_INDICATION_MODE_ALWAYS_HIDE = 1,
4
- QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW_AFTER_TOUCH = 2,
5
- QT_SEEK_BAR_INDICATION_MODE_ALWAYS_SHOW = 3
6
- }
@@ -1,4 +0,0 @@
1
- export declare enum QTSeekBarMode {
2
- QT_SEEK_BAR_MODE_SINGLE = 1,
3
- QT_SEEK_BAR_MODE_RANGE = 2
4
- }
@@ -1,5 +0,0 @@
1
- export declare enum QTSeekBarTickMarkGravity {
2
- QT_SEEK_BAR_TICK_MARK_GRAVITY_LEFT = 0,
3
- QT_SEEK_BAR_TICK_MARK_GRAVITY_CENTER = 1,
4
- QT_SEEK_BAR_TICK_MARK_GRAVITY_RIGHT = 2
5
- }
@@ -1,4 +0,0 @@
1
- export declare enum QTSeekBarTickMarkLayoutGravity {
2
- QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_TOP = 0,
3
- QT_SEEK_BAR_TICK_MARK_LAYOUT_GRAVITY_BOTTOM = 1
4
- }
@@ -1,4 +0,0 @@
1
- export declare enum QTSeekBarTickMarkMode {
2
- QT_SEEK_BAR_TICK_MARK_MODE_NUMBER = 0,
3
- QT_SEEK_BAR_TICK_MARK_MODE_OTHER = 1
4
- }
@@ -1,3 +0,0 @@
1
- import { QTIView } from "../view/QTIView";
2
- export interface QTIText extends QTIView {
3
- }
@@ -1,5 +0,0 @@
1
- export declare enum QTIViewVisibility {
2
- VISIBLE = "visible",
3
- INVISIBLE = "invisible",
4
- GONE = "gone"
5
- }
@@ -1,3 +0,0 @@
1
- export interface QTViewEvent {
2
- isFocused: boolean;
3
- }