@tarojs/components-advanced 3.6.5 → 3.7.0-alpha.1

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.
@@ -1,4 +1,4 @@
1
- import { ElementAttrs, TransformReact2VueType, VueComponentType } from '@tarojs/components/types/index.vue3';
1
+ import { ElementAttrs, TransformReact2VueType } from '@tarojs/components/types/index.vue3';
2
2
  import { App } from 'vue';
3
3
  import { VirtualListProps } from "../index.js";
4
4
  type VueVirtualListProps = Omit<VirtualListProps, 'renderTop' | 'renderBottom'>;
@@ -9,7 +9,7 @@ declare global {
9
9
  }
10
10
  }
11
11
  }
12
- declare const VirtualList: VueComponentType<VueVirtualListProps>;
12
+ declare const VirtualList: DefineComponent<TransformReact2VueType<P>>;
13
13
  declare function install(Vue: App): void;
14
14
  declare const _default: {
15
15
  install: typeof install;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/components-advanced",
3
- "version": "3.6.5",
3
+ "version": "3.7.0-alpha.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "memoize-one": "^6.0.0",
20
20
  "postcss": "^8.4.18",
21
- "@tarojs/components": "3.6.5",
22
- "@tarojs/shared": "3.6.5",
23
- "@tarojs/runtime": "3.6.5",
24
- "@tarojs/taro": "3.6.5"
21
+ "@tarojs/components": "3.7.0-alpha.1",
22
+ "@tarojs/shared": "3.7.0-alpha.1",
23
+ "@tarojs/runtime": "3.7.0-alpha.1",
24
+ "@tarojs/taro": "3.7.0-alpha.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@babel/cli": "^7.14.5",
@@ -38,7 +38,7 @@
38
38
  "rollup-plugin-ts": "^3.0.2",
39
39
  "typescript": "^4.7.4",
40
40
  "vue": "^3.0.0",
41
- "babel-preset-taro": "3.6.5"
41
+ "babel-preset-taro": "3.7.0-alpha.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=17"