@glodon-aiot/dataset-annotation 3.4.1 → 3.4.2-beta.2
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/es/index.mjs +1 -1
- package/dist/src/Common/PageContent/index.d.ts +1 -1
- package/dist/src/Common/PageHeader/index.d.ts +1 -1
- package/dist/src/components/CompositionInput/index.d.ts +1 -1
- package/dist/src/components/DetectionImageAnnotation/index.d.ts +1 -1
- package/dist/src/components/OcrImageAnnotation/index.d.ts +1 -1
- package/dist/src/components/hooks/Prompt.d.ts +1 -1
- package/package.json +2 -2
|
@@ -3,4 +3,4 @@ export interface PageContentProps {
|
|
|
3
3
|
}
|
|
4
4
|
export interface State {
|
|
5
5
|
}
|
|
6
|
-
export default function PageContent(props: PropsWithChildren<PageContentProps>): JSX.Element;
|
|
6
|
+
export default function PageContent(props: PropsWithChildren<PageContentProps>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,4 +8,4 @@ export interface PageHeaderProps {
|
|
|
8
8
|
}
|
|
9
9
|
export interface State {
|
|
10
10
|
}
|
|
11
|
-
export default function PageHeader(props: PropsWithChildren<PageHeaderProps>): JSX.Element;
|
|
11
|
+
export default function PageHeader(props: PropsWithChildren<PageHeaderProps>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,5 +3,5 @@ import { default as React } from 'react';
|
|
|
3
3
|
interface ICompositionInputProps extends Omit<InputProps, "onChange"> {
|
|
4
4
|
onChange?: (value: string) => void;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: React.MemoExoticComponent<(props: ICompositionInputProps) => JSX.Element>;
|
|
6
|
+
declare const _default: React.MemoExoticComponent<(props: ICompositionInputProps) => import("react/jsx-runtime").JSX.Element>;
|
|
7
7
|
export default _default;
|
|
@@ -16,5 +16,5 @@ export interface DetectionLabelmakerProps {
|
|
|
16
16
|
showLabelList?: boolean | ILabel[];
|
|
17
17
|
renderLabelItem?: (label: LabelItem) => string;
|
|
18
18
|
}
|
|
19
|
-
declare const DetectionLabelmaker: (props: DetectionLabelmakerProps) => JSX.Element;
|
|
19
|
+
declare const DetectionLabelmaker: (props: DetectionLabelmakerProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
20
|
export default DetectionLabelmaker;
|
|
@@ -14,5 +14,5 @@ export interface OcrLabelmakerProps {
|
|
|
14
14
|
categories?: Category[];
|
|
15
15
|
renderLabelItem?: (label: LabelItem) => string;
|
|
16
16
|
}
|
|
17
|
-
declare const OcrLabelmaker: (props: OcrLabelmakerProps) => JSX.Element;
|
|
17
|
+
declare const OcrLabelmaker: (props: OcrLabelmakerProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
18
|
export default OcrLabelmaker;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glodon-aiot/dataset-annotation",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2-beta.2",
|
|
4
4
|
"module": "./dist/es/index.mjs",
|
|
5
5
|
"main": "./dist/lib/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ant-design/icons": "^5.3.4",
|
|
39
39
|
"@aws-crypto/sha256-js": "^3.0.0",
|
|
40
|
-
"@glodon-aiot/apis": "^3.4.
|
|
40
|
+
"@glodon-aiot/apis": "^3.4.2-beta.2",
|
|
41
41
|
"@glodon-aiot/minio": "^0.1.6",
|
|
42
42
|
"@reduxjs/toolkit": "^1.9.5",
|
|
43
43
|
"@types/fabric": "^5.3.2",
|