@box/metadata-editor 0.84.10 → 0.85.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/chunks/filter-dropdown-menu.module.js +4 -5
- package/chunks/index.js +292 -0
- package/chunks/message.js +18 -0
- package/chunks/taxonomy-ancestor-status-pill.js +33 -33
- package/chunks/utils2.js +7 -8
- package/esm/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.js +5 -5
- package/esm/lib/components/add-metadata-template-dropdown/messages.js +1 -1
- package/esm/lib/components/combobox-with-api-pagination/combobox-with-api-pagination.js +29 -29
- package/esm/lib/components/combobox-with-api-pagination/messages.js +1 -1
- package/esm/lib/components/filter-dropdown-menu/filter-dropdown-menu-empty-state.js +1 -1
- package/esm/lib/components/filter-dropdown-menu/filter-dropdown-menu-search.js +6 -6
- package/esm/lib/components/filter-dropdown-menu/messages.js +1 -1
- package/esm/lib/components/filter-instances-dropdown/filter-instances-dropdown.js +10 -11
- package/esm/lib/components/filter-instances-dropdown/messages.js +1 -1
- package/esm/lib/components/interactive-header-text/interactive-header-text.js +8 -9
- package/esm/lib/components/interactive-text/interactive-text.js +11 -12
- package/esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/ai-suggestion-field.js +14 -14
- package/esm/lib/components/metadata-editor-fields/components/ai-suggestion-field/messages.js +1 -1
- package/esm/lib/components/metadata-editor-fields/components/metadata-date-field/metadata-date-field.js +1 -1
- package/esm/lib/components/metadata-editor-fields/components/metadata-enum-field/metadata-enum-field.js +28 -27
- package/esm/lib/components/metadata-editor-fields/components/metadata-float-field/use-float-validation.js +6 -6
- package/esm/lib/components/metadata-editor-fields/components/metadata-multi-select-field/metadata-multi-select-field.js +5 -5
- package/esm/lib/components/metadata-editor-fields/components/metadata-string-field/metadata-string-field.js +9 -9
- package/esm/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/metadata-taxonomy-field.js +5 -5
- package/esm/lib/components/metadata-editor-fields/components/update-mode-field-wrapper/messages.js +1 -1
- package/esm/lib/components/metadata-editor-fields/components/update-mode-field-wrapper/update-mode-field-wrapper.js +2 -3
- package/esm/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.js +567 -70
- package/esm/lib/components/metadata-editor-fields/metadata-editor-fields.js +19 -18
- package/esm/lib/components/metadata-empty-state/messages.js +1 -1
- package/esm/lib/components/metadata-empty-state/metadata-empty-state.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/custom-instance.js +13 -14
- package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance/messages.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/custom-instance-new-field.js +4 -5
- package/esm/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/messages.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.js +14 -14
- package/esm/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/messages.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.js +27 -28
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/messages.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.js +10 -11
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/messages.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/metadata-instance-form-footer.js +4 -5
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/messages.js +1 -1
- package/esm/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.js +16 -17
- package/esm/lib/components/metadata-instance-list/metadata-instance-list.js +8 -9
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.js +7 -8
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/metadata-instance-content.js +3 -4
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.js +8 -9
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/messages.js +3 -3
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/taxonomy-ancestor-status-pill.js +4 -3
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-footer/messages.js +1 -1
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-footer/metadata-instance-footer.js +6 -7
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/messages.js +1 -1
- package/esm/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.js +10 -11
- package/esm/lib/components/unsaved-changes-modal/messages.js +1 -1
- package/esm/lib/components/unsaved-changes-modal/unsaved-changes-modal.js +19 -18
- package/esm/lib/messages.js +1 -1
- package/esm/lib/metadata-editor.js +4 -5
- package/i18n/en-x-pseudo.js +111 -111
- package/i18n/en-x-pseudo.properties +111 -111
- package/package.json +5 -5
- package/styles/ai-suggestion-field.css +1 -1
- package/styles/utils.css +1 -1
- package/types/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.d.ts +1 -1
- package/types/lib/components/add-metadata-template-dropdown/types.d.ts +1 -1
- package/types/lib/components/combobox-with-api-pagination/combobox-with-api-pagination.d.ts +5 -5
- package/types/lib/components/combobox-with-api-pagination/types.d.ts +2 -2
- package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-content.d.ts +1 -1
- package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-item.d.ts +1 -1
- package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-list.d.ts +1 -1
- package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-root.d.ts +1 -1
- package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-search.d.ts +1 -1
- package/types/lib/components/filter-dropdown-menu/filter-dropdown-menu-trigger.d.ts +1 -1
- package/types/lib/components/filter-dropdown-menu/index.d.ts +6 -6
- package/types/lib/components/filter-instances-dropdown/filter-instances-dropdown.d.ts +1 -1
- package/types/lib/components/filter-instances-dropdown/types.d.ts +1 -1
- package/types/lib/components/interactive-header-text/interactive-header-text.d.ts +1 -1
- package/types/lib/components/interactive-text/interactive-text.d.ts +1 -1
- package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/ai-suggestion-field.d.ts +1 -1
- package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/types.d.ts +1 -1
- package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/utils.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/metadata-date-field/metadata-date-field.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/metadata-date-field/types.d.ts +1 -1
- package/types/lib/components/metadata-editor-fields/components/metadata-enum-field/metadata-enum-field.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/metadata-float-field/metadata-float-field.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/metadata-multi-select-field/metadata-multi-select-field.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/metadata-string-field/metadata-string-field.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/metadata-taxonomy-field.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/metadata-taxonomy-field/types.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/components/update-mode-field-wrapper/update-mode-field-wrapper.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/editor-field-types.d.ts +6 -6
- package/types/lib/components/metadata-editor-fields/metadata-editor-field-wrapper.d.ts +4 -4
- package/types/lib/components/metadata-editor-fields/metadata-editor-fields.d.ts +1 -1
- package/types/lib/components/metadata-editor-fields/types.d.ts +2 -2
- package/types/lib/components/metadata-editor-fields/utils.d.ts +1 -1
- package/types/lib/components/metadata-empty-state/metadata-empty-state.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/custom-instance/custom-instance.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/custom-instance-new-field/custom-instance-new-field.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/delete-confirmation-modal/delete-confirmation-modal.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form-card-wrapper.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/metadata-instance-form.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/types.d.ts +3 -3
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form/utils.d.ts +3 -3
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/metadata-instance-form-autofill-button.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-autofill-button/types.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-footer/metadata-instance-form-footer.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/metadata-instance-form-header.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/subcomponents/metadata-instance-form-header/types.d.ts +1 -1
- package/types/lib/components/metadata-instance-editor/types.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/metadata-instance-list.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/metadata-instance.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance/types.d.ts +2 -2
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/metadata-instance-content.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-content/types.d.ts +2 -2
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-entry-display.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/metadata-instance-entry.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/taxonomy-ancestor-status-pill.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/taxonomy-entry/taxonomy-value.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-entry/types.d.ts +2 -2
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-footer/metadata-instance-footer.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/subcomponents/metadata-instance-header/metadata-instance-header.d.ts +1 -1
- package/types/lib/components/metadata-instance-list/types.d.ts +2 -2
- package/types/lib/components/unsaved-changes-modal/types.d.ts +1 -1
- package/types/lib/components/unsaved-changes-modal/unsaved-changes-modal.d.ts +1 -1
- package/types/lib/defaults.d.ts +1 -1
- package/types/lib/mappers.d.ts +2 -2
- package/types/lib/test-utils/formik-wrapper.d.ts +3 -3
- package/types/lib/test-utils/sample-data.d.ts +1 -1
- package/types/lib/test-utils/test-utils.d.ts +1 -1
- package/types/lib/types.d.ts +1 -1
- package/types/lib/utils/api-wrapper.d.ts +1 -1
- package/types/lib/utils/autofill-context.d.ts +2 -2
- package/types/lib/utils/convertDate.d.ts +1 -1
- package/types/lib/utils/utils.d.ts +1 -1
@@ -1,224 +1,224 @@
|
|
1
1
|
# Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection.
|
2
|
-
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
2
|
+
comboboxWithApiPagination.clearButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Ċļęāř іʼnΡцτ ǻлď ŝеľėçţїóή 國國國國國國國⟧
|
3
3
|
# Error message displayed resembling button that calls to action to reload the results
|
4
|
-
comboboxWithApiPagination.errorAction = ⟦萬
|
4
|
+
comboboxWithApiPagination.errorAction = ⟦萬 Ŗеĺοåď 國⟧
|
5
5
|
# Aria-label text for the error icon in the loading results error message
|
6
|
-
comboboxWithApiPagination.errorIconLabel = ⟦萬
|
6
|
+
comboboxWithApiPagination.errorIconLabel = ⟦萬 Ēŗяόг 國⟧
|
7
7
|
# Error message displayed as inline notice that informs the user that the options failed to load
|
8
|
-
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬
|
8
|
+
comboboxWithApiPagination.errorMessage = ⟦萬萬萬萬萬萬 ₣άїľеď ţô ļôαď óΡţіøŋŝ 國國國國國國⟧
|
9
9
|
# Visually hidden aria-label text for the loading spinner
|
10
|
-
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬
|
10
|
+
comboboxWithApiPagination.loadingAriaLabel = ⟦萬萬 Ĺσāďϊπĝ... 國國⟧
|
11
11
|
# Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list
|
12
|
-
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬
|
12
|
+
comboboxWithApiPagination.loadingMoreAriaLabel = ⟦萬萬萬萬 Ŀöåďíńġ móяе... 國國國國⟧
|
13
13
|
# Message displayed when no results are found in the combobox
|
14
|
-
comboboxWithApiPagination.noResults = ⟦萬萬萬萬
|
14
|
+
comboboxWithApiPagination.noResults = ⟦萬萬萬萬 Νô řěşũľţş ƒóûиď 國國國國⟧
|
15
15
|
# Aria label indicating that content is loading or in progress
|
16
|
-
groupSharedFeatures.metadataEditor.loading = ⟦萬萬
|
16
|
+
groupSharedFeatures.metadataEditor.loading = ⟦萬萬 ĺōäďĭиġ 國國⟧
|
17
17
|
# Error message shown if an invalid after date is entered. {date} represents the date entered by the user.
|
18
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬
|
18
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.afterDateValidationError = ⟦萬萬萬萬萬萬萬 Επŧёг â ďάťè ąƒŧёŕ {date} 國國國國國國國⟧
|
19
19
|
# Label for the append radio button in the update mode selector
|
20
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬
|
20
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.append = ⟦萬 ĂΡΡęиď 國⟧
|
21
21
|
# Error message shown if an invalid before date is entered. {date} represents the date entered by the user.
|
22
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬
|
22
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.beforeDateValidationError = ⟦萬萬萬萬萬萬萬 Ëπŧεѓ ą ďãţě ьěƒõŕє {date} 國國國國國國國⟧
|
23
23
|
# Label for the Clear All & Replace radio button in the update mode selector
|
24
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬
|
24
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearAndReplace = ⟦萬萬萬萬萬 Çĺĕâŗ Άĺľ & ЯĕΡĺäçě 國國國國國⟧
|
25
25
|
# Aria label for clearing the selected date
|
26
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬
|
26
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.clearSelectedDate = ⟦萬萬萬萬萬 Ćľέαѓ ѕéľεćťéď ďąťę 國國國國國⟧
|
27
27
|
# Error message shown for an invalid field value
|
28
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬
|
28
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.floatFieldInvalidValue = ⟦萬萬萬萬萬 Īиνāļίď ƒіêľď νăľùě 國國國國國⟧
|
29
29
|
# Placeholder text for the multiselect field
|
30
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬
|
30
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.multiselectPlaceholder = ⟦萬萬萬萬 Śέľєсτ νåļüе(ŝ) 國國國國⟧
|
31
31
|
# Error message shown if no attributes are available in the template
|
32
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
32
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.noTemplateAtributesError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Τĥëŗē áґę ηо āŧŧřïьűţєŝ ĭʼn ťнìŝ ťęmΡľáτе. 國國國國國國國國國國國國⟧
|
33
33
|
# Aria label for opening the calendar to pick a date
|
34
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬
|
34
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.openCalendarLabel = ⟦萬萬萬萬萬萬萬萬 ÓΡєŋ ćáļěňďāґ ťó Ρįċκ ą ďąťє 國國國國國國國國⟧
|
35
35
|
# Label for the remove entered radio button in the update mode selector
|
36
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬
|
36
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.removeEntered = ⟦萬萬萬萬 Ґĕmōνê Εʼnŧēѓéď 國國國國⟧
|
37
37
|
# Label for the replace entered radio button in the update mode selector
|
38
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬
|
38
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.replaceEntered = ⟦萬萬萬萬 ΓеΡľãčê Еńťèřèď 國國國國⟧
|
39
39
|
# Aria label for selecting the date
|
40
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬
|
40
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectDate = ⟦萬萬萬萬 Śēĺέ¢ţ ŧħę ďáŧē 國國國國⟧
|
41
41
|
# Placeholder text for selecting a value
|
42
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬
|
42
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.selectValuePlaceholder = ⟦萬萬萬萬 Śёĺéćţ α νäļűē 國國國國⟧
|
43
43
|
# Placeholder text for setting a value
|
44
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬
|
44
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.setValuePlaceholder = ⟦萬萬 Şëţ Vάļµë 國國⟧
|
45
45
|
# Aria label for switching to the next month in the calendar
|
46
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬
|
46
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToNextMonth = ⟦萬萬萬萬萬 Ŝώιťčн ţο лėхŧ mσлŧн 國國國國國⟧
|
47
47
|
# Aria label for switching to the previous month in the calendar
|
48
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬
|
48
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.switchToPreviousMonth = ⟦萬萬萬萬萬萬萬 Şщίτ¢н ŧо Ρŗêνіŏůś mőπťĥ 國國國國國國國⟧
|
49
49
|
# Placeholder text for selecting a taxonomy option
|
50
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬
|
50
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.taxonomyPlaceholder = ⟦萬萬萬萬 Ŝέľĕčť ăʼn оΡťіόń 國國國國⟧
|
51
51
|
# aria-label for an icon button that toggles visiblity of update mode slection radio control.
|
52
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬
|
52
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.toggleUpdateModeSelectiorAriaLabel = ⟦萬萬萬萬萬萬萬萬 Ťōġĝĺė űΡďàţê móďè şёľë¢ţõя 國國國國國國國國⟧
|
53
53
|
# Label for the additional input field that appears when the selected update mode is "Replace Entered"
|
54
|
-
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬
|
54
|
+
groupSharedFeatures.metadataEditor.metadataEditorFields.with = ⟦萬 Щįτħ 國⟧
|
55
55
|
# Label for the button that applies the selection and closes the template selection dialog
|
56
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦
|
56
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.add = ⟦ Άďď ⟧
|
57
57
|
# Label for the button that dismisses the template selection dialog
|
58
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬
|
58
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.cancel = ⟦萬 Ĉāńċёĺ 國⟧
|
59
59
|
# Aria label for the button that closes the template selection dialog
|
60
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬
|
60
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.close = ⟦萬 Čľσşë 國⟧
|
61
61
|
# Title for the metadata template selection dialog
|
62
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬
|
62
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.header = ⟦萬萬萬萬萬萬萬 Şęļęčŧ Мєţāďǻŧã ŤëmΡĺαŧè 國國國國國國國⟧
|
63
63
|
# Accessibility label for the button that clears the value of the search input that filters the templates in the metadata template selection dialog
|
64
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬
|
64
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputClearAriaLabel = ⟦萬 Ĉĺєǻг 國⟧
|
65
65
|
# Accessibility label for icon inside the search input that filters the templates in the metadata template selection dialog
|
66
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬
|
66
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputIconAriaLabel = ⟦萬萬萬萬萬 Ѕέáŗĉħ ǻľĺ ŧëmΡļàŧěś 國國國國國⟧
|
67
67
|
# Placeholder text for the search input in the metadata template selector modal
|
68
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬
|
68
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.searchInputPlaceholder = ⟦萬萬萬萬萬 Ŝèάгĉħ áĺļ ťèmΡļαţєś 國國國國國⟧
|
69
69
|
# Placeholder text prompting the user to select a template
|
70
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬
|
70
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplate = ⟦萬萬萬萬萬 Śęĺęćŧ á ŦěmΡĺãτě 國國國國國⟧
|
71
71
|
# Error message displayed when templates fail to load
|
72
|
-
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬
|
72
|
+
groupSharedFeatures.metadataEditor.metadataTemplateSelector.selectTemplateError = ⟦萬萬萬萬萬萬萬萬萬萬萬萬 Çŏúľď иóţ ľōǻď ťêmΡľâτěş. Ŧґŷ áġάíи ľάŧēř 國國國國國國國國國國國國⟧
|
73
73
|
# Display name for custom metadata templates
|
74
|
-
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬
|
74
|
+
metadataEditor.addMetadataTemplate.customMetadataName = ⟦萬萬萬萬 Ćцŝτöm Меţāďǻτă 國國國國⟧
|
75
75
|
# Description for the search input field in the metadata editor
|
76
|
-
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬
|
76
|
+
metadataEditor.addMetadataTemplate.search.placeholder = ⟦萬萬萬萬 Şέāя¢ĥ τęmΡĺąťĕŝ 國國國國⟧
|
77
77
|
# Call to encourage user to add metadata templates
|
78
|
-
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬
|
78
|
+
metadataEditor.addMetadataTemplate.trigger.label = ⟦萬萬萬 Άďď ťëmΡļâτέ 國國國⟧
|
79
79
|
# Label for value suggested by Box AI
|
80
|
-
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬
|
80
|
+
metadataEditor.aiSuggestionField.aiSuggestionCaption = ⟦萬萬萬萬萬 Βοх ÀĮ śüġĝéŝţїόп: 國國國國國⟧
|
81
81
|
# Aria-label for AI suggestion options
|
82
|
-
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬
|
82
|
+
metadataEditor.aiSuggestionField.aiSuggestionOptions = ⟦萬萬 ÕΡťìøηѕ 國國⟧
|
83
83
|
# Label for appending the AI suggestion
|
84
|
-
metadataEditor.aiSuggestionField.appendLabel = ⟦萬
|
84
|
+
metadataEditor.aiSuggestionField.appendLabel = ⟦萬 ÁΡΡĕлď 國⟧
|
85
85
|
# Label for clearing the current value and applying the AI suggestion
|
86
|
-
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬
|
86
|
+
metadataEditor.aiSuggestionField.clearAndReplaceLabel = ⟦萬萬萬萬萬 Ċļéάŗ ãήď ΓëΡľάçĕ 國國國國國⟧
|
87
87
|
# Label for confirming the message informing that AI suggestion is the same as already applied value
|
88
|
-
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬
|
88
|
+
metadataEditor.aiSuggestionField.dismissLabel = ⟦萬萬 Çóŋƒïŕm 國國⟧
|
89
89
|
# Label for ignoring the AI suggestion
|
90
|
-
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬
|
90
|
+
metadataEditor.aiSuggestionField.ignoreLabel = ⟦萬 Ĩğйоřë 國⟧
|
91
91
|
# Label informing that AI suggestion value is the same as already existing value
|
92
|
-
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬
|
92
|
+
metadataEditor.aiSuggestionField.sameValueAiSuggestionCaption = ⟦萬萬萬萬萬萬萬萬萬萬萬 Бο× ÁΪ śµġğëŝťѕ τĥε śàmê νăľűę äś âьøνë 國國國國國國國國國國國⟧
|
93
93
|
# Paragraph asking user are they sure that they want to delete the template
|
94
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
94
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.firstParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Áŗê ÿòű şüґë ўōű ŵáŋŧ τõ ďеļёťē τнέ "{templateName}" Мєťαďãŧã ťёmΡļåŧέ, àήď ãļļ õƒ íŧŝ νāļμĕś ƒгоm ŧнìŝ ƒïĺė? 國國國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
95
95
|
# Label informing how to confirm deletion of the template
|
96
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
96
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.inputFieldLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ΤýΡê τĥε Μеťáďäŧá ŤĕmΡĺąτέ’ś ηâmė ťø ĉσήƒìŕm ďèĺέťїõй 國國國國國國國國國國國國國國國⟧
|
97
97
|
# Paragraph informing that data cannot be restored
|
98
|
-
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
98
|
+
metadataEditor.editInstance.deleteConfirmationModal.body.secondParagraph = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Óńĉĕ ďеļēťėď, Μėťåďăťâ νǻľûėŝ ĉäňπőŧ ьē яęŝŧõяέď. 國國國國國國國國國國國國國國⟧
|
99
99
|
# CTA to cancel deletion of the template
|
100
|
-
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬
|
100
|
+
metadataEditor.editInstance.deleteConfirmationModal.cancelButton = ⟦萬 Ćāńсëĺ 國⟧
|
101
101
|
# CTA to confirm deletion of the template
|
102
|
-
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬
|
102
|
+
metadataEditor.editInstance.deleteConfirmationModal.confirmButton = ⟦萬萬 Ćôŋƒĭяm 國國⟧
|
103
103
|
# Template named used when user created custom metadata template
|
104
|
-
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬
|
104
|
+
metadataEditor.editInstance.deleteConfirmationModal.customMedatata = ⟦萬萬萬萬 Ćůѕţõm Мĕŧãďàŧá 國國國國⟧
|
105
105
|
# Aria label for Dismiss (x) button
|
106
|
-
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬
|
106
|
+
metadataEditor.editInstance.deleteConfirmationModal.dismissButton = ⟦萬萬 Ďίѕmìśś 國國⟧
|
107
107
|
# Header informing that template will be deleted
|
108
|
-
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬
|
108
|
+
metadataEditor.editInstance.deleteConfirmationModal.header = ⟦萬萬萬萬 Ðėļėτе "{templateName}" 國國國國⟧
|
109
109
|
# Aria label for header informing that template will be deleted
|
110
|
-
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬
|
110
|
+
metadataEditor.editInstance.deleteConfirmationModal.headerAriaLabel = ⟦萬萬萬萬萬萬萬 Ďёĺėťè Мęţǻďάţã ŦèmΡļàŧє 國國國國國國國⟧
|
111
111
|
# Description of Box AI features
|
112
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
112
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ûşέ ŧнέ Ρόẁέŗ ŏƒ ßό× Äİ ťó qµîćĸľỳ čáΡťμгĕ ďö¢ümєήτ méτąďαŧα, шϊτн ėνéг-ίʼnčґєáŝįлĝ ãс¢ùřàсÿ. 國國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
113
113
|
# Call to encourage user to use Box AI to autofill metadata fields
|
114
|
-
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬
|
114
|
+
metadataEditor.fileLevel.emptyState.boxAiEnabled.heading = ⟦萬萬萬萬萬萬萬萬 Âůŧöƒīļľ Μëτäďåťά ŵìţĥ ßó× ÃĬ 國國國國國國國國⟧
|
115
115
|
# Description of metadata features
|
116
|
-
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
116
|
+
metadataEditor.fileLevel.emptyState.default.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Άďď Мĕťāďáτά τō Уòüř ƒιļέ ťõ ŝμΡΡοяť вμŝíʼnеśŝ оΡéřáţĭöήś, ẃôяķƒĺōшś, åпď möѓĕ! 國國國國國國國國國國國國國國國國國國國國國國國⟧
|
117
117
|
# Call to encourage user to add metadata templates
|
118
|
-
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬
|
118
|
+
metadataEditor.fileLevel.emptyState.default.heading = ⟦萬萬萬萬萬萬 Âďď Мėŧãďąţǻ ŢęmΡĺâţęś 國國國國國國⟧
|
119
119
|
# Aria label used to clear search input
|
120
|
-
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬
|
120
|
+
metadataEditor.filterDropdownMenuSearch.iconButtonAriaLabel = ⟦萬萬萬 Ćļęãř ŝεǻґçĥ 國國國⟧
|
121
121
|
# Message displayed when there is no matching option in filter dropdown menu
|
122
|
-
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬
|
122
|
+
metadataEditor.filterDropdownMenuSearch.noResultsFound = ⟦萬萬萬萬 Йò гėŝùĺŧѕ ƒоúňď 國國國國⟧
|
123
123
|
# Display name for custom metadata templates
|
124
|
-
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬
|
124
|
+
metadataEditor.filterInstancesDropdown.customMetadataName = ⟦萬萬萬萬 Çμŝţõm Мεţǻďąτǻ 國國國國⟧
|
125
125
|
# Aria label for subtitle with filtering details. Informs user which templates were chosen.
|
126
|
-
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
126
|
+
metadataEditor.filterInstancesDropdown.detailsTextAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Ǻяĩă ĺǻвēļ ƒøг śūьťïτľέ шϊτĥ ƒіļţëŕїʼnĝ ďēťàίļŝ. Ĭπƒοŗmş ųŝëŗ шĥïćħ τęmΡļαţёѕ ωєґĕ сĥóşěʼn. 國國國國國國國國國國國國國國國國國國國國國國國國國國⟧
|
127
127
|
# Default trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
128
|
-
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬
|
128
|
+
metadataEditor.filterInstancesDropdown.triggerButton.allTemplates = ⟦萬萬萬 Åľļ ŢėmΡľäťēѕ 國國國⟧
|
129
129
|
# Trigger button that opens dropdown menu with list of templates applied to previewed file. This version is applied if not all templates are selected. If template is selected in the dropdown, them all other templates in sidebar are filtered out.
|
130
|
-
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber}
|
130
|
+
metadataEditor.filterInstancesDropdown.triggerButton.selectedTemplates = ⟦萬萬萬萬萬萬萬 {selectedTemplatesNumber} όƒ {visibleTemplatesNumber} ΤémΡĺǻťēş 國國國國國國國⟧
|
131
131
|
# Call to show empty values
|
132
|
-
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬
|
132
|
+
metadataEditor.instanceLevel.emptyState.emptyValues.Cta = ⟦萬萬萬萬 Ѕěе èmΡţў νãĺüєś 國國國國⟧
|
133
133
|
# Header informing user that there are no values in the template
|
134
|
-
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬
|
134
|
+
metadataEditor.instanceLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬萬 Ţħιş ţέmΡļάťě нăş ʼnо νǻļüēś 國國國國國國國國⟧
|
135
135
|
# Header informing user that there are no attributes in the template
|
136
|
-
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬
|
136
|
+
metadataEditor.instanceLevel.emptyState.noAttributes.heading = ⟦萬萬萬萬萬萬萬萬萬 Τħìş ţєmΡļäŧё нáş по ăťτгїьŭťéŝ 國國國國國國國國國⟧
|
137
137
|
# Caption about no empty values to be shown
|
138
|
-
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬
|
138
|
+
metadataEditor.instanceLevel.emptyState.noEmptyValues.body = ⟦萬萬萬萬萬萬萬萬 Ţнíş τèmΡľáţë нãŝ лő νąļµеş 國國國國國國國國⟧
|
139
139
|
# Description how metadata can be added
|
140
|
-
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
140
|
+
metadataEditor.managerLevel.emptyState.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 ßŗōŵѕĕ όŗ şέâřċĥ ƒòŕ ўόüѓ ίťēmś το åΡΡļÿ àиď ёďįτ mèţâďąτǻ 國國國國國國國國國國國國國國國國國⟧
|
141
141
|
# Call to encourage user apply metadata templates
|
142
|
-
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬
|
142
|
+
metadataEditor.managerLevel.emptyState.heading = ⟦萬萬萬萬萬萬萬 ÄΡΡľў Мėţäďąτä ŦémΡĺǻτēś 國國國國國國國⟧
|
143
143
|
# Aria label for card grouping two input fields: attribute name and value. This group lets user add new attribute to existing Custom Metadata template.
|
144
|
-
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬
|
144
|
+
metadataEditor.metadataEditor.customIntanceNewField.addAttributeGroupAriaLabel = ⟦萬萬萬萬萬萬萬萬萬萬 Ăďď ήëẁ ąťτгίьцτе ţö Ćŭѕťóm Μëťâďăŧã 國國國國國國國國國國⟧
|
145
145
|
# Primary CTA button to add new field to cutom meatdata instance
|
146
|
-
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦
|
146
|
+
metadataEditor.metadataEditor.customIntanceNewField.addNewFieldCTA = ⟦ Αďď ⟧
|
147
147
|
# Label for the attribute name input field
|
148
|
-
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬
|
148
|
+
metadataEditor.metadataEditor.customIntanceNewField.attributeNameLabel = ⟦萬萬萬萬 Αŧŧяϊвцŧε Ñãmе 國國國國⟧
|
149
149
|
# Cancel button text
|
150
|
-
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬
|
150
|
+
metadataEditor.metadataEditor.customIntanceNewField.cancelCTA = ⟦萬 Čαʼnčèľ 國⟧
|
151
151
|
# Error enforcing unique key for custom metadata
|
152
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬
|
152
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorDuplicateKey = ⟦萬萬萬萬萬 Κεÿ àļгёάďý ěхιŝτś. 國國國國國⟧
|
153
153
|
# Error enforcing non internal key for custom metadata
|
154
|
-
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬
|
154
|
+
metadataEditor.metadataEditor.customIntanceNewField.customErrorInternalKey = ⟦萬萬萬萬萬萬萬萬 Ķėўś сąʼnηότ вĕġιп ŵίţн ā $. 國國國國國國國國⟧
|
155
155
|
# Placeholder for the key field for custom metadata
|
156
|
-
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬
|
156
|
+
metadataEditor.metadataEditor.customIntanceNewField.customKeyPlaceholder = ⟦萬萬萬萬萬 ě.ğ. Őгďėя ҵmьëг 國國國國國⟧
|
157
157
|
# Error enforcing required key for custom metadata
|
158
|
-
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬
|
158
|
+
metadataEditor.metadataEditor.customIntanceNewField.keyFieldRequired = ⟦萬萬萬萬 Κēγ іѕ гέqùîгěď 國國國國⟧
|
159
159
|
# Label for the value input field
|
160
|
-
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬
|
160
|
+
metadataEditor.metadataEditor.customIntanceNewField.valueLabel = ⟦萬 Vâĺùě 國⟧
|
161
161
|
# Placeholder for the value field for custom metadata
|
162
|
-
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬
|
162
|
+
metadataEditor.metadataEditor.customIntanceNewField.valuePlaceholder = ⟦萬萬 é.ġ. 42 國國⟧
|
163
163
|
# Button that allow to add new attribute to metadata custom instance
|
164
|
-
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 +
|
164
|
+
metadataEditor.metadataInstanceEditor.customInstance.addAttribute = ⟦萬萬萬萬 + Âďď Ãťťяīвüτé 國國國國⟧
|
165
165
|
# Aria label for button that allow to remove attribute from metadata custom instance
|
166
|
-
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬
|
166
|
+
metadataEditor.metadataInstanceEditor.customInstance.removeAttribute = ⟦萬萬萬萬萬萬 Ďēľëτè {fieldName} áττŕįьùťė 國國國國國國⟧
|
167
167
|
# Placeholder for the value field for custom metadata
|
168
|
-
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬
|
168
|
+
metadataEditor.metadataInstanceEditor.customInstance.setValuePlaceholder = ⟦萬萬 Śёŧ νãĺůέ 國國⟧
|
169
169
|
# Call to action to cancel and dismiss changes in Metadata Instance.
|
170
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬
|
170
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.cancelButton = ⟦萬 Ćàи¢ěļ 國⟧
|
171
171
|
# Call to action to delete Metadata Instance.
|
172
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬
|
172
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.deleteButton = ⟦萬 Ďєĺеţė 國⟧
|
173
173
|
# Aria label used to indicate that the button is currently loading.
|
174
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬
|
174
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.loadingAriaLabel = ⟦萬萬 Ļσαďïņġ... 國國⟧
|
175
175
|
# Call to action to save Metadata Instance.
|
176
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬
|
176
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormFooter.saveButton = ⟦萬 Ŝäνë 國⟧
|
177
177
|
# Body for AI suggestions is in Beta notice to inform user to check responses before saving
|
178
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 P
|
178
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeBody = ⟦萬萬萬萬萬萬萬萬萬萬萬 Pľёάśê ćħêćĸ ŕєşΡŏйşέś вéƒòяė ŝâνíпġ. 國國國國國國國國國國國⟧
|
179
179
|
# Header for AI suggestions is in Beta notice
|
180
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = ⟦萬萬萬萬萬萬
|
180
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.aiSuggestionNoticeHeader = ⟦萬萬萬萬萬萬 ĂІ ŵŧöƒϊĺľ іś íп Βēţã 國國國國國國⟧
|
181
181
|
# Button with "Autofill" text. Call to action to automatically fill in form fields based on AI information
|
182
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬
|
182
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButton = ⟦萬萬 Ãúŧōƒїļĺ 國國⟧
|
183
183
|
# Aria label for the "Autofill" button.
|
184
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬
|
184
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬 Àűťοƒїļĺ щīŧħ ßōх ÃÌ 國國國國國⟧
|
185
185
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
186
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬
|
186
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Âůτοƒїľĺ ẁіťħ ßо× ǺІ (Βĕťà) 國國國國國國國國⟧
|
187
187
|
# Header with Custom Metadata template name
|
188
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬
|
188
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.customInstanceTitle = ⟦萬萬萬萬 Ĉûśţŏm Μĕŧαďåţă 國國國國⟧
|
189
189
|
# Aria label used to indicate that the button is currently loading.
|
190
|
-
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬
|
190
|
+
metadataEditor.metadataInstanceEditor.metadataInstanceFormHeader.loadingButtonAriaLabel = ⟦萬萬 Ĺòåďίйğ... 國國⟧
|
191
191
|
# Body for the unsaved changes modal
|
192
|
-
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬
|
192
|
+
metadataEditor.unsavedChangesModal.body = ⟦萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬萬 Μëţąďäŧά τëmΡľāτе(ş) нάνе ũиŝâνéď ćнάńğεŝ. Ħòẁ ωőůĺď ÿőù ĺíкě ţŏ Ρřőčęèď? 國國國國國國國國國國國國國國國國國國國國國⟧
|
193
193
|
# Label for close (x) button
|
194
|
-
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬
|
194
|
+
metadataEditor.unsavedChangesModal.closeLabel = ⟦萬 Ćľőŝє 國⟧
|
195
195
|
# CTA for going back to edit mode of the current template
|
196
|
-
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬
|
196
|
+
metadataEditor.unsavedChangesModal.continueEditingCTA = ⟦萬萬萬萬 Ċòʼnŧιημε Ёďĩŧїйĝ 國國國國⟧
|
197
197
|
# CTA for discarding unsaved changes
|
198
|
-
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬
|
198
|
+
metadataEditor.unsavedChangesModal.discardChangesCTA = ⟦萬萬萬萬 Ďĩŝсąґď Ćĥãňğéŝ 國國國國⟧
|
199
199
|
# Header for the unsaved changes modal
|
200
|
-
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬
|
200
|
+
metadataEditor.unsavedChangesModal.header = ⟦萬萬萬萬 Ũńŝàνêď Ċнåйğėś 國國國國⟧
|
201
201
|
# Call to action to hide all empty values
|
202
|
-
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬
|
202
|
+
metadataEditor.viewInstance.metadataInstanceFooter.hideEmptyValuesCTA = ⟦萬萬萬萬萬 Ħįďē ěmΡţý νåľúēş 國國國國國⟧
|
203
203
|
# Call to action to show hidden empty values
|
204
|
-
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬
|
204
|
+
metadataEditor.viewInstance.metadataInstanceFooter.showEmptyValuesCTA = ⟦萬萬萬萬萬 Şħσώ ęmΡţŷ νǻļũеѕ 國國國國國⟧
|
205
205
|
# Aria label for the autofill button
|
206
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬
|
206
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonAriaLabel = ⟦萬萬萬萬萬萬萬 Áùťόƒīľĺ {templateName} ώïτĥ βοх ÁÌ 國國國國國國國⟧
|
207
207
|
# Tooltip text explaining that by clicking button user can autofill template using Box AI
|
208
|
-
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬
|
208
|
+
metadataEditor.viewInstance.metadataInstanceHeader.autofillButtonTooltip = ⟦萬萬萬萬萬萬萬萬 Ăúτòƒïĺľ шĭŧħ Бõх ĂÍ (Βёŧã) 國國國國國國國國⟧
|
209
209
|
# Header with Custom Metadata template name
|
210
|
-
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬
|
210
|
+
metadataEditor.viewInstance.metadataInstanceHeader.customMetadataTitle = ⟦萬萬萬萬 Čűşţøm Μěτäďàτā 國國國國⟧
|
211
211
|
# Aria label for the edit button
|
212
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬
|
212
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonAriaLabel = ⟦萬萬 Ēďιτ {templateName} 國國⟧
|
213
213
|
# Tooltip text explaining that by clicking button user can edit template
|
214
|
-
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬
|
214
|
+
metadataEditor.viewInstance.metadataInstanceHeader.editButtonTooltip = ⟦萬 Ёďіτ 國⟧
|
215
215
|
# Default value for ancestor level value when it is empty
|
216
216
|
taxonomyAncestorStatusPill.emptyAncestorLevelValue = ⟦ - - ⟧
|
217
217
|
# Error message displayed resembling button that calls to action to reload the details
|
218
|
-
taxonomyAncestorStatusPill.errorAction = ⟦萬
|
218
|
+
taxonomyAncestorStatusPill.errorAction = ⟦萬 Ґęĺŏàď 國⟧
|
219
219
|
# Aria-label text for the error icon in the loading results error message
|
220
|
-
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬
|
220
|
+
taxonomyAncestorStatusPill.errorIconLabel = ⟦萬 Ěŗřόя 國⟧
|
221
221
|
# Error message displayed as inline notice that informs the user that the taxonomy details failed to load
|
222
|
-
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬
|
222
|
+
taxonomyAncestorStatusPill.errorMessage = ⟦萬萬萬萬萬萬 ₣áϊľєď ŧó ļôάď ďεŧąīľŝ 國國國國國國⟧
|
223
223
|
# Visually hidden aria-label text for the loading spinner
|
224
|
-
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬
|
224
|
+
taxonomyAncestorStatusPill.loadingAriaLabel = ⟦萬萬 Ĺŏαďіηĝ... 國國⟧
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@box/metadata-editor",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.85.2",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@ariakit/react": "0.4.15",
|
6
6
|
"@box/blueprint-web": "^7.30.3",
|
@@ -14,9 +14,9 @@
|
|
14
14
|
"devDependencies": {
|
15
15
|
"@ariakit/react": "0.4.15",
|
16
16
|
"@box/babel-plugin-target-attributes": "1.3.0",
|
17
|
-
"@box/blueprint-web": "^9.16.
|
18
|
-
"@box/blueprint-web-assets": "^4.32.
|
19
|
-
"@box/storybook-utils": "^0.8.
|
17
|
+
"@box/blueprint-web": "^9.16.2",
|
18
|
+
"@box/blueprint-web-assets": "^4.32.1",
|
19
|
+
"@box/storybook-utils": "^0.8.2",
|
20
20
|
"@testing-library/react": "^15.0.6",
|
21
21
|
"react": "^18.3.0",
|
22
22
|
"react-dom": "^18.3.0",
|
@@ -53,5 +53,5 @@
|
|
53
53
|
"**/*.css"
|
54
54
|
],
|
55
55
|
"license": "SEE LICENSE IN LICENSE",
|
56
|
-
"gitHead": "
|
56
|
+
"gitHead": "9c7b8b2a403ff2bc3d0f313cdc8a7fb3a73079ed"
|
57
57
|
}
|
@@ -1 +1 @@
|
|
1
|
-
._wrapperGradient_t2yak_1{background:linear-gradient(135deg,#fe03dc
|
1
|
+
._wrapperGradient_t2yak_1{background:linear-gradient(135deg,#fe03dc,#2784fa);border-radius:0 0 var(--radius-2) var(--radius-2)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;padding:var(--space-2) var(--space-3);position:relative;box-sizing:border-box;background:var(--box-blue-02);background-clip:padding-box;border:var(--border-1) solid transparent;border-radius:inherit}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1 ._buttons_t2yak_18{display:flex;gap:var(--space-1)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1 ._selectTrigger_t2yak_22{width:var(--size-6);height:var(--size-6)}._wrapperGradient_t2yak_1 ._wrapper_t2yak_1>div>p{overflow-wrap:anywhere}
|
package/styles/utils.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
._noAttributesText_1ggnw_1{text-align:center}._fieldWrapper_1ggnw_5{isolation:isolate;position:relative}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div{border-bottom:none!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover{border-bottom:none}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10 div[role=group]>div{margin-left:var(--border-1);margin-right:var(--border-1)}._fieldWrapper_1ggnw_5 ._dateField_1ggnw_30>div[role=group]>div{padding-inline:.75rem}._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>._comboboxContainer_1ggnw_34,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>input,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>button,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div[role=group]>div,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div>div{border:double var(--border-1) transparent!important;box-sizing:border-box!important;border-radius:var(--radius-2);background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc
|
1
|
+
._noAttributesText_1ggnw_1{text-align:center}._fieldWrapper_1ggnw_5{isolation:isolate;position:relative}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div{border-bottom:none!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>input:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>button:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div[role=group]>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover,._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10>div>div:not(:disabled):not(:focus-visible):not(._error_1ggnw_18):hover{border-bottom:none}._fieldWrapper_1ggnw_5 ._hasSuggestion_1ggnw_10 div[role=group]>div{margin-left:var(--border-1);margin-right:var(--border-1)}._fieldWrapper_1ggnw_5 ._dateField_1ggnw_30>div[role=group]>div{padding-inline:.75rem}._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>._comboboxContainer_1ggnw_34,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>input,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>button,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div[role=group]>div,._fieldWrapper_1ggnw_5 ._suggestionApplied_1ggnw_34>div>div{border:double var(--border-1) transparent!important;box-sizing:border-box!important;border-radius:var(--radius-2);background-image:linear-gradient(#fff,#fff),linear-gradient(135deg,#fe03dc,#2784fa)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;outline:none}._labelWrapper_1ggnw_48{width:100%;display:flex;align-items:baseline;justify-content:space-between}._labelWrapper_1ggnw_48 ._labelText_1ggnw_54{flex:unset!important}._labelWrapper_1ggnw_48 ._labelIcon_1ggnw_57{margin-inline-end:var(--space-3);margin-inline-start:var(--space-3);height:var(--space-4);width:var(--space-4)}
|
package/types/lib/components/add-metadata-template-dropdown/add-metadata-template-dropdown.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
1
|
+
import { AddMetadataTemplateDropdownProps } from './types';
|
2
2
|
export declare function AddMetadataTemplateDropdown({ availableTemplates, onSelect, selectedTemplates, }: AddMetadataTemplateDropdownProps): import("react/jsx-runtime").JSX.Element;
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
2
|
-
export declare const ComboboxWithApiPagination: import(
|
3
|
-
defaultFetcher(input: import(
|
1
|
+
import { BaseOptionType } from './types';
|
2
|
+
export declare const ComboboxWithApiPagination: import('react').ForwardRefExoticComponent<{
|
3
|
+
defaultFetcher(input: import('./types').PaginationQueryInput): Promise<import('./types').FetcherResponse<BaseOptionType>>;
|
4
4
|
placeholder?: string;
|
5
5
|
includeTextInputOption?: boolean;
|
6
|
-
noResultMessage?: import(
|
6
|
+
noResultMessage?: import('react').ReactElement | string;
|
7
7
|
onInputValueChange?: (inputValue: string) => void;
|
8
8
|
multiselect?: boolean;
|
9
9
|
onValueChange?: (selectedOptions: BaseOptionType[]) => void;
|
@@ -14,4 +14,4 @@ export declare const ComboboxWithApiPagination: import("react").ForwardRefExotic
|
|
14
14
|
portalElement?: HTMLElement | (() => HTMLElement);
|
15
15
|
experimentalVirtualization?: boolean;
|
16
16
|
className?: string;
|
17
|
-
} & import(
|
17
|
+
} & import('@box/blueprint-web').Labelable & import('react').RefAttributes<HTMLInputElement>>;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { Labelable } from '@box/blueprint-web/src/lib/util-components/labelable/types';
|
2
|
+
import { ReactElement } from 'react';
|
3
3
|
export interface PaginationQueryInput {
|
4
4
|
marker?: string;
|
5
5
|
searchInput?: string;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ComboboxProviderProps } from '@ariakit/react';
|
2
2
|
export type FilterDropdownMenuRootProps = ComboboxProviderProps;
|
3
3
|
/**
|
4
4
|
* The Filtered Dropdown Menu component displays a menu to the user, such as a set of actions or functions—triggered by a button.
|
@@ -1,26 +1,26 @@
|
|
1
1
|
export declare const FilterDropdownMenu: {
|
2
2
|
Root: {
|
3
|
-
(props: import(
|
3
|
+
(props: import('@ariakit/react').ComboboxProviderProps): import("react/jsx-runtime").JSX.Element;
|
4
4
|
displayName: string;
|
5
5
|
};
|
6
6
|
Trigger: {
|
7
|
-
({ triggerButton, ...rest }: import(
|
7
|
+
({ triggerButton, ...rest }: import('./filter-dropdown-menu-trigger').FilterDropdownMenuTriggerProps): import("react/jsx-runtime").JSX.Element;
|
8
8
|
displayName: string;
|
9
9
|
};
|
10
10
|
Content: {
|
11
|
-
(props: import(
|
11
|
+
(props: import('@ariakit/react').MenuProps): import("react/jsx-runtime").JSX.Element;
|
12
12
|
displayName: string;
|
13
13
|
};
|
14
14
|
Item: {
|
15
|
-
(props: import(
|
15
|
+
(props: import('@ariakit/react').ComboboxItemProps): import("react/jsx-runtime").JSX.Element;
|
16
16
|
displayName: string;
|
17
17
|
};
|
18
18
|
List: {
|
19
|
-
(props: import(
|
19
|
+
(props: import('@ariakit/react').ComboboxListProps): import("react/jsx-runtime").JSX.Element;
|
20
20
|
displayName: string;
|
21
21
|
};
|
22
22
|
Search: {
|
23
|
-
(props: import(
|
23
|
+
(props: import('@ariakit/react').ComboboxProps): import("react/jsx-runtime").JSX.Element;
|
24
24
|
displayName: string;
|
25
25
|
};
|
26
26
|
EmptyState: {
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
1
|
+
import { FilterInstancesDropdownProps } from './types';
|
2
2
|
export declare function FilterInstancesDropdown({ appliedTemplates, selectedTemplates, setSelectedTemplates, }: FilterInstancesDropdownProps): import("react/jsx-runtime").JSX.Element;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
1
|
+
import { AiSuggestionFieldProps } from './types';
|
2
2
|
export declare function AiSuggestionField({ aiSuggestion, onAiSuggestionAppend, onAiSuggestionReplace, onAiSuggestionIgnore, type, isSameValue, }: AiSuggestionFieldProps): import("react/jsx-runtime").JSX.Element;
|
package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/types.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { MetadataFieldValue, MetadataTemplateFieldType } from '../../../../types';
|
2
2
|
export interface AiSuggestionFieldProps {
|
3
3
|
/**
|
4
4
|
* Represents the AI suggestion to be displayed or processed.
|
package/types/lib/components/metadata-editor-fields/components/ai-suggestion-field/utils.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { ReactElement } from 'react';
|
2
|
+
import { MetadataFieldValue, MetadataTemplateFieldType } from '../../../../types';
|
3
3
|
export declare function formatSuggestionValue(value: MetadataFieldValue, { type, locale }?: {
|
4
4
|
type?: MetadataTemplateFieldType;
|
5
5
|
locale?: string;
|