@quicktvui/quicktvui3 1.1.32-beta.9 → 1.1.33

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 (34) hide show
  1. package/dist/index.css +1 -0
  2. package/dist/index.js +8 -8
  3. package/dist/src/grid-view/core/QTIGridView.d.ts +1 -1
  4. package/dist/src/grid-view/index.vue.d.ts +7 -9
  5. package/dist/src/index.d.ts +0 -1
  6. package/dist/src/list-view/core/QTIListView.d.ts +1 -1
  7. package/dist/src/tab/QTITab.d.ts +0 -1
  8. package/dist/src/tab/QTTabDataManager.d.ts +0 -1
  9. package/dist/src/tab/index.vue.d.ts +1 -2
  10. package/dist/src/utils/index.d.ts +1 -0
  11. package/dist/src/utils/objects.d.ts +1 -0
  12. package/dist/src/utils/types.d.ts +8 -0
  13. package/dist/src/utils/vue/index.d.ts +4 -0
  14. package/dist/src/utils/vue/install.d.ts +6 -0
  15. package/dist/src/utils/vue/props/index.d.ts +3 -0
  16. package/dist/src/utils/vue/props/runtime.d.ts +9 -0
  17. package/dist/src/utils/vue/props/types.d.ts +38 -0
  18. package/dist/src/utils/vue/props/util.d.ts +8 -0
  19. package/dist/src/utils/vue/refs.d.ts +3 -0
  20. package/dist/src/utils/vue/typescript.d.ts +5 -0
  21. package/dist/src/waterfall/core/QTWaterfallDataAdapter.d.ts +2 -2
  22. package/dist/src/waterfall/index.vue.d.ts +0 -17
  23. package/dist/src/waterfall/item/plugin-item.vue.d.ts +1 -6
  24. package/dist/src/waterfall/section/flex-section.vue.d.ts +1 -6
  25. package/dist/src/waterfall/section/plugin-section.vue.d.ts +1 -6
  26. package/package.json +1 -1
  27. package/dist/src/qtListen/effect.d.ts +0 -17
  28. package/dist/src/qtListen/index.d.ts +0 -5
  29. package/dist/src/qtListen/qtArray.d.ts +0 -9
  30. package/dist/src/qtListen/qtDiff.d.ts +0 -2
  31. package/dist/src/qtListen/reactive.d.ts +0 -14
  32. package/dist/src/qtListen/ref.d.ts +0 -5
  33. package/dist/src/qtListen/types.d.ts +0 -45
  34. package/dist/src/qtListen/watch.d.ts +0 -16
package/dist/index.css CHANGED
@@ -487,6 +487,7 @@
487
487
  height: 60px;
488
488
  top: 118px;
489
489
  left: 0;
490
+ background-color: transparent;
490
491
  }
491
492
  .clv_item_text_box {
492
493
  width: 316px;