@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.
Files changed (36) hide show
  1. package/README.md +7 -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/wxappApi.ts +1 -1
  8. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  9. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  10. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  11. package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
  12. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  13. package/dist/components/base/Skeleton/index.tsx +1 -1
  14. package/dist/components/remoteFloorItem.tsx +1 -1
  15. package/dist/interface/common.ts +1 -1
  16. package/dist/jumpEventReport/base.ts +1 -1
  17. package/dist/jumpEventReport/web.base.ts +1 -1
  18. package/dist/jumpEventReport/web.jd.ts +1 -1
  19. package/dist/utils/h5Utils.ts +1 -1
  20. package/dist/utils/index.h5.ts +1 -1
  21. package/dist/utils/index.ts +1 -1
  22. package/dist/utils/index.weapp.ts +1 -1
  23. package/dist/utils/taroRenderUtil.ts +1 -0
  24. package/dist/utils/utils.ts +1 -1
  25. package/dist/wxapp/api/helper.js +1 -0
  26. package/dist/wxapp/components/launch-app/index.js +1 -0
  27. package/dist/wxapp/components/launch-app/index.json +5 -0
  28. package/dist/wxapp/components/launch-app/index.wxml +0 -0
  29. package/dist/wxapp/components/launch-app/index.wxss +0 -0
  30. package/dist/wxapp/components/subscribe-guider/helper.js +1 -0
  31. package/dist/wxapp/components/subscribe-guider/index.js +1 -0
  32. package/dist/wxapp/components/subscribe-guider/index.json +5 -0
  33. package/dist/wxapp/components/subscribe-guider/index.wxml +0 -0
  34. package/dist/wxapp/components/subscribe-guider/index.wxss +0 -0
  35. package/package.json +47 -31
  36. package/dist/components/base/Skeleton/old.tsx +0 -1
@@ -0,0 +1 @@
1
+ export const delayShow = () => {
@@ -0,0 +1 @@
1
+ Component({
2
  properties: {},
1
3
  data: {},
2
4
  methods: {}
@@ -0,0 +1,5 @@
1
+ {
2
+ "component": true,
3
+ "usingComponents": {
4
+ }
5
+ }
File without changes
File without changes
@@ -0,0 +1 @@
1
+ export const delayShow = () => {
@@ -0,0 +1 @@
1
+ Component({
2
  properties: {},
1
3
  data: {},
2
4
  methods: {}
@@ -0,0 +1,5 @@
1
+ {
2
+ "component": true,
3
+ "usingComponents": {
4
+ }
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conecli/cone-render",
3
- "version": "0.8.35",
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
- "@tarojs/cli": "^3.5.4",
65
- "@tarojs/components": "3.5.4",
66
- "@tarojs/plugin-framework-react": "3.5.4",
67
- "@tarojs/react": "3.5.4",
68
- "@tarojs/runtime": "3.5.4",
69
- "@tarojs/shared": "3.5.4",
70
- "@tarojs/taro": "3.5.4",
71
- "@tarojs/taro-h5": "3.5.4",
72
- "@tarojs/taro-loader": "3.5.4",
73
- "@tarojs/webpack5-runner": "3.5.4",
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
- "@babel/runtime": "^7.17.9",
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
- "@typescript-eslint/eslint-plugin": "^5.20.0",
94
- "@typescript-eslint/parser": "^5.20.0",
95
- "babel-preset-taro": "3.5.4",
96
- "del": "^6.1.1",
97
- "escodegen": "^2.0.0",
98
- "eslint": "^6.8.0",
99
- "eslint-config-taro": "3.5.4",
100
- "eslint-plugin-import": "^2.12.0",
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
- "stylelint": "^14.4.0",
113
- "terser-webpack-plugin": "^5.3.6",
114
- "typescript": "^4.1.0",
115
- "webpack": "5.69.0"
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'