@oceanbase/design 1.0.0-alpha.10 → 1.0.0-alpha.11
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/design.min.js +1 -1
- package/es/_util/index.js +1 -0
- package/es/_util/styleChecker.js +1 -0
- package/es/affix/index.js +1 -0
- package/es/alert/index.d.ts +1 -1
- package/es/alert/index.js +5 -2
- package/es/alert/style/index.js +17 -8
- package/es/anchor/index.js +1 -0
- package/es/app/index.js +1 -0
- package/es/auto-complete/index.js +1 -0
- package/es/avatar/index.js +1 -0
- package/es/badge/index.d.ts +2 -0
- package/es/badge/index.js +26 -10
- package/es/badge/style/index.js +3 -1
- package/es/breadcrumb/Breadcrumb.js +1 -0
- package/es/breadcrumb/index.js +1 -0
- package/es/button/index.js +1 -0
- package/es/calendar/index.js +1 -0
- package/es/card/index.js +2 -0
- package/es/card/style/index.js +3 -1
- package/es/carousel/index.js +1 -0
- package/es/cascader/index.js +1 -0
- package/es/checkbox/index.js +1 -0
- package/es/collapse/index.js +1 -0
- package/es/color-picker/index.js +1 -0
- package/es/config-provider/DefaultRenderEmpty.js +1 -0
- package/es/config-provider/index.js +1 -0
- package/es/date-picker/index.js +1 -0
- package/es/descriptions/hooks/useItems.d.ts +4 -4
- package/es/descriptions/hooks/useItems.js +1 -0
- package/es/descriptions/index.js +1 -0
- package/es/divider/index.js +1 -0
- package/es/drawer/index.js +1 -0
- package/es/dropdown/dropdown-button.js +1 -0
- package/es/dropdown/index.js +1 -0
- package/es/empty/colored.js +1 -0
- package/es/empty/database.js +1 -0
- package/es/empty/default.js +1 -0
- package/es/empty/guide.js +1 -0
- package/es/empty/index.js +1 -0
- package/es/float-button/index.js +1 -0
- package/es/form/FormItem.js +1 -0
- package/es/form/index.js +1 -0
- package/es/grid/col.js +1 -0
- package/es/grid/index.js +1 -0
- package/es/grid/row.js +1 -0
- package/es/image/index.js +1 -0
- package/es/index.js +1 -0
- package/es/input/Input.js +1 -0
- package/es/input/Password.js +1 -0
- package/es/input/Search.js +1 -0
- package/es/input/TextArea.js +1 -0
- package/es/input/index.js +1 -0
- package/es/input-number/index.js +1 -0
- package/es/layout/index.js +1 -0
- package/es/list/index.js +1 -0
- package/es/locale/index.js +1 -0
- package/es/lottie/index.js +1 -0
- package/es/mentions/index.js +1 -0
- package/es/menu/index.js +1 -0
- package/es/message/index.js +1 -0
- package/es/modal/Modal.d.ts +1 -1
- package/es/modal/Modal.js +7 -4
- package/es/modal/Progress.js +1 -0
- package/es/modal/index.js +1 -0
- package/es/modal/style/index.js +9 -5
- package/es/notification/index.js +1 -0
- package/es/pagination/index.js +1 -0
- package/es/popconfirm/index.js +1 -0
- package/es/popover/index.js +1 -0
- package/es/progress/index.js +1 -0
- package/es/qrcode/index.js +1 -0
- package/es/radio/index.js +1 -0
- package/es/rate/index.js +1 -0
- package/es/result/403.js +1 -0
- package/es/result/404.js +1 -0
- package/es/result/500.js +1 -0
- package/es/result/Error.js +1 -0
- package/es/result/Processing.js +1 -0
- package/es/result/Success.js +1 -0
- package/es/result/Warning.js +1 -0
- package/es/result/index.js +1 -0
- package/es/segmented/index.js +1 -0
- package/es/select/index.js +1 -0
- package/es/skeleton/index.js +1 -0
- package/es/slider/index.js +1 -0
- package/es/space/index.js +1 -0
- package/es/spin/index.js +1 -0
- package/es/static-function/index.js +1 -0
- package/es/statistic/index.js +1 -0
- package/es/steps/index.js +1 -0
- package/es/style/cssVariables.js +2 -1
- package/es/style/cssVariablesMeta.js +7 -7
- package/es/style/global.js +1 -0
- package/es/switch/index.js +1 -0
- package/es/table/index.js +38 -61
- package/es/table/style/index.js +23 -17
- package/es/tabs/TabPane.js +1 -0
- package/es/tabs/hooks/useLegacyItems.js +1 -0
- package/es/tabs/index.js +1 -0
- package/es/tag/index.js +1 -0
- package/es/tag/style/index.js +4 -1
- package/es/theme/index.js +1 -0
- package/es/theme/interface.d.ts +7 -0
- package/es/theme/style/aliyun.less +1 -1
- package/es/theme/style/compact.less +3 -3
- package/es/theme/style/dark.less +1 -1
- package/es/theme/style/default.less +3 -3
- package/es/time-picker/index.js +1 -0
- package/es/timeline/index.js +1 -0
- package/es/tooltip/MouseTooltip.js +1 -0
- package/es/tooltip/ReactStickyMouseTooltip.js +1 -0
- package/es/tooltip/index.js +1 -0
- package/es/tour/index.js +1 -0
- package/es/transfer/index.js +1 -0
- package/es/tree/index.js +1 -0
- package/es/tree-select/index.js +1 -0
- package/es/typography/Link.js +1 -0
- package/es/typography/Paragraph.js +1 -0
- package/es/typography/Text.js +1 -0
- package/es/typography/Title.js +1 -0
- package/es/typography/index.js +1 -0
- package/es/upload/index.js +1 -0
- package/es/watermark/index.js +1 -0
- package/lib/_util/genComponentStyleHook.js +52 -59
- package/lib/_util/getEllipsisConfig.js +16 -39
- package/lib/_util/index.js +13 -29
- package/lib/_util/styleChecker.js +33 -53
- package/lib/_util/type.js +4 -16
- package/lib/_util/useFlexGapSupport.js +11 -36
- package/lib/affix/index.js +15 -21
- package/lib/alert/index.d.ts +1 -1
- package/lib/alert/index.js +63 -82
- package/lib/alert/style/index.js +111 -108
- package/lib/anchor/index.js +26 -23
- package/lib/app/index.js +47 -54
- package/lib/app/style/index.js +13 -32
- package/lib/auto-complete/index.js +15 -21
- package/lib/avatar/index.js +26 -23
- package/lib/badge/index.d.ts +2 -0
- package/lib/badge/index.js +108 -110
- package/lib/badge/style/index.js +21 -40
- package/lib/breadcrumb/Breadcrumb.js +15 -21
- package/lib/breadcrumb/index.js +31 -31
- package/lib/button/index.js +50 -60
- package/lib/button/style/index.js +35 -57
- package/lib/calendar/index.js +15 -21
- package/lib/card/Card.js +14 -21
- package/lib/card/index.js +246 -255
- package/lib/card/style/index.js +50 -61
- package/lib/carousel/index.js +15 -21
- package/lib/cascader/index.js +15 -21
- package/lib/checkbox/index.js +52 -69
- package/lib/checkbox/style/index.js +20 -35
- package/lib/collapse/index.js +15 -21
- package/lib/color-picker/index.js +15 -21
- package/lib/color-picker/interface.js +14 -21
- package/lib/config-provider/DefaultRenderEmpty.js +34 -48
- package/lib/config-provider/SizeContext.js +14 -21
- package/lib/config-provider/context.js +14 -21
- package/lib/config-provider/index.js +200 -233
- package/lib/config-provider/navigate.js +4 -16
- package/lib/date-picker/index.js +15 -21
- package/lib/descriptions/Item.js +6 -24
- package/lib/descriptions/hooks/useItems.d.ts +4 -4
- package/lib/descriptions/hooks/useItems.js +50 -73
- package/lib/descriptions/index.js +83 -101
- package/lib/descriptions/style/index.js +46 -64
- package/lib/divider/index.js +15 -21
- package/lib/drawer/index.js +108 -127
- package/lib/drawer/style/index.js +36 -51
- package/lib/dropdown/dropdown-button.js +30 -57
- package/lib/dropdown/index.js +30 -46
- package/lib/dropdown/style/index.js +13 -32
- package/lib/empty/colored.js +198 -314
- package/lib/empty/database.js +117 -185
- package/lib/empty/default.js +53 -48
- package/lib/empty/guide.js +145 -224
- package/lib/empty/index.js +77 -95
- package/lib/empty/style/index.js +28 -43
- package/lib/float-button/index.js +15 -21
- package/lib/float-button/interface.js +14 -21
- package/lib/form/FormItem.js +78 -84
- package/lib/form/index.js +57 -77
- package/lib/form/interface.js +14 -21
- package/lib/form/style/index.js +16 -35
- package/lib/grid/col.js +28 -45
- package/lib/grid/index.js +26 -44
- package/lib/grid/row.js +30 -45
- package/lib/image/index.js +15 -21
- package/lib/index.js +333 -154
- package/lib/input/Input.js +65 -78
- package/lib/input/Password.js +59 -76
- package/lib/input/Search.js +59 -76
- package/lib/input/TextArea.js +59 -76
- package/lib/input/index.js +30 -49
- package/lib/input/style/index.js +19 -36
- package/lib/input-number/index.js +56 -76
- package/lib/input-number/style/index.js +13 -32
- package/lib/layout/index.js +15 -21
- package/lib/list/index.js +52 -59
- package/lib/locale/en-US.js +22 -49
- package/lib/locale/index.js +25 -38
- package/lib/locale/ja-JP.js +22 -49
- package/lib/locale/useLocale.js +6 -24
- package/lib/locale/zh-CN.js +22 -49
- package/lib/locale/zh-TW.js +22 -49
- package/lib/lottie/index.js +61 -80
- package/lib/mentions/index.js +15 -21
- package/lib/menu/index.js +15 -21
- package/lib/menu/interface.js +14 -21
- package/lib/message/index.js +15 -21
- package/lib/message/interface.js +14 -21
- package/lib/modal/Modal.d.ts +1 -1
- package/lib/modal/Modal.js +69 -80
- package/lib/modal/Progress.js +44 -61
- package/lib/modal/index.js +23 -42
- package/lib/modal/interface.js +14 -21
- package/lib/modal/style/index.js +34 -46
- package/lib/notification/index.js +15 -21
- package/lib/notification/interface.js +14 -21
- package/lib/pagination/index.js +15 -21
- package/lib/popconfirm/index.js +15 -21
- package/lib/popover/index.js +15 -21
- package/lib/progress/index.js +26 -23
- package/lib/progress/progress.js +14 -21
- package/lib/qrcode/index.js +15 -21
- package/lib/qrcode/interface.js +14 -21
- package/lib/radio/index.js +53 -62
- package/lib/radio/interface.js +14 -21
- package/lib/radio/style/index.js +18 -33
- package/lib/rate/index.js +15 -21
- package/lib/result/403.js +164 -195
- package/lib/result/404.js +291 -354
- package/lib/result/500.js +156 -259
- package/lib/result/Error.js +127 -161
- package/lib/result/Processing.js +320 -252
- package/lib/result/Success.js +202 -261
- package/lib/result/Warning.js +302 -434
- package/lib/result/index.js +65 -80
- package/lib/result/style/index.js +15 -35
- package/lib/segmented/index.js +86 -83
- package/lib/segmented/style/index.js +19 -36
- package/lib/select/index.js +63 -81
- package/lib/select/style/index.js +12 -32
- package/lib/skeleton/index.js +15 -21
- package/lib/slider/index.js +48 -58
- package/lib/slider/style/index.js +19 -37
- package/lib/space/index.js +63 -69
- package/lib/space/style/index.js +16 -36
- package/lib/spin/index.js +58 -76
- package/lib/spin/style/index.js +48 -52
- package/lib/static-function/index.js +48 -73
- package/lib/statistic/index.js +15 -21
- package/lib/steps/index.js +15 -21
- package/lib/style/cssVariables.js +237 -256
- package/lib/style/cssVariablesMeta.js +978 -1057
- package/lib/style/global.js +119 -155
- package/lib/switch/index.js +52 -60
- package/lib/switch/style/index.js +12 -32
- package/lib/table/hooks/useDefaultPagination.js +18 -46
- package/lib/table/index.js +179 -219
- package/lib/table/interface.js +14 -21
- package/lib/table/style/index.js +59 -73
- package/lib/tabs/TabPane.js +7 -24
- package/lib/tabs/hooks/useLegacyItems.js +27 -43
- package/lib/tabs/index.js +107 -124
- package/lib/tabs/style/index.js +23 -38
- package/lib/tag/index.js +78 -98
- package/lib/tag/style/index.js +35 -57
- package/lib/theme/aliyun.js +7 -34
- package/lib/theme/compact.js +9 -36
- package/lib/theme/dark.js +9 -36
- package/lib/theme/default.js +130 -232
- package/lib/theme/index.js +48 -55
- package/lib/theme/interface.d.ts +7 -0
- package/lib/theme/interface.js +14 -21
- package/lib/theme/internal.js +14 -21
- package/lib/theme/style/aliyun.less +1 -1
- package/lib/theme/style/compact.less +3 -3
- package/lib/theme/style/dark.less +1 -1
- package/lib/theme/style/default.less +3 -3
- package/lib/theme/themes/compact/index.js +19 -39
- package/lib/theme/themes/dark/index.js +19 -39
- package/lib/theme/themes/default/index.js +19 -39
- package/lib/theme/themes/seed.js +24 -43
- package/lib/theme/util/alias.js +19 -39
- package/lib/theme/util/format.js +15 -35
- package/lib/time-picker/index.js +15 -21
- package/lib/timeline/index.js +15 -21
- package/lib/tooltip/MouseTooltip.js +84 -98
- package/lib/tooltip/ReactStickyMouseTooltip.js +63 -88
- package/lib/tooltip/hooks/useTooltipTypeList.js +28 -61
- package/lib/tooltip/index.js +123 -137
- package/lib/tooltip/style/index.js +26 -47
- package/lib/tour/index.js +15 -21
- package/lib/tour/interface.js +14 -21
- package/lib/transfer/index.js +15 -21
- package/lib/transfer/interface.js +14 -21
- package/lib/tree/index.js +15 -21
- package/lib/tree-select/index.js +67 -85
- package/lib/tree-select/style/index.js +9 -31
- package/lib/typography/Link.js +54 -68
- package/lib/typography/Paragraph.js +54 -68
- package/lib/typography/Text.js +55 -68
- package/lib/typography/Title.js +54 -68
- package/lib/typography/hooks/useClassName.js +12 -43
- package/lib/typography/index.js +89 -58
- package/lib/typography/style/index.js +29 -45
- package/lib/upload/index.js +15 -21
- package/lib/upload/interface.js +14 -21
- package/lib/watermark/index.js +15 -21
- package/package.json +3 -3
package/lib/empty/database.js
CHANGED
|
@@ -1,302 +1,234 @@
|
|
|
1
|
-
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
1
|
+
"use strict";
|
|
18
2
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
__export(database_exports, {
|
|
22
|
-
default: () => database_default
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
23
5
|
});
|
|
24
|
-
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
|
|
28
|
-
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = require("@inline-svg-unique-id/react");
|
|
8
|
+
var _react2 = _interopRequireDefault(require("react"));
|
|
9
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
"use client";
|
|
12
|
+
const DatabaseEmptyImg = function (props) {
|
|
13
|
+
const _id2 = (0, _react.useUniqueInlineId)();
|
|
14
|
+
const _id = (0, _react.useUniqueInlineId)();
|
|
15
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
|
|
29
16
|
width: "160px",
|
|
30
17
|
height: "160px",
|
|
31
18
|
viewBox: "0 0 160 160",
|
|
32
19
|
version: "1.1",
|
|
33
20
|
xmlns: "http://www.w3.org/2000/svg",
|
|
34
|
-
children: [
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
21
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
|
23
|
+
id: _id,
|
|
24
|
+
cx: "75",
|
|
25
|
+
cy: "75",
|
|
26
|
+
r: "75"
|
|
27
|
+
})
|
|
28
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
29
|
+
stroke: "none",
|
|
30
|
+
strokeWidth: "1",
|
|
31
|
+
fill: "none",
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
34
|
+
transform: "translate(-744, -319)",
|
|
35
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
36
|
+
transform: "translate(744, 319)",
|
|
37
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
38
|
+
x: "0",
|
|
39
|
+
y: "0",
|
|
40
|
+
width: "160",
|
|
41
|
+
height: "160"
|
|
42
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
43
|
+
transform: "translate(10, 10)",
|
|
44
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
42
45
|
fill: "#0181FD",
|
|
43
46
|
fillRule: "nonzero",
|
|
44
47
|
cx: "75",
|
|
45
48
|
cy: "74.9666508",
|
|
46
49
|
rx: "75",
|
|
47
50
|
ry: "74.9666508"
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
51
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
52
|
+
transform: "translate(-0, 0)",
|
|
53
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
|
|
54
|
+
id: _id2,
|
|
55
|
+
fill: "white",
|
|
56
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
|
|
57
|
+
xlinkHref: `#${_id}`
|
|
58
|
+
})
|
|
59
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
56
60
|
fill: "#349AFD",
|
|
57
61
|
fillRule: "nonzero",
|
|
58
|
-
mask:
|
|
62
|
+
mask: `url(#${_id2})`,
|
|
59
63
|
cx: "75",
|
|
60
64
|
cy: "158.588942",
|
|
61
65
|
rx: "133.855186",
|
|
62
66
|
ry: "57.0685463"
|
|
63
|
-
}
|
|
64
|
-
)
|
|
65
|
-
] }),
|
|
66
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
67
|
-
"ellipse",
|
|
68
|
-
{
|
|
67
|
+
})]
|
|
68
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
69
69
|
fill: "#132039",
|
|
70
70
|
fillRule: "nonzero",
|
|
71
71
|
cx: "70.3033268",
|
|
72
72
|
cy: "116.044268",
|
|
73
73
|
rx: "44.3248532",
|
|
74
74
|
ry: "10.7095215"
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"ellipse",
|
|
82
|
-
{
|
|
75
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
76
|
+
transform: "translate(35.225, 33.889)",
|
|
77
|
+
fillRule: "nonzero",
|
|
78
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
79
|
+
transform: "translate(0, 52.374)",
|
|
80
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
81
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
83
82
|
fill: "#07C846",
|
|
84
83
|
cx: "39.7749511",
|
|
85
84
|
cy: "29.7812722",
|
|
86
85
|
rx: "39.62818",
|
|
87
86
|
ry: "10.7095215"
|
|
88
|
-
}
|
|
89
|
-
),
|
|
90
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
91
|
-
"rect",
|
|
92
|
-
{
|
|
87
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
93
88
|
fill: "#07C846",
|
|
94
89
|
x: "0",
|
|
95
90
|
y: "10.7095215",
|
|
96
91
|
width: "79.4031311",
|
|
97
92
|
height: "19.0717507"
|
|
98
|
-
}
|
|
99
|
-
),
|
|
100
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
101
|
-
"ellipse",
|
|
102
|
-
{
|
|
93
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
103
94
|
fill: "#07C846",
|
|
104
95
|
cx: "39.7749511",
|
|
105
96
|
cy: "10.7095215",
|
|
106
97
|
rx: "39.62818",
|
|
107
98
|
ry: "10.7095215"
|
|
108
|
-
}
|
|
109
|
-
),
|
|
110
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
111
|
-
"path",
|
|
112
|
-
{
|
|
99
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
113
100
|
d: "M39.7749511,19.2184565 C18.0528376,19.2184565 2.93542074,14.5238717 2.93542074,10.1226984 C2.93542074,5.72152521 18.0528376,1.1736462 39.7749511,1.1736462 C61.4970646,1.1736462 76.6144814,5.86823098 76.6144814,10.2694042 C76.6144814,14.6705775 61.4970646,19.2184565 39.7749511,19.2184565 Z",
|
|
114
101
|
fill: "#132039"
|
|
115
|
-
}
|
|
116
|
-
)
|
|
117
|
-
] }),
|
|
118
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
119
|
-
"ellipse",
|
|
120
|
-
{
|
|
102
|
+
})]
|
|
103
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
121
104
|
fill: "#FFFFFF",
|
|
122
105
|
cx: "51.369863",
|
|
123
106
|
cy: "28.7543318",
|
|
124
107
|
rx: "2.93542074",
|
|
125
108
|
ry: "2.93411549"
|
|
126
|
-
}
|
|
127
|
-
),
|
|
128
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
129
|
-
"ellipse",
|
|
130
|
-
{
|
|
109
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
131
110
|
fill: "#FFFFFF",
|
|
132
111
|
cx: "60.6164384",
|
|
133
112
|
cy: "27.5806856",
|
|
134
113
|
rx: "2.93542074",
|
|
135
114
|
ry: "2.93411549"
|
|
136
|
-
}
|
|
137
|
-
),
|
|
138
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
139
|
-
"ellipse",
|
|
140
|
-
{
|
|
115
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
141
116
|
fill: "#FFFFFF",
|
|
142
117
|
cx: "68.6888454",
|
|
143
118
|
cy: "25.6735105",
|
|
144
119
|
rx: "2.93542074",
|
|
145
120
|
ry: "2.93411549"
|
|
146
|
-
}
|
|
147
|
-
)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
152
|
-
"ellipse",
|
|
153
|
-
{
|
|
121
|
+
})]
|
|
122
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
123
|
+
transform: "translate(0, 26.2603)",
|
|
124
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
125
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
154
126
|
fill: "#FFFFFF",
|
|
155
127
|
cx: "39.7749511",
|
|
156
128
|
cy: "29.7812722",
|
|
157
129
|
rx: "39.62818",
|
|
158
130
|
ry: "10.7095215"
|
|
159
|
-
}
|
|
160
|
-
),
|
|
161
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
162
|
-
"rect",
|
|
163
|
-
{
|
|
131
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
164
132
|
fill: "#FFFFFF",
|
|
165
133
|
x: "0",
|
|
166
134
|
y: "10.7095215",
|
|
167
135
|
width: "79.4031311",
|
|
168
136
|
height: "19.0717507"
|
|
169
|
-
}
|
|
170
|
-
),
|
|
171
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
172
|
-
"ellipse",
|
|
173
|
-
{
|
|
137
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
174
138
|
fill: "#FFFFFF",
|
|
175
139
|
cx: "39.7749511",
|
|
176
140
|
cy: "10.7095215",
|
|
177
141
|
rx: "39.62818",
|
|
178
142
|
ry: "10.7095215"
|
|
179
|
-
}
|
|
180
|
-
),
|
|
181
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
182
|
-
"path",
|
|
183
|
-
{
|
|
143
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
184
144
|
d: "M39.7749511,19.0717507 C18.0528376,19.0717507 2.93542074,14.3771659 2.93542074,9.97599267 C2.93542074,5.72152521 18.0528376,0.880234647 39.7749511,0.880234647 C61.4970646,0.880234647 76.6144814,5.57481943 76.6144814,9.97599267 C76.6144814,14.3771659 61.4970646,19.0717507 39.7749511,19.0717507 Z",
|
|
185
145
|
fill: "#132039"
|
|
186
|
-
}
|
|
187
|
-
)
|
|
188
|
-
] }),
|
|
189
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
190
|
-
"ellipse",
|
|
191
|
-
{
|
|
146
|
+
})]
|
|
147
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
192
148
|
fill: "#E6E6E6",
|
|
193
149
|
cx: "51.369863",
|
|
194
150
|
cy: "29.7812722",
|
|
195
151
|
rx: "2.93542074",
|
|
196
152
|
ry: "2.93411549"
|
|
197
|
-
}
|
|
198
|
-
),
|
|
199
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
200
|
-
"ellipse",
|
|
201
|
-
{
|
|
153
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
202
154
|
fill: "#E6E6E6",
|
|
203
155
|
cx: "60.6164384",
|
|
204
156
|
cy: "28.4609203",
|
|
205
157
|
rx: "2.93542074",
|
|
206
158
|
ry: "2.93411549"
|
|
207
|
-
}
|
|
208
|
-
),
|
|
209
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
210
|
-
"ellipse",
|
|
211
|
-
{
|
|
159
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
212
160
|
fill: "#E6E6E6",
|
|
213
161
|
cx: "68.6888454",
|
|
214
162
|
cy: "26.5537452",
|
|
215
163
|
rx: "2.93542074",
|
|
216
164
|
ry: "2.93411549"
|
|
217
|
-
}
|
|
218
|
-
)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
|
|
222
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
223
|
-
"path",
|
|
224
|
-
{
|
|
165
|
+
})]
|
|
166
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
167
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
168
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
225
169
|
d: "M0,10.7095215 L0,29.7812722 C0,35.6495032 17.7592955,40.4907938 39.62818,40.4907938 C61.4970646,40.4907938 79.2563601,35.6495032 79.2563601,29.7812722 L79.2563601,10.7095215 L0,10.7095215 Z",
|
|
226
170
|
fill: "#FFFFFF"
|
|
227
|
-
}
|
|
228
|
-
),
|
|
229
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
230
|
-
"ellipse",
|
|
231
|
-
{
|
|
171
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
232
172
|
fill: "#FFFFFF",
|
|
233
173
|
cx: "39.7749511",
|
|
234
174
|
cy: "10.7095215",
|
|
235
175
|
rx: "39.62818",
|
|
236
176
|
ry: "10.7095215"
|
|
237
|
-
}
|
|
238
|
-
),
|
|
239
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
240
|
-
"path",
|
|
241
|
-
{
|
|
177
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
242
178
|
d: "M39.7749511,18.9250449 C18.0528376,18.9250449 2.93542074,14.2304601 2.93542074,9.8292869 C2.93542074,5.57481943 18.0528376,0.733528873 39.7749511,0.733528873 C61.4970646,0.733528873 76.6144814,5.42811366 76.6144814,9.8292869 C76.6144814,14.0837544 61.4970646,18.9250449 39.7749511,18.9250449 Z",
|
|
243
179
|
fill: "#E6E6E6"
|
|
244
|
-
}
|
|
245
|
-
)
|
|
246
|
-
] }),
|
|
247
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
248
|
-
"ellipse",
|
|
249
|
-
{
|
|
180
|
+
})]
|
|
181
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
250
182
|
fill: "#E6E6E6",
|
|
251
183
|
cx: "51.369863",
|
|
252
184
|
cy: "30.8082127",
|
|
253
185
|
rx: "2.93542074",
|
|
254
186
|
ry: "2.93411549"
|
|
255
|
-
}
|
|
256
|
-
),
|
|
257
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
258
|
-
"ellipse",
|
|
259
|
-
{
|
|
187
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
260
188
|
fill: "#E6E6E6",
|
|
261
189
|
cx: "60.6164384",
|
|
262
190
|
cy: "29.6345665",
|
|
263
191
|
rx: "2.93542074",
|
|
264
192
|
ry: "2.93411549"
|
|
265
|
-
}
|
|
266
|
-
),
|
|
267
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
268
|
-
"ellipse",
|
|
269
|
-
{
|
|
193
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
270
194
|
fill: "#E6E6E6",
|
|
271
195
|
cx: "68.6888454",
|
|
272
196
|
cy: "27.7273914",
|
|
273
197
|
rx: "2.93542074",
|
|
274
198
|
ry: "2.93411549"
|
|
275
|
-
}
|
|
276
|
-
)
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
{
|
|
199
|
+
})]
|
|
200
|
+
})]
|
|
201
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
202
|
+
transform: "translate(20.2544, 20.6855)",
|
|
203
|
+
fill: "#FFA005",
|
|
204
|
+
fillRule: "nonzero",
|
|
205
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
206
|
+
d: "M108.023483,9.38916957 C105.234834,7.92211183 102.739726,4.54787901 101.565558,0.586823098 C101.418787,0.293411549 101.125245,0 100.831703,0 C100.53816,0 100.244618,0.293411549 100.097847,0.586823098 C98.9236791,4.54787901 96.4285714,7.77540605 93.6399217,9.38916957 C93.3463796,9.53587535 93.1996086,9.8292869 93.1996086,10.1226984 C93.1996086,10.41611 93.3463796,10.7095215 93.6399217,10.8562273 C96.4285714,12.3232851 98.9236791,15.6975179 100.097847,19.6585738 C100.244618,19.9519853 100.53816,20.2453969 100.831703,20.2453969 C101.125245,20.2453969 101.418787,19.9519853 101.565558,19.6585738 C102.739726,15.6975179 105.234834,12.4699908 108.023483,10.8562273 C108.317025,10.7095215 108.463796,10.41611 108.463796,10.1226984 C108.463796,9.8292869 108.170254,9.53587535 108.023483,9.38916957 Z"
|
|
207
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
208
|
+
d: "M20.2544031,68.0714794 C16.4383562,66.0175986 12.9158513,61.4697195 11.4481409,56.1883117 C11.3013699,55.7481943 10.8610568,55.4547828 10.4207436,55.4547828 C9.98043053,55.4547828 9.54011742,55.7481943 9.39334638,56.1883117 C7.77886497,61.4697195 4.40313112,66.0175986 0.587084149,68.0714794 C0.293542074,68.2181852 0,68.5115967 0,68.951714 C0,69.3918314 0.146771037,69.6852429 0.587084149,69.8319487 C4.40313112,71.8858295 7.92563601,76.4337086 9.39334638,81.7151164 C9.54011742,82.1552338 9.98043053,82.4486453 10.4207436,82.4486453 C10.8610568,82.4486453 11.3013699,82.1552338 11.4481409,81.7151164 C13.0626223,76.4337086 16.4383562,71.8858295 20.2544031,69.8319487 C20.5479452,69.6852429 20.8414873,69.2451256 20.8414873,68.951714 C20.8414873,68.5115967 20.5479452,68.2181852 20.2544031,68.0714794 Z"
|
|
209
|
+
})]
|
|
210
|
+
})]
|
|
211
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
212
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
213
|
+
fill: "#07C846",
|
|
214
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
|
|
215
|
+
cx: "26.5959328",
|
|
216
|
+
cy: "26.5841035",
|
|
217
|
+
rx: "26.5959328",
|
|
218
|
+
ry: "26.5841035"
|
|
219
|
+
})
|
|
220
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
289
221
|
d: "M40.1768347,23.331793 L29.8496905,23.331793 L29.8496905,13.0092421 C29.8496905,12.0194085 29.0008842,11.0295749 27.8691424,11.0295749 L25.1812555,11.0295749 C24.1909814,11.0295749 23.2007073,11.8780037 23.2007073,13.0092421 L23.2007073,23.331793 L12.8735632,23.331793 C11.8832891,23.331793 10.893015,24.1802218 10.893015,25.3114603 L10.893015,27.9981516 C10.893015,28.9879852 11.7418214,29.9778189 12.8735632,29.9778189 L23.2007073,29.9778189 L23.2007073,40.3003697 C23.2007073,41.2902033 24.0495137,42.280037 25.1812555,42.280037 L27.8691424,42.280037 C28.8594164,42.280037 29.8496905,41.4316081 29.8496905,40.3003697 L29.8496905,29.9778189 L40.1768347,29.9778189 C41.1671088,29.9778189 42.1573828,29.12939 42.1573828,27.9981516 L42.1573828,25.3114603 C42.1573828,24.1802218 41.3085765,23.331793 40.1768347,23.331793 Z",
|
|
290
222
|
fill: "#FFFFFF",
|
|
291
223
|
fillRule: "nonzero"
|
|
292
|
-
}
|
|
293
|
-
)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
]
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
if (process.env.NODE_ENV !==
|
|
300
|
-
DatabaseEmptyImg.displayName =
|
|
224
|
+
})]
|
|
225
|
+
})]
|
|
226
|
+
})
|
|
227
|
+
})
|
|
228
|
+
})]
|
|
229
|
+
});
|
|
230
|
+
};
|
|
231
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
232
|
+
DatabaseEmptyImg.displayName = 'DatabaseEmptyImg';
|
|
301
233
|
}
|
|
302
|
-
var
|
|
234
|
+
var _default = exports.default = DatabaseEmptyImg;
|
package/lib/empty/default.js
CHANGED
|
@@ -1,51 +1,56 @@
|
|
|
1
|
-
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
1
|
+
"use strict";
|
|
18
2
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
__export(default_exports, {
|
|
22
|
-
default: () => default_default
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
23
5
|
});
|
|
24
|
-
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
|
+
"use client";
|
|
11
|
+
const DefaultEmptyImg = props => /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", {
|
|
12
|
+
width: "56px",
|
|
13
|
+
height: "56px",
|
|
14
|
+
viewBox: "0 0 56 56",
|
|
15
|
+
version: "1.1",
|
|
16
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
18
|
+
stroke: "none",
|
|
19
|
+
strokeWidth: "1",
|
|
20
|
+
fill: "none",
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
23
|
+
transform: "translate(4.2, 4.2)",
|
|
24
|
+
fillRule: "nonzero",
|
|
25
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
26
|
+
fill: "#CDD5E4",
|
|
27
|
+
x: "5.495",
|
|
28
|
+
y: "0",
|
|
29
|
+
width: "37.121",
|
|
30
|
+
height: "29.176",
|
|
31
|
+
rx: "4.03"
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
33
|
+
fill: "#F8F8F8",
|
|
34
|
+
x: "11.452",
|
|
35
|
+
y: "5.257",
|
|
36
|
+
width: "25.046",
|
|
37
|
+
height: "1.652",
|
|
38
|
+
rx: "0.826"
|
|
39
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
|
|
40
|
+
fill: "#F8F8F8",
|
|
41
|
+
x: "11.452",
|
|
42
|
+
y: "10.997",
|
|
43
|
+
width: "16.681",
|
|
44
|
+
height: "1.652",
|
|
45
|
+
rx: "0.826"
|
|
46
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
47
|
+
d: "M45.143,48.083 L2.821,48.083 C1.267,48.083 0,46.823 0,45.262 L0,21.028 C0,19.474 1.26,18.207 2.821,18.207 L19.264,18.207 C20.216,18.207 21.098,18.683 21.623,19.481 L23.149,21.798 C23.667,22.589 24.556,23.072 25.508,23.072 L45.15,23.072 C46.704,23.072 47.971,24.332 47.971,25.893 L47.971,45.262 C47.971,46.816 46.711,48.083 45.15,48.083 L45.143,48.083 Z",
|
|
48
|
+
fill: "#F3F6FC"
|
|
49
|
+
})]
|
|
50
|
+
})
|
|
51
|
+
})
|
|
52
|
+
});
|
|
53
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
54
|
+
DefaultEmptyImg.displayName = 'DefaultEmptyImg';
|
|
50
55
|
}
|
|
51
|
-
var
|
|
56
|
+
var _default = exports.default = DefaultEmptyImg;
|