triiiceratops 0.9.13 → 0.10.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.
Files changed (133) hide show
  1. package/dist/ArrowCounterClockwise-C6n_F9YZ.js +136 -0
  2. package/dist/X-BUzsFa3u.js +886 -0
  3. package/dist/annotation_tool_point-CCJi2I8J.js +290 -0
  4. package/dist/components/AnnotationOverlay.svelte +179 -86
  5. package/dist/components/LeftFab.svelte +21 -9
  6. package/dist/components/OSDViewer.svelte +20 -3
  7. package/dist/components/ThumbnailGallery.svelte +4 -4
  8. package/dist/components/TriiiceratopsViewer.svelte +167 -49
  9. package/dist/components/TriiiceratopsViewer.svelte.d.ts +5 -5
  10. package/dist/components/TriiiceratopsViewerElement.svelte +2 -2
  11. package/dist/components/TriiiceratopsViewerElement.svelte.d.ts +2 -2
  12. package/dist/custom-element.d.ts +10 -0
  13. package/dist/custom-element.js +13 -0
  14. package/dist/image_filters_reset-CWe7vTJU.js +108 -0
  15. package/dist/index.d.ts +1 -2
  16. package/dist/index.js +0 -1
  17. package/dist/paraglide/messages/_index.d.ts +30 -0
  18. package/dist/paraglide/messages/_index.js +31 -1
  19. package/dist/paraglide/messages/annotation_editor_add_content.d.ts +4 -0
  20. package/dist/paraglide/messages/annotation_editor_add_content.js +34 -0
  21. package/dist/paraglide/messages/annotation_editor_cancel.d.ts +4 -0
  22. package/dist/paraglide/messages/annotation_editor_cancel.js +34 -0
  23. package/dist/paraglide/messages/annotation_editor_create_mode.d.ts +4 -0
  24. package/dist/paraglide/messages/annotation_editor_create_mode.js +34 -0
  25. package/dist/paraglide/messages/annotation_editor_delete.d.ts +4 -0
  26. package/dist/paraglide/messages/annotation_editor_delete.js +34 -0
  27. package/dist/paraglide/messages/annotation_editor_delete_message.d.ts +4 -0
  28. package/dist/paraglide/messages/annotation_editor_delete_message.js +34 -0
  29. package/dist/paraglide/messages/annotation_editor_delete_title.d.ts +4 -0
  30. package/dist/paraglide/messages/annotation_editor_delete_title.js +34 -0
  31. package/dist/paraglide/messages/annotation_editor_delete_tooltip.d.ts +4 -0
  32. package/dist/paraglide/messages/annotation_editor_delete_tooltip.js +34 -0
  33. package/dist/paraglide/messages/annotation_editor_edit_mode.d.ts +4 -0
  34. package/dist/paraglide/messages/annotation_editor_edit_mode.js +34 -0
  35. package/dist/paraglide/messages/annotation_editor_edit_section.d.ts +4 -0
  36. package/dist/paraglide/messages/annotation_editor_edit_section.js +34 -0
  37. package/dist/paraglide/messages/annotation_editor_instruction_create.d.ts +4 -0
  38. package/dist/paraglide/messages/annotation_editor_instruction_create.js +34 -0
  39. package/dist/paraglide/messages/annotation_editor_instruction_edit.d.ts +4 -0
  40. package/dist/paraglide/messages/annotation_editor_instruction_edit.js +34 -0
  41. package/dist/paraglide/messages/annotation_editor_link_placeholder.d.ts +4 -0
  42. package/dist/paraglide/messages/annotation_editor_link_placeholder.js +34 -0
  43. package/dist/paraglide/messages/annotation_editor_redo.d.ts +4 -0
  44. package/dist/paraglide/messages/annotation_editor_redo.js +34 -0
  45. package/dist/paraglide/messages/annotation_editor_save.d.ts +4 -0
  46. package/dist/paraglide/messages/annotation_editor_save.js +34 -0
  47. package/dist/paraglide/messages/annotation_editor_tag_placeholder.d.ts +4 -0
  48. package/dist/paraglide/messages/annotation_editor_tag_placeholder.js +34 -0
  49. package/dist/paraglide/messages/annotation_editor_text_placeholder.d.ts +4 -0
  50. package/dist/paraglide/messages/annotation_editor_text_placeholder.js +34 -0
  51. package/dist/paraglide/messages/annotation_editor_title.d.ts +4 -0
  52. package/dist/paraglide/messages/annotation_editor_title.js +34 -0
  53. package/dist/paraglide/messages/annotation_editor_tool_label.d.ts +4 -0
  54. package/dist/paraglide/messages/annotation_editor_tool_label.js +34 -0
  55. package/dist/paraglide/messages/annotation_editor_undo.d.ts +4 -0
  56. package/dist/paraglide/messages/annotation_editor_undo.js +34 -0
  57. package/dist/paraglide/messages/annotation_tool_point.d.ts +4 -0
  58. package/dist/paraglide/messages/annotation_tool_point.js +34 -0
  59. package/dist/paraglide/messages/annotation_tool_polygon.d.ts +4 -0
  60. package/dist/paraglide/messages/annotation_tool_polygon.js +34 -0
  61. package/dist/paraglide/messages/annotation_tool_rectangle.d.ts +4 -0
  62. package/dist/paraglide/messages/annotation_tool_rectangle.js +34 -0
  63. package/dist/paraglide/messages/image_adjustments_title.d.ts +4 -0
  64. package/dist/paraglide/messages/image_adjustments_title.js +34 -0
  65. package/dist/paraglide/messages/image_filters_brightness.d.ts +4 -0
  66. package/dist/paraglide/messages/image_filters_brightness.js +34 -0
  67. package/dist/paraglide/messages/image_filters_contrast.d.ts +4 -0
  68. package/dist/paraglide/messages/image_filters_contrast.js +34 -0
  69. package/dist/paraglide/messages/image_filters_effects.d.ts +4 -0
  70. package/dist/paraglide/messages/image_filters_effects.js +34 -0
  71. package/dist/paraglide/messages/image_filters_grayscale.d.ts +4 -0
  72. package/dist/paraglide/messages/image_filters_grayscale.js +34 -0
  73. package/dist/paraglide/messages/image_filters_invert.d.ts +4 -0
  74. package/dist/paraglide/messages/image_filters_invert.js +34 -0
  75. package/dist/paraglide/messages/image_filters_reset.d.ts +4 -0
  76. package/dist/paraglide/messages/image_filters_reset.js +34 -0
  77. package/dist/paraglide/messages/image_filters_saturation.d.ts +4 -0
  78. package/dist/paraglide/messages/image_filters_saturation.js +34 -0
  79. package/dist/paraglide/messages/plugins_tooltip.js +1 -1
  80. package/dist/plugins/annotation-editor/AnnotationEditorController.svelte +166 -0
  81. package/dist/plugins/annotation-editor/AnnotationEditorController.svelte.d.ts +9 -0
  82. package/dist/plugins/annotation-editor/AnnotationEditorPanel.svelte +315 -0
  83. package/dist/plugins/annotation-editor/AnnotationEditorPanel.svelte.d.ts +24 -0
  84. package/dist/plugins/annotation-editor/AnnotationManager.svelte.d.ts +39 -0
  85. package/dist/plugins/annotation-editor/AnnotationManager.svelte.js +433 -0
  86. package/dist/plugins/annotation-editor/adapters/LocalStorageAdapter.d.ts +20 -0
  87. package/dist/plugins/annotation-editor/adapters/LocalStorageAdapter.js +67 -0
  88. package/dist/plugins/annotation-editor/adapters/index.d.ts +2 -0
  89. package/dist/plugins/annotation-editor/adapters/index.js +1 -0
  90. package/dist/plugins/annotation-editor/adapters/types.d.ts +23 -0
  91. package/dist/plugins/annotation-editor/adapters/types.js +1 -0
  92. package/dist/plugins/annotation-editor/iife-entry.d.ts +15 -0
  93. package/dist/plugins/annotation-editor/iife-entry.js +35 -0
  94. package/dist/plugins/annotation-editor/index.d.ts +41 -0
  95. package/dist/plugins/annotation-editor/index.js +57 -0
  96. package/dist/plugins/annotation-editor/loader.svelte.d.ts +7 -0
  97. package/dist/plugins/annotation-editor/loader.svelte.js +32 -0
  98. package/dist/plugins/annotation-editor/types.d.ts +41 -0
  99. package/dist/plugins/annotation-editor/types.js +13 -0
  100. package/dist/plugins/annotation-editor.js +32824 -0
  101. package/dist/plugins/image-manipulation/ImageManipulationController.svelte +54 -0
  102. package/dist/plugins/image-manipulation/ImageManipulationController.svelte.d.ts +6 -0
  103. package/dist/plugins/image-manipulation/ImageManipulationPanel.svelte +19 -9
  104. package/dist/plugins/image-manipulation/ImageManipulationPanel.svelte.d.ts +1 -0
  105. package/dist/plugins/image-manipulation/iife-entry.d.ts +13 -0
  106. package/dist/plugins/image-manipulation/iife-entry.js +17 -0
  107. package/dist/plugins/image-manipulation/index.d.ts +15 -1
  108. package/dist/plugins/image-manipulation/index.js +21 -1
  109. package/dist/plugins/image-manipulation.js +265 -0
  110. package/dist/state/i18n.svelte.js +4 -2
  111. package/dist/state/manifests.svelte.d.ts +7 -2
  112. package/dist/state/manifests.svelte.js +45 -13
  113. package/dist/state/viewer.svelte.d.ts +16 -13
  114. package/dist/state/viewer.svelte.js +75 -84
  115. package/dist/triiiceratops-bundle.js +3260 -3155
  116. package/dist/triiiceratops-element.css +1 -0
  117. package/dist/triiiceratops-element.iife.js +99 -0
  118. package/dist/triiiceratops.css +1 -1
  119. package/dist/types/plugin.d.ts +21 -62
  120. package/dist/types/plugin.js +1 -23
  121. package/dist/utils/annotationAdapter.d.ts +12 -1
  122. package/dist/utils/annotationAdapter.js +98 -39
  123. package/package.json +13 -6
  124. package/dist/chunks/TriiiceratopsViewer-EViTQO_n.js +0 -10437
  125. package/dist/chunks/openseadragon-CHvATAD9.js +0 -12427
  126. package/dist/components/TriiiceratopsViewerElementImage.svelte +0 -143
  127. package/dist/components/TriiiceratopsViewerElementImage.svelte.d.ts +0 -27
  128. package/dist/custom-element-image.d.ts +0 -1
  129. package/dist/custom-element-image.js +0 -2
  130. package/dist/plugins/image-manipulation/ImageManipulationPlugin.svelte.d.ts +0 -19
  131. package/dist/plugins/image-manipulation/ImageManipulationPlugin.svelte.js +0 -87
  132. package/dist/triiiceratops-element-image.js +0 -555
  133. package/dist/triiiceratops-element.js +0 -114
