@glodon-aiot/dataset-annotation 3.1.0-beta.15 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dataset-annotation.js +123591 -0
- package/dist/dataset-annotation.umd.cjs +1017 -0
- package/dist/example/DatasetAnnotationDemo.d.ts +3 -0
- package/dist/example/DemoTabs.d.ts +3 -0
- package/dist/example/DetectionDatasetDemo.d.ts +5 -0
- package/dist/example/DetectionImageDemo.d.ts +5 -0
- package/dist/example/OcrDatasetDemo.d.ts +5 -0
- package/dist/example/OcrImageDemo.d.ts +5 -0
- package/dist/example/OcrkvcDatasetDemo.d.ts +5 -0
- package/dist/example/constant.local.d.ts +6 -0
- package/dist/example/index.d.ts +1 -0
- package/dist/src/Common/Page/index.d.ts +2 -1
- package/dist/src/Common/PageHeader/index.d.ts +1 -0
- package/dist/src/DatasetContext/index.d.ts +4 -3
- package/dist/src/components/CompositionInput/index.d.ts +2 -2
- package/dist/src/components/DataEmpty/index.d.ts +2 -1
- package/dist/src/components/DetectionAnnotation/PreSamplesPage/index.d.ts +2 -1
- package/dist/src/components/DetectionAnnotation/components/DisabledTooltip/index.d.ts +2 -2
- package/dist/src/components/DetectionAnnotation/components/ImageDetail/index.d.ts +2 -1
- package/dist/src/components/DetectionAnnotation/components/LabelMaker/Drawable.d.ts +2 -2
- package/dist/src/components/DetectionAnnotation/components/LabelMaker/RectLabel.d.ts +2 -2
- package/dist/src/components/DetectionAnnotation/components/LabelMaker/index.d.ts +1 -0
- package/dist/src/components/DetectionAnnotation/components/Labels/index.d.ts +1 -0
- package/dist/src/components/DetectionAnnotation/components/TagItem/index.d.ts +2 -1
- package/dist/src/components/DetectionAnnotation/index.d.ts +2 -1
- package/dist/src/components/DetectionImageAnnotation/index.d.ts +2 -0
- package/dist/src/components/Iconfont/index.d.ts +1 -1
- package/dist/src/components/MarkDescriptions/index.d.ts +1 -0
- package/dist/src/components/OCRImageViewer/index.d.ts +2 -1
- package/dist/src/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/LabelEditorInput.d.ts +2 -2
- package/dist/src/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/LabelEditorItem.d.ts +2 -1
- package/dist/src/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/LableEditor.d.ts +1 -0
- package/dist/src/components/OcrAnnotation/MarkKVOCRModal/index.d.ts +1 -0
- package/dist/src/components/OcrAnnotation/MarkOCRBoxModal/ImageDetail/index.d.ts +2 -1
- package/dist/src/components/OcrAnnotation/MarkOCRBoxModal/OCRBoxMaker/LabelEditorInput.d.ts +2 -2
- package/dist/src/components/OcrAnnotation/MarkOCRBoxModal/OCRBoxMaker/LabelEditorItem.d.ts +1 -0
- package/dist/src/components/OcrAnnotation/MarkOCRBoxModal/OCRBoxMaker/LableEditor.d.ts +1 -0
- package/dist/src/components/OcrAnnotation/MarkOCRBoxModal/OCRBoxMaker/index.d.ts +1 -0
- package/dist/src/components/OcrAnnotation/MarkOCRBoxModal/index.d.ts +1 -0
- package/dist/src/components/OcrAnnotation/OcrModal/index.d.ts +2 -1
- package/dist/src/components/OcrAnnotation/PreLabelOCR/PreLabelModal.d.ts +2 -1
- package/dist/src/components/OcrAnnotation/PreLabelOCR/index.d.ts +2 -1
- package/dist/src/components/OcrAnnotation/index.d.ts +2 -1
- package/dist/src/components/OcrImageAnnotation/index.d.ts +2 -0
- package/dist/src/components/PageNav/index.d.ts +2 -1
- package/dist/src/components/PicZipImportModal/index.d.ts +2 -1
- package/dist/src/components/PreLabelOCR/PreLabelModal.d.ts +2 -1
- package/dist/src/components/PreLabelOCR/index.d.ts +2 -1
- package/dist/src/components/ScanTable/index.d.ts +2 -1
- package/dist/src/components/Thumbnail/index.d.ts +2 -1
- package/dist/src/components/hooks/useBlocker.d.ts +1 -1
- package/dist/src/featuresConfig.d.ts +1 -1
- package/package.json +15 -22
- package/dist/es/Common/Page/index.mjs +0 -28
- package/dist/es/Common/PageContent/index.mjs +0 -18
- package/dist/es/Common/PageHeader/index.mjs +0 -38
- package/dist/es/DatasetContext/index.mjs +0 -11
- package/dist/es/_virtual/_commonjsHelpers.mjs +0 -6
- package/dist/es/_virtual/index.mjs +0 -4
- package/dist/es/access/images/data_empty.svg.mjs +0 -4
- package/dist/es/components/CompositionInput/index.mjs +0 -53
- package/dist/es/components/DataEmpty/index.mjs +0 -50
- package/dist/es/components/DetectionAnnotation/PreSamplesPage/index.mjs +0 -291
- package/dist/es/components/DetectionAnnotation/components/DisabledTooltip/index.mjs +0 -23
- package/dist/es/components/DetectionAnnotation/components/ImageDetail/index.mjs +0 -165
- package/dist/es/components/DetectionAnnotation/components/LabelMaker/Drawable.mjs +0 -51
- package/dist/es/components/DetectionAnnotation/components/LabelMaker/FabricCustomize.mjs +0 -42
- package/dist/es/components/DetectionAnnotation/components/LabelMaker/RectLabel.mjs +0 -283
- package/dist/es/components/DetectionAnnotation/components/LabelMaker/icons/delete-icon.svg.mjs +0 -4
- package/dist/es/components/DetectionAnnotation/components/LabelMaker/index.mjs +0 -314
- package/dist/es/components/DetectionAnnotation/components/Labels/index.mjs +0 -200
- package/dist/es/components/DetectionAnnotation/components/TagItem/index.mjs +0 -143
- package/dist/es/components/DetectionAnnotation/icon_item_empty.svg.mjs +0 -4
- package/dist/es/components/DetectionAnnotation/index.mjs +0 -712
- package/dist/es/components/DetectionImageAnnotation/index.mjs +0 -61
- package/dist/es/components/Iconfont/index.mjs +0 -16
- package/dist/es/components/MarkDescriptions/index.mjs +0 -65
- package/dist/es/components/OCRImageViewer/index.mjs +0 -212
- package/dist/es/components/OcrAnnotation/MarkKVOCRModal/CategoryDrawer.mjs +0 -136
- package/dist/es/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/LabelEditorInput.mjs +0 -57
- package/dist/es/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/LabelEditorItem.mjs +0 -72
- package/dist/es/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/LableEditor.mjs +0 -54
- package/dist/es/components/OcrAnnotation/MarkKVOCRModal/KVOCRLabelMaker/index.mjs +0 -366
- package/dist/es/components/OcrAnnotation/MarkKVOCRModal/index.mjs +0 -254
- package/dist/es/components/OcrAnnotation/MarkOCRBoxModal/ImageDetail/index.mjs +0 -100
- package/dist/es/components/OcrAnnotation/MarkOCRBoxModal/OCRBoxMaker/images/delete.png.mjs +0 -4
- package/dist/es/components/OcrAnnotation/MarkOCRBoxModal/OCRBoxMaker/index.mjs +0 -755
- package/dist/es/components/OcrAnnotation/MarkOCRBoxModal/index.mjs +0 -230
- package/dist/es/components/OcrAnnotation/OcrModal/index.mjs +0 -179
- package/dist/es/components/OcrAnnotation/PreLabelOCR/PreLabelModal.mjs +0 -280
- package/dist/es/components/OcrAnnotation/PreLabelOCR/index.mjs +0 -43
- package/dist/es/components/OcrAnnotation/constant.mjs +0 -5
- package/dist/es/components/OcrAnnotation/index.mjs +0 -381
- package/dist/es/components/OcrImageAnnotation/index.mjs +0 -39
- package/dist/es/components/PageNav/index.mjs +0 -29
- package/dist/es/components/PicZipImportModal/index.mjs +0 -583
- package/dist/es/components/PicZipImportModal/pic_zip.svg.mjs +0 -4
- package/dist/es/components/PicZipImportModal/pic_zip_json.svg.mjs +0 -4
- package/dist/es/components/PreLabelOCR/PreLabelModal.mjs +0 -275
- package/dist/es/components/PreLabelOCR/index.mjs +0 -43
- package/dist/es/components/ScanTable/index.mjs +0 -96
- package/dist/es/components/Thumbnail/default.png.mjs +0 -4
- package/dist/es/components/Thumbnail/index.mjs +0 -30
- package/dist/es/components/hooks/Prompt.mjs +0 -33
- package/dist/es/constant.mjs +0 -13
- package/dist/es/createDatasetAnnotation/index.mjs +0 -133
- package/dist/es/createDetectionDatasetAnnotation/index.mjs +0 -129
- package/dist/es/createDetectionImageAnnotation/index.mjs +0 -31
- package/dist/es/createOcrDatasetAnnotation/index.mjs +0 -129
- package/dist/es/createOcrImageAnnotation/index.mjs +0 -33
- package/dist/es/featuresConfig.mjs +0 -79
- package/dist/es/index.mjs +0 -35
- package/dist/es/node_modules/classnames/index.mjs +0 -42
- package/dist/es/utils/color.mjs +0 -30
- package/dist/es/utils/index.mjs +0 -22
- package/dist/es/utils/sign.mjs +0 -33
- package/dist/lib/index.js +0 -7
- package/dist/src/components/Iconfont/font_3140028_iptomfpgyu.d.ts +0 -0
- package/dist/src/components/Iconfont/font_3454453_gu5ijeufyng.d.ts +0 -0
- package/dist/src/components/Iconfont/font_4108228_3slzqhoow93.d.ts +0 -0
- package/dist/src/components/Iconfont/font_4439177_k3mjwv7kzfd.d.ts +0 -0
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 重要提示
|
|
3
|
+
* 必须替换自己的token, 可以是user token, 也可以是resource token
|
|
4
|
+
*/
|
|
5
|
+
export declare const TEST_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzkzNDc5NjksImlhdCI6MTczOTM0MzQzOCwicm8iOiJ1c2VyIiwidGVuIjoiZ2xkY3YiLCJ1aWQiOiIxOSJ9.au9CgObfa7LPvb7ZiwSqH1Eqbp0NdR3r0D9ea1-C4oo";
|
|
6
|
+
export declare const TEST_API_URL = "https://aiot-dev.glodon.com/api/aecpilotdev/data";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './style.less';
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AIShopApi, CVForceDatahubApi, IDataSet, IPagination, ISample, IVersion, ModelServiceApi } from "@glodon-aiot/apis";
|
|
3
|
+
import { FeaturesConfig } from "../featuresConfig";
|
|
3
4
|
interface DatasetDetails {
|
|
4
5
|
datasetId: string;
|
|
5
6
|
versionId: string;
|
|
@@ -17,5 +18,5 @@ interface DatasetDetails {
|
|
|
17
18
|
};
|
|
18
19
|
featuresConfig?: FeaturesConfig;
|
|
19
20
|
}
|
|
20
|
-
declare const DatasetContext: import(
|
|
21
|
+
declare const DatasetContext: import("react").Context<DatasetDetails>;
|
|
21
22
|
export default DatasetContext;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React, { Dispatch, SetStateAction } from 'react';
|
|
2
|
+
import './style.less';
|
|
2
3
|
import { ILabel, ISample } from '@glodon-aiot/apis';
|
|
3
4
|
import { LabelItem } from '../../../DetectionImageAnnotation';
|
|
4
5
|
interface ImageDetailProps {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { fabric } from
|
|
2
|
-
import { Color } from
|
|
1
|
+
import { fabric } from "fabric";
|
|
2
|
+
import { Color } from "../../../../utils/color";
|
|
3
3
|
type ControlName = "TL" | "BL" | "TR" | "BR" | "ML" | "MB" | "MR" | "MT" | "MTR";
|
|
4
4
|
interface RectLabelConfig {
|
|
5
5
|
id: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
declare const Iconfont: import(
|
|
2
|
+
declare const Iconfont: import("react").FC<import("@ant-design/icons/lib/components/IconFont").IconFontProps<string>>;
|
|
3
3
|
export default Iconfont;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Transition } from
|
|
1
|
+
import { Transition } from "history";
|
|
2
2
|
export declare function useBlocker(blocker: (tx: Transition) => void, when?: boolean): void;
|
package/package.json
CHANGED
|
@@ -1,28 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glodon-aiot/dataset-annotation",
|
|
3
|
-
"version": "3.1
|
|
4
|
-
"module": "./dist/
|
|
5
|
-
"main": "./dist/
|
|
6
|
-
"
|
|
3
|
+
"version": "3.2.1",
|
|
4
|
+
"module": "./dist/dataset-annotation.js",
|
|
5
|
+
"main": "./dist/dataset-annotation.umd.cjs",
|
|
6
|
+
"types": "./dist/src/index.d.ts",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
|
-
"import": "./dist/
|
|
10
|
-
"require": "./dist/
|
|
9
|
+
"import": "./dist/dataset-annotation.js",
|
|
10
|
+
"require": "./dist/dataset-annotation.umd.cjs",
|
|
11
11
|
"types": "./dist/src/index.d.ts"
|
|
12
12
|
},
|
|
13
|
-
"./style.css": "./dist/
|
|
13
|
+
"./style.css": "./dist/style.css"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
17
17
|
],
|
|
18
18
|
"type": "module",
|
|
19
|
-
"types": "dist/src/index.d.ts",
|
|
20
19
|
"scripts": {
|
|
21
20
|
"dev": "vite",
|
|
22
21
|
"start": "vite",
|
|
23
|
-
"build": "tsc && vite build --mode prod
|
|
22
|
+
"build": "tsc && vite build --mode prod",
|
|
24
23
|
"build:pre": "tsc && vite build --mode prod",
|
|
25
|
-
"build:cdn": "tsc && vite build --mode prod --config ./vite.config.cdn.ts",
|
|
26
24
|
"preview": "vite preview",
|
|
27
25
|
"check": "yarn prettier --check .",
|
|
28
26
|
"write": "yarn prettier --write .",
|
|
@@ -38,19 +36,17 @@
|
|
|
38
36
|
"dependencies": {
|
|
39
37
|
"@ant-design/icons": "^5.3.4",
|
|
40
38
|
"@aws-crypto/sha256-js": "^3.0.0",
|
|
41
|
-
"@glodon-aiot/apis": "^3.1
|
|
42
|
-
"@
|
|
43
|
-
"
|
|
44
|
-
"antd": "4.
|
|
45
|
-
"axios": "0.24.0",
|
|
39
|
+
"@glodon-aiot/apis": "^3.2.1",
|
|
40
|
+
"@reduxjs/toolkit": "^1.9.5",
|
|
41
|
+
"@types/fabric": "^5.3.2",
|
|
42
|
+
"antd": "4.x",
|
|
46
43
|
"browser-md5-file": "^1.1.1",
|
|
47
44
|
"fabric": "^5.3.0",
|
|
48
|
-
"js-base64": "^3.7.7",
|
|
49
45
|
"lodash": "^4.17.21",
|
|
50
|
-
"rc-virtual-list": "^3.18.6",
|
|
51
46
|
"react": "^17.0.2",
|
|
52
47
|
"react-dom": "^17.0.2",
|
|
53
|
-
"react-json-view": "^1.21.3"
|
|
48
|
+
"react-json-view": "^1.21.3",
|
|
49
|
+
"react-redux": "^9.2.0"
|
|
54
50
|
},
|
|
55
51
|
"devDependencies": {
|
|
56
52
|
"@babel/core": "^7.20.12",
|
|
@@ -66,7 +62,6 @@
|
|
|
66
62
|
"@storybook/node-logger": "6.4.9",
|
|
67
63
|
"@storybook/react": "6.4.9",
|
|
68
64
|
"@storybook/testing-library": "^0.0.13",
|
|
69
|
-
"@types/fabric": "^5.3.2",
|
|
70
65
|
"@types/lodash": "^4",
|
|
71
66
|
"@types/react": "^17.0.44",
|
|
72
67
|
"@types/react-dom": "^17.0.17",
|
|
@@ -98,9 +93,7 @@
|
|
|
98
93
|
"storybook-less-loader": "^0.1.0",
|
|
99
94
|
"typescript": "*",
|
|
100
95
|
"vite": "^4.1.1",
|
|
101
|
-
"vite-plugin-css-injected-by-js": "^3.5.0"
|
|
102
|
-
"vite-plugin-dts": "^4.5.4",
|
|
103
|
-
"vite-plugin-externalize-deps": "^0.9.0"
|
|
96
|
+
"vite-plugin-css-injected-by-js": "^3.5.0"
|
|
104
97
|
},
|
|
105
98
|
"lint-staged": {
|
|
106
99
|
"*.{js,css,md,jsx,less,ts,tsx,json}": "prettier --write"
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { jsxs as a, jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { Layout as m } from "antd";
|
|
3
|
-
import n from "../PageContent/index.mjs";
|
|
4
|
-
import l from "../PageHeader/index.mjs";
|
|
5
|
-
/* empty css */const g = (e) => {
|
|
6
|
-
const {
|
|
7
|
-
title: t,
|
|
8
|
-
header: r,
|
|
9
|
-
className: i
|
|
10
|
-
} = e;
|
|
11
|
-
return /* @__PURE__ */ a(m, {
|
|
12
|
-
style: {
|
|
13
|
-
height: "100%",
|
|
14
|
-
width: "100%",
|
|
15
|
-
overflow: "hidden"
|
|
16
|
-
},
|
|
17
|
-
className: i,
|
|
18
|
-
children: [r, !r && t && /* @__PURE__ */ o(l, {
|
|
19
|
-
className: "content-title",
|
|
20
|
-
title: t
|
|
21
|
-
}), /* @__PURE__ */ o(n, {
|
|
22
|
-
children: e.children
|
|
23
|
-
})]
|
|
24
|
-
});
|
|
25
|
-
};
|
|
26
|
-
export {
|
|
27
|
-
g as default
|
|
28
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
function r(o) {
|
|
3
|
-
const {
|
|
4
|
-
children: e
|
|
5
|
-
} = o;
|
|
6
|
-
return /* @__PURE__ */ n("div", {
|
|
7
|
-
style: {
|
|
8
|
-
padding: 16,
|
|
9
|
-
backgroundColor: "#F7F7F9",
|
|
10
|
-
overflow: "hidden",
|
|
11
|
-
height: "100%"
|
|
12
|
-
},
|
|
13
|
-
children: e
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
export {
|
|
17
|
-
r as default
|
|
18
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { jsxs as c, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import d from "../../node_modules/classnames/index.mjs";
|
|
3
|
-
/* empty css */function u(l) {
|
|
4
|
-
const {
|
|
5
|
-
breadcrumb: e,
|
|
6
|
-
title: i,
|
|
7
|
-
icon: o,
|
|
8
|
-
actions: s,
|
|
9
|
-
className: m,
|
|
10
|
-
children: n
|
|
11
|
-
} = l, t = !!n, r = d({
|
|
12
|
-
"page-header bg-white h-auto leading-none content-title": !0
|
|
13
|
-
});
|
|
14
|
-
return /* @__PURE__ */ c("div", {
|
|
15
|
-
className: r,
|
|
16
|
-
style: {
|
|
17
|
-
padding: `${t ? "16" : "24"}px 22px ${t ? "0" : "24"}px 22px`
|
|
18
|
-
},
|
|
19
|
-
children: [e && /* @__PURE__ */ a("div", {
|
|
20
|
-
children: e
|
|
21
|
-
}), /* @__PURE__ */ c("div", {
|
|
22
|
-
className: "title-bar flex justify-between items-center",
|
|
23
|
-
style: {
|
|
24
|
-
marginTop: `${t && e ? "16" : "0"}px`
|
|
25
|
-
},
|
|
26
|
-
children: [i && /* @__PURE__ */ a("div", {
|
|
27
|
-
className: "title",
|
|
28
|
-
children: i
|
|
29
|
-
}), s && /* @__PURE__ */ a("div", {
|
|
30
|
-
className: "actions",
|
|
31
|
-
children: s
|
|
32
|
-
})]
|
|
33
|
-
}), n]
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
export {
|
|
37
|
-
u as default
|
|
38
|
-
};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const N = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iOTAiIHZpZXdCb3g9IjAgMCA4MiA5MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yOS4xMiA2MC4zMTAxQzI5LjA0IDYwLjg2MDEgMjkgNjEuNDMgMjkgNjJDMjkgNjguNjMgMzQuMzcgNzQgNDEgNzRDNDcuNjMgNzQgNTMgNjguNjMgNTMgNjJDNTMgNjEuNDMgNTIuOTYgNjAuODYwMSA1Mi44OCA2MC4zMTAxSDgyVjg3QzgyIDg4LjY2IDgwLjY2IDkwIDc5IDkwSDNDMS4zNCA5MCAwIDg4LjY2IDAgODdWNjAuMzEwMUgyOS4xMloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTQgNjBDNTQgNjcuMTggNDguMTggNzMgNDEgNzNDMzMuODIgNzMgMjggNjcuMTggMjggNjBDMjggNTkuNzcgMjguMDEgNTkuNTQwMSAyOC4wMiA1OS4zMTAxSDBMOS41NjAwNiAzMS4wNEM5Ljk3MDA2IDI5LjgyIDExLjEyIDI5IDEyLjQgMjlINjkuNkM3MC44OCAyOSA3Mi4wMjk5IDI5LjgyIDcyLjQzOTkgMzEuMDRMODIgNTkuMzEwMUg1My45OEM1My45OSA1OS41NDAxIDU0IDU5Ljc3IDU0IDYwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Mi4xIDYwLjk1QzUyLjEgNjYuNSA0Ny4xMyA3MiA0MSA3MkMzNC44NyA3MiAyOS45IDY2LjUgMjkuOSA2MC45NUMyOS45IDYwLjc3IDI5LjkxIDU5LjYgMjkuOTIgNTkuNDJIOUwxNy4xNiAzOS41OEMxNy41MSAzOC42MyAxOC40OSAzOCAxOS41OSAzOEg2Mi40MUM2My41MSAzOCA2NC40OSAzOC42MyA2NC44NCAzOS41OEw3MyA1OS40Mkg1Mi4wOEM1Mi4wOSA1OS42IDUyLjEgNjAuNzcgNTIuMSA2MC45NVoiIGZpbGw9IiNEOERCRkIiLz4KPHBhdGggZD0iTTY0IDY5TDY1LjMzMzEgNzEuNjkwN0M2NS43NTc0IDcyLjU0ODIgNjYuNDUxOCA3My4yNDI2IDY3LjMwOTMgNzMuNjY2OUw3MCA3NUw2Ny4zMDkzIDc2LjMzMzFDNjYuNDUxOCA3Ni43NTc0IDY1Ljc1NzQgNzcuNDUxOCA2NS4zMzMxIDc4LjMwOTNMNjQgODFMNjIuNjY2OSA3OC4zMDkzQzYyLjI0MjYgNzcuNDUxOCA2MS41NDgyIDc2Ljc1NzQgNjAuNjkwNyA3Ni4zMzMxTDU4IDc1TDYwLjY5MDcgNzMuNjY2OUM2MS41NDgyIDczLjI0MjYgNjIuMjQyNiA3Mi41NDgyIDYyLjY2NjkgNzEuNjkwN0w2NCA2OVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl80NzgzXzE1MTg1KSIvPgo8cGF0aCBkPSJNMS4yNSA4NkMxLjI1IDg2Ljk3IDIuMDMgODcuNzUgMyA4Ny43NUg3OUM3OS45NyA4Ny43NSA4MC43NSA4Ni45NyA4MC43NSA4NlY1OS41MUw3MS4yNiAzMS40Mzk5QzcxLjAyIDMwLjcyOTkgNzAuMzUgMzAuMjUgNjkuNiAzMC4yNUgxMi40QzExLjY1IDMwLjI1IDEwLjk4IDMwLjcyOTkgMTAuNzQgMzEuNDM5OUwxLjI1IDU5LjUxVjg2WiIgc3Ryb2tlPSIjOTY5OUI3IiBzdHJva2Utd2lkdGg9IjIuNSIvPgo8cGF0aCBkPSJNOC45OTk4OCA1OUg2LjU2OTgyTTEzLjk5OTkgNTlDMTcuOTM5OSA1OSAyMi4xNzk5IDU5IDI2LjczOTkgNTlDMjguNjE5OSA1OSAyOC42MTk5IDYwLjMyIDI4LjYxOTkgNjFDMjguNjE5OSA2Ny42MyAzNC4xMTk5IDczIDQwLjg5OTkgNzNDNDcuNjc5OSA3MyA1My4xNjk5IDY3LjYzIDUzLjE2OTkgNjFDNTMuMTY5OSA2MC4zMiA1My4xNjk5IDU5IDU1LjA0OTkgNTlINzkuOTk5OSIgc3Ryb2tlPSIjOTY5OUI3IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik00MC4xIDE4Ljc2VjJNMjUuMSAxOC43NkwxNCA2LjMwMDA1TTY2LjEgNi4zMDAwNUw1NSAxOC43NiIgc3Ryb2tlPSIjOUMyNEYyIiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNDc4M18xNTE4NSIgeDE9IjU4LjM1NzMiIHkxPSI3NSIgeDI9IjcwLjYyNTIiIHkyPSI3NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMjA1RUY5Ii8+CjxzdG9wIG9mZnNldD0iMC42IiBzdG9wLWNvbG9yPSIjODM1QUZFIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZENjJEOSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=";
|
|
2
|
-
export {
|
|
3
|
-
N as default
|
|
4
|
-
};
|