@conecli/cone-render 0.10.1-beta.7 → 0.10.1-beta.9

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 (75) hide show
  1. package/dist/api/index.ts +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/common/index.h5.ts +1 -1
  4. package/dist/common/index.jd.ts +1 -1
  5. package/dist/common/index.ts +1 -1
  6. package/dist/common/index.weapp.ts +1 -1
  7. package/dist/common/token/index.h5.ts +1 -1
  8. package/dist/common/token/token.jd.ts +1 -1
  9. package/dist/common/wxappApi.ts +1 -1
  10. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  11. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  12. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  13. package/dist/components/base/Dialog/index.module.scss +11 -0
  14. package/dist/components/base/ExposureSmart/index.h5.module.scss +12 -2
  15. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  16. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  17. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  18. package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
  19. package/dist/components/base/ItemViewExposureSmart/index.module.scss +2 -2
  20. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  21. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  22. package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
  23. package/dist/components/base/LazyLoadImage/index.h5.module.scss +4 -8
  24. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  25. package/dist/components/base/LazyLoadImage/index.tsx +1 -1
  26. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  27. package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
  28. package/dist/components/floorItem.jd.tsx +1 -1
  29. package/dist/components/floorItem.tsx +1 -1
  30. package/dist/components/floorItem.weapp.tsx +1 -1
  31. package/dist/interface/common.ts +1 -1
  32. package/dist/interface/component.ts +1 -1
  33. package/dist/interface/jumpEventReport.ts +1 -1
  34. package/dist/interface/service.ts +1 -1
  35. package/dist/jumpEventReport/base.ts +1 -1
  36. package/dist/jumpEventReport/const.ts +1 -1
  37. package/dist/jumpEventReport/index.weapp.ts +1 -1
  38. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  39. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  40. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  41. package/dist/jumpEventReport/web/report.ts +1 -1
  42. package/dist/jumpEventReport/web.base.ts +1 -1
  43. package/dist/jumpEventReport/web.jd.ts +1 -1
  44. package/dist/jumpEventReport/web.tjm.ts +1 -1
  45. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  46. package/dist/libs/taroAppReport.js +2 -2
  47. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -53
  48. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  49. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  50. package/dist/open/api/device.ts +1 -1
  51. package/dist/open/api/environment.ts +1 -1
  52. package/dist/open/api/shopMember.ts +1 -1
  53. package/dist/open/api/util.ts +1 -1
  54. package/dist/sass/app.h5.scss +255 -224
  55. package/dist/service/fetchGateway.ts +1 -1
  56. package/dist/service/fetchGateway.weapp.ts +1 -0
  57. package/dist/service/http/colorSign.ts +1 -1
  58. package/dist/service/http/const.ts +1 -1
  59. package/dist/service/http/h5Http.ts +1 -1
  60. package/dist/service/requestServer.h5.ts +1 -1
  61. package/dist/service/requestServer.ts +1 -1
  62. package/dist/service/requestServer.weapp.ts +1 -0
  63. package/dist/utils/connectNativeJsBridge.ts +1 -1
  64. package/dist/utils/h5Utils.ts +1 -1
  65. package/dist/utils/index.h5.ts +1 -1
  66. package/dist/utils/index.ts +1 -1
  67. package/dist/utils/index.weapp.ts +1 -1
  68. package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
  69. package/dist/utils/jumpExtMapUtil.ts +1 -0
  70. package/dist/utils/sColor.js +1 -0
  71. package/dist/utils/taroRenderUtil.ts +1 -1
  72. package/dist/utils/utils.ts +1 -1
  73. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  74. package/dist/wxapp/common/user_info.js +1 -1
  75. package/package.json +147 -141
@@ -0,0 +1 @@
1
+ const fetchLbsAddr = () => {};
@@ -1 +1 @@
1
- const getAddress = () => false
1
+ const getAddress = () => false;
2
2
  return {
3
3
  areaId: '',
4
4
  longitude: '',
5
5
  latitude: '',
6
6
  };