@@ -88,4 +88,34 @@ export * from "./theme_menu_title.js";
88
88
  export * from "./error_prefix.js";
89
89
  export * from "./no_image_found.js";
90
90
  export * from "./settings_panel_width.js";
91
+ export * from "./annotation_editor_title.js";
92
+ export * from "./annotation_editor_edit_mode.js";
93
+ export * from "./annotation_editor_create_mode.js";
94
+ export * from "./annotation_editor_instruction_create.js";
95
+ export * from "./annotation_editor_instruction_edit.js";
96
+ export * from "./annotation_editor_tool_label.js";
97
+ export * from "./annotation_editor_undo.js";
98
+ export * from "./annotation_editor_redo.js";
99
+ export * from "./annotation_editor_edit_section.js";
100
+ export * from "./annotation_editor_delete_tooltip.js";
101
+ export * from "./annotation_editor_tag_placeholder.js";
102
+ export * from "./annotation_editor_link_placeholder.js";
103
+ export * from "./annotation_editor_text_placeholder.js";
104
+ export * from "./annotation_editor_add_content.js";
105
+ export * from "./annotation_editor_save.js";
106
+ export * from "./annotation_editor_delete_title.js";
107
+ export * from "./annotation_editor_delete_message.js";
108
+ export * from "./annotation_editor_cancel.js";
109
+ export * from "./annotation_editor_delete.js";
110
+ export * from "./image_adjustments_title.js";
111
+ export * from "./image_filters_brightness.js";
112
+ export * from "./image_filters_contrast.js";
113
+ export * from "./image_filters_saturation.js";
114
+ export * from "./image_filters_effects.js";
115
+ export * from "./image_filters_invert.js";
116
+ export * from "./image_filters_grayscale.js";
117
+ export * from "./image_filters_reset.js";
118
+ export * from "./annotation_tool_rectangle.js";
119
+ export * from "./annotation_tool_polygon.js";
120
+ export * from "./annotation_tool_point.js";
91
121
  export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -89,4 +89,34 @@ export * from './change_theme_label.js'
