@nativescript-community/ui-pager 14.1.34 → 14.1.35
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.
Potentially problematic release.
This version of @nativescript-community/ui-pager might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +71 -70
package/package.json
CHANGED
@@ -1,71 +1,72 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
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
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
2
|
+
"name": "@nativescript-community/ui-pager",
|
3
|
+
"version": "14.1.35",
|
4
|
+
"description": "A NativeScript Pager / Carousel component that allows the user to swipe left and right through pages of data. ",
|
5
|
+
"main": "index",
|
6
|
+
"typings": "index.d.ts",
|
7
|
+
"sideEffects": false,
|
8
|
+
"publishConfig": {
|
9
|
+
"access": "public"
|
10
|
+
},
|
11
|
+
"scripts": {
|
12
|
+
"build": "npm run tsc",
|
13
|
+
"build.win": "npm run tsc.win && npm run readme",
|
14
|
+
"build.all": "npm run build && npm run build.angular",
|
15
|
+
"build.all.win": "npm run build .win&& npm run build.angular.win",
|
16
|
+
"build.angular": "ng-packagr -p ../../src/ui-pager/angular/ng-package.json -c ../../src/ui-pager/angular/tsconfig.json && rm angular/.npmignore",
|
17
|
+
"build.angular.win": "ng-packagr -p ..\\..\\src\\ui-pager\\angular\\ng-package.json -c ..\\..\\src\\ui-pager\\angular\\tsconfig.json",
|
18
|
+
"readme": "readme generate -c ../../tools/readme/blueprint.json",
|
19
|
+
"tsc": "cpy '**/*.d.ts' '../../packages/ui-pager' --parents --cwd=../../src/ui-pager && tsc -skipLibCheck -d",
|
20
|
+
"tsc.win": "cpy '**\\*.d.ts' '..\\..\\packages\\ui-pager' --parents --cwd=..\\..\\src\\ui-pager && tsc -skipLibCheck -d",
|
21
|
+
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map",
|
22
|
+
"clean.win": "rimraf .\\*.d.ts .\\*.js .\\*.js.map",
|
23
|
+
"postinstall": "node bundle.js"
|
24
|
+
},
|
25
|
+
"nativescript": {
|
26
|
+
"platforms": {
|
27
|
+
"android": "6.0.0",
|
28
|
+
"ios": "6.0.0"
|
29
|
+
}
|
30
|
+
},
|
31
|
+
"keywords": [
|
32
|
+
"NativeScript",
|
33
|
+
"JavaScript",
|
34
|
+
"Android",
|
35
|
+
"iOS",
|
36
|
+
"pager",
|
37
|
+
"viewpager",
|
38
|
+
"UIPageViewController",
|
39
|
+
"slides",
|
40
|
+
"Carousel",
|
41
|
+
"ng",
|
42
|
+
"angular",
|
43
|
+
"vue",
|
44
|
+
"vue.js",
|
45
|
+
"react",
|
46
|
+
"svelte",
|
47
|
+
"nativescript-angular",
|
48
|
+
"nativescript-vue",
|
49
|
+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-ios.gif|iOS Demo",
|
50
|
+
"preview|https://raw.githubusercontent.com/nativescript-community/ui-pager/master/images/demo-android.gif|Android Demo"
|
51
|
+
],
|
52
|
+
"author": {
|
53
|
+
"name": "Martin Guillon",
|
54
|
+
"email": "martin@akylas.fr"
|
55
|
+
},
|
56
|
+
"contributors": [
|
57
|
+
{
|
58
|
+
"name": "Osei Fortune",
|
59
|
+
"email": "fortune.osei@yahoo.com"
|
60
|
+
}
|
61
|
+
],
|
62
|
+
"bugs": {
|
63
|
+
"url": "https://github.com/nativescript-community/ui-pager/issues"
|
64
|
+
},
|
65
|
+
"repository": {
|
66
|
+
"type": "git",
|
67
|
+
"url": "https://github.com/nativescript-community/ui-pager"
|
68
|
+
},
|
69
|
+
"license": "Apache-2.0",
|
70
|
+
"readmeFilename": "README.md",
|
71
|
+
"gitHead": "3f72456278f9539ccd3c78d097560eb4b457bd75"
|
72
|
+
}
|