@kdcloudjs/kdesign 1.8.12 → 1.8.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.
- package/dist/kdesign.css +1 -1
- package/dist/kdesign.css.map +1 -1
- package/dist/kdesign.js +5 -3
- package/dist/kdesign.js.map +1 -1
- package/dist/kdesign.min.css +1 -1
- package/dist/kdesign.min.js +2 -2
- package/dist/kdesign.min.js.map +1 -1
- package/es/_utils/KeyCode.js +1 -333
- package/es/_utils/arrayUtil.js +0 -8
- package/es/_utils/formatUtil.js +9 -59
- package/es/_utils/getStringLength.js +0 -1
- package/es/_utils/hooks.js +2 -34
- package/es/_utils/index.js +1 -7
- package/es/_utils/numberUtil.js +0 -54
- package/es/_utils/raf.js +2 -2
- package/es/_utils/reactNode.js +1 -1
- package/es/_utils/resizeObserver.js +2 -4
- package/es/_utils/type.js +0 -1
- package/es/_utils/usePopper.js +3 -3
- package/es/alert/alert.js +8 -16
- package/es/anchor/anchor-link.js +3 -3
- package/es/anchor/anchor.js +23 -26
- package/es/anchor/context.js +1 -1
- package/es/avatar/avatar.js +8 -11
- package/es/badge/badge.js +7 -13
- package/es/base-data/base-data.js +34 -103
- package/es/breadcrumb/breadcrumb.js +12 -12
- package/es/breadcrumb/breadcrumbItem.js +5 -5
- package/es/button/button.js +13 -24
- package/es/button/group.js +13 -13
- package/es/card/card.js +12 -14
- package/es/carousel/carousel.js +13 -13
- package/es/carousel/displayList.js +3 -3
- package/es/carousel/fadeList.js +3 -3
- package/es/carousel/slideList.js +4 -4
- package/es/carousel/slidebar.js +3 -3
- package/es/cascader/cascader.js +31 -36
- package/es/checkbox/checkbox.js +25 -30
- package/es/checkbox/group.js +8 -9
- package/es/city-picker/city-picker.js +28 -38
- package/es/city-picker/interface.js +1 -1
- package/es/city-picker/option.js +4 -4
- package/es/clipboard/clipboard.js +5 -23
- package/es/clipboard/util.js +0 -60
- package/es/collapse/collapse.js +5 -5
- package/es/collapse/panel.js +15 -15
- package/es/color-picker/color-picker-panel.js +12 -13
- package/es/color-picker/color-picker.js +6 -10
- package/es/color-picker/utils/validateColor.js +0 -3
- package/es/config-provider/ConfigContext.js +1 -4
- package/es/config-provider/SizeContext.js +3 -3
- package/es/config-provider/compDefaultProps.js +3 -10
- package/es/config-provider/configProvider.js +1 -6
- package/es/config-provider/defaultConfig.js +0 -1
- package/es/date-picker/calendar.js +6 -23
- package/es/date-picker/context.js +1 -1
- package/es/date-picker/date-panel.js +12 -13
- package/es/date-picker/date-picker.js +7 -12
- package/es/date-picker/hooks/use-hover-value.js +0 -1
- package/es/date-picker/hooks/use-picker-input.js +0 -4
- package/es/date-picker/hooks/use-range-disabled.js +2 -6
- package/es/date-picker/hooks/use-range-view-dates.js +1 -9
- package/es/date-picker/hooks/use-text-value-mapping.js +0 -1
- package/es/date-picker/locale/zh_CN.js +0 -1
- package/es/date-picker/panel/date-time/date-time.js +4 -6
- package/es/date-picker/panel/header/header.js +14 -14
- package/es/date-picker/panel/month/month.js +5 -6
- package/es/date-picker/panel/quarter/quarter.js +4 -4
- package/es/date-picker/panel/time/time-column.js +4 -6
- package/es/date-picker/panel/time/time.js +10 -35
- package/es/date-picker/panel/week/week.js +5 -8
- package/es/date-picker/panel/year/year.js +4 -6
- package/es/date-picker/popper.js +3 -6
- package/es/date-picker/range/input-range.js +12 -13
- package/es/date-picker/range-picker.js +13 -36
- package/es/date-picker/single/input-date.js +8 -14
- package/es/date-picker/utils/date-fns.js +0 -35
- package/es/date-picker/utils/get-extra-footer.js +1 -1
- package/es/date-picker/utils/get-ranges.js +8 -8
- package/es/date-picker/utils/index.js +0 -3
- package/es/divider/divider.js +2 -2
- package/es/drawer/drawer.js +14 -39
- package/es/dropdown/dropdown.js +10 -11
- package/es/dropdown/menu.js +8 -12
- package/es/empty/defaultEmptyImg.js +18 -18
- package/es/empty/empty.js +9 -10
- package/es/empty/illustrationEmptyImg.js +106 -106
- package/es/filter/condition.js +10 -10
- package/es/filter/filter.js +17 -19
- package/es/filter/scheme.js +34 -41
- package/es/form/Field.js +5 -5
- package/es/form/FieldContext.js +1 -1
- package/es/form/FieldLabel.js +2 -2
- package/es/form/FieldWrapper.js +6 -6
- package/es/form/Form.js +2 -5
- package/es/form/FormContext.js +2 -4
- package/es/form/hooks/useForm.js +1 -14
- package/es/form/index.js +1 -1
- package/es/grid/col.js +1 -7
- package/es/grid/row.js +3 -9
- package/es/icon/icon.js +2 -2
- package/es/image/image.js +5 -7
- package/es/image/preview-group.js +3 -4
- package/es/image/preview.js +22 -24
- package/es/image-cropper/cropper.js +3 -6
- package/es/image-cropper/image-cropper.js +5 -5
- package/es/image-cropper/operation-bar.js +9 -9
- package/es/index.js +4 -0
- package/es/input/ClearableLabeledInput.js +13 -13
- package/es/input/TextArea.js +7 -7
- package/es/input/calculateNodeHeight.js +6 -11
- package/es/input/index.js +0 -1
- package/es/input/input.js +5 -5
- package/es/input-number/inputNumber.js +3 -10
- package/es/layout/layout.js +5 -9
- package/es/layout/sider.js +11 -14
- package/es/link/link.js +8 -12
- package/es/locale/locale.js +4 -34
- package/es/menu/menu.js +3 -4
- package/es/menu/menuItem.js +8 -13
- package/es/menu/subMenu.js +19 -27
- package/es/menu/util.js +0 -4
- package/es/message/content.js +13 -13
- package/es/message/index.js +1 -3
- package/es/modal/confirm.js +1 -1
- package/es/modal/modal.js +32 -40
- package/es/notification/content.js +18 -18
- package/es/notification/index.js +1 -1
- package/es/notification-base/index.js +1 -1
- package/es/notification-base/notice.js +2 -2
- package/es/notification-base/notification.js +3 -3
- package/es/pagination/pagination.js +48 -70
- package/es/popconfirm/popconfirm.js +8 -10
- package/es/popper/index.d.ts +2 -0
- package/es/popper/index.js +9 -15
- package/es/progress/circle.js +6 -8
- package/es/progress/line.js +3 -3
- package/es/progress/progress.js +11 -11
- package/es/qr-code/qr-code.js +6 -6
- package/es/radio/context.js +1 -1
- package/es/radio/group.js +9 -13
- package/es/radio/radio-button.js +2 -2
- package/es/radio/radio.js +19 -24
- package/es/rate/rate.js +11 -61
- package/es/search/option.js +4 -5
- package/es/search/quick-search.js +36 -57
- package/es/search/search-panel.js +56 -60
- package/es/search/search.js +9 -10
- package/es/select/interface.js +1 -1
- package/es/select/option.js +4 -4
- package/es/select/select.js +47 -87
- package/es/signature/drawingBoard.js +16 -16
- package/es/signature/signature.js +20 -20
- package/es/signature/utils/signature_pad.js +4 -12
- package/es/slider/marks.js +3 -5
- package/es/slider/slider.js +11 -32
- package/es/slider/sliderTooltip.js +3 -3
- package/es/slider/steps.js +2 -2
- package/es/slider/track.js +1 -1
- package/es/space/space.js +3 -5
- package/es/spin/spin.js +16 -18
- package/es/split-panel/split-panel.js +7 -18
- package/es/split-panel/trigger.js +6 -6
- package/es/stepper/stepper.js +11 -12
- package/es/steps/Step.js +8 -8
- package/es/steps/Steps.js +5 -5
- package/es/switch/switch.js +4 -6
- package/es/table/api.js +5 -22
- package/es/table/table.js +4 -15
- package/es/tabs/active-line.js +2 -6
- package/es/tabs/arrow-button.js +3 -3
- package/es/tabs/context.js +1 -1
- package/es/tabs/index.js +0 -1
- package/es/tabs/tab-pane.js +6 -6
- package/es/tabs/tabs.js +31 -34
- package/es/tag/tag.js +7 -15
- package/es/timeline/Timeline.js +5 -5
- package/es/timeline/TimelineItem.js +5 -5
- package/es/tooltip/tooltip.js +2 -2
- package/es/transfer/list-body.js +4 -4
- package/es/transfer/list-item.js +5 -6
- package/es/transfer/list.js +18 -22
- package/es/transfer/operation.js +7 -7
- package/es/transfer/search.js +5 -5
- package/es/transfer/transfer.js +8 -13
- package/es/tree/tree.js +9 -9
- package/es/tree/treeNode.js +18 -20
- package/es/tree/utils/treeUtils.js +1 -27
- package/es/tree-select/interface.js +1 -1
- package/es/tree-select/tree-select.js +35 -48
- package/es/typography/base.js +5 -5
- package/es/typography/index.js +0 -1
- package/es/typography/paragraph.js +1 -1
- package/es/typography/text.js +1 -1
- package/es/typography/title.js +1 -1
- package/es/typography/typography.js +4 -8
- package/es/upload/dragger.js +2 -2
- package/es/upload/request.js +0 -5
- package/es/upload/scan-files.js +0 -1
- package/es/upload/upload.js +34 -34
- package/es/upload/verify-file.js +0 -1
- package/es/view-container/context.js +1 -1
- package/es/view-container/view-container.js +4 -8
- package/es/virtual-list/Filler.js +2 -2
- package/es/virtual-list/utils/algorithmUtil.js +0 -13
- package/es/virtual-list/utils/itemUtil.js +0 -30
- package/es/virtual-list/virtual-list.js +8 -11
- package/lib/_utils/KeyCode.js +1 -333
- package/lib/_utils/arrayUtil.js +0 -8
- package/lib/_utils/formatUtil.js +9 -59
- package/lib/_utils/getStringLength.js +0 -1
- package/lib/_utils/hooks.js +2 -34
- package/lib/_utils/index.js +0 -7
- package/lib/_utils/numberUtil.js +0 -54
- package/lib/_utils/raf.js +2 -2
- package/lib/_utils/reactNode.js +1 -1
- package/lib/_utils/resizeObserver.js +2 -4
- package/lib/_utils/type.js +0 -1
- package/lib/_utils/usePopper.js +3 -3
- package/lib/alert/alert.js +8 -16
- package/lib/anchor/anchor-link.js +3 -3
- package/lib/anchor/anchor.js +23 -26
- package/lib/anchor/context.js +1 -1
- package/lib/avatar/avatar.js +8 -11
- package/lib/badge/badge.js +7 -13
- package/lib/base-data/base-data.js +34 -103
- package/lib/breadcrumb/breadcrumb.js +12 -12
- package/lib/breadcrumb/breadcrumbItem.js +5 -5
- package/lib/button/button.js +13 -24
- package/lib/button/group.js +13 -13
- package/lib/card/card.js +12 -14
- package/lib/carousel/carousel.js +13 -13
- package/lib/carousel/displayList.js +3 -3
- package/lib/carousel/fadeList.js +3 -3
- package/lib/carousel/slideList.js +4 -4
- package/lib/carousel/slidebar.js +3 -3
- package/lib/cascader/cascader.js +31 -36
- package/lib/checkbox/checkbox.js +25 -30
- package/lib/checkbox/group.js +8 -8
- package/lib/city-picker/city-picker.js +28 -38
- package/lib/city-picker/interface.js +1 -1
- package/lib/city-picker/option.js +4 -4
- package/lib/clipboard/clipboard.js +5 -23
- package/lib/clipboard/util.js +0 -60
- package/lib/collapse/collapse.js +5 -5
- package/lib/collapse/panel.js +15 -15
- package/lib/color-picker/color-picker-panel.js +12 -14
- package/lib/color-picker/color-picker.js +6 -10
- package/lib/color-picker/utils/validateColor.js +0 -3
- package/lib/config-provider/ConfigContext.js +1 -5
- package/lib/config-provider/SizeContext.js +3 -3
- package/lib/config-provider/compDefaultProps.js +3 -10
- package/lib/config-provider/configProvider.js +1 -7
- package/lib/config-provider/defaultConfig.js +0 -1
- package/lib/date-picker/calendar.js +6 -23
- package/lib/date-picker/context.js +1 -1
- package/lib/date-picker/date-panel.js +12 -13
- package/lib/date-picker/date-picker.js +7 -12
- package/lib/date-picker/hooks/use-hover-value.js +0 -1
- package/lib/date-picker/hooks/use-picker-input.js +0 -4
- package/lib/date-picker/hooks/use-range-disabled.js +2 -6
- package/lib/date-picker/hooks/use-range-view-dates.js +1 -9
- package/lib/date-picker/hooks/use-text-value-mapping.js +0 -1
- package/lib/date-picker/locale/zh_CN.js +0 -1
- package/lib/date-picker/panel/date-time/date-time.js +4 -6
- package/lib/date-picker/panel/header/header.js +14 -14
- package/lib/date-picker/panel/month/month.js +5 -6
- package/lib/date-picker/panel/quarter/quarter.js +4 -4
- package/lib/date-picker/panel/time/time-column.js +4 -6
- package/lib/date-picker/panel/time/time.js +10 -35
- package/lib/date-picker/panel/week/week.js +5 -8
- package/lib/date-picker/panel/year/year.js +4 -6
- package/lib/date-picker/popper.js +3 -6
- package/lib/date-picker/range/input-range.js +12 -13
- package/lib/date-picker/range-picker.js +13 -36
- package/lib/date-picker/single/input-date.js +8 -14
- package/lib/date-picker/utils/date-fns.js +0 -34
- package/lib/date-picker/utils/get-extra-footer.js +1 -1
- package/lib/date-picker/utils/get-ranges.js +8 -8
- package/lib/date-picker/utils/index.js +0 -3
- package/lib/divider/divider.js +2 -2
- package/lib/drawer/drawer.js +14 -40
- package/lib/dropdown/dropdown.js +10 -11
- package/lib/dropdown/menu.js +8 -12
- package/lib/empty/defaultEmptyImg.js +18 -18
- package/lib/empty/empty.js +9 -10
- package/lib/empty/illustrationEmptyImg.js +106 -106
- package/lib/filter/condition.js +10 -10
- package/lib/filter/filter.js +17 -19
- package/lib/filter/scheme.js +34 -41
- package/lib/form/Field.js +5 -5
- package/lib/form/FieldContext.js +1 -1
- package/lib/form/FieldLabel.js +2 -2
- package/lib/form/FieldWrapper.js +6 -6
- package/lib/form/Form.js +2 -5
- package/lib/form/FormContext.js +2 -4
- package/lib/form/hooks/useForm.js +1 -14
- package/lib/form/index.js +1 -1
- package/lib/grid/col.js +1 -7
- package/lib/grid/row.js +3 -9
- package/lib/icon/icon.js +2 -2
- package/lib/image/image.js +5 -7
- package/lib/image/preview-group.js +3 -4
- package/lib/image/preview.js +22 -24
- package/lib/image-cropper/cropper.js +3 -6
- package/lib/image-cropper/image-cropper.js +5 -5
- package/lib/image-cropper/operation-bar.js +9 -9
- package/lib/index.js +2 -8
- package/lib/input/ClearableLabeledInput.js +13 -13
- package/lib/input/TextArea.js +7 -7
- package/lib/input/calculateNodeHeight.js +6 -11
- package/lib/input/index.js +0 -1
- package/lib/input/input.js +5 -5
- package/lib/input-number/inputNumber.js +3 -10
- package/lib/layout/layout.js +5 -9
- package/lib/layout/sider.js +11 -14
- package/lib/link/link.js +8 -12
- package/lib/locale/locale.js +4 -34
- package/lib/menu/menu.js +3 -4
- package/lib/menu/menuItem.js +8 -13
- package/lib/menu/subMenu.js +19 -27
- package/lib/menu/util.js +0 -4
- package/lib/message/content.js +13 -13
- package/lib/message/index.js +1 -3
- package/lib/modal/confirm.js +1 -1
- package/lib/modal/modal.js +32 -40
- package/lib/notification/content.js +18 -18
- package/lib/notification/index.js +1 -1
- package/lib/notification-base/index.js +1 -1
- package/lib/notification-base/notice.js +2 -2
- package/lib/notification-base/notification.js +3 -3
- package/lib/pagination/pagination.js +48 -70
- package/lib/popconfirm/popconfirm.js +8 -10
- package/lib/popper/index.d.ts +2 -0
- package/lib/popper/index.js +9 -15
- package/lib/progress/circle.js +6 -8
- package/lib/progress/line.js +3 -3
- package/lib/progress/progress.js +11 -11
- package/lib/qr-code/qr-code.js +6 -6
- package/lib/radio/context.js +1 -1
- package/lib/radio/group.js +9 -13
- package/lib/radio/radio-button.js +2 -2
- package/lib/radio/radio.js +19 -24
- package/lib/rate/rate.js +11 -61
- package/lib/search/option.js +4 -5
- package/lib/search/quick-search.js +36 -57
- package/lib/search/search-panel.js +56 -60
- package/lib/search/search.js +9 -10
- package/lib/select/interface.js +1 -1
- package/lib/select/option.js +4 -4
- package/lib/select/select.js +47 -87
- package/lib/signature/drawingBoard.js +16 -16
- package/lib/signature/signature.js +20 -20
- package/lib/signature/utils/signature_pad.js +4 -12
- package/lib/slider/marks.js +3 -5
- package/lib/slider/slider.js +11 -32
- package/lib/slider/sliderTooltip.js +3 -3
- package/lib/slider/steps.js +2 -2
- package/lib/slider/track.js +1 -1
- package/lib/space/space.js +3 -5
- package/lib/spin/spin.js +16 -18
- package/lib/split-panel/split-panel.js +7 -18
- package/lib/split-panel/trigger.js +6 -6
- package/lib/stepper/stepper.js +11 -12
- package/lib/steps/Step.js +8 -8
- package/lib/steps/Steps.js +5 -5
- package/lib/switch/switch.js +4 -6
- package/lib/table/api.js +5 -22
- package/lib/table/table.js +4 -15
- package/lib/tabs/active-line.js +2 -6
- package/lib/tabs/arrow-button.js +3 -3
- package/lib/tabs/context.js +1 -1
- package/lib/tabs/index.js +0 -1
- package/lib/tabs/tab-pane.js +6 -6
- package/lib/tabs/tabs.js +31 -34
- package/lib/tag/tag.js +7 -15
- package/lib/timeline/Timeline.js +5 -5
- package/lib/timeline/TimelineItem.js +5 -5
- package/lib/tooltip/tooltip.js +2 -2
- package/lib/transfer/list-body.js +4 -4
- package/lib/transfer/list-item.js +5 -6
- package/lib/transfer/list.js +18 -22
- package/lib/transfer/operation.js +7 -7
- package/lib/transfer/search.js +5 -5
- package/lib/transfer/transfer.js +8 -13
- package/lib/tree/tree.js +9 -9
- package/lib/tree/treeNode.js +18 -20
- package/lib/tree/utils/treeUtils.js +1 -27
- package/lib/tree-select/interface.js +1 -1
- package/lib/tree-select/tree-select.js +35 -48
- package/lib/typography/base.js +5 -5
- package/lib/typography/index.js +0 -1
- package/lib/typography/paragraph.js +1 -1
- package/lib/typography/text.js +1 -1
- package/lib/typography/title.js +1 -1
- package/lib/typography/typography.js +4 -8
- package/lib/upload/dragger.js +2 -2
- package/lib/upload/request.js +0 -5
- package/lib/upload/scan-files.js +0 -1
- package/lib/upload/upload.js +34 -34
- package/lib/upload/verify-file.js +0 -1
- package/lib/view-container/context.js +1 -1
- package/lib/view-container/view-container.js +4 -8
- package/lib/virtual-list/Filler.js +2 -2
- package/lib/virtual-list/utils/algorithmUtil.js +0 -13
- package/lib/virtual-list/utils/itemUtil.js +0 -30
- package/lib/virtual-list/virtual-list.js +8 -12
- package/package.json +1 -3
|
@@ -7,7 +7,7 @@ function IllustrationEmptyImg(props) {
|
|
|
7
7
|
prefixCls = _useContext.prefixCls;
|
|
8
8
|
var emptyPrefixCls = getPrefixCls(prefixCls, 'empty');
|
|
9
9
|
var linearGradientId = uniqueId(emptyPrefixCls + '-illus-linearGradient-');
|
|
10
|
-
return
|
|
10
|
+
return React.createElement("svg", {
|
|
11
11
|
className: "".concat(emptyPrefixCls, "-image"),
|
|
12
12
|
width: "200px",
|
|
13
13
|
height: "114px",
|
|
@@ -15,241 +15,241 @@ function IllustrationEmptyImg(props) {
|
|
|
15
15
|
version: "1.1",
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17
17
|
style: props.style
|
|
18
|
-
},
|
|
18
|
+
}, React.createElement("defs", null, React.createElement("rect", {
|
|
19
19
|
id: "illus-path-1",
|
|
20
20
|
x: "0",
|
|
21
21
|
y: "0",
|
|
22
22
|
width: "200",
|
|
23
23
|
height: "114"
|
|
24
|
-
}),
|
|
24
|
+
}), React.createElement("linearGradient", {
|
|
25
25
|
x1: "50%",
|
|
26
26
|
y1: "0%",
|
|
27
27
|
x2: "50%",
|
|
28
28
|
y2: "100%",
|
|
29
29
|
id: linearGradientId
|
|
30
|
-
},
|
|
30
|
+
}, React.createElement("stop", {
|
|
31
31
|
stopColor: "#F2F5FA",
|
|
32
32
|
offset: "0%"
|
|
33
|
-
}),
|
|
33
|
+
}), React.createElement("stop", {
|
|
34
34
|
stopColor: "#F2F5FA",
|
|
35
35
|
stopOpacity: "0",
|
|
36
36
|
offset: "100%"
|
|
37
|
-
})),
|
|
37
|
+
})), React.createElement("linearGradient", {
|
|
38
38
|
x1: "50%",
|
|
39
39
|
y1: "0%",
|
|
40
40
|
x2: "50%",
|
|
41
41
|
y2: "100%",
|
|
42
42
|
id: "".concat(linearGradientId, "-1")
|
|
43
|
-
},
|
|
43
|
+
}, React.createElement("stop", {
|
|
44
44
|
stopColor: "#F2F5FA",
|
|
45
45
|
offset: "0%"
|
|
46
|
-
}),
|
|
46
|
+
}), React.createElement("stop", {
|
|
47
47
|
stopColor: "#F2F5FA",
|
|
48
48
|
stopOpacity: "0",
|
|
49
49
|
offset: "100%"
|
|
50
|
-
})),
|
|
50
|
+
})), React.createElement("path", {
|
|
51
51
|
d: "M1.65924929,1.58062569 C1.8889022,0.50289476 2.95093586,-0.185073735 4.03136787,0.0440050452 C5.11179988,0.273083825 5.8014926,1.33246241 5.57183969,2.41019333 L5.56004989,2.46216547 L5.56004989,2.46216547 L3.39146206,11.2716446 C3.19461671,12.195414 2.28430214,12.7851013 1.35821756,12.588748 C0.432132984,12.3923948 -0.15903221,11.484356 0.037813143,10.5605866 L1.63752649,1.70000685 C1.64352938,1.66026552 1.65076142,1.62045814 1.65924929,1.58062569 Z",
|
|
52
52
|
id: "illus-path-5"
|
|
53
|
-
}),
|
|
53
|
+
}), React.createElement("path", {
|
|
54
54
|
d: "M3.2335764,0.0440050452 C4.31400841,0.273083825 5.00370113,1.33246241 4.77404822,2.41019333 L4.76225843,2.46216547 L4.76225843,2.46216547 L3.61607194,7.1179134 L-1.62409768e-13,6.35121513 L0.839735026,1.70000685 C0.845737915,1.66026552 0.85296995,1.62045814 0.861457819,1.58062569 C1.09111073,0.50289476 2.1531444,-0.185073735 3.2335764,0.0440050452 Z",
|
|
55
55
|
id: "illus-path-7"
|
|
56
|
-
}),
|
|
56
|
+
}), React.createElement("path", {
|
|
57
57
|
d: "M2.51813448,5.99787613 C1.45120227,6.28304504 0.354528358,5.65146297 0.0686447348,4.5871981 C-0.217238888,3.52293322 0.415926091,2.42900099 1.4828583,2.14383208 C1.51736247,2.13460983 1.55189774,2.12634636 1.5864357,2.11902531 L10.3881284,0.0586912483 C11.3026418,-0.185739249 12.242648,0.355616807 12.4876911,1.26784384 C12.7327342,2.18007088 12.1900213,3.11772708 11.275508,3.36215757 L2.6346324,5.96298498 C2.59640862,5.97569192 2.55756782,5.98733641 2.51813448,5.99787613 Z",
|
|
58
58
|
id: "illus-path-9"
|
|
59
|
-
}),
|
|
59
|
+
}), React.createElement("path", {
|
|
60
60
|
d: "M0.111983294,4.13319059 C-0.255581364,2.76485004 0.311368053,1.42441577 1.37830026,1.13924685 C1.41781627,1.12868504 1.4574639,1.11971891 1.49719789,1.11231428 L6.44654147,-4.05009359e-14 L7.35298648,4.65178191 L2.83125349,6.05655516 C2.79139485,6.07073359 2.75075844,6.08338397 2.70936963,6.09444634 C1.64243743,6.37961526 0.479547952,5.50153115 0.111983294,4.13319059 Z",
|
|
61
61
|
id: "illus-path-11"
|
|
62
|
-
}),
|
|
62
|
+
}), React.createElement("path", {
|
|
63
63
|
d: "M3.3628604,1.13914634 C3.3628604,1.13914634 4.96984445,2.41461745 4.75200088,3.35235885 C4.55443848,4.20156223 3.43408308,4.09719685 3.43408308,4.09719685 C3.43408308,4.09719685 2.56748085,3.91583671 1.68763621,3.46779149 C1.11105463,3.17397378 -0.0683547472,2.77864676 0.00310653282,2.44389212 C0.0961612881,2.00739016 1.23596274,2.60787786 1.48589827,2.39998012 C1.99233088,1.9785915 0.298853633,0.845566643 0.123123307,0.514858095 C-0.22022488,-0.131564658 1.44664825,-0.40550891 3.3628604,1.13914634",
|
|
64
64
|
id: "illus-path-13"
|
|
65
|
-
}),
|
|
65
|
+
}), React.createElement("path", {
|
|
66
66
|
d: "M5.71428571,1.87887927e-12 L5.14285714,14.82 L4.85714286,30.78 L0.857142857,30.78 L0.571428571,14.82 L0,1.87887927e-12 L5.71428571,1.87887927e-12 Z",
|
|
67
67
|
id: "illus-path-15"
|
|
68
|
-
})),
|
|
68
|
+
})), React.createElement("g", {
|
|
69
69
|
id: "\u7A7A\u7EC4\u4EF6",
|
|
70
70
|
stroke: "none",
|
|
71
71
|
strokeWidth: "1",
|
|
72
72
|
fill: "none",
|
|
73
73
|
fillRule: "evenodd"
|
|
74
|
-
},
|
|
74
|
+
}, React.createElement("g", {
|
|
75
75
|
id: "\u7A7A\u7EC4\u4EF6\u6807\u6CE8",
|
|
76
76
|
transform: "translate(-65.000000, -512.000000)"
|
|
77
|
-
},
|
|
77
|
+
}, React.createElement("g", {
|
|
78
78
|
id: "\u7F16\u7EC4",
|
|
79
79
|
transform: "translate(65.000000, 512.000000)"
|
|
80
|
-
},
|
|
80
|
+
}, React.createElement("mask", {
|
|
81
81
|
id: "illus-mask-2",
|
|
82
82
|
fill: "white"
|
|
83
|
-
},
|
|
83
|
+
}, React.createElement("use", {
|
|
84
84
|
xlinkHref: "#illus-path-1"
|
|
85
|
-
})),
|
|
85
|
+
})), React.createElement("use", {
|
|
86
86
|
id: "\u77E9\u5F62",
|
|
87
87
|
fill: "#FFFFFF",
|
|
88
88
|
xlinkHref: "#illus-path-1"
|
|
89
|
-
}),
|
|
89
|
+
}), React.createElement("g", {
|
|
90
90
|
mask: "url(#illus-mask-2)",
|
|
91
91
|
id: "\u80CC\u666F/\u4E91"
|
|
92
|
-
},
|
|
92
|
+
}, React.createElement("g", {
|
|
93
93
|
transform: "translate(11.428571, 37.050000)"
|
|
94
|
-
},
|
|
94
|
+
}, React.createElement("g", {
|
|
95
95
|
transform: "translate(34.285714, 34.200000) scale(-1, 1) translate(-34.285714, -34.200000) ",
|
|
96
96
|
fill: "url(#".concat(linearGradientId, ")"),
|
|
97
97
|
id: "\u5F62\u72B6\u7ED3\u5408"
|
|
98
|
-
},
|
|
98
|
+
}, React.createElement("path", {
|
|
99
99
|
d: "M4.28571429,55.575 L4.28571429,34.2535714 C4.28571429,22.4188982 13.8796125,12.825 25.7142857,12.825 C36.3598894,12.825 45.1923741,20.587885 46.8597669,30.7616821 C48.2786739,30.2207368 49.8190861,29.925 51.4285714,29.925 C58.5293754,29.925 64.2857143,35.6813389 64.2857143,42.7821429 L64.2857143,55.575 L4.28571429,55.575 Z"
|
|
100
|
-
})))),
|
|
100
|
+
})))), React.createElement("g", {
|
|
101
101
|
mask: "url(#illus-mask-2)",
|
|
102
102
|
id: "\u80CC\u666F/\u4E91"
|
|
103
|
-
},
|
|
103
|
+
}, React.createElement("g", {
|
|
104
104
|
transform: "translate(142.857143, 51.300000)",
|
|
105
105
|
fill: "url(#".concat(linearGradientId, "-1)"),
|
|
106
106
|
id: "\u5F62\u72B6\u7ED3\u5408"
|
|
107
|
-
},
|
|
107
|
+
}, React.createElement("path", {
|
|
108
108
|
d: "M17.1428571,8.55 C24.2401777,8.55 30.1286667,13.7256234 31.2399627,20.508509 C32.186033,20.1471098 33.2128549,19.95 34.2857143,19.95 C39.0195836,19.95 42.8571429,23.7875593 42.8571429,28.5214286 L42.8571429,37.05 L31.4281429,37.049 L31.4285714,37.05 L2.85714286,37.05 L2.85714286,22.8357143 C2.85714286,14.9459321 9.253075,8.55 17.1428571,8.55 Z"
|
|
109
|
-
}))),
|
|
109
|
+
}))), React.createElement("g", {
|
|
110
110
|
mask: "url(#illus-mask-2)",
|
|
111
111
|
id: "\u52A0\u5BC6\u7F51\u9875"
|
|
112
|
-
},
|
|
112
|
+
}, React.createElement("g", {
|
|
113
113
|
transform: "translate(42.857143, 0.000000)",
|
|
114
114
|
id: "\u7F16\u7EC4-3"
|
|
115
|
-
},
|
|
115
|
+
}, React.createElement("rect", {
|
|
116
116
|
id: "\u77E9\u5F62",
|
|
117
117
|
x: "0",
|
|
118
118
|
y: "0",
|
|
119
119
|
width: "114.285714",
|
|
120
120
|
height: "114"
|
|
121
|
-
}),
|
|
121
|
+
}), React.createElement("g", {
|
|
122
122
|
id: "\u7F16\u7EC4-2",
|
|
123
123
|
transform: "translate(7.142857, 17.812500)"
|
|
124
|
-
},
|
|
124
|
+
}, React.createElement("path", {
|
|
125
125
|
d: "M0,14.25 L100,14.25 L100,74.8035714 C100,76.776017 98.401017,78.375 96.4285714,78.375 L3.57142857,78.375 C1.59898304,78.375 -2.42298035e-15,76.776017 0,74.8035714 L0,14.25 L0,14.25 Z",
|
|
126
126
|
id: "\u77E9\u5F62",
|
|
127
127
|
fill: "#E2E8F3"
|
|
128
|
-
}),
|
|
128
|
+
}), React.createElement("path", {
|
|
129
129
|
d: "M14.2857143,32.0625 C16.2581598,32.0625 17.8571429,33.6574856 17.8571429,35.625 C17.8571429,37.5925144 16.2581598,39.1875 14.2857143,39.1875 C12.3132688,39.1875 10.7142857,37.5925144 10.7142857,35.625 C10.7142857,33.6574856 12.3132688,32.0625 14.2857143,32.0625 Z M28.5714286,32.0625 C30.5438741,32.0625 32.1428571,33.6574856 32.1428571,35.625 C32.1428571,37.5925144 30.5438741,39.1875 28.5714286,39.1875 C26.598983,39.1875 25,37.5925144 25,35.625 C25,33.6574856 26.598983,32.0625 28.5714286,32.0625 Z M42.8571429,32.0625 C44.8295884,32.0625 46.4285714,33.6574856 46.4285714,35.625 C46.4285714,37.5925144 44.8295884,39.1875 42.8571429,39.1875 C40.8846973,39.1875 39.2857143,37.5925144 39.2857143,35.625 C39.2857143,33.6574856 40.8846973,32.0625 42.8571429,32.0625 Z",
|
|
130
130
|
id: "\u5F62\u72B6\u7ED3\u5408",
|
|
131
131
|
fill: "#CAD0DB"
|
|
132
|
-
}),
|
|
132
|
+
}), React.createElement("path", {
|
|
133
133
|
d: "M3.57142857,0 L96.4285714,0 C98.401017,6.20111266e-15 100,1.59898304 100,3.57142857 L100,14.25 L100,14.25 L0,14.25 L0,3.57142857 C-1.11749669e-15,1.59898304 1.59898304,8.06421577e-16 3.57142857,0 Z",
|
|
134
134
|
id: "\u77E9\u5F62",
|
|
135
135
|
fill: "#CAD0DB"
|
|
136
|
-
}),
|
|
136
|
+
}), React.createElement("ellipse", {
|
|
137
137
|
id: "\u692D\u5706\u5F62\u5907\u4EFD-2",
|
|
138
138
|
fill: "#F2F5FA",
|
|
139
139
|
cx: "92.8571429",
|
|
140
140
|
cy: "7.125",
|
|
141
141
|
rx: "3.57142857",
|
|
142
142
|
ry: "3.5625"
|
|
143
|
-
})))),
|
|
143
|
+
})))), React.createElement("g", {
|
|
144
144
|
mask: "url(#illus-mask-2)",
|
|
145
145
|
id: "\u9501"
|
|
146
|
-
},
|
|
146
|
+
}, React.createElement("g", {
|
|
147
147
|
transform: "translate(88.571429, 47.025000)",
|
|
148
148
|
id: "\u7F16\u7EC4"
|
|
149
|
-
},
|
|
149
|
+
}, React.createElement("path", {
|
|
150
150
|
d: "M41.2497143,5.878125 L41.25,15.675 L51.0707143,15.674125 L51.0714286,50.9290179 C51.0714286,54.183553 48.4331066,56.821875 45.1785714,56.821875 L13.75,56.821875 C12.665155,56.821875 11.7857143,55.9424343 11.7857143,54.8575893 L11.7857143,7.84241071 C11.7857143,6.75756567 12.665155,5.878125 13.75,5.878125 L41.2497143,5.878125 Z",
|
|
151
151
|
id: "\u5F62\u72B6\u7ED3\u5408",
|
|
152
152
|
fill: "#B3D5FF"
|
|
153
|
-
}),
|
|
153
|
+
}), React.createElement("polygon", {
|
|
154
154
|
id: "\u77E9\u5F62",
|
|
155
155
|
fill: "#85B8FF",
|
|
156
156
|
points: "41.25 5.878125 51.0714286 15.675 41.25 15.675"
|
|
157
|
-
}),
|
|
157
|
+
}), React.createElement("rect", {
|
|
158
158
|
id: "\u77E9\u5F62",
|
|
159
159
|
fill: "#85B8FF",
|
|
160
160
|
x: "15.7142857",
|
|
161
161
|
y: "15.675",
|
|
162
162
|
width: "5.89285714",
|
|
163
163
|
height: "5.878125"
|
|
164
|
-
}),
|
|
164
|
+
}), React.createElement("rect", {
|
|
165
165
|
id: "\u77E9\u5F62",
|
|
166
166
|
fill: "#85B8FF",
|
|
167
167
|
x: "15.7142857",
|
|
168
168
|
y: "25.471875",
|
|
169
169
|
width: "31.4285714",
|
|
170
170
|
height: "3.91875"
|
|
171
|
-
}),
|
|
171
|
+
}), React.createElement("rect", {
|
|
172
172
|
id: "\u77E9\u5F62",
|
|
173
173
|
fill: "#85B8FF",
|
|
174
174
|
x: "15.7142857",
|
|
175
175
|
y: "33.309375",
|
|
176
176
|
width: "15.7142857",
|
|
177
177
|
height: "3.91875"
|
|
178
|
-
}),
|
|
178
|
+
}), React.createElement("path", {
|
|
179
179
|
d: "M7.85714286,48.984375 L45.1785714,48.984375 L45.1785714,56.821875 L13.75,56.821875 C10.4954649,56.821875 7.85714286,54.183553 7.85714286,50.9290179 L7.85714286,48.984375 L7.85714286,48.984375 Z",
|
|
180
180
|
id: "\u77E9\u5F62",
|
|
181
181
|
fill: "#276FF5"
|
|
182
|
-
}),
|
|
182
|
+
}), React.createElement("path", {
|
|
183
183
|
d: "M45.1785714,56.821875 C48.4331066,56.821875 51.0714286,54.1901488 51.0714286,50.94375 C51.0714286,48.7794841 51.0714286,46.8201091 51.0714286,45.065625 L39.2857143,45.065625 C39.2857143,47.6555109 39.2857143,49.6148859 39.2857143,50.94375 C39.2857143,54.1901488 41.9240363,56.821875 45.1785714,56.821875 Z",
|
|
184
184
|
id: "\u692D\u5706\u5F62",
|
|
185
185
|
fill: "#B3D5FF"
|
|
186
|
-
}))),
|
|
186
|
+
}))), React.createElement("g", {
|
|
187
187
|
id: "\u7537-\u6253\u7535\u8BDD",
|
|
188
188
|
mask: "url(#illus-mask-2)"
|
|
189
|
-
},
|
|
189
|
+
}, React.createElement("g", {
|
|
190
190
|
transform: "translate(148.571429, 68.400000) scale(-1, 1) translate(-148.571429, -68.400000) translate(102.857143, 22.800000)",
|
|
191
191
|
id: "\u7F16\u7EC4-6"
|
|
192
|
-
},
|
|
192
|
+
}, React.createElement("g", {
|
|
193
193
|
id: "\u7F16\u7EC4-9",
|
|
194
194
|
transform: "translate(34.745657, 17.604294)"
|
|
195
|
-
},
|
|
195
|
+
}, React.createElement("g", {
|
|
196
196
|
id: "\u8DEF\u5F84-3",
|
|
197
197
|
transform: "translate(0.000000, 11.579706)"
|
|
198
|
-
},
|
|
198
|
+
}, React.createElement("g", {
|
|
199
199
|
id: "\u8DEF\u5F84-6",
|
|
200
200
|
transform: "translate(2.397200, 0.000000)"
|
|
201
|
-
},
|
|
201
|
+
}, React.createElement("mask", {
|
|
202
202
|
id: "illus-mask-6",
|
|
203
203
|
fill: "white"
|
|
204
|
-
},
|
|
204
|
+
}, React.createElement("use", {
|
|
205
205
|
xlinkHref: "#illus-path-5"
|
|
206
|
-
})),
|
|
206
|
+
})), React.createElement("use", {
|
|
207
207
|
id: "\u8DEF\u5F84",
|
|
208
208
|
fill: "#FFCDC0",
|
|
209
209
|
xlinkHref: "#illus-path-5"
|
|
210
|
-
}),
|
|
210
|
+
}), React.createElement("polygon", {
|
|
211
211
|
id: "\u77E9\u5F62",
|
|
212
212
|
fill: "#FFB3AB",
|
|
213
213
|
mask: "url(#illus-mask-6)",
|
|
214
214
|
transform: "translate(3.044116, 6.156000) rotate(24.000000) translate(-3.044116, -6.156000) ",
|
|
215
215
|
points: "-0.381975864 5.01871224 6.47233097 5.01234242 6.4702077 7.29328776 -0.384099135 7.29965758"
|
|
216
|
-
})),
|
|
216
|
+
})), React.createElement("g", {
|
|
217
217
|
id: "\u8DEF\u5F84-5",
|
|
218
218
|
transform: "translate(3.194992, 0.000000)"
|
|
219
|
-
},
|
|
219
|
+
}, React.createElement("mask", {
|
|
220
220
|
id: "illus-mask-8",
|
|
221
221
|
fill: "white"
|
|
222
|
-
},
|
|
222
|
+
}, React.createElement("use", {
|
|
223
223
|
xlinkHref: "#illus-path-7"
|
|
224
|
-
})),
|
|
224
|
+
})), React.createElement("use", {
|
|
225
225
|
id: "\u8DEF\u5F84",
|
|
226
226
|
fill: "#276FF5",
|
|
227
227
|
xlinkHref: "#illus-path-7"
|
|
228
|
-
}),
|
|
228
|
+
}), React.createElement("polygon", {
|
|
229
229
|
id: "\u77E9\u5F62",
|
|
230
230
|
fill: "#000000",
|
|
231
231
|
opacity: "0.200000003",
|
|
232
232
|
mask: "url(#illus-mask-8)",
|
|
233
233
|
transform: "translate(2.862514, 5.850982) rotate(-353.000000) translate(-2.862514, -5.850982) ",
|
|
234
234
|
points: "2.00626687 3.00113507 3.72048894 3.00061667 3.71876092 8.70082884 2.00453886 8.70134724"
|
|
235
|
-
})),
|
|
235
|
+
})), React.createElement("path", {
|
|
236
236
|
d: "M3.66726576,9.17667462 C4.61341774,9.20934905 5.35340873,10.0010002 5.32008189,10.9448769 C5.31780961,11.0092321 5.31200102,11.0726334 5.30284903,11.1349014 L4.3869672,21.1793963 L2.10275425,21.1005132 L1.89785972,11.0213312 C1.89287115,10.9572798 1.89144154,10.8922852 1.89376247,10.8265524 C1.9270893,9.88267563 2.72111377,9.1440002 3.66726576,9.17667462 Z",
|
|
237
237
|
id: "\u8DEF\u5F84",
|
|
238
238
|
fill: "#FFCDC0",
|
|
239
239
|
transform: "translate(3.606922, 15.177514) rotate(7.000000) translate(-3.606922, -15.177514) "
|
|
240
|
-
}),
|
|
240
|
+
}), React.createElement("path", {
|
|
241
241
|
d: "M2.39900905,24.4545656 C2.39900905,24.4545656 0.363284205,24.6850884 -0.146910979,23.8661285 C-0.608733256,23.1242892 0.25497138,22.4069176 0.25497138,22.4069176 C0.25497138,22.4069176 0.994284532,21.9233985 1.93170376,21.6196682 C2.54615949,21.4207715 3.65745047,20.8680464 3.84402432,21.1559451 C4.08739599,21.5312599 2.85880692,21.9104995 2.82976519,22.2344965 C2.771015,22.8910922 4.76688683,22.4984446 5.12486238,22.6088636 C5.82448073,22.8247977 4.84327356,24.1965269 2.39900905,24.4545656",
|
|
242
242
|
id: "\u5DE6\u624B",
|
|
243
243
|
fill: "#FFCDC0",
|
|
244
244
|
transform: "translate(2.531251, 22.779499) rotate(109.000000) translate(-2.531251, -22.779499) "
|
|
245
|
-
})),
|
|
245
|
+
})), React.createElement("circle", {
|
|
246
246
|
id: "\u692D\u5706\u5F62",
|
|
247
247
|
fill: "#FFCDC0",
|
|
248
248
|
transform: "translate(6.012745, 13.632394) scale(-1, 1) rotate(12.000000) translate(-6.012745, -13.632394) ",
|
|
249
249
|
cx: "6.01274478",
|
|
250
250
|
cy: "13.6323942",
|
|
251
251
|
r: "1"
|
|
252
|
-
}),
|
|
252
|
+
}), React.createElement("ellipse", {
|
|
253
253
|
id: "\u692D\u5706\u5F62",
|
|
254
254
|
fill: "#FFCDC0",
|
|
255
255
|
transform: "translate(4.111838, 22.553100) scale(-1, 1) rotate(12.000000) translate(-4.111838, -22.553100) ",
|
|
@@ -257,54 +257,54 @@ function IllustrationEmptyImg(props) {
|
|
|
257
257
|
cy: "22.5531003",
|
|
258
258
|
rx: "1.71410068",
|
|
259
259
|
ry: "1.71018549"
|
|
260
|
-
}),
|
|
260
|
+
}), React.createElement("g", {
|
|
261
261
|
id: "\u8DEF\u5F84-7",
|
|
262
262
|
transform: "translate(12.896734, 8.925065)"
|
|
263
|
-
},
|
|
263
|
+
}, React.createElement("mask", {
|
|
264
264
|
id: "illus-mask-10",
|
|
265
265
|
fill: "white"
|
|
266
|
-
},
|
|
266
|
+
}, React.createElement("use", {
|
|
267
267
|
xlinkHref: "#illus-path-9"
|
|
268
|
-
})),
|
|
268
|
+
})), React.createElement("use", {
|
|
269
269
|
id: "\u8DEF\u5F84",
|
|
270
270
|
fill: "#FFCDC0",
|
|
271
271
|
xlinkHref: "#illus-path-9"
|
|
272
|
-
}),
|
|
272
|
+
}), React.createElement("polygon", {
|
|
273
273
|
id: "\u8DEF\u5F84-8",
|
|
274
274
|
fill: "#FFB3AB",
|
|
275
275
|
mask: "url(#illus-mask-10)",
|
|
276
276
|
points: "7.25886778 0.118140667 6.11601063 0.688140667 9.68743921 2.68314067"
|
|
277
|
-
}),
|
|
277
|
+
}), React.createElement("polygon", {
|
|
278
278
|
id: "\u8DEF\u5F84-9",
|
|
279
279
|
fill: "#FFB3AB",
|
|
280
280
|
mask: "url(#illus-mask-10)",
|
|
281
281
|
points: "6.25886778 1.25814067 7.97315349 5.10564067 5.83029635 5.53314067"
|
|
282
|
-
})),
|
|
282
|
+
})), React.createElement("g", {
|
|
283
283
|
id: "\u8DEF\u5F84-4",
|
|
284
284
|
transform: "translate(12.705499, 9.968495)"
|
|
285
|
-
},
|
|
285
|
+
}, React.createElement("mask", {
|
|
286
286
|
id: "illus-mask-12",
|
|
287
287
|
fill: "white"
|
|
288
|
-
},
|
|
288
|
+
}, React.createElement("use", {
|
|
289
289
|
xlinkHref: "#illus-path-11"
|
|
290
|
-
})),
|
|
290
|
+
})), React.createElement("use", {
|
|
291
291
|
id: "\u8DEF\u5F84",
|
|
292
292
|
fill: "#276FF5",
|
|
293
293
|
xlinkHref: "#illus-path-11"
|
|
294
|
-
}),
|
|
294
|
+
}), React.createElement("polygon", {
|
|
295
295
|
id: "\u77E9\u5F62",
|
|
296
296
|
fill: "#000000",
|
|
297
297
|
opacity: "0.200000003",
|
|
298
298
|
mask: "url(#illus-mask-12)",
|
|
299
299
|
transform: "translate(3.142857, 5.985000) rotate(-10.000000) translate(-3.142857, -5.985000) ",
|
|
300
300
|
points: "1.43196427 2.24210468 4.85057411 2.31733532 4.85375001 9.72789532 1.71112979 9.72655167"
|
|
301
|
-
})),
|
|
301
|
+
})), React.createElement("circle", {
|
|
302
302
|
id: "\u692D\u5706\u5F62",
|
|
303
303
|
transform: "translate(14.897231, 12.995919) scale(-1, 1) rotate(-105.000000) translate(-14.897231, -12.995919) ",
|
|
304
304
|
cx: "14.8972305",
|
|
305
305
|
cy: "12.9959193",
|
|
306
306
|
r: "1"
|
|
307
|
-
}),
|
|
307
|
+
}), React.createElement("ellipse", {
|
|
308
308
|
id: "\u692D\u5706\u5F62",
|
|
309
309
|
fill: "#FFCDC0",
|
|
310
310
|
transform: "translate(23.728552, 10.635490) scale(-1, 1) rotate(-105.000000) translate(-23.728552, -10.635490) ",
|
|
@@ -312,124 +312,124 @@ function IllustrationEmptyImg(props) {
|
|
|
312
312
|
cy: "10.6354896",
|
|
313
313
|
rx: "1.71028743",
|
|
314
314
|
ry: "1.71399897"
|
|
315
|
-
}),
|
|
315
|
+
}), React.createElement("path", {
|
|
316
316
|
d: "M24.93191,11.6652689 C24.3490178,12.4094717 23.2716827,12.5414211 22.5256147,11.9599862 C22.4747465,11.9203429 22.4267315,11.8784068 22.3816021,11.834439 L14.7721678,5.19413331 L16.1793941,3.3974688 L24.4760415,9.15385904 C24.5309331,9.18746541 24.5844969,9.22449748 24.6364541,9.2649894 C25.3825221,9.84642436 25.5148022,10.9210661 24.93191,11.6652689 Z",
|
|
317
317
|
id: "\u8DEF\u5F84",
|
|
318
318
|
fill: "#FFCDC0"
|
|
319
|
-
}),
|
|
319
|
+
}), React.createElement("g", {
|
|
320
320
|
id: "\u5DE6\u624B-2",
|
|
321
321
|
transform: "translate(11.952397, 1.350861)"
|
|
322
|
-
},
|
|
322
|
+
}, React.createElement("mask", {
|
|
323
323
|
id: "illus-mask-14",
|
|
324
324
|
fill: "white"
|
|
325
|
-
},
|
|
325
|
+
}, React.createElement("use", {
|
|
326
326
|
xlinkHref: "#illus-path-13"
|
|
327
|
-
})),
|
|
327
|
+
})), React.createElement("use", {
|
|
328
328
|
id: "\u5DE6\u624B",
|
|
329
329
|
fill: "#FFCDC0",
|
|
330
330
|
xlinkHref: "#illus-path-13"
|
|
331
|
-
}),
|
|
331
|
+
}), React.createElement("polygon", {
|
|
332
332
|
id: "\u77E9\u5F62",
|
|
333
333
|
fill: "#FFB3AB",
|
|
334
334
|
mask: "url(#illus-mask-14)",
|
|
335
335
|
transform: "translate(0.955615, 3.466523) rotate(-10.000000) translate(-0.955615, -3.466523) ",
|
|
336
336
|
points: "1.03330198 1.85971337 2.29312065 2.08185339 2.9259469 4.5743354 -1.01471788 5.0733326"
|
|
337
|
-
})),
|
|
337
|
+
})), React.createElement("path", {
|
|
338
338
|
d: "M13.5841733,61.9076729 C13.9534636,61.361656 14.2984591,61.0557059 15.1913162,61.0557059 C15.7377262,61.0557059 16.5750567,62.0163458 17.7033079,63.9376257 C17.803288,64.1077089 17.746362,64.3266134 17.5762349,64.4265187 C17.5213906,64.4587255 17.4589421,64.4757059 17.3953403,64.4757059 L13.2962269,64.4757059 C13.0990517,64.4755804 12.9392095,64.3157383 12.9392095,64.118563 C12.9392095,64.0965743 12.941241,64.0746325 12.9452779,64.0530175 C13.1518118,62.947178 13.3647769,62.2320631 13.5841733,61.9076729 Z",
|
|
339
339
|
id: "\u53F3\u978B",
|
|
340
340
|
fill: "#001C5E"
|
|
341
|
-
}),
|
|
341
|
+
}), React.createElement("g", {
|
|
342
342
|
id: "\u7F16\u7EC4-4",
|
|
343
343
|
transform: "translate(14.265567, 46.231304) rotate(-2.000000) translate(-14.265567, -46.231304) translate(11.408424, 30.841304)",
|
|
344
344
|
fill: "#2C3E68"
|
|
345
|
-
},
|
|
345
|
+
}, React.createElement("g", {
|
|
346
346
|
id: "\u7F16\u7EC4-7\u5907\u4EFD",
|
|
347
347
|
transform: "translate(0.000000, 0.000000)"
|
|
348
|
-
},
|
|
348
|
+
}, React.createElement("path", {
|
|
349
349
|
d: "M5.71428571,0 L5.14285714,14.82 L4.85714286,30.78 L0.857142857,30.78 L0.571428571,14.82 L4.22240021e-12,0 L5.71428571,0 Z",
|
|
350
350
|
id: "\u5F62\u72B6\u7ED3\u5408"
|
|
351
|
-
}))),
|
|
351
|
+
}))), React.createElement("path", {
|
|
352
352
|
d: "M5.01274478,61.9076729 C5.38203501,61.361656 5.72703049,61.0557059 6.61988764,61.0557059 C7.1662976,61.0557059 8.00362818,62.0163458 9.13187937,63.9376257 C9.2318594,64.1077089 9.17493342,64.3266134 9.00480635,64.4265187 C8.94996199,64.4587255 8.88751349,64.4757059 8.82391177,64.4757059 L4.72479837,64.4757059 C4.52762311,64.4755804 4.36778098,64.3157383 4.36778098,64.118563 C4.36778098,64.0965743 4.36981241,64.0746325 4.37384937,64.0530175 C4.58038323,62.947178 4.79334837,62.2320631 5.01274478,61.9076729 Z",
|
|
353
353
|
id: "\u53F3\u978B",
|
|
354
354
|
fill: "#001C5E",
|
|
355
355
|
transform: "translate(6.869888, 62.765706) scale(-1, 1) translate(-6.869888, -62.765706) "
|
|
356
|
-
}),
|
|
356
|
+
}), React.createElement("g", {
|
|
357
357
|
id: "\u7F16\u7EC4-3",
|
|
358
358
|
transform: "translate(8.045637, 46.231304) rotate(2.000000) translate(-8.045637, -46.231304) translate(5.188494, 30.841304)"
|
|
359
|
-
},
|
|
359
|
+
}, React.createElement("g", {
|
|
360
360
|
id: "\u7F16\u7EC4-7\u5907\u4EFD",
|
|
361
361
|
transform: "translate(0.000000, 0.000000)"
|
|
362
|
-
},
|
|
362
|
+
}, React.createElement("mask", {
|
|
363
363
|
id: "illus-mask-16",
|
|
364
364
|
fill: "white"
|
|
365
|
-
},
|
|
365
|
+
}, React.createElement("use", {
|
|
366
366
|
xlinkHref: "#illus-path-15"
|
|
367
|
-
})),
|
|
367
|
+
})), React.createElement("use", {
|
|
368
368
|
id: "\u5F62\u72B6\u7ED3\u5408",
|
|
369
369
|
fill: "#2C3E68",
|
|
370
370
|
xlinkHref: "#illus-path-15"
|
|
371
|
-
}),
|
|
371
|
+
}), React.createElement("path", {
|
|
372
372
|
d: "M5.59120105,3.66623878 C5.21024867,3.57123878 4.63882009,3.28623878 3.87691533,2.81123878 C4.25786771,4.52123878 4.64172525,7.84894439 5.02848794,12.7943556 L5.59120105,3.66623878 Z",
|
|
373
373
|
id: "\u8DEF\u5F84-8",
|
|
374
374
|
fill: "#000000",
|
|
375
375
|
opacity: "0.200000003",
|
|
376
376
|
mask: "url(#illus-mask-16)"
|
|
377
|
-
}))),
|
|
377
|
+
}))), React.createElement("path", {
|
|
378
378
|
d: "M8.52956295,24.2907059 L13.8915371,24.2907059 C14.1862002,24.2906804 14.469477,24.4044894 14.6822368,24.6083512 C15.6233948,25.510148 16.1702008,26.4119448 16.3226549,27.3137416 C16.493009,28.3214202 16.5801818,29.496036 16.5841733,30.837589 L12.0355112,31.9528304 C11.9464437,31.974668 11.8550714,31.9857059 11.7633658,31.9857059 L10.646357,31.9857059 C10.556527,31.9857059 10.4670103,31.9751149 10.3796604,31.9541522 L5.72703049,30.837589 L5.72703049,30.837589 C5.73890809,29.6334467 5.83997208,28.5046345 6.03022245,27.4511523 C6.20076914,26.5067763 6.76699767,25.5624004 7.72890805,24.6180244 C7.94260866,24.4082443 8.23010402,24.2907059 8.52956295,24.2907059 Z",
|
|
379
379
|
id: "\u88C6\u90E8",
|
|
380
380
|
fill: "#2C3E68"
|
|
381
|
-
}),
|
|
381
|
+
}), React.createElement("g", {
|
|
382
382
|
id: "\u5934",
|
|
383
383
|
transform: "translate(6.914955, 0.000000)"
|
|
384
|
-
},
|
|
384
|
+
}, React.createElement("g", {
|
|
385
385
|
id: "\u7F16\u7EC4-2",
|
|
386
386
|
transform: "translate(4.158734, 9.759043) rotate(-4.000000) translate(-4.158734, -9.759043) translate(0.658529, 0.220316)"
|
|
387
|
-
},
|
|
387
|
+
}, React.createElement("path", {
|
|
388
388
|
d: "M1.85755253,7.96245518 L5.28612396,7.96245518 L5.28612396,17.3631695 C5.28612396,18.3099433 4.5186121,19.0774552 3.57183825,19.0774552 C2.62506439,19.0774552 1.85755253,18.3099433 1.85755253,17.3631695 L1.85755253,7.96245518 L1.85755253,7.96245518 Z",
|
|
389
389
|
id: "\u8116\u5B50\u5907\u4EFD-4",
|
|
390
390
|
fill: "#FFB3AB"
|
|
391
|
-
}),
|
|
391
|
+
}), React.createElement("path", {
|
|
392
392
|
d: "M1.28612396,4.65722367 C0.65494139,4.38861917 0.143266818,4.60104799 0.143266818,5.19443267 C0.143266818,5.78781735 0.65494139,6.53745518 1.28612396,6.53745518 L1.28612396,4.65722367 Z",
|
|
393
393
|
id: "\u8DEF\u5F84\u5907\u4EFD-3",
|
|
394
394
|
fill: "#FFB9A7",
|
|
395
395
|
transform: "translate(0.714695, 5.539955) rotate(-360.000000) translate(-0.714695, -5.539955) "
|
|
396
|
-
}),
|
|
396
|
+
}), React.createElement("path", {
|
|
397
397
|
d: "M7.00040968,4.65722367 C6.3692271,4.38861917 5.85755253,4.60104799 5.85755253,5.19443267 C5.85755253,5.78781735 6.3692271,6.53745518 7.00040968,6.53745518 L7.00040968,4.65722367 Z",
|
|
398
398
|
id: "\u8DEF\u5F84\u5907\u4EFD-4",
|
|
399
399
|
fill: "#FFB9A7",
|
|
400
400
|
transform: "translate(6.428981, 5.539955) scale(-1, 1) rotate(360.000000) translate(-6.428981, -5.539955) "
|
|
401
|
-
}),
|
|
401
|
+
}), React.createElement("path", {
|
|
402
402
|
d: "M3.57183825,9.38745518 C5.14979467,9.38745518 6.4289811,7.34587364 6.4289811,4.82745518 C6.4289811,2.30903672 5.14979467,1.40745518 3.57183825,1.40745518 C1.99388182,1.40745518 0.71469539,2.30903672 0.71469539,4.82745518 C0.71469539,7.34587364 1.99388182,9.38745518 3.57183825,9.38745518 Z",
|
|
403
403
|
id: "\u8499\u7248\u5907\u4EFD-2",
|
|
404
404
|
fill: "#FFCDC0",
|
|
405
405
|
transform: "translate(3.571838, 5.397455) rotate(-360.000000) translate(-3.571838, -5.397455) "
|
|
406
|
-
}),
|
|
406
|
+
}), React.createElement("path", {
|
|
407
407
|
d: "M6.23785443,5.75555102 C6.53280001,5.28258068 6.7192162,4.77676499 6.83539831,4.2243307 C6.90447814,3.89586307 6.95024106,2.70398891 6.83530533,2.09833194 C6.72036961,1.49267496 6.42144682,0.180764114 4.4001659,0.296217076 C3.07323445,-0.164935409 2.04954307,0.0946400842 1.19242579,0.664603127 C0.335308514,1.23456617 0.0496666736,2.08208134 0.0496666736,3.22581872 C0.0496666736,4.3695561 0.432814083,5.58487653 0.686806239,5.78646623 C0.717051517,5.81208939 0.74384452,5.77215094 0.743842895,5.73499643 C0.738869501,5.59197506 0.559435154,4.3169178 0.971259898,4.58076621 C1.38308464,4.84461463 2.33547318,5.03465632 3.09736074,4.65468927 C3.8592483,4.27472221 5.13891969,2.92930862 5.34315529,3.42434665 C5.80165354,4.84212829 6.01832676,4.69981215 6.14177191,4.8542567 C6.26521707,5.00870125 6.19072372,5.72234543 6.19072439,5.73748992 C6.19072505,5.75263441 6.21173772,5.79743137 6.23785443,5.75555102 Z",
|
|
408
408
|
id: "Fill-25",
|
|
409
409
|
fill: "#001C5E",
|
|
410
410
|
transform: "translate(3.477528, 2.926902) rotate(-1.000000) translate(-3.477528, -2.926902) "
|
|
411
|
-
})),
|
|
411
|
+
})), React.createElement("g", {
|
|
412
412
|
id: "\u7F16\u7EC4-3",
|
|
413
413
|
transform: "translate(4.240647, 5.602470) rotate(-360.000000) translate(-4.240647, -5.602470) translate(0.812075, 1.612470)"
|
|
414
|
-
})),
|
|
414
|
+
})), React.createElement("path", {
|
|
415
415
|
d: "M15.7270305,26.0007059 L6.58417335,26.0007059 C5.82226859,19.7005923 5.44131621,16.269814 5.44131621,15.7083711 C5.44131621,14.7748878 5.58157734,13.4016217 5.86209959,11.5885729 C7.27494179,11.1954361 8.50319785,10.9644804 9.54686779,10.8957059 C9.91138165,11.3868959 10.3972003,11.7507059 11.111486,11.7507059 C11.8257717,11.7507059 12.4150103,11.3664296 12.7643361,10.8957059 C13.808006,10.9644804 15.4570454,11.1954361 16.8698876,11.5885729 L16.8698876,11.9453189 C17.0269801,12.9979656 16.6460277,17.6830946 15.7270305,26.0007059 Z",
|
|
416
416
|
id: "\u8DEF\u5F84",
|
|
417
417
|
fill: "#276FF5"
|
|
418
|
-
}),
|
|
418
|
+
}), React.createElement("g", {
|
|
419
419
|
id: "\u7F16\u7EC4-10",
|
|
420
420
|
transform: "translate(8.968629, 10.325706)"
|
|
421
|
-
},
|
|
421
|
+
}, React.createElement("rect", {
|
|
422
422
|
id: "\u77E9\u5F62",
|
|
423
423
|
fill: "#5797FF",
|
|
424
424
|
x: "1.71428571",
|
|
425
425
|
y: "1.425",
|
|
426
426
|
width: "1.14285714",
|
|
427
427
|
height: "2.85"
|
|
428
|
-
}),
|
|
428
|
+
}), React.createElement("polygon", {
|
|
429
429
|
id: "\u8DEF\u5F84-23\u5907\u4EFD",
|
|
430
430
|
fill: "#85B8FF",
|
|
431
431
|
points: "-6.49639073e-14 0.7125 0.571428571 -9.72141118e-14 2.28571429 1.425 0.857142857 2.565"
|
|
432
|
-
}),
|
|
432
|
+
}), React.createElement("polygon", {
|
|
433
433
|
id: "\u8DEF\u5F84-23\u5907\u4EFD",
|
|
434
434
|
fill: "#85B8FF",
|
|
435
435
|
transform: "translate(3.428571, 1.282500) scale(-1, 1) translate(-3.428571, -1.282500) ",
|
package/es/filter/condition.js
CHANGED
|
@@ -37,29 +37,29 @@ var ConditionFilter = function ConditionFilter(props) {
|
|
|
37
37
|
onConditionChange && onConditionChange(nextValue, condition, option);
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
|
-
return
|
|
40
|
+
return React.createElement("ul", {
|
|
41
41
|
className: classNames("".concat(prefixCls, "-body-conditions"), {
|
|
42
42
|
active: props.tab === 'condition'
|
|
43
43
|
})
|
|
44
44
|
}, conditions === null || conditions === void 0 ? void 0 : _mapInstanceProperty(conditions).call(conditions, function (condition) {
|
|
45
45
|
var _context2;
|
|
46
46
|
var conditionValue = value[condition.key];
|
|
47
|
-
return
|
|
47
|
+
return React.createElement("li", {
|
|
48
48
|
className: "".concat(prefixCls, "-body-condition"),
|
|
49
49
|
key: condition.key
|
|
50
|
-
},
|
|
50
|
+
}, React.createElement("span", {
|
|
51
51
|
className: "".concat(prefixCls, "-body-condition-label")
|
|
52
|
-
}, condition.label, ":"),
|
|
52
|
+
}, condition.label, ":"), React.createElement("div", {
|
|
53
53
|
className: "".concat(prefixCls, "-body-condition-options")
|
|
54
|
-
}, !condition.required &&
|
|
54
|
+
}, !condition.required && React.createElement("span", {
|
|
55
55
|
className: classNames("".concat(prefixCls, "-body-condition-option"), {
|
|
56
56
|
active: !conditionValue
|
|
57
57
|
}),
|
|
58
58
|
onClick: onConditionRemove.bind(null, condition.key)
|
|
59
59
|
}, FilterLangMsg.unlimited), _mapInstanceProperty(_context2 = condition.options).call(_context2, function (option) {
|
|
60
|
-
return option.component ?
|
|
60
|
+
return option.component ? React.createElement(React.Fragment, {
|
|
61
61
|
key: option.label
|
|
62
|
-
},
|
|
62
|
+
}, React.createElement("span", {
|
|
63
63
|
title: option.label,
|
|
64
64
|
className: classNames("".concat(prefixCls, "-body-condition-option"), {
|
|
65
65
|
active: conditionValue === null || conditionValue === void 0 ? void 0 : conditionValue.some(function (filterValue) {
|
|
@@ -69,9 +69,9 @@ var ConditionFilter = function ConditionFilter(props) {
|
|
|
69
69
|
});
|
|
70
70
|
})
|
|
71
71
|
})
|
|
72
|
-
}, option.label),
|
|
72
|
+
}, option.label), React.createElement("span", {
|
|
73
73
|
className: "".concat(prefixCls, "-body-condition-option-customer")
|
|
74
|
-
}, option.component)) :
|
|
74
|
+
}, option.component)) : React.createElement("span", {
|
|
75
75
|
key: option.value,
|
|
76
76
|
title: option.label || option.value,
|
|
77
77
|
className: classNames("".concat(prefixCls, "-body-condition-option"), {
|
|
@@ -79,7 +79,7 @@ var ConditionFilter = function ConditionFilter(props) {
|
|
|
79
79
|
}),
|
|
80
80
|
onClick: handleConditionFilter.bind(null, condition, option)
|
|
81
81
|
}, option.label || option.value);
|
|
82
|
-
})),
|
|
82
|
+
})), React.createElement("div", {
|
|
83
83
|
className: "".concat(prefixCls, "-body-condition-addition")
|
|
84
84
|
}, condition.addition));
|
|
85
85
|
}));
|