@cloudscape-design/components-themeable 3.0.895 → 3.0.897

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +52 -44
  3. package/lib/internal/scss/date-range-picker/relative-range/styles.scss +0 -9
  4. package/lib/internal/scss/date-range-picker/styles.scss +2 -47
  5. package/lib/internal/scss/date-range-picker/test-classes/styles.scss +37 -2
  6. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
  7. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +1 -1
  8. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
  9. package/lib/internal/template/breadcrumb-group/item/item.d.ts.map +1 -1
  10. package/lib/internal/template/breadcrumb-group/item/item.js +1 -1
  11. package/lib/internal/template/breadcrumb-group/item/item.js.map +1 -1
  12. package/lib/internal/template/button/internal.d.ts.map +1 -1
  13. package/lib/internal/template/button/internal.js +1 -1
  14. package/lib/internal/template/button/internal.js.map +1 -1
  15. package/lib/internal/template/button-group/file-input-item.d.ts +5 -3
  16. package/lib/internal/template/button-group/file-input-item.d.ts.map +1 -1
  17. package/lib/internal/template/button-group/file-input-item.js +2 -2
  18. package/lib/internal/template/button-group/file-input-item.js.map +1 -1
  19. package/lib/internal/template/button-group/icon-button-item.d.ts +5 -3
  20. package/lib/internal/template/button-group/icon-button-item.d.ts.map +1 -1
  21. package/lib/internal/template/button-group/icon-button-item.js +2 -2
  22. package/lib/internal/template/button-group/icon-button-item.js.map +1 -1
  23. package/lib/internal/template/button-group/icon-toggle-button-item.d.ts +5 -3
  24. package/lib/internal/template/button-group/icon-toggle-button-item.d.ts.map +1 -1
  25. package/lib/internal/template/button-group/icon-toggle-button-item.js +2 -2
  26. package/lib/internal/template/button-group/icon-toggle-button-item.js.map +1 -1
  27. package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
  28. package/lib/internal/template/button-group/item-element.js +4 -4
  29. package/lib/internal/template/button-group/item-element.js.map +1 -1
  30. package/lib/internal/template/button-group/menu-dropdown-item.d.ts +1 -0
  31. package/lib/internal/template/button-group/menu-dropdown-item.d.ts.map +1 -1
  32. package/lib/internal/template/button-group/menu-dropdown-item.js +2 -2
  33. package/lib/internal/template/button-group/menu-dropdown-item.js.map +1 -1
  34. package/lib/internal/template/calendar/grid/index.d.ts.map +1 -1
  35. package/lib/internal/template/calendar/grid/index.js +1 -1
  36. package/lib/internal/template/calendar/grid/index.js.map +1 -1
  37. package/lib/internal/template/date-range-picker/calendar/grids/grid-cell.d.ts.map +1 -1
  38. package/lib/internal/template/date-range-picker/calendar/grids/grid-cell.js +2 -2
  39. package/lib/internal/template/date-range-picker/calendar/grids/grid-cell.js.map +1 -1
  40. package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts +18 -0
  41. package/lib/internal/template/date-range-picker/calendar/grids/grid.d.ts.map +1 -0
  42. package/lib/internal/template/date-range-picker/calendar/grids/grid.js +174 -0
  43. package/lib/internal/template/date-range-picker/calendar/grids/grid.js.map +1 -0
  44. package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts +3 -20
  45. package/lib/internal/template/date-range-picker/calendar/grids/index.d.ts.map +1 -1
  46. package/lib/internal/template/date-range-picker/calendar/grids/index.js +51 -22
  47. package/lib/internal/template/date-range-picker/calendar/grids/index.js.map +1 -1
  48. package/lib/internal/template/date-range-picker/calendar/grids/interfaces.d.ts +47 -0
  49. package/lib/internal/template/date-range-picker/calendar/grids/interfaces.d.ts.map +1 -0
  50. package/lib/internal/template/date-range-picker/calendar/grids/interfaces.js +2 -0
  51. package/lib/internal/template/date-range-picker/calendar/grids/interfaces.js.map +1 -0
  52. package/lib/internal/template/date-range-picker/calendar/grids/intl.d.ts +17 -0
  53. package/lib/internal/template/date-range-picker/calendar/grids/intl.d.ts.map +1 -0
  54. package/lib/internal/template/date-range-picker/calendar/grids/intl.js +56 -0
  55. package/lib/internal/template/date-range-picker/calendar/grids/intl.js.map +1 -0
  56. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +30 -24
  57. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +62 -46
  58. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +30 -24
  59. package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts +5 -4
  60. package/lib/internal/template/date-range-picker/calendar/header/header-button.d.ts.map +1 -1
  61. package/lib/internal/template/date-range-picker/calendar/header/header-button.js +6 -6
  62. package/lib/internal/template/date-range-picker/calendar/header/header-button.js.map +1 -1
  63. package/lib/internal/template/date-range-picker/calendar/header/index.d.ts +6 -4
  64. package/lib/internal/template/date-range-picker/calendar/header/index.d.ts.map +1 -1
  65. package/lib/internal/template/date-range-picker/calendar/header/index.js +18 -13
  66. package/lib/internal/template/date-range-picker/calendar/header/index.js.map +1 -1
  67. package/lib/internal/template/date-range-picker/calendar/index.d.ts +2 -1
  68. package/lib/internal/template/date-range-picker/calendar/index.d.ts.map +1 -1
  69. package/lib/internal/template/date-range-picker/calendar/index.js +49 -41
  70. package/lib/internal/template/date-range-picker/calendar/index.js.map +1 -1
  71. package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts +4 -3
  72. package/lib/internal/template/date-range-picker/calendar/range-inputs.d.ts.map +1 -1
  73. package/lib/internal/template/date-range-picker/calendar/range-inputs.js +23 -10
  74. package/lib/internal/template/date-range-picker/calendar/range-inputs.js.map +1 -1
  75. package/lib/internal/template/date-range-picker/calendar/utils.d.ts +2 -0
  76. package/lib/internal/template/date-range-picker/calendar/utils.d.ts.map +1 -1
  77. package/lib/internal/template/date-range-picker/calendar/utils.js +27 -1
  78. package/lib/internal/template/date-range-picker/calendar/utils.js.map +1 -1
  79. package/lib/internal/template/date-range-picker/dropdown.d.ts +3 -2
  80. package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
  81. package/lib/internal/template/date-range-picker/dropdown.js +21 -13
  82. package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
  83. package/lib/internal/template/date-range-picker/index.d.ts.map +1 -1
  84. package/lib/internal/template/date-range-picker/index.js +17 -8
  85. package/lib/internal/template/date-range-picker/index.js.map +1 -1
  86. package/lib/internal/template/date-range-picker/interfaces.d.ts +89 -14
  87. package/lib/internal/template/date-range-picker/interfaces.d.ts.map +1 -1
  88. package/lib/internal/template/date-range-picker/interfaces.js.map +1 -1
  89. package/lib/internal/template/date-range-picker/mode-switcher.js +2 -2
  90. package/lib/internal/template/date-range-picker/mode-switcher.js.map +1 -1
  91. package/lib/internal/template/date-range-picker/relative-range/index.d.ts +2 -1
  92. package/lib/internal/template/date-range-picker/relative-range/index.d.ts.map +1 -1
  93. package/lib/internal/template/date-range-picker/relative-range/index.js +14 -8
  94. package/lib/internal/template/date-range-picker/relative-range/index.js.map +1 -1
  95. package/lib/internal/template/date-range-picker/relative-range/styles.css.js +6 -9
  96. package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +10 -19
  97. package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +6 -9
  98. package/lib/internal/template/date-range-picker/styles.css.js +23 -38
  99. package/lib/internal/template/date-range-picker/styles.scoped.css +32 -78
  100. package/lib/internal/template/date-range-picker/styles.selectors.js +23 -38
  101. package/lib/internal/template/date-range-picker/test-classes/styles.css.js +36 -2
  102. package/lib/internal/template/date-range-picker/test-classes/styles.scoped.css +36 -2
  103. package/lib/internal/template/date-range-picker/test-classes/styles.selectors.js +36 -2
  104. package/lib/internal/template/date-range-picker/utils.d.ts +9 -11
  105. package/lib/internal/template/date-range-picker/utils.d.ts.map +1 -1
  106. package/lib/internal/template/date-range-picker/utils.js +43 -32
  107. package/lib/internal/template/date-range-picker/utils.js.map +1 -1
  108. package/lib/internal/template/file-token-group/file-token.d.ts.map +1 -1
  109. package/lib/internal/template/file-token-group/file-token.js +1 -1
  110. package/lib/internal/template/file-token-group/file-token.js.map +1 -1
  111. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  112. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  113. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  114. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  115. package/lib/internal/template/i18n/messages-types.d.ts +9 -0
  116. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  117. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  118. package/lib/internal/template/internal/components/tooltip/index.d.ts +2 -1
  119. package/lib/internal/template/internal/components/tooltip/index.d.ts.map +1 -1
  120. package/lib/internal/template/internal/components/tooltip/index.js +21 -2
  121. package/lib/internal/template/internal/components/tooltip/index.js.map +1 -1
  122. package/lib/internal/template/internal/environment.js +1 -1
  123. package/lib/internal/template/internal/environment.json +1 -1
  124. package/lib/internal/template/internal/utils/date-time/calendar.d.ts +22 -6
  125. package/lib/internal/template/internal/utils/date-time/calendar.d.ts.map +1 -1
  126. package/lib/internal/template/internal/utils/date-time/calendar.js +62 -6
  127. package/lib/internal/template/internal/utils/date-time/calendar.js.map +1 -1
  128. package/lib/internal/template/multiselect/index.d.ts.map +1 -1
  129. package/lib/internal/template/multiselect/index.js +2 -3
  130. package/lib/internal/template/multiselect/index.js.map +1 -1
  131. package/lib/internal/template/progress-bar/index.d.ts.map +1 -1
  132. package/lib/internal/template/progress-bar/index.js +4 -3
  133. package/lib/internal/template/progress-bar/index.js.map +1 -1
  134. package/lib/internal/template/progress-bar/internal.js +2 -2
  135. package/lib/internal/template/progress-bar/internal.js.map +1 -1
  136. package/lib/internal/template/segmented-control/segment.d.ts.map +1 -1
  137. package/lib/internal/template/segmented-control/segment.js +1 -1
  138. package/lib/internal/template/segmented-control/segment.js.map +1 -1
  139. package/lib/internal/template/select/parts/item.d.ts.map +1 -1
  140. package/lib/internal/template/select/parts/item.js +4 -2
  141. package/lib/internal/template/select/parts/item.js.map +1 -1
  142. package/lib/internal/template/select/parts/multiselect-item.d.ts.map +1 -1
  143. package/lib/internal/template/select/parts/multiselect-item.js +4 -2
  144. package/lib/internal/template/select/parts/multiselect-item.js.map +1 -1
  145. package/lib/internal/template/slider/internal.d.ts.map +1 -1
  146. package/lib/internal/template/slider/internal.js +1 -1
  147. package/lib/internal/template/slider/internal.js.map +1 -1
  148. package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
  149. package/lib/internal/template/tabs/tab-header-bar.js +1 -1
  150. package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
  151. package/lib/internal/template/test-utils/dom/date-range-picker/index.d.ts +26 -0
  152. package/lib/internal/template/test-utils/dom/date-range-picker/index.js +58 -24
  153. package/lib/internal/template/test-utils/dom/date-range-picker/index.js.map +1 -1
  154. package/lib/internal/template/test-utils/selectors/date-range-picker/index.d.ts +26 -0
  155. package/lib/internal/template/test-utils/selectors/date-range-picker/index.js +58 -24
  156. package/lib/internal/template/test-utils/selectors/date-range-picker/index.js.map +1 -1
  157. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  158. package/package.json +1 -1
  159. package/lib/internal/template/date-range-picker/calendar/grids/monthly-grid.d.ts +0 -39
  160. package/lib/internal/template/date-range-picker/calendar/grids/monthly-grid.d.ts.map +0 -1
  161. package/lib/internal/template/date-range-picker/calendar/grids/monthly-grid.js +0 -97
  162. package/lib/internal/template/date-range-picker/calendar/grids/monthly-grid.js.map +0 -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":"Close annotation for step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}]},"false":{"value":[{"type":0,"value":"Open 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"}]},"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.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"}]},"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 columns visibility and order."}],"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."}],"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-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.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.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.dateTimeConstraintText":[{"type":0,"value":"For date, use YYYY/MM/DD. For time, use 24 hr format."}],"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"}]},"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"}],"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"}]},"modal":{"closeAriaLabel":[{"type":0,"value":"Close modal"}]},"multiselect":{"deselectAriaLabel":[{"type":0,"value":"Remove "},{"type":1,"value":"option__label"}]},"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"}]},"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"}]},"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 navigation"}],"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"}]},"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"}]},"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":"Close annotation for step "},{"type":1,"value":"stepNumber"},{"type":0,"value":" of "},{"type":1,"value":"totalStepCount"}]},"false":{"value":[{"type":0,"value":"Open 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"}]},"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.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"}]},"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 columns visibility and order."}],"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."}],"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-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.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.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"}]},"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"}],"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"}]},"modal":{"closeAriaLabel":[{"type":0,"value":"Close modal"}]},"multiselect":{"deselectAriaLabel":[{"type":0,"value":"Remove "},{"type":1,"value":"option__label"}]},"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"}]},"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"}]},"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 navigation"}],"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"}]},"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"}]},"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"}]}}}}
