@conecli/cone-render 0.10.1-shop-beta.11 → 0.10.1-shop-beta.13

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 (78) hide show
  1. package/README.md +1 -1
  2. package/dist/common/const.ts +1 -1
  3. package/dist/common/index.dynamic.ts +1 -0
  4. package/dist/common/index.h5.ts +1 -1
  5. package/dist/common/index.jd.ts +1 -1
  6. package/dist/common/index.ts +1 -1
  7. package/dist/common/index.weapp.ts +1 -1
  8. package/dist/common/jssdk.ts +1 -1
  9. package/dist/common/token/index.h5.ts +1 -1
  10. package/dist/common/wxappApi.ts +1 -1
  11. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  12. package/dist/components/base/CountDown/index.tsx +1 -1
  13. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  14. package/dist/components/base/Dialog/index.dynamic.module.scss +126 -0
  15. package/dist/components/base/Dialog/index.dynamic.tsx +1 -0
  16. package/dist/components/base/DynamicTest/index.dynamic.module.scss +15 -0
  17. package/dist/components/base/DynamicTest/index.module.scss +16 -0
  18. package/dist/components/base/DynamicTest/index.tsx +1 -0
  19. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  20. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -1
  21. package/dist/components/base/JdLoading/index.module.scss +2 -0
  22. package/dist/components/base/JdLoading/index.tsx +1 -1
  23. package/dist/components/base/LazyLoadImage/index.tsx +1 -1
  24. package/dist/components/base/NetworkDataError/const.ts +1 -1
  25. package/dist/components/base/NetworkDataError/index.module.scss +116 -70
  26. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  27. package/dist/components/base/Price/Base/index.dynamic.module.scss +63 -0
  28. package/dist/components/base/Price/Base/index.dynamic.tsx +1 -0
  29. package/dist/components/base/Price/Base/index.module.scss +6 -0
  30. package/dist/components/base/Price/Base/index.tsx +1 -1
  31. package/dist/components/base/Price/Double/index.dynamic.module.scss +172 -0
  32. package/dist/components/base/Price/Double/index.dynamic.tsx +1 -0
  33. package/dist/components/base/Price/Double/index.module.scss +6 -0
  34. package/dist/components/base/Price/Double/index.tsx +1 -1
  35. package/dist/components/debug/DebugLayout/index.module.scss +2 -2
  36. package/dist/config/env.ts +1 -1
  37. package/dist/interface/common.ts +1 -1
  38. package/dist/interface/component.ts +1 -1
  39. package/dist/interface/jumpEventReport.ts +1 -1
  40. package/dist/jumpEventReport/const.ts +1 -1
  41. package/dist/jumpEventReport/index.dynamic.ts +1 -0
  42. package/dist/jumpEventReport/index.h5.ts +1 -1
  43. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  44. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  45. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  46. package/dist/jumpEventReport/web.base.ts +1 -1
  47. package/dist/jumpEventReport/web.jd.ts +1 -1
  48. package/dist/language/zh_CN.json +162 -0
  49. package/dist/open/api/index.ts +1 -1
  50. package/dist/open/api/shopMember.dynamic.ts +1 -0
  51. package/dist/open/api/shopMember.ts +1 -1
  52. package/dist/open/components/index.dynamic.ts +1 -0
  53. package/dist/open/components/index.ts +1 -1
  54. package/dist/sass/app.dynamic.scss +306 -0
  55. package/dist/service/fetchGateway.h5.ts +1 -0
  56. package/dist/service/fetchGateway.ts +1 -1
  57. package/dist/service/fetchGateway.weapp.ts +1 -1
  58. package/dist/service/fetchJsonp.h5.ts +1 -0
  59. package/dist/service/fetchJsonp.ts +1 -1
  60. package/dist/service/http/colorSign.dynamic.ts +1 -0
  61. package/dist/service/http/http.ts +1 -1
  62. package/dist/service/requestServer.h5.ts +1 -1
  63. package/dist/service/requestServer.ts +1 -1
  64. package/dist/service/requestServer.weapp.ts +1 -1
  65. package/dist/utils/connectNativeJsBridge.dynamic.ts +1 -0
  66. package/dist/utils/connectNativeJsBridge.ts +1 -1
  67. package/dist/utils/h5Utils.ts +1 -1
  68. package/dist/utils/index.h5.ts +1 -1
  69. package/dist/utils/index.ts +1 -1
  70. package/dist/utils/index.weapp.ts +1 -1
  71. package/dist/utils/intersectionObserver.ts +1 -1
  72. package/dist/utils/jumpExtMapUtil.ts +1 -0
  73. package/dist/utils/log.ts +1 -0
  74. package/dist/utils/utils.ts +1 -1
  75. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  76. package/dist/wxapp/common/user_info.js +1 -1
  77. package/package.json +51 -31
  78. /package/dist/utils/{jumpExtMapUtil.js → jumpExtMapUtil.h5.ts} +0 -0
@@ -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,22 +1,22 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.10.1-shop-beta.11",
3
+ "version": "0.10.1-shop-beta.13",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist/"
7
7
  ],
8
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",
9
+ "./api": "./dist/open/api/index",
10
+ "./components": "./dist/open/components/index",
11
+ "./modules": "./dist/open/modules/index",
12
+ "./_api": "./dist/api/index",
13
13
  "./_config/": "./dist/config/",
14
14
  "./_common/": "./dist/common/",
15
15
  "./_components/": "./dist/components/",
