layerpro 0.9.45 → 0.9.55

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.
package/package.json CHANGED
@@ -1,176 +1,176 @@
1
1
  {
2
- "name": "layerpro",
3
- "version": "0.9.45",
4
- "description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
5
- "copyright": "Dario Passariello",
6
- "license": "MIT",
7
- "folder": "/",
8
- "main": "./index.js",
9
- "typeID": 0,
10
- "theme": "default",
11
- "deprecated": false,
12
- "target": "web",
13
- "targets": "web",
14
- "preferGlobal": true,
15
- "language": {
16
- "en": {}
17
- },
18
- "app": {
19
- "port": 3000,
20
- "code": "layerpro",
21
- "name": "layerpro",
22
- "relaseType": "gold",
23
- "type": "beta",
24
- "folder": "/",
25
- "target": "web",
26
- "proxy": {
27
- "api": {
28
- "tst": "http://localhost:5003/",
29
- "dev": "https://a51.dev/",
30
- "pro": "https://a51.dev/"
31
- }
32
- },
33
- "socket": {
34
- "url": {
35
- "tst": "wss://ws.a51.dev/",
36
- "dev": "wss://ws.a51.dev/",
37
- "pro": "wss://ws.a51.dev/"
38
- }
39
- },
40
- "info": {
41
- "type": "gold",
42
- "code": "layerpro",
43
- "codeRelease": "layerpro"
44
- },
45
- "cdn": {}
46
- },
47
- "homepage": "https://github.com/passariello/layerpro",
48
- "author": {
49
- "name": "Dario Passariello",
50
- "url": "https://github.com/passariello/",
51
- "email": "dariopassariello@gmail.com"
52
- },
53
- "support": {
54
- "name": "Dario Passariello",
55
- "url": "https://github.com/passariello/",
56
- "email": "dariopassariello@gmail.com"
57
- },
58
- "company": {},
59
- "contributors": [
60
- {
61
- "name": "Dario Passariello",
62
- "email": "dariopassarielloa@gmail.com"
63
- },
64
- {
65
- "name": "Valeria Cala Scaglitta",
66
- "email": "valeriacalascaglitta@gmail.com"
67
- }
68
- ],
69
- "workspaces": [
70
- "mcp"
71
- ],
72
- "npmName": "dphelper",
73
- "npmFileMap": [
74
- {
75
- "basePath": "./dist/",
76
- "files": [
77
- "*.js"
78
- ]
79
- }
80
- ],
81
- "types": "./index.d.ts",
82
- "typings": "./types/*",
83
- "globals": {
84
- "layerpro": {}
85
- },
86
- "browserslist": {
87
- "production": [
88
- "last 2 Chrome major versions",
89
- "last 2 Firefox major versions",
90
- "last 2 Safari major versions",
91
- "last 2 Edge major versions",
92
- "last 2 Opera versions",
93
- "last 2 iOS major versions",
94
- "last 1 Explorer major version",
95
- "last 1 ChromeAndroid version",
96
- "last 1 UCAndroid version",
97
- "last 1 Samsung version",
98
- "last 1 OperaMini version",
99
- "Firefox ESR",
100
- ">0.2%",
101
- "not dead",
102
- "not op_mini all"
103
- ],
104
- "development": [
105
- "last 1 chrome version",
106
- "last 1 firefox version",
107
- "last 1 safari version"
108
- ]
109
- },
110
- "keywords": [
111
- "layer",
112
- "popup",
113
- "modal",
114
- "passariello",
115
- "layerpro",
116
- "alert",
117
- "confirmation",
118
- "prompt",
119
- "custom",
120
- "dock",
121
- "multi",
122
- "window"
123
- ],
124
- "repository": {
125
- "type": "git",
126
- "url": "https://github.com/passariello/layerpro",
127
- "help": "https://github.com/passariello/layerpro#readme"
128
- },
129
- "bugs": {
130
- "url": "https://github.com/passariello/layerpro/issues"
131
- },
132
- "funding": [
133
- {
134
- "type": "patreon",
135
- "url": "https://www.patreon.com/passariello"
136
- }
137
- ],
138
- "typing": [
139
- "types/*"
140
- ],
141
- "scripts": {
142
- "watch": "webpack --watch --progress --color --mode production --config webpack.ts",
143
- "dist": "webpack --progress --color --mode production --config webpack.ts",
144
- "----": "",
145
- "tsc": "tsc -b",
146
- "eslint": "eslint",
147
- "sandworm": "sandworm",
148
- "------": "",
149
- "git": "git push --all -u && git add . && git commit -m \"update\" && git pull && git push --all",
150
- "---------": "",
151
- "update": "cd mcp/node && node npmUpdate",
152
- "backup": "cd mcp/backup && run.bat"
153
- },
154
- "engines": {
155
- "node": ">=18"
156
- },
157
- "devDependencies": {
158
- "@types/webpack-env": "1.18.5",
159
- "copy-webpack-plugin": "^12.0.2",
160
- "css-loader": "7.1.2",
161
- "file-loader": "6.2.0",
162
- "jquery": "3.7.1",
163
- "react": "19.0.0",
164
- "react-dom": "19.0.0",
165
- "sass": "^1.83.0",
166
- "sass-loader": "^16.0.4",
167
- "style-loader": "^4.0.0",
168
- "terser-webpack-plugin": "^5.3.11",
169
- "ts-loader": "^9.5.1",
170
- "ts-node": "10.9.2",
171
- "typescript": "5.7.2",
172
- "webpack": "^5.97.1",
173
- "webpack-cli": "5.1.4",
174
- "webpack-dev-server": "^5.2.0"
175
- }
2
+ "name": "layerpro",
3
+ "version": "0.9.55",
4
+ "description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
5
+ "copyright": "Dario Passariello",
6
+ "license": "MIT",
7
+ "folder": "/",
8
+ "main": "./index.js",
9
+ "typeID": 0,
10
+ "theme": "default",
11
+ "deprecated": false,
12
+ "target": "web",
13
+ "targets": "web",
14
+ "preferGlobal": true,
15
+ "language": {
16
+ "en": {}
17
+ },
18
+ "app": {
19
+ "port": 3000,
20
+ "code": "layerpro",
21
+ "name": "layerpro",
22
+ "relaseType": "gold",
23
+ "type": "beta",
24
+ "folder": "/",
25
+ "target": "web",
26
+ "proxy": {
27
+ "api": {
28
+ "tst": "http://localhost:5003/",
29
+ "dev": "https://a51.dev/",
30
+ "pro": "https://a51.dev/"
31
+ }
32
+ },
33
+ "socket": {
34
+ "url": {
35
+ "tst": "wss://ws.a51.dev/",
36
+ "dev": "wss://ws.a51.dev/",
37
+ "pro": "wss://ws.a51.dev/"
38
+ }
39
+ },
40
+ "info": {
41
+ "type": "gold",
42
+ "code": "layerpro",
43
+ "codeRelease": "layerpro"
44
+ },
45
+ "cdn": {}
46
+ },
47
+ "homepage": "https://github.com/passariello/layerpro",
48
+ "author": {
49
+ "name": "Dario Passariello",
50
+ "url": "https://github.com/passariello/",
51
+ "email": "dariopassariello@gmail.com"
52
+ },
53
+ "support": {
54
+ "name": "Dario Passariello",
55
+ "url": "https://github.com/passariello/",
56
+ "email": "dariopassariello@gmail.com"
57
+ },
58
+ "company": {},
59
+ "contributors": [
60
+ {
61
+ "name": "Dario Passariello",
62
+ "email": "dariopassarielloa@gmail.com"
63
+ },
64
+ {
65
+ "name": "Valeria Cala Scaglitta",
66
+ "email": "valeriacalascaglitta@gmail.com"
67
+ }
68
+ ],
69
+ "workspaces": [
70
+ "mcp"
71
+ ],
72
+ "npmName": "dphelper",
73
+ "npmFileMap": [
74
+ {
75
+ "basePath": "./dist/",
76
+ "files": [
77
+ "*.js"
78
+ ]
79
+ }
80
+ ],
81
+ "types": "./index.d.ts",
82
+ "typings": "./types/*",
83
+ "globals": {
84
+ "layerpro": {}
85
+ },
86
+ "browserslist": {
87
+ "production": [
88
+ "last 2 Chrome major versions",
89
+ "last 2 Firefox major versions",
90
+ "last 2 Safari major versions",
91
+ "last 2 Edge major versions",
92
+ "last 2 Opera versions",
93
+ "last 2 iOS major versions",
94
+ "last 1 Explorer major version",
95
+ "last 1 ChromeAndroid version",
96
+ "last 1 UCAndroid version",
97
+ "last 1 Samsung version",
98
+ "last 1 OperaMini version",
99
+ "Firefox ESR",
100
+ ">0.2%",
101
+ "not dead",
102
+ "not op_mini all"
103
+ ],
104
+ "development": [
105
+ "last 1 chrome version",
106
+ "last 1 firefox version",
107
+ "last 1 safari version"
108
+ ]
109
+ },
110
+ "keywords": [
111
+ "layer",
112
+ "popup",
113
+ "modal",
114
+ "passariello",
115
+ "layerpro",
116
+ "alert",
117
+ "confirmation",
118
+ "prompt",
119
+ "custom",
120
+ "dock",
121
+ "multi",
122
+ "window"
123
+ ],
124
+ "repository": {
125
+ "type": "git",
126
+ "url": "https://github.com/passariello/layerpro",
127
+ "help": "https://github.com/passariello/layerpro#readme"
128
+ },
129
+ "bugs": {
130
+ "url": "https://github.com/passariello/layerpro/issues"
131
+ },
132
+ "funding": [
133
+ {
134
+ "type": "patreon",
135
+ "url": "https://www.patreon.com/passariello"
136
+ }
137
+ ],
138
+ "typing": [
139
+ "types/*"
140
+ ],
141
+ "scripts": {
142
+ "watch": "webpack --watch --progress --color --mode production --config webpack.ts",
143
+ "dist": "webpack --progress --color --mode production --config webpack.ts",
144
+ "----": "",
145
+ "tsc": "tsc -b",
146
+ "eslint": "eslint",
147
+ "sandworm": "sandworm",
148
+ "------": "",
149
+ "git": "git push --all -u && git add . && git commit -m \"update\" && git pull && git push --all",
150
+ "---------": "",
151
+ "update": "cd mcp/node && node npmUpdate",
152
+ "backup": "cd mcp/backup && run.bat"
153
+ },
154
+ "engines": {
155
+ "node": ">=18"
156
+ },
157
+ "devDependencies": {
158
+ "@types/webpack-env": "1.18.5",
159
+ "copy-webpack-plugin": "^12.0.2",
160
+ "css-loader": "7.1.2",
161
+ "file-loader": "6.2.0",
162
+ "jquery": "3.7.1",
163
+ "react": "19.0.0",
164
+ "react-dom": "19.0.0",
165
+ "sass": "^1.83.0",
166
+ "sass-loader": "^16.0.4",
167
+ "style-loader": "^4.0.0",
168
+ "terser-webpack-plugin": "^5.3.11",
169
+ "ts-loader": "^9.5.1",
170
+ "ts-node": "10.9.2",
171
+ "typescript": "5.7.2",
172
+ "webpack": "^5.97.1",
173
+ "webpack-cli": "6.0.1",
174
+ "webpack-dev-server": "^5.2.0"
175
+ }
176
176
  }
@@ -94,7 +94,6 @@ interface _layerpro {
94
94
  readonly confirm: (txt: String, function_: Function, noFunction_: Function) => any
95
95
  readonly purge: (document: Document) => any
96
96
  readonly credits: (txt: String) => any
97
-
98
97
  readonly popup: {
99
98
 
100
99
  [key: string]: any
@@ -118,6 +117,9 @@ interface _layerpro {
118
117
  // readonly index: (value: any) => {}
119
118
  // readonly zIndex: (value: any) => {}
120
119
  }
120
+
121
+ SmoothScroll: (target: any, speed: any, smooth: any) => any
122
+
121
123
  }
122
124
 
123
125
  declare var layerpro: _layerpro