package/package.json CHANGED
@@ -1,143 +1,149 @@
1
1
  {
2
- "name": "@conecli/cone-render",
3
- "version": "0.10.1-beta.7",
4
- "private": false,
5
- "files": [
6
- "dist/"
7
- ],
8
- "exports": {
9
- "./api": "./dist/open/api/index.ts",
10
- "./components": "./dist/open/components/index.ts",
11
- "./modules": "./dist/open/modules/index.ts",
12
- "./_api": "./dist/api",
13
- "./_config/": "./dist/config/",
14
- "./_common/": "./dist/common/",
15
- "./_components/": "./dist/components/",
16
- "./_interface": "./dist/interface",
17
- "./_jumpEventReport": "./dist/jumpEventReport",
18
- "./_jumpEventReport/": "./dist/jumpEventReport/",
19
- "./_utils": "./dist/utils",
20
- "./_utils/": "./dist/utils/",
21
- "./sass/": "./dist/sass/"
22
- },
23
- "description": "cone-render",
24
- "templateInfo": {
25
- "name": "default",
26
- "typescript": true,
27
- "css": "sass",
28
- "framework": "React"
29
- },
30
- "scripts": {
31
- "build:weapp": "taro build --type weapp",
32
- "build:swan": "taro build --type swan",
33
- "build:alipay": "taro build --type alipay",
34
- "build:tt": "taro build --type tt",
35
- "build:h5": "taro build --type h5",
36
- "build:rn": "taro build --type rn",
37
- "build:qq": "taro build --type qq",
38
- "build:jd": "taro build --type jd",
39
- "build:harmony-hybrid": "taro build --type harmony-hybrid",
40
- "dev:weapp": "npm run build:weapp -- --watch",
41
- "dev:swan": "npm run build:swan -- --watch",
42
- "dev:alipay": "npm run build:alipay -- --watch",
43
- "dev:tt": "npm run build:tt -- --watch",
44
- "dev:h5": "npm run build:h5 -- --watch",
45
- "dev:rn": "npm run build:rn -- --watch",
46
- "dev:qq": "npm run build:qq -- --watch",
47
- "dev:jd": "npm run build:jd -- --watch",
48
- "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
49
- "compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
50
- "compress": "gulp compress --gulpfile ./publish/gulpfile.js",
51
- "build": "npm run compress",
52
- "check": "gulp check --gulpfile ./publish/gulpfile.js"
53
- },
54
- "browserslist": {
55
- "development": [
56
- "defaults and fully supports es6-module",
57
- "maintained node versions"
58
- ],
59
- "production": [
60
- "last 3 versions",
61
- "Android >= 4.1",
62
- "ios >= 8"
63
- ]
64
- },
65
- "keywords": [
66
- "conecli",
67
- "render"
68
- ],
69
- "author": "conecli",
70
- "dependencies": {
71
- "@babel/runtime": "7.24.4",
72
- "@tarojs/components": "4.0.9",
73
- "@tarojs/helper": "4.0.9",
74
- "@tarojs/plugin-platform-weapp": "4.0.9",
75
- "@tarojs/plugin-platform-alipay": "4.0.9",
76
- "@tarojs/plugin-platform-tt": "4.0.9",
77
- "@tarojs/plugin-platform-swan": "4.0.9",
78
- "@tarojs/plugin-platform-jd": "4.0.9",
79
- "@tarojs/plugin-platform-qq": "4.0.9",
80
- "@tarojs/plugin-platform-h5": "4.0.9",
81
- "@tarojs/plugin-platform-harmony-hybrid": "4.0.9",
82
- "@tarojs/runtime": "4.0.9",
83
- "@tarojs/shared": "4.0.9",
84
- "@tarojs/taro": "4.0.9",
85
- "@tarojs/plugin-framework-react": "4.0.9",
86
- "@tarojs/react": "4.0.9",
87
- "@tarojs/service": "4.0.9",
88
- "react-dom": "^18.2.0",
89
- "react": "^18.2.0",
90
- "art-template": "^4.13.2",
91
- "gulp-filter": "^7.0.0",
92
- "normalize.css": "^8.0.1",
93
- "react-content-loader": "^6.2.0",
94
- "react-intersection-observer": "8.33.1",
95
- "react-refresh": "^0.14.0",
96
- "sha256": "^0.2.0"
97
- },
98
- "devDependencies": {
99
- "@babel/plugin-transform-strict-mode": "^7.16.7",
100
- "@babel/core": "7.24.4",
101
- "@tarojs/cli": "4.0.9",
102
- "@babel/plugin-proposal-class-properties": "7.14.5",
103
- "@types/webpack-env": "^1.13.6",
104
- "@types/react": "^18.0.17",
105
- "webpack": "5.91.0",
106
- "@tarojs/taro-loader": "4.0.9",
107
- "@tarojs/webpack5-runner": "4.0.9",
108
- "sass": "^1.75.0",
109
- "babel-preset-taro": "4.0.9",
110
- "eslint-config-taro": "4.0.9",
111
- "eslint": "^8.57.0",
112
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
113
- "react-refresh": "^0.14.0",
114
- "@babel/preset-react": "^7.24.1",
115
- "eslint-plugin-react": "^7.34.1",
116
- "eslint-plugin-import": "^2.12.0",
117
- "eslint-plugin-react-hooks": "^4.4.0",
118
- "stylelint": "^16.4.0",
119
- "@typescript-eslint/parser": "^6.2.0",
120
- "@typescript-eslint/eslint-plugin": "^6.2.0",
121
- "typescript": "^5.4.5",
122
- "tsconfig-paths-webpack-plugin": "^4.1.0",
123
- "postcss": "^8.4.38",
124
- "ts-node": "^10.9.1",
125
- "@types/node": "^18",
126
- "del": "^6.1.1",
127
- "escodegen": "^2.0.0",
128
- "espree": "^9.3.2",
129
- "esprima": "^4.0.1",
130
- "estraverse": "^5.3.0",
131
- "gulp": "^4.0.2",
132
- "gulp-util": "^3.0.8",
133
- "html-webpack-plugin": "^5.5.0",
134
- "mini-css-extract-plugin": "^2.6.1",
135
- "shelljs": "^0.8.5",
136
- "terser-webpack-plugin": "^5.3.6"
137
- },
138
- "resolutions": {
139
- "@babel/runtime": "7.24.4",
140
- "@tarojs/cli": "4.0.9",
141
- "@tarojs/helper": "4.0.9"
142
- }
2
+ "name": "@conecli/cone-render",
3
+ "version": "0.10.1-beta.9",
4
+ "private": false,
5
+ "files": [
6
+ "dist/"
7
+ ],
8
+ "exports": {
9
+ "./api": "./dist/open/api/index.ts",
10
+ "./components": "./dist/open/components/index.ts",
11
+ "./modules": "./dist/open/modules/index.ts",
12
+ "./_api": "./dist/api",
13
+ "./_config/": "./dist/config/",
14
+ "./_common/": "./dist/common/",
15
+ "./_components/": "./dist/components/",
16
+ "./_interface": "./dist/interface",
17
+ "./_jumpEventReport": "./dist/jumpEventReport",
18
+ "./_jumpEventReport/": "./dist/jumpEventReport/",
19
+ "./_utils": "./dist/utils",
20
+ "./_utils/": "./dist/utils/",
21
+ "./sass/": "./dist/sass/"
22
+ },
23
+ "description": "cone-render",
24
+ "templateInfo": {
25
+ "name": "default",
26
+ "typescript": true,
27
+ "css": "sass"
28
+ },
29
+ "scripts": {
30
+ "build:weapp": "taro build --type weapp",
31
+ "build:swan": "taro build --type swan",
32
+ "build:alipay": "taro build --type alipay",
33
+ "build:tt": "taro build --type tt",
34
+ "build:h5": "taro build --type h5",
35
+ "build:rn": "taro build --type rn",
36
+ "build:qq": "taro build --type qq",
37
+ "build:jd": "taro build --type jd",
38
+ "build:quickapp": "taro build --type quickapp",
39
+ "dev:weapp": "npm run build:weapp -- --watch",
40
+ "dev:swan": "npm run build:swan -- --watch",
41
+ "dev:alipay": "npm run build:alipay -- --watch",
42
+ "dev:tt": "npm run build:tt -- --watch",
43
+ "dev:h5": "npm run build:h5 -- --watch",
44
+ "dev:rn": "npm run build:rn -- --watch",
45
+ "dev:qq": "npm run build:qq -- --watch",
46
+ "dev:jd": "npm run build:jd -- --watch",
47
+ "dev:quickapp": "npm run build:quickapp -- --watch",
48
+ "compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
49
+ "compress": "gulp compress --gulpfile ./publish/gulpfile.js",
50
+ "build": "npm run compress",
51
+ "check": "gulp check --gulpfile ./publish/gulpfile.js"
52
+ },
53
+ "browserslist": [
54
+ "last 3 versions",
55
+ "Android >= 4.1",
56
+ "ios >= 8"
57
+ ],
58
+ "husky": {
59
+ "hooks": {
60
+ "pre-commit": "lint-staged",
61
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
62
+ }
63
+ },
64
+ "lint-staged": {
65
+ "*.{js,ts}": [
66
+ "eslint",
67
+ "eslint --fix",
68
+ "git add"
69
+ ],
70
+ "*.{scss}": [
71
+ "prettier --write",
72
+ "git add"
73
+ ]
74
+ },
75
+ "keywords": [
76
+ "conecli",
77
+ "render"
78
+ ],
79
+ "author": "conecli",
80
+ "dependencies": {
81
+ "@tarojs/cli": "3.5.4",
82
+ "@tarojs/components": "3.5.4",
83
+ "@tarojs/plugin-framework-react": "3.5.4",
84
+ "@tarojs/react": "3.5.4",
85
+ "@tarojs/runtime": "3.5.4",
86
+ "@tarojs/shared": "3.5.4",
87
+ "@tarojs/taro": "3.5.4",
88
+ "@tarojs/taro-h5": "3.5.4",
89
+ "@tarojs/taro-loader": "3.5.4",
90
+ "@tarojs/webpack5-runner": "3.5.4",
91
+ "art-template": "^4.13.2",
92
+ "gulp-filter": "^7.0.0",
93
+ "normalize.css": "^8.0.1",
94
+ "raf": "^3.4.1",
95
+ "react": "^18.2.0",
96
+ "react-content-loader": "^6.2.0",
97
+ "react-dom": "^18.2.0",
98
+ "react-intersection-observer": "8.33.1",
99
+ "react-refresh": "^0.14.0",
100
+ "sha256": "^0.2.0"
101
+ },
102
+ "devDependencies": {
103
+ "@babel/core": "^7.8.0",
104
+ "@babel/runtime": "7.23.7",
105
+ "@babel/plugin-transform-strict-mode": "^7.16.7",
106
+ "@commitlint/cli": "^13.1.0",
107
+ "@commitlint/config-conventional": "^13.1.0",
108
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
109
+ "@swc/core": "1.2.242",
110
+ "@swc/register": "^0.1.10",
111
+ "@types/react": "^18.0.17",
112
+ "@types/webpack-env": "^1.13.6",
113
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
114
+ "@typescript-eslint/parser": "^5.62.0",
115
+ "babel-preset-taro": "3.5.4",
116
+ "del": "^6.1.1",
117
+ "escodegen": "^2.0.0",
118
+ "eslint": "^8.56.0",
119
+ "eslint-config-prettier": "^8.3.0",
120
+ "eslint-config-taro": "3.5.4",
121
+ "eslint-plugin-import": "^2.12.0",
122
+ "eslint-plugin-prettier": "^3.4.0",
123
+ "eslint-plugin-react": "^7.8.2",
124
+ "eslint-plugin-react-hooks": "^4.2.0",
125
+ "espree": "^9.3.2",
126
+ "esprima": "^4.0.1",
127
+ "estraverse": "^5.3.0",
128
+ "gulp": "^4.0.2",
129
+ "gulp-util": "^3.0.8",
130
+ "html-webpack-plugin": "^5.5.0",
131
+ "husky": "^4.3.8",
132
+ "lint-staged": "^11.1.1",
133
+ "mini-css-extract-plugin": "^2.6.1",
134
+ "prettier": "^3.3.3",
135
+ "sass": "^1.53.0",
136
+ "shelljs": "^0.8.5",
137
+ "stylelint": "^14.4.0",
138
+ "terser-webpack-plugin": "^5.3.6",
139
+ "typescript": "^4.1.0",
140
+ "webpack": "5.69.0"
141
+ },
142
+ "resolutions": {
143
+ "@babel/runtime": "7.23.7",
144
+ "@tarojs/cli": "3.5.4",
145
+ "@tarojs/helper": "3.5.4",
146
+ "@tarojs/service": "3.5.4",
147
+ "@tarojs/shared": "3.5.4"
148
+ }
143
149
  }