16
- "./_interface": "./dist/interface",
17
- "./_jumpEventReport": "./dist/jumpEventReport",
16
+ "./_interface": "./dist/interface/index",
17
+ "./_jumpEventReport": "./dist/jumpEventReport/index",
18
18
  "./_jumpEventReport/": "./dist/jumpEventReport/",
19
- "./_utils": "./dist/utils",
19
+ "./_utils": "./dist/utils/index",
20
20
  "./_utils/": "./dist/utils/",
21
21
  "./sass/": "./dist/sass/"
22
22
  },
@@ -62,6 +62,23 @@
62
62
  "ios >= 8"
63
63
  ]
64
64
  },
65
+ "husky": {
66
+ "hooks": {
67
+ "pre-commit": "lint-staged",
68
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
69
+ }
70
+ },
71
+ "lint-staged": {
72
+ "*.{js,ts}": [
73
+ "eslint",
74
+ "eslint --fix",
75
+ "git add"
76
+ ],
77
+ "*.{scss}": [
78
+ "prettier --write",
79
+ "git add"
80
+ ]
81
+ },
65
82
  "keywords": [
66
83
  "conecli",
67
84
  "render"
@@ -69,22 +86,25 @@
69
86
  "author": "conecli",
70
87
  "dependencies": {
71
88
  "@babel/runtime": "7.24.4",
72
- "@tarojs/components": "4.1.2-alpha.2",
73
- "@tarojs/helper": "4.1.2-alpha.2",
74
- "@tarojs/plugin-platform-weapp": "4.1.2-alpha.2",
75
- "@tarojs/plugin-platform-alipay": "4.1.2-alpha.2",
76
- "@tarojs/plugin-platform-tt": "4.1.2-alpha.2",
77
- "@tarojs/plugin-platform-swan": "4.1.2-alpha.2",
78
- "@tarojs/plugin-platform-jd": "4.1.2-alpha.2",
79
- "@tarojs/plugin-platform-qq": "4.1.2-alpha.2",
80
- "@tarojs/plugin-platform-h5": "4.1.2-alpha.2",
81
- "@tarojs/plugin-platform-harmony-hybrid": "4.1.2-alpha.2",
82
- "@tarojs/runtime": "4.1.2-alpha.2",
83
- "@tarojs/shared": "4.1.2-alpha.2",
84
- "@tarojs/taro": "4.1.2-alpha.2",
85
- "@tarojs/plugin-framework-react": "4.1.2-alpha.2",
86
- "@tarojs/react": "4.1.2-alpha.2",
87
- "@tarojs/service": "4.1.2-alpha.2",
89
+ "@tarojs/components": "4.1.2",
90
+ "@tarojs/helper": "4.1.2",
91
+ "@tarojs/plugin-platform-weapp": "4.1.2",
92
+ "@tarojs/plugin-platform-alipay": "4.1.2",
93
+ "@tarojs/plugin-platform-tt": "4.1.2",
94
+ "@tarojs/plugin-platform-swan": "4.1.2",
95
+ "@tarojs/plugin-platform-jd": "4.1.2",
96
+ "@tarojs/plugin-platform-qq": "4.1.2",
97
+ "@tarojs/plugin-platform-h5": "4.1.2",
98
+ "@tarojs/plugin-platform-harmony-hybrid": "4.1.2",
99
+ "@tarojs/runtime": "4.1.2",
100
+ "@tarojs/shared": "4.1.2",
101
+ "@tarojs/taro": "4.1.2",
102
+ "@tarojs/plugin-framework-react": "4.1.2",
103
+ "@tarojs/react": "4.1.2",
104
+ "@tarojs/service": "4.1.2",
105
+ "@jdtaro/ui": "^3.0.17",
106
+ "@jdtaro/ui-themes": "^3.0.17",
107
+ "@jdtaro/dynamic-types": "^0.0.1",
88
108
  "react-dom": "^18.2.0",
89
109
  "react": "^18.2.0",
90
110
  "art-template": "^4.13.2",
@@ -98,16 +118,16 @@
98
118
  "devDependencies": {
99
119
  "@babel/plugin-transform-strict-mode": "^7.16.7",
100
120
  "@babel/core": "7.24.4",
101
- "@tarojs/cli": "4.1.2-alpha.2",
121
+ "@tarojs/cli": "4.1.2",
102
122
  "@babel/plugin-proposal-class-properties": "7.14.5",
103
123
  "@types/webpack-env": "^1.13.6",
104
124
  "@types/react": "^18.0.17",
105
125
  "webpack": "5.91.0",
106
- "@tarojs/taro-loader": "4.1.2-alpha.2",
107
- "@tarojs/webpack5-runner": "4.1.2-alpha.2",
126
+ "@tarojs/taro-loader": "4.1.2",
127
+ "@tarojs/webpack5-runner": "4.1.2",
108
128
  "sass": "^1.75.0",
109
- "babel-preset-taro": "4.1.2-alpha.2",
110
- "eslint-config-taro": "4.1.2-alpha.2",
129
+ "babel-preset-taro": "4.1.2",
130
+ "eslint-config-taro": "4.1.2",
111
131
  "eslint": "^8.57.0",
112
132
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
113
133
  "react-refresh": "^0.14.0",
@@ -137,7 +157,7 @@
137
157
  },
138
158
  "resolutions": {
139
159
  "@babel/runtime": "7.24.4",
140
- "@tarojs/cli": "4.1.2-alpha.2",
141
- "@tarojs/helper": "4.1.2-alpha.2"
160
+ "@tarojs/cli": "4.1.2",
161
+ "@tarojs/helper": "4.1.2"
142
162
  }
143
163
  }