pb-sxp-ui 1.3.6 → 1.3.8

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 (35) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +111 -111
  3. package/dist/index.cjs +42 -28
  4. package/dist/index.cjs.map +1 -1
  5. package/dist/index.js +42 -28
  6. package/dist/index.js.map +1 -1
  7. package/dist/index.min.cjs +3 -3
  8. package/dist/index.min.cjs.map +1 -1
  9. package/dist/index.min.js +3 -3
  10. package/dist/index.min.js.map +1 -1
  11. package/dist/pb-ui.js +42 -28
  12. package/dist/pb-ui.js.map +1 -1
  13. package/dist/pb-ui.min.js +3 -3
  14. package/dist/pb-ui.min.js.map +1 -1
  15. package/es/core/components/SxpPageRender/WaterFall/index.js +3 -12
  16. package/es/core/components/SxpPageRender/index.js +6 -1
  17. package/es/materials/sxp/popup/CommodityDetail/index.d.ts +1 -0
  18. package/es/materials/sxp/popup/CommodityDetail/index.js +7 -7
  19. package/es/materials/sxp/popup/CommodityDetail/settingRender.d.ts +7 -2
  20. package/es/materials/sxp/popup/CommodityDetail/settingRender.js +6 -1
  21. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +1 -0
  22. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +4 -4
  23. package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +7 -2
  24. package/es/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +6 -1
  25. package/lib/core/components/SxpPageRender/WaterFall/index.js +3 -12
  26. package/lib/core/components/SxpPageRender/index.js +6 -1
  27. package/lib/materials/sxp/popup/CommodityDetail/index.d.ts +1 -0
  28. package/lib/materials/sxp/popup/CommodityDetail/index.js +7 -7
  29. package/lib/materials/sxp/popup/CommodityDetail/settingRender.d.ts +7 -2
  30. package/lib/materials/sxp/popup/CommodityDetail/settingRender.js +6 -1
  31. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.d.ts +1 -0
  32. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +4 -4
  33. package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.d.ts +7 -2
  34. package/lib/materials/sxp/popup/CommodityDetailDiroNew/settingRender.js +6 -1
  35. package/package.json +111 -111
