0.8.5 • Published 7 months ago

@gradio/highlightedtext v0.8.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

@gradio/highlightedtext

<script>
    import { BaseStaticHighlightedText, BaseInteractiveHighlightedText } from `@gradio/highlightedtext`;
</script>

BaseStaticHighlightedText

	export let value: {
		token: string;
		class_or_confidence: string | number | null;
	}[] = [];
	export let show_legend = false;
	export let show_inline_category = true;
	export let color_map: Record<string, string> = {};
	export let selectable = false;

BaseInteractiveHighlightedText

	export let value: {
		token: string;
		class_or_confidence: string | number | null;
	}[] = [];
	export let show_legend = false;
	export let color_map: Record<string, string> = {};
	export let selectable = false;
0.8.5

7 months ago

0.8.4

7 months ago

0.8.3

7 months ago

0.8.2

7 months ago

0.7.7-beta.3

7 months ago

0.7.7-beta.4

7 months ago

0.7.7-beta.5

7 months ago

0.8.1

7 months ago

0.8.0

7 months ago

0.7.7-beta.2

8 months ago

0.7.7

8 months ago

0.7.7-beta.1

9 months ago

0.7.6

9 months ago

0.7.5

9 months ago

0.7.2

10 months ago

0.7.1

11 months ago

0.7.4

10 months ago

0.7.3

10 months ago

0.6.4

12 months ago

0.7.0

12 months ago

0.6.3

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.15

1 year ago

0.4.14

1 year ago

0.4.13

1 year ago

0.4.12

1 year ago

0.4.11

1 year ago

0.4.10

1 year ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.0-beta.8

2 years ago

0.4.0-beta.6

2 years ago

0.4.0-beta.5

2 years ago