pb-sxp-ui 14.0.7 → 15.0.1
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/index.cjs +157 -607
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +15 -89
- package/dist/index.js +157 -607
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +5 -5
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +157 -607
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +5 -5
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/ConsentPopup.js +8 -8
- package/es/core/components/SxpPageRender/Navbar.js +1 -1
- package/es/core/components/SxpPageRender/WaterFall/List.js +3 -3
- package/es/core/components/SxpPageRender/WaterFall/index.js +2 -2
- package/es/core/components/SxpPageRender/index.js +2 -5
- package/es/core/context/SxpDataSourceProvider.js +22 -54
- package/es/core/utils/materials.js +3 -5
- package/es/materials/sxp/HashTag/index.d.ts +4 -1
- package/es/materials/sxp/HashTag/material.js +2 -1
- package/es/materials/sxp/HashTag/settingRender.d.ts +0 -2
- package/es/materials/sxp/HashTag/settingRender.js +2 -3
- package/es/materials/sxp/consentPopup/Display/index.d.ts +2 -2
- package/es/materials/sxp/consentPopup/Display/index.js +5 -7
- package/es/materials/sxp/consentPopup/index.d.ts +0 -2
- package/es/materials/sxp/consentPopup/index.js +0 -2
- package/es/materials/sxp/cta/AniLink/index.js +1 -1
- package/es/materials/sxp/cta/AniLinkPopup/index.js +1 -1
- package/es/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
- package/es/materials/sxp/popup/ConsentDetail/index.js +2 -2
- package/lib/core/components/SxpPageRender/ConsentPopup.js +7 -7
- package/lib/core/components/SxpPageRender/Navbar.js +1 -1
- package/lib/core/components/SxpPageRender/WaterFall/List.js +3 -3
- package/lib/core/components/SxpPageRender/WaterFall/index.js +2 -2
- package/lib/core/components/SxpPageRender/index.js +2 -5
- package/lib/core/context/SxpDataSourceProvider.js +22 -54
- package/lib/core/utils/materials.js +3 -5
- package/lib/materials/sxp/HashTag/index.d.ts +4 -1
- package/lib/materials/sxp/HashTag/material.js +2 -1
- package/lib/materials/sxp/HashTag/settingRender.d.ts +0 -2
- package/lib/materials/sxp/HashTag/settingRender.js +2 -3
- package/lib/materials/sxp/consentPopup/Display/index.d.ts +2 -2
- package/lib/materials/sxp/consentPopup/Display/index.js +5 -7
- package/lib/materials/sxp/consentPopup/index.d.ts +0 -2
- package/lib/materials/sxp/consentPopup/index.js +0 -2
- package/lib/materials/sxp/cta/AniLink/index.js +1 -1
- package/lib/materials/sxp/cta/AniLinkPopup/index.js +1 -1
- package/lib/materials/sxp/popup/ConsentDetail/index.d.ts +1 -2
- package/lib/materials/sxp/popup/ConsentDetail/index.js +2 -2
- package/package.json +1 -1
- package/es/materials/sxp/consentPopup/Click/index.d.ts +0 -19
- package/es/materials/sxp/consentPopup/Click/index.js +0 -19
- package/es/materials/sxp/consentPopup/Click/material.d.ts +0 -2
- package/es/materials/sxp/consentPopup/Click/material.js +0 -48
- package/es/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
- package/es/materials/sxp/consentPopup/Click/settingRender.js +0 -210
- package/es/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
- package/es/materials/sxp/consentPopup/Swipe/index.js +0 -44
- package/es/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
- package/es/materials/sxp/consentPopup/Swipe/material.js +0 -24
- package/es/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
- package/es/materials/sxp/consentPopup/Swipe/settingRender.js +0 -43
- package/lib/materials/sxp/consentPopup/Click/index.d.ts +0 -19
- package/lib/materials/sxp/consentPopup/Click/index.js +0 -21
- package/lib/materials/sxp/consentPopup/Click/material.d.ts +0 -2
- package/lib/materials/sxp/consentPopup/Click/material.js +0 -52
- package/lib/materials/sxp/consentPopup/Click/settingRender.d.ts +0 -63
- package/lib/materials/sxp/consentPopup/Click/settingRender.js +0 -212
- package/lib/materials/sxp/consentPopup/Swipe/index.d.ts +0 -12
- package/lib/materials/sxp/consentPopup/Swipe/index.js +0 -46
- package/lib/materials/sxp/consentPopup/Swipe/material.d.ts +0 -2
- package/lib/materials/sxp/consentPopup/Swipe/material.js +0 -28
- package/lib/materials/sxp/consentPopup/Swipe/settingRender.d.ts +0 -29
- package/lib/materials/sxp/consentPopup/Swipe/settingRender.js +0 -45
@@ -1,212 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.default = [
|
4
|
-
{
|
5
|
-
title: '全局设置',
|
6
|
-
child: [
|
7
|
-
{
|
8
|
-
type: 'Switch',
|
9
|
-
label: '弹窗开关',
|
10
|
-
name: ['props', 'open']
|
11
|
-
},
|
12
|
-
{
|
13
|
-
type: 'Color',
|
14
|
-
label: '背景色',
|
15
|
-
name: ['style', 'backgroundColor']
|
16
|
-
},
|
17
|
-
{
|
18
|
-
type: 'Number',
|
19
|
-
label: '内边距',
|
20
|
-
name: ['style', 'padding'],
|
21
|
-
addonAfter: 'px'
|
22
|
-
}
|
23
|
-
]
|
24
|
-
},
|
25
|
-
{
|
26
|
-
title: '弹窗文本',
|
27
|
-
child: [
|
28
|
-
{
|
29
|
-
type: 'RichText',
|
30
|
-
name: ['props', 'content']
|
31
|
-
}
|
32
|
-
]
|
33
|
-
},
|
34
|
-
{
|
35
|
-
title: '接受按钮样式',
|
36
|
-
child: [
|
37
|
-
{
|
38
|
-
type: 'Color',
|
39
|
-
label: '背景色',
|
40
|
-
name: ['props', 'acceptButton', 'style', 'backgroundColor']
|
41
|
-
},
|
42
|
-
{
|
43
|
-
type: 'Number',
|
44
|
-
label: '尺寸',
|
45
|
-
name: ['props', 'acceptButton', 'style', 'height'],
|
46
|
-
addonAfter: 'H'
|
47
|
-
},
|
48
|
-
{
|
49
|
-
type: 'Group',
|
50
|
-
label: '圆角',
|
51
|
-
child: [
|
52
|
-
{
|
53
|
-
type: 'Slider',
|
54
|
-
name: ['props', 'acceptButton', 'style', 'borderRadius'],
|
55
|
-
max: 100
|
56
|
-
},
|
57
|
-
{
|
58
|
-
type: 'Number',
|
59
|
-
name: ['props', 'acceptButton', 'style', 'borderRadius'],
|
60
|
-
addonAfter: 'px',
|
61
|
-
max: 100
|
62
|
-
}
|
63
|
-
]
|
64
|
-
},
|
65
|
-
{
|
66
|
-
type: 'TextMargin',
|
67
|
-
label: '边距',
|
68
|
-
name: ['props', 'acceptButton', 'style']
|
69
|
-
},
|
70
|
-
{
|
71
|
-
type: 'Group',
|
72
|
-
label: '字体',
|
73
|
-
child: [
|
74
|
-
{
|
75
|
-
type: 'Select',
|
76
|
-
name: ['props', 'acceptButton', 'style', 'fontFamily-cn'],
|
77
|
-
bottomText: '中文字体'
|
78
|
-
},
|
79
|
-
{
|
80
|
-
type: 'Select',
|
81
|
-
name: ['props', 'acceptButton', 'style', 'fontFamily-en'],
|
82
|
-
bottomText: '英文/其他字体'
|
83
|
-
}
|
84
|
-
]
|
85
|
-
},
|
86
|
-
{
|
87
|
-
type: 'Group',
|
88
|
-
label: '',
|
89
|
-
child: [
|
90
|
-
{
|
91
|
-
type: 'Color',
|
92
|
-
name: ['props', 'acceptButton', 'style', 'color']
|
93
|
-
},
|
94
|
-
{
|
95
|
-
type: 'Number',
|
96
|
-
name: ['props', 'acceptButton', 'style', 'fontSize'],
|
97
|
-
addonAfter: 'px'
|
98
|
-
}
|
99
|
-
]
|
100
|
-
},
|
101
|
-
{
|
102
|
-
label: '样式',
|
103
|
-
type: 'TextStyle',
|
104
|
-
name: ['props', 'acceptButton', 'style']
|
105
|
-
},
|
106
|
-
{
|
107
|
-
label: '对齐',
|
108
|
-
type: 'TextAlign',
|
109
|
-
name: ['props', 'acceptButton', 'style']
|
110
|
-
},
|
111
|
-
{
|
112
|
-
label: '间距',
|
113
|
-
type: 'TextSpace',
|
114
|
-
name: ['props', 'acceptButton', 'style']
|
115
|
-
},
|
116
|
-
{
|
117
|
-
label: '文本',
|
118
|
-
type: 'TextArea',
|
119
|
-
name: ['props', 'acceptButton', 'text']
|
120
|
-
}
|
121
|
-
]
|
122
|
-
},
|
123
|
-
{
|
124
|
-
title: '拒绝按钮样式',
|
125
|
-
child: [
|
126
|
-
{
|
127
|
-
type: 'Color',
|
128
|
-
label: '背景色',
|
129
|
-
name: ['props', 'rejectButton', 'style', 'backgroundColor']
|
130
|
-
},
|
131
|
-
{
|
132
|
-
type: 'Number',
|
133
|
-
label: '尺寸',
|
134
|
-
name: ['props', 'rejectButton', 'style', 'height'],
|
135
|
-
addonAfter: 'H'
|
136
|
-
},
|
137
|
-
{
|
138
|
-
type: 'Group',
|
139
|
-
label: '圆角',
|
140
|
-
child: [
|
141
|
-
{
|
142
|
-
type: 'Slider',
|
143
|
-
name: ['props', 'rejectButton', 'style', 'borderRadius'],
|
144
|
-
max: 100
|
145
|
-
},
|
146
|
-
{
|
147
|
-
type: 'Number',
|
148
|
-
name: ['props', 'rejectButton', 'style', 'borderRadius'],
|
149
|
-
addonAfter: 'px',
|
150
|
-
max: 100
|
151
|
-
}
|
152
|
-
]
|
153
|
-
},
|
154
|
-
{
|
155
|
-
type: 'TextMargin',
|
156
|
-
label: '边距',
|
157
|
-
name: ['props', 'acceptButton', 'style']
|
158
|
-
},
|
159
|
-
{
|
160
|
-
type: 'Group',
|
161
|
-
label: '字体',
|
162
|
-
child: [
|
163
|
-
{
|
164
|
-
type: 'Select',
|
165
|
-
name: ['props', 'rejectButton', 'style', 'fontFamily-cn'],
|
166
|
-
bottomText: '中文字体'
|
167
|
-
},
|
168
|
-
{
|
169
|
-
type: 'Select',
|
170
|
-
name: ['props', 'rejectButton', 'style', 'fontFamily-en'],
|
171
|
-
bottomText: '英文/其他字体'
|
172
|
-
}
|
173
|
-
]
|
174
|
-
},
|
175
|
-
{
|
176
|
-
type: 'Group',
|
177
|
-
label: '',
|
178
|
-
child: [
|
179
|
-
{
|
180
|
-
type: 'Color',
|
181
|
-
name: ['props', 'rejectButton', 'style', 'color']
|
182
|
-
},
|
183
|
-
{
|
184
|
-
type: 'Number',
|
185
|
-
name: ['props', 'rejectButton', 'style', 'fontSize'],
|
186
|
-
addonAfter: 'px'
|
187
|
-
}
|
188
|
-
]
|
189
|
-
},
|
190
|
-
{
|
191
|
-
label: '样式',
|
192
|
-
type: 'TextStyle',
|
193
|
-
name: ['props', 'rejectButton', 'style']
|
194
|
-
},
|
195
|
-
{
|
196
|
-
label: '对齐',
|
197
|
-
type: 'TextAlign',
|
198
|
-
name: ['props', 'rejectButton', 'style']
|
199
|
-
},
|
200
|
-
{
|
201
|
-
label: '间距',
|
202
|
-
type: 'TextSpace',
|
203
|
-
name: ['props', 'rejectButton', 'style']
|
204
|
-
},
|
205
|
-
{
|
206
|
-
label: '文本',
|
207
|
-
type: 'TextArea',
|
208
|
-
name: ['props', 'rejectButton', 'text']
|
209
|
-
}
|
210
|
-
]
|
211
|
-
}
|
212
|
-
];
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import './index.less';
|
3
|
-
export interface ISwipeProps {
|
4
|
-
open?: boolean;
|
5
|
-
content?: string;
|
6
|
-
style?: Record<string, any>;
|
7
|
-
isTel?: boolean;
|
8
|
-
consentPopupCate?: string;
|
9
|
-
swipeIcon?: string;
|
10
|
-
}
|
11
|
-
declare const _default: React.NamedExoticComponent<ISwipeProps>;
|
12
|
-
export default _default;
|
@@ -1,46 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
const tslib_1 = require("tslib");
|
4
|
-
const react_1 = tslib_1.__importStar(require("react"));
|
5
|
-
require("./index.less");
|
6
|
-
const tel_png_1 = tslib_1.__importDefault(require("./tel.png"));
|
7
|
-
const ConsentDetail_1 = tslib_1.__importDefault(require("../../popup/ConsentDetail"));
|
8
|
-
const closeIcon = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAjhJREFUWEfFlztOw0AQhmeWiJ4CCmpQ5DiRQsIJyAWg5A0lR0AIChDiCJS8ER0cADgBeRSxt4CCDgkaKiq8i+zYeWx2413HEWmiJJv9v535Z2aN8M8vFPT9z3zETD0aAUChUJjwvPFHAJhBhB3Hqd6OAsK2yyucwykAvP38eJX398Z3AJDLlVYR8ToU9Rhj25TWr9KEsKy5dULIGQCMtfZly45TvwsAstm56UwG6wA4FUFwzrdctxZBDcWSy5XWEPG8I84/GcMipdWPtgcsaz5PCHtKG0IuTiqUvjT9U/WYMG2IOPE+AP+LtCB0xKUAAyA2Xbd2o2OG0NQXvTnvhL17D7EPtH9TRCIWwkRcGYGIQgYBABuqPuHXOQBc6pw80lBGwBQiiXhsBHQhkoprA6iM6acjhDQKu5YJZW6XeOI3XJdpvfsdTu52VfXEekD8owQiXGIubpSCbhDbLu8DwKEAd+A41SOdPpE4BS0viFOtvV2iKWqUgn5x/tmS70xR01GuDSCKc86/OCcLgTyyZ0ScDGNhFAktAJV4NFJ9YyaFiAWIE+9uVkkgBgLoig8DMWAa9ro9ynkUdlW5maZDCmB6clmz0k1HH4Cs1Ezbq2p2yEpUuBOKTSZZex00RUWIrltxuuK6EOGDSbGIOPZicpMx6fny650377qNRgBgWeVFQuA+6UjVgREhGIMlSqsPUQqIbZdOOIdZQmCv2axRnU1N1+TzJYsxOEaEV8ep7frPZ7Gd0FTEdP0ft0/kMNdg0eoAAAAASUVORK5CYII=';
|
9
|
-
const Swipe = (_a) => {
|
10
|
-
var { isTel, open, content, style, consentPopupCate, swipeIcon } = _a, props = tslib_1.__rest(_a, ["isTel", "open", "content", "style", "consentPopupCate", "swipeIcon"]);
|
11
|
-
const touchInfo = (0, react_1.useRef)();
|
12
|
-
const threshold = 50;
|
13
|
-
const handleTouchStart = (event) => {
|
14
|
-
const touch = event.touches[0];
|
15
|
-
touchInfo.current = { y: touch.clientY, d: 0 };
|
16
|
-
};
|
17
|
-
const handleTouchMove = (event) => {
|
18
|
-
var _a;
|
19
|
-
if (!touchInfo.current)
|
20
|
-
return;
|
21
|
-
const touch = event.touches[0];
|
22
|
-
const dy = touch.clientY - ((_a = touchInfo === null || touchInfo === void 0 ? void 0 : touchInfo.current) === null || _a === void 0 ? void 0 : _a.y);
|
23
|
-
const currentDistance = Math.abs(dy);
|
24
|
-
touchInfo.current = Object.assign(Object.assign({}, touchInfo.current), { d: currentDistance });
|
25
|
-
};
|
26
|
-
const handleTouchEnd = () => {
|
27
|
-
if (!touchInfo.current)
|
28
|
-
return;
|
29
|
-
const { d } = touchInfo.current || {};
|
30
|
-
if (d > threshold) {
|
31
|
-
}
|
32
|
-
touchInfo.current = {};
|
33
|
-
};
|
34
|
-
const handleClickReject = () => { };
|
35
|
-
const visivle = (0, react_1.useMemo)(() => {
|
36
|
-
return consentPopupCate || (open && style);
|
37
|
-
}, [consentPopupCate, open]);
|
38
|
-
return (react_1.default.createElement(react_1.default.Fragment, null, isTel ? (react_1.default.createElement("img", { src: tel_png_1.default, style: { objectFit: 'cover', width: '100%', height: '100%' } })) : (react_1.default.createElement(react_1.default.Fragment, null, visivle && (react_1.default.createElement("div", { className: 'consentPopupSwipe', onTouchStart: handleTouchStart, onTouchMove: handleTouchMove, onTouchEnd: handleTouchEnd },
|
39
|
-
react_1.default.createElement("div", { className: 'consentPopupSwipe-container', style: style },
|
40
|
-
react_1.default.createElement(ConsentDetail_1.default, { content: content, style: { padding: 0 } }),
|
41
|
-
react_1.default.createElement("button", { "aria-label": 'close', className: 'consentPopupSwipe-container-close', onClick: handleClickReject },
|
42
|
-
react_1.default.createElement("img", { src: closeIcon, alt: 'close' })),
|
43
|
-
swipeIcon && (react_1.default.createElement("div", { className: 'consentPopupSwipe-container-swipeIcon', onClick: handleClickReject },
|
44
|
-
react_1.default.createElement("img", { src: swipeIcon, alt: 'Swipe Icon' }))))))))));
|
45
|
-
};
|
46
|
-
exports.default = (0, react_1.memo)(Swipe);
|
@@ -1,28 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.Swipe = void 0;
|
4
|
-
const tslib_1 = require("tslib");
|
5
|
-
const settingRender_1 = tslib_1.__importDefault(require("./settingRender"));
|
6
|
-
const _1 = tslib_1.__importDefault(require("."));
|
7
|
-
const create_1 = require("../../../../core/create");
|
8
|
-
const Swipe = (0, create_1.createMaterial)(_1.default, {
|
9
|
-
displayName: 'Swipe Consent',
|
10
|
-
icon: '',
|
11
|
-
category: 'consentPopup',
|
12
|
-
type: 'Swipe',
|
13
|
-
related: {
|
14
|
-
settingRender: settingRender_1.default,
|
15
|
-
bindableProps: []
|
16
|
-
},
|
17
|
-
defaulSetting: {
|
18
|
-
props: {
|
19
|
-
content: '<p><span style="font- size: 14px"><strong><span style="line - height: 3">Your Cookie Preferences</span></strong></span></p><p><span style="line- height: 1"><span style="font- size: 12px">We use cookie, including third-party cookies, to</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">ensure the proper functioning and security of</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">this site, to analyse its use, and to show you</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">personalised content.</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">You can authorise the use of all cookies by</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">clicking on 'Accept all cookies'. If you click on</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">'Reject all cookies', we will only use cookies</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">necessary for the proper functioning and </span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">security of this site. To personalise or adjust</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">your preferences at any time, click on 'Cookies</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">Settings' below or at the bottom of any</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">Fendi.com webpage.</span></span></p><p><span style="line - height: 1"><span style="font - size: 12px">For more information, <u>read our Cookie Policy</u>.</span></span></p>'
|
20
|
-
},
|
21
|
-
style: {
|
22
|
-
backgroundColor: '#fff',
|
23
|
-
padding: 18
|
24
|
-
}
|
25
|
-
},
|
26
|
-
sort: 3
|
27
|
-
});
|
28
|
-
exports.Swipe = Swipe;
|
@@ -1,29 +0,0 @@
|
|
1
|
-
declare const _default: ({
|
2
|
-
title: string;
|
3
|
-
child: ({
|
4
|
-
type: string;
|
5
|
-
label: string;
|
6
|
-
name: string[];
|
7
|
-
addonAfter?: undefined;
|
8
|
-
} | {
|
9
|
-
type: string;
|
10
|
-
label: string;
|
11
|
-
name: string[];
|
12
|
-
addonAfter: string;
|
13
|
-
})[];
|
14
|
-
} | {
|
15
|
-
title: string;
|
16
|
-
child: {
|
17
|
-
type: string;
|
18
|
-
name: string[];
|
19
|
-
}[];
|
20
|
-
} | {
|
21
|
-
title: string;
|
22
|
-
child: {
|
23
|
-
type: string;
|
24
|
-
label: string;
|
25
|
-
name: string[];
|
26
|
-
text: string;
|
27
|
-
}[];
|
28
|
-
})[];
|
29
|
-
export default _default;
|
@@ -1,45 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.default = [
|
4
|
-
{
|
5
|
-
title: '全局设置',
|
6
|
-
child: [
|
7
|
-
{
|
8
|
-
type: 'Switch',
|
9
|
-
label: '弹窗开关',
|
10
|
-
name: ['props', 'open']
|
11
|
-
},
|
12
|
-
{
|
13
|
-
type: 'Color',
|
14
|
-
label: '背景色',
|
15
|
-
name: ['style', 'backgroundColor']
|
16
|
-
},
|
17
|
-
{
|
18
|
-
type: 'Number',
|
19
|
-
label: '内边距',
|
20
|
-
name: ['style', 'padding'],
|
21
|
-
addonAfter: 'px'
|
22
|
-
}
|
23
|
-
]
|
24
|
-
},
|
25
|
-
{
|
26
|
-
title: '弹窗文本',
|
27
|
-
child: [
|
28
|
-
{
|
29
|
-
type: 'RichText',
|
30
|
-
name: ['props', 'content']
|
31
|
-
}
|
32
|
-
]
|
33
|
-
},
|
34
|
-
{
|
35
|
-
title: '滑动图标',
|
36
|
-
child: [
|
37
|
-
{
|
38
|
-
type: 'Upload',
|
39
|
-
label: '滑动图标',
|
40
|
-
name: ['props', 'swipeIcon'],
|
41
|
-
text: '建议尺寸:252 * 185'
|
42
|
-
}
|
43
|
-
]
|
44
|
-
}
|
45
|
-
];
|