package/package.json CHANGED
@@ -1,111 +1,111 @@
1
- {
2
- "name": "pb-sxp-ui",
3
- "version": "1.3.6",
4
- "description": "React enterprise-class UI components",
5
- "main": "dist/index.cjs",
6
- "module": "dist/index.js",
7
- "unpkg": "dist/pb-ui.min.js",
8
- "typings": "es/index.d.ts",
9
- "type": "module",
10
- "scripts": {
11
- "prebuild": "rimraf lib && rimraf es && rimraf dist",
12
- "build": "tsc --build tsconfig.es.json && tsc --build tsconfig.cjs.json",
13
- "postbuild": "tsc-alias -p tsconfig.es.json && tsc-alias -p tsconfig.cjs.json",
14
- "package": "npm run build && cross-env NODE_ENV=production rollup -c --configPlugin typescript",
15
- "start": "npm run build && cross-env NODE_ENV=development rollup -w -c",
16
- "lint": "eslint .",
17
- "lint:fix": "eslint --fix .",
18
- "dev": "rollup -w -c",
19
- "dev:package": "npm run build && rollup -w -c",
20
- "pub": "zx ./scripts/publish.mjs"
21
- },
22
- "files": [
23
- "dist",
24
- "lib",
25
- "es",
26
- "package.json",
27
- "README.md"
28
- ],
29
- "keywords": [
30
- "react",
31
- "react-component",
32
- "ui",
33
- "component",
34
- "components"
35
- ],
36
- "author": "frontend@chatlabs.cn",
37
- "license": "MIT",
38
- "dependencies": {
39
- "@emotion/css": "^11.11.2",
40
- "eslint": "^8.48.0",
41
- "eventemitter3": "^5.0.1",
42
- "less": "^4.2.0",
43
- "lodash": "^4.17.21",
44
- "pako": "^2.1.0",
45
- "qs": "^6.11.2",
46
- "swiper": "^11.0.3",
47
- "uuid": "^9.0.1"
48
- },
49
- "devDependencies": {
50
- "@babel/core": "^7.22.11",
51
- "@babel/plugin-transform-runtime": "^7.22.10",
52
- "@babel/preset-env": "^7.22.10",
53
- "@rollup/plugin-alias": "^5.0.0",
54
- "@rollup/plugin-babel": "^6.0.3",
55
- "@rollup/plugin-commonjs": "^25.0.4",
56
- "@rollup/plugin-eslint": "^9.0.4",
57
- "@rollup/plugin-image": "^3.0.2",
58
- "@rollup/plugin-json": "^6.0.0",
59
- "@rollup/plugin-node-resolve": "^15.2.0",
60
- "@rollup/plugin-typescript": "^11.1.2",
61
- "@rollup/plugin-url": "^8.0.1",
62
- "@svgr/rollup": "^8.1.0",
63
- "@types/crypto-js": "^4.1.3",
64
- "@types/lodash": "^4.14.198",
65
- "@types/node": "^20.5.3",
66
- "@types/pako": "^2.0.3",
67
- "@types/qs": "^6.9.8",
68
- "@types/react": "^18.2.21",
69
- "@types/react-dom": "^18.2.14",
70
- "@types/uuid": "^9.0.7",
71
- "@typescript-eslint/eslint-plugin": "^6.6.0",
72
- "@typescript-eslint/parser": "^6.6.0",
73
- "autoprefixer": "^10.4.15",
74
- "cross-env": "^7.0.3",
75
- "cssnano": "^6.0.1",
76
- "esbuild": "^0.19.2",
77
- "eslint-config-standard": "^17.1.0",
78
- "eslint-config-standard-react": "^13.0.0",
79
- "eslint-plugin-import": "^2.28.1",
80
- "eslint-plugin-n": "^16.0.2",
81
- "eslint-plugin-promise": "^6.1.1",
82
- "eslint-plugin-react": "^7.33.2",
83
- "eslint-plugin-react-hooks": "^4.6.0",
84
- "eslint-plugin-unused-imports": "^3.0.0",
85
- "postcss": "^8.4.28",
86
- "querystring": "^0.2.1",
87
- "react": "^18.2.0",
88
- "react-dom": "^18.2.0",
89
- "rimraf": "^5.0.1",
90
- "rollup": "^3.28.1",
91
- "rollup-plugin-esbuild": "^5.0.0",
92
- "rollup-plugin-postcss": "^4.0.2",
93
- "rollup-plugin-terser": "^7.0.2",
94
- "tsc-alias": "^1.8.7",
95
- "tslib": "^2.6.2",
96
- "typescript": "^5.1.6",
97
- "zx": "^7.2.3"
98
- },
99
- "peerDependencies": {
100
- "react": ">=16.9.0",
101
- "react-dom": ">=16.9.0"
102
- },
103
- "browserslist": [
104
- "defaults",
105
- "not ie < 8",
106
- "last 2 versions",
107
- "> 1%",
108
- "iOS 7",
109
- "last 3 iOS versions"
110
- ]
111
- }
1
+ {
2
+ "name": "pb-sxp-ui",
3
+ "version": "1.3.8",
4
+ "description": "React enterprise-class UI components",
5
+ "main": "dist/index.cjs",
6
+ "module": "dist/index.js",
7
+ "unpkg": "dist/pb-ui.min.js",
8
+ "typings": "es/index.d.ts",
9
+ "type": "module",
10
+ "scripts": {
11
+ "prebuild": "rimraf lib && rimraf es && rimraf dist",
12
+ "build": "tsc --build tsconfig.es.json && tsc --build tsconfig.cjs.json",
13
+ "postbuild": "tsc-alias -p tsconfig.es.json && tsc-alias -p tsconfig.cjs.json",
14
+ "package": "npm run build && cross-env NODE_ENV=production rollup -c --configPlugin typescript",
15
+ "start": "npm run build && cross-env NODE_ENV=development rollup -w -c",
16
+ "lint": "eslint .",
17
+ "lint:fix": "eslint --fix .",
18
+ "dev": "rollup -w -c",
19
+ "dev:package": "npm run build && rollup -w -c",
20
+ "pub": "zx ./scripts/publish.mjs"
21
+ },
22
+ "files": [
23
+ "dist",
24
+ "lib",
25
+ "es",
26
+ "package.json",
27
+ "README.md"
28
+ ],
29
+ "keywords": [
30
+ "react",
31
+ "react-component",
32
+ "ui",
33
+ "component",
34
+ "components"
35
+ ],
36
+ "author": "frontend@chatlabs.cn",
37
+ "license": "MIT",
38
+ "dependencies": {
39
+ "@emotion/css": "^11.11.2",
40
+ "eslint": "^8.48.0",
41
+ "eventemitter3": "^5.0.1",
42
+ "less": "^4.2.0",
43
+ "lodash": "^4.17.21",
44
+ "pako": "^2.1.0",
45
+ "qs": "^6.11.2",
46
+ "swiper": "^11.0.3",
47
+ "uuid": "^9.0.1"
48
+ },
49
+ "devDependencies": {
50
+ "@babel/core": "^7.22.11",
51
+ "@babel/plugin-transform-runtime": "^7.22.10",
52
+ "@babel/preset-env": "^7.22.10",
53
+ "@rollup/plugin-alias": "^5.0.0",
54
+ "@rollup/plugin-babel": "^6.0.3",
55
+ "@rollup/plugin-commonjs": "^25.0.4",
56
+ "@rollup/plugin-eslint": "^9.0.4",
57
+ "@rollup/plugin-image": "^3.0.2",
58
+ "@rollup/plugin-json": "^6.0.0",
59
+ "@rollup/plugin-node-resolve": "^15.2.0",
60
+ "@rollup/plugin-typescript": "^11.1.2",
61
+ "@rollup/plugin-url": "^8.0.1",
62
+ "@svgr/rollup": "^8.1.0",
63
+ "@types/crypto-js": "^4.1.3",
64
+ "@types/lodash": "^4.14.198",
65
+ "@types/node": "^20.5.3",
66
+ "@types/pako": "^2.0.3",
67
+ "@types/qs": "^6.9.8",
68
+ "@types/react": "^18.2.21",
69
+ "@types/react-dom": "^18.2.14",
70
+ "@types/uuid": "^9.0.7",
71
+ "@typescript-eslint/eslint-plugin": "^6.6.0",
72
+ "@typescript-eslint/parser": "^6.6.0",
73
+ "autoprefixer": "^10.4.15",
74
+ "cross-env": "^7.0.3",
75
+ "cssnano": "^6.0.1",
76
+ "esbuild": "^0.19.2",
77
+ "eslint-config-standard": "^17.1.0",
78
+ "eslint-config-standard-react": "^13.0.0",
79
+ "eslint-plugin-import": "^2.28.1",
80
+ "eslint-plugin-n": "^16.0.2",
81
+ "eslint-plugin-promise": "^6.1.1",
82
+ "eslint-plugin-react": "^7.33.2",
83
+ "eslint-plugin-react-hooks": "^4.6.0",
84
+ "eslint-plugin-unused-imports": "^3.0.0",
85
+ "postcss": "^8.4.28",
86
+ "querystring": "^0.2.1",
87
+ "react": "^18.2.0",
88
+ "react-dom": "^18.2.0",
89
+ "rimraf": "^5.0.1",
90
+ "rollup": "^3.28.1",
91
+ "rollup-plugin-esbuild": "^5.0.0",
92
+ "rollup-plugin-postcss": "^4.0.2",
93
+ "rollup-plugin-terser": "^7.0.2",
94
+ "tsc-alias": "^1.8.7",
95
+ "tslib": "^2.6.2",
96
+ "typescript": "^5.1.6",
97
+ "zx": "^7.2.3"
98
+ },
99
+ "peerDependencies": {
100
+ "react": ">=16.9.0",
101
+ "react-dom": ">=16.9.0"
102
+ },
103
+ "browserslist": [
104
+ "defaults",
105
+ "not ie < 8",
106
+ "last 2 versions",
107
+ "> 1%",
108
+ "iOS 7",
109
+ "last 3 iOS versions"
110
+ ]
111
+ }