@@ -161,6 +161,7 @@ export interface I18nFormatArgTypes {
161
161
  "i18nStrings.relativeModeTitle": never;
162
162
  "i18nStrings.absoluteModeTitle": never;
163
163
  "i18nStrings.relativeRangeSelectionHeading": never;
164
+ "i18nStrings.relativeRangeSelectionMonthlyDescription": never;
164
165
  "i18nStrings.cancelButtonLabel": never;
165
166
  "i18nStrings.clearButtonLabel": never;
166
167
  "i18nStrings.applyButtonLabel": never;
@@ -169,6 +170,12 @@ export interface I18nFormatArgTypes {
169
170
  "i18nStrings.customRelativeRangeUnitLabel": never;
170
171
  "i18nStrings.customRelativeRangeDurationLabel": never;
171
172
  "i18nStrings.customRelativeRangeDurationPlaceholder": never;
173
+ "i18nStrings.previousMonthAriaLabel": never;
174
+ "i18nStrings.nextMonthAriaLabel": never;
175
+ "i18nStrings.previousYearAriaLabel": never;
176
+ "i18nStrings.nextYearAriaLabel": never;
177
+ "i18nStrings.currentMonthAriaLabel": never;
178
+ "i18nStrings.todayAriaLabel": never;
172
179
  "i18nStrings.startMonthLabel": never;
173
180
  "i18nStrings.startDateLabel": never;
174
181
  "i18nStrings.startTimeLabel": never;
@@ -176,6 +183,8 @@ export interface I18nFormatArgTypes {
176
183
  "i18nStrings.endDateLabel": never;
177
184
  "i18nStrings.endTimeLabel": never;
178
185
  "i18nStrings.dateTimeConstraintText": never;
186
+ "i18nStrings.dateConstraintText": never;
187
+ "i18nStrings.monthConstraintText": never;
179
188
  "i18nStrings.errorIconAriaLabel": never;
180
189
  "i18nStrings.renderSelectedAbsoluteRangeAriaLive": {
181
190
  "startDate": string | number;
@@ -1 +1 @@
1
- {"version":3,"file":"messages-types.d.ts","sourceRoot":"","sources":["../../../src/i18n/messages-types.ts"],"names":[],"mappings":"AAIA,sFAAsF;AACtF,MAAM,WAAW,kBAAkB;IACjC,UAAU,EAAE;QACV,aAAa,EAAE,KAAK,CAAC;QACrB,WAAW,EAAE,KAAK,CAAC;QACnB,cAAc,EAAE,KAAK,CAAC;QACtB,yBAAyB,EAAE,KAAK,CAAC;QACjC,+BAA+B,EAAE,KAAK,CAAC;QACvC,6BAA6B,EAAE,KAAK,CAAC;QACrC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,sCAAsC,EAAE,KAAK,CAAC;QAC9C,sCAAsC,EAAE,KAAK,CAAC;KAC/C,CAAA;IACD,OAAO,EAAE;QACP,kBAAkB,EAAE,KAAK,CAAC;QAC1B,kCAAkC,EAAE,KAAK,CAAC;QAC1C,gCAAgC,EAAE,KAAK,CAAC;QACxC,kCAAkC,EAAE,KAAK,CAAC;QAC1C,+BAA+B,EAAE,KAAK,CAAC;QACvC,8BAA8B,EAAE,KAAK,CAAC;KACvC,CAAA;IACD,oBAAoB,EAAE;QACpB,4BAA4B,EAAE,KAAK,CAAC;QACpC,gCAAgC,EAAE,KAAK,CAAC;QACxC,8BAA8B,EAAE,KAAK,CAAC;QACtC,oCAAoC,EAAE,KAAK,CAAC;QAC5C,6BAA6B,EAAE;YAC7B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;YAC9B,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAAC;SACnC,CAAA;QACD,uBAAuB,EAAE;YACvB,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;YAC9B,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;QACD,0BAA0B,EAAE;YAC1B,WAAW,EAAE,MAAM,CAAC;YACpB,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;YAC9B,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAAC;SACnC,CAAA;KACF,CAAA;IACD,YAAY,EAAE;QACZ,oBAAoB,EAAE,KAAK,CAAC;QAC5B,4BAA4B,EAAE,KAAK,CAAC;QACpC,qCAAqC,EAAE,KAAK,CAAC;QAC7C,uBAAuB,EAAE,KAAK,CAAC;QAC/B,4BAA4B,EAAE,KAAK,CAAC;QACpC,6BAA6B,EAAE,KAAK,CAAC;QACrC,0BAA0B,EAAE,KAAK,CAAC;QAClC,kBAAkB,EAAE,KAAK,CAAC;QAC1B,uBAAuB,EAAE,KAAK,CAAC;QAC/B,wBAAwB,EAAE,KAAK,CAAC;KACjC,CAAA;IACD,YAAY,EAAE;QACZ,8BAA8B,EAAE,KAAK,CAAC;KACvC,CAAA;IACD,kBAAkB,EAAE;QAClB,kBAAkB,EAAE,KAAK,CAAC;KAC3B,CAAA;IACD,aAAa,EAAE;QACb,oBAAoB,EAAE,KAAK,CAAC;QAC5B,mBAAmB,EAAE,KAAK,CAAC;QAC3B,kBAAkB,EAAE;YAClB,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;SAC1B,CAAA;QACD,cAAc,EAAE,KAAK,CAAC;KACvB,CAAA;IACD,kBAAkB,EAAE;QAClB,iBAAiB,EAAE,KAAK,CAAC;KAC1B,CAAA;IACD,QAAQ,EAAE;QACR,mCAAmC,EAAE,KAAK,CAAC;KAC5C,CAAA;IACD,UAAU,EAAE;QACV,oBAAoB,EAAE,KAAK,CAAC;QAC5B,wBAAwB,EAAE,KAAK,CAAC;QAChC,gBAAgB,EAAE,KAAK,CAAC;QACxB,+BAA+B,EAAE,KAAK,CAAC;QACvC,mCAAmC,EAAE,KAAK,CAAC;QAC3C,mCAAmC,EAAE,KAAK,CAAC;KAC5C,CAAA;IACD,OAAO,EAAE;QACP,gCAAgC,EAAE,KAAK,CAAC;KACzC,CAAA;IACD,aAAa,EAAE;QACb,0BAA0B,EAAE,KAAK,CAAC;QAClC,wBAAwB,EAAE,KAAK,CAAC;QAChC,gCAAgC,EAAE,KAAK,CAAC;QACxC,kCAAkC,EAAE,KAAK,CAAC;QAC1C,qCAAqC,EAAE,KAAK,CAAC;QAC7C,4BAA4B,EAAE;YAC5B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;YACvB,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;SAC3B,CAAA;QACD,uBAAuB,EAAE,KAAK,CAAC;QAC/B,yBAAyB,EAAE,KAAK,CAAC;QACjC,wCAAwC,EAAE,KAAK,CAAC;QAChD,sCAAsC,EAAE,KAAK,CAAC;QAC9C,oCAAoC,EAAE,KAAK,CAAC;QAC5C,oCAAoC,EAAE,KAAK,CAAC;QAC5C,qCAAqC,EAAE,KAAK,CAAC;QAC7C,uCAAuC,EAAE,KAAK,CAAC;QAC/C,mCAAmC,EAAE,KAAK,CAAC;QAC3C,yCAAyC,EAAE,KAAK,CAAC;QACjD,wCAAwC,EAAE,KAAK,CAAC;QAChD,qCAAqC,EAAE;YACrC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;SACxB,CAAA;KACF,CAAA;IACD,wBAAwB,EAAE;QACxB,OAAO,EAAE,KAAK,CAAC;QACf,cAAc,EAAE,KAAK,CAAC;QACtB,aAAa,EAAE,KAAK,CAAC;QACrB,0BAA0B,EAAE,KAAK,CAAC;QAClC,2BAA2B,EAAE,KAAK,CAAC;QACnC,iCAAiC,EAAE,KAAK,CAAC;QACzC,6BAA6B,EAAE,KAAK,CAAC;QACrC,mCAAmC,EAAE,KAAK,CAAC;QAC3C,gCAAgC,EAAE,KAAK,CAAC;QACxC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,4CAA4C,EAAE,KAAK,CAAC;QACpD,kDAAkD,EAAE,KAAK,CAAC;QAC1D,uDAAuD,EAAE,KAAK,CAAC;QAC/D,uDAAuD,EAAE,KAAK,CAAC;QAC/D,uDAAuD,EAAE,KAAK,CAAC;QAC/D,2CAA2C,EAAE,KAAK,CAAC;QACnD,iDAAiD,EAAE,KAAK,CAAC;QACzD,sDAAsD,EAAE,KAAK,CAAC;QAC9D,sDAAsD,EAAE,KAAK,CAAC;QAC9D,gCAAgC,EAAE,KAAK,CAAC;QACxC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,8CAA8C,EAAE,KAAK,CAAC;QACtD,oDAAoD,EAAE,KAAK,CAAC;QAC5D,qDAAqD,EAAE;YACrD,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;YAC5B,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;SAC1B,CAAA;QACD,uDAAuD,EAAE,KAAK,CAAC;QAC/D,iEAAiE,EAAE,KAAK,CAAC;QACzE,+DAA+D,EAAE,KAAK,CAAC;QACvE,iEAAiE,EAAE,KAAK,CAAC;QACzE,qEAAqE,EAAE,KAAK,CAAC;QAC7E,2DAA2D,EAAE;YAC3D,mBAAmB,EAAE,MAAM,CAAC;YAC5B,iBAAiB,EAAE,MAAM,GAAG,MAAM,CAAC;YACnC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;SAC1B,CAAA;QACD,2DAA2D,EAAE;YAC3D,mBAAmB,EAAE,MAAM,CAAC;YAC5B,iBAAiB,EAAE,MAAM,GAAG,MAAM,CAAC;YACnC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;YACzB,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC;SAClC,CAAA;QACD,+DAA+D,EAAE;YAC/D,OAAO,EAAE,MAAM,CAAC;SACjB,CAAA;KACF,CAAA;IACD,mBAAmB,EAAE;QACnB,4BAA4B,EAAE,KAAK,CAAC;KACrC,CAAA;IACD,mBAAmB,EAAE;QACnB,+BAA+B,EAAE,KAAK,CAAC;QACvC,+BAA+B,EAAE,KAAK,CAAC;QACvC,2CAA2C,EAAE,KAAK,CAAC;QACnD,+BAA+B,EAAE,KAAK,CAAC;QACvC,8BAA8B,EAAE,KAAK,CAAC;QACtC,8BAA8B,EAAE,KAAK,CAAC;QACtC,4CAA4C,EAAE,KAAK,CAAC;QACpD,kDAAkD,EAAE,KAAK,CAAC;QAC1D,0CAA0C,EAAE,KAAK,CAAC;QAClD,8CAA8C,EAAE,KAAK,CAAC;QACtD,oDAAoD,EAAE,KAAK,CAAC;QAC5D,6BAA6B,EAAE,KAAK,CAAC;QACrC,4BAA4B,EAAE,KAAK,CAAC;QACpC,4BAA4B,EAAE,KAAK,CAAC;QACpC,2BAA2B,EAAE,KAAK,CAAC;QACnC,0BAA0B,EAAE,KAAK,CAAC;QAClC,0BAA0B,EAAE,KAAK,CAAC;QAClC,oCAAoC,EAAE,KAAK,CAAC;QAC5C,gCAAgC,EAAE,KAAK,CAAC;QACxC,iDAAiD,EAAE;YACjD,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;YAC7B,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;SAC5B,CAAA;QACD,iCAAiC,EAAE;YACjC,MAAM,EAAE,MAAM,CAAC;YACf,QAAQ,EAAE,MAAM,CAAC;SAClB,CAAA;QACD,wBAAwB,EAAE;YACxB,MAAM,EAAE,MAAM,CAAC;YACf,QAAQ,EAAE,MAAM,CAAC;SAClB,CAAA;KACF,CAAA;IACD,QAAQ,EAAE;QACR,yBAAyB,EAAE,KAAK,CAAC;KAClC,CAAA;IACD,kBAAkB,EAAE;QAClB,4BAA4B,EAAE,KAAK,CAAC;QACpC,2BAA2B,EAAE,KAAK,CAAC;QACnC,iCAAiC,EAAE;YACjC,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;QACD,gCAAgC,EAAE,KAAK,CAAC;QACxC,kCAAkC,EAAE,KAAK,CAAC;KAC3C,CAAA;IACD,aAAa,EAAE;QACb,4BAA4B,EAAE,KAAK,CAAC;QACpC,2BAA2B,EAAE,KAAK,CAAC;QACnC,iCAAiC,EAAE;YACjC,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;QACD,gCAAgC,EAAE,KAAK,CAAC;QACxC,kCAAkC,EAAE,KAAK,CAAC;QAC1C,8BAA8B,EAAE;YAC9B,UAAU,EAAE,MAAM,CAAC;SACpB,CAAA;QACD,0BAA0B,EAAE;YAC1B,UAAU,EAAE,MAAM,CAAC;SACpB,CAAA;KACF,CAAA;IACD,UAAU,EAAE;QACV,uBAAuB,EAAE,KAAK,CAAC;QAC/B,gCAAgC,EAAE,KAAK,CAAC;QACxC,qCAAqC,EAAE,KAAK,CAAC;QAC7C,+BAA+B,EAAE,KAAK,CAAC;QACvC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,iCAAiC,EAAE,KAAK,CAAC;QACzC,kCAAkC,EAAE,KAAK,CAAC;QAC1C,kCAAkC,EAAE,KAAK,CAAC;KAC3C,CAAA;IACD,YAAY,EAAE;QACZ,gCAAgC,EAAE,KAAK,CAAC;QACxC,kCAAkC,EAAE,KAAK,CAAC;KAC3C,CAAA;IACD,MAAM,EAAE;QACN,oBAAoB,EAAE,KAAK,CAAC;KAC7B,CAAA;IACD,YAAY,EAAE;QACZ,aAAa,EAAE,KAAK,CAAC;KACtB,CAAA;IACD,OAAO,EAAE;QACP,gBAAgB,EAAE,KAAK,CAAC;KACzB,CAAA;IACD,MAAM,EAAE;QACN,uBAAuB,EAAE,KAAK,CAAC;KAChC,CAAA;IACD,OAAO,EAAE;QACP,gBAAgB,EAAE,KAAK,CAAC;KACzB,CAAA;IACD,aAAa,EAAE;QACb,mBAAmB,EAAE;YACnB,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC;SAClC,CAAA;KACF,CAAA;IACD,YAAY,EAAE;QACZ,0BAA0B,EAAE,KAAK,CAAC;QAClC,sBAAsB,EAAE;YACtB,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;SAC/B,CAAA;QACD,8BAA8B,EAAE,KAAK,CAAC;KACvC,CAAA;IACD,WAAW,EAAE;QACX,0BAA0B,EAAE,KAAK,CAAC;QAClC,+BAA+B,EAAE,KAAK,CAAC;QACvC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,wCAAwC,EAAE,KAAK,CAAC;KACjD,CAAA;IACD,SAAS,EAAE;QACT,kBAAkB,EAAE,KAAK,CAAC;KAC3B,CAAA;IACD,iBAAiB,EAAE;QACjB,gCAAgC,EAAE,KAAK,CAAC;QACxC,6BAA6B,EAAE,KAAK,CAAC;QACrC,8BAA8B,EAAE,KAAK,CAAC;QACtC,8BAA8B,EAAE,KAAK,CAAC;QACtC,6BAA6B,EAAE,KAAK,CAAC;QACrC,iCAAiC,EAAE,KAAK,CAAC;QACzC,6BAA6B,EAAE,KAAK,CAAC;QACrC,8BAA8B,EAAE,KAAK,CAAC;QACtC,6BAA6B,EAAE,KAAK,CAAC;QACrC,kCAAkC,EAAE,KAAK,CAAC;QAC1C,wCAAwC,EAAE,KAAK,CAAC;QAChD,sCAAsC,EAAE,KAAK,CAAC;QAC9C,gCAAgC,EAAE,KAAK,CAAC;QACxC,wCAAwC,EAAE,KAAK,CAAC;QAChD,iCAAiC,EAAE,KAAK,CAAC;QACzC,qCAAqC,EAAE,KAAK,CAAC;QAC7C,8BAA8B,EAAE,KAAK,CAAC;QACtC,oCAAoC,EAAE,KAAK,CAAC;QAC5C,0CAA0C,EAAE,KAAK,CAAC;QAClD,0BAA0B,EAAE,KAAK,CAAC;QAClC,2BAA2B,EAAE,KAAK,CAAC;QACnC,0BAA0B,EAAE,KAAK,CAAC;QAClC,wCAAwC,EAAE;YACxC,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;SACzC,CAAA;QACD,8CAA8C,EAAE;YAC9C,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;SACzC,CAAA;QACD,6CAA6C,EAAE;YAC7C,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;SACzC,CAAA;QACD,yCAAyC,EAAE,KAAK,CAAC;QACjD,kDAAkD,EAAE,KAAK,CAAC;QAC1D,iDAAiD,EAAE,KAAK,CAAC;QACzD,yCAAyC,EAAE,KAAK,CAAC;QACjD,kDAAkD,EAAE;YAClD,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;SACzC,CAAA;QACD,8CAA8C,EAAE;YAC9C,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;YACxC,iBAAiB,EAAE,MAAM,GAAG,MAAM,CAAC;YACnC,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;SACjC,CAAA;QACD,iCAAiC,EAAE,KAAK,CAAC;QACzC,gCAAgC,EAAE,KAAK,CAAC;QACxC,uBAAuB,EAAE,KAAK,CAAC;QAC/B,yBAAyB,EAAE;YACzB,iBAAiB,EAAE,MAAM,CAAC;YAC1B,sBAAsB,EAAE,MAAM,GAAG,MAAM,CAAC;YACxC,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;SACjC,CAAA;QACD,gCAAgC,EAAE;YAChC,gCAAgC,EAAE,MAAM,CAAC;YACzC,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAC;YAC1D,uBAAuB,EAAE,MAAM,GAAG,MAAM,CAAC;YACzC,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAC;YAC1D,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAC;YAC1D,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAC;SAC3D,CAAA;KACF,CAAA;IACD,sBAAsB,EAAE;QACtB,wCAAwC,EAAE,KAAK,CAAC;QAChD,mCAAmC,EAAE,KAAK,CAAC;QAC3C,iCAAiC,EAAE,KAAK,CAAC;QACzC,0CAA0C,EAAE,KAAK,CAAC;QAClD,kCAAkC,EAAE,KAAK,CAAC;QAC1C,+BAA+B,EAAE,KAAK,CAAC;QACvC,yCAAyC,EAAE,KAAK,CAAC;QACjD,wBAAwB,EAAE,KAAK,CAAC;QAChC,+BAA+B,EAAE,KAAK,CAAC;QACvC,+BAA+B,EAAE,KAAK,CAAC;QACvC,qCAAqC,EAAE,KAAK,CAAC;QAC7C,kCAAkC,EAAE,KAAK,CAAC;QAC1C,8BAA8B,EAAE,KAAK,CAAC;QACtC,8BAA8B,EAAE,KAAK,CAAC;QACtC,+BAA+B,EAAE,KAAK,CAAC;QACvC,+CAA+C,EAAE,KAAK,CAAC;QACvD,+CAA+C,EAAE,KAAK,CAAC;QACvD,gDAAgD,EAAE,KAAK,CAAC;QACxD,qCAAqC,EAAE,KAAK,CAAC;QAC7C,qCAAqC,EAAE,KAAK,CAAC;QAC7C,qCAAqC,EAAE,KAAK,CAAC;QAC7C,qCAAqC,EAAE,KAAK,CAAC;QAC7C,sCAAsC,EAAE,KAAK,CAAC;QAC9C,sCAAsC,EAAE,KAAK,CAAC;QAC9C,gCAAgC,EAAE,KAAK,CAAC;QACxC,oCAAoC,EAAE,KAAK,CAAC;QAC5C,mCAAmC,EAAE,KAAK,CAAC;QAC3C,4BAA4B,EAAE,KAAK,CAAC;QACpC,8BAA8B,EAAE,KAAK,CAAC;QACtC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,gCAAgC,EAAE,KAAK,CAAC;QACxC,6BAA6B,EAAE,KAAK,CAAC;QACrC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,8BAA8B,EAAE,KAAK,CAAC;QACtC,6BAA6B,EAAE,KAAK,CAAC;QACrC,uCAAuC,EAAE,KAAK,CAAC;QAC/C,+BAA+B,EAAE,KAAK,CAAC;QACvC,qCAAqC,EAAE,KAAK,CAAC;QAC7C,uCAAuC,EAAE,KAAK,CAAC;QAC/C,4CAA4C,EAAE,KAAK,CAAC;QACpD,oCAAoC,EAAE,KAAK,CAAC;QAC5C,2CAA2C,EAAE,KAAK,CAAC;QACnD,mCAAmC,EAAE;YACnC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;SAC/B,CAAA;QACD,kCAAkC,EAAE;YAClC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;SAC/B,CAAA;QACD,4BAA4B,EAAE;YAC5B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;SAC/B,CAAA;QACD,wDAAwD,EAAE,KAAK,CAAC;QAChE,uDAAuD,EAAE;YACvD,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;SAC/B,CAAA;QACD,wDAAwD,EAAE,KAAK,CAAC;QAChE,uDAAuD,EAAE;YACvD,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;QACD,yDAAyD,EAAE,KAAK,CAAC;QACjE,wDAAwD,EAAE;YACxD,iBAAiB,EAAE,MAAM,GAAG,MAAM,CAAC;SACpC,CAAA;QACD,4BAA4B,EAAE;YAC5B,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;QACD,0BAA0B,EAAE,KAAK,CAAC;QAClC,8BAA8B,EAAE,KAAK,CAAC;QACtC,kCAAkC,EAAE;YAClC,OAAO,EAAE,MAAM,CAAC;SACjB,CAAA;KACF,CAAA;IACD,QAAQ,EAAE;QACR,oBAAoB,EAAE,KAAK,CAAC;QAC5B,mBAAmB,EAAE,KAAK,CAAC;QAC3B,cAAc,EAAE,KAAK,CAAC;KACvB,CAAA;IACD,QAAQ,EAAE;QACR,4BAA4B,EAAE;YAC5B,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;YACzB,eAAe,EAAE,MAAM,GAAG,MAAM,CAAC;YACjC,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;KACF,CAAA;IACD,aAAa,EAAE;QACb,kCAAkC,EAAE,KAAK,CAAC;QAC1C,iCAAiC,EAAE,KAAK,CAAC;QACzC,8BAA8B,EAAE,KAAK,CAAC;QACtC,sCAAsC,EAAE,KAAK,CAAC;QAC9C,4CAA4C,EAAE,KAAK,CAAC;QACpD,qCAAqC,EAAE,KAAK,CAAC;QAC7C,uCAAuC,EAAE,KAAK,CAAC;QAC/C,gCAAgC,EAAE,KAAK,CAAC;QACxC,+BAA+B,EAAE,KAAK,CAAC;QACvC,mCAAmC,EAAE,KAAK,CAAC;KAC5C,CAAA;IACD,OAAO,EAAE;QACP,mCAAmC,EAAE,KAAK,CAAC;QAC3C,+BAA+B,EAAE,KAAK,CAAC;QACvC,gCAAgC,EAAE,KAAK,CAAC;QACxC,8BAA8B,EAAE,KAAK,CAAC;QACtC,gCAAgC,EAAE,KAAK,CAAC;QACxC,iDAAiD,EAAE,KAAK,CAAC;QACzD,gDAAgD,EAAE,KAAK,CAAC;KACzD,CAAA;IACD,MAAM,EAAE;QACN,iCAAiC,EAAE,KAAK,CAAC;QACzC,kCAAkC,EAAE,KAAK,CAAC;QAC1C,gDAAgD,EAAE,KAAK,CAAC;KACzD,CAAA;IACD,YAAY,EAAE;QACZ,4BAA4B,EAAE,KAAK,CAAC;QACpC,8BAA8B,EAAE,KAAK,CAAC;QACtC,uBAAuB,EAAE,KAAK,CAAC;QAC/B,0BAA0B,EAAE,KAAK,CAAC;QAClC,mCAAmC,EAAE;YACnC,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;SAC7B,CAAA;QACD,wBAAwB,EAAE,KAAK,CAAC;QAChC,wBAAwB,EAAE,KAAK,CAAC;QAChC,qBAAqB,EAAE,KAAK,CAAC;QAC7B,uBAAuB,EAAE,KAAK,CAAC;QAC/B,yBAAyB,EAAE,KAAK,CAAC;QACjC,sBAAsB,EAAE,KAAK,CAAC;QAC9B,2BAA2B,EAAE,KAAK,CAAC;QACnC,6BAA6B,EAAE,KAAK,CAAC;QACrC,uBAAuB,EAAE,KAAK,CAAC;QAC/B,mCAAmC,EAAE,KAAK,CAAC;QAC3C,qCAAqC,EAAE,KAAK,CAAC;QAC7C,mCAAmC,EAAE,KAAK,CAAC;QAC3C,iCAAiC,EAAE,KAAK,CAAC;QACzC,qCAAqC,EAAE,KAAK,CAAC;QAC7C,mCAAmC,EAAE,KAAK,CAAC;QAC3C,2BAA2B,EAAE,KAAK,CAAC;QACnC,mCAAmC,EAAE,KAAK,CAAC;QAC3C,qCAAqC,EAAE,KAAK,CAAC;QAC7C,+BAA+B,EAAE,KAAK,CAAC;QACvC,6BAA6B,EAAE,KAAK,CAAC;QACrC,+BAA+B,EAAE,KAAK,CAAC;QACvC,4BAA4B,EAAE,KAAK,CAAC;QACpC,6BAA6B,EAAE;YAC7B,UAAU,EAAE,MAAM,CAAC;SACpB,CAAA;QACD,8BAA8B,EAAE;YAC9B,UAAU,EAAE,MAAM,CAAC;SACpB,CAAA;QACD,sBAAsB,EAAE;YACtB,mBAAmB,EAAE,MAAM,CAAC;YAC5B,eAAe,EAAE,MAAM,CAAC;YACxB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;SAC7B,CAAA;KACF,CAAA;IACD,aAAa,EAAE;QACb,4BAA4B,EAAE,KAAK,CAAC;QACpC,2BAA2B,EAAE,KAAK,CAAC;KACpC,CAAA;IACD,gBAAgB,EAAE;QAChB,iCAAiC,EAAE,KAAK,CAAC;QACzC,wCAAwC,EAAE,KAAK,CAAC;QAChD,qCAAqC,EAAE,KAAK,CAAC;QAC7C,8CAA8C,EAAE,KAAK,CAAC;QACtD,2CAA2C,EAAE,KAAK,CAAC;QACnD,mCAAmC,EAAE,KAAK,CAAC;KAC5C,CAAA;IACD,gBAAgB,EAAE;QAChB,yBAAyB,EAAE,KAAK,CAAC;QACjC,+BAA+B,EAAE,KAAK,CAAC;QACvC,0CAA0C,EAAE,KAAK,CAAC;QAClD,2CAA2C,EAAE,KAAK,CAAC;QACnD,mCAAmC,EAAE,KAAK,CAAC;QAC3C,+BAA+B,EAAE,KAAK,CAAC;QACvC,qCAAqC,EAAE,KAAK,CAAC;QAC7C,uCAAuC,EAAE,KAAK,CAAC;QAC/C,mCAAmC,EAAE,KAAK,CAAC;QAC3C,8BAA8B,EAAE,KAAK,CAAC;QACtC,uCAAuC,EAAE,KAAK,CAAC;QAC/C,uBAAuB,EAAE;YACvB,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;YAC9B,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;QACD,uBAAuB,EAAE;YACvB,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;YAC9B,WAAW,EAAE,MAAM,GAAG,MAAM,CAAC;SAC9B,CAAA;QACD,+BAA+B,EAAE,KAAK,CAAC;QACvC,6BAA6B,EAAE;YAC7B,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAAC;SACnC,CAAA;QACD,sCAAsC,EAAE,KAAK,CAAC;QAC9C,0CAA0C,EAAE,KAAK,CAAC;QAClD,sCAAsC,EAAE,KAAK,CAAC;KAC/C,CAAA;IACD,QAAQ,EAAE;QACR,6BAA6B,EAAE;YAC7B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;SAC/B,CAAA;QACD,iCAAiC,EAAE;YACjC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;YAC9B,YAAY,EAAE,MAAM,GAAG,MAAM,CAAC;SAC/B,CAAA;QACD,+BAA+B,EAAE;YAC/B,aAAa,EAAE,MAAM,GAAG,MAAM,CAAC;SAChC,CAAA;QACD,iCAAiC,EAAE,KAAK,CAAC;QACzC,0BAA0B,EAAE,KAAK,CAAC;QAClC,4BAA4B,EAAE,KAAK,CAAC;QACpC,wBAAwB,EAAE,KAAK,CAAC;QAChC,sBAAsB,EAAE,KAAK,CAAC;QAC9B,2CAA2C,EAAE,KAAK,CAAC;QACnD,6CAA6C,EAAE,KAAK,CAAC;KACtD,CAAA;CACF"}
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;AACtC,sCAAsC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n/* eslint-disable prettier/prettier */\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 }\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.preferencesModalLightThemes\": never;\n \"i18nStrings.preferencesModalDarkThemes\": never;\n \"i18nStrings.cursorPositionAriaLabel\": {\n \"row\": string | number;\n }\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-range-picker\": {\n \"i18nStrings.relativeModeTitle\": never;\n \"i18nStrings.absoluteModeTitle\": never;\n \"i18nStrings.relativeRangeSelectionHeading\": 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.startMonthLabel\": never;\n \"i18nStrings.startDateLabel\": never;\n \"i18nStrings.startTimeLabel\": never;\n \"i18nStrings.endMonthLabel\": never;\n \"i18nStrings.endDateLabel\": never;\n \"i18nStrings.endTimeLabel\": never;\n \"i18nStrings.dateTimeConstraintText\": 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 \"file-token-group\": {\n \"i18nStrings.limitShowFewer\": never;\n \"i18nStrings.limitShowMore\": never;\n \"i18nStrings.removeFileAriaLabel\": {\n \"fileIndex\": string | number;\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 }\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 \"modal\": {\n \"closeAriaLabel\": never;\n }\n \"multiselect\": {\n \"deselectAriaLabel\": {\n \"option__label\": string | number;\n }\n }\n \"pagination\": {\n \"ariaLabels.nextPageLabel\": never;\n \"ariaLabels.pageLabel\": {\n \"pageNumber\": string | number;\n }\n \"ariaLabels.previousPageLabel\": 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 \"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.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 }\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 \"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}"]}
1
+ {"version":3,"file":"messages-types.js","sourceRoot":"","sources":["../../../src/i18n/messages-types.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,sCAAsC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n/* eslint-disable prettier/prettier */\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 }\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.preferencesModalLightThemes\": never;\n \"i18nStrings.preferencesModalDarkThemes\": never;\n \"i18nStrings.cursorPositionAriaLabel\": {\n \"row\": string | number;\n }\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-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.dateTimeConstraintText\": never;\n \"i18nStrings.dateConstraintText\": 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 \"file-token-group\": {\n \"i18nStrings.limitShowFewer\": never;\n \"i18nStrings.limitShowMore\": never;\n \"i18nStrings.removeFileAriaLabel\": {\n \"fileIndex\": string | number;\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 }\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 \"modal\": {\n \"closeAriaLabel\": never;\n }\n \"multiselect\": {\n \"deselectAriaLabel\": {\n \"option__label\": string | number;\n }\n }\n \"pagination\": {\n \"ariaLabels.nextPageLabel\": never;\n \"ariaLabels.pageLabel\": {\n \"pageNumber\": string | number;\n }\n \"ariaLabels.previousPageLabel\": 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 \"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.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 }\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 \"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}"]}
@@ -9,6 +9,7 @@ export interface TooltipProps {
9
9
  contentAttributes?: React.HTMLAttributes<HTMLDivElement>;
10
10
  size?: PopoverProps['size'];
11
11
  hideOnOverscroll?: boolean;
12
+ onDismiss?: () => void;
12
13
  }
13
- export default function Tooltip({ value, trackRef, trackKey, className, contentAttributes, position, size, hideOnOverscroll, }: TooltipProps): JSX.Element;
14
+ export default function Tooltip({ value, trackRef, trackKey, className, contentAttributes, position, size, hideOnOverscroll, onDismiss, }: TooltipProps): JSX.Element;
14
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/tooltip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAM3D,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IACpD,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACzD,IAAI,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,iBAAsB,EACtB,QAAgB,EAChB,IAAc,EACd,gBAAgB,GACjB,EAAE,YAAY,eA8Bd"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/tooltip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAKzC,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAM3D,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IACpD,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IACzD,IAAI,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC5B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,iBAAsB,EACtB,QAAgB,EAChB,IAAc,EACd,gBAAgB,EAChB,SAAS,GACV,EAAE,YAAY,eAsDd"}
@@ -1,16 +1,35 @@
1
1
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
  // SPDX-License-Identifier: Apache-2.0
