@conecli/cone-render 0.8.35 → 0.9.1-shop2.0
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/README.md +7 -1
- package/dist/common/const.ts +1 -1
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/common/wxappApi.ts +1 -1
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/Skeleton/index.tsx +1 -1
- package/dist/components/remoteFloorItem.tsx +1 -1
- package/dist/interface/common.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/utils/h5Utils.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/taroRenderUtil.ts +1 -0
- package/dist/utils/utils.ts +1 -1
- package/dist/wxapp/api/helper.js +1 -0
- package/dist/wxapp/components/launch-app/index.js +1 -0
- package/dist/wxapp/components/launch-app/index.json +5 -0
- package/dist/wxapp/components/launch-app/index.wxml +0 -0
- package/dist/wxapp/components/launch-app/index.wxss +0 -0
- package/dist/wxapp/components/subscribe-guider/helper.js +1 -0
- package/dist/wxapp/components/subscribe-guider/index.js +1 -0
- package/dist/wxapp/components/subscribe-guider/index.json +5 -0
- package/dist/wxapp/components/subscribe-guider/index.wxml +0 -0
- package/dist/wxapp/components/subscribe-guider/index.wxss +0 -0
- package/package.json +47 -31
- package/dist/components/base/Skeleton/old.tsx +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const delayShow = () => {
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const delayShow = () => {
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conecli/cone-render",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1-shop2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/"
|
|
@@ -61,45 +61,59 @@
|
|
|
61
61
|
],
|
|
62
62
|
"author": "conecli",
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@
|
|
65
|
-
"@tarojs/components": "3.
|
|
66
|
-
"@tarojs/
|
|
67
|
-
"@tarojs/
|
|
68
|
-
"@tarojs/
|
|
69
|
-
"@tarojs/
|
|
70
|
-
"@tarojs/
|
|
71
|
-
"@tarojs/
|
|
72
|
-
"@tarojs/
|
|
73
|
-
"@tarojs/
|
|
64
|
+
"@babel/runtime": "7.23.7",
|
|
65
|
+
"@tarojs/components": "3.6.23",
|
|
66
|
+
"@tarojs/helper": "3.6.23",
|
|
67
|
+
"@tarojs/plugin-platform-weapp": "3.6.23",
|
|
68
|
+
"@tarojs/plugin-platform-alipay": "3.6.23",
|
|
69
|
+
"@tarojs/plugin-platform-tt": "3.6.23",
|
|
70
|
+
"@tarojs/plugin-platform-swan": "3.6.23",
|
|
71
|
+
"@tarojs/plugin-platform-jd": "3.6.23",
|
|
72
|
+
"@tarojs/plugin-platform-qq": "3.6.23",
|
|
73
|
+
"@tarojs/plugin-platform-h5": "3.6.23",
|
|
74
|
+
"@tarojs/runtime": "3.6.23",
|
|
75
|
+
"@tarojs/shared": "3.6.23",
|
|
76
|
+
"@tarojs/taro": "3.6.23",
|
|
77
|
+
"@tarojs/plugin-framework-react": "3.6.23",
|
|
78
|
+
"@tarojs/react": "3.6.23",
|
|
79
|
+
"react-dom": "^18.2.0",
|
|
80
|
+
"react": "^18.2.0",
|
|
74
81
|
"art-template": "^4.13.2",
|
|
75
82
|
"gulp-filter": "^7.0.0",
|
|
76
83
|
"normalize.css": "^8.0.1",
|
|
77
|
-
"raf": "^3.4.1",
|
|
78
|
-
"react": "^18.2.0",
|
|
79
84
|
"react-content-loader": "^6.2.0",
|
|
80
|
-
"react-dom": "^18.2.0",
|
|
81
85
|
"react-intersection-observer": "8.33.1",
|
|
82
86
|
"react-refresh": "^0.14.0",
|
|
83
87
|
"sha256": "^0.2.0"
|
|
84
88
|
},
|
|
85
89
|
"devDependencies": {
|
|
90
|
+
"@babel/plugin-transform-strict-mode": "^7.16.7",
|
|
86
91
|
"@babel/core": "^7.8.0",
|
|
87
|
-
"@
|
|
88
|
-
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
89
|
-
"@swc/core": "1.2.242",
|
|
90
|
-
"@swc/register": "^0.1.10",
|
|
91
|
-
"@types/react": "^18.0.17",
|
|
92
|
+
"@tarojs/cli": "3.6.23",
|
|
92
93
|
"@types/webpack-env": "^1.13.6",
|
|
93
|
-
"@
|
|
94
|
-
"@
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"eslint-config-taro": "3.
|
|
100
|
-
"eslint
|
|
94
|
+
"@tarojs/test-utils-react": "^0.1.1",
|
|
95
|
+
"@types/react": "^18.0.17",
|
|
96
|
+
"webpack": "5.78.0",
|
|
97
|
+
"@tarojs/taro-loader": "3.6.23",
|
|
98
|
+
"@tarojs/webpack5-runner": "3.6.23",
|
|
99
|
+
"babel-preset-taro": "3.6.23",
|
|
100
|
+
"eslint-config-taro": "3.6.23",
|
|
101
|
+
"eslint": "^8.12.0",
|
|
102
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
103
|
+
"react-refresh": "^0.14.0",
|
|
101
104
|
"eslint-plugin-react": "^7.8.2",
|
|
105
|
+
"eslint-plugin-import": "^2.12.0",
|
|
102
106
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
107
|
+
"stylelint": "^14.4.0",
|
|
108
|
+
"@typescript-eslint/parser": "^6.2.0",
|
|
109
|
+
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
110
|
+
"typescript": "^5.1.0",
|
|
111
|
+
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
|
112
|
+
"postcss": "^8.4.18",
|
|
113
|
+
"ts-node": "^10.9.1",
|
|
114
|
+
"@types/node": "^18.15.11",
|
|
115
|
+
"del": "^6.1.1",
|
|
116
|
+
"escodegen": "^2.0.0",
|
|
103
117
|
"espree": "^9.3.2",
|
|
104
118
|
"esprima": "^4.0.1",
|
|
105
119
|
"estraverse": "^5.3.0",
|
|
@@ -109,9 +123,11 @@
|
|
|
109
123
|
"mini-css-extract-plugin": "^2.6.1",
|
|
110
124
|
"sass": "^1.53.0",
|
|
111
125
|
"shelljs": "^0.8.5",
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"
|
|
126
|
+
"terser-webpack-plugin": "^5.3.6"
|
|
127
|
+
},
|
|
128
|
+
"resolutions": {
|
|
129
|
+
"@babel/runtime": "7.23.7",
|
|
130
|
+
"@tarojs/cli": "3.6.23",
|
|
131
|
+
"@tarojs/helper": "3.6.23"
|
|
116
132
|
}
|
|
117
133
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import ContentLoader from 'react-content-loader'
|