89
89
  export * from './theme_menu_title.js'
90
90
  export * from './error_prefix.js'
91
91
  export * from './no_image_found.js'
92
- export * from './settings_panel_width.js'
92
+ export * from './settings_panel_width.js'
93
+ export * from './annotation_editor_title.js'
94
+ export * from './annotation_editor_edit_mode.js'
95
+ export * from './annotation_editor_create_mode.js'
96
+ export * from './annotation_editor_instruction_create.js'
97
+ export * from './annotation_editor_instruction_edit.js'
98
+ export * from './annotation_editor_tool_label.js'
99
+ export * from './annotation_editor_undo.js'
100
+ export * from './annotation_editor_redo.js'
101
+ export * from './annotation_editor_edit_section.js'
102
+ export * from './annotation_editor_delete_tooltip.js'
103
+ export * from './annotation_editor_tag_placeholder.js'
104
+ export * from './annotation_editor_link_placeholder.js'
105
+ export * from './annotation_editor_text_placeholder.js'
106
+ export * from './annotation_editor_add_content.js'
107
+ export * from './annotation_editor_save.js'
108
+ export * from './annotation_editor_delete_title.js'
109
+ export * from './annotation_editor_delete_message.js'
110
+ export * from './annotation_editor_cancel.js'
111
+ export * from './annotation_editor_delete.js'
112
+ export * from './image_adjustments_title.js'
113
+ export * from './image_filters_brightness.js'
114
+ export * from './image_filters_contrast.js'
115
+ export * from './image_filters_saturation.js'
116
+ export * from './image_filters_effects.js'
117
+ export * from './image_filters_invert.js'
118
+ export * from './image_filters_grayscale.js'
119
+ export * from './image_filters_reset.js'
120
+ export * from './annotation_tool_rectangle.js'
121
+ export * from './annotation_tool_polygon.js'
122
+ export * from './annotation_tool_point.js'
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_add_content(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_add_content = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Add Content`)
7
+ };
8
+
9
+ const de_annotation_editor_add_content = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Inhalt hinzufügen`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_add_content = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_add_content(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_add_content", locale)
32
+ if (locale === "en") return en_annotation_editor_add_content(inputs)
33
+ return de_annotation_editor_add_content(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_cancel(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_cancel = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Cancel`)
7
+ };
8
+
9
+ const de_annotation_editor_cancel = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Abbrechen`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_cancel = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_cancel(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_cancel", locale)
32
+ if (locale === "en") return en_annotation_editor_cancel(inputs)
33
+ return de_annotation_editor_cancel(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_create_mode(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_create_mode = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Create`)
7
+ };
8
+
9
+ const de_annotation_editor_create_mode = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Erstellen`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_create_mode = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_create_mode(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_create_mode", locale)
32
+ if (locale === "en") return en_annotation_editor_create_mode(inputs)
33
+ return de_annotation_editor_create_mode(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_delete(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_delete = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Delete`)
7
+ };
8
+
9
+ const de_annotation_editor_delete = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Löschen`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_delete = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_delete(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_delete", locale)
32
+ if (locale === "en") return en_annotation_editor_delete(inputs)
33
+ return de_annotation_editor_delete(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_delete_message(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_delete_message = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Are you sure you want to delete this annotation? This action cannot be undone.`)
7
+ };
8
+
9
+ const de_annotation_editor_delete_message = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Anmerkung wirklich löschen? Dies kann nicht rückgängig gemacht werden.`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_delete_message = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_delete_message(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_delete_message", locale)
32
+ if (locale === "en") return en_annotation_editor_delete_message(inputs)
33
+ return de_annotation_editor_delete_message(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_delete_title(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_delete_title = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Delete Annotation?`)
7
+ };
8
+
9
+ const de_annotation_editor_delete_title = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Anmerkung löschen?`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_delete_title = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_delete_title(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_delete_title", locale)
32
+ if (locale === "en") return en_annotation_editor_delete_title(inputs)
33
+ return de_annotation_editor_delete_title(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_delete_tooltip(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_delete_tooltip = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Delete annotation`)
7
+ };
8
+
9
+ const de_annotation_editor_delete_tooltip = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Anmerkung löschen`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_delete_tooltip = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_delete_tooltip(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_delete_tooltip", locale)
32
+ if (locale === "en") return en_annotation_editor_delete_tooltip(inputs)
33
+ return de_annotation_editor_delete_tooltip(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_edit_mode(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_edit_mode = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Edit`)
7
+ };
8
+
9
+ const de_annotation_editor_edit_mode = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Bearbeiten`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_edit_mode = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_edit_mode(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_edit_mode", locale)
32
+ if (locale === "en") return en_annotation_editor_edit_mode(inputs)
33
+ return de_annotation_editor_edit_mode(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_edit_section(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_edit_section = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Edit Annotation`)
7
+ };
8
+
9
+ const de_annotation_editor_edit_section = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Anmerkung bearbeiten`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_edit_section = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_edit_section(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_edit_section", locale)
32
+ if (locale === "en") return en_annotation_editor_edit_section(inputs)
33
+ return de_annotation_editor_edit_section(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_instruction_create(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_instruction_create = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Click to start annotating, click again to set shape`)
7
+ };
8
+
9
+ const de_annotation_editor_instruction_create = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Klicken zum Annotieren, erneut klicken zum Abschließen`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_instruction_create = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_instruction_create(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_instruction_create", locale)
32
+ if (locale === "en") return en_annotation_editor_instruction_create(inputs)
33
+ return de_annotation_editor_instruction_create(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_instruction_edit(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_instruction_edit = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Click on an annotation to select and edit it`)
7
+ };
8
+
9
+ const de_annotation_editor_instruction_edit = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Anmerkung klicken zum Bearbeiten`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_instruction_edit = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_instruction_edit(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_instruction_edit", locale)
32
+ if (locale === "en") return en_annotation_editor_instruction_edit(inputs)
33
+ return de_annotation_editor_instruction_edit(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_link_placeholder(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_link_placeholder = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`https://...`)
7
+ };
8
+
9
+ const de_annotation_editor_link_placeholder = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`https://...`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_link_placeholder = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_link_placeholder(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_link_placeholder", locale)
32
+ if (locale === "en") return en_annotation_editor_link_placeholder(inputs)
33
+ return de_annotation_editor_link_placeholder(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_redo(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;
@@ -0,0 +1,34 @@
1
+ /* eslint-disable */
2
+ import { getLocale, trackMessageCall, experimentalMiddlewareLocaleSplitting, isServer } from '../runtime.js';
3
+ /** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
4
+
5
+ const en_annotation_editor_redo = /** @type {(inputs: {}) => LocalizedString} */ () => {
6
+ return /** @type {LocalizedString} */ (`Redo`)
7
+ };
8
+
9
+ const de_annotation_editor_redo = /** @type {(inputs: {}) => LocalizedString} */ () => {
10
+ return /** @type {LocalizedString} */ (`Wiederholen`)
11
+ };
12
+
13
+ /**
14
+ * This function has been compiled by [Paraglide JS](https://inlang.com/m/gerre34r).
15
+ *
16
+ * - Changing this function will be over-written by the next build.
17
+ *
18
+ * - If you want to change the translations, you can either edit the source files e.g. `en.json`, or
19
+ * use another inlang app like [Fink](https://inlang.com/m/tdozzpar) or the [VSCode extension Sherlock](https://inlang.com/m/r7kp499g).
20
+ *
21
+ * @param {{}} inputs
22
+ * @param {{ locale?: "en" | "de" }} options
23
+ * @returns {LocalizedString}
24
+ */
25
+ /* @__NO_SIDE_EFFECTS__ */
26
+ export const annotation_editor_redo = (inputs = {}, options = {}) => {
27
+ if (experimentalMiddlewareLocaleSplitting && isServer === false) {
28
+ return /** @type {any} */ (globalThis).__paraglide_ssr.annotation_editor_redo(inputs)
29
+ }
30
+ const locale = options.locale ?? getLocale()
31
+ trackMessageCall("annotation_editor_redo", locale)
32
+ if (locale === "en") return en_annotation_editor_redo(inputs)
33
+ return de_annotation_editor_redo(inputs)
34
+ };
@@ -0,0 +1,4 @@
1
+ export function annotation_editor_save(inputs?: {}, options?: {
2
+ locale?: "en" | "de";
3
+ }): LocalizedString;
4
+ export type LocalizedString = import("../runtime.js").LocalizedString;