3
- import React from 'react';
3
+ import React, { useEffect } from 'react';
4
4
  import PopoverArrow from '../../../popover/arrow';
5
5
  import PopoverBody from '../../../popover/body';
6
6
  import PopoverContainer from '../../../popover/container';
7
7
  import Portal from '../portal';
8
8
  import { Transition } from '../transition';
9
9
  import styles from './styles.css.js';
10
- export default function Tooltip({ value, trackRef, trackKey, className, contentAttributes = {}, position = 'top', size = 'small', hideOnOverscroll, }) {
10
+ export default function Tooltip({ value, trackRef, trackKey, className, contentAttributes = {}, position = 'top', size = 'small', hideOnOverscroll, onDismiss, }) {
11
11
  if (!trackKey && (typeof value === 'string' || typeof value === 'number')) {
12
12
  trackKey = value;
13
13
  }
14
+ useEffect(() => {
15
+ const controller = new AbortController();
16
+ window.addEventListener('keydown', (event) => {
17
+ if (event.key === 'Escape') {
18
+ // Prevent any surrounding modals or dialogs from acting on this Esc.
19
+ event.stopPropagation();
20
+ onDismiss === null || onDismiss === void 0 ? void 0 : onDismiss();
21
+ }
22
+ }, {
23
+ // The tooltip is often activated on mouseover, which means the focus can
24
+ // be anywhere else on the page. Capture also means that this gets called
25
+ // before any wrapper modals or dialogs can detect it and act on it.
26
+ capture: true,
27
+ signal: controller.signal,
28
+ });
29
+ return () => {
30
+ controller.abort();
31
+ };
32
+ }, [onDismiss]);
14
33
  return (React.createElement(Portal, null,
15
34
  React.createElement("div", Object.assign({ className: styles.root }, contentAttributes, { "data-testid": trackKey }),
16
35
  React.createElement(Transition, { in: true }, () => (React.createElement(PopoverContainer, { trackRef: trackRef, trackKey: trackKey, size: size, fixedWidth: false, position: position, zIndex: 7000, arrow: position => React.createElement(PopoverArrow, { position: position }), hideOnOverscroll: hideOnOverscroll, className: className },