@cloud-app-dev/vidc 3.2.11 → 3.2.14
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/.dumirc.ts +71 -0
- package/.editorconfig +0 -3
- package/.eslintrc.js +3 -0
- package/.fatherrc.ts +19 -0
- package/.husky/commit-msg +5 -0
- package/.husky/pre-commit +4 -0
- package/.prettierrc.js +16 -0
- package/README.md +14 -26
- package/es/Api/index.js +100 -30
- package/es/AppContext/Sync.js +19 -3
- package/es/AppContext/index.js +86 -42
- package/es/AppContext/static.js +7 -0
- package/es/Auth/index.js +11 -4
- package/es/AutoExit/index.js +11 -3
- package/es/Box/BetweenBox/index.js +19 -10
- package/es/Box/BetweenBox/{index.css → index.less} +0 -0
- package/es/Box/InfoBox/index.js +24 -18
- package/es/Box/InfoBox/index.less +22 -0
- package/es/Box/TwoColumnBox/index.js +42 -25
- package/es/Box/TwoColumnBox/index.less +70 -0
- package/es/Box/deps/grid-factory.d.ts +2 -2
- package/es/Box/deps/grid-factory.js +12 -0
- package/es/Box/index.js +29 -16
- package/es/Box/{index.css → index.less} +5 -4
- package/es/CheckGroupFixed/demo.d.ts +3 -0
- package/es/CheckGroupFixed/demo.js +28 -0
- package/es/CheckGroupFixed/index.js +117 -82
- package/es/CheckGroupFixed/index.less +50 -0
- package/es/Config/index.js +5 -1
- package/es/Config/utils.js +18 -3
- package/es/ConfigContext/index.js +8 -4
- package/es/CustomRenderSelect/index.js +71 -36
- package/es/CustomRenderSelect/index.less +25 -0
- package/es/DisableMark/index.js +14 -11
- package/es/DisableMark/{index.css → index.less} +0 -0
- package/es/DomMove/demo.js +14 -10
- package/es/DomMove/index.js +52 -30
- package/es/DomMove/utils.js +8 -3
- package/es/Drag/DragAndDropItem.js +44 -20
- package/es/Drag/DropItem.js +22 -6
- package/es/Drag/index.js +2 -2
- package/es/Drag/{index.css → index.less} +0 -0
- package/es/Drawer/Footer.js +22 -15
- package/es/Drawer/{Demo.d.ts → demo.d.ts} +0 -0
- package/es/Drawer/demo.js +109 -0
- package/es/Drawer/index.js +98 -60
- package/es/Drawer/index.less +42 -0
- package/es/ErrorFallback/index.js +23 -14
- package/es/FrontendPlayer/index.js +1 -1
- package/es/FullScreen/index.js +30 -17
- package/es/FullScreen/index.less +16 -0
- package/es/HightLevel/index.js +11 -4
- package/es/HightLevel/{index.css → index.less} +0 -0
- package/es/IconFont/index.js +39 -18
- package/es/ImageView/index.js +37 -13
- package/es/ImageView/index.less +10 -0
- package/es/Input/demo.d.ts +3 -0
- package/es/Input/demo.js +16 -0
- package/es/Input/index.js +46 -22
- package/es/Input/index.less +12 -0
- package/es/InstanceHistory/index.js +2 -0
- package/es/LabelValue/index.js +25 -18
- package/es/LabelValue/index.less +20 -0
- package/es/List/DynamicGridList/Demo.d.ts +1 -0
- package/es/List/DynamicGridList/Demo.js +52 -32
- package/es/List/DynamicGridList/index.d.ts +3 -3
- package/es/List/DynamicGridList/index.js +41 -26
- package/es/List/DynamicList/index.js +76 -56
- package/es/List/DynamicList/index.less +15 -0
- package/es/List/GridList/Demo.d.ts +1 -0
- package/es/List/GridList/Demo.js +60 -38
- package/es/List/GridList/hook.d.ts +1 -1
- package/es/List/GridList/hook.js +66 -35
- package/es/List/GridList/index.js +33 -29
- package/es/List/GridList/{index.css → index.less} +0 -0
- package/es/List/GridList/utils.d.ts +2 -2
- package/es/List/GridList/utils.js +1 -0
- package/es/List/VList/index.d.ts +1 -1
- package/es/List/VList/index.js +32 -19
- package/es/List/VList/{index.css → index.less} +0 -0
- package/es/List/VList/utils.d.ts +2 -2
- package/es/List/VList/utils.js +8 -6
- package/es/List/demo.d.ts +3 -0
- package/es/List/demo.js +26 -0
- package/es/List/index.d.ts +1 -1
- package/es/List/index.js +31 -23
- package/es/List/{index.css → index.less} +5 -4
- package/es/ListWithSizeAnimate/demo.d.ts +2 -0
- package/es/ListWithSizeAnimate/demo.js +19 -0
- package/es/ListWithSizeAnimate/index.d.ts +9 -0
- package/es/ListWithSizeAnimate/index.js +71 -0
- package/es/ListWithSizeAnimate/index.less +13 -0
- package/es/LoaderApp/index.js +59 -25
- package/es/LoaderApp/{index.css → index.less} +0 -0
- package/es/LoaderApp/loader.js +40 -23
- package/es/LoaderApp/sandbox.back.js +101 -24
- package/es/LoaderApp/sandbox.js +26 -9
- package/es/LoaderApp/utils.d.ts +1 -1
- package/es/LoaderApp/utils.js +68 -25
- package/es/LoaderScript/index.js +25 -10
- package/es/LoaderScript/utils.js +151 -87
- package/es/Map/BasicMap/AMapInstance.d.ts +1 -1
- package/es/Map/BasicMap/AMapInstance.js +25 -3
- package/es/Map/BasicMap/LeafletInstance.js +28 -11
- package/es/Map/BasicMap/index.js +67 -27
- package/es/Map/BasicMap/index.less +24 -0
- package/es/Map/ClusterLayer/hook.d.ts +2 -2
- package/es/Map/ClusterLayer/hook.js +51 -23
- package/es/Map/ClusterLayer/index.d.ts +1 -1
- package/es/Map/ClusterLayer/index.js +14 -6
- package/es/Map/ClusterLayer/index.less +27 -0
- package/es/Map/Config/index.js +44 -16
- package/es/Map/Config/utils.js +17 -3
- package/es/Map/Context/index.js +43 -9
- package/es/Map/FindPio/index.js +5 -2
- package/es/Map/FindPio/{index.css → index.less} +0 -0
- package/es/Map/InfoWindow/MakerLikeWindow.d.ts +1 -1
- package/es/Map/InfoWindow/MakerLikeWindow.js +41 -18
- package/es/Map/InfoWindow/demo.d.ts +1 -0
- package/es/Map/InfoWindow/demo.js +51 -29
- package/es/Map/InfoWindow/index.d.ts +1 -1
- package/es/Map/InfoWindow/index.js +39 -18
- package/es/Map/LevelCenter/DragMarker/index.js +16 -10
- package/es/Map/LevelCenter/demo.d.ts +1 -0
- package/es/Map/LevelCenter/demo.js +41 -22
- package/es/Map/LevelCenter/index.js +41 -29
- package/es/Map/LevelCenter/index.less +2 -0
- package/es/Map/LoaderMap/index.js +38 -22
- package/es/Map/MapDrawSelect/demo.d.ts +1 -0
- package/es/Map/MapDrawSelect/demo.js +65 -46
- package/es/Map/MapDrawSelect/index.js +43 -31
- package/es/Map/MapDrawSelect/index.less +2 -0
- package/es/Map/MouseTool/index.js +32 -18
- package/es/Map/MouseTool/useMouseTools.js +37 -8
- package/es/Map/ResetTools/index.js +58 -44
- package/es/Map/ResetTools/index.less +35 -0
- package/es/Map/SinglePoint/index.js +39 -27
- package/es/Map/SinglePoint/index.less +41 -0
- package/es/Map/hook/useMapEvent.js +8 -4
- package/es/Map/hook/useMapType.js +3 -2
- package/es/Map/index.d.ts +1 -0
- package/es/Map/index.js +11 -11
- package/es/Map/useMarker/index.d.ts +1 -1
- package/es/Map/useMarker/index.js +33 -13
- package/es/Map/{LevelCenter/index.css → useMarker/index.less} +0 -0
- package/es/Map/withMap/index.d.ts +1 -0
- package/es/Map/withMap/index.js +14 -4
- package/es/Modal/demo.d.ts +3 -0
- package/es/Modal/demo.js +106 -0
- package/es/Modal/index.js +94 -57
- package/es/Modal/index.less +45 -0
- package/es/Picture/component/DefaultRects/RectInfo.js +59 -37
- package/es/Picture/component/DefaultRects/index.js +46 -32
- package/es/Picture/component/DefaultRects/index.less +188 -0
- package/es/Picture/component/DrawRect/index.js +37 -24
- package/es/Picture/component/DrawRect/{index.css → index.less} +0 -0
- package/es/Picture/component/RectMenu/index.js +35 -26
- package/es/Picture/component/RectMenu/index.less +31 -0
- package/es/Picture/component/RectMenu/utils.js +6 -3
- package/es/Picture/component/Tools/index.js +91 -69
- package/es/Picture/component/Tools/index.less +43 -0
- package/es/Picture/component/WheelScale/index.js +9 -4
- package/es/Picture/demo.js +14 -11
- package/es/Picture/dragBound.d.ts +1 -1
- package/es/Picture/dragBound.js +17 -4
- package/es/Picture/index.d.ts +2 -2
- package/es/Picture/index.js +201 -137
- package/es/Picture/index.less +14 -0
- package/es/Picture/interface.d.ts +0 -6
- package/es/Picture/loadCaptureRectImage.d.ts +1 -1
- package/es/Picture/loadCaptureRectImage.js +39 -14
- package/es/Picture/useDraw.js +40 -20
- package/es/Picture/utils.d.ts +9 -9
- package/es/Picture/utils.js +18 -3
- package/es/Player/api/index.d.ts +3 -3
- package/es/Player/api/index.js +117 -82
- package/es/Player/context.js +21 -7
- package/es/Player/contraller_bar/bar.d.ts +1 -1
- package/es/Player/contraller_bar/bar.js +28 -10
- package/es/Player/contraller_bar/contraller_event.js +34 -12
- package/es/Player/contraller_bar/index.js +30 -22
- package/es/Player/contraller_bar/left_bar.js +62 -39
- package/es/Player/contraller_bar/right_bar.js +34 -18
- package/es/Player/contraller_bar/time.js +19 -8
- package/es/Player/contraller_bar/useBarStatus.js +29 -11
- package/es/Player/contraller_bar/volume.d.ts +1 -1
- package/es/Player/contraller_bar/volume.js +43 -21
- package/es/Player/demo.d.ts +1 -0
- package/es/Player/demo.js +258 -215
- package/es/Player/event/errorEvent.js +41 -16
- package/es/Player/event/eventName.js +12 -1
- package/es/Player/event/index.js +66 -24
- package/es/Player/fps_play.js +33 -15
- package/es/Player/frontend_player.js +42 -20
- package/es/Player/frontend_timeline.js +95 -55
- package/es/Player/iconfont.js +23 -8
- package/es/Player/index.js +1 -1
- package/es/Player/live_heart.js +15 -3
- package/es/Player/message.js +68 -37
- package/es/Player/segment_player.js +113 -62
- package/es/Player/segment_timeline.js +145 -97
- package/es/Player/single_player.js +153 -111
- package/es/Player/style/bar.less +39 -0
- package/es/Player/style/iconfont.js +17 -10
- package/es/Player/style/index.less +30 -0
- package/es/Player/style/message.less +50 -0
- package/es/Player/style/slider.less +103 -0
- package/es/Player/style/timeline.less +106 -0
- package/es/Player/style/volume.less +21 -0
- package/es/Player/timeline.d.ts +1 -1
- package/es/Player/timeline.js +59 -32
- package/es/Player/util.js +46 -7
- package/es/PlayerExt/demo.d.ts +1 -0
- package/es/PlayerExt/demo.js +145 -112
- package/es/PlayerExt/index.d.ts +2 -2
- package/es/PlayerExt/index.js +139 -87
- package/es/PlayerExt/{index.css → index.less} +0 -0
- package/es/Progress/index.js +18 -5
- package/es/Progress/index.less +20 -0
- package/es/ROI/demo.d.ts +1 -0
- package/es/ROI/demo.js +12 -8
- package/es/ROI/index.js +45 -35
- package/es/ROI/index.less +29 -0
- package/es/ScreenPlayer/Live.d.ts +2 -2
- package/es/ScreenPlayer/Live.js +172 -109
- package/es/ScreenPlayer/LiveTools.d.ts +2 -2
- package/es/ScreenPlayer/LiveTools.js +156 -116
- package/es/ScreenPlayer/PlayerWithExt.d.ts +2 -2
- package/es/ScreenPlayer/PlayerWithExt.js +172 -115
- package/es/ScreenPlayer/RatePick.js +35 -22
- package/es/ScreenPlayer/Record.d.ts +1 -1
- package/es/ScreenPlayer/Record.js +307 -192
- package/es/ScreenPlayer/RecordTools.d.ts +2 -2
- package/es/ScreenPlayer/RecordTools.js +201 -149
- package/es/ScreenPlayer/ScreenSelect.js +37 -28
- package/es/ScreenPlayer/SegmentTimeLine.d.ts +1 -1
- package/es/ScreenPlayer/SegmentTimeLine.js +24 -17
- package/es/ScreenPlayer/TimeMode.js +22 -16
- package/es/ScreenPlayer/TimeSelect.js +86 -65
- package/es/ScreenPlayer/demo.js +16 -18
- package/es/ScreenPlayer/demo2.js +193 -178
- package/es/ScreenPlayer/index.d.ts +1 -0
- package/es/ScreenPlayer/index.js +3 -3
- package/es/ScreenPlayer/index.less +178 -0
- package/es/ScreenPlayer/interface.d.ts +2 -2
- package/es/ScreenPlayer/useTimeSlider.d.ts +8 -8
- package/es/ScreenPlayer/useTimeSlider.js +167 -60
- package/es/ScreenPlayer/useVideoFit.d.ts +1 -1
- package/es/ScreenPlayer/useVideoFit.js +18 -5
- package/es/ScreenPlayer/utils.d.ts +1 -1
- package/es/ScreenPlayer/utils.js +10 -1
- package/es/SegmentPlayer/index.js +1 -1
- package/es/Service/fetch-adapter.d.ts +1 -1
- package/es/Service/fetch-adapter.js +48 -5
- package/es/Service/http.js +46 -16
- package/es/Service/index.js +2 -2
- package/es/TableLayout/index.js +18 -12
- package/es/TableLayout/{index.css → index.less} +0 -0
- package/es/ThemeAntd/demo.d.ts +1 -0
- package/es/ThemeAntd/demo.js +126 -76
- package/es/ThemeAntd/{demo.css → demo.less} +4 -3
- package/es/ThemeAntd/index.js +6 -2
- package/es/ThemeAntd/index.less +16 -0
- package/es/ThemeAntd/style/button.less +67 -0
- package/es/ThemeAntd/style/checkbox.less +72 -0
- package/es/ThemeAntd/style/form.less +12 -0
- package/es/ThemeAntd/style/input.less +83 -0
- package/es/ThemeAntd/style/pagination.less +95 -0
- package/es/ThemeAntd/style/picker.less +106 -0
- package/es/ThemeAntd/style/popover.less +5 -0
- package/es/ThemeAntd/style/radio.less +87 -0
- package/es/ThemeAntd/style/{scrollbar.css → scrollbar.less} +4 -2
- package/es/ThemeAntd/style/select.less +81 -0
- package/es/ThemeAntd/style/table.less +57 -0
- package/es/ThemeAntd/style/tree.less +18 -0
- package/es/Timeout/index.js +36 -12
- package/es/Tree/demo.js +26 -21
- package/es/Tree/index.js +51 -30
- package/es/Tree/index.less +59 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +48 -47
- package/es/useDrawROI/index.js +130 -65
- package/es/useEventEmitterHandle/index.js +6 -2
- package/es/useFullscreen/demo.js +44 -27
- package/es/useFullscreen/index.js +30 -8
- package/es/useHistory/index.js +3 -1
- package/es/useInfiniteScroll/index.js +50 -19
- package/es/useRafInterval/index.js +28 -4
- package/es/useSimpleState/index.js +23 -6
- package/es/useVirtualList/index.js +58 -20
- package/es/utils.d.ts +1 -1
- package/es/utils.js +53 -14
- package/package.json +37 -32
- package/tsconfig.json +8 -32
- package/.eslintrc +0 -4
- package/.fatherrc.js +0 -25
- package/.prettierrc +0 -11
- package/.umirc.ts +0 -55
- package/clear-cache.sh +0 -4
- package/es/Box/InfoBox/index.css +0 -22
- package/es/Box/TwoColumnBox/index.css +0 -70
- package/es/CheckGroupFixed/index.css +0 -49
- package/es/CustomRenderSelect/index.css +0 -20
- package/es/Drawer/Demo.js +0 -59
- package/es/Drawer/index.css +0 -40
- package/es/FullScreen/index.css +0 -16
- package/es/ImageView/index.css +0 -10
- package/es/Input/index.css +0 -8
- package/es/LabelValue/index.css +0 -18
- package/es/List/DynamicList/index.css +0 -15
- package/es/Map/BasicMap/index.css +0 -24
- package/es/Map/ClusterLayer/index.css +0 -26
- package/es/Map/MapDrawSelect/index.css +0 -0
- package/es/Map/ResetTools/index.css +0 -32
- package/es/Map/SinglePoint/icon/Place_icon_OnLine_Hover.svg +0 -15
- package/es/Map/SinglePoint/icon/Place_icon_OnLine_Normal.svg +0 -15
- package/es/Map/SinglePoint/icon/Place_icon_OutLine_Hover.svg +0 -15
- package/es/Map/SinglePoint/icon/Place_icon_OutLine_Normal.svg +0 -15
- package/es/Map/SinglePoint/index.css +0 -29
- package/es/Map/useMarker/index.css +0 -0
- package/es/Modal/index.css +0 -43
- package/es/Picture/component/DefaultRects/index.css +0 -247
- package/es/Picture/component/RectMenu/index.css +0 -31
- package/es/Picture/component/Tools/index.css +0 -42
- package/es/Picture/index.css +0 -12
- package/es/Player/style/bar.css +0 -38
- package/es/Player/style/index.css +0 -30
- package/es/Player/style/message.css +0 -49
- package/es/Player/style/slider.css +0 -96
- package/es/Player/style/timeline.css +0 -99
- package/es/Player/style/volume.css +0 -19
- package/es/Progress/index.css +0 -20
- package/es/ROI/index.css +0 -29
- package/es/ScreenPlayer/index.css +0 -166
- package/es/ThemeAntd/index.css +0 -620
- package/es/ThemeAntd/style/button.css +0 -55
- package/es/ThemeAntd/style/checkbox.css +0 -64
- package/es/ThemeAntd/style/form.css +0 -10
- package/es/ThemeAntd/style/input.css +0 -68
- package/es/ThemeAntd/style/pagination.css +0 -82
- package/es/ThemeAntd/style/picker.css +0 -98
- package/es/ThemeAntd/style/popover.css +0 -3
- package/es/ThemeAntd/style/radio.css +0 -80
- package/es/ThemeAntd/style/select.css +0 -76
- package/es/ThemeAntd/style/table.css +0 -46
- package/es/ThemeAntd/style/tree.css +0 -16
- package/es/Tree/index.css +0 -64
package/es/Drawer/Demo.js
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import "antd/lib/button/style";
|
|
2
|
-
import _Button from "antd/lib/button";
|
|
3
|
-
import "antd/lib/config-provider/style";
|
|
4
|
-
import _ConfigProvider from "antd/lib/config-provider";
|
|
5
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
6
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
7
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
8
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
9
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
10
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
11
|
-
import React, { useRef, useState } from 'react';
|
|
12
|
-
import Drawer from './index';
|
|
13
|
-
var App = function App() {
|
|
14
|
-
var drawer = Drawer.useDrawer();
|
|
15
|
-
var ref = useRef();
|
|
16
|
-
var _useState = useState(false),
|
|
17
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
18
|
-
visible = _useState2[0],
|
|
19
|
-
setVisible = _useState2[1];
|
|
20
|
-
var showDrawer = function showDrawer() {
|
|
21
|
-
setVisible(true);
|
|
22
|
-
};
|
|
23
|
-
var onClose = function onClose() {
|
|
24
|
-
setVisible(false);
|
|
25
|
-
};
|
|
26
|
-
return /*#__PURE__*/React.createElement(_ConfigProvider, {
|
|
27
|
-
prefixCls: "cloudapp"
|
|
28
|
-
}, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(_Button, {
|
|
29
|
-
type: "primary",
|
|
30
|
-
onClick: showDrawer
|
|
31
|
-
}, "Open"), /*#__PURE__*/React.createElement(Drawer, {
|
|
32
|
-
title: "Basic Drawer",
|
|
33
|
-
placement: "right",
|
|
34
|
-
onClose: onClose,
|
|
35
|
-
visible: visible,
|
|
36
|
-
onOk: function onOk() {
|
|
37
|
-
alert('确定!');
|
|
38
|
-
onClose();
|
|
39
|
-
}
|
|
40
|
-
}, /*#__PURE__*/React.createElement("p", null, "Some contents..."), /*#__PURE__*/React.createElement("p", null, "Some contents..."), /*#__PURE__*/React.createElement("p", null, "Some contents..."))), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(_Button, {
|
|
41
|
-
type: "primary",
|
|
42
|
-
onClick: function onClick() {
|
|
43
|
-
return drawer.open({
|
|
44
|
-
content: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("p", null, "Some contents..."), /*#__PURE__*/React.createElement("p", null, "Some contents..."), /*#__PURE__*/React.createElement("p", null, "Some contents..."))
|
|
45
|
-
});
|
|
46
|
-
}
|
|
47
|
-
}, "useDrawer")), /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(_Button, {
|
|
48
|
-
type: "primary",
|
|
49
|
-
onClick: function onClick() {
|
|
50
|
-
var _a;
|
|
51
|
-
return (_a = ref.current) === null || _a === void 0 ? void 0 : _a.open({
|
|
52
|
-
content: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("p", null, "Some contents..."), /*#__PURE__*/React.createElement("p", null, "Some contents..."), /*#__PURE__*/React.createElement("p", null, "Some contents..."))
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
}, "RefDrawer"), /*#__PURE__*/React.createElement(Drawer.RefDrawer, {
|
|
56
|
-
ref: ref
|
|
57
|
-
})));
|
|
58
|
-
};
|
|
59
|
-
export default App;
|
package/es/Drawer/index.css
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
.lm-drawer-container.cloudapp-drawer .cloudapp-drawer-wrapper-body {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
height: 100%;
|
|
5
|
-
}
|
|
6
|
-
.lm-drawer-container.cloudapp-drawer .cloudapp-drawer-header {
|
|
7
|
-
display: flex;
|
|
8
|
-
justify-content: space-between;
|
|
9
|
-
align-items: center;
|
|
10
|
-
padding: 0 24px;
|
|
11
|
-
color: inherit;
|
|
12
|
-
height: var(--drawer-title-height);
|
|
13
|
-
background-color: var(--drawer-title-bg);
|
|
14
|
-
border-bottom-color: var(--drawer-divider-color);
|
|
15
|
-
position: relative;
|
|
16
|
-
}
|
|
17
|
-
.lm-drawer-container.cloudapp-drawer .cloudapp-drawer-header .cloudapp-drawer-title {
|
|
18
|
-
color: inherit;
|
|
19
|
-
font-size: var(--fs-large);
|
|
20
|
-
line-height: 2em;
|
|
21
|
-
}
|
|
22
|
-
.lm-drawer-container.cloudapp-drawer .cloudapp-drawer-header .cloudapp-drawer-close {
|
|
23
|
-
padding: 0;
|
|
24
|
-
position: absolute;
|
|
25
|
-
right: 0;
|
|
26
|
-
color: inherit;
|
|
27
|
-
}
|
|
28
|
-
.lm-drawer-container.cloudapp-drawer .cloudapp-drawer-body {
|
|
29
|
-
background: var(--drawer-content-bg);
|
|
30
|
-
flex: 1;
|
|
31
|
-
overflow: auto;
|
|
32
|
-
}
|
|
33
|
-
.lm-drawer-container.cloudapp-drawer .cloudapp-drawer-footer {
|
|
34
|
-
height: var(--drawer-footer-height);
|
|
35
|
-
overflow: hidden;
|
|
36
|
-
padding: 0 24px;
|
|
37
|
-
line-height: var(--drawer-footer-height);
|
|
38
|
-
background: var(--drawer-footer-bg);
|
|
39
|
-
border-top-color: var(--drawer-divider-color);
|
|
40
|
-
}
|
package/es/FullScreen/index.css
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
.tools-screen-layer {
|
|
2
|
-
flex: 1;
|
|
3
|
-
align-self: center;
|
|
4
|
-
text-align: center;
|
|
5
|
-
font-size: var(--fs-small);
|
|
6
|
-
position: relative;
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
}
|
|
9
|
-
.tools-screen-layer .anticon {
|
|
10
|
-
padding-right: 5px;
|
|
11
|
-
}
|
|
12
|
-
.tools-screen-layer .defualt-fullscreen-icon {
|
|
13
|
-
position: relative;
|
|
14
|
-
top: 1px;
|
|
15
|
-
font-size: 16px;
|
|
16
|
-
}
|
package/es/ImageView/index.css
DELETED
package/es/Input/index.css
DELETED
package/es/LabelValue/index.css
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
.lm-c-label-value-layout {
|
|
2
|
-
display: inline-flex;
|
|
3
|
-
font-size: var(--fs-small);
|
|
4
|
-
}
|
|
5
|
-
.lm-c-label-value-layout span:first-child {
|
|
6
|
-
white-space: nowrap;
|
|
7
|
-
padding-right: 4px;
|
|
8
|
-
color: var(--color);
|
|
9
|
-
}
|
|
10
|
-
.lm-c-label-value-layout span:last-child {
|
|
11
|
-
flex: 1;
|
|
12
|
-
color: var(--color-dark);
|
|
13
|
-
}
|
|
14
|
-
.lm-c-label-value-layout span:last-child.no-wrap {
|
|
15
|
-
white-space: nowrap;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
text-overflow: ellipsis;
|
|
18
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
.l-c-dynamic-list-layout {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 100%;
|
|
5
|
-
height: 100%;
|
|
6
|
-
border: 1px solid var(--gray2);
|
|
7
|
-
}
|
|
8
|
-
.l-c-dynamic-list-layout .dynamic-list-item {
|
|
9
|
-
padding: 0 10px;
|
|
10
|
-
}
|
|
11
|
-
.l-c-dynamic-list-layout .l-c-dynamic-box {
|
|
12
|
-
flex: 1;
|
|
13
|
-
overflow: auto;
|
|
14
|
-
contain: strict;
|
|
15
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
.c-map-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
position: relative;
|
|
5
|
-
}
|
|
6
|
-
.c-map-container .amap-container {
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 100%;
|
|
9
|
-
}
|
|
10
|
-
.c-map-container .amap-container .amap-logo {
|
|
11
|
-
display: none !important;
|
|
12
|
-
}
|
|
13
|
-
.c-map-container .amap-container .amap-copyright {
|
|
14
|
-
display: none !important;
|
|
15
|
-
}
|
|
16
|
-
.c-map-container .leaflet-container {
|
|
17
|
-
width: 100%;
|
|
18
|
-
height: 100%;
|
|
19
|
-
z-index: 1;
|
|
20
|
-
}
|
|
21
|
-
.c-map-container .leaflet-div-icon {
|
|
22
|
-
border: none;
|
|
23
|
-
background-color: transparent;
|
|
24
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.c-cluster-marker-layout {
|
|
2
|
-
width: 35px;
|
|
3
|
-
height: 35px;
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
align-items: center;
|
|
7
|
-
position: relative;
|
|
8
|
-
}
|
|
9
|
-
.c-cluster-marker-layout > div {
|
|
10
|
-
width: 28px;
|
|
11
|
-
height: 28px;
|
|
12
|
-
border-radius: 50%;
|
|
13
|
-
display: flex;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
align-items: center;
|
|
16
|
-
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
|
|
17
|
-
text-align: center;
|
|
18
|
-
line-height: 28px;
|
|
19
|
-
}
|
|
20
|
-
.c-cluster-marker-layout > div .anticon {
|
|
21
|
-
font-size: 17px;
|
|
22
|
-
color: #fff;
|
|
23
|
-
}
|
|
24
|
-
.c-cluster-div-icon {
|
|
25
|
-
background: unset;
|
|
26
|
-
}
|
|
File without changes
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
.map-reset-tool-container {
|
|
2
|
-
position: absolute;
|
|
3
|
-
right: 10px;
|
|
4
|
-
bottom: 10px;
|
|
5
|
-
z-index: 3;
|
|
6
|
-
padding: 5px 0;
|
|
7
|
-
background: #ffffff;
|
|
8
|
-
}
|
|
9
|
-
.map-reset-tool-container .map-reset,
|
|
10
|
-
.map-reset-tool-container .map-zoom {
|
|
11
|
-
background: #ffffff;
|
|
12
|
-
}
|
|
13
|
-
.map-reset-tool-container .map-zoom {
|
|
14
|
-
margin-bottom: 0;
|
|
15
|
-
}
|
|
16
|
-
.map-reset-tool-container .map-tool-icon {
|
|
17
|
-
width: 30px;
|
|
18
|
-
height: 25px;
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
font-size: 18px;
|
|
23
|
-
color: vart(--icon);
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
}
|
|
26
|
-
.map-reset-tool-container .map-tool-icon:hover {
|
|
27
|
-
color: var(--primary);
|
|
28
|
-
}
|
|
29
|
-
.map-rest-tools-item-popup .ant-popover-inner-content {
|
|
30
|
-
padding: 4px 8px;
|
|
31
|
-
font-size: var(--fs-small);
|
|
32
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="32px" height="42px" viewBox="0 0 32 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 53.1 (72631) - https://sketchapp.com -->
|
|
4
|
-
<title>Pin/Place_icon_OnLine_Hover</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="99.6212809%" id="linearGradient-1">
|
|
8
|
-
<stop stop-color="#FFAA11" offset="0%"></stop>
|
|
9
|
-
<stop stop-color="#FF8800" offset="99.9458092%"></stop>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
<g id="Pin/Place_icon_OnLine_Hover" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
13
|
-
<path d="M1.00434423,15.6354044 C1.19794088,7.51958091 7.83760558,1 16,1 C24.2842712,1 31,7.71572875 31,16 C30.9998244,16.0897703 30.9998244,16.0897703 30.9989602,16.1782909 C30.950438,20.7384914 29.4952742,23.5356184 25.6561981,28.2624877 C25.6757749,28.2383837 25.2318977,28.7844158 25.1092526,28.9357569 C24.5496714,29.6262667 24.1663135,30.111582 23.8,30.6 C23.1834823,31.4220235 22.6648739,32.3836815 22.1216089,33.6454584 C21.9722216,33.9924223 21.8251655,34.3508267 21.6378581,34.8202592 C21.6374881,34.8211867 21.2753944,35.7339452 21.1721398,35.9896234 C19.7447263,39.5241711 18.5293378,41 16,41 C13.4706622,41 12.2552737,39.5241711 10.8278602,35.9896234 C10.7246056,35.7339452 10.3625119,34.8211867 10.3621419,34.8202592 C10.1748345,34.3508267 10.0277784,33.9924223 9.87839109,33.6454584 C9.33512606,32.3836815 8.81651766,31.4220235 8.2,30.6 C7.8336798,30.1115731 7.45031455,29.626249 6.89072268,28.9357269 C6.76807506,28.7843829 6.32418912,28.2383409 6.34376549,28.2624443 C2.50470807,23.5356048 1.04953566,20.7385012 1.00094829,16.1783675 L0.995229017,15.6415888 L1.00434423,15.6354044 Z" stroke="#EE6600" stroke-width="2" fill="url(#linearGradient-1)"></path>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="32px" height="42px" viewBox="0 0 32 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 53.1 (72631) - https://sketchapp.com -->
|
|
4
|
-
<title>Pin/Place_icon_OnLine_Normal</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="99.7293397%" id="linearGradient-1">
|
|
8
|
-
<stop stop-color="#FFAA11" offset="0%"></stop>
|
|
9
|
-
<stop stop-color="#FF8800" offset="99.9458092%"></stop>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
<g id="Pin/Place_icon_OnLine_Normal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
13
|
-
<path d="M2.00098319,16.1676511 C2.00032834,16.1118453 2,16.055961 2,16 C2,8.2680135 8.2680135,2 16,2 C23.7319865,2 30,8.2680135 30,16 C30,16.055961 29.9996717,16.1118453 29.9990168,16.1676511 C29.9309947,22.5604821 25.9740951,26.0345399 23,30 C20,34 20,40 16,40 C12,40 12,34 9,30 C6.02590494,26.0345399 2.06900528,22.5604821 2.00089154,16.1677133 Z" fill="url(#linearGradient-1)"></path>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="32px" height="42px" viewBox="0 0 32 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 53.1 (72631) - https://sketchapp.com -->
|
|
4
|
-
<title>Pin/Place_icon_OutLine_Hover</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
8
|
-
<stop stop-color="#A3ACBF" offset="0%"></stop>
|
|
9
|
-
<stop stop-color="#8D96A9" stop-opacity="0.95" offset="100%"></stop>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
<g id="Pin/Place_icon_OutLine_Hover" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
13
|
-
<path d="M1.00434423,15.6354044 C1.19794088,7.51958091 7.83760558,1 16,1 C24.2842712,1 31,7.71572875 31,16 C30.9998244,16.0897703 30.9998244,16.0897703 30.9989602,16.1782909 C30.950438,20.7384914 29.4952742,23.5356184 25.6561981,28.2624877 C25.6757749,28.2383837 25.2318977,28.7844158 25.1092526,28.9357569 C24.5496714,29.6262667 24.1663135,30.111582 23.8,30.6 C23.1834823,31.4220235 22.6648739,32.3836815 22.1216089,33.6454584 C21.9722216,33.9924223 21.8251655,34.3508267 21.6378581,34.8202592 C21.6374881,34.8211867 21.2753944,35.7339452 21.1721398,35.9896234 C19.7447263,39.5241711 18.5293378,41 16,41 C13.4706622,41 12.2552737,39.5241711 10.8278602,35.9896234 C10.7246056,35.7339452 10.3625119,34.8211867 10.3621419,34.8202592 C10.1748345,34.3508267 10.0277784,33.9924223 9.87839109,33.6454584 C9.33512606,32.3836815 8.81651766,31.4220235 8.2,30.6 C7.8336798,30.1115731 7.45031455,29.626249 6.89072268,28.9357269 C6.76807506,28.7843829 6.32418912,28.2383409 6.34376549,28.2624443 C2.50470807,23.5356048 1.04953566,20.7385012 1.00094829,16.1783675 L0.995229017,15.6415888 L1.00434423,15.6354044 Z" stroke="#676F7F" stroke-width="2" fill="url(#linearGradient-1)"></path>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="32px" height="42px" viewBox="0 0 32 42" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<!-- Generator: Sketch 53.1 (72631) - https://sketchapp.com -->
|
|
4
|
-
<title>Pin/Place_icon_OutLine_Normal</title>
|
|
5
|
-
<desc>Created with Sketch.</desc>
|
|
6
|
-
<defs>
|
|
7
|
-
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
|
|
8
|
-
<stop stop-color="#A3ACBF" offset="0%"></stop>
|
|
9
|
-
<stop stop-color="#8D96A9" stop-opacity="0.95" offset="100%"></stop>
|
|
10
|
-
</linearGradient>
|
|
11
|
-
</defs>
|
|
12
|
-
<g id="Pin/Place_icon_OutLine_Normal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
13
|
-
<path d="M2.00098319,16.1676511 C2.00032834,16.1118453 2,16.055961 2,16 C2,8.2680135 8.2680135,2 16,2 C23.7319865,2 30,8.2680135 30,16 C30,16.055961 29.9996717,16.1118453 29.9990168,16.1676511 C29.9309947,22.5604821 25.9740951,26.0345399 23,30 C20,34 20,40 16,40 C12,40 12,34 9,30 C6.02590494,26.0345399 2.06900528,22.5604821 2.00089154,16.1677133 Z" fill="url(#linearGradient-1)"></path>
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
.single-point-map-container .marker-center-layout {
|
|
2
|
-
text-align: center;
|
|
3
|
-
width: 32px;
|
|
4
|
-
height: 42px;
|
|
5
|
-
margin-top: -10px;
|
|
6
|
-
}
|
|
7
|
-
.single-point-map-container .marker-center-layout > div {
|
|
8
|
-
width: 100%;
|
|
9
|
-
height: 100%;
|
|
10
|
-
padding-top: 6px;
|
|
11
|
-
}
|
|
12
|
-
.single-point-map-container .marker-center-layout .onLine {
|
|
13
|
-
background: url('./icon/Place_icon_OnLine_Normal.svg') no-repeat;
|
|
14
|
-
}
|
|
15
|
-
.single-point-map-container .marker-center-layout .onLine:hover {
|
|
16
|
-
background: url('./icon/Place_icon_OnLine_Hover.svg') no-repeat;
|
|
17
|
-
}
|
|
18
|
-
.single-point-map-container .marker-center-layout .outLine {
|
|
19
|
-
background: url('./icon/Place_icon_OutLine_Normal.svg') no-repeat;
|
|
20
|
-
}
|
|
21
|
-
.single-point-map-container .marker-center-layout .outLine:hover {
|
|
22
|
-
background: url('./icon/Place_icon_OutLine_Hover.svg') no-repeat;
|
|
23
|
-
}
|
|
24
|
-
.single-point-map-container .marker-center-layout .anticon {
|
|
25
|
-
font-size: 18px;
|
|
26
|
-
color: white;
|
|
27
|
-
position: relative;
|
|
28
|
-
top: 1px;
|
|
29
|
-
}
|
|
File without changes
|
package/es/Modal/index.css
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
.lm-modal-container.cloudapp-modal {
|
|
2
|
-
padding-bottom: 0;
|
|
3
|
-
color: inherit;
|
|
4
|
-
}
|
|
5
|
-
.lm-modal-container.cloudapp-modal .cloudapp-modal-content {
|
|
6
|
-
height: 100%;
|
|
7
|
-
display: flex;
|
|
8
|
-
flex-direction: column;
|
|
9
|
-
border-radius: var(--redius1);
|
|
10
|
-
overflow: hidden;
|
|
11
|
-
background-color: transparent;
|
|
12
|
-
}
|
|
13
|
-
.lm-modal-container.cloudapp-modal .cloudapp-modal-close .cloudapp-modal-close-x {
|
|
14
|
-
width: 48px;
|
|
15
|
-
height: 47px;
|
|
16
|
-
line-height: 48px;
|
|
17
|
-
}
|
|
18
|
-
.lm-modal-container.cloudapp-modal .cloudapp-modal-header {
|
|
19
|
-
padding: 12px 24px;
|
|
20
|
-
padding-right: 56px;
|
|
21
|
-
background: var(--modal-title-bg);
|
|
22
|
-
border-bottom-color: var(--modal-divider-color);
|
|
23
|
-
border-radius: 0;
|
|
24
|
-
color: inherit;
|
|
25
|
-
}
|
|
26
|
-
.lm-modal-container.cloudapp-modal .cloudapp-modal-header .cloudapp-modal-title {
|
|
27
|
-
color: inherit;
|
|
28
|
-
font-size: var(--fs-large);
|
|
29
|
-
}
|
|
30
|
-
.lm-modal-container.cloudapp-modal .cloudapp-modal-close {
|
|
31
|
-
color: inherit;
|
|
32
|
-
}
|
|
33
|
-
.lm-modal-container.cloudapp-modal .cloudapp-modal-body {
|
|
34
|
-
background: var(--modal-content-bg);
|
|
35
|
-
flex: 1;
|
|
36
|
-
overflow: hidden;
|
|
37
|
-
}
|
|
38
|
-
.lm-modal-container.cloudapp-modal .cloudapp-modal-footer {
|
|
39
|
-
padding: 12px 24px;
|
|
40
|
-
border-radius: 0;
|
|
41
|
-
background: var(--modal-footer-bg);
|
|
42
|
-
border-top-color: var(--modal-divider-color);
|
|
43
|
-
}
|
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
.rect-item-face-wrapper .rect-item {
|
|
2
|
-
border-color: rgba(255, 95, 87, 0.6);
|
|
3
|
-
}
|
|
4
|
-
.rect-item-face-wrapper .rect-item .border-top-decorator::before {
|
|
5
|
-
border-top-color: #ff5f57;
|
|
6
|
-
border-left-color: #ff5f57;
|
|
7
|
-
}
|
|
8
|
-
.rect-item-face-wrapper .rect-item .border-top-decorator::after {
|
|
9
|
-
border-top-color: #ff5f57;
|
|
10
|
-
border-right-color: #ff5f57;
|
|
11
|
-
}
|
|
12
|
-
.rect-item-face-wrapper .rect-item .border-bottom-decorator::before {
|
|
13
|
-
border-bottom-color: #ff5f57;
|
|
14
|
-
border-left-color: #ff5f57;
|
|
15
|
-
}
|
|
16
|
-
.rect-item-face-wrapper .rect-item .border-bottom-decorator::after {
|
|
17
|
-
border-bottom-color: #ff5f57;
|
|
18
|
-
border-right-color: #ff5f57;
|
|
19
|
-
}
|
|
20
|
-
.rect-item-face-wrapper .rect-item:hover {
|
|
21
|
-
border-color: #ff5f57;
|
|
22
|
-
box-shadow: inset 0 0 24px 0 rgba(255, 95, 87, 0.4);
|
|
23
|
-
}
|
|
24
|
-
.rect-item-face-wrapper .rect-info-list-wrapper .data-type .data-tag {
|
|
25
|
-
border: 1px solid #FF5F57;
|
|
26
|
-
background: rgba(255, 95, 87, 0.6);
|
|
27
|
-
}
|
|
28
|
-
.rect-item-body-wrapper .rect-item {
|
|
29
|
-
border-color: rgba(255, 187, 34, 0.6);
|
|
30
|
-
}
|
|
31
|
-
.rect-item-body-wrapper .rect-item .border-top-decorator::before {
|
|
32
|
-
border-top-color: #ffbb22;
|
|
33
|
-
border-left-color: #ffbb22;
|
|
34
|
-
}
|
|
35
|
-
.rect-item-body-wrapper .rect-item .border-top-decorator::after {
|
|
36
|
-
border-top-color: #ffbb22;
|
|
37
|
-
border-right-color: #ffbb22;
|
|
38
|
-
}
|
|
39
|
-
.rect-item-body-wrapper .rect-item .border-bottom-decorator::before {
|
|
40
|
-
border-bottom-color: #ffbb22;
|
|
41
|
-
border-left-color: #ffbb22;
|
|
42
|
-
}
|
|
43
|
-
.rect-item-body-wrapper .rect-item .border-bottom-decorator::after {
|
|
44
|
-
border-bottom-color: #ffbb22;
|
|
45
|
-
border-right-color: #ffbb22;
|
|
46
|
-
}
|
|
47
|
-
.rect-item-body-wrapper .rect-item:hover {
|
|
48
|
-
border-color: #ffbb22;
|
|
49
|
-
box-shadow: inset 0 0 24px 0 rgba(255, 187, 34, 0.4);
|
|
50
|
-
}
|
|
51
|
-
.rect-item-body-wrapper .rect-info-list-wrapper .data-type .data-tag {
|
|
52
|
-
border: 1px solid #FFBB22;
|
|
53
|
-
background: rgba(255, 187, 34, 0.6);
|
|
54
|
-
}
|
|
55
|
-
.rect-item-vehicle-wrapper .rect-item {
|
|
56
|
-
border-color: rgba(68, 170, 255, 0.6);
|
|
57
|
-
}
|
|
58
|
-
.rect-item-vehicle-wrapper .rect-item .border-top-decorator::before {
|
|
59
|
-
border-top-color: #44aaff;
|
|
60
|
-
border-left-color: #44aaff;
|
|
61
|
-
}
|
|
62
|
-
.rect-item-vehicle-wrapper .rect-item .border-top-decorator::after {
|
|
63
|
-
border-top-color: #44aaff;
|
|
64
|
-
border-right-color: #44aaff;
|
|
65
|
-
}
|
|
66
|
-
.rect-item-vehicle-wrapper .rect-item .border-bottom-decorator::before {
|
|
67
|
-
border-bottom-color: #44aaff;
|
|
68
|
-
border-left-color: #44aaff;
|
|
69
|
-
}
|
|
70
|
-
.rect-item-vehicle-wrapper .rect-item .border-bottom-decorator::after {
|
|
71
|
-
border-bottom-color: #44aaff;
|
|
72
|
-
border-right-color: #44aaff;
|
|
73
|
-
}
|
|
74
|
-
.rect-item-vehicle-wrapper .rect-item:hover {
|
|
75
|
-
border-color: #44aaff;
|
|
76
|
-
box-shadow: inset 0 0 24px 0 rgba(68, 170, 255, 0.4);
|
|
77
|
-
}
|
|
78
|
-
.rect-item-vehicle-wrapper .rect-info-list-wrapper .data-type .data-tag {
|
|
79
|
-
border: 1px solid #44aaff;
|
|
80
|
-
background: rgba(68, 170, 255, 0.6);
|
|
81
|
-
}
|
|
82
|
-
.rect-item-nonVehicle-wrapper .rect-item {
|
|
83
|
-
border-color: rgba(80, 233, 178, 0.6);
|
|
84
|
-
}
|
|
85
|
-
.rect-item-nonVehicle-wrapper .rect-item .border-top-decorator::before {
|
|
86
|
-
border-top-color: #50e9b2;
|
|
87
|
-
border-left-color: #50e9b2;
|
|
88
|
-
}
|
|
89
|
-
.rect-item-nonVehicle-wrapper .rect-item .border-top-decorator::after {
|
|
90
|
-
border-top-color: #50e9b2;
|
|
91
|
-
border-right-color: #50e9b2;
|
|
92
|
-
}
|
|
93
|
-
.rect-item-nonVehicle-wrapper .rect-item .border-bottom-decorator::before {
|
|
94
|
-
border-bottom-color: #50e9b2;
|
|
95
|
-
border-left-color: #50e9b2;
|
|
96
|
-
}
|
|
97
|
-
.rect-item-nonVehicle-wrapper .rect-item .border-bottom-decorator::after {
|
|
98
|
-
border-bottom-color: #50e9b2;
|
|
99
|
-
border-right-color: #50e9b2;
|
|
100
|
-
}
|
|
101
|
-
.rect-item-nonVehicle-wrapper .rect-item:hover {
|
|
102
|
-
border-color: #50e9b2;
|
|
103
|
-
box-shadow: inset 0 0 24px 0 rgba(80, 233, 178, 0.4);
|
|
104
|
-
}
|
|
105
|
-
.rect-item-nonVehicle-wrapper .rect-info-list-wrapper .data-type .data-tag {
|
|
106
|
-
border: 1px solid #50e9b2;
|
|
107
|
-
background: rgba(80, 233, 178, 0.6);
|
|
108
|
-
}
|
|
109
|
-
.rect-item-thing-wrapper .rect-item {
|
|
110
|
-
border-color: rgba(185, 70, 210, 0.6);
|
|
111
|
-
}
|
|
112
|
-
.rect-item-thing-wrapper .rect-item .border-top-decorator::before {
|
|
113
|
-
border-top-color: #b946d2;
|
|
114
|
-
border-left-color: #b946d2;
|
|
115
|
-
}
|
|
116
|
-
.rect-item-thing-wrapper .rect-item .border-top-decorator::after {
|
|
117
|
-
border-top-color: #b946d2;
|
|
118
|
-
border-right-color: #b946d2;
|
|
119
|
-
}
|
|
120
|
-
.rect-item-thing-wrapper .rect-item .border-bottom-decorator::before {
|
|
121
|
-
border-bottom-color: #b946d2;
|
|
122
|
-
border-left-color: #b946d2;
|
|
123
|
-
}
|
|
124
|
-
.rect-item-thing-wrapper .rect-item .border-bottom-decorator::after {
|
|
125
|
-
border-bottom-color: #b946d2;
|
|
126
|
-
border-right-color: #b946d2;
|
|
127
|
-
}
|
|
128
|
-
.rect-item-thing-wrapper .rect-item:hover {
|
|
129
|
-
border-color: #b946d2;
|
|
130
|
-
box-shadow: inset 0 0 24px 0 rgba(185, 70, 210, 0.4);
|
|
131
|
-
}
|
|
132
|
-
.rect-item-thing-wrapper .rect-info-list-wrapper .data-type .data-tag {
|
|
133
|
-
border: 1px solid #b946d2;
|
|
134
|
-
background: rgba(185, 70, 210, 0.6);
|
|
135
|
-
}
|
|
136
|
-
.rect-item {
|
|
137
|
-
position: absolute;
|
|
138
|
-
border-width: 1px;
|
|
139
|
-
border-style: solid;
|
|
140
|
-
cursor: pointer;
|
|
141
|
-
}
|
|
142
|
-
.rect-item .border-top-decorator,
|
|
143
|
-
.rect-item .border-bottom-decorator {
|
|
144
|
-
position: absolute;
|
|
145
|
-
pointer-events: none;
|
|
146
|
-
width: 100%;
|
|
147
|
-
}
|
|
148
|
-
.rect-item .border-top-decorator::before,
|
|
149
|
-
.rect-item .border-bottom-decorator::before,
|
|
150
|
-
.rect-item .border-top-decorator::after,
|
|
151
|
-
.rect-item .border-bottom-decorator::after {
|
|
152
|
-
content: '';
|
|
153
|
-
display: block;
|
|
154
|
-
width: 8px;
|
|
155
|
-
height: 8px;
|
|
156
|
-
border: 2px solid transparent;
|
|
157
|
-
}
|
|
158
|
-
.rect-item .border-top-decorator::before,
|
|
159
|
-
.rect-item .border-bottom-decorator::before {
|
|
160
|
-
float: left;
|
|
161
|
-
margin-left: -1px;
|
|
162
|
-
}
|
|
163
|
-
.rect-item .border-top-decorator::after,
|
|
164
|
-
.rect-item .border-bottom-decorator::after {
|
|
165
|
-
float: right;
|
|
166
|
-
margin-right: -1px;
|
|
167
|
-
}
|
|
168
|
-
.rect-item .border-top-decorator {
|
|
169
|
-
top: 0;
|
|
170
|
-
}
|
|
171
|
-
.rect-item .border-top-decorator::before,
|
|
172
|
-
.rect-item .border-top-decorator::after {
|
|
173
|
-
margin-top: -1px;
|
|
174
|
-
}
|
|
175
|
-
.rect-item .border-bottom-decorator {
|
|
176
|
-
bottom: 0;
|
|
177
|
-
}
|
|
178
|
-
.rect-item .border-bottom-decorator::before,
|
|
179
|
-
.rect-item .border-bottom-decorator::after {
|
|
180
|
-
margin-bottom: -1px;
|
|
181
|
-
}
|
|
182
|
-
.rect-item:hover + .rect-info-list-wrapper {
|
|
183
|
-
display: block;
|
|
184
|
-
}
|
|
185
|
-
.rect-info-list-wrapper {
|
|
186
|
-
display: none;
|
|
187
|
-
background: rgba(16, 21, 36, 0.8);
|
|
188
|
-
position: absolute;
|
|
189
|
-
z-index: 11;
|
|
190
|
-
border: 1px solid transparent;
|
|
191
|
-
padding-top: 5px;
|
|
192
|
-
/*高低质量*/
|
|
193
|
-
}
|
|
194
|
-
.rect-info-list-wrapper .data-type {
|
|
195
|
-
padding: 0 5px;
|
|
196
|
-
color: #fff;
|
|
197
|
-
}
|
|
198
|
-
.rect-info-list-wrapper .data-type .data-tag {
|
|
199
|
-
padding: 4px;
|
|
200
|
-
font-size: 12px;
|
|
201
|
-
margin-right: 4px;
|
|
202
|
-
}
|
|
203
|
-
.rect-info-list-wrapper .data-type .data-tag .anticon {
|
|
204
|
-
margin-right: 4px;
|
|
205
|
-
color: #fff;
|
|
206
|
-
}
|
|
207
|
-
.rect-info-list-wrapper .rect-card-corner {
|
|
208
|
-
position: absolute;
|
|
209
|
-
top: -9px;
|
|
210
|
-
left: -1px;
|
|
211
|
-
}
|
|
212
|
-
.rect-info-list-wrapper .rect-info-arrow {
|
|
213
|
-
position: absolute;
|
|
214
|
-
display: block;
|
|
215
|
-
background: transparent;
|
|
216
|
-
border-style: solid;
|
|
217
|
-
border-width: 4px;
|
|
218
|
-
border-color: rgba(16, 21, 36, 0.8);
|
|
219
|
-
transform: rotate(45deg);
|
|
220
|
-
left: -4px;
|
|
221
|
-
top: 6px;
|
|
222
|
-
}
|
|
223
|
-
.rect-info-list-wrapper .rect-info-list {
|
|
224
|
-
height: 100%;
|
|
225
|
-
border-radius: 2px;
|
|
226
|
-
padding: 3px 10px;
|
|
227
|
-
}
|
|
228
|
-
.rect-info-list-wrapper .rect-info-list .info-item {
|
|
229
|
-
padding: 3px 0;
|
|
230
|
-
white-space: nowrap;
|
|
231
|
-
text-overflow: ellipsis;
|
|
232
|
-
overflow: hidden;
|
|
233
|
-
line-height: 18px;
|
|
234
|
-
font-size: var(--fs-small);
|
|
235
|
-
color: #fff;
|
|
236
|
-
}
|
|
237
|
-
.rect-info-list-wrapper .rect-info-list .info-item .anticon {
|
|
238
|
-
position: relative;
|
|
239
|
-
top: 1px;
|
|
240
|
-
cursor: default;
|
|
241
|
-
font-size: 16px;
|
|
242
|
-
color: #fff;
|
|
243
|
-
padding-right: 4px;
|
|
244
|
-
}
|
|
245
|
-
.rect-info-list-wrapper .rect-info-list .info-item .item-label {
|
|
246
|
-
margin: 0 4px;
|
|
247
|
-
}
|