@react-native-ohos/react-native-tab-view 4.0.11-rc.1 → 4.0.11-rc.3
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["PagerViewAdapter","Pager"],"sourceRoot":"..\\..\\src","sources":["Pager.harmony.tsx"],"mappings":";;AAAA,SAASA,gBAAgB,IAAIC,KAAK,QAAQ,uBAAoB","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pager.harmony.d.ts","sourceRoot":"","sources":["../../../src/Pager.harmony.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,79 +1,83 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@react-native-ohos/react-native-tab-view",
|
|
3
|
-
"description": "Tab view component for React Native",
|
|
4
|
-
"version": "4.0.11-rc.
|
|
5
|
-
"
|
|
6
|
-
"react-native-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
},
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
"react-native
|
|
52
|
-
"
|
|
53
|
-
"react
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"react": "
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@react-native-ohos/react-native-tab-view",
|
|
3
|
+
"description": "Tab view component for React Native",
|
|
4
|
+
"version": "4.0.11-rc.3",
|
|
5
|
+
"harmony": {
|
|
6
|
+
"alias": "react-native-tab-view"
|
|
7
|
+
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"react-native-component",
|
|
10
|
+
"react-component",
|
|
11
|
+
"react-native",
|
|
12
|
+
"ios",
|
|
13
|
+
"android",
|
|
14
|
+
"tab",
|
|
15
|
+
"swipe",
|
|
16
|
+
"scrollable",
|
|
17
|
+
"coverflow"
|
|
18
|
+
],
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://gitcode.com/openharmony-sig/rntpc_react-navigation.git",
|
|
23
|
+
"directory": "packages/react-native-tab-view"
|
|
24
|
+
},
|
|
25
|
+
"source": "./src/index.tsx",
|
|
26
|
+
"main": "./lib/module/index.js",
|
|
27
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
31
|
+
"default": "./lib/module/index.js"
|
|
32
|
+
},
|
|
33
|
+
"./package.json": "./package.json"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"src",
|
|
37
|
+
"lib",
|
|
38
|
+
"!**/__tests__"
|
|
39
|
+
],
|
|
40
|
+
"sideEffects": false,
|
|
41
|
+
"scripts": {
|
|
42
|
+
"prepack": "bob build",
|
|
43
|
+
"clean": "del lib"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"react-native-tab-view": "4.0.10",
|
|
47
|
+
"use-latest-callback": "^0.2.1"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@jest/globals": "^29.7.0",
|
|
51
|
+
"@testing-library/react-native": "^12.8.1",
|
|
52
|
+
"del-cli": "^5.1.0",
|
|
53
|
+
"react": "18.3.1",
|
|
54
|
+
"react-native": "0.76.2",
|
|
55
|
+
"react-native-builder-bob": "^0.40.0",
|
|
56
|
+
"react-native-pager-view": "6.5.1",
|
|
57
|
+
"react-test-renderer": "18.2.0",
|
|
58
|
+
"typescript": "^5.5.2"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"react": ">= 18.2.0",
|
|
62
|
+
"react-native": "*",
|
|
63
|
+
"react-native-pager-view": ">= 6.0.0"
|
|
64
|
+
},
|
|
65
|
+
"react-native-builder-bob": {
|
|
66
|
+
"source": "src",
|
|
67
|
+
"output": "lib",
|
|
68
|
+
"targets": [
|
|
69
|
+
[
|
|
70
|
+
"module",
|
|
71
|
+
{
|
|
72
|
+
"esm": true
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
[
|
|
76
|
+
"typescript",
|
|
77
|
+
{
|
|
78
|
+
"project": "tsconfig.build.json"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PagerViewAdapter as Pager } from './PagerViewAdapter';
|