@conecli/cone-render 0.8.13-alpha.0 → 0.8.13-alpha.2
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/dist/api/index.ts +1 -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/components/base/LazyLayoutLoad/index.module.scss +2 -2
- package/dist/interface/service.ts +1 -1
- package/dist/jumpEventReport/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/index.ts +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/modules/DecorateContainerFloorList/index.tsx +1 -1
- package/dist/open/api/global.ts +1 -0
- package/dist/open/api/index.ts +1 -1
- package/dist/open/api/jump.ts +1 -1
- package/dist/open/api/track.ts +1 -1
- package/dist/open/api/util.ts +1 -1
- package/dist/open/index.ts +1 -1
- package/package.json +96 -90
package/dist/api/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import { protocol, isBetaServer, isH5 } from '../config/env'
|
|
1
|
+
import { protocol, isBetaServer, isH5 } from '../config/env'
|
package/dist/common/const.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
import { isPublishToWxapp } from '../config/env'
|
package/dist/common/index.h5.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
|
1
|
+
import Taro from '@tarojs/taro'
|
package/dist/common/index.jd.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
|
1
|
+
import Taro from '@tarojs/taro'
|
package/dist/common/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
|
1
|
+
import Taro from '@tarojs/taro'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
|
1
|
+
import Taro from '@tarojs/taro'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import { ComponentInterFace } from './component'
|
|
1
|
+
import { ComponentInterFace } from './component'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import taroJdBaseInfo from '../common'
|
|
1
|
+
import taroJdBaseInfo from '../common'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import { domain } from '../../api'
|
|
1
|
+
import { domain } from '../../api'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import { JumpMiniBasePath, JumpWebBaseUrl } from './base'
|
|
1
|
+
import { JumpMiniBasePath, JumpWebBaseUrl } from './base'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
|
1
|
+
import Taro from '@tarojs/taro'
|
|
2
2
|
className={classNames(
|
|
3
3
|
id={`J_floor_${floorItem?.uid}`}
|
|
4
4
|
key={floorItem.uid}
|
|
5
5
|
data-floor-uid={floorItem?.uid}
|
|
6
6
|
data-floor-type={floorItem?.floorExtInfo?.moduleFlag || ''}
|
|
7
7
|
floorIndex={floorIndex}
|
|
8
8
|
floorData={floorItem}
|
|
9
9
|
layoutLeftRightMargin={containerLayoutLeftRightMargin}
|
|
10
10
|
containerBorderRadius={item?.borderRadius || 0}
|
|
11
11
|
updateShopFloorDataFn={updateShopFloorDataFn}
|
|
12
12
|
loadingEndComponentFn={loadingEndComponentFn}
|
|
13
13
|
key={floorItem.uid}
|
|
14
14
|
changeScrollTopFn={changeContainerFloorListScrollTop}
|
|
15
15
|
builtInComponents={builtInComponents}
|
|
16
16
|
className={
|
|
17
17
|
style={{
|
|
18
18
|
netWorkShowType={NetWorkShowType.PART}
|
|
19
19
|
netWorkDataType={NETWORK_DATA_TYPE.DATA_ERROR}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React, { useEffect, useRef, useState } from 'react'
|
|
1
|
+
import React, { useEffect, useRef, useState } from 'react'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import global from "../../common";
|
package/dist/open/api/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import * as device from './device'
|
|
1
|
+
import * as device from './device'
|
package/dist/open/api/jump.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import { JumpEventReport, JumpEventReportPromise } from '../../jumpEventReport'
|
|
1
|
+
import { JumpEventReport, JumpEventReportPromise } from '../../jumpEventReport'
|
package/dist/open/api/track.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import { JumpEventReport, JumpEventReportPromise } from '../../jumpEventReport'
|
|
1
|
+
import { JumpEventReport, JumpEventReportPromise } from '../../jumpEventReport'
|
package/dist/open/api/util.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import { dateFormat, showSuccessToast, showFailToast } from '../../utils'
|
|
1
|
+
import { dateFormat, showSuccessToast, showFailToast,showNormalToast } from '../../utils'
|
package/dist/open/index.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import taroJdBaseInfo from '../common'
|
|
1
|
+
import taroJdBaseInfo from '../common'
|
package/package.json
CHANGED
|
@@ -1,95 +1,101 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
2
|
+
"name": "@conecli/cone-render",
|
|
3
|
+
"version": "0.8.13-alpha.2",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "dist/open/index.ts",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist/"
|
|
8
|
+
],
|
|
9
|
+
"exports": {
|
|
10
|
+
".": "./dist/open/index.ts",
|
|
11
|
+
"./api": "./dist/open/api/index.ts",
|
|
12
|
+
"./components": "./dist/open/components/index.ts",
|
|
13
|
+
"./modules": "./dist/open/modules/index.ts"
|
|
14
|
+
},
|
|
15
|
+
"description": "cone-render",
|
|
16
|
+
"templateInfo": {
|
|
17
|
+
"name": "default",
|
|
18
|
+
"typescript": true,
|
|
19
|
+
"css": "sass"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build:weapp": "taro build --type weapp",
|
|
23
|
+
"build:swan": "taro build --type swan",
|
|
24
|
+
"build:alipay": "taro build --type alipay",
|
|
25
|
+
"build:tt": "taro build --type tt",
|
|
26
|
+
"build:h5": "taro build --type h5",
|
|
27
|
+
"build:rn": "taro build --type rn",
|
|
28
|
+
"build:qq": "taro build --type qq",
|
|
29
|
+
"build:jd": "taro build --type jd",
|
|
30
|
+
"build:quickapp": "taro build --type quickapp",
|
|
31
|
+
"dev:weapp": "npm run build:weapp -- --watch",
|
|
32
|
+
"dev:swan": "npm run build:swan -- --watch",
|
|
33
|
+
"dev:alipay": "npm run build:alipay -- --watch",
|
|
34
|
+
"dev:tt": "npm run build:tt -- --watch",
|
|
35
|
+
"dev:h5": "npm run build:h5 -- --watch",
|
|
36
|
+
"dev:rn": "npm run build:rn -- --watch",
|
|
37
|
+
"dev:qq": "npm run build:qq -- --watch",
|
|
38
|
+
"dev:jd": "npm run build:jd -- --watch",
|
|
39
|
+
"dev:quickapp": "npm run build:quickapp -- --watch",
|
|
40
|
+
"compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
|
|
41
|
+
"compress": "gulp compress --gulpfile ./publish/gulpfile.js",
|
|
42
|
+
"check": "gulp check --gulpfile ./publish/gulpfile.js"
|
|
43
|
+
},
|
|
44
|
+
"browserslist": [
|
|
45
|
+
"last 3 versions",
|
|
46
|
+
"Android >= 4.1",
|
|
47
|
+
"ios >= 8"
|
|
48
|
+
],
|
|
49
|
+
"keywords": [
|
|
50
|
+
"conecli",
|
|
51
|
+
"render"
|
|
52
|
+
],
|
|
53
|
+
"author": "conecli",
|
|
54
|
+
"dependencies": {
|
|
49
55
|
"@tarojs/cli": "^3.5.4",
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
56
|
+
"@tarojs/components": "3.5.4",
|
|
57
|
+
"@tarojs/plugin-framework-react": "3.5.4",
|
|
58
|
+
"@tarojs/react": "3.5.4",
|
|
59
|
+
"@tarojs/runtime": "3.5.4",
|
|
60
|
+
"@tarojs/shared": "3.5.4",
|
|
61
|
+
"@tarojs/taro": "3.5.4",
|
|
62
|
+
"@tarojs/taro-h5": "3.5.4",
|
|
63
|
+
"@tarojs/taro-loader": "3.5.4",
|
|
64
|
+
"@tarojs/webpack5-runner": "3.5.4",
|
|
65
|
+
"art-template": "^4.13.2",
|
|
66
|
+
"normalize.css": "^8.0.1",
|
|
67
|
+
"raf": "^3.4.1",
|
|
68
|
+
"react": "^18.2.0",
|
|
69
|
+
"react-content-loader": "^6.2.0",
|
|
70
|
+
"react-dom": "^18.2.0",
|
|
65
71
|
"react-refresh": "^0.14.0",
|
|
66
72
|
"react-intersection-observer": "^9.1.0"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@babel/core": "^7.8.0",
|
|
76
|
+
"@babel/runtime": "^7.17.9",
|
|
77
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
78
|
+
"@types/react": "^18.0.17",
|
|
79
|
+
"@types/webpack-env": "^1.13.6",
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
81
|
+
"@typescript-eslint/parser": "^5.20.0",
|
|
82
|
+
"babel-preset-taro": "3.5.4",
|
|
83
|
+
"del": "^6.1.1",
|
|
84
|
+
"escodegen": "^2.0.0",
|
|
85
|
+
"eslint": "^6.8.0",
|
|
86
|
+
"eslint-config-taro": "3.5.4",
|
|
87
|
+
"eslint-plugin-import": "^2.12.0",
|
|
88
|
+
"eslint-plugin-react": "^7.8.2",
|
|
89
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
90
|
+
"espree": "^9.3.2",
|
|
91
|
+
"esprima": "^4.0.1",
|
|
92
|
+
"estraverse": "^5.3.0",
|
|
93
|
+
"gulp": "^4.0.2",
|
|
94
|
+
"gulp-util": "^3.0.8",
|
|
95
|
+
"sass": "^1.53.0",
|
|
96
|
+
"shelljs": "^0.8.5",
|
|
97
|
+
"stylelint": "^14.4.0",
|
|
98
|
+
"typescript": "^4.1.0",
|
|
99
|
+
"webpack": "5.69.0"
|
|
100
|
+
}
|
|
95
101
|
}
|