@cloudscape-design/components 3.0.1307 → 3.0.1309
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/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js +4 -2
- package/app-layout/visual-refresh-toolbar/drawer/global-ai-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.js +4 -2
- package/app-layout/visual-refresh-toolbar/drawer/global-bottom-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js +3 -2
- package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js +2 -2
- package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/interfaces.d.ts +1 -0
- package/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/state/use-app-layout.js +12 -1
- package/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/badge/styles.css.js +10 -10
- package/badge/styles.scoped.css +29 -16
- package/badge/styles.selectors.js +10 -10
- package/collection-preferences/content-display/content-display-option.js +1 -1
- package/collection-preferences/content-display/content-display-option.js.map +1 -1
- package/collection-preferences/content-display/index.d.ts +3 -7
- package/collection-preferences/content-display/index.d.ts.map +1 -1
- package/collection-preferences/content-display/index.js +63 -27
- package/collection-preferences/content-display/index.js.map +1 -1
- package/collection-preferences/content-display/utils.d.ts +41 -2
- package/collection-preferences/content-display/utils.d.ts.map +1 -1
- package/collection-preferences/content-display/utils.js +107 -13
- package/collection-preferences/content-display/utils.js.map +1 -1
- package/collection-preferences/index.d.ts.map +1 -1
- package/collection-preferences/index.js +2 -2
- package/collection-preferences/index.js.map +1 -1
- package/collection-preferences/interfaces.d.ts +30 -2
- package/collection-preferences/interfaces.d.ts.map +1 -1
- package/collection-preferences/interfaces.js.map +1 -1
- package/collection-preferences/styles.css.js +38 -36
- package/collection-preferences/styles.scoped.css +81 -37
- package/collection-preferences/styles.selectors.js +38 -36
- package/collection-preferences/utils.d.ts +1 -0
- package/collection-preferences/utils.d.ts.map +1 -1
- package/collection-preferences/utils.js +14 -0
- package/collection-preferences/utils.js.map +1 -1
- package/expandable-section/styles.css.js +35 -35
- package/expandable-section/styles.scoped.css +68 -68
- package/expandable-section/styles.selectors.js +35 -35
- package/i18n/messages/all.all.js +1 -1
- package/i18n/messages/all.all.json +1 -1
- package/i18n/messages/all.en.js +1 -1
- package/i18n/messages/all.en.json +1 -1
- package/i18n/messages-types.d.ts +4 -0
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/icon/interfaces.d.ts +1 -1
- package/icon/interfaces.d.ts.map +1 -1
- package/icon/interfaces.js.map +1 -1
- package/icon/internal.js +2 -2
- package/icon/internal.js.map +1 -1
- package/icon/styles.css.js +41 -39
- package/icon/styles.scoped.css +104 -85
- package/icon/styles.selectors.js +41 -39
- package/internal/base-component/styles.scoped.css +35 -3
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +23 -1
- package/internal/generated/styles/tokens.js +23 -1
- package/internal/generated/theming/index.cjs +476 -4
- package/internal/generated/theming/index.cjs.d.ts +216 -0
- package/internal/generated/theming/index.d.ts +216 -0
- package/internal/generated/theming/index.js +476 -4
- package/internal/hooks/use-width-change/index.d.ts +12 -0
- package/internal/hooks/use-width-change/index.d.ts.map +1 -0
- package/internal/hooks/use-width-change/index.js +33 -0
- package/internal/hooks/use-width-change/index.js.map +1 -0
- package/internal/manifest.json +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +4 -1
- package/pagination/internal.js.map +1 -1
- package/prompt-input/internal.d.ts.map +1 -1
- package/prompt-input/internal.js +9 -2
- package/prompt-input/internal.js.map +1 -1
- package/prompt-input/tokens/use-token-mode.d.ts.map +1 -1
- package/prompt-input/tokens/use-token-mode.js +0 -9
- package/prompt-input/tokens/use-token-mode.js.map +1 -1
- package/table/column-groups/col-group.d.ts +12 -0
- package/table/column-groups/col-group.d.ts.map +1 -0
- package/table/column-groups/col-group.js +24 -0
- package/table/column-groups/col-group.js.map +1 -0
- package/table/column-groups/split-utils.d.ts +31 -0
- package/table/column-groups/split-utils.d.ts.map +1 -0
- package/table/column-groups/split-utils.js +43 -0
- package/table/column-groups/split-utils.js.map +1 -0
- package/table/column-groups/use-column-groups.d.ts +7 -0
- package/table/column-groups/use-column-groups.d.ts.map +1 -0
- package/table/column-groups/use-column-groups.js +23 -0
- package/table/column-groups/use-column-groups.js.map +1 -0
- package/table/column-groups/utils.d.ts +54 -0
- package/table/column-groups/utils.d.ts.map +1 -0
- package/table/column-groups/utils.js +204 -0
- package/table/column-groups/utils.js.map +1 -0
- package/table/header-cell/common-props.d.ts +23 -0
- package/table/header-cell/common-props.d.ts.map +1 -0
- package/table/header-cell/common-props.js +4 -0
- package/table/header-cell/common-props.js.map +1 -0
- package/table/header-cell/group-header-cell.d.ts +45 -0
- package/table/header-cell/group-header-cell.d.ts.map +1 -0
- package/table/header-cell/group-header-cell.js +44 -0
- package/table/header-cell/group-header-cell.js.map +1 -0
- package/table/header-cell/index.d.ts +12 -22
- package/table/header-cell/index.d.ts.map +1 -1
- package/table/header-cell/index.js +3 -3
- package/table/header-cell/index.js.map +1 -1
- package/table/header-cell/styles.css.js +33 -30
- package/table/header-cell/styles.scoped.css +92 -68
- package/table/header-cell/styles.selectors.js +33 -30
- package/table/header-cell/th-element.d.ts +16 -0
- package/table/header-cell/th-element.d.ts.map +1 -1
- package/table/header-cell/th-element.js +6 -4
- package/table/header-cell/th-element.js.map +1 -1
- package/table/index.d.ts.map +1 -1
- package/table/index.js +5 -2
- package/table/index.js.map +1 -1
- package/table/interfaces.d.ts +37 -1
- package/table/interfaces.d.ts.map +1 -1
- package/table/interfaces.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +17 -5
- package/table/internal.js.map +1 -1
- package/table/resizer/index.d.ts +9 -2
- package/table/resizer/index.d.ts.map +1 -1
- package/table/resizer/index.js +5 -5
- package/table/resizer/index.js.map +1 -1
- package/table/resizer/styles.css.js +16 -13
- package/table/resizer/styles.scoped.css +36 -26
- package/table/resizer/styles.selectors.js +16 -13
- package/table/sticky-header.d.ts +3 -0
- package/table/sticky-header.d.ts.map +1 -1
- package/table/sticky-header.js +7 -2
- package/table/sticky-header.js.map +1 -1
- package/table/sticky-scrolling.d.ts.map +1 -1
- package/table/sticky-scrolling.js +6 -1
- package/table/sticky-scrolling.js.map +1 -1
- package/table/styles.css.js +35 -34
- package/table/styles.scoped.css +47 -41
- package/table/styles.selectors.js +35 -34
- package/table/table-role/grid-navigation.d.ts.map +1 -1
- package/table/table-role/grid-navigation.js +5 -7
- package/table/table-role/grid-navigation.js.map +1 -1
- package/table/table-role/table-role-helper.d.ts +3 -0
- package/table/table-role/table-role-helper.d.ts.map +1 -1
- package/table/table-role/table-role-helper.js +9 -4
- package/table/table-role/table-role-helper.js.map +1 -1
- package/table/table-role/utils.d.ts +19 -0
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +86 -7
- package/table/table-role/utils.js.map +1 -1
- package/table/thead.d.ts +5 -0
- package/table/thead.d.ts.map +1 -1
- package/table/thead.js +145 -18
- package/table/thead.js.map +1 -1
- package/table/use-column-widths.d.ts +4 -0
- package/table/use-column-widths.d.ts.map +1 -1
- package/table/use-column-widths.js +68 -18
- package/table/use-column-widths.js.map +1 -1
- package/table/use-sticky-header.d.ts.map +1 -1
- package/table/use-sticky-header.js +4 -1
- package/table/use-sticky-header.js.map +1 -1
- package/table/utils.d.ts.map +1 -1
- package/table/utils.js +14 -4
- package/table/utils.js.map +1 -1
- package/test-utils/dom/collection-preferences/content-display-preference.d.ts +28 -2
- package/test-utils/dom/collection-preferences/content-display-preference.js +60 -2
- package/test-utils/dom/collection-preferences/content-display-preference.js.map +1 -1
- package/test-utils/dom/table/index.d.ts +18 -1
- package/test-utils/dom/table/index.js +22 -3
- package/test-utils/dom/table/index.js.map +1 -1
- package/test-utils/selectors/collection-preferences/content-display-preference.d.ts +28 -2
- package/test-utils/selectors/collection-preferences/content-display-preference.js +52 -2
- package/test-utils/selectors/collection-preferences/content-display-preference.js.map +1 -1
- package/test-utils/selectors/table/index.d.ts +18 -1
- package/test-utils/selectors/table/index.js +22 -3
- package/test-utils/selectors/table/index.js.map +1 -1
- package/wizard/wizard-step-list.js +4 -4
- package/wizard/wizard-step-list.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"cloudscape-design-components":{"en":{"[charts]":{"loadingText":[{"type":0,"value":"Loading chart"}],"errorText":[{"type":0,"value":"The data couldn't be fetched. Try again later."}],"recoveryText":[{"type":0,"value":"Retry"}],"i18nStrings.filterLabel":[{"type":0,"value":"Filter displayed data"}],"i18nStrings.filterPlaceholder":[{"type":0,"value":"Filter data"}],"i18nStrings.legendAriaLabel":[{"type":0,"value":"Legend"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"Chart"}],"i18nStrings.xAxisAriaRoleDescription":[{"type":0,"value":"x-axis"}],"i18nStrings.yAxisAriaRoleDescription":[{"type":0,"value":"y-axis"}]},"alert":{"dismissAriaLabel":[{"type":0,"value":"Dismiss alert"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"Success"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"Info"}],"i18nStrings.dismissAriaLabel":[{"type":0,"value":"Dismiss alert"}]},"annotation-context":{"i18nStrings.nextButtonText":[{"type":0,"value":"Next"}],"i18nStrings.previousButtonText":[{"type":0,"value":"Previous"}],"i18nStrings.finishButtonText":[{"type":0,"value":"Finish"}],"i18nStrings.labelDismissAnnotation":[{"type":0,"value":"Dismiss annotation"}],"i18nStrings.stepCounterText":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}],"i18nStrings.taskTitle":[{"type":0,"value":"Task "},{"type":1,"value":"taskNumber"},{"type":0,"value":": "},{"type":1,"value":"taskTitle"}],"i18nStrings.labelHotspot":[{"type":5,"value":"openState","options":{"true":{"value":[{"type":0,"value":"Annotation for step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}]},"false":{"value":[{"type":0,"value":"Annotation for step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}]},"other":{"value":[]}}}]},"app-layout":{"ariaLabels.drawers":[{"type":0,"value":"Drawers"}],"ariaLabels.drawersOverflow":[{"type":0,"value":"Drawers overflow"}],"ariaLabels.drawersOverflowWithBadge":[{"type":0,"value":"Drawers overflow with badge"}],"ariaLabels.navigation":[{"type":0,"value":"Side navigation"}],"ariaLabels.navigationClose":[{"type":0,"value":"Close side navigation"}],"ariaLabels.navigationToggle":[{"type":0,"value":"Open side navigation"}],"ariaLabels.notifications":[{"type":0,"value":"Notifications"}],"ariaLabels.tools":[{"type":0,"value":"Help panel"}],"ariaLabels.toolsClose":[{"type":0,"value":"Close help panel"}],"ariaLabels.toolsToggle":[{"type":0,"value":"Open help panel"}]},"area-chart":{"i18nStrings.detailTotalLabel":[{"type":0,"value":"Total"}]},"attribute-editor":{"removeButtonText":[{"type":0,"value":"Remove"}],"i18nStrings.itemRemovedAriaLive":[{"type":0,"value":"Item removed"}]},"autosuggest":{"errorIconAriaLabel":[{"type":0,"value":"Error"}],"selectedAriaLabel":[{"type":0,"value":"Selected"}],"enteredTextLabel":[{"type":0,"value":"Use: \""},{"type":1,"value":"value"},{"type":0,"value":"\""}],"recoveryText":[{"type":0,"value":"Retry"}]},"breadcrumb-group":{"expandAriaLabel":[{"type":0,"value":"Show path"}]},"button":{"i18nStrings.externalIconAriaLabel":[{"type":0,"value":"Opens in a new tab"}]},"calendar":{"nextMonthAriaLabel":[{"type":0,"value":"Next month"}],"previousMonthAriaLabel":[{"type":0,"value":"Previous month"}],"todayAriaLabel":[{"type":0,"value":"Today"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"Next year"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"Previous year"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"Current month"}]},"cards":{"ariaLabels.selectionGroupLabel":[{"type":0,"value":"Item selection"}]},"code-editor":{"i18nStrings.loadingState":[{"type":0,"value":"Loading code editor"}],"i18nStrings.errorState":[{"type":0,"value":"There was an error loading the code editor."}],"i18nStrings.errorStateRecovery":[{"type":0,"value":"Retry"}],"i18nStrings.editorGroupAriaLabel":[{"type":0,"value":"Code editor"}],"i18nStrings.statusBarGroupAriaLabel":[{"type":0,"value":"Status bar"}],"i18nStrings.cursorPosition":[{"type":0,"value":"Ln "},{"type":1,"value":"row"},{"type":0,"value":", Col "},{"type":1,"value":"column"}],"i18nStrings.errorsTab":[{"type":0,"value":"Errors"}],"i18nStrings.warningsTab":[{"type":0,"value":"Warnings"}],"i18nStrings.preferencesButtonAriaLabel":[{"type":0,"value":"Preferences"}],"i18nStrings.paneCloseButtonAriaLabel":[{"type":0,"value":"Close"}],"i18nStrings.preferencesModalHeader":[{"type":0,"value":"Preferences"}],"i18nStrings.preferencesModalCancel":[{"type":0,"value":"Cancel"}],"i18nStrings.preferencesModalConfirm":[{"type":0,"value":"Confirm"}],"i18nStrings.preferencesModalWrapLines":[{"type":0,"value":"Wrap lines"}],"i18nStrings.preferencesModalTheme":[{"type":0,"value":"Theme"}],"i18nStrings.preferencesModalThemeFilteringAriaLabel":[{"type":0,"value":"Filter themes"}],"i18nStrings.preferencesModalThemeFilteringPlaceholder":[{"type":0,"value":"Filter themes"}],"i18nStrings.preferencesModalLightThemes":[{"type":0,"value":"Light themes"}],"i18nStrings.preferencesModalDarkThemes":[{"type":0,"value":"Dark themes"}],"i18nStrings.cursorPositionAriaLabel":[{"type":0,"value":"Cursor on row "},{"type":1,"value":"row"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"Resize handle"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"Drag or select to resize"}]},"collection-preferences":{"title":[{"type":0,"value":"Preferences"}],"confirmLabel":[{"type":0,"value":"Confirm"}],"cancelLabel":[{"type":0,"value":"Cancel"}],"pageSizePreference.title":[{"type":0,"value":"Page size"}],"wrapLinesPreference.label":[{"type":0,"value":"Wrap lines"}],"wrapLinesPreference.description":[{"type":0,"value":"Select to see all the text and wrap the lines"}],"stripedRowsPreference.label":[{"type":0,"value":"Striped rows"}],"stripedRowsPreference.description":[{"type":0,"value":"Select to add alternating shaded rows"}],"contentDensityPreference.label":[{"type":0,"value":"Compact mode"}],"contentDensityPreference.description":[{"type":0,"value":"Select to display content in a denser, more compact mode"}],"stickyColumnsPreference.firstColumns.title":[{"type":0,"value":"Stick first column(s)"}],"stickyColumnsPreference.firstColumns.description":[{"type":0,"value":"Keep the first column(s) visible while horizontally scrolling the table content."}],"stickyColumnsPreference.firstColumns.options[0].label":[{"type":0,"value":"None"}],"stickyColumnsPreference.firstColumns.options[1].label":[{"type":0,"value":"First column"}],"stickyColumnsPreference.firstColumns.options[2].label":[{"type":0,"value":"First two columns"}],"stickyColumnsPreference.lastColumns.title":[{"type":0,"value":"Stick last column"}],"stickyColumnsPreference.lastColumns.description":[{"type":0,"value":"Keep the last column visible while horizontally scrolling the table content."}],"stickyColumnsPreference.lastColumns.options[0].label":[{"type":0,"value":"None"}],"stickyColumnsPreference.lastColumns.options[1].label":[{"type":0,"value":"Last column"}],"contentDisplayPreference.title":[{"type":0,"value":"Column preferences"}],"contentDisplayPreference.description":[{"type":0,"value":"Customize the visibility and order of the columns."}],"contentDisplayPreference.dragHandleAriaLabel":[{"type":0,"value":"Drag handle"}],"contentDisplayPreference.dragHandleAriaDescription":[{"type":0,"value":"Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape. You may need to toggle your browsing mode on your screen reader."}],"contentDisplayPreference.liveAnnouncementDndStarted":[{"type":0,"value":"Picked up item at position "},{"type":1,"value":"position"},{"type":0,"value":" of "},{"type":1,"value":"total"}],"contentDisplayPreference.liveAnnouncementDndDiscarded":[{"type":0,"value":"Reordering canceled"}],"contentDisplayPreference.i18nStrings.columnFilteringPlaceholder":[{"type":0,"value":"Filter columns"}],"contentDisplayPreference.i18nStrings.columnFilteringAriaLabel":[{"type":0,"value":"Filter columns"}],"contentDisplayPreference.i18nStrings.columnFilteringNoMatchText":[{"type":0,"value":"No matches found"}],"contentDisplayPreference.i18nStrings.columnFilteringClearFilterText":[{"type":0,"value":"Clear filter"}],"contentDisplayPreference.liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Moving item back to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Moving item to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}],"contentDisplayPreference.liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Item moved back to its original position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Item moved from position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" to position "},{"type":1,"value":"finalPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}],"contentDisplayPreference.i18nStrings.columnFilteringCountText":[{"type":6,"value":"count","options":{"zero":{"value":[{"type":0,"value":"0 matches"}]},"one":{"value":[{"type":0,"value":"1 match"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" matches"}]}},"offset":0,"pluralType":"cardinal"}]},"copy-to-clipboard":{"i18nStrings.copyButtonText":[{"type":0,"value":"Copy"}]},"date-picker":{"i18nStrings.openCalendarAriaLabel":[{"type":5,"value":"selectedDate","options":{"none":{"value":[{"type":0,"value":"Choose date"}]},"other":{"value":[{"type":0,"value":"Choose date, selected date is "},{"type":1,"value":"selectedDate"}]}}}]},"date-range-picker":{"i18nStrings.relativeModeTitle":[{"type":0,"value":"Relative mode"}],"i18nStrings.absoluteModeTitle":[{"type":0,"value":"Absolute mode"}],"i18nStrings.relativeRangeSelectionHeading":[{"type":0,"value":"Choose a range"}],"i18nStrings.relativeRangeSelectionMonthlyDescription":[{"type":0,"value":"Each option represents the full month, counting from its first day to its last."}],"i18nStrings.cancelButtonLabel":[{"type":0,"value":"Cancel"}],"i18nStrings.clearButtonLabel":[{"type":0,"value":"Clear and dismiss"}],"i18nStrings.applyButtonLabel":[{"type":0,"value":"Apply"}],"i18nStrings.customRelativeRangeOptionLabel":[{"type":0,"value":"Custom range"}],"i18nStrings.customRelativeRangeOptionDescription":[{"type":0,"value":"Set a custom range in the past"}],"i18nStrings.customRelativeRangeUnitLabel":[{"type":0,"value":"Unit of time"}],"i18nStrings.customRelativeRangeDurationLabel":[{"type":0,"value":"Duration"}],"i18nStrings.customRelativeRangeDurationPlaceholder":[{"type":0,"value":"Enter a duration"}],"i18nStrings.previousMonthAriaLabel":[{"type":0,"value":"Previous month"}],"i18nStrings.nextMonthAriaLabel":[{"type":0,"value":"Next month"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"Previous year"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"Next year"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"This month"}],"i18nStrings.todayAriaLabel":[{"type":0,"value":"Today"}],"i18nStrings.startMonthLabel":[{"type":0,"value":"Start month"}],"i18nStrings.startDateLabel":[{"type":0,"value":"Start date"}],"i18nStrings.startTimeLabel":[{"type":0,"value":"Start time"}],"i18nStrings.endMonthLabel":[{"type":0,"value":"End month"}],"i18nStrings.endDateLabel":[{"type":0,"value":"End date"}],"i18nStrings.endTimeLabel":[{"type":0,"value":"End time"}],"i18nStrings.datePlaceholder":[{"type":0,"value":"YYYY-MM-DD"}],"i18nStrings.isoDatePlaceholder":[{"type":0,"value":"YYYY-MM-DD"}],"i18nStrings.slashedDatePlaceholder":[{"type":0,"value":"YYYY/MM/DD"}],"i18nStrings.timePlaceholder":[{"type":0,"value":"hh:mm:ss"}],"i18nStrings.dateTimeConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD. For time, use 24 hr format."}],"i18nStrings.dateConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD."}],"i18nStrings.slashedDateTimeConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD. For time, use 24 hr format."}],"i18nStrings.isoDateTimeConstraintText":[{"type":0,"value":"For date, use YYYY-MM-DD. For time, use 24 hr format."}],"i18nStrings.slashedDateConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD."}],"i18nStrings.isoDateConstraintText":[{"type":0,"value":"For date, use YYYY-MM-DD."}],"i18nStrings.slashedMonthConstraintText":[{"type":0,"value":"For month, use YYYY/MM."}],"i18nStrings.isoMonthConstraintText":[{"type":0,"value":"For month, use YYYY-MM."}],"i18nStrings.monthConstraintText":[{"type":0,"value":"For month, use YYYY/MM."}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.renderSelectedAbsoluteRangeAriaLive":[{"type":0,"value":"Range selected from "},{"type":1,"value":"startDate"},{"type":0,"value":" to "},{"type":1,"value":"endDate"}],"i18nStrings.formatRelativeRange":[{"type":5,"value":"unit","options":{"second":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" seconds"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" second"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" seconds"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" minutes"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" minute"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" minutes"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" hours"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" hour"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" hours"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" days"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" day"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" days"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" weeks"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" week"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" weeks"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" months"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" month"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" months"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" years"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" year"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" years"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}],"i18nStrings.formatUnit":[{"type":5,"value":"unit","options":{"second":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"seconds"}]},"one":{"value":[{"type":0,"value":"second"}]},"other":{"value":[{"type":0,"value":"seconds"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"minutes"}]},"one":{"value":[{"type":0,"value":"minute"}]},"other":{"value":[{"type":0,"value":"minutes"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"hours"}]},"one":{"value":[{"type":0,"value":"hour"}]},"other":{"value":[{"type":0,"value":"hours"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"days"}]},"one":{"value":[{"type":0,"value":"day"}]},"other":{"value":[{"type":0,"value":"days"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"weeks"}]},"one":{"value":[{"type":0,"value":"week"}]},"other":{"value":[{"type":0,"value":"weeks"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"months"}]},"one":{"value":[{"type":0,"value":"month"}]},"other":{"value":[{"type":0,"value":"months"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"years"}]},"one":{"value":[{"type":0,"value":"year"}]},"other":{"value":[{"type":0,"value":"years"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"drawer":{"i18nStrings.loadingText":[{"type":0,"value":"Loading content"}]},"error-boundary":{"i18nStrings.headerText":[{"type":0,"value":"Unexpected error, content failed to show"}],"i18nStrings.descriptionText":[{"type":5,"value":"hasFeedback","options":{"true":{"value":[{"type":0,"value":"Refresh to try again. We are tracking this issue, but you can share "},{"type":8,"value":"Feedback","children":[{"type":0,"value":"more information here"}]},{"type":0,"value":"."}]},"other":{"value":[{"type":0,"value":"Refresh to try again."}]}}}],"i18nStrings.refreshActionText":[{"type":0,"value":"Refresh page"}]},"features-notification-drawer":{"i18nStrings.title":[{"type":0,"value":"Latest feature releases"}],"i18nStrings.viewAll":[{"type":0,"value":"View all feature releases"}],"ariaLabels.closeButton":[{"type":0,"value":"Close notifications"}],"ariaLabels.content":[{"type":0,"value":"Feature notifications"}],"ariaLabels.triggerButton":[{"type":0,"value":"Show feature notifications"}],"ariaLabels.resizeHandle":[{"type":0,"value":"Resize feature notifications"}]},"file-token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.limitShowMore":[{"type":0,"value":"Show more"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"Remove file "},{"type":1,"value":"fileIndex"},{"type":0,"value":", "},{"type":1,"value":"fileName"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}]},"file-upload":{"i18nStrings.limitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.limitShowMore":[{"type":0,"value":"Show more"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"Remove file "},{"type":1,"value":"fileIndex"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}],"i18nStrings.uploadButtonText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"Choose files"}]},"false":{"value":[{"type":0,"value":"Choose file"}]},"other":{"value":[]}}}],"i18nStrings.dropzoneText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"Drop files to upload"}]},"false":{"value":[{"type":0,"value":"Drop file to upload"}]},"other":{"value":[]}}}]},"flashbar":{"i18nStrings.ariaLabel":[{"type":0,"value":"Notifications"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.inProgressIconAriaLabel":[{"type":0,"value":"In progress"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"Info"}],"i18nStrings.notificationBarAriaLabel":[{"type":0,"value":"All notifications"}],"i18nStrings.notificationBarText":[{"type":0,"value":"Notifications"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"Success"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}]},"form-field":{"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}]},"form":{"errorIconAriaLabel":[{"type":0,"value":"Error"}]},"help-panel":{"loadingText":[{"type":0,"value":"Loading content"}]},"input":{"clearAriaLabel":[{"type":0,"value":"Clear"}]},"link":{"externalIconAriaLabel":[{"type":0,"value":"Opens in a new tab"}]},"list":{"dragHandleAriaLabel":[{"type":0,"value":"Drag handle"}],"dragHandleAriaDescription":[{"type":0,"value":"Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape."}],"liveAnnouncementDndStarted":[{"type":0,"value":"Picked up item at position "},{"type":1,"value":"position"},{"type":0,"value":" of "},{"type":1,"value":"total"}],"liveAnnouncementDndDiscarded":[{"type":0,"value":"Reordering canceled"}],"liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Moving item back to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Moving item to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}],"liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Item moved back to its original position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Item moved from position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" to position "},{"type":1,"value":"finalPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}]},"modal":{"closeAriaLabel":[{"type":0,"value":"Close modal"}]},"multiselect":{"deselectAriaLabel":[{"type":0,"value":"Remove "},{"type":1,"value":"option__label"}],"i18nStrings.selectAllText":[{"type":0,"value":"Select all"}]},"pagination":{"ariaLabels.nextPageLabel":[{"type":0,"value":"Next page"}],"ariaLabels.pageLabel":[{"type":0,"value":"Page "},{"type":1,"value":"pageNumber"},{"type":0,"value":" of all pages"}],"ariaLabels.previousPageLabel":[{"type":0,"value":"Previous page"}],"ariaLabels.jumpToPageButtonLabel":[{"type":0,"value":"Jump to page"}],"i18nStrings.jumpToPageInputLabel":[{"type":0,"value":"Page"}],"i18nStrings.jumpToPageError":[{"type":0,"value":"Page out of range. Showing last available page."}],"i18nStrings.jumpToPageLoadingText":[{"type":0,"value":"Loading"}]},"panel-resize-handle":{"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"Panel resize handle"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"Drag or select to resize"}]},"pie-chart":{"i18nStrings.detailsValue":[{"type":0,"value":"Value"}],"i18nStrings.detailsPercentage":[{"type":0,"value":"Percentage"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"Pie chart"}],"i18nStrings.segmentAriaRoleDescription":[{"type":0,"value":"Segment"}]},"popover":{"dismissAriaLabel":[{"type":0,"value":"Close popover"}]},"prompt-input":{"i18nStrings.actionButtonAriaLabel":[{"type":0,"value":"Submit prompt"}],"i18nStrings.menuErrorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.menuRecoveryText":[{"type":0,"value":"Retry"}],"i18nStrings.menuLoadingText":[{"type":0,"value":"Loading items"}],"i18nStrings.menuFinishedText":[{"type":0,"value":"End of results"}],"i18nStrings.menuErrorText":[{"type":0,"value":"Error fetching items"}],"i18nStrings.selectedMenuItemAriaLabel":[{"type":0,"value":"Selected"}],"i18nStrings.tokenInsertedAriaLabel":[{"type":1,"value":"token__label"},{"type":0,"value":" inserted"}],"i18nStrings.tokenPinnedAriaLabel":[{"type":1,"value":"token__label"},{"type":0,"value":" pinned"}],"i18nStrings.tokenRemovedAriaLabel":[{"type":1,"value":"token__label"},{"type":0,"value":" removed"}]},"property-filter":{"i18nStrings.allPropertiesLabel":[{"type":0,"value":"All properties"}],"i18nStrings.applyActionText":[{"type":0,"value":"Apply"}],"i18nStrings.cancelActionText":[{"type":0,"value":"Cancel"}],"i18nStrings.clearFiltersText":[{"type":0,"value":"Clear filters"}],"i18nStrings.editTokenHeader":[{"type":0,"value":"Edit filter"}],"i18nStrings.groupPropertiesText":[{"type":0,"value":"Properties"}],"i18nStrings.groupValuesText":[{"type":0,"value":"Values"}],"i18nStrings.operationAndText":[{"type":0,"value":"and"}],"i18nStrings.operationOrText":[{"type":0,"value":"or"}],"i18nStrings.operatorContainsText":[{"type":0,"value":"Contains"}],"i18nStrings.operatorDoesNotContainText":[{"type":0,"value":"Does not contain"}],"i18nStrings.operatorDoesNotEqualText":[{"type":0,"value":"Does not equal"}],"i18nStrings.operatorEqualsText":[{"type":0,"value":"Equals"}],"i18nStrings.operatorGreaterOrEqualText":[{"type":0,"value":"Greater than or equal"}],"i18nStrings.operatorGreaterText":[{"type":0,"value":"Greater than"}],"i18nStrings.operatorLessOrEqualText":[{"type":0,"value":"Less than or equal"}],"i18nStrings.operatorLessText":[{"type":0,"value":"Less than"}],"i18nStrings.operatorStartsWithText":[{"type":0,"value":"Starts with"}],"i18nStrings.operatorDoesNotStartWithText":[{"type":0,"value":"Does not start with"}],"i18nStrings.operatorText":[{"type":0,"value":"Operator"}],"i18nStrings.operatorsText":[{"type":0,"value":"Operators"}],"i18nStrings.propertyText":[{"type":0,"value":"Property"}],"i18nStrings.removeTokenButtonAriaLabel":[{"type":0,"value":"Remove filter, "},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenActionsAriaLabel":[{"type":0,"value":"Filter actions, "},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveAriaLabel":[{"type":0,"value":"Remove filter, "},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveLabel":[{"type":0,"value":"Remove filter"}],"i18nStrings.tokenEditorTokenRemoveFromGroupLabel":[{"type":0,"value":"Remove filter from group"}],"i18nStrings.tokenEditorAddTokenActionsAriaLabel":[{"type":0,"value":"Add filter actions"}],"i18nStrings.tokenEditorAddNewTokenLabel":[{"type":0,"value":"Add new filter"}],"i18nStrings.tokenEditorAddExistingTokenAriaLabel":[{"type":0,"value":"Add filter "},{"type":1,"value":"token__formattedText"},{"type":0,"value":" to group"}],"i18nStrings.tokenEditorAddExistingTokenLabel":[{"type":0,"value":"Add filter "},{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" "},{"type":1,"value":"token__operator"},{"type":0,"value":" "},{"type":1,"value":"token__value"},{"type":0,"value":" to group"}],"i18nStrings.tokenLimitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.tokenLimitShowMore":[{"type":0,"value":"Show more"}],"i18nStrings.valueText":[{"type":0,"value":"Value"}],"i18nStrings.formatToken":[{"type":5,"value":"token__operator","options":{"equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" equals "},{"type":1,"value":"token__value"}]},"not_equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" does not equal "},{"type":1,"value":"token__value"}]},"greater_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is greater than "},{"type":1,"value":"token__value"}]},"greater_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is greater than or equal to "},{"type":1,"value":"token__value"}]},"less_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is less than "},{"type":1,"value":"token__value"}]},"less_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is less than or equal to "},{"type":1,"value":"token__value"}]},"contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" contains "},{"type":1,"value":"token__value"}]},"not_contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" does not contain "},{"type":1,"value":"token__value"}]},"starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" starts with "},{"type":1,"value":"token__value"}]},"not_starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" does not start with "},{"type":1,"value":"token__value"}]},"other":{"value":[]}}}],"i18nStrings.groupEditAriaLabel":[{"type":5,"value":"group__formattedTokens__length","options":{"2":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"}]},"3":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"}]},"4":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens3__formattedText"}]},"5":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens3__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" 1 more"}]},"other":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens3__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" more"}]}}}]},"s3-resource-selector":{"i18nStrings.inContextSelectPlaceholder":[{"type":0,"value":"Choose a version"}],"i18nStrings.inContextBrowseButton":[{"type":0,"value":"Browse S3"}],"i18nStrings.inContextViewButton":[{"type":0,"value":"View"}],"i18nStrings.inContextViewButtonAriaLabel":[{"type":0,"value":"View (opens in a new tab)"}],"i18nStrings.inContextLoadingText":[{"type":0,"value":"Loading resource"}],"i18nStrings.inContextUriLabel":[{"type":0,"value":"S3 URI"}],"i18nStrings.inContextVersionSelectLabel":[{"type":0,"value":"Object version"}],"i18nStrings.modalTitle":[{"type":0,"value":"Choose an object in S3"}],"i18nStrings.modalCancelButton":[{"type":0,"value":"Cancel"}],"i18nStrings.modalSubmitButton":[{"type":0,"value":"Choose"}],"i18nStrings.modalBreadcrumbRootItem":[{"type":0,"value":"S3 buckets"}],"i18nStrings.modalLastUpdatedText":[{"type":0,"value":"Last updated"}],"i18nStrings.selectionBuckets":[{"type":0,"value":"Buckets"}],"i18nStrings.selectionObjects":[{"type":0,"value":"Objects"}],"i18nStrings.selectionVersions":[{"type":0,"value":"Versions"}],"i18nStrings.selectionBucketsSearchPlaceholder":[{"type":0,"value":"Find bucket"}],"i18nStrings.selectionObjectsSearchPlaceholder":[{"type":0,"value":"Find object by prefix"}],"i18nStrings.selectionVersionsSearchPlaceholder":[{"type":0,"value":"Find version"}],"i18nStrings.selectionBucketsLoading":[{"type":0,"value":"Loading buckets"}],"i18nStrings.selectionBucketsNoItems":[{"type":0,"value":"No buckets"}],"i18nStrings.selectionObjectsLoading":[{"type":0,"value":"Loading objects"}],"i18nStrings.selectionObjectsNoItems":[{"type":0,"value":"No objects"}],"i18nStrings.selectionVersionsLoading":[{"type":0,"value":"Loading versions"}],"i18nStrings.selectionVersionsNoItems":[{"type":0,"value":"No versions"}],"i18nStrings.filteringNoMatches":[{"type":0,"value":"No matches"}],"i18nStrings.filteringCantFindMatch":[{"type":0,"value":"We can't find a match."}],"i18nStrings.clearFilterButtonText":[{"type":0,"value":"Clear filter"}],"i18nStrings.columnBucketID":[{"type":0,"value":"ID"}],"i18nStrings.columnBucketName":[{"type":0,"value":"Name"}],"i18nStrings.columnBucketCreationDate":[{"type":0,"value":"Creation date"}],"i18nStrings.columnBucketRegion":[{"type":0,"value":"Region"}],"i18nStrings.columnObjectKey":[{"type":0,"value":"Key"}],"i18nStrings.columnObjectLastModified":[{"type":0,"value":"Last modified"}],"i18nStrings.columnObjectSize":[{"type":0,"value":"Size"}],"i18nStrings.columnVersionID":[{"type":0,"value":"Version ID"}],"i18nStrings.columnVersionLastModified":[{"type":0,"value":"Last modified"}],"i18nStrings.columnVersionSize":[{"type":0,"value":"Size"}],"i18nStrings.validationPathMustBegin":[{"type":0,"value":"The path must begin with s3:// to be valid."}],"i18nStrings.validationBucketLowerCase":[{"type":0,"value":"The bucket name must start with a lowercase character or number."}],"i18nStrings.validationBucketMustNotContain":[{"type":0,"value":"The bucket name must not contain uppercase characters."}],"i18nStrings.validationBucketLength":[{"type":0,"value":"The bucket name must be from 3 to 63 characters."}],"i18nStrings.validationBucketMustComplyDns":[{"type":0,"value":"The bucket name must comply with DNS naming conventions."}],"i18nStrings.labelSortedDescending":[{"type":1,"value":"columnName"},{"type":0,"value":", sorted descending"}],"i18nStrings.labelSortedAscending":[{"type":1,"value":"columnName"},{"type":0,"value":", sorted ascending"}],"i18nStrings.labelNotSorted":[{"type":1,"value":"columnName"},{"type":0,"value":", not sorted"}],"i18nStrings.labelsBucketsSelection.selectionGroupLabel":[{"type":0,"value":"Buckets"}],"i18nStrings.labelsBucketsSelection.itemSelectionLabel":[{"type":1,"value":"item__Name"}],"i18nStrings.labelsObjectsSelection.selectionGroupLabel":[{"type":0,"value":"Objects"}],"i18nStrings.labelsObjectsSelection.itemSelectionLabel":[{"type":1,"value":"item__Key"}],"i18nStrings.labelsVersionsSelection.selectionGroupLabel":[{"type":0,"value":"Versions"}],"i18nStrings.labelsVersionsSelection.itemSelectionLabel":[{"type":1,"value":"item__VersionId"}],"i18nStrings.labelFiltering":[{"type":0,"value":"Find "},{"type":1,"value":"itemsType"}],"i18nStrings.labelRefresh":[{"type":0,"value":"Refresh the data"}],"i18nStrings.labelBreadcrumbs":[{"type":0,"value":"S3 Breadcrumbs"}],"i18nStrings.labelIconFolder":[{"type":0,"value":"Folder"}],"i18nStrings.labelIconObject":[{"type":0,"value":"Object"}],"i18nStrings.filteringCounterText":[{"type":6,"value":"count","options":{"one":{"value":[{"type":0,"value":"1 match"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" matches"}]}},"offset":0,"pluralType":"cardinal"}]},"select":{"errorIconAriaLabel":[{"type":0,"value":"Error"}],"selectedAriaLabel":[{"type":0,"value":"Selected"}],"recoveryText":[{"type":0,"value":"Retry"}]},"slider":{"i18nStrings.valueTextRange":[{"type":1,"value":"value"},{"type":0,"value":", between "},{"type":1,"value":"previousValue"},{"type":0,"value":" and "},{"type":1,"value":"nextValue"}]},"split-panel":{"i18nStrings.closeButtonAriaLabel":[{"type":0,"value":"Close panel"}],"i18nStrings.openButtonAriaLabel":[{"type":0,"value":"Open panel"}],"i18nStrings.preferencesTitle":[{"type":0,"value":"Split panel preferences"}],"i18nStrings.preferencesPositionLabel":[{"type":0,"value":"Split panel position"}],"i18nStrings.preferencesPositionDescription":[{"type":0,"value":"Choose the default split panel position for the service."}],"i18nStrings.preferencesPositionSide":[{"type":0,"value":"Side"}],"i18nStrings.preferencesPositionBottom":[{"type":0,"value":"Bottom"}],"i18nStrings.preferencesConfirm":[{"type":0,"value":"Confirm"}],"i18nStrings.preferencesCancel":[{"type":0,"value":"Cancel"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"Resize split panel"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"Drag or select to resize"}]},"table":{"ariaLabels.resizerRoleDescription":[{"type":0,"value":"resize button"}],"ariaLabels.submittingEditText":[{"type":0,"value":"Submitting edit"}],"ariaLabels.successfulEditLabel":[{"type":0,"value":"Edit successful"}],"ariaLabels.expandButtonLabel":[{"type":0,"value":"Expand"}],"ariaLabels.collapseButtonLabel":[{"type":0,"value":"Collapse"}],"columnDefinitions.editConfig.errorIconAriaLabel":[{"type":0,"value":"Error"}],"columnDefinitions.editConfig.editIconAriaLabel":[{"type":0,"value":"editable"}]},"tabs":{"i18nStrings.scrollLeftAriaLabel":[{"type":0,"value":"Scroll left"}],"i18nStrings.scrollRightAriaLabel":[{"type":0,"value":"Scroll right"}],"i18nStrings.tabsWithActionsAriaRoleDescription":[{"type":0,"value":"Tabs with actions"}]},"tag-editor":{"i18nStrings.keyPlaceholder":[{"type":0,"value":"Enter key"}],"i18nStrings.valuePlaceholder":[{"type":0,"value":"Enter value"}],"i18nStrings.addButton":[{"type":0,"value":"Add new tag"}],"i18nStrings.removeButton":[{"type":0,"value":"Remove"}],"i18nStrings.removeButtonAriaLabel":[{"type":0,"value":"Remove "},{"type":1,"value":"tag__key"}],"i18nStrings.undoButton":[{"type":0,"value":"Undo"}],"i18nStrings.undoPrompt":[{"type":0,"value":"This tag will be removed upon saving changes"}],"i18nStrings.loading":[{"type":0,"value":"Loading tags that are associated with this resource"}],"i18nStrings.keyHeader":[{"type":0,"value":"Key"}],"i18nStrings.valueHeader":[{"type":0,"value":"Value"}],"i18nStrings.optional":[{"type":0,"value":"optional"}],"i18nStrings.keySuggestion":[{"type":0,"value":"Custom tag key"}],"i18nStrings.valueSuggestion":[{"type":0,"value":"Custom tag value"}],"i18nStrings.emptyTags":[{"type":0,"value":"No tags associated with the resource."}],"i18nStrings.tooManyKeysSuggestion":[{"type":0,"value":"You have more keys than can be displayed"}],"i18nStrings.tooManyValuesSuggestion":[{"type":0,"value":"You have more values than can be displayed"}],"i18nStrings.keysSuggestionLoading":[{"type":0,"value":"Loading tag keys"}],"i18nStrings.keysSuggestionError":[{"type":0,"value":"Tag keys could not be retrieved"}],"i18nStrings.valuesSuggestionLoading":[{"type":0,"value":"Loading tag values"}],"i18nStrings.valuesSuggestionError":[{"type":0,"value":"Tag values could not be retrieved"}],"i18nStrings.emptyKeyError":[{"type":0,"value":"You must specify a tag key"}],"i18nStrings.maxKeyCharLengthError":[{"type":0,"value":"The maximum number of characters you can use in a tag key is 128."}],"i18nStrings.maxValueCharLengthError":[{"type":0,"value":"The maximum number of characters you can use in a tag value is 256."}],"i18nStrings.duplicateKeyError":[{"type":0,"value":"You must specify a unique tag key."}],"i18nStrings.invalidKeyError":[{"type":0,"value":"Invalid key. Keys can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"}],"i18nStrings.invalidValueError":[{"type":0,"value":"Invalid value. Values can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"}],"i18nStrings.awsPrefixError":[{"type":0,"value":"Cannot start with aws:"}],"i18nStrings.tagLimitReached":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"You have reached the limit of 1 tag."}]},"other":{"value":[{"type":0,"value":"You have reached the limit of "},{"type":1,"value":"tagLimit"},{"type":0,"value":" tags."}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimitExceeded":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"You have exceeded the limit of 1 tag."}]},"other":{"value":[{"type":0,"value":"You have exceeded the limit of "},{"type":1,"value":"tagLimit"},{"type":0,"value":" tags."}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimit":[{"type":5,"value":"tagLimitAvailable","options":{"true":{"value":[{"type":6,"value":"availableTags","options":{"other":{"value":[{"type":0,"value":"You can add up to "},{"type":1,"value":"tagLimit"},{"type":0,"value":" tags."}]}},"offset":0,"pluralType":"cardinal"}]},"false":{"value":[{"type":6,"value":"availableTags","options":{"one":{"value":[{"type":0,"value":"You can add up to 1 more tag."}]},"other":{"value":[{"type":0,"value":"You can add up to "},{"type":1,"value":"availableTags"},{"type":0,"value":" more tags."}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.limitShowMore":[{"type":0,"value":"Show more"}]},"top-navigation":{"i18nStrings.searchIconAriaLabel":[{"type":0,"value":"Search"}],"i18nStrings.searchDismissIconAriaLabel":[{"type":0,"value":"Close search"}],"i18nStrings.overflowMenuTriggerText":[{"type":0,"value":"More"}],"i18nStrings.overflowMenuDismissIconAriaLabel":[{"type":0,"value":"Close menu"}],"i18nStrings.overflowMenuBackIconAriaLabel":[{"type":0,"value":"Back"}],"i18nStrings.overflowMenuTitleText":[{"type":0,"value":"All"}]},"tree-view":{"i18nStrings.expandButtonLabel":[{"type":0,"value":"Expand"}],"i18nStrings.collapseButtonLabel":[{"type":0,"value":"Collapse"}]},"tutorial-panel":{"i18nStrings.loadingText":[{"type":0,"value":"Loading"}],"i18nStrings.tutorialListTitle":[{"type":0,"value":"Choose a tutorial"}],"i18nStrings.tutorialListDownloadLinkText":[{"type":0,"value":"Download PDF version"}],"i18nStrings.labelTutorialListDownloadLink":[{"type":0,"value":"Download PDF version of this tutorial"}],"i18nStrings.tutorialCompletedText":[{"type":0,"value":"Tutorial completed"}],"i18nStrings.learnMoreLinkText":[{"type":0,"value":"Learn more"}],"i18nStrings.startTutorialButtonText":[{"type":0,"value":"Start tutorial"}],"i18nStrings.restartTutorialButtonText":[{"type":0,"value":"Restart tutorial"}],"i18nStrings.completionScreenTitle":[{"type":0,"value":"Congratulations! You completed the tutorial."}],"i18nStrings.feedbackLinkText":[{"type":0,"value":"Feedback"}],"i18nStrings.dismissTutorialButtonText":[{"type":0,"value":"Dismiss tutorial"}],"i18nStrings.taskTitle":[{"type":0,"value":"Task "},{"type":1,"value":"taskNumber"},{"type":0,"value":": "},{"type":1,"value":"taskTitle"}],"i18nStrings.stepTitle":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"},{"type":0,"value":": "},{"type":1,"value":"stepTitle"}],"i18nStrings.labelExitTutorial":[{"type":0,"value":"Dismiss tutorial"}],"i18nStrings.labelTotalSteps":[{"type":0,"value":"Total steps: "},{"type":1,"value":"totalStepCount"}],"i18nStrings.labelsTaskStatus.pending":[{"type":0,"value":"Pending"}],"i18nStrings.labelsTaskStatus.in-progress":[{"type":0,"value":"In progress"}],"i18nStrings.labelsTaskStatus.success":[{"type":0,"value":"Success"}]},"wizard":{"i18nStrings.stepNumberLabel":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"}],"i18nStrings.collapsedStepsLabel":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"stepsCount"}],"i18nStrings.skipToButtonLabel":[{"type":0,"value":"Skip to "},{"type":1,"value":"task__title"}],"i18nStrings.navigationAriaLabel":[{"type":0,"value":"Steps"}],"i18nStrings.cancelButton":[{"type":0,"value":"Cancel"}],"i18nStrings.previousButton":[{"type":0,"value":"Previous"}],"i18nStrings.nextButton":[{"type":0,"value":"Next"}],"i18nStrings.optional":[{"type":0,"value":"optional"}],"i18nStrings.nextButtonLoadingAnnouncement":[{"type":0,"value":"Loading next step"}],"i18nStrings.submitButtonLoadingAnnouncement":[{"type":0,"value":"Submitting form"}]}}}}
|
|
1
|
+
{"cloudscape-design-components":{"en":{"[charts]":{"loadingText":[{"type":0,"value":"Loading chart"}],"errorText":[{"type":0,"value":"The data couldn't be fetched. Try again later."}],"recoveryText":[{"type":0,"value":"Retry"}],"i18nStrings.filterLabel":[{"type":0,"value":"Filter displayed data"}],"i18nStrings.filterPlaceholder":[{"type":0,"value":"Filter data"}],"i18nStrings.legendAriaLabel":[{"type":0,"value":"Legend"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"Chart"}],"i18nStrings.xAxisAriaRoleDescription":[{"type":0,"value":"x-axis"}],"i18nStrings.yAxisAriaRoleDescription":[{"type":0,"value":"y-axis"}]},"alert":{"dismissAriaLabel":[{"type":0,"value":"Dismiss alert"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"Success"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"Info"}],"i18nStrings.dismissAriaLabel":[{"type":0,"value":"Dismiss alert"}]},"annotation-context":{"i18nStrings.nextButtonText":[{"type":0,"value":"Next"}],"i18nStrings.previousButtonText":[{"type":0,"value":"Previous"}],"i18nStrings.finishButtonText":[{"type":0,"value":"Finish"}],"i18nStrings.labelDismissAnnotation":[{"type":0,"value":"Dismiss annotation"}],"i18nStrings.stepCounterText":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}],"i18nStrings.taskTitle":[{"type":0,"value":"Task "},{"type":1,"value":"taskNumber"},{"type":0,"value":": "},{"type":1,"value":"taskTitle"}],"i18nStrings.labelHotspot":[{"type":5,"value":"openState","options":{"true":{"value":[{"type":0,"value":"Annotation for step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}]},"false":{"value":[{"type":0,"value":"Annotation for step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}]},"other":{"value":[]}}}]},"app-layout":{"ariaLabels.drawers":[{"type":0,"value":"Drawers"}],"ariaLabels.drawersOverflow":[{"type":0,"value":"Drawers overflow"}],"ariaLabels.drawersOverflowWithBadge":[{"type":0,"value":"Drawers overflow with badge"}],"ariaLabels.navigation":[{"type":0,"value":"Side navigation"}],"ariaLabels.navigationClose":[{"type":0,"value":"Close side navigation"}],"ariaLabels.navigationToggle":[{"type":0,"value":"Open side navigation"}],"ariaLabels.notifications":[{"type":0,"value":"Notifications"}],"ariaLabels.tools":[{"type":0,"value":"Help panel"}],"ariaLabels.toolsClose":[{"type":0,"value":"Close help panel"}],"ariaLabels.toolsToggle":[{"type":0,"value":"Open help panel"}]},"area-chart":{"i18nStrings.detailTotalLabel":[{"type":0,"value":"Total"}]},"attribute-editor":{"removeButtonText":[{"type":0,"value":"Remove"}],"i18nStrings.itemRemovedAriaLive":[{"type":0,"value":"Item removed"}]},"autosuggest":{"errorIconAriaLabel":[{"type":0,"value":"Error"}],"selectedAriaLabel":[{"type":0,"value":"Selected"}],"enteredTextLabel":[{"type":0,"value":"Use: \""},{"type":1,"value":"value"},{"type":0,"value":"\""}],"recoveryText":[{"type":0,"value":"Retry"}]},"breadcrumb-group":{"expandAriaLabel":[{"type":0,"value":"Show path"}]},"button":{"i18nStrings.externalIconAriaLabel":[{"type":0,"value":"Opens in a new tab"}]},"calendar":{"nextMonthAriaLabel":[{"type":0,"value":"Next month"}],"previousMonthAriaLabel":[{"type":0,"value":"Previous month"}],"todayAriaLabel":[{"type":0,"value":"Today"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"Next year"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"Previous year"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"Current month"}]},"cards":{"ariaLabels.selectionGroupLabel":[{"type":0,"value":"Item selection"}]},"code-editor":{"i18nStrings.loadingState":[{"type":0,"value":"Loading code editor"}],"i18nStrings.errorState":[{"type":0,"value":"There was an error loading the code editor."}],"i18nStrings.errorStateRecovery":[{"type":0,"value":"Retry"}],"i18nStrings.editorGroupAriaLabel":[{"type":0,"value":"Code editor"}],"i18nStrings.statusBarGroupAriaLabel":[{"type":0,"value":"Status bar"}],"i18nStrings.cursorPosition":[{"type":0,"value":"Ln "},{"type":1,"value":"row"},{"type":0,"value":", Col "},{"type":1,"value":"column"}],"i18nStrings.errorsTab":[{"type":0,"value":"Errors"}],"i18nStrings.warningsTab":[{"type":0,"value":"Warnings"}],"i18nStrings.preferencesButtonAriaLabel":[{"type":0,"value":"Preferences"}],"i18nStrings.paneCloseButtonAriaLabel":[{"type":0,"value":"Close"}],"i18nStrings.preferencesModalHeader":[{"type":0,"value":"Preferences"}],"i18nStrings.preferencesModalCancel":[{"type":0,"value":"Cancel"}],"i18nStrings.preferencesModalConfirm":[{"type":0,"value":"Confirm"}],"i18nStrings.preferencesModalWrapLines":[{"type":0,"value":"Wrap lines"}],"i18nStrings.preferencesModalTheme":[{"type":0,"value":"Theme"}],"i18nStrings.preferencesModalThemeFilteringAriaLabel":[{"type":0,"value":"Filter themes"}],"i18nStrings.preferencesModalThemeFilteringPlaceholder":[{"type":0,"value":"Filter themes"}],"i18nStrings.preferencesModalLightThemes":[{"type":0,"value":"Light themes"}],"i18nStrings.preferencesModalDarkThemes":[{"type":0,"value":"Dark themes"}],"i18nStrings.cursorPositionAriaLabel":[{"type":0,"value":"Cursor on row "},{"type":1,"value":"row"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"Resize handle"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"Drag or select to resize"}]},"collection-preferences":{"title":[{"type":0,"value":"Preferences"}],"confirmLabel":[{"type":0,"value":"Confirm"}],"cancelLabel":[{"type":0,"value":"Cancel"}],"pageSizePreference.title":[{"type":0,"value":"Page size"}],"wrapLinesPreference.label":[{"type":0,"value":"Wrap lines"}],"wrapLinesPreference.description":[{"type":0,"value":"Select to see all the text and wrap the lines"}],"stripedRowsPreference.label":[{"type":0,"value":"Striped rows"}],"stripedRowsPreference.description":[{"type":0,"value":"Select to add alternating shaded rows"}],"contentDensityPreference.label":[{"type":0,"value":"Compact mode"}],"contentDensityPreference.description":[{"type":0,"value":"Select to display content in a denser, more compact mode"}],"stickyColumnsPreference.firstColumns.title":[{"type":0,"value":"Stick first column(s)"}],"stickyColumnsPreference.firstColumns.description":[{"type":0,"value":"Keep the first column(s) visible while horizontally scrolling the table content."}],"stickyColumnsPreference.firstColumns.options[0].label":[{"type":0,"value":"None"}],"stickyColumnsPreference.firstColumns.options[1].label":[{"type":0,"value":"First column"}],"stickyColumnsPreference.firstColumns.options[2].label":[{"type":0,"value":"First two columns"}],"stickyColumnsPreference.lastColumns.title":[{"type":0,"value":"Stick last column"}],"stickyColumnsPreference.lastColumns.description":[{"type":0,"value":"Keep the last column visible while horizontally scrolling the table content."}],"stickyColumnsPreference.lastColumns.options[0].label":[{"type":0,"value":"None"}],"stickyColumnsPreference.lastColumns.options[1].label":[{"type":0,"value":"Last column"}],"contentDisplayPreference.title":[{"type":0,"value":"Column preferences"}],"contentDisplayPreference.description":[{"type":0,"value":"Customize the visibility and order of the columns."}],"contentDisplayPreference.dragHandleAriaLabel":[{"type":0,"value":"Drag handle"}],"contentDisplayPreference.dragHandleAriaDescription":[{"type":0,"value":"Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape. You may need to toggle your browsing mode on your screen reader."}],"contentDisplayPreference.liveAnnouncementDndStarted":[{"type":0,"value":"Picked up item at position "},{"type":1,"value":"position"},{"type":0,"value":" of "},{"type":1,"value":"total"}],"contentDisplayPreference.liveAnnouncementDndDiscarded":[{"type":0,"value":"Reordering canceled"}],"contentDisplayPreference.liveAnnouncementDndGroupLabel":[{"type":1,"value":"label"},{"type":0,"value":", "},{"type":6,"value":"count","options":{"one":{"value":[{"type":0,"value":"1 item"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" items"}]}},"offset":0,"pluralType":"cardinal"}],"contentDisplayPreference.i18nStrings.columnFilteringPlaceholder":[{"type":0,"value":"Filter columns"}],"contentDisplayPreference.i18nStrings.columnFilteringAriaLabel":[{"type":0,"value":"Filter columns"}],"contentDisplayPreference.i18nStrings.columnFilteringNoMatchText":[{"type":0,"value":"No matches found"}],"contentDisplayPreference.i18nStrings.columnFilteringClearFilterText":[{"type":0,"value":"Clear filter"}],"contentDisplayPreference.liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Moving item back to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Moving item to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}],"contentDisplayPreference.liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Item moved back to its original position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Item moved from position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" to position "},{"type":1,"value":"finalPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}],"contentDisplayPreference.i18nStrings.columnFilteringCountText":[{"type":6,"value":"count","options":{"zero":{"value":[{"type":0,"value":"0 matches"}]},"one":{"value":[{"type":0,"value":"1 match"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" matches"}]}},"offset":0,"pluralType":"cardinal"}]},"copy-to-clipboard":{"i18nStrings.copyButtonText":[{"type":0,"value":"Copy"}]},"date-picker":{"i18nStrings.openCalendarAriaLabel":[{"type":5,"value":"selectedDate","options":{"none":{"value":[{"type":0,"value":"Choose date"}]},"other":{"value":[{"type":0,"value":"Choose date, selected date is "},{"type":1,"value":"selectedDate"}]}}}]},"date-range-picker":{"i18nStrings.relativeModeTitle":[{"type":0,"value":"Relative mode"}],"i18nStrings.absoluteModeTitle":[{"type":0,"value":"Absolute mode"}],"i18nStrings.relativeRangeSelectionHeading":[{"type":0,"value":"Choose a range"}],"i18nStrings.relativeRangeSelectionMonthlyDescription":[{"type":0,"value":"Each option represents the full month, counting from its first day to its last."}],"i18nStrings.cancelButtonLabel":[{"type":0,"value":"Cancel"}],"i18nStrings.clearButtonLabel":[{"type":0,"value":"Clear and dismiss"}],"i18nStrings.applyButtonLabel":[{"type":0,"value":"Apply"}],"i18nStrings.customRelativeRangeOptionLabel":[{"type":0,"value":"Custom range"}],"i18nStrings.customRelativeRangeOptionDescription":[{"type":0,"value":"Set a custom range in the past"}],"i18nStrings.customRelativeRangeUnitLabel":[{"type":0,"value":"Unit of time"}],"i18nStrings.customRelativeRangeDurationLabel":[{"type":0,"value":"Duration"}],"i18nStrings.customRelativeRangeDurationPlaceholder":[{"type":0,"value":"Enter a duration"}],"i18nStrings.previousMonthAriaLabel":[{"type":0,"value":"Previous month"}],"i18nStrings.nextMonthAriaLabel":[{"type":0,"value":"Next month"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"Previous year"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"Next year"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"This month"}],"i18nStrings.todayAriaLabel":[{"type":0,"value":"Today"}],"i18nStrings.startMonthLabel":[{"type":0,"value":"Start month"}],"i18nStrings.startDateLabel":[{"type":0,"value":"Start date"}],"i18nStrings.startTimeLabel":[{"type":0,"value":"Start time"}],"i18nStrings.endMonthLabel":[{"type":0,"value":"End month"}],"i18nStrings.endDateLabel":[{"type":0,"value":"End date"}],"i18nStrings.endTimeLabel":[{"type":0,"value":"End time"}],"i18nStrings.datePlaceholder":[{"type":0,"value":"YYYY-MM-DD"}],"i18nStrings.isoDatePlaceholder":[{"type":0,"value":"YYYY-MM-DD"}],"i18nStrings.slashedDatePlaceholder":[{"type":0,"value":"YYYY/MM/DD"}],"i18nStrings.timePlaceholder":[{"type":0,"value":"hh:mm:ss"}],"i18nStrings.dateTimeConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD. For time, use 24 hr format."}],"i18nStrings.dateConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD."}],"i18nStrings.slashedDateTimeConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD. For time, use 24 hr format."}],"i18nStrings.isoDateTimeConstraintText":[{"type":0,"value":"For date, use YYYY-MM-DD. For time, use 24 hr format."}],"i18nStrings.slashedDateConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD."}],"i18nStrings.isoDateConstraintText":[{"type":0,"value":"For date, use YYYY-MM-DD."}],"i18nStrings.slashedMonthConstraintText":[{"type":0,"value":"For month, use YYYY/MM."}],"i18nStrings.isoMonthConstraintText":[{"type":0,"value":"For month, use YYYY-MM."}],"i18nStrings.monthConstraintText":[{"type":0,"value":"For month, use YYYY/MM."}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.renderSelectedAbsoluteRangeAriaLive":[{"type":0,"value":"Range selected from "},{"type":1,"value":"startDate"},{"type":0,"value":" to "},{"type":1,"value":"endDate"}],"i18nStrings.formatRelativeRange":[{"type":5,"value":"unit","options":{"second":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" seconds"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" second"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" seconds"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" minutes"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" minute"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" minutes"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" hours"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" hour"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" hours"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" days"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" day"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" days"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" weeks"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" week"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" weeks"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" months"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" month"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" months"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" years"}]},"one":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" year"}]},"other":{"value":[{"type":0,"value":"Last "},{"type":1,"value":"amount"},{"type":0,"value":" years"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}],"i18nStrings.formatUnit":[{"type":5,"value":"unit","options":{"second":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"seconds"}]},"one":{"value":[{"type":0,"value":"second"}]},"other":{"value":[{"type":0,"value":"seconds"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"minutes"}]},"one":{"value":[{"type":0,"value":"minute"}]},"other":{"value":[{"type":0,"value":"minutes"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"hours"}]},"one":{"value":[{"type":0,"value":"hour"}]},"other":{"value":[{"type":0,"value":"hours"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"days"}]},"one":{"value":[{"type":0,"value":"day"}]},"other":{"value":[{"type":0,"value":"days"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"weeks"}]},"one":{"value":[{"type":0,"value":"week"}]},"other":{"value":[{"type":0,"value":"weeks"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"months"}]},"one":{"value":[{"type":0,"value":"month"}]},"other":{"value":[{"type":0,"value":"months"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"years"}]},"one":{"value":[{"type":0,"value":"year"}]},"other":{"value":[{"type":0,"value":"years"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"drawer":{"i18nStrings.loadingText":[{"type":0,"value":"Loading content"}]},"error-boundary":{"i18nStrings.headerText":[{"type":0,"value":"Unexpected error, content failed to show"}],"i18nStrings.descriptionText":[{"type":5,"value":"hasFeedback","options":{"true":{"value":[{"type":0,"value":"Refresh to try again. We are tracking this issue, but you can share "},{"type":8,"value":"Feedback","children":[{"type":0,"value":"more information here"}]},{"type":0,"value":"."}]},"other":{"value":[{"type":0,"value":"Refresh to try again."}]}}}],"i18nStrings.refreshActionText":[{"type":0,"value":"Refresh page"}]},"features-notification-drawer":{"i18nStrings.title":[{"type":0,"value":"Latest feature releases"}],"i18nStrings.viewAll":[{"type":0,"value":"View all feature releases"}],"ariaLabels.closeButton":[{"type":0,"value":"Close notifications"}],"ariaLabels.content":[{"type":0,"value":"Feature notifications"}],"ariaLabels.triggerButton":[{"type":0,"value":"Show feature notifications"}],"ariaLabels.resizeHandle":[{"type":0,"value":"Resize feature notifications"}]},"file-token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.limitShowMore":[{"type":0,"value":"Show more"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"Remove file "},{"type":1,"value":"fileIndex"},{"type":0,"value":", "},{"type":1,"value":"fileName"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}]},"file-upload":{"i18nStrings.limitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.limitShowMore":[{"type":0,"value":"Show more"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"Remove file "},{"type":1,"value":"fileIndex"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}],"i18nStrings.uploadButtonText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"Choose files"}]},"false":{"value":[{"type":0,"value":"Choose file"}]},"other":{"value":[]}}}],"i18nStrings.dropzoneText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"Drop files to upload"}]},"false":{"value":[{"type":0,"value":"Drop file to upload"}]},"other":{"value":[]}}}]},"flashbar":{"i18nStrings.ariaLabel":[{"type":0,"value":"Notifications"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.inProgressIconAriaLabel":[{"type":0,"value":"In progress"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"Info"}],"i18nStrings.notificationBarAriaLabel":[{"type":0,"value":"All notifications"}],"i18nStrings.notificationBarText":[{"type":0,"value":"Notifications"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"Success"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}]},"form-field":{"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"Warning"}]},"form":{"errorIconAriaLabel":[{"type":0,"value":"Error"}]},"help-panel":{"loadingText":[{"type":0,"value":"Loading content"}]},"input":{"clearAriaLabel":[{"type":0,"value":"Clear"}]},"link":{"externalIconAriaLabel":[{"type":0,"value":"Opens in a new tab"}]},"list":{"dragHandleAriaLabel":[{"type":0,"value":"Drag handle"}],"dragHandleAriaDescription":[{"type":0,"value":"Use Space or Enter to activate drag for an item, then use the arrow keys to move the item's position. To complete the position move, use Space or Enter, or to discard the move, use Escape."}],"liveAnnouncementDndStarted":[{"type":0,"value":"Picked up item at position "},{"type":1,"value":"position"},{"type":0,"value":" of "},{"type":1,"value":"total"}],"liveAnnouncementDndDiscarded":[{"type":0,"value":"Reordering canceled"}],"liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Moving item back to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Moving item to position "},{"type":1,"value":"currentPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}],"liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"Item moved back to its original position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"false":{"value":[{"type":0,"value":"Item moved from position "},{"type":1,"value":"initialPosition"},{"type":0,"value":" to position "},{"type":1,"value":"finalPosition"},{"type":0,"value":" of "},{"type":1,"value":"total"}]},"other":{"value":[]}}}]},"modal":{"closeAriaLabel":[{"type":0,"value":"Close modal"}]},"multiselect":{"deselectAriaLabel":[{"type":0,"value":"Remove "},{"type":1,"value":"option__label"}],"i18nStrings.selectAllText":[{"type":0,"value":"Select all"}]},"pagination":{"ariaLabels.nextPageLabel":[{"type":0,"value":"Next page"}],"ariaLabels.pageLabel":[{"type":0,"value":"Page "},{"type":1,"value":"pageNumber"},{"type":0,"value":" of all pages"}],"ariaLabels.previousPageLabel":[{"type":0,"value":"Previous page"}],"ariaLabels.jumpToPageButtonLabel":[{"type":0,"value":"Jump to page"}],"i18nStrings.jumpToPageInputLabel":[{"type":0,"value":"Page"}],"i18nStrings.jumpToPageError":[{"type":0,"value":"Page out of range. Showing last available page."}],"i18nStrings.jumpToPageLoadingText":[{"type":0,"value":"Loading"}]},"panel-resize-handle":{"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"Panel resize handle"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"Drag or select to resize"}]},"pie-chart":{"i18nStrings.detailsValue":[{"type":0,"value":"Value"}],"i18nStrings.detailsPercentage":[{"type":0,"value":"Percentage"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"Pie chart"}],"i18nStrings.segmentAriaRoleDescription":[{"type":0,"value":"Segment"}]},"popover":{"dismissAriaLabel":[{"type":0,"value":"Close popover"}]},"prompt-input":{"i18nStrings.actionButtonAriaLabel":[{"type":0,"value":"Submit prompt"}],"i18nStrings.menuErrorIconAriaLabel":[{"type":0,"value":"Error"}],"i18nStrings.menuRecoveryText":[{"type":0,"value":"Retry"}],"i18nStrings.menuLoadingText":[{"type":0,"value":"Loading items"}],"i18nStrings.menuFinishedText":[{"type":0,"value":"End of results"}],"i18nStrings.menuErrorText":[{"type":0,"value":"Error fetching items"}],"i18nStrings.selectedMenuItemAriaLabel":[{"type":0,"value":"Selected"}],"i18nStrings.tokenInsertedAriaLabel":[{"type":1,"value":"token__label"},{"type":0,"value":" inserted"}],"i18nStrings.tokenPinnedAriaLabel":[{"type":1,"value":"token__label"},{"type":0,"value":" pinned"}],"i18nStrings.tokenRemovedAriaLabel":[{"type":1,"value":"token__label"},{"type":0,"value":" removed"}]},"property-filter":{"i18nStrings.allPropertiesLabel":[{"type":0,"value":"All properties"}],"i18nStrings.applyActionText":[{"type":0,"value":"Apply"}],"i18nStrings.cancelActionText":[{"type":0,"value":"Cancel"}],"i18nStrings.clearFiltersText":[{"type":0,"value":"Clear filters"}],"i18nStrings.editTokenHeader":[{"type":0,"value":"Edit filter"}],"i18nStrings.groupPropertiesText":[{"type":0,"value":"Properties"}],"i18nStrings.groupValuesText":[{"type":0,"value":"Values"}],"i18nStrings.operationAndText":[{"type":0,"value":"and"}],"i18nStrings.operationOrText":[{"type":0,"value":"or"}],"i18nStrings.operatorContainsText":[{"type":0,"value":"Contains"}],"i18nStrings.operatorDoesNotContainText":[{"type":0,"value":"Does not contain"}],"i18nStrings.operatorDoesNotEqualText":[{"type":0,"value":"Does not equal"}],"i18nStrings.operatorEqualsText":[{"type":0,"value":"Equals"}],"i18nStrings.operatorGreaterOrEqualText":[{"type":0,"value":"Greater than or equal"}],"i18nStrings.operatorGreaterText":[{"type":0,"value":"Greater than"}],"i18nStrings.operatorLessOrEqualText":[{"type":0,"value":"Less than or equal"}],"i18nStrings.operatorLessText":[{"type":0,"value":"Less than"}],"i18nStrings.operatorStartsWithText":[{"type":0,"value":"Starts with"}],"i18nStrings.operatorDoesNotStartWithText":[{"type":0,"value":"Does not start with"}],"i18nStrings.operatorText":[{"type":0,"value":"Operator"}],"i18nStrings.operatorsText":[{"type":0,"value":"Operators"}],"i18nStrings.propertyText":[{"type":0,"value":"Property"}],"i18nStrings.removeTokenButtonAriaLabel":[{"type":0,"value":"Remove filter, "},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenActionsAriaLabel":[{"type":0,"value":"Filter actions, "},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveAriaLabel":[{"type":0,"value":"Remove filter, "},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveLabel":[{"type":0,"value":"Remove filter"}],"i18nStrings.tokenEditorTokenRemoveFromGroupLabel":[{"type":0,"value":"Remove filter from group"}],"i18nStrings.tokenEditorAddTokenActionsAriaLabel":[{"type":0,"value":"Add filter actions"}],"i18nStrings.tokenEditorAddNewTokenLabel":[{"type":0,"value":"Add new filter"}],"i18nStrings.tokenEditorAddExistingTokenAriaLabel":[{"type":0,"value":"Add filter "},{"type":1,"value":"token__formattedText"},{"type":0,"value":" to group"}],"i18nStrings.tokenEditorAddExistingTokenLabel":[{"type":0,"value":"Add filter "},{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" "},{"type":1,"value":"token__operator"},{"type":0,"value":" "},{"type":1,"value":"token__value"},{"type":0,"value":" to group"}],"i18nStrings.tokenLimitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.tokenLimitShowMore":[{"type":0,"value":"Show more"}],"i18nStrings.valueText":[{"type":0,"value":"Value"}],"i18nStrings.formatToken":[{"type":5,"value":"token__operator","options":{"equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" equals "},{"type":1,"value":"token__value"}]},"not_equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" does not equal "},{"type":1,"value":"token__value"}]},"greater_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is greater than "},{"type":1,"value":"token__value"}]},"greater_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is greater than or equal to "},{"type":1,"value":"token__value"}]},"less_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is less than "},{"type":1,"value":"token__value"}]},"less_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" is less than or equal to "},{"type":1,"value":"token__value"}]},"contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" contains "},{"type":1,"value":"token__value"}]},"not_contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" does not contain "},{"type":1,"value":"token__value"}]},"starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" starts with "},{"type":1,"value":"token__value"}]},"not_starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" does not start with "},{"type":1,"value":"token__value"}]},"other":{"value":[]}}}],"i18nStrings.groupEditAriaLabel":[{"type":5,"value":"group__formattedTokens__length","options":{"2":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"}]},"3":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"}]},"4":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens3__formattedText"}]},"5":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens3__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" 1 more"}]},"other":{"value":[{"type":0,"value":"Edit filter group "},{"type":1,"value":"group__formattedTokens0__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens1__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens2__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" "},{"type":1,"value":"group__formattedTokens3__formattedText"},{"type":0,"value":" "},{"type":1,"value":"group__operationLabel"},{"type":0,"value":" more"}]}}}]},"s3-resource-selector":{"i18nStrings.inContextSelectPlaceholder":[{"type":0,"value":"Choose a version"}],"i18nStrings.inContextBrowseButton":[{"type":0,"value":"Browse S3"}],"i18nStrings.inContextViewButton":[{"type":0,"value":"View"}],"i18nStrings.inContextViewButtonAriaLabel":[{"type":0,"value":"View (opens in a new tab)"}],"i18nStrings.inContextLoadingText":[{"type":0,"value":"Loading resource"}],"i18nStrings.inContextUriLabel":[{"type":0,"value":"S3 URI"}],"i18nStrings.inContextVersionSelectLabel":[{"type":0,"value":"Object version"}],"i18nStrings.modalTitle":[{"type":0,"value":"Choose an object in S3"}],"i18nStrings.modalCancelButton":[{"type":0,"value":"Cancel"}],"i18nStrings.modalSubmitButton":[{"type":0,"value":"Choose"}],"i18nStrings.modalBreadcrumbRootItem":[{"type":0,"value":"S3 buckets"}],"i18nStrings.modalLastUpdatedText":[{"type":0,"value":"Last updated"}],"i18nStrings.selectionBuckets":[{"type":0,"value":"Buckets"}],"i18nStrings.selectionObjects":[{"type":0,"value":"Objects"}],"i18nStrings.selectionVersions":[{"type":0,"value":"Versions"}],"i18nStrings.selectionBucketsSearchPlaceholder":[{"type":0,"value":"Find bucket"}],"i18nStrings.selectionObjectsSearchPlaceholder":[{"type":0,"value":"Find object by prefix"}],"i18nStrings.selectionVersionsSearchPlaceholder":[{"type":0,"value":"Find version"}],"i18nStrings.selectionBucketsLoading":[{"type":0,"value":"Loading buckets"}],"i18nStrings.selectionBucketsNoItems":[{"type":0,"value":"No buckets"}],"i18nStrings.selectionObjectsLoading":[{"type":0,"value":"Loading objects"}],"i18nStrings.selectionObjectsNoItems":[{"type":0,"value":"No objects"}],"i18nStrings.selectionVersionsLoading":[{"type":0,"value":"Loading versions"}],"i18nStrings.selectionVersionsNoItems":[{"type":0,"value":"No versions"}],"i18nStrings.filteringNoMatches":[{"type":0,"value":"No matches"}],"i18nStrings.filteringCantFindMatch":[{"type":0,"value":"We can't find a match."}],"i18nStrings.clearFilterButtonText":[{"type":0,"value":"Clear filter"}],"i18nStrings.columnBucketID":[{"type":0,"value":"ID"}],"i18nStrings.columnBucketName":[{"type":0,"value":"Name"}],"i18nStrings.columnBucketCreationDate":[{"type":0,"value":"Creation date"}],"i18nStrings.columnBucketRegion":[{"type":0,"value":"Region"}],"i18nStrings.columnObjectKey":[{"type":0,"value":"Key"}],"i18nStrings.columnObjectLastModified":[{"type":0,"value":"Last modified"}],"i18nStrings.columnObjectSize":[{"type":0,"value":"Size"}],"i18nStrings.columnVersionID":[{"type":0,"value":"Version ID"}],"i18nStrings.columnVersionLastModified":[{"type":0,"value":"Last modified"}],"i18nStrings.columnVersionSize":[{"type":0,"value":"Size"}],"i18nStrings.validationPathMustBegin":[{"type":0,"value":"The path must begin with s3:// to be valid."}],"i18nStrings.validationBucketLowerCase":[{"type":0,"value":"The bucket name must start with a lowercase character or number."}],"i18nStrings.validationBucketMustNotContain":[{"type":0,"value":"The bucket name must not contain uppercase characters."}],"i18nStrings.validationBucketLength":[{"type":0,"value":"The bucket name must be from 3 to 63 characters."}],"i18nStrings.validationBucketMustComplyDns":[{"type":0,"value":"The bucket name must comply with DNS naming conventions."}],"i18nStrings.labelSortedDescending":[{"type":1,"value":"columnName"},{"type":0,"value":", sorted descending"}],"i18nStrings.labelSortedAscending":[{"type":1,"value":"columnName"},{"type":0,"value":", sorted ascending"}],"i18nStrings.labelNotSorted":[{"type":1,"value":"columnName"},{"type":0,"value":", not sorted"}],"i18nStrings.labelsBucketsSelection.selectionGroupLabel":[{"type":0,"value":"Buckets"}],"i18nStrings.labelsBucketsSelection.itemSelectionLabel":[{"type":1,"value":"item__Name"}],"i18nStrings.labelsObjectsSelection.selectionGroupLabel":[{"type":0,"value":"Objects"}],"i18nStrings.labelsObjectsSelection.itemSelectionLabel":[{"type":1,"value":"item__Key"}],"i18nStrings.labelsVersionsSelection.selectionGroupLabel":[{"type":0,"value":"Versions"}],"i18nStrings.labelsVersionsSelection.itemSelectionLabel":[{"type":1,"value":"item__VersionId"}],"i18nStrings.labelFiltering":[{"type":0,"value":"Find "},{"type":1,"value":"itemsType"}],"i18nStrings.labelRefresh":[{"type":0,"value":"Refresh the data"}],"i18nStrings.labelBreadcrumbs":[{"type":0,"value":"S3 Breadcrumbs"}],"i18nStrings.labelIconFolder":[{"type":0,"value":"Folder"}],"i18nStrings.labelIconObject":[{"type":0,"value":"Object"}],"i18nStrings.filteringCounterText":[{"type":6,"value":"count","options":{"one":{"value":[{"type":0,"value":"1 match"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" matches"}]}},"offset":0,"pluralType":"cardinal"}]},"select":{"errorIconAriaLabel":[{"type":0,"value":"Error"}],"selectedAriaLabel":[{"type":0,"value":"Selected"}],"recoveryText":[{"type":0,"value":"Retry"}]},"slider":{"i18nStrings.valueTextRange":[{"type":1,"value":"value"},{"type":0,"value":", between "},{"type":1,"value":"previousValue"},{"type":0,"value":" and "},{"type":1,"value":"nextValue"}]},"split-panel":{"i18nStrings.closeButtonAriaLabel":[{"type":0,"value":"Close panel"}],"i18nStrings.openButtonAriaLabel":[{"type":0,"value":"Open panel"}],"i18nStrings.preferencesTitle":[{"type":0,"value":"Split panel preferences"}],"i18nStrings.preferencesPositionLabel":[{"type":0,"value":"Split panel position"}],"i18nStrings.preferencesPositionDescription":[{"type":0,"value":"Choose the default split panel position for the service."}],"i18nStrings.preferencesPositionSide":[{"type":0,"value":"Side"}],"i18nStrings.preferencesPositionBottom":[{"type":0,"value":"Bottom"}],"i18nStrings.preferencesConfirm":[{"type":0,"value":"Confirm"}],"i18nStrings.preferencesCancel":[{"type":0,"value":"Cancel"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"Resize split panel"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"Drag or select to resize"}]},"table":{"ariaLabels.resizerRoleDescription":[{"type":0,"value":"resize button"}],"ariaLabels.submittingEditText":[{"type":0,"value":"Submitting edit"}],"ariaLabels.successfulEditLabel":[{"type":0,"value":"Edit successful"}],"ariaLabels.expandButtonLabel":[{"type":0,"value":"Expand"}],"ariaLabels.collapseButtonLabel":[{"type":0,"value":"Collapse"}],"columnDefinitions.editConfig.errorIconAriaLabel":[{"type":0,"value":"Error"}],"columnDefinitions.editConfig.editIconAriaLabel":[{"type":0,"value":"editable"}]},"tabs":{"i18nStrings.scrollLeftAriaLabel":[{"type":0,"value":"Scroll left"}],"i18nStrings.scrollRightAriaLabel":[{"type":0,"value":"Scroll right"}],"i18nStrings.tabsWithActionsAriaRoleDescription":[{"type":0,"value":"Tabs with actions"}]},"tag-editor":{"i18nStrings.keyPlaceholder":[{"type":0,"value":"Enter key"}],"i18nStrings.valuePlaceholder":[{"type":0,"value":"Enter value"}],"i18nStrings.addButton":[{"type":0,"value":"Add new tag"}],"i18nStrings.removeButton":[{"type":0,"value":"Remove"}],"i18nStrings.removeButtonAriaLabel":[{"type":0,"value":"Remove "},{"type":1,"value":"tag__key"}],"i18nStrings.undoButton":[{"type":0,"value":"Undo"}],"i18nStrings.undoPrompt":[{"type":0,"value":"This tag will be removed upon saving changes"}],"i18nStrings.loading":[{"type":0,"value":"Loading tags that are associated with this resource"}],"i18nStrings.keyHeader":[{"type":0,"value":"Key"}],"i18nStrings.valueHeader":[{"type":0,"value":"Value"}],"i18nStrings.optional":[{"type":0,"value":"optional"}],"i18nStrings.keySuggestion":[{"type":0,"value":"Custom tag key"}],"i18nStrings.valueSuggestion":[{"type":0,"value":"Custom tag value"}],"i18nStrings.emptyTags":[{"type":0,"value":"No tags associated with the resource."}],"i18nStrings.tooManyKeysSuggestion":[{"type":0,"value":"You have more keys than can be displayed"}],"i18nStrings.tooManyValuesSuggestion":[{"type":0,"value":"You have more values than can be displayed"}],"i18nStrings.keysSuggestionLoading":[{"type":0,"value":"Loading tag keys"}],"i18nStrings.keysSuggestionError":[{"type":0,"value":"Tag keys could not be retrieved"}],"i18nStrings.valuesSuggestionLoading":[{"type":0,"value":"Loading tag values"}],"i18nStrings.valuesSuggestionError":[{"type":0,"value":"Tag values could not be retrieved"}],"i18nStrings.emptyKeyError":[{"type":0,"value":"You must specify a tag key"}],"i18nStrings.maxKeyCharLengthError":[{"type":0,"value":"The maximum number of characters you can use in a tag key is 128."}],"i18nStrings.maxValueCharLengthError":[{"type":0,"value":"The maximum number of characters you can use in a tag value is 256."}],"i18nStrings.duplicateKeyError":[{"type":0,"value":"You must specify a unique tag key."}],"i18nStrings.invalidKeyError":[{"type":0,"value":"Invalid key. Keys can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"}],"i18nStrings.invalidValueError":[{"type":0,"value":"Invalid value. Values can only contain Unicode letters, digits, white space and any of the following: _.:/=+@-"}],"i18nStrings.awsPrefixError":[{"type":0,"value":"Cannot start with aws:"}],"i18nStrings.tagLimitReached":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"You have reached the limit of 1 tag."}]},"other":{"value":[{"type":0,"value":"You have reached the limit of "},{"type":1,"value":"tagLimit"},{"type":0,"value":" tags."}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimitExceeded":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"You have exceeded the limit of 1 tag."}]},"other":{"value":[{"type":0,"value":"You have exceeded the limit of "},{"type":1,"value":"tagLimit"},{"type":0,"value":" tags."}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimit":[{"type":5,"value":"tagLimitAvailable","options":{"true":{"value":[{"type":6,"value":"availableTags","options":{"other":{"value":[{"type":0,"value":"You can add up to "},{"type":1,"value":"tagLimit"},{"type":0,"value":" tags."}]}},"offset":0,"pluralType":"cardinal"}]},"false":{"value":[{"type":6,"value":"availableTags","options":{"one":{"value":[{"type":0,"value":"You can add up to 1 more tag."}]},"other":{"value":[{"type":0,"value":"You can add up to "},{"type":1,"value":"availableTags"},{"type":0,"value":" more tags."}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"Show fewer"}],"i18nStrings.limitShowMore":[{"type":0,"value":"Show more"}]},"top-navigation":{"i18nStrings.searchIconAriaLabel":[{"type":0,"value":"Search"}],"i18nStrings.searchDismissIconAriaLabel":[{"type":0,"value":"Close search"}],"i18nStrings.overflowMenuTriggerText":[{"type":0,"value":"More"}],"i18nStrings.overflowMenuDismissIconAriaLabel":[{"type":0,"value":"Close menu"}],"i18nStrings.overflowMenuBackIconAriaLabel":[{"type":0,"value":"Back"}],"i18nStrings.overflowMenuTitleText":[{"type":0,"value":"All"}]},"tree-view":{"i18nStrings.expandButtonLabel":[{"type":0,"value":"Expand"}],"i18nStrings.collapseButtonLabel":[{"type":0,"value":"Collapse"}]},"tutorial-panel":{"i18nStrings.loadingText":[{"type":0,"value":"Loading"}],"i18nStrings.tutorialListTitle":[{"type":0,"value":"Choose a tutorial"}],"i18nStrings.tutorialListDownloadLinkText":[{"type":0,"value":"Download PDF version"}],"i18nStrings.labelTutorialListDownloadLink":[{"type":0,"value":"Download PDF version of this tutorial"}],"i18nStrings.tutorialCompletedText":[{"type":0,"value":"Tutorial completed"}],"i18nStrings.learnMoreLinkText":[{"type":0,"value":"Learn more"}],"i18nStrings.startTutorialButtonText":[{"type":0,"value":"Start tutorial"}],"i18nStrings.restartTutorialButtonText":[{"type":0,"value":"Restart tutorial"}],"i18nStrings.completionScreenTitle":[{"type":0,"value":"Congratulations! You completed the tutorial."}],"i18nStrings.feedbackLinkText":[{"type":0,"value":"Feedback"}],"i18nStrings.dismissTutorialButtonText":[{"type":0,"value":"Dismiss tutorial"}],"i18nStrings.taskTitle":[{"type":0,"value":"Task "},{"type":1,"value":"taskNumber"},{"type":0,"value":": "},{"type":1,"value":"taskTitle"}],"i18nStrings.stepTitle":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"},{"type":0,"value":": "},{"type":1,"value":"stepTitle"}],"i18nStrings.labelExitTutorial":[{"type":0,"value":"Dismiss tutorial"}],"i18nStrings.labelTotalSteps":[{"type":0,"value":"Total steps: "},{"type":1,"value":"totalStepCount"}],"i18nStrings.labelsTaskStatus.pending":[{"type":0,"value":"Pending"}],"i18nStrings.labelsTaskStatus.in-progress":[{"type":0,"value":"In progress"}],"i18nStrings.labelsTaskStatus.success":[{"type":0,"value":"Success"}]},"wizard":{"i18nStrings.stepNumberLabel":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"}],"i18nStrings.collapsedStepsLabel":[{"type":0,"value":"Step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"stepsCount"}],"i18nStrings.skipToButtonLabel":[{"type":0,"value":"Skip to "},{"type":1,"value":"task__title"}],"i18nStrings.navigationAriaLabel":[{"type":0,"value":"Steps"}],"i18nStrings.cancelButton":[{"type":0,"value":"Cancel"}],"i18nStrings.previousButton":[{"type":0,"value":"Previous"}],"i18nStrings.nextButton":[{"type":0,"value":"Next"}],"i18nStrings.optional":[{"type":0,"value":"optional"}],"i18nStrings.nextButtonLoadingAnnouncement":[{"type":0,"value":"Loading next step"}],"i18nStrings.submitButtonLoadingAnnouncement":[{"type":0,"value":"Submitting form"}]}}}}
|
package/i18n/messages-types.d.ts
CHANGED
|
@@ -140,6 +140,10 @@ export interface I18nFormatArgTypes {
|
|
|
140
140
|
total: string | number;
|
|
141
141
|
};
|
|
142
142
|
'contentDisplayPreference.liveAnnouncementDndDiscarded': never;
|
|
143
|
+
'contentDisplayPreference.liveAnnouncementDndGroupLabel': {
|
|
144
|
+
label: string;
|
|
145
|
+
count: number;
|
|
146
|
+
};
|
|
143
147
|
'contentDisplayPreference.i18nStrings.columnFilteringPlaceholder': never;
|
|
144
148
|
'contentDisplayPreference.i18nStrings.columnFilteringAriaLabel': never;
|
|
145
149
|
'contentDisplayPreference.i18nStrings.columnFilteringNoMatchText': never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages-types.d.ts","sourceRoot":"","sources":["../../../src/i18n/messages-types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"messages-types.d.ts","sourceRoot":"","sources":["../../../src/i18n/messages-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages-types.js","sourceRoot":"","sources":["../../../src/i18n/messages-types.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\n/** Auto-generated argument types based on \"en\" i18n strings. Do not edit manually. */\nexport interface I18nFormatArgTypes {\n '[charts]': {\n loadingText: never;\n errorText: never;\n recoveryText: never;\n 'i18nStrings.filterLabel': never;\n 'i18nStrings.filterPlaceholder': never;\n 'i18nStrings.legendAriaLabel': never;\n 'i18nStrings.chartAriaRoleDescription': never;\n 'i18nStrings.xAxisAriaRoleDescription': never;\n 'i18nStrings.yAxisAriaRoleDescription': never;\n };\n alert: {\n dismissAriaLabel: never;\n 'i18nStrings.successIconAriaLabel': never;\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n 'i18nStrings.infoIconAriaLabel': never;\n 'i18nStrings.dismissAriaLabel': never;\n };\n 'annotation-context': {\n 'i18nStrings.nextButtonText': never;\n 'i18nStrings.previousButtonText': never;\n 'i18nStrings.finishButtonText': never;\n 'i18nStrings.labelDismissAnnotation': never;\n 'i18nStrings.stepCounterText': {\n stepNumber: string | number;\n totalStepCount: string | number;\n };\n 'i18nStrings.taskTitle': {\n taskNumber: string | number;\n taskTitle: string | number;\n };\n 'i18nStrings.labelHotspot': {\n openState: string;\n stepNumber: string | number;\n totalStepCount: string | number;\n };\n };\n 'app-layout': {\n 'ariaLabels.drawers': never;\n 'ariaLabels.drawersOverflow': never;\n 'ariaLabels.drawersOverflowWithBadge': never;\n 'ariaLabels.navigation': never;\n 'ariaLabels.navigationClose': never;\n 'ariaLabels.navigationToggle': never;\n 'ariaLabels.notifications': never;\n 'ariaLabels.tools': never;\n 'ariaLabels.toolsClose': never;\n 'ariaLabels.toolsToggle': never;\n };\n 'area-chart': {\n 'i18nStrings.detailTotalLabel': never;\n };\n 'attribute-editor': {\n removeButtonText: never;\n 'i18nStrings.itemRemovedAriaLive': never;\n };\n autosuggest: {\n errorIconAriaLabel: never;\n selectedAriaLabel: never;\n enteredTextLabel: {\n value: string | number;\n };\n recoveryText: never;\n };\n 'breadcrumb-group': {\n expandAriaLabel: never;\n };\n button: {\n 'i18nStrings.externalIconAriaLabel': never;\n };\n calendar: {\n nextMonthAriaLabel: never;\n previousMonthAriaLabel: never;\n todayAriaLabel: never;\n 'i18nStrings.nextYearAriaLabel': never;\n 'i18nStrings.previousYearAriaLabel': never;\n 'i18nStrings.currentMonthAriaLabel': never;\n };\n cards: {\n 'ariaLabels.selectionGroupLabel': never;\n };\n 'code-editor': {\n 'i18nStrings.loadingState': never;\n 'i18nStrings.errorState': never;\n 'i18nStrings.errorStateRecovery': never;\n 'i18nStrings.editorGroupAriaLabel': never;\n 'i18nStrings.statusBarGroupAriaLabel': never;\n 'i18nStrings.cursorPosition': {\n row: string | number;\n column: string | number;\n };\n 'i18nStrings.errorsTab': never;\n 'i18nStrings.warningsTab': never;\n 'i18nStrings.preferencesButtonAriaLabel': never;\n 'i18nStrings.paneCloseButtonAriaLabel': never;\n 'i18nStrings.preferencesModalHeader': never;\n 'i18nStrings.preferencesModalCancel': never;\n 'i18nStrings.preferencesModalConfirm': never;\n 'i18nStrings.preferencesModalWrapLines': never;\n 'i18nStrings.preferencesModalTheme': never;\n 'i18nStrings.preferencesModalThemeFilteringAriaLabel': never;\n 'i18nStrings.preferencesModalThemeFilteringPlaceholder': never;\n 'i18nStrings.preferencesModalLightThemes': never;\n 'i18nStrings.preferencesModalDarkThemes': never;\n 'i18nStrings.cursorPositionAriaLabel': {\n row: string | number;\n };\n 'i18nStrings.resizeHandleAriaLabel': never;\n 'i18nStrings.resizeHandleTooltipText': never;\n };\n 'collection-preferences': {\n title: never;\n confirmLabel: never;\n cancelLabel: never;\n 'pageSizePreference.title': never;\n 'wrapLinesPreference.label': never;\n 'wrapLinesPreference.description': never;\n 'stripedRowsPreference.label': never;\n 'stripedRowsPreference.description': never;\n 'contentDensityPreference.label': never;\n 'contentDensityPreference.description': never;\n 'stickyColumnsPreference.firstColumns.title': never;\n 'stickyColumnsPreference.firstColumns.description': never;\n 'stickyColumnsPreference.firstColumns.options[0].label': never;\n 'stickyColumnsPreference.firstColumns.options[1].label': never;\n 'stickyColumnsPreference.firstColumns.options[2].label': never;\n 'stickyColumnsPreference.lastColumns.title': never;\n 'stickyColumnsPreference.lastColumns.description': never;\n 'stickyColumnsPreference.lastColumns.options[0].label': never;\n 'stickyColumnsPreference.lastColumns.options[1].label': never;\n 'contentDisplayPreference.title': never;\n 'contentDisplayPreference.description': never;\n 'contentDisplayPreference.dragHandleAriaLabel': never;\n 'contentDisplayPreference.dragHandleAriaDescription': never;\n 'contentDisplayPreference.liveAnnouncementDndStarted': {\n position: string | number;\n total: string | number;\n };\n 'contentDisplayPreference.liveAnnouncementDndDiscarded': never;\n 'contentDisplayPreference.i18nStrings.columnFilteringPlaceholder': never;\n 'contentDisplayPreference.i18nStrings.columnFilteringAriaLabel': never;\n 'contentDisplayPreference.i18nStrings.columnFilteringNoMatchText': never;\n 'contentDisplayPreference.i18nStrings.columnFilteringClearFilterText': never;\n 'contentDisplayPreference.liveAnnouncementDndItemReordered': {\n isInitialPosition: string;\n currentPosition: string | number;\n total: string | number;\n };\n 'contentDisplayPreference.liveAnnouncementDndItemCommitted': {\n isInitialPosition: string;\n initialPosition: string | number;\n total: string | number;\n finalPosition: string | number;\n };\n 'contentDisplayPreference.i18nStrings.columnFilteringCountText': {\n count: number;\n };\n };\n 'copy-to-clipboard': {\n 'i18nStrings.copyButtonText': never;\n };\n 'date-picker': {\n 'i18nStrings.openCalendarAriaLabel': {\n selectedDate: string;\n };\n };\n 'date-range-picker': {\n 'i18nStrings.relativeModeTitle': never;\n 'i18nStrings.absoluteModeTitle': never;\n 'i18nStrings.relativeRangeSelectionHeading': never;\n 'i18nStrings.relativeRangeSelectionMonthlyDescription': never;\n 'i18nStrings.cancelButtonLabel': never;\n 'i18nStrings.clearButtonLabel': never;\n 'i18nStrings.applyButtonLabel': never;\n 'i18nStrings.customRelativeRangeOptionLabel': never;\n 'i18nStrings.customRelativeRangeOptionDescription': never;\n 'i18nStrings.customRelativeRangeUnitLabel': never;\n 'i18nStrings.customRelativeRangeDurationLabel': never;\n 'i18nStrings.customRelativeRangeDurationPlaceholder': never;\n 'i18nStrings.previousMonthAriaLabel': never;\n 'i18nStrings.nextMonthAriaLabel': never;\n 'i18nStrings.previousYearAriaLabel': never;\n 'i18nStrings.nextYearAriaLabel': never;\n 'i18nStrings.currentMonthAriaLabel': never;\n 'i18nStrings.todayAriaLabel': never;\n 'i18nStrings.startMonthLabel': never;\n 'i18nStrings.startDateLabel': never;\n 'i18nStrings.startTimeLabel': never;\n 'i18nStrings.endMonthLabel': never;\n 'i18nStrings.endDateLabel': never;\n 'i18nStrings.endTimeLabel': never;\n 'i18nStrings.isoDatePlaceholder': never;\n 'i18nStrings.slashedDatePlaceholder': never;\n 'i18nStrings.timePlaceholder': never;\n 'i18nStrings.dateTimeConstraintText': never;\n 'i18nStrings.dateConstraintText': never;\n 'i18nStrings.slashedDateTimeConstraintText': never;\n 'i18nStrings.isoDateTimeConstraintText': never;\n 'i18nStrings.slashedDateConstraintText': never;\n 'i18nStrings.isoDateConstraintText': never;\n 'i18nStrings.slashedMonthConstraintText': never;\n 'i18nStrings.isoMonthConstraintText': never;\n 'i18nStrings.monthConstraintText': never;\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.renderSelectedAbsoluteRangeAriaLive': {\n startDate: string | number;\n endDate: string | number;\n };\n 'i18nStrings.formatRelativeRange': {\n unit: string;\n amount: number;\n };\n 'i18nStrings.formatUnit': {\n unit: string;\n amount: number;\n };\n };\n drawer: {\n 'i18nStrings.loadingText': never;\n };\n 'error-boundary': {\n 'i18nStrings.headerText'?: never;\n 'i18nStrings.descriptionText'?: {\n hasFeedback: boolean;\n Feedback: (chunks: React.ReactNode[]) => React.ReactNode;\n };\n 'i18nStrings.refreshActionText'?: never;\n };\n 'features-notification-drawer': {\n 'i18nStrings.title': never;\n 'i18nStrings.viewAll': never;\n 'ariaLabels.closeButton': never;\n 'ariaLabels.content': never;\n 'ariaLabels.triggerButton': never;\n 'ariaLabels.resizeHandle': never;\n };\n 'file-token-group': {\n 'i18nStrings.limitShowFewer': never;\n 'i18nStrings.limitShowMore': never;\n 'i18nStrings.removeFileAriaLabel': {\n fileIndex: string | number;\n fileName: string;\n };\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n };\n 'file-upload': {\n 'i18nStrings.limitShowFewer': never;\n 'i18nStrings.limitShowMore': never;\n 'i18nStrings.removeFileAriaLabel': {\n fileIndex: string | number;\n fileName: string;\n };\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n 'i18nStrings.uploadButtonText': {\n multiple: string;\n };\n 'i18nStrings.dropzoneText': {\n multiple: string;\n };\n };\n flashbar: {\n 'i18nStrings.ariaLabel': never;\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.inProgressIconAriaLabel': never;\n 'i18nStrings.infoIconAriaLabel': never;\n 'i18nStrings.notificationBarAriaLabel': never;\n 'i18nStrings.notificationBarText': never;\n 'i18nStrings.successIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n };\n 'form-field': {\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n };\n form: {\n errorIconAriaLabel: never;\n };\n 'help-panel': {\n loadingText: never;\n };\n input: {\n clearAriaLabel: never;\n };\n link: {\n externalIconAriaLabel: never;\n };\n list: {\n dragHandleAriaLabel: never;\n dragHandleAriaDescription: never;\n liveAnnouncementDndStarted: {\n position: string | number;\n total: string | number;\n };\n liveAnnouncementDndDiscarded: never;\n liveAnnouncementDndItemReordered: {\n isInitialPosition: string;\n currentPosition: string | number;\n total: string | number;\n };\n liveAnnouncementDndItemCommitted: {\n isInitialPosition: string;\n initialPosition: string | number;\n total: string | number;\n finalPosition: string | number;\n };\n };\n modal: {\n closeAriaLabel: never;\n };\n multiselect: {\n deselectAriaLabel: {\n option__label: string | number;\n };\n 'i18nStrings.selectAllText': never;\n };\n pagination: {\n 'ariaLabels.nextPageLabel': never;\n 'ariaLabels.pageLabel': {\n pageNumber: string | number;\n };\n 'ariaLabels.previousPageLabel': never;\n 'ariaLabels.jumpToPageButtonLabel': never;\n 'i18nStrings.jumpToPageInputLabel': never;\n 'i18nStrings.jumpToPageError': never;\n 'i18nStrings.jumpToPageLoadingText': never;\n };\n 'panel-resize-handle': {\n 'i18nStrings.resizeHandleAriaLabel': never;\n 'i18nStrings.resizeHandleTooltipText': never;\n };\n 'pie-chart': {\n 'i18nStrings.detailsValue': never;\n 'i18nStrings.detailsPercentage': never;\n 'i18nStrings.chartAriaRoleDescription': never;\n 'i18nStrings.segmentAriaRoleDescription': never;\n };\n popover: {\n dismissAriaLabel: never;\n };\n 'prompt-input': {\n 'i18nStrings.actionButtonAriaLabel': never;\n 'i18nStrings.menuErrorIconAriaLabel': never;\n 'i18nStrings.menuRecoveryText': never;\n 'i18nStrings.menuLoadingText': never;\n 'i18nStrings.menuFinishedText': never;\n 'i18nStrings.menuErrorText': never;\n 'i18nStrings.selectedMenuItemAriaLabel': never;\n 'i18nStrings.tokenInsertedAriaLabel': {\n token__label: string;\n };\n 'i18nStrings.tokenPinnedAriaLabel': {\n token__label: string;\n };\n 'i18nStrings.tokenRemovedAriaLabel': {\n token__label: string;\n };\n };\n 'property-filter': {\n 'i18nStrings.allPropertiesLabel': never;\n 'i18nStrings.applyActionText': never;\n 'i18nStrings.cancelActionText': never;\n 'i18nStrings.clearFiltersText': never;\n 'i18nStrings.editTokenHeader': never;\n 'i18nStrings.groupPropertiesText': never;\n 'i18nStrings.groupValuesText': never;\n 'i18nStrings.operationAndText': never;\n 'i18nStrings.operationOrText': never;\n 'i18nStrings.operatorContainsText': never;\n 'i18nStrings.operatorDoesNotContainText': never;\n 'i18nStrings.operatorDoesNotEqualText': never;\n 'i18nStrings.operatorEqualsText': never;\n 'i18nStrings.operatorGreaterOrEqualText': never;\n 'i18nStrings.operatorGreaterText': never;\n 'i18nStrings.operatorLessOrEqualText': never;\n 'i18nStrings.operatorLessText': never;\n 'i18nStrings.operatorStartsWithText': never;\n 'i18nStrings.operatorDoesNotStartWithText': never;\n 'i18nStrings.operatorText': never;\n 'i18nStrings.operatorsText': never;\n 'i18nStrings.propertyText': never;\n 'i18nStrings.removeTokenButtonAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorTokenActionsAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorTokenRemoveAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorTokenRemoveLabel': never;\n 'i18nStrings.tokenEditorTokenRemoveFromGroupLabel': never;\n 'i18nStrings.tokenEditorAddTokenActionsAriaLabel': never;\n 'i18nStrings.tokenEditorAddNewTokenLabel': never;\n 'i18nStrings.tokenEditorAddExistingTokenAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorAddExistingTokenLabel': {\n token__propertyLabel: string | number;\n token__operator: string | number;\n token__value: string | number;\n };\n 'i18nStrings.tokenLimitShowFewer': never;\n 'i18nStrings.tokenLimitShowMore': never;\n 'i18nStrings.valueText': never;\n 'i18nStrings.formatToken': {\n token__operator: string;\n token__propertyLabel: string | number;\n token__value: string | number;\n };\n 'i18nStrings.groupEditAriaLabel': {\n group__formattedTokens__length: string;\n group__formattedTokens0__formattedText: string | number;\n group__operationLabel: string | number;\n group__formattedTokens1__formattedText: string | number;\n group__formattedTokens2__formattedText: string | number;\n group__formattedTokens3__formattedText: string | number;\n };\n };\n 's3-resource-selector': {\n 'i18nStrings.inContextSelectPlaceholder': never;\n 'i18nStrings.inContextBrowseButton': never;\n 'i18nStrings.inContextViewButton': never;\n 'i18nStrings.inContextViewButtonAriaLabel': never;\n 'i18nStrings.inContextLoadingText': never;\n 'i18nStrings.inContextUriLabel': never;\n 'i18nStrings.inContextVersionSelectLabel': never;\n 'i18nStrings.modalTitle': never;\n 'i18nStrings.modalCancelButton': never;\n 'i18nStrings.modalSubmitButton': never;\n 'i18nStrings.modalBreadcrumbRootItem': never;\n 'i18nStrings.modalLastUpdatedText': never;\n 'i18nStrings.selectionBuckets': never;\n 'i18nStrings.selectionObjects': never;\n 'i18nStrings.selectionVersions': never;\n 'i18nStrings.selectionBucketsSearchPlaceholder': never;\n 'i18nStrings.selectionObjectsSearchPlaceholder': never;\n 'i18nStrings.selectionVersionsSearchPlaceholder': never;\n 'i18nStrings.selectionBucketsLoading': never;\n 'i18nStrings.selectionBucketsNoItems': never;\n 'i18nStrings.selectionObjectsLoading': never;\n 'i18nStrings.selectionObjectsNoItems': never;\n 'i18nStrings.selectionVersionsLoading': never;\n 'i18nStrings.selectionVersionsNoItems': never;\n 'i18nStrings.filteringNoMatches': never;\n 'i18nStrings.filteringCantFindMatch': never;\n 'i18nStrings.clearFilterButtonText': never;\n 'i18nStrings.columnBucketID': never;\n 'i18nStrings.columnBucketName': never;\n 'i18nStrings.columnBucketCreationDate': never;\n 'i18nStrings.columnBucketRegion': never;\n 'i18nStrings.columnObjectKey': never;\n 'i18nStrings.columnObjectLastModified': never;\n 'i18nStrings.columnObjectSize': never;\n 'i18nStrings.columnVersionID': never;\n 'i18nStrings.columnVersionLastModified': never;\n 'i18nStrings.columnVersionSize': never;\n 'i18nStrings.validationPathMustBegin': never;\n 'i18nStrings.validationBucketLowerCase': never;\n 'i18nStrings.validationBucketMustNotContain': never;\n 'i18nStrings.validationBucketLength': never;\n 'i18nStrings.validationBucketMustComplyDns': never;\n 'i18nStrings.labelSortedDescending': {\n columnName: string | number;\n };\n 'i18nStrings.labelSortedAscending': {\n columnName: string | number;\n };\n 'i18nStrings.labelNotSorted': {\n columnName: string | number;\n };\n 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': never;\n 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': {\n item__Name: string | number;\n };\n 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': never;\n 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': {\n item__Key: string | number;\n };\n 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': never;\n 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': {\n item__VersionId: string | number;\n };\n 'i18nStrings.labelFiltering': {\n itemsType: string | number;\n };\n 'i18nStrings.labelRefresh': never;\n 'i18nStrings.labelBreadcrumbs': never;\n 'i18nStrings.labelIconFolder': never;\n 'i18nStrings.labelIconObject': never;\n 'i18nStrings.filteringCounterText': {\n count: number;\n };\n };\n select: {\n errorIconAriaLabel: never;\n selectedAriaLabel: never;\n recoveryText: never;\n };\n slider: {\n 'i18nStrings.valueTextRange': {\n value: string | number;\n previousValue: string | number;\n nextValue: string | number;\n };\n };\n 'split-panel': {\n 'i18nStrings.closeButtonAriaLabel': never;\n 'i18nStrings.openButtonAriaLabel': never;\n 'i18nStrings.preferencesTitle': never;\n 'i18nStrings.preferencesPositionLabel': never;\n 'i18nStrings.preferencesPositionDescription': never;\n 'i18nStrings.preferencesPositionSide': never;\n 'i18nStrings.preferencesPositionBottom': never;\n 'i18nStrings.preferencesConfirm': never;\n 'i18nStrings.preferencesCancel': never;\n 'i18nStrings.resizeHandleAriaLabel': never;\n 'i18nStrings.resizeHandleTooltipText': never;\n };\n table: {\n 'ariaLabels.resizerRoleDescription': never;\n 'ariaLabels.submittingEditText': never;\n 'ariaLabels.successfulEditLabel': never;\n 'ariaLabels.expandButtonLabel': never;\n 'ariaLabels.collapseButtonLabel': never;\n 'columnDefinitions.editConfig.errorIconAriaLabel': never;\n 'columnDefinitions.editConfig.editIconAriaLabel': never;\n };\n tabs: {\n 'i18nStrings.scrollLeftAriaLabel': never;\n 'i18nStrings.scrollRightAriaLabel': never;\n 'i18nStrings.tabsWithActionsAriaRoleDescription': never;\n };\n 'tag-editor': {\n 'i18nStrings.keyPlaceholder': never;\n 'i18nStrings.valuePlaceholder': never;\n 'i18nStrings.addButton': never;\n 'i18nStrings.removeButton': never;\n 'i18nStrings.removeButtonAriaLabel': {\n tag__key: string | number;\n };\n 'i18nStrings.undoButton': never;\n 'i18nStrings.undoPrompt': never;\n 'i18nStrings.loading': never;\n 'i18nStrings.keyHeader': never;\n 'i18nStrings.valueHeader': never;\n 'i18nStrings.optional': never;\n 'i18nStrings.keySuggestion': never;\n 'i18nStrings.valueSuggestion': never;\n 'i18nStrings.emptyTags': never;\n 'i18nStrings.tooManyKeysSuggestion': never;\n 'i18nStrings.tooManyValuesSuggestion': never;\n 'i18nStrings.keysSuggestionLoading': never;\n 'i18nStrings.keysSuggestionError': never;\n 'i18nStrings.valuesSuggestionLoading': never;\n 'i18nStrings.valuesSuggestionError': never;\n 'i18nStrings.emptyKeyError': never;\n 'i18nStrings.maxKeyCharLengthError': never;\n 'i18nStrings.maxValueCharLengthError': never;\n 'i18nStrings.duplicateKeyError': never;\n 'i18nStrings.invalidKeyError': never;\n 'i18nStrings.invalidValueError': never;\n 'i18nStrings.awsPrefixError': never;\n 'i18nStrings.tagLimitReached': {\n tagLimit: number;\n };\n 'i18nStrings.tagLimitExceeded': {\n tagLimit: number;\n };\n 'i18nStrings.tagLimit': {\n tagLimitAvailable: string;\n availableTags: number;\n tagLimit: string | number;\n };\n };\n 'token-group': {\n 'i18nStrings.limitShowFewer': never;\n 'i18nStrings.limitShowMore': never;\n };\n 'top-navigation': {\n 'i18nStrings.searchIconAriaLabel': never;\n 'i18nStrings.searchDismissIconAriaLabel': never;\n 'i18nStrings.overflowMenuTriggerText': never;\n 'i18nStrings.overflowMenuDismissIconAriaLabel': never;\n 'i18nStrings.overflowMenuBackIconAriaLabel': never;\n 'i18nStrings.overflowMenuTitleText': never;\n };\n 'tree-view': {\n 'i18nStrings.expandButtonLabel': never;\n 'i18nStrings.collapseButtonLabel': never;\n };\n 'tutorial-panel': {\n 'i18nStrings.loadingText': never;\n 'i18nStrings.tutorialListTitle': never;\n 'i18nStrings.tutorialListDownloadLinkText': never;\n 'i18nStrings.labelTutorialListDownloadLink': never;\n 'i18nStrings.tutorialCompletedText': never;\n 'i18nStrings.learnMoreLinkText': never;\n 'i18nStrings.startTutorialButtonText': never;\n 'i18nStrings.restartTutorialButtonText': never;\n 'i18nStrings.completionScreenTitle': never;\n 'i18nStrings.feedbackLinkText': never;\n 'i18nStrings.dismissTutorialButtonText': never;\n 'i18nStrings.taskTitle': {\n taskNumber: string | number;\n taskTitle: string | number;\n };\n 'i18nStrings.stepTitle': {\n stepNumber: string | number;\n stepTitle: string | number;\n };\n 'i18nStrings.labelExitTutorial': never;\n 'i18nStrings.labelTotalSteps': {\n totalStepCount: string | number;\n };\n 'i18nStrings.labelsTaskStatus.pending': never;\n 'i18nStrings.labelsTaskStatus.in-progress': never;\n 'i18nStrings.labelsTaskStatus.success': never;\n };\n wizard: {\n 'i18nStrings.stepNumberLabel': {\n stepNumber: string | number;\n };\n 'i18nStrings.collapsedStepsLabel': {\n stepNumber: string | number;\n stepsCount: string | number;\n };\n 'i18nStrings.skipToButtonLabel': {\n task__title: string | number;\n };\n 'i18nStrings.navigationAriaLabel': never;\n 'i18nStrings.cancelButton': never;\n 'i18nStrings.previousButton': never;\n 'i18nStrings.nextButton': never;\n 'i18nStrings.optional': never;\n 'i18nStrings.nextButtonLoadingAnnouncement': never;\n 'i18nStrings.submitButtonLoadingAnnouncement': never;\n };\n}\n"]}
|
|
1
|
+
{"version":3,"file":"messages-types.js","sourceRoot":"","sources":["../../../src/i18n/messages-types.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\n/** Auto-generated argument types based on \"en\" i18n strings. Do not edit manually. */\nexport interface I18nFormatArgTypes {\n '[charts]': {\n loadingText: never;\n errorText: never;\n recoveryText: never;\n 'i18nStrings.filterLabel': never;\n 'i18nStrings.filterPlaceholder': never;\n 'i18nStrings.legendAriaLabel': never;\n 'i18nStrings.chartAriaRoleDescription': never;\n 'i18nStrings.xAxisAriaRoleDescription': never;\n 'i18nStrings.yAxisAriaRoleDescription': never;\n };\n alert: {\n dismissAriaLabel: never;\n 'i18nStrings.successIconAriaLabel': never;\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n 'i18nStrings.infoIconAriaLabel': never;\n 'i18nStrings.dismissAriaLabel': never;\n };\n 'annotation-context': {\n 'i18nStrings.nextButtonText': never;\n 'i18nStrings.previousButtonText': never;\n 'i18nStrings.finishButtonText': never;\n 'i18nStrings.labelDismissAnnotation': never;\n 'i18nStrings.stepCounterText': {\n stepNumber: string | number;\n totalStepCount: string | number;\n };\n 'i18nStrings.taskTitle': {\n taskNumber: string | number;\n taskTitle: string | number;\n };\n 'i18nStrings.labelHotspot': {\n openState: string;\n stepNumber: string | number;\n totalStepCount: string | number;\n };\n };\n 'app-layout': {\n 'ariaLabels.drawers': never;\n 'ariaLabels.drawersOverflow': never;\n 'ariaLabels.drawersOverflowWithBadge': never;\n 'ariaLabels.navigation': never;\n 'ariaLabels.navigationClose': never;\n 'ariaLabels.navigationToggle': never;\n 'ariaLabels.notifications': never;\n 'ariaLabels.tools': never;\n 'ariaLabels.toolsClose': never;\n 'ariaLabels.toolsToggle': never;\n };\n 'area-chart': {\n 'i18nStrings.detailTotalLabel': never;\n };\n 'attribute-editor': {\n removeButtonText: never;\n 'i18nStrings.itemRemovedAriaLive': never;\n };\n autosuggest: {\n errorIconAriaLabel: never;\n selectedAriaLabel: never;\n enteredTextLabel: {\n value: string | number;\n };\n recoveryText: never;\n };\n 'breadcrumb-group': {\n expandAriaLabel: never;\n };\n button: {\n 'i18nStrings.externalIconAriaLabel': never;\n };\n calendar: {\n nextMonthAriaLabel: never;\n previousMonthAriaLabel: never;\n todayAriaLabel: never;\n 'i18nStrings.nextYearAriaLabel': never;\n 'i18nStrings.previousYearAriaLabel': never;\n 'i18nStrings.currentMonthAriaLabel': never;\n };\n cards: {\n 'ariaLabels.selectionGroupLabel': never;\n };\n 'code-editor': {\n 'i18nStrings.loadingState': never;\n 'i18nStrings.errorState': never;\n 'i18nStrings.errorStateRecovery': never;\n 'i18nStrings.editorGroupAriaLabel': never;\n 'i18nStrings.statusBarGroupAriaLabel': never;\n 'i18nStrings.cursorPosition': {\n row: string | number;\n column: string | number;\n };\n 'i18nStrings.errorsTab': never;\n 'i18nStrings.warningsTab': never;\n 'i18nStrings.preferencesButtonAriaLabel': never;\n 'i18nStrings.paneCloseButtonAriaLabel': never;\n 'i18nStrings.preferencesModalHeader': never;\n 'i18nStrings.preferencesModalCancel': never;\n 'i18nStrings.preferencesModalConfirm': never;\n 'i18nStrings.preferencesModalWrapLines': never;\n 'i18nStrings.preferencesModalTheme': never;\n 'i18nStrings.preferencesModalThemeFilteringAriaLabel': never;\n 'i18nStrings.preferencesModalThemeFilteringPlaceholder': never;\n 'i18nStrings.preferencesModalLightThemes': never;\n 'i18nStrings.preferencesModalDarkThemes': never;\n 'i18nStrings.cursorPositionAriaLabel': {\n row: string | number;\n };\n 'i18nStrings.resizeHandleAriaLabel': never;\n 'i18nStrings.resizeHandleTooltipText': never;\n };\n 'collection-preferences': {\n title: never;\n confirmLabel: never;\n cancelLabel: never;\n 'pageSizePreference.title': never;\n 'wrapLinesPreference.label': never;\n 'wrapLinesPreference.description': never;\n 'stripedRowsPreference.label': never;\n 'stripedRowsPreference.description': never;\n 'contentDensityPreference.label': never;\n 'contentDensityPreference.description': never;\n 'stickyColumnsPreference.firstColumns.title': never;\n 'stickyColumnsPreference.firstColumns.description': never;\n 'stickyColumnsPreference.firstColumns.options[0].label': never;\n 'stickyColumnsPreference.firstColumns.options[1].label': never;\n 'stickyColumnsPreference.firstColumns.options[2].label': never;\n 'stickyColumnsPreference.lastColumns.title': never;\n 'stickyColumnsPreference.lastColumns.description': never;\n 'stickyColumnsPreference.lastColumns.options[0].label': never;\n 'stickyColumnsPreference.lastColumns.options[1].label': never;\n 'contentDisplayPreference.title': never;\n 'contentDisplayPreference.description': never;\n 'contentDisplayPreference.dragHandleAriaLabel': never;\n 'contentDisplayPreference.dragHandleAriaDescription': never;\n 'contentDisplayPreference.liveAnnouncementDndStarted': {\n position: string | number;\n total: string | number;\n };\n 'contentDisplayPreference.liveAnnouncementDndDiscarded': never;\n 'contentDisplayPreference.liveAnnouncementDndGroupLabel': {\n label: string;\n count: number;\n };\n 'contentDisplayPreference.i18nStrings.columnFilteringPlaceholder': never;\n 'contentDisplayPreference.i18nStrings.columnFilteringAriaLabel': never;\n 'contentDisplayPreference.i18nStrings.columnFilteringNoMatchText': never;\n 'contentDisplayPreference.i18nStrings.columnFilteringClearFilterText': never;\n 'contentDisplayPreference.liveAnnouncementDndItemReordered': {\n isInitialPosition: string;\n currentPosition: string | number;\n total: string | number;\n };\n 'contentDisplayPreference.liveAnnouncementDndItemCommitted': {\n isInitialPosition: string;\n initialPosition: string | number;\n total: string | number;\n finalPosition: string | number;\n };\n 'contentDisplayPreference.i18nStrings.columnFilteringCountText': {\n count: number;\n };\n };\n 'copy-to-clipboard': {\n 'i18nStrings.copyButtonText': never;\n };\n 'date-picker': {\n 'i18nStrings.openCalendarAriaLabel': {\n selectedDate: string;\n };\n };\n 'date-range-picker': {\n 'i18nStrings.relativeModeTitle': never;\n 'i18nStrings.absoluteModeTitle': never;\n 'i18nStrings.relativeRangeSelectionHeading': never;\n 'i18nStrings.relativeRangeSelectionMonthlyDescription': never;\n 'i18nStrings.cancelButtonLabel': never;\n 'i18nStrings.clearButtonLabel': never;\n 'i18nStrings.applyButtonLabel': never;\n 'i18nStrings.customRelativeRangeOptionLabel': never;\n 'i18nStrings.customRelativeRangeOptionDescription': never;\n 'i18nStrings.customRelativeRangeUnitLabel': never;\n 'i18nStrings.customRelativeRangeDurationLabel': never;\n 'i18nStrings.customRelativeRangeDurationPlaceholder': never;\n 'i18nStrings.previousMonthAriaLabel': never;\n 'i18nStrings.nextMonthAriaLabel': never;\n 'i18nStrings.previousYearAriaLabel': never;\n 'i18nStrings.nextYearAriaLabel': never;\n 'i18nStrings.currentMonthAriaLabel': never;\n 'i18nStrings.todayAriaLabel': never;\n 'i18nStrings.startMonthLabel': never;\n 'i18nStrings.startDateLabel': never;\n 'i18nStrings.startTimeLabel': never;\n 'i18nStrings.endMonthLabel': never;\n 'i18nStrings.endDateLabel': never;\n 'i18nStrings.endTimeLabel': never;\n 'i18nStrings.isoDatePlaceholder': never;\n 'i18nStrings.slashedDatePlaceholder': never;\n 'i18nStrings.timePlaceholder': never;\n 'i18nStrings.dateTimeConstraintText': never;\n 'i18nStrings.dateConstraintText': never;\n 'i18nStrings.slashedDateTimeConstraintText': never;\n 'i18nStrings.isoDateTimeConstraintText': never;\n 'i18nStrings.slashedDateConstraintText': never;\n 'i18nStrings.isoDateConstraintText': never;\n 'i18nStrings.slashedMonthConstraintText': never;\n 'i18nStrings.isoMonthConstraintText': never;\n 'i18nStrings.monthConstraintText': never;\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.renderSelectedAbsoluteRangeAriaLive': {\n startDate: string | number;\n endDate: string | number;\n };\n 'i18nStrings.formatRelativeRange': {\n unit: string;\n amount: number;\n };\n 'i18nStrings.formatUnit': {\n unit: string;\n amount: number;\n };\n };\n drawer: {\n 'i18nStrings.loadingText': never;\n };\n 'error-boundary': {\n 'i18nStrings.headerText'?: never;\n 'i18nStrings.descriptionText'?: {\n hasFeedback: boolean;\n Feedback: (chunks: React.ReactNode[]) => React.ReactNode;\n };\n 'i18nStrings.refreshActionText'?: never;\n };\n 'features-notification-drawer': {\n 'i18nStrings.title': never;\n 'i18nStrings.viewAll': never;\n 'ariaLabels.closeButton': never;\n 'ariaLabels.content': never;\n 'ariaLabels.triggerButton': never;\n 'ariaLabels.resizeHandle': never;\n };\n 'file-token-group': {\n 'i18nStrings.limitShowFewer': never;\n 'i18nStrings.limitShowMore': never;\n 'i18nStrings.removeFileAriaLabel': {\n fileIndex: string | number;\n fileName: string;\n };\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n };\n 'file-upload': {\n 'i18nStrings.limitShowFewer': never;\n 'i18nStrings.limitShowMore': never;\n 'i18nStrings.removeFileAriaLabel': {\n fileIndex: string | number;\n fileName: string;\n };\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n 'i18nStrings.uploadButtonText': {\n multiple: string;\n };\n 'i18nStrings.dropzoneText': {\n multiple: string;\n };\n };\n flashbar: {\n 'i18nStrings.ariaLabel': never;\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.inProgressIconAriaLabel': never;\n 'i18nStrings.infoIconAriaLabel': never;\n 'i18nStrings.notificationBarAriaLabel': never;\n 'i18nStrings.notificationBarText': never;\n 'i18nStrings.successIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n };\n 'form-field': {\n 'i18nStrings.errorIconAriaLabel': never;\n 'i18nStrings.warningIconAriaLabel': never;\n };\n form: {\n errorIconAriaLabel: never;\n };\n 'help-panel': {\n loadingText: never;\n };\n input: {\n clearAriaLabel: never;\n };\n link: {\n externalIconAriaLabel: never;\n };\n list: {\n dragHandleAriaLabel: never;\n dragHandleAriaDescription: never;\n liveAnnouncementDndStarted: {\n position: string | number;\n total: string | number;\n };\n liveAnnouncementDndDiscarded: never;\n liveAnnouncementDndItemReordered: {\n isInitialPosition: string;\n currentPosition: string | number;\n total: string | number;\n };\n liveAnnouncementDndItemCommitted: {\n isInitialPosition: string;\n initialPosition: string | number;\n total: string | number;\n finalPosition: string | number;\n };\n };\n modal: {\n closeAriaLabel: never;\n };\n multiselect: {\n deselectAriaLabel: {\n option__label: string | number;\n };\n 'i18nStrings.selectAllText': never;\n };\n pagination: {\n 'ariaLabels.nextPageLabel': never;\n 'ariaLabels.pageLabel': {\n pageNumber: string | number;\n };\n 'ariaLabels.previousPageLabel': never;\n 'ariaLabels.jumpToPageButtonLabel': never;\n 'i18nStrings.jumpToPageInputLabel': never;\n 'i18nStrings.jumpToPageError': never;\n 'i18nStrings.jumpToPageLoadingText': never;\n };\n 'panel-resize-handle': {\n 'i18nStrings.resizeHandleAriaLabel': never;\n 'i18nStrings.resizeHandleTooltipText': never;\n };\n 'pie-chart': {\n 'i18nStrings.detailsValue': never;\n 'i18nStrings.detailsPercentage': never;\n 'i18nStrings.chartAriaRoleDescription': never;\n 'i18nStrings.segmentAriaRoleDescription': never;\n };\n popover: {\n dismissAriaLabel: never;\n };\n 'prompt-input': {\n 'i18nStrings.actionButtonAriaLabel': never;\n 'i18nStrings.menuErrorIconAriaLabel': never;\n 'i18nStrings.menuRecoveryText': never;\n 'i18nStrings.menuLoadingText': never;\n 'i18nStrings.menuFinishedText': never;\n 'i18nStrings.menuErrorText': never;\n 'i18nStrings.selectedMenuItemAriaLabel': never;\n 'i18nStrings.tokenInsertedAriaLabel': {\n token__label: string;\n };\n 'i18nStrings.tokenPinnedAriaLabel': {\n token__label: string;\n };\n 'i18nStrings.tokenRemovedAriaLabel': {\n token__label: string;\n };\n };\n 'property-filter': {\n 'i18nStrings.allPropertiesLabel': never;\n 'i18nStrings.applyActionText': never;\n 'i18nStrings.cancelActionText': never;\n 'i18nStrings.clearFiltersText': never;\n 'i18nStrings.editTokenHeader': never;\n 'i18nStrings.groupPropertiesText': never;\n 'i18nStrings.groupValuesText': never;\n 'i18nStrings.operationAndText': never;\n 'i18nStrings.operationOrText': never;\n 'i18nStrings.operatorContainsText': never;\n 'i18nStrings.operatorDoesNotContainText': never;\n 'i18nStrings.operatorDoesNotEqualText': never;\n 'i18nStrings.operatorEqualsText': never;\n 'i18nStrings.operatorGreaterOrEqualText': never;\n 'i18nStrings.operatorGreaterText': never;\n 'i18nStrings.operatorLessOrEqualText': never;\n 'i18nStrings.operatorLessText': never;\n 'i18nStrings.operatorStartsWithText': never;\n 'i18nStrings.operatorDoesNotStartWithText': never;\n 'i18nStrings.operatorText': never;\n 'i18nStrings.operatorsText': never;\n 'i18nStrings.propertyText': never;\n 'i18nStrings.removeTokenButtonAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorTokenActionsAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorTokenRemoveAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorTokenRemoveLabel': never;\n 'i18nStrings.tokenEditorTokenRemoveFromGroupLabel': never;\n 'i18nStrings.tokenEditorAddTokenActionsAriaLabel': never;\n 'i18nStrings.tokenEditorAddNewTokenLabel': never;\n 'i18nStrings.tokenEditorAddExistingTokenAriaLabel': {\n token__formattedText: string | number;\n };\n 'i18nStrings.tokenEditorAddExistingTokenLabel': {\n token__propertyLabel: string | number;\n token__operator: string | number;\n token__value: string | number;\n };\n 'i18nStrings.tokenLimitShowFewer': never;\n 'i18nStrings.tokenLimitShowMore': never;\n 'i18nStrings.valueText': never;\n 'i18nStrings.formatToken': {\n token__operator: string;\n token__propertyLabel: string | number;\n token__value: string | number;\n };\n 'i18nStrings.groupEditAriaLabel': {\n group__formattedTokens__length: string;\n group__formattedTokens0__formattedText: string | number;\n group__operationLabel: string | number;\n group__formattedTokens1__formattedText: string | number;\n group__formattedTokens2__formattedText: string | number;\n group__formattedTokens3__formattedText: string | number;\n };\n };\n 's3-resource-selector': {\n 'i18nStrings.inContextSelectPlaceholder': never;\n 'i18nStrings.inContextBrowseButton': never;\n 'i18nStrings.inContextViewButton': never;\n 'i18nStrings.inContextViewButtonAriaLabel': never;\n 'i18nStrings.inContextLoadingText': never;\n 'i18nStrings.inContextUriLabel': never;\n 'i18nStrings.inContextVersionSelectLabel': never;\n 'i18nStrings.modalTitle': never;\n 'i18nStrings.modalCancelButton': never;\n 'i18nStrings.modalSubmitButton': never;\n 'i18nStrings.modalBreadcrumbRootItem': never;\n 'i18nStrings.modalLastUpdatedText': never;\n 'i18nStrings.selectionBuckets': never;\n 'i18nStrings.selectionObjects': never;\n 'i18nStrings.selectionVersions': never;\n 'i18nStrings.selectionBucketsSearchPlaceholder': never;\n 'i18nStrings.selectionObjectsSearchPlaceholder': never;\n 'i18nStrings.selectionVersionsSearchPlaceholder': never;\n 'i18nStrings.selectionBucketsLoading': never;\n 'i18nStrings.selectionBucketsNoItems': never;\n 'i18nStrings.selectionObjectsLoading': never;\n 'i18nStrings.selectionObjectsNoItems': never;\n 'i18nStrings.selectionVersionsLoading': never;\n 'i18nStrings.selectionVersionsNoItems': never;\n 'i18nStrings.filteringNoMatches': never;\n 'i18nStrings.filteringCantFindMatch': never;\n 'i18nStrings.clearFilterButtonText': never;\n 'i18nStrings.columnBucketID': never;\n 'i18nStrings.columnBucketName': never;\n 'i18nStrings.columnBucketCreationDate': never;\n 'i18nStrings.columnBucketRegion': never;\n 'i18nStrings.columnObjectKey': never;\n 'i18nStrings.columnObjectLastModified': never;\n 'i18nStrings.columnObjectSize': never;\n 'i18nStrings.columnVersionID': never;\n 'i18nStrings.columnVersionLastModified': never;\n 'i18nStrings.columnVersionSize': never;\n 'i18nStrings.validationPathMustBegin': never;\n 'i18nStrings.validationBucketLowerCase': never;\n 'i18nStrings.validationBucketMustNotContain': never;\n 'i18nStrings.validationBucketLength': never;\n 'i18nStrings.validationBucketMustComplyDns': never;\n 'i18nStrings.labelSortedDescending': {\n columnName: string | number;\n };\n 'i18nStrings.labelSortedAscending': {\n columnName: string | number;\n };\n 'i18nStrings.labelNotSorted': {\n columnName: string | number;\n };\n 'i18nStrings.labelsBucketsSelection.selectionGroupLabel': never;\n 'i18nStrings.labelsBucketsSelection.itemSelectionLabel': {\n item__Name: string | number;\n };\n 'i18nStrings.labelsObjectsSelection.selectionGroupLabel': never;\n 'i18nStrings.labelsObjectsSelection.itemSelectionLabel': {\n item__Key: string | number;\n };\n 'i18nStrings.labelsVersionsSelection.selectionGroupLabel': never;\n 'i18nStrings.labelsVersionsSelection.itemSelectionLabel': {\n item__VersionId: string | number;\n };\n 'i18nStrings.labelFiltering': {\n itemsType: string | number;\n };\n 'i18nStrings.labelRefresh': never;\n 'i18nStrings.labelBreadcrumbs': never;\n 'i18nStrings.labelIconFolder': never;\n 'i18nStrings.labelIconObject': never;\n 'i18nStrings.filteringCounterText': {\n count: number;\n };\n };\n select: {\n errorIconAriaLabel: never;\n selectedAriaLabel: never;\n recoveryText: never;\n };\n slider: {\n 'i18nStrings.valueTextRange': {\n value: string | number;\n previousValue: string | number;\n nextValue: string | number;\n };\n };\n 'split-panel': {\n 'i18nStrings.closeButtonAriaLabel': never;\n 'i18nStrings.openButtonAriaLabel': never;\n 'i18nStrings.preferencesTitle': never;\n 'i18nStrings.preferencesPositionLabel': never;\n 'i18nStrings.preferencesPositionDescription': never;\n 'i18nStrings.preferencesPositionSide': never;\n 'i18nStrings.preferencesPositionBottom': never;\n 'i18nStrings.preferencesConfirm': never;\n 'i18nStrings.preferencesCancel': never;\n 'i18nStrings.resizeHandleAriaLabel': never;\n 'i18nStrings.resizeHandleTooltipText': never;\n };\n table: {\n 'ariaLabels.resizerRoleDescription': never;\n 'ariaLabels.submittingEditText': never;\n 'ariaLabels.successfulEditLabel': never;\n 'ariaLabels.expandButtonLabel': never;\n 'ariaLabels.collapseButtonLabel': never;\n 'columnDefinitions.editConfig.errorIconAriaLabel': never;\n 'columnDefinitions.editConfig.editIconAriaLabel': never;\n };\n tabs: {\n 'i18nStrings.scrollLeftAriaLabel': never;\n 'i18nStrings.scrollRightAriaLabel': never;\n 'i18nStrings.tabsWithActionsAriaRoleDescription': never;\n };\n 'tag-editor': {\n 'i18nStrings.keyPlaceholder': never;\n 'i18nStrings.valuePlaceholder': never;\n 'i18nStrings.addButton': never;\n 'i18nStrings.removeButton': never;\n 'i18nStrings.removeButtonAriaLabel': {\n tag__key: string | number;\n };\n 'i18nStrings.undoButton': never;\n 'i18nStrings.undoPrompt': never;\n 'i18nStrings.loading': never;\n 'i18nStrings.keyHeader': never;\n 'i18nStrings.valueHeader': never;\n 'i18nStrings.optional': never;\n 'i18nStrings.keySuggestion': never;\n 'i18nStrings.valueSuggestion': never;\n 'i18nStrings.emptyTags': never;\n 'i18nStrings.tooManyKeysSuggestion': never;\n 'i18nStrings.tooManyValuesSuggestion': never;\n 'i18nStrings.keysSuggestionLoading': never;\n 'i18nStrings.keysSuggestionError': never;\n 'i18nStrings.valuesSuggestionLoading': never;\n 'i18nStrings.valuesSuggestionError': never;\n 'i18nStrings.emptyKeyError': never;\n 'i18nStrings.maxKeyCharLengthError': never;\n 'i18nStrings.maxValueCharLengthError': never;\n 'i18nStrings.duplicateKeyError': never;\n 'i18nStrings.invalidKeyError': never;\n 'i18nStrings.invalidValueError': never;\n 'i18nStrings.awsPrefixError': never;\n 'i18nStrings.tagLimitReached': {\n tagLimit: number;\n };\n 'i18nStrings.tagLimitExceeded': {\n tagLimit: number;\n };\n 'i18nStrings.tagLimit': {\n tagLimitAvailable: string;\n availableTags: number;\n tagLimit: string | number;\n };\n };\n 'token-group': {\n 'i18nStrings.limitShowFewer': never;\n 'i18nStrings.limitShowMore': never;\n };\n 'top-navigation': {\n 'i18nStrings.searchIconAriaLabel': never;\n 'i18nStrings.searchDismissIconAriaLabel': never;\n 'i18nStrings.overflowMenuTriggerText': never;\n 'i18nStrings.overflowMenuDismissIconAriaLabel': never;\n 'i18nStrings.overflowMenuBackIconAriaLabel': never;\n 'i18nStrings.overflowMenuTitleText': never;\n };\n 'tree-view': {\n 'i18nStrings.expandButtonLabel': never;\n 'i18nStrings.collapseButtonLabel': never;\n };\n 'tutorial-panel': {\n 'i18nStrings.loadingText': never;\n 'i18nStrings.tutorialListTitle': never;\n 'i18nStrings.tutorialListDownloadLinkText': never;\n 'i18nStrings.labelTutorialListDownloadLink': never;\n 'i18nStrings.tutorialCompletedText': never;\n 'i18nStrings.learnMoreLinkText': never;\n 'i18nStrings.startTutorialButtonText': never;\n 'i18nStrings.restartTutorialButtonText': never;\n 'i18nStrings.completionScreenTitle': never;\n 'i18nStrings.feedbackLinkText': never;\n 'i18nStrings.dismissTutorialButtonText': never;\n 'i18nStrings.taskTitle': {\n taskNumber: string | number;\n taskTitle: string | number;\n };\n 'i18nStrings.stepTitle': {\n stepNumber: string | number;\n stepTitle: string | number;\n };\n 'i18nStrings.labelExitTutorial': never;\n 'i18nStrings.labelTotalSteps': {\n totalStepCount: string | number;\n };\n 'i18nStrings.labelsTaskStatus.pending': never;\n 'i18nStrings.labelsTaskStatus.in-progress': never;\n 'i18nStrings.labelsTaskStatus.success': never;\n };\n wizard: {\n 'i18nStrings.stepNumberLabel': {\n stepNumber: string | number;\n };\n 'i18nStrings.collapsedStepsLabel': {\n stepNumber: string | number;\n stepsCount: string | number;\n };\n 'i18nStrings.skipToButtonLabel': {\n task__title: string | number;\n };\n 'i18nStrings.navigationAriaLabel': never;\n 'i18nStrings.cancelButton': never;\n 'i18nStrings.previousButton': never;\n 'i18nStrings.nextButton': never;\n 'i18nStrings.optional': never;\n 'i18nStrings.nextButtonLoadingAnnouncement': never;\n 'i18nStrings.submitButtonLoadingAnnouncement': never;\n };\n}\n"]}
|
package/icon/interfaces.d.ts
CHANGED
|
@@ -79,5 +79,5 @@ export interface IconProps extends BaseComponentProps {
|
|
|
79
79
|
export declare namespace IconProps {
|
|
80
80
|
type Name = BuiltInIconName | IconRegistryIconName;
|
|
81
81
|
type Variant = 'normal' | 'disabled' | 'error' | 'inverted' | 'link' | 'subtle' | 'success' | 'warning';
|
|
82
|
-
type Size = 'small' | 'normal' | 'medium' | 'big' | 'large' | 'inherit';
|
|
82
|
+
type Size = 'x-small' | 'small' | 'normal' | 'medium' | 'big' | 'large' | 'inherit';
|
|
83
83
|
}
|
package/icon/interfaces.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAE5E,MAAM,WAAW,SAAU,SAAQ,kBAAkB;IACnD;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAEtB;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC;IAE5B;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEtB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;CACxE;AAED,yBAAiB,SAAS,CAAC;IACzB,KAAY,IAAI,GAAG,eAAe,GAAG,oBAAoB,CAAC;IAE1D,KAAY,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;IAE/G,KAAY,IAAI,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACpF,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAE5E,MAAM,WAAW,SAAU,SAAQ,kBAAkB;IACnD;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAEtB;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC;IAE5B;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAEtB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;CACxE;AAED,yBAAiB,SAAS,CAAC;IACzB,KAAY,IAAI,GAAG,eAAe,GAAG,oBAAoB,CAAC;IAE1D,KAAY,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,CAAC;IAE/G,KAAY,IAAI,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,GAAG,SAAS,CAAC;CAC5F"}
|