@cloudscape-design/components-themeable 3.0.1088 → 3.0.1090

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 (89) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/input/styles.scss +0 -8
  3. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  4. package/lib/internal/scss/prompt-input/styles.scss +0 -6
  5. package/lib/internal/scss/segmented-control/segment.scss +0 -1
  6. package/lib/internal/scss/segmented-control/styles.scss +0 -1
  7. package/lib/internal/scss/table/styles.scss +0 -1
  8. package/lib/internal/scss/tabs/tab-header-bar.scss +0 -1
  9. package/lib/internal/scss/textarea/styles.scss +0 -8
  10. package/lib/internal/template/badge/index.d.ts +1 -1
  11. package/lib/internal/template/badge/index.d.ts.map +1 -1
  12. package/lib/internal/template/badge/index.js +3 -2
  13. package/lib/internal/template/badge/index.js.map +1 -1
  14. package/lib/internal/template/badge/interfaces.d.ts +15 -0
  15. package/lib/internal/template/badge/interfaces.d.ts.map +1 -1
  16. package/lib/internal/template/badge/interfaces.js.map +1 -1
  17. package/lib/internal/template/checkbox/interfaces.d.ts +15 -0
  18. package/lib/internal/template/checkbox/interfaces.d.ts.map +1 -1
  19. package/lib/internal/template/checkbox/interfaces.js.map +1 -1
  20. package/lib/internal/template/checkbox/internal.d.ts.map +1 -1
  21. package/lib/internal/template/checkbox/internal.js +3 -2
  22. package/lib/internal/template/checkbox/internal.js.map +1 -1
  23. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  24. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  25. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  26. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  27. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  28. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  29. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  30. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  31. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  32. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  33. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  34. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  35. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  36. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  37. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  38. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  39. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  40. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  41. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  42. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  43. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  44. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  45. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  46. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  47. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  48. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  49. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  50. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  51. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  52. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  53. package/lib/internal/template/icon/interfaces.d.ts +15 -0
  54. package/lib/internal/template/icon/interfaces.d.ts.map +1 -1
  55. package/lib/internal/template/icon/interfaces.js.map +1 -1
  56. package/lib/internal/template/icon/internal.d.ts +1 -1
  57. package/lib/internal/template/icon/internal.d.ts.map +1 -1
  58. package/lib/internal/template/icon/internal.js +5 -4
  59. package/lib/internal/template/icon/internal.js.map +1 -1
  60. package/lib/internal/template/input/styles.css.js +13 -13
  61. package/lib/internal/template/input/styles.scoped.css +28 -42
  62. package/lib/internal/template/input/styles.selectors.js +13 -13
  63. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  64. package/lib/internal/template/internal/environment.js +2 -2
  65. package/lib/internal/template/internal/environment.json +2 -2
  66. package/lib/internal/template/multiselect/use-multiselect.d.ts +1 -1
  67. package/lib/internal/template/prompt-input/styles.css.js +17 -17
  68. package/lib/internal/template/prompt-input/styles.scoped.css +36 -43
  69. package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
  70. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  71. package/lib/internal/template/segmented-control/styles.scoped.css +36 -42
  72. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  73. package/lib/internal/template/spinner/interfaces.d.ts +16 -0
  74. package/lib/internal/template/spinner/interfaces.d.ts.map +1 -1
  75. package/lib/internal/template/spinner/interfaces.js.map +1 -1
  76. package/lib/internal/template/spinner/internal.d.ts +1 -1
  77. package/lib/internal/template/spinner/internal.d.ts.map +1 -1
  78. package/lib/internal/template/spinner/internal.js +3 -2
  79. package/lib/internal/template/spinner/internal.js.map +1 -1
  80. package/lib/internal/template/table/styles.css.js +34 -34
  81. package/lib/internal/template/table/styles.scoped.css +41 -42
  82. package/lib/internal/template/table/styles.selectors.js +34 -34
  83. package/lib/internal/template/tabs/styles.css.js +30 -30
  84. package/lib/internal/template/tabs/styles.scoped.css +51 -52
  85. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  86. package/lib/internal/template/textarea/styles.css.js +5 -5
  87. package/lib/internal/template/textarea/styles.scoped.css +12 -19
  88. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  89. package/package.json +1 -1
@@ -1 +1 @@
1
- {"@cloudscape-design/components":{"zh-TW":{"[charts]":{"loadingText":[{"type":0,"value":"正在載入圖表"}],"errorText":[{"type":0,"value":"無法擷取資料。請稍後再試一次。"}],"recoveryText":[{"type":0,"value":"重試"}],"i18nStrings.filterLabel":[{"type":0,"value":"篩選顯示的資料"}],"i18nStrings.filterPlaceholder":[{"type":0,"value":"篩選資料"}],"i18nStrings.legendAriaLabel":[{"type":0,"value":"圖例"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"圖表"}],"i18nStrings.xAxisAriaRoleDescription":[{"type":0,"value":"X 軸"}],"i18nStrings.yAxisAriaRoleDescription":[{"type":0,"value":"Y 軸"}]},"alert":{"dismissAriaLabel":[{"type":0,"value":"關閉提醒"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"成功"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"資訊"}],"i18nStrings.dismissAriaLabel":[{"type":0,"value":"關閉提醒"}]},"annotation-context":{"i18nStrings.nextButtonText":[{"type":0,"value":"下一步"}],"i18nStrings.previousButtonText":[{"type":0,"value":"上一步"}],"i18nStrings.finishButtonText":[{"type":0,"value":"完成"}],"i18nStrings.labelDismissAnnotation":[{"type":0,"value":"關閉註釋"}],"i18nStrings.stepCounterText":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":",共 "},{"type":1,"value":"totalStepCount"},{"type":0,"value":" 步"}],"i18nStrings.taskTitle":[{"type":0,"value":"任務 "},{"type":1,"value":"taskNumber"},{"type":0,"value":":"},{"type":1,"value":"taskTitle"}],"i18nStrings.labelHotspot":[{"type":5,"value":"openState","options":{"true":{"value":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":" (共 "},{"type":1,"value":"totalStepCount"},{"type":0,"value":" 步) 的註釋"}]},"false":{"value":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":" (共 "},{"type":1,"value":"totalStepCount"},{"type":0,"value":" 步) 的註釋"}]},"other":{"value":[]}}}]},"app-layout":{"ariaLabels.drawers":[{"type":0,"value":"抽屜"}],"ariaLabels.drawersOverflow":[{"type":0,"value":"抽屜溢出"}],"ariaLabels.drawersOverflowWithBadge":[{"type":0,"value":"抽屜中徽章溢出"}],"ariaLabels.navigation":[{"type":0,"value":"側邊導覽"}],"ariaLabels.navigationClose":[{"type":0,"value":"關閉側邊導覽"}],"ariaLabels.navigationToggle":[{"type":0,"value":"開啟側邊導覽"}],"ariaLabels.notifications":[{"type":0,"value":"通知"}],"ariaLabels.tools":[{"type":0,"value":"說明面板"}],"ariaLabels.toolsClose":[{"type":0,"value":"關閉說明面板"}],"ariaLabels.toolsToggle":[{"type":0,"value":"開啟說明面板"}]},"area-chart":{"i18nStrings.detailTotalLabel":[{"type":0,"value":"合計"}]},"attribute-editor":{"removeButtonText":[{"type":0,"value":"移除"}]},"autosuggest":{"errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"selectedAriaLabel":[{"type":0,"value":"已選取"}],"enteredTextLabel":[{"type":0,"value":"使用:“"},{"type":1,"value":"value"},{"type":0,"value":"”"}],"recoveryText":[{"type":0,"value":"重試"}]},"breadcrumb-group":{"expandAriaLabel":[{"type":0,"value":"顯示路徑"}]},"button":{"i18nStrings.externalIconAriaLabel":[{"type":0,"value":"在新索引標籤中開啟"}]},"calendar":{"nextMonthAriaLabel":[{"type":0,"value":"下個月"}],"previousMonthAriaLabel":[{"type":0,"value":"上個月"}],"todayAriaLabel":[{"type":0,"value":"今天"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"下一年"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"上一年"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"當前月份"}]},"cards":{"ariaLabels.selectionGroupLabel":[{"type":0,"value":"項目選擇"}]},"code-editor":{"i18nStrings.loadingState":[{"type":0,"value":"正在載入程式碼編輯器"}],"i18nStrings.errorState":[{"type":0,"value":"載入程式碼編輯器時發生錯誤。"}],"i18nStrings.errorStateRecovery":[{"type":0,"value":"重試"}],"i18nStrings.editorGroupAriaLabel":[{"type":0,"value":"程式碼編輯器"}],"i18nStrings.statusBarGroupAriaLabel":[{"type":0,"value":"狀態列"}],"i18nStrings.cursorPosition":[{"type":0,"value":"行 "},{"type":1,"value":"row"},{"type":0,"value":"、欄 "},{"type":1,"value":"column"}],"i18nStrings.errorsTab":[{"type":0,"value":"錯誤"}],"i18nStrings.warningsTab":[{"type":0,"value":"警告"}],"i18nStrings.preferencesButtonAriaLabel":[{"type":0,"value":"偏好設定"}],"i18nStrings.paneCloseButtonAriaLabel":[{"type":0,"value":"關閉"}],"i18nStrings.preferencesModalHeader":[{"type":0,"value":"偏好設定"}],"i18nStrings.preferencesModalCancel":[{"type":0,"value":"取消"}],"i18nStrings.preferencesModalConfirm":[{"type":0,"value":"確認"}],"i18nStrings.preferencesModalWrapLines":[{"type":0,"value":"換行"}],"i18nStrings.preferencesModalTheme":[{"type":0,"value":"佈景主題"}],"i18nStrings.preferencesModalThemeFilteringAriaLabel":[{"type":0,"value":"篩選主題"}],"i18nStrings.preferencesModalThemeFilteringPlaceholder":[{"type":0,"value":"篩選主題"}],"i18nStrings.preferencesModalLightThemes":[{"type":0,"value":"淺色佈景主題"}],"i18nStrings.preferencesModalDarkThemes":[{"type":0,"value":"深色佈景主題"}],"i18nStrings.cursorPositionAriaLabel":[{"type":0,"value":"列 "},{"type":1,"value":"row"},{"type":0,"value":" 上的游標"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"調整大小控點"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"拖曳或選取以調整大小"}]},"collection-preferences":{"title":[{"type":0,"value":"偏好設定"}],"confirmLabel":[{"type":0,"value":"確認"}],"cancelLabel":[{"type":0,"value":"取消"}],"pageSizePreference.title":[{"type":0,"value":"頁面大小"}],"wrapLinesPreference.label":[{"type":0,"value":"換行"}],"wrapLinesPreference.description":[{"type":0,"value":"選取以查看所有文字並換行"}],"stripedRowsPreference.label":[{"type":0,"value":"條紋列"}],"stripedRowsPreference.description":[{"type":0,"value":"選取以新增加網底的列"}],"contentDensityPreference.label":[{"type":0,"value":"精簡模式"}],"contentDensityPreference.description":[{"type":0,"value":"選擇以更密集、更精簡的模式顯示內容"}],"stickyColumnsPreference.firstColumns.title":[{"type":0,"value":"貼上第一欄"}],"stickyColumnsPreference.firstColumns.description":[{"type":0,"value":"水平捲動資料表內容時,保持第一欄可見。"}],"stickyColumnsPreference.firstColumns.options[0].label":[{"type":0,"value":"無"}],"stickyColumnsPreference.firstColumns.options[1].label":[{"type":0,"value":"第一欄"}],"stickyColumnsPreference.firstColumns.options[2].label":[{"type":0,"value":"前兩欄"}],"stickyColumnsPreference.lastColumns.title":[{"type":0,"value":"貼上最後一欄"}],"stickyColumnsPreference.lastColumns.description":[{"type":0,"value":"水平捲動資料表內容時,保持最後一欄可見。"}],"stickyColumnsPreference.lastColumns.options[0].label":[{"type":0,"value":"無"}],"stickyColumnsPreference.lastColumns.options[1].label":[{"type":0,"value":"最後一欄"}],"contentDisplayPreference.title":[{"type":0,"value":"欄偏好設定"}],"contentDisplayPreference.description":[{"type":0,"value":"自訂欄位的可見性和順序。"}],"contentDisplayPreference.dragHandleAriaLabel":[{"type":0,"value":"拖曳控點"}],"contentDisplayPreference.dragHandleAriaDescription":[{"type":0,"value":"使用空白鍵或 ENTER 鍵啟用項目拖曳功能,然後使用方向鍵移動項目的位置。若要完成位置移動,請使用空白鍵或 ENTER 鍵,或者若要捨棄移動,請使用 ESC 鍵。"}],"contentDisplayPreference.liveAnnouncementDndStarted":[{"type":0,"value":"在第 "},{"type":1,"value":"position"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置) 拾取了項目"}],"contentDisplayPreference.liveAnnouncementDndDiscarded":[{"type":0,"value":"重新排序已取消"}],"contentDisplayPreference.i18nStrings.columnFilteringPlaceholder":[{"type":0,"value":"篩選欄"}],"contentDisplayPreference.i18nStrings.columnFilteringAriaLabel":[{"type":0,"value":"篩選欄"}],"contentDisplayPreference.i18nStrings.columnFilteringNoMatchText":[{"type":0,"value":"找不到相符項目"}],"contentDisplayPreference.i18nStrings.columnFilteringClearFilterText":[{"type":0,"value":"清除篩選條件"}],"contentDisplayPreference.liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"將項目移回 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"將項目移到 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}],"contentDisplayPreference.liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"項目移回原來的 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"項目已從 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置移到 "},{"type":1,"value":"finalPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}],"contentDisplayPreference.i18nStrings.columnFilteringCountText":[{"type":6,"value":"count","options":{"zero":{"value":[{"type":0,"value":"0 個符合"}]},"one":{"value":[{"type":0,"value":"1 個符合"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" 個符合"}]}},"offset":0,"pluralType":"cardinal"}]},"copy-to-clipboard":{"i18nStrings.copyButtonText":[{"type":0,"value":"複製"}]},"date-range-picker":{"i18nStrings.relativeModeTitle":[{"type":0,"value":"相對模式"}],"i18nStrings.absoluteModeTitle":[{"type":0,"value":"絕對模式"}],"i18nStrings.relativeRangeSelectionHeading":[{"type":0,"value":"選擇範圍"}],"i18nStrings.relativeRangeSelectionMonthlyDescription":[{"type":0,"value":"每個選項代表完整的月份,從該月第一天算到最後一天。"}],"i18nStrings.cancelButtonLabel":[{"type":0,"value":"取消"}],"i18nStrings.clearButtonLabel":[{"type":0,"value":"清除和關閉"}],"i18nStrings.applyButtonLabel":[{"type":0,"value":"套用"}],"i18nStrings.customRelativeRangeOptionLabel":[{"type":0,"value":"自訂範圍"}],"i18nStrings.customRelativeRangeOptionDescription":[{"type":0,"value":"設定過去的自訂範圍"}],"i18nStrings.customRelativeRangeUnitLabel":[{"type":0,"value":"時間單位"}],"i18nStrings.customRelativeRangeDurationLabel":[{"type":0,"value":"持續時間"}],"i18nStrings.customRelativeRangeDurationPlaceholder":[{"type":0,"value":"輸入持續時間"}],"i18nStrings.previousMonthAriaLabel":[{"type":0,"value":"上個月"}],"i18nStrings.nextMonthAriaLabel":[{"type":0,"value":"下個月"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"上一年"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"下一年"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"本月"}],"i18nStrings.todayAriaLabel":[{"type":0,"value":"今天"}],"i18nStrings.startMonthLabel":[{"type":0,"value":"開始月份"}],"i18nStrings.startDateLabel":[{"type":0,"value":"開始日期"}],"i18nStrings.startTimeLabel":[{"type":0,"value":"開始時間"}],"i18nStrings.endMonthLabel":[{"type":0,"value":"結束月份"}],"i18nStrings.endDateLabel":[{"type":0,"value":"結束日期"}],"i18nStrings.endTimeLabel":[{"type":0,"value":"結束時間"}],"i18nStrings.dateTimeConstraintText":[{"type":0,"value":"日期請使用 YYYY/MM/DD 格式。時間請使用 24 小時格式。"}],"i18nStrings.dateConstraintText":[{"type":0,"value":"對於日期,請使用 YYYY/MM/DD。"}],"i18nStrings.slashedDateTimeConstraintText":[{"type":0,"value":"日期請使用 YYYY/MM/DD 格式。時間請使用 24 小時格式。"}],"i18nStrings.isoDateTimeConstraintText":[{"type":0,"value":"日期請使用 YYYY-MM-DD 格式。時間請使用 24 小時格式。"}],"i18nStrings.slashedDateConstraintText":[{"type":0,"value":"日期請使用 YYYY/MM/DD 格式。"}],"i18nStrings.isoDateConstraintText":[{"type":0,"value":"日期請使用 YYYY-MM-DD 格式。"}],"i18nStrings.slashedMonthConstraintText":[{"type":0,"value":"月份請使用 YYYY/MM 格式。"}],"i18nStrings.isoMonthConstraintText":[{"type":0,"value":"月份請使用 YYYY-MM 格式。"}],"i18nStrings.monthConstraintText":[{"type":0,"value":"對於月份,請使用 YYYY/MM。"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.renderSelectedAbsoluteRangeAriaLive":[{"type":0,"value":"已選取從 "},{"type":1,"value":"startDate"},{"type":0,"value":" 到 "},{"type":1,"value":"endDate"},{"type":0,"value":" 的範圍"}],"i18nStrings.formatRelativeRange":[{"type":5,"value":"unit","options":{"second":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"秒"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"秒"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"秒"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"分鐘"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"分鐘"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"分鐘"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"小時"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"小時"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"小時"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"天"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"天"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"天"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"週"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"週"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"週"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"個月"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"個月"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"個月"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"年"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"年"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"年"}]}},"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":"秒"}]},"one":{"value":[{"type":0,"value":"秒"}]},"other":{"value":[{"type":0,"value":"秒"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"分鐘"}]},"one":{"value":[{"type":0,"value":"分鐘"}]},"other":{"value":[{"type":0,"value":"分鐘"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"小時"}]},"one":{"value":[{"type":0,"value":"小時"}]},"other":{"value":[{"type":0,"value":"小時"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"天"}]},"one":{"value":[{"type":0,"value":"天"}]},"other":{"value":[{"type":0,"value":"天"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"週"}]},"one":{"value":[{"type":0,"value":"週"}]},"other":{"value":[{"type":0,"value":"週"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"個月"}]},"one":{"value":[{"type":0,"value":"個月"}]},"other":{"value":[{"type":0,"value":"個月"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"年"}]},"one":{"value":[{"type":0,"value":"年"}]},"other":{"value":[{"type":0,"value":"年"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"drawer":{"i18nStrings.loadingText":[{"type":0,"value":"載入內容"}]},"file-token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.limitShowMore":[{"type":0,"value":"顯示更多"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"移除檔案 "},{"type":1,"value":"fileIndex"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}]},"file-upload":{"i18nStrings.limitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.limitShowMore":[{"type":0,"value":"顯示更多"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"移除檔案 "},{"type":1,"value":"fileIndex"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}],"i18nStrings.uploadButtonText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"選擇檔案"}]},"false":{"value":[{"type":0,"value":"選擇檔案"}]},"other":{"value":[]}}}],"i18nStrings.dropzoneText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"拖曳檔案以上傳"}]},"false":{"value":[{"type":0,"value":"拖曳檔案以上傳"}]},"other":{"value":[]}}}]},"flashbar":{"i18nStrings.ariaLabel":[{"type":0,"value":"通知"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.inProgressIconAriaLabel":[{"type":0,"value":"進行中"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"資訊"}],"i18nStrings.notificationBarAriaLabel":[{"type":0,"value":"所有通知"}],"i18nStrings.notificationBarText":[{"type":0,"value":"通知"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"成功"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}]},"form-field":{"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}]},"form":{"errorIconAriaLabel":[{"type":0,"value":"錯誤"}]},"help-panel":{"loadingText":[{"type":0,"value":"載入內容"}]},"input":{"clearAriaLabel":[{"type":0,"value":"清除"}]},"link":{"externalIconAriaLabel":[{"type":0,"value":"在新索引標籤中開啟"}]},"list":{"dragHandleAriaLabel":[{"type":0,"value":"拖曳控點"}],"dragHandleAriaDescription":[{"type":0,"value":"使用空白鍵或 ENTER 鍵啟用項目拖曳功能,然後使用方向鍵移動項目的位置。若要完成位置移動,請使用空白鍵或 ENTER 鍵,或者若要捨棄移動,請使用 ESC 鍵。"}],"liveAnnouncementDndStarted":[{"type":0,"value":"在第 "},{"type":1,"value":"position"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置) 拾取了項目"}],"liveAnnouncementDndDiscarded":[{"type":0,"value":"重新排序已取消"}],"liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"將項目移回 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"將項目移到 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}],"liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"項目移回原來的 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"項目已從 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置移到 "},{"type":1,"value":"finalPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}]},"modal":{"closeAriaLabel":[{"type":0,"value":"關閉強制回應"}]},"multiselect":{"deselectAriaLabel":[{"type":0,"value":"移除 "},{"type":1,"value":"option__label"}],"i18nStrings.selectAllText":[{"type":0,"value":"選取全部"}]},"pagination":{"ariaLabels.nextPageLabel":[{"type":0,"value":"下一頁"}],"ariaLabels.pageLabel":[{"type":0,"value":"所有頁面中的第 "},{"type":1,"value":"pageNumber"},{"type":0,"value":" 頁"}],"ariaLabels.previousPageLabel":[{"type":0,"value":"上一頁"}]},"pie-chart":{"i18nStrings.detailsValue":[{"type":0,"value":"值"}],"i18nStrings.detailsPercentage":[{"type":0,"value":"百分比"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"圓餅圖"}],"i18nStrings.segmentAriaRoleDescription":[{"type":0,"value":"區段"}]},"popover":{"dismissAriaLabel":[{"type":0,"value":"關閉彈出視窗"}]},"property-filter":{"i18nStrings.allPropertiesLabel":[{"type":0,"value":"所有屬性"}],"i18nStrings.applyActionText":[{"type":0,"value":"套用"}],"i18nStrings.cancelActionText":[{"type":0,"value":"取消"}],"i18nStrings.clearFiltersText":[{"type":0,"value":"清除篩選條件"}],"i18nStrings.editTokenHeader":[{"type":0,"value":"編輯篩選條件"}],"i18nStrings.groupPropertiesText":[{"type":0,"value":"屬性"}],"i18nStrings.groupValuesText":[{"type":0,"value":"值"}],"i18nStrings.operationAndText":[{"type":0,"value":"和"}],"i18nStrings.operationOrText":[{"type":0,"value":"或"}],"i18nStrings.operatorContainsText":[{"type":0,"value":"包含"}],"i18nStrings.operatorDoesNotContainText":[{"type":0,"value":"不包含"}],"i18nStrings.operatorDoesNotEqualText":[{"type":0,"value":"不等於"}],"i18nStrings.operatorEqualsText":[{"type":0,"value":"等於"}],"i18nStrings.operatorGreaterOrEqualText":[{"type":0,"value":"大於或等於"}],"i18nStrings.operatorGreaterText":[{"type":0,"value":"大於"}],"i18nStrings.operatorLessOrEqualText":[{"type":0,"value":"小於或等於"}],"i18nStrings.operatorLessText":[{"type":0,"value":"小於"}],"i18nStrings.operatorStartsWithText":[{"type":0,"value":"開始為"}],"i18nStrings.operatorDoesNotStartWithText":[{"type":0,"value":"開頭不能為"}],"i18nStrings.operatorText":[{"type":0,"value":"運算子"}],"i18nStrings.operatorsText":[{"type":0,"value":"運算子"}],"i18nStrings.propertyText":[{"type":0,"value":"屬性"}],"i18nStrings.removeTokenButtonAriaLabel":[{"type":0,"value":"移除篩選條件,"},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenActionsAriaLabel":[{"type":0,"value":"篩選動作,"},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveAriaLabel":[{"type":0,"value":"移除篩選條件,"},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveLabel":[{"type":0,"value":"移除篩選條件"}],"i18nStrings.tokenEditorTokenRemoveFromGroupLabel":[{"type":0,"value":"從群組中移除篩選條件"}],"i18nStrings.tokenEditorAddTokenActionsAriaLabel":[{"type":0,"value":"新增篩選動作"}],"i18nStrings.tokenEditorAddNewTokenLabel":[{"type":0,"value":"新增新的篩選條件"}],"i18nStrings.tokenEditorAddExistingTokenAriaLabel":[{"type":0,"value":"新增篩選條件 "},{"type":1,"value":"token__formattedText"},{"type":0,"value":" 至群組"}],"i18nStrings.tokenEditorAddExistingTokenLabel":[{"type":0,"value":"新增篩選條件 "},{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" "},{"type":1,"value":"token__operator"},{"type":0,"value":" "},{"type":1,"value":"token__value"},{"type":0,"value":" 至群組"}],"i18nStrings.tokenLimitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.tokenLimitShowMore":[{"type":0,"value":"顯示更多"}],"i18nStrings.valueText":[{"type":0,"value":"值"}],"i18nStrings.formatToken":[{"type":5,"value":"token__operator","options":{"equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 等於 "},{"type":1,"value":"token__value"}]},"not_equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 不等於 "},{"type":1,"value":"token__value"}]},"greater_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 大於 "},{"type":1,"value":"token__value"}]},"greater_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 大於或等於 "},{"type":1,"value":"token__value"}]},"less_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 小於 "},{"type":1,"value":"token__value"}]},"less_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 小於或等於 "},{"type":1,"value":"token__value"}]},"contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 包含 "},{"type":1,"value":"token__value"}]},"not_contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 不包含 "},{"type":1,"value":"token__value"}]},"starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 開頭為 "},{"type":1,"value":"token__value"}]},"not_starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 開頭不能為 "},{"type":1,"value":"token__value"}]},"other":{"value":[]}}}],"i18nStrings.groupEditAriaLabel":[{"type":5,"value":"group__formattedTokens__length","options":{"2":{"value":[{"type":0,"value":"編輯篩選群組 "},{"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":"編輯篩選群組 "},{"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":"編輯篩選群組 "},{"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":"再編輯 1 個篩選群組 "},{"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"}]},"other":{"value":[{"type":0,"value":"編輯更多篩選群組 "},{"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"}]}}}]},"s3-resource-selector":{"i18nStrings.inContextSelectPlaceholder":[{"type":0,"value":"選擇一個版本"}],"i18nStrings.inContextBrowseButton":[{"type":0,"value":"瀏覽 S3"}],"i18nStrings.inContextViewButton":[{"type":0,"value":"檢視"}],"i18nStrings.inContextViewButtonAriaLabel":[{"type":0,"value":"檢視 (在新索引標籤中開啟)"}],"i18nStrings.inContextLoadingText":[{"type":0,"value":"正在載入資源"}],"i18nStrings.inContextUriLabel":[{"type":0,"value":"S3 URI"}],"i18nStrings.inContextVersionSelectLabel":[{"type":0,"value":"選取版本"}],"i18nStrings.modalTitle":[{"type":0,"value":"在 S3 中選擇一個對象"}],"i18nStrings.modalCancelButton":[{"type":0,"value":"取消"}],"i18nStrings.modalSubmitButton":[{"type":0,"value":"選擇"}],"i18nStrings.modalBreadcrumbRootItem":[{"type":0,"value":"S3 儲存貯體"}],"i18nStrings.modalLastUpdatedText":[{"type":0,"value":"最後更新"}],"i18nStrings.selectionBuckets":[{"type":0,"value":"儲存貯體"}],"i18nStrings.selectionObjects":[{"type":0,"value":"物件"}],"i18nStrings.selectionVersions":[{"type":0,"value":"版本"}],"i18nStrings.selectionBucketsSearchPlaceholder":[{"type":0,"value":"尋找儲存貯體"}],"i18nStrings.selectionObjectsSearchPlaceholder":[{"type":0,"value":"按前綴查找物件"}],"i18nStrings.selectionVersionsSearchPlaceholder":[{"type":0,"value":"尋找版本"}],"i18nStrings.selectionBucketsLoading":[{"type":0,"value":"裝載儲存貯體"}],"i18nStrings.selectionBucketsNoItems":[{"type":0,"value":"沒有儲存貯體"}],"i18nStrings.selectionObjectsLoading":[{"type":0,"value":"載入物件"}],"i18nStrings.selectionObjectsNoItems":[{"type":0,"value":"沒有物件"}],"i18nStrings.selectionVersionsLoading":[{"type":0,"value":"載入版本"}],"i18nStrings.selectionVersionsNoItems":[{"type":0,"value":"沒有版本"}],"i18nStrings.filteringNoMatches":[{"type":0,"value":"無相符項目"}],"i18nStrings.filteringCantFindMatch":[{"type":0,"value":"找不到相符項目"}],"i18nStrings.clearFilterButtonText":[{"type":0,"value":"清除篩選條件"}],"i18nStrings.columnBucketID":[{"type":0,"value":"ID"}],"i18nStrings.columnBucketName":[{"type":0,"value":"名稱"}],"i18nStrings.columnBucketCreationDate":[{"type":0,"value":"建立日期"}],"i18nStrings.columnBucketRegion":[{"type":0,"value":"區域"}],"i18nStrings.columnObjectKey":[{"type":0,"value":"索引鍵"}],"i18nStrings.columnObjectLastModified":[{"type":0,"value":"上次修改"}],"i18nStrings.columnObjectSize":[{"type":0,"value":"尺寸"}],"i18nStrings.columnVersionID":[{"type":0,"value":"版本 ID"}],"i18nStrings.columnVersionLastModified":[{"type":0,"value":"上次修改"}],"i18nStrings.columnVersionSize":[{"type":0,"value":"尺寸"}],"i18nStrings.validationPathMustBegin":[{"type":0,"value":"路徑必須以 s3:// 開頭才有效。"}],"i18nStrings.validationBucketLowerCase":[{"type":0,"value":"儲存貯體名稱必須以小寫字元或數字開頭。"}],"i18nStrings.validationBucketMustNotContain":[{"type":0,"value":"儲存貯體名稱不得包含大寫字元。"}],"i18nStrings.validationBucketLength":[{"type":0,"value":"儲存貯體名稱必須介於 3 到 63 個字元之間。"}],"i18nStrings.validationBucketMustComplyDns":[{"type":0,"value":"儲存貯體名稱必須符合 DNS 命名慣例。"}],"i18nStrings.labelSortedDescending":[{"type":1,"value":"columnName"},{"type":0,"value":",遞減排序"}],"i18nStrings.labelSortedAscending":[{"type":1,"value":"columnName"},{"type":0,"value":",升序排序"}],"i18nStrings.labelNotSorted":[{"type":1,"value":"columnName"},{"type":0,"value":",未排序"}],"i18nStrings.labelsBucketsSelection.selectionGroupLabel":[{"type":0,"value":"儲存貯體"}],"i18nStrings.labelsBucketsSelection.itemSelectionLabel":[{"type":1,"value":"item__Name"}],"i18nStrings.labelsObjectsSelection.selectionGroupLabel":[{"type":0,"value":"物件"}],"i18nStrings.labelsObjectsSelection.itemSelectionLabel":[{"type":1,"value":"item__Key"}],"i18nStrings.labelsVersionsSelection.selectionGroupLabel":[{"type":0,"value":"版本"}],"i18nStrings.labelsVersionsSelection.itemSelectionLabel":[{"type":1,"value":"item__VersionId"}],"i18nStrings.labelFiltering":[{"type":0,"value":"尋找 "},{"type":1,"value":"itemsType"}],"i18nStrings.labelRefresh":[{"type":0,"value":"重新整理資料"}],"i18nStrings.labelBreadcrumbs":[{"type":0,"value":"S3 導覽"}],"i18nStrings.labelIconFolder":[{"type":0,"value":"資料夾"}],"i18nStrings.labelIconObject":[{"type":0,"value":"物件"}],"i18nStrings.filteringCounterText":[{"type":6,"value":"count","options":{"one":{"value":[{"type":0,"value":"1 個符合"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" 個符合"}]}},"offset":0,"pluralType":"cardinal"}]},"select":{"errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"selectedAriaLabel":[{"type":0,"value":"已選取"}],"recoveryText":[{"type":0,"value":"重試"}]},"slider":{"i18nStrings.valueTextRange":[{"type":1,"value":"value"},{"type":0,"value":",介於 "},{"type":1,"value":"previousValue"},{"type":0,"value":" 和 "},{"type":1,"value":"nextValue"},{"type":0,"value":" 之間"}]},"split-panel":{"i18nStrings.closeButtonAriaLabel":[{"type":0,"value":"關閉面板"}],"i18nStrings.openButtonAriaLabel":[{"type":0,"value":"打開面板"}],"i18nStrings.preferencesTitle":[{"type":0,"value":"分割面板偏好"}],"i18nStrings.preferencesPositionLabel":[{"type":0,"value":"分割面板位置"}],"i18nStrings.preferencesPositionDescription":[{"type":0,"value":"選擇服務的預設分割面板位置。"}],"i18nStrings.preferencesPositionSide":[{"type":0,"value":"側邊"}],"i18nStrings.preferencesPositionBottom":[{"type":0,"value":"底部"}],"i18nStrings.preferencesConfirm":[{"type":0,"value":"確認"}],"i18nStrings.preferencesCancel":[{"type":0,"value":"取消"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"調整分割面板大小"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"拖曳或選取以調整大小"}]},"table":{"ariaLabels.resizerRoleDescription":[{"type":0,"value":"調整按鈕大小"}],"ariaLabels.submittingEditText":[{"type":0,"value":"提交編輯"}],"ariaLabels.successfulEditLabel":[{"type":0,"value":"編輯成功"}],"ariaLabels.expandButtonLabel":[{"type":0,"value":"展開"}],"ariaLabels.collapseButtonLabel":[{"type":0,"value":"摺疊"}],"columnDefinitions.editConfig.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"columnDefinitions.editConfig.editIconAriaLabel":[{"type":0,"value":"可編輯"}]},"tabs":{"i18nStrings.scrollLeftAriaLabel":[{"type":0,"value":"向左捲動"}],"i18nStrings.scrollRightAriaLabel":[{"type":0,"value":"向右捲動"}],"i18nStrings.tabsWithActionsAriaRoleDescription":[{"type":0,"value":"具有動作的標籤"}]},"tag-editor":{"i18nStrings.keyPlaceholder":[{"type":0,"value":"輸入索引鍵"}],"i18nStrings.valuePlaceholder":[{"type":0,"value":"輸入值"}],"i18nStrings.addButton":[{"type":0,"value":"新增標籤"}],"i18nStrings.removeButton":[{"type":0,"value":"移除"}],"i18nStrings.removeButtonAriaLabel":[{"type":0,"value":"移除 "},{"type":1,"value":"tag__key"}],"i18nStrings.undoButton":[{"type":0,"value":"復原"}],"i18nStrings.undoPrompt":[{"type":0,"value":"此標籤會在儲存變更時移除"}],"i18nStrings.loading":[{"type":0,"value":"正在載入與此資源相關聯的標籤"}],"i18nStrings.keyHeader":[{"type":0,"value":"索引鍵"}],"i18nStrings.valueHeader":[{"type":0,"value":"值"}],"i18nStrings.optional":[{"type":0,"value":"選用"}],"i18nStrings.keySuggestion":[{"type":0,"value":"自訂標籤索引鍵"}],"i18nStrings.valueSuggestion":[{"type":0,"value":"自訂標籤值"}],"i18nStrings.emptyTags":[{"type":0,"value":"沒有與資源相關聯的標籤。"}],"i18nStrings.tooManyKeysSuggestion":[{"type":0,"value":"您的索引鍵數目超過可顯示的數目"}],"i18nStrings.tooManyValuesSuggestion":[{"type":0,"value":"您的值數目超過可顯示的數目"}],"i18nStrings.keysSuggestionLoading":[{"type":0,"value":"正在載入標籤索引鍵"}],"i18nStrings.keysSuggestionError":[{"type":0,"value":"無法擷取標籤索引鍵"}],"i18nStrings.valuesSuggestionLoading":[{"type":0,"value":"正在載入標籤值"}],"i18nStrings.valuesSuggestionError":[{"type":0,"value":"無法擷取標籤值"}],"i18nStrings.emptyKeyError":[{"type":0,"value":"您必須指定標籤索引鍵"}],"i18nStrings.maxKeyCharLengthError":[{"type":0,"value":"標籤索引鍵中可使用的字元數上限為 128 個字元。"}],"i18nStrings.maxValueCharLengthError":[{"type":0,"value":"標籤值中可使用的字元數上限為 256 個字元。"}],"i18nStrings.duplicateKeyError":[{"type":0,"value":"您必須指定唯一的標籤索引鍵。"}],"i18nStrings.invalidKeyError":[{"type":0,"value":"無效的金鑰。金鑰只能包含 Unicode 字母、數字、空格和下列符號︰ _.:/=+@–"}],"i18nStrings.invalidValueError":[{"type":0,"value":"無效的值。值只能包含 Unicode 字母、數字、空格和下列符號︰_.:/=+@ –"}],"i18nStrings.awsPrefixError":[{"type":0,"value":"開頭不能為 aws:"}],"i18nStrings.tagLimitReached":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"您已達到 1 個標籤的上限。"}]},"other":{"value":[{"type":0,"value":"您已達到 "},{"type":1,"value":"tagLimit"},{"type":0,"value":" 個標籤的上限。"}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimitExceeded":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"您已超過 1 個標籤的上限。"}]},"other":{"value":[{"type":0,"value":"您已超過 "},{"type":1,"value":"tagLimit"},{"type":0,"value":" 個標籤的上限。"}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimit":[{"type":5,"value":"tagLimitAvailable","options":{"true":{"value":[{"type":6,"value":"availableTags","options":{"other":{"value":[{"type":0,"value":"您最多可以新增 "},{"type":1,"value":"tagLimit"},{"type":0,"value":" 個標籤。"}]}},"offset":0,"pluralType":"cardinal"}]},"false":{"value":[{"type":6,"value":"availableTags","options":{"one":{"value":[{"type":0,"value":"您最多可以再新增 1 個標籤。"}]},"other":{"value":[{"type":0,"value":"您最多可以再新增 "},{"type":1,"value":"availableTags"},{"type":0,"value":" 個標籤。"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.limitShowMore":[{"type":0,"value":"顯示更多"}]},"top-navigation":{"i18nStrings.searchIconAriaLabel":[{"type":0,"value":"搜尋"}],"i18nStrings.searchDismissIconAriaLabel":[{"type":0,"value":"關閉搜尋"}],"i18nStrings.overflowMenuTriggerText":[{"type":0,"value":"更多"}],"i18nStrings.overflowMenuDismissIconAriaLabel":[{"type":0,"value":"關閉選單"}],"i18nStrings.overflowMenuBackIconAriaLabel":[{"type":0,"value":"返回"}],"i18nStrings.overflowMenuTitleText":[{"type":0,"value":"全部"}]},"tree-view":{"i18nStrings.expandButtonLabel":[{"type":0,"value":"展開"}],"i18nStrings.collapseButtonLabel":[{"type":0,"value":"收合"}]},"tutorial-panel":{"i18nStrings.loadingText":[{"type":0,"value":"正在載入"}],"i18nStrings.tutorialListTitle":[{"type":0,"value":"選擇教學"}],"i18nStrings.tutorialListDownloadLinkText":[{"type":0,"value":"下載 PDF 版本"}],"i18nStrings.labelTutorialListDownloadLink":[{"type":0,"value":"下載本教學課程的 PDF 版本"}],"i18nStrings.tutorialCompletedText":[{"type":0,"value":"教學已完成"}],"i18nStrings.learnMoreLinkText":[{"type":0,"value":"進一步了解"}],"i18nStrings.startTutorialButtonText":[{"type":0,"value":"開始教學"}],"i18nStrings.restartTutorialButtonText":[{"type":0,"value":"重新啟動教學課程"}],"i18nStrings.completionScreenTitle":[{"type":0,"value":"恭喜!您已完成了教學課程。"}],"i18nStrings.feedbackLinkText":[{"type":0,"value":"意見回饋"}],"i18nStrings.dismissTutorialButtonText":[{"type":0,"value":"結束教學"}],"i18nStrings.taskTitle":[{"type":0,"value":"任務 "},{"type":1,"value":"taskNumber"},{"type":0,"value":":"},{"type":1,"value":"taskTitle"}],"i18nStrings.stepTitle":[{"type":0,"value":"步驟"},{"type":1,"value":"stepNumber"},{"type":0,"value":"︰"},{"type":1,"value":"stepTitle"}],"i18nStrings.labelExitTutorial":[{"type":0,"value":"結束教學"}],"i18nStrings.labelTotalSteps":[{"type":0,"value":"總步驟︰"},{"type":1,"value":"totalStepCount"}],"i18nStrings.labelsTaskStatus.pending":[{"type":0,"value":"等待中"}],"i18nStrings.labelsTaskStatus.in-progress":[{"type":0,"value":"進行中"}],"i18nStrings.labelsTaskStatus.success":[{"type":0,"value":"成功"}]},"wizard":{"i18nStrings.stepNumberLabel":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"}],"i18nStrings.collapsedStepsLabel":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":",共 "},{"type":1,"value":"stepsCount"},{"type":0,"value":" 步"}],"i18nStrings.skipToButtonLabel":[{"type":0,"value":"跳到 "},{"type":1,"value":"task__title"}],"i18nStrings.navigationAriaLabel":[{"type":0,"value":"步驟"}],"i18nStrings.cancelButton":[{"type":0,"value":"取消"}],"i18nStrings.previousButton":[{"type":0,"value":"上一步"}],"i18nStrings.nextButton":[{"type":0,"value":"下一步"}],"i18nStrings.optional":[{"type":0,"value":"選用"}],"i18nStrings.nextButtonLoadingAnnouncement":[{"type":0,"value":"載入下一個步驟"}],"i18nStrings.submitButtonLoadingAnnouncement":[{"type":0,"value":"提交表單"}]}}}}
1
+ {"@cloudscape-design/components":{"zh-TW":{"[charts]":{"loadingText":[{"type":0,"value":"正在載入圖表"}],"errorText":[{"type":0,"value":"無法擷取資料。請稍後再試一次。"}],"recoveryText":[{"type":0,"value":"重試"}],"i18nStrings.filterLabel":[{"type":0,"value":"篩選顯示的資料"}],"i18nStrings.filterPlaceholder":[{"type":0,"value":"篩選資料"}],"i18nStrings.legendAriaLabel":[{"type":0,"value":"圖例"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"圖表"}],"i18nStrings.xAxisAriaRoleDescription":[{"type":0,"value":"X 軸"}],"i18nStrings.yAxisAriaRoleDescription":[{"type":0,"value":"Y 軸"}]},"alert":{"dismissAriaLabel":[{"type":0,"value":"關閉提醒"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"成功"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"資訊"}],"i18nStrings.dismissAriaLabel":[{"type":0,"value":"關閉提醒"}]},"annotation-context":{"i18nStrings.nextButtonText":[{"type":0,"value":"下一步"}],"i18nStrings.previousButtonText":[{"type":0,"value":"上一步"}],"i18nStrings.finishButtonText":[{"type":0,"value":"完成"}],"i18nStrings.labelDismissAnnotation":[{"type":0,"value":"關閉註釋"}],"i18nStrings.stepCounterText":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":",共 "},{"type":1,"value":"totalStepCount"},{"type":0,"value":" 步"}],"i18nStrings.taskTitle":[{"type":0,"value":"任務 "},{"type":1,"value":"taskNumber"},{"type":0,"value":":"},{"type":1,"value":"taskTitle"}],"i18nStrings.labelHotspot":[{"type":5,"value":"openState","options":{"true":{"value":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":" (共 "},{"type":1,"value":"totalStepCount"},{"type":0,"value":" 步) 的註釋"}]},"false":{"value":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":" (共 "},{"type":1,"value":"totalStepCount"},{"type":0,"value":" 步) 的註釋"}]},"other":{"value":[]}}}]},"app-layout":{"ariaLabels.drawers":[{"type":0,"value":"抽屜"}],"ariaLabels.drawersOverflow":[{"type":0,"value":"抽屜溢出"}],"ariaLabels.drawersOverflowWithBadge":[{"type":0,"value":"抽屜中徽章溢出"}],"ariaLabels.navigation":[{"type":0,"value":"側邊導覽"}],"ariaLabels.navigationClose":[{"type":0,"value":"關閉側邊導覽"}],"ariaLabels.navigationToggle":[{"type":0,"value":"開啟側邊導覽"}],"ariaLabels.notifications":[{"type":0,"value":"通知"}],"ariaLabels.tools":[{"type":0,"value":"說明面板"}],"ariaLabels.toolsClose":[{"type":0,"value":"關閉說明面板"}],"ariaLabels.toolsToggle":[{"type":0,"value":"開啟說明面板"}]},"area-chart":{"i18nStrings.detailTotalLabel":[{"type":0,"value":"合計"}]},"attribute-editor":{"removeButtonText":[{"type":0,"value":"移除"}]},"autosuggest":{"errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"selectedAriaLabel":[{"type":0,"value":"已選取"}],"enteredTextLabel":[{"type":0,"value":"使用:“"},{"type":1,"value":"value"},{"type":0,"value":"”"}],"recoveryText":[{"type":0,"value":"重試"}]},"breadcrumb-group":{"expandAriaLabel":[{"type":0,"value":"顯示路徑"}]},"button":{"i18nStrings.externalIconAriaLabel":[{"type":0,"value":"在新索引標籤中開啟"}]},"calendar":{"nextMonthAriaLabel":[{"type":0,"value":"下個月"}],"previousMonthAriaLabel":[{"type":0,"value":"上個月"}],"todayAriaLabel":[{"type":0,"value":"今天"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"下一年"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"上一年"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"當前月份"}]},"cards":{"ariaLabels.selectionGroupLabel":[{"type":0,"value":"項目選擇"}]},"code-editor":{"i18nStrings.loadingState":[{"type":0,"value":"正在載入程式碼編輯器"}],"i18nStrings.errorState":[{"type":0,"value":"載入程式碼編輯器時發生錯誤。"}],"i18nStrings.errorStateRecovery":[{"type":0,"value":"重試"}],"i18nStrings.editorGroupAriaLabel":[{"type":0,"value":"程式碼編輯器"}],"i18nStrings.statusBarGroupAriaLabel":[{"type":0,"value":"狀態列"}],"i18nStrings.cursorPosition":[{"type":0,"value":"行 "},{"type":1,"value":"row"},{"type":0,"value":"、欄 "},{"type":1,"value":"column"}],"i18nStrings.errorsTab":[{"type":0,"value":"錯誤"}],"i18nStrings.warningsTab":[{"type":0,"value":"警告"}],"i18nStrings.preferencesButtonAriaLabel":[{"type":0,"value":"偏好設定"}],"i18nStrings.paneCloseButtonAriaLabel":[{"type":0,"value":"關閉"}],"i18nStrings.preferencesModalHeader":[{"type":0,"value":"偏好設定"}],"i18nStrings.preferencesModalCancel":[{"type":0,"value":"取消"}],"i18nStrings.preferencesModalConfirm":[{"type":0,"value":"確認"}],"i18nStrings.preferencesModalWrapLines":[{"type":0,"value":"換行"}],"i18nStrings.preferencesModalTheme":[{"type":0,"value":"佈景主題"}],"i18nStrings.preferencesModalThemeFilteringAriaLabel":[{"type":0,"value":"篩選主題"}],"i18nStrings.preferencesModalThemeFilteringPlaceholder":[{"type":0,"value":"篩選主題"}],"i18nStrings.preferencesModalLightThemes":[{"type":0,"value":"淺色佈景主題"}],"i18nStrings.preferencesModalDarkThemes":[{"type":0,"value":"深色佈景主題"}],"i18nStrings.cursorPositionAriaLabel":[{"type":0,"value":"列 "},{"type":1,"value":"row"},{"type":0,"value":" 上的游標"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"調整大小控點"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"拖曳或選取以調整大小"}]},"collection-preferences":{"title":[{"type":0,"value":"偏好設定"}],"confirmLabel":[{"type":0,"value":"確認"}],"cancelLabel":[{"type":0,"value":"取消"}],"pageSizePreference.title":[{"type":0,"value":"頁面大小"}],"wrapLinesPreference.label":[{"type":0,"value":"換行"}],"wrapLinesPreference.description":[{"type":0,"value":"選取以查看所有文字並換行"}],"stripedRowsPreference.label":[{"type":0,"value":"條紋列"}],"stripedRowsPreference.description":[{"type":0,"value":"選取以新增加網底的列"}],"contentDensityPreference.label":[{"type":0,"value":"精簡模式"}],"contentDensityPreference.description":[{"type":0,"value":"選擇以更密集、更精簡的模式顯示內容"}],"stickyColumnsPreference.firstColumns.title":[{"type":0,"value":"貼上第一欄"}],"stickyColumnsPreference.firstColumns.description":[{"type":0,"value":"水平捲動資料表內容時,保持第一欄可見。"}],"stickyColumnsPreference.firstColumns.options[0].label":[{"type":0,"value":"無"}],"stickyColumnsPreference.firstColumns.options[1].label":[{"type":0,"value":"第一欄"}],"stickyColumnsPreference.firstColumns.options[2].label":[{"type":0,"value":"前兩欄"}],"stickyColumnsPreference.lastColumns.title":[{"type":0,"value":"貼上最後一欄"}],"stickyColumnsPreference.lastColumns.description":[{"type":0,"value":"水平捲動資料表內容時,保持最後一欄可見。"}],"stickyColumnsPreference.lastColumns.options[0].label":[{"type":0,"value":"無"}],"stickyColumnsPreference.lastColumns.options[1].label":[{"type":0,"value":"最後一欄"}],"contentDisplayPreference.title":[{"type":0,"value":"欄偏好設定"}],"contentDisplayPreference.description":[{"type":0,"value":"自訂欄位的可見性和順序。"}],"contentDisplayPreference.dragHandleAriaLabel":[{"type":0,"value":"拖曳控點"}],"contentDisplayPreference.dragHandleAriaDescription":[{"type":0,"value":"使用空白鍵或 ENTER 鍵啟用項目拖曳功能,然後使用方向鍵移動項目的位置。若要完成位置移動,請使用空白鍵或 ENTER 鍵,或者若要捨棄移動,請使用 ESC 鍵。"}],"contentDisplayPreference.liveAnnouncementDndStarted":[{"type":0,"value":"在第 "},{"type":1,"value":"position"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置) 拾取了項目"}],"contentDisplayPreference.liveAnnouncementDndDiscarded":[{"type":0,"value":"重新排序已取消"}],"contentDisplayPreference.i18nStrings.columnFilteringPlaceholder":[{"type":0,"value":"篩選欄"}],"contentDisplayPreference.i18nStrings.columnFilteringAriaLabel":[{"type":0,"value":"篩選欄"}],"contentDisplayPreference.i18nStrings.columnFilteringNoMatchText":[{"type":0,"value":"找不到相符項目"}],"contentDisplayPreference.i18nStrings.columnFilteringClearFilterText":[{"type":0,"value":"清除篩選條件"}],"contentDisplayPreference.liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"將項目移回 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"將項目移到 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}],"contentDisplayPreference.liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"項目移回原來的 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"項目已從 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置移到 "},{"type":1,"value":"finalPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}],"contentDisplayPreference.i18nStrings.columnFilteringCountText":[{"type":6,"value":"count","options":{"zero":{"value":[{"type":0,"value":"0 個符合"}]},"one":{"value":[{"type":0,"value":"1 個符合"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" 個符合"}]}},"offset":0,"pluralType":"cardinal"}]},"copy-to-clipboard":{"i18nStrings.copyButtonText":[{"type":0,"value":"複製"}]},"date-range-picker":{"i18nStrings.relativeModeTitle":[{"type":0,"value":"相對模式"}],"i18nStrings.absoluteModeTitle":[{"type":0,"value":"絕對模式"}],"i18nStrings.relativeRangeSelectionHeading":[{"type":0,"value":"選擇範圍"}],"i18nStrings.relativeRangeSelectionMonthlyDescription":[{"type":0,"value":"每個選項代表完整的月份,從該月第一天算到最後一天。"}],"i18nStrings.cancelButtonLabel":[{"type":0,"value":"取消"}],"i18nStrings.clearButtonLabel":[{"type":0,"value":"清除和關閉"}],"i18nStrings.applyButtonLabel":[{"type":0,"value":"套用"}],"i18nStrings.customRelativeRangeOptionLabel":[{"type":0,"value":"自訂範圍"}],"i18nStrings.customRelativeRangeOptionDescription":[{"type":0,"value":"設定過去的自訂範圍"}],"i18nStrings.customRelativeRangeUnitLabel":[{"type":0,"value":"時間單位"}],"i18nStrings.customRelativeRangeDurationLabel":[{"type":0,"value":"持續時間"}],"i18nStrings.customRelativeRangeDurationPlaceholder":[{"type":0,"value":"輸入持續時間"}],"i18nStrings.previousMonthAriaLabel":[{"type":0,"value":"上個月"}],"i18nStrings.nextMonthAriaLabel":[{"type":0,"value":"下個月"}],"i18nStrings.previousYearAriaLabel":[{"type":0,"value":"上一年"}],"i18nStrings.nextYearAriaLabel":[{"type":0,"value":"下一年"}],"i18nStrings.currentMonthAriaLabel":[{"type":0,"value":"本月"}],"i18nStrings.todayAriaLabel":[{"type":0,"value":"今天"}],"i18nStrings.startMonthLabel":[{"type":0,"value":"開始月份"}],"i18nStrings.startDateLabel":[{"type":0,"value":"開始日期"}],"i18nStrings.startTimeLabel":[{"type":0,"value":"開始時間"}],"i18nStrings.endMonthLabel":[{"type":0,"value":"結束月份"}],"i18nStrings.endDateLabel":[{"type":0,"value":"結束日期"}],"i18nStrings.endTimeLabel":[{"type":0,"value":"結束時間"}],"i18nStrings.dateTimeConstraintText":[{"type":0,"value":"日期請使用 YYYY/MM/DD 格式。時間請使用 24 小時格式。"}],"i18nStrings.dateConstraintText":[{"type":0,"value":"對於日期,請使用 YYYY/MM/DD。"}],"i18nStrings.slashedDateTimeConstraintText":[{"type":0,"value":"日期請使用 YYYY/MM/DD 格式。時間請使用 24 小時格式。"}],"i18nStrings.isoDateTimeConstraintText":[{"type":0,"value":"日期請使用 YYYY-MM-DD 格式。時間請使用 24 小時格式。"}],"i18nStrings.slashedDateConstraintText":[{"type":0,"value":"日期請使用 YYYY/MM/DD 格式。"}],"i18nStrings.isoDateConstraintText":[{"type":0,"value":"日期請使用 YYYY-MM-DD 格式。"}],"i18nStrings.slashedMonthConstraintText":[{"type":0,"value":"月份請使用 YYYY/MM 格式。"}],"i18nStrings.isoMonthConstraintText":[{"type":0,"value":"月份請使用 YYYY-MM 格式。"}],"i18nStrings.monthConstraintText":[{"type":0,"value":"對於月份,請使用 YYYY/MM。"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.renderSelectedAbsoluteRangeAriaLive":[{"type":0,"value":"已選取從 "},{"type":1,"value":"startDate"},{"type":0,"value":" 到 "},{"type":1,"value":"endDate"},{"type":0,"value":" 的範圍"}],"i18nStrings.formatRelativeRange":[{"type":5,"value":"unit","options":{"second":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"秒"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"秒"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"秒"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"分鐘"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"分鐘"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"分鐘"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"小時"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"小時"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"小時"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"天"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"天"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"天"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"週"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"週"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"週"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"個月"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"個月"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"個月"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"年"}]},"one":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"年"}]},"other":{"value":[{"type":0,"value":"最後"},{"type":1,"value":"amount"},{"type":0,"value":"年"}]}},"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":"秒"}]},"one":{"value":[{"type":0,"value":"秒"}]},"other":{"value":[{"type":0,"value":"秒"}]}},"offset":0,"pluralType":"cardinal"}]},"minute":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"分鐘"}]},"one":{"value":[{"type":0,"value":"分鐘"}]},"other":{"value":[{"type":0,"value":"分鐘"}]}},"offset":0,"pluralType":"cardinal"}]},"hour":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"小時"}]},"one":{"value":[{"type":0,"value":"小時"}]},"other":{"value":[{"type":0,"value":"小時"}]}},"offset":0,"pluralType":"cardinal"}]},"day":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"天"}]},"one":{"value":[{"type":0,"value":"天"}]},"other":{"value":[{"type":0,"value":"天"}]}},"offset":0,"pluralType":"cardinal"}]},"week":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"週"}]},"one":{"value":[{"type":0,"value":"週"}]},"other":{"value":[{"type":0,"value":"週"}]}},"offset":0,"pluralType":"cardinal"}]},"month":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"個月"}]},"one":{"value":[{"type":0,"value":"個月"}]},"other":{"value":[{"type":0,"value":"個月"}]}},"offset":0,"pluralType":"cardinal"}]},"year":{"value":[{"type":6,"value":"amount","options":{"zero":{"value":[{"type":0,"value":"年"}]},"one":{"value":[{"type":0,"value":"年"}]},"other":{"value":[{"type":0,"value":"年"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"drawer":{"i18nStrings.loadingText":[{"type":0,"value":"載入內容"}]},"file-token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.limitShowMore":[{"type":0,"value":"顯示更多"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"移除檔案 "},{"type":1,"value":"fileIndex"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}]},"file-upload":{"i18nStrings.limitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.limitShowMore":[{"type":0,"value":"顯示更多"}],"i18nStrings.removeFileAriaLabel":[{"type":0,"value":"移除檔案 "},{"type":1,"value":"fileIndex"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}],"i18nStrings.uploadButtonText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"選擇檔案"}]},"false":{"value":[{"type":0,"value":"選擇檔案"}]},"other":{"value":[]}}}],"i18nStrings.dropzoneText":[{"type":5,"value":"multiple","options":{"true":{"value":[{"type":0,"value":"拖曳檔案以上傳"}]},"false":{"value":[{"type":0,"value":"拖曳檔案以上傳"}]},"other":{"value":[]}}}]},"flashbar":{"i18nStrings.ariaLabel":[{"type":0,"value":"通知"}],"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.inProgressIconAriaLabel":[{"type":0,"value":"進行中"}],"i18nStrings.infoIconAriaLabel":[{"type":0,"value":"資訊"}],"i18nStrings.notificationBarAriaLabel":[{"type":0,"value":"所有通知"}],"i18nStrings.notificationBarText":[{"type":0,"value":"通知"}],"i18nStrings.successIconAriaLabel":[{"type":0,"value":"成功"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}]},"form-field":{"i18nStrings.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"i18nStrings.warningIconAriaLabel":[{"type":0,"value":"警告"}]},"form":{"errorIconAriaLabel":[{"type":0,"value":"錯誤"}]},"help-panel":{"loadingText":[{"type":0,"value":"載入內容"}]},"input":{"clearAriaLabel":[{"type":0,"value":"清除"}]},"link":{"externalIconAriaLabel":[{"type":0,"value":"在新索引標籤中開啟"}]},"list":{"dragHandleAriaLabel":[{"type":0,"value":"拖曳控點"}],"dragHandleAriaDescription":[{"type":0,"value":"使用空白鍵或 ENTER 鍵啟用項目拖曳功能,然後使用方向鍵移動項目的位置。若要完成位置移動,請使用空白鍵或 ENTER 鍵,或者若要捨棄移動,請使用 ESC 鍵。"}],"liveAnnouncementDndStarted":[{"type":0,"value":"在 "},{"type":1,"value":"position"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置) 拾取了項目"}],"liveAnnouncementDndDiscarded":[{"type":0,"value":"重新排序已取消"}],"liveAnnouncementDndItemReordered":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"將項目移回 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"將項目移到 "},{"type":1,"value":"currentPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}],"liveAnnouncementDndItemCommitted":[{"type":5,"value":"isInitialPosition","options":{"true":{"value":[{"type":0,"value":"項目移回原來的 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"false":{"value":[{"type":0,"value":"項目已從 "},{"type":1,"value":"initialPosition"},{"type":0,"value":" 位置移到 "},{"type":1,"value":"finalPosition"},{"type":0,"value":" 位置 (共 "},{"type":1,"value":"total"},{"type":0,"value":" 個位置)"}]},"other":{"value":[]}}}]},"modal":{"closeAriaLabel":[{"type":0,"value":"關閉強制回應"}]},"multiselect":{"deselectAriaLabel":[{"type":0,"value":"移除 "},{"type":1,"value":"option__label"}],"i18nStrings.selectAllText":[{"type":0,"value":"選取全部"}]},"pagination":{"ariaLabels.nextPageLabel":[{"type":0,"value":"下一頁"}],"ariaLabels.pageLabel":[{"type":0,"value":"所有頁面中的第 "},{"type":1,"value":"pageNumber"},{"type":0,"value":" 頁"}],"ariaLabels.previousPageLabel":[{"type":0,"value":"上一頁"}]},"pie-chart":{"i18nStrings.detailsValue":[{"type":0,"value":"值"}],"i18nStrings.detailsPercentage":[{"type":0,"value":"百分比"}],"i18nStrings.chartAriaRoleDescription":[{"type":0,"value":"圓餅圖"}],"i18nStrings.segmentAriaRoleDescription":[{"type":0,"value":"區段"}]},"popover":{"dismissAriaLabel":[{"type":0,"value":"關閉彈出視窗"}]},"property-filter":{"i18nStrings.allPropertiesLabel":[{"type":0,"value":"所有屬性"}],"i18nStrings.applyActionText":[{"type":0,"value":"套用"}],"i18nStrings.cancelActionText":[{"type":0,"value":"取消"}],"i18nStrings.clearFiltersText":[{"type":0,"value":"清除篩選條件"}],"i18nStrings.editTokenHeader":[{"type":0,"value":"編輯篩選條件"}],"i18nStrings.groupPropertiesText":[{"type":0,"value":"屬性"}],"i18nStrings.groupValuesText":[{"type":0,"value":"值"}],"i18nStrings.operationAndText":[{"type":0,"value":"和"}],"i18nStrings.operationOrText":[{"type":0,"value":"或"}],"i18nStrings.operatorContainsText":[{"type":0,"value":"包含"}],"i18nStrings.operatorDoesNotContainText":[{"type":0,"value":"不包含"}],"i18nStrings.operatorDoesNotEqualText":[{"type":0,"value":"不等於"}],"i18nStrings.operatorEqualsText":[{"type":0,"value":"等於"}],"i18nStrings.operatorGreaterOrEqualText":[{"type":0,"value":"大於或等於"}],"i18nStrings.operatorGreaterText":[{"type":0,"value":"大於"}],"i18nStrings.operatorLessOrEqualText":[{"type":0,"value":"小於或等於"}],"i18nStrings.operatorLessText":[{"type":0,"value":"小於"}],"i18nStrings.operatorStartsWithText":[{"type":0,"value":"開始為"}],"i18nStrings.operatorDoesNotStartWithText":[{"type":0,"value":"開頭不能為"}],"i18nStrings.operatorText":[{"type":0,"value":"運算子"}],"i18nStrings.operatorsText":[{"type":0,"value":"運算子"}],"i18nStrings.propertyText":[{"type":0,"value":"屬性"}],"i18nStrings.removeTokenButtonAriaLabel":[{"type":0,"value":"移除篩選條件,"},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenActionsAriaLabel":[{"type":0,"value":"篩選動作,"},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveAriaLabel":[{"type":0,"value":"移除篩選條件,"},{"type":1,"value":"token__formattedText"}],"i18nStrings.tokenEditorTokenRemoveLabel":[{"type":0,"value":"移除篩選條件"}],"i18nStrings.tokenEditorTokenRemoveFromGroupLabel":[{"type":0,"value":"從群組中移除篩選條件"}],"i18nStrings.tokenEditorAddTokenActionsAriaLabel":[{"type":0,"value":"新增篩選動作"}],"i18nStrings.tokenEditorAddNewTokenLabel":[{"type":0,"value":"新增新的篩選條件"}],"i18nStrings.tokenEditorAddExistingTokenAriaLabel":[{"type":0,"value":"新增篩選條件 "},{"type":1,"value":"token__formattedText"},{"type":0,"value":" 至群組"}],"i18nStrings.tokenEditorAddExistingTokenLabel":[{"type":0,"value":"新增篩選條件 "},{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" "},{"type":1,"value":"token__operator"},{"type":0,"value":" "},{"type":1,"value":"token__value"},{"type":0,"value":" 至群組"}],"i18nStrings.tokenLimitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.tokenLimitShowMore":[{"type":0,"value":"顯示更多"}],"i18nStrings.valueText":[{"type":0,"value":"值"}],"i18nStrings.formatToken":[{"type":5,"value":"token__operator","options":{"equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 等於 "},{"type":1,"value":"token__value"}]},"not_equals":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 不等於 "},{"type":1,"value":"token__value"}]},"greater_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 大於 "},{"type":1,"value":"token__value"}]},"greater_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 大於或等於 "},{"type":1,"value":"token__value"}]},"less_than":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 小於 "},{"type":1,"value":"token__value"}]},"less_than_equal":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 小於或等於 "},{"type":1,"value":"token__value"}]},"contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 包含 "},{"type":1,"value":"token__value"}]},"not_contains":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 不包含 "},{"type":1,"value":"token__value"}]},"starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 開頭為 "},{"type":1,"value":"token__value"}]},"not_starts_with":{"value":[{"type":1,"value":"token__propertyLabel"},{"type":0,"value":" 開頭不能為 "},{"type":1,"value":"token__value"}]},"other":{"value":[]}}}],"i18nStrings.groupEditAriaLabel":[{"type":5,"value":"group__formattedTokens__length","options":{"2":{"value":[{"type":0,"value":"編輯篩選群組 "},{"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":"編輯篩選群組 "},{"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":"編輯篩選群組 "},{"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":"再編輯 1 個篩選群組 "},{"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"}]},"other":{"value":[{"type":0,"value":"編輯更多篩選群組 "},{"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"}]}}}]},"s3-resource-selector":{"i18nStrings.inContextSelectPlaceholder":[{"type":0,"value":"選擇一個版本"}],"i18nStrings.inContextBrowseButton":[{"type":0,"value":"瀏覽 S3"}],"i18nStrings.inContextViewButton":[{"type":0,"value":"檢視"}],"i18nStrings.inContextViewButtonAriaLabel":[{"type":0,"value":"檢視 (在新索引標籤中開啟)"}],"i18nStrings.inContextLoadingText":[{"type":0,"value":"正在載入資源"}],"i18nStrings.inContextUriLabel":[{"type":0,"value":"S3 URI"}],"i18nStrings.inContextVersionSelectLabel":[{"type":0,"value":"選取版本"}],"i18nStrings.modalTitle":[{"type":0,"value":"在 S3 中選擇一個對象"}],"i18nStrings.modalCancelButton":[{"type":0,"value":"取消"}],"i18nStrings.modalSubmitButton":[{"type":0,"value":"選擇"}],"i18nStrings.modalBreadcrumbRootItem":[{"type":0,"value":"S3 儲存貯體"}],"i18nStrings.modalLastUpdatedText":[{"type":0,"value":"最後更新"}],"i18nStrings.selectionBuckets":[{"type":0,"value":"儲存貯體"}],"i18nStrings.selectionObjects":[{"type":0,"value":"物件"}],"i18nStrings.selectionVersions":[{"type":0,"value":"版本"}],"i18nStrings.selectionBucketsSearchPlaceholder":[{"type":0,"value":"尋找儲存貯體"}],"i18nStrings.selectionObjectsSearchPlaceholder":[{"type":0,"value":"按前綴查找物件"}],"i18nStrings.selectionVersionsSearchPlaceholder":[{"type":0,"value":"尋找版本"}],"i18nStrings.selectionBucketsLoading":[{"type":0,"value":"裝載儲存貯體"}],"i18nStrings.selectionBucketsNoItems":[{"type":0,"value":"沒有儲存貯體"}],"i18nStrings.selectionObjectsLoading":[{"type":0,"value":"載入物件"}],"i18nStrings.selectionObjectsNoItems":[{"type":0,"value":"沒有物件"}],"i18nStrings.selectionVersionsLoading":[{"type":0,"value":"載入版本"}],"i18nStrings.selectionVersionsNoItems":[{"type":0,"value":"沒有版本"}],"i18nStrings.filteringNoMatches":[{"type":0,"value":"無相符項目"}],"i18nStrings.filteringCantFindMatch":[{"type":0,"value":"找不到相符項目"}],"i18nStrings.clearFilterButtonText":[{"type":0,"value":"清除篩選條件"}],"i18nStrings.columnBucketID":[{"type":0,"value":"ID"}],"i18nStrings.columnBucketName":[{"type":0,"value":"名稱"}],"i18nStrings.columnBucketCreationDate":[{"type":0,"value":"建立日期"}],"i18nStrings.columnBucketRegion":[{"type":0,"value":"區域"}],"i18nStrings.columnObjectKey":[{"type":0,"value":"索引鍵"}],"i18nStrings.columnObjectLastModified":[{"type":0,"value":"上次修改"}],"i18nStrings.columnObjectSize":[{"type":0,"value":"尺寸"}],"i18nStrings.columnVersionID":[{"type":0,"value":"版本 ID"}],"i18nStrings.columnVersionLastModified":[{"type":0,"value":"上次修改"}],"i18nStrings.columnVersionSize":[{"type":0,"value":"尺寸"}],"i18nStrings.validationPathMustBegin":[{"type":0,"value":"路徑必須以 s3:// 開頭才有效。"}],"i18nStrings.validationBucketLowerCase":[{"type":0,"value":"儲存貯體名稱必須以小寫字元或數字開頭。"}],"i18nStrings.validationBucketMustNotContain":[{"type":0,"value":"儲存貯體名稱不得包含大寫字元。"}],"i18nStrings.validationBucketLength":[{"type":0,"value":"儲存貯體名稱必須介於 3 到 63 個字元之間。"}],"i18nStrings.validationBucketMustComplyDns":[{"type":0,"value":"儲存貯體名稱必須符合 DNS 命名慣例。"}],"i18nStrings.labelSortedDescending":[{"type":1,"value":"columnName"},{"type":0,"value":",遞減排序"}],"i18nStrings.labelSortedAscending":[{"type":1,"value":"columnName"},{"type":0,"value":",升序排序"}],"i18nStrings.labelNotSorted":[{"type":1,"value":"columnName"},{"type":0,"value":",未排序"}],"i18nStrings.labelsBucketsSelection.selectionGroupLabel":[{"type":0,"value":"儲存貯體"}],"i18nStrings.labelsBucketsSelection.itemSelectionLabel":[{"type":1,"value":"item__Name"}],"i18nStrings.labelsObjectsSelection.selectionGroupLabel":[{"type":0,"value":"物件"}],"i18nStrings.labelsObjectsSelection.itemSelectionLabel":[{"type":1,"value":"item__Key"}],"i18nStrings.labelsVersionsSelection.selectionGroupLabel":[{"type":0,"value":"版本"}],"i18nStrings.labelsVersionsSelection.itemSelectionLabel":[{"type":1,"value":"item__VersionId"}],"i18nStrings.labelFiltering":[{"type":0,"value":"尋找 "},{"type":1,"value":"itemsType"}],"i18nStrings.labelRefresh":[{"type":0,"value":"重新整理資料"}],"i18nStrings.labelBreadcrumbs":[{"type":0,"value":"S3 頁面導覽路徑"}],"i18nStrings.labelIconFolder":[{"type":0,"value":"資料夾"}],"i18nStrings.labelIconObject":[{"type":0,"value":"物件"}],"i18nStrings.filteringCounterText":[{"type":6,"value":"count","options":{"one":{"value":[{"type":0,"value":"1 個符合"}]},"other":{"value":[{"type":1,"value":"count"},{"type":0,"value":" 個符合"}]}},"offset":0,"pluralType":"cardinal"}]},"select":{"errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"selectedAriaLabel":[{"type":0,"value":"已選取"}],"recoveryText":[{"type":0,"value":"重試"}]},"slider":{"i18nStrings.valueTextRange":[{"type":1,"value":"value"},{"type":0,"value":",介於 "},{"type":1,"value":"previousValue"},{"type":0,"value":" 和 "},{"type":1,"value":"nextValue"},{"type":0,"value":" 之間"}]},"split-panel":{"i18nStrings.closeButtonAriaLabel":[{"type":0,"value":"關閉面板"}],"i18nStrings.openButtonAriaLabel":[{"type":0,"value":"打開面板"}],"i18nStrings.preferencesTitle":[{"type":0,"value":"分割面板偏好"}],"i18nStrings.preferencesPositionLabel":[{"type":0,"value":"分割面板位置"}],"i18nStrings.preferencesPositionDescription":[{"type":0,"value":"選擇服務的預設分割面板位置。"}],"i18nStrings.preferencesPositionSide":[{"type":0,"value":"側邊"}],"i18nStrings.preferencesPositionBottom":[{"type":0,"value":"底部"}],"i18nStrings.preferencesConfirm":[{"type":0,"value":"確認"}],"i18nStrings.preferencesCancel":[{"type":0,"value":"取消"}],"i18nStrings.resizeHandleAriaLabel":[{"type":0,"value":"調整分割面板大小"}],"i18nStrings.resizeHandleTooltipText":[{"type":0,"value":"拖曳或選取以調整大小"}]},"table":{"ariaLabels.resizerRoleDescription":[{"type":0,"value":"調整按鈕大小"}],"ariaLabels.submittingEditText":[{"type":0,"value":"提交編輯"}],"ariaLabels.successfulEditLabel":[{"type":0,"value":"編輯成功"}],"ariaLabels.expandButtonLabel":[{"type":0,"value":"展開"}],"ariaLabels.collapseButtonLabel":[{"type":0,"value":"摺疊"}],"columnDefinitions.editConfig.errorIconAriaLabel":[{"type":0,"value":"錯誤"}],"columnDefinitions.editConfig.editIconAriaLabel":[{"type":0,"value":"可編輯"}]},"tabs":{"i18nStrings.scrollLeftAriaLabel":[{"type":0,"value":"向左捲動"}],"i18nStrings.scrollRightAriaLabel":[{"type":0,"value":"向右捲動"}],"i18nStrings.tabsWithActionsAriaRoleDescription":[{"type":0,"value":"具有動作的標籤"}]},"tag-editor":{"i18nStrings.keyPlaceholder":[{"type":0,"value":"輸入索引鍵"}],"i18nStrings.valuePlaceholder":[{"type":0,"value":"輸入值"}],"i18nStrings.addButton":[{"type":0,"value":"新增標籤"}],"i18nStrings.removeButton":[{"type":0,"value":"移除"}],"i18nStrings.removeButtonAriaLabel":[{"type":0,"value":"移除 "},{"type":1,"value":"tag__key"}],"i18nStrings.undoButton":[{"type":0,"value":"復原"}],"i18nStrings.undoPrompt":[{"type":0,"value":"此標籤會在儲存變更時移除"}],"i18nStrings.loading":[{"type":0,"value":"正在載入與此資源相關聯的標籤"}],"i18nStrings.keyHeader":[{"type":0,"value":"索引鍵"}],"i18nStrings.valueHeader":[{"type":0,"value":"值"}],"i18nStrings.optional":[{"type":0,"value":"選用"}],"i18nStrings.keySuggestion":[{"type":0,"value":"自訂標籤索引鍵"}],"i18nStrings.valueSuggestion":[{"type":0,"value":"自訂標籤值"}],"i18nStrings.emptyTags":[{"type":0,"value":"沒有與資源相關聯的標籤。"}],"i18nStrings.tooManyKeysSuggestion":[{"type":0,"value":"您的索引鍵數目超過可顯示的數目"}],"i18nStrings.tooManyValuesSuggestion":[{"type":0,"value":"您的值數目超過可顯示的數目"}],"i18nStrings.keysSuggestionLoading":[{"type":0,"value":"正在載入標籤索引鍵"}],"i18nStrings.keysSuggestionError":[{"type":0,"value":"無法擷取標籤索引鍵"}],"i18nStrings.valuesSuggestionLoading":[{"type":0,"value":"正在載入標籤值"}],"i18nStrings.valuesSuggestionError":[{"type":0,"value":"無法擷取標籤值"}],"i18nStrings.emptyKeyError":[{"type":0,"value":"您必須指定標籤索引鍵"}],"i18nStrings.maxKeyCharLengthError":[{"type":0,"value":"標籤索引鍵中可使用的字元數上限為 128 個字元。"}],"i18nStrings.maxValueCharLengthError":[{"type":0,"value":"標籤值中可使用的字元數上限為 256 個字元。"}],"i18nStrings.duplicateKeyError":[{"type":0,"value":"您必須指定唯一的標籤索引鍵。"}],"i18nStrings.invalidKeyError":[{"type":0,"value":"無效的金鑰。金鑰只能包含 Unicode 字母、數字、空格和下列符號︰ _.:/=+@–"}],"i18nStrings.invalidValueError":[{"type":0,"value":"無效的值。值只能包含 Unicode 字母、數字、空格和下列符號︰_.:/=+@ –"}],"i18nStrings.awsPrefixError":[{"type":0,"value":"開頭不能為 aws:"}],"i18nStrings.tagLimitReached":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"您已達到 1 個標籤的上限。"}]},"other":{"value":[{"type":0,"value":"您已達到 "},{"type":1,"value":"tagLimit"},{"type":0,"value":" 個標籤的上限。"}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimitExceeded":[{"type":6,"value":"tagLimit","options":{"one":{"value":[{"type":0,"value":"您已超過 1 個標籤的上限。"}]},"other":{"value":[{"type":0,"value":"您已超過 "},{"type":1,"value":"tagLimit"},{"type":0,"value":" 個標籤的上限。"}]}},"offset":0,"pluralType":"cardinal"}],"i18nStrings.tagLimit":[{"type":5,"value":"tagLimitAvailable","options":{"true":{"value":[{"type":6,"value":"availableTags","options":{"other":{"value":[{"type":0,"value":"您最多可以新增 "},{"type":1,"value":"tagLimit"},{"type":0,"value":" 個標籤。"}]}},"offset":0,"pluralType":"cardinal"}]},"false":{"value":[{"type":6,"value":"availableTags","options":{"one":{"value":[{"type":0,"value":"您最多可以再新增 1 個標籤。"}]},"other":{"value":[{"type":0,"value":"您最多可以再新增 "},{"type":1,"value":"availableTags"},{"type":0,"value":" 個標籤。"}]}},"offset":0,"pluralType":"cardinal"}]},"other":{"value":[]}}}]},"token-group":{"i18nStrings.limitShowFewer":[{"type":0,"value":"顯示較少"}],"i18nStrings.limitShowMore":[{"type":0,"value":"顯示更多"}]},"top-navigation":{"i18nStrings.searchIconAriaLabel":[{"type":0,"value":"搜尋"}],"i18nStrings.searchDismissIconAriaLabel":[{"type":0,"value":"關閉搜尋"}],"i18nStrings.overflowMenuTriggerText":[{"type":0,"value":"更多"}],"i18nStrings.overflowMenuDismissIconAriaLabel":[{"type":0,"value":"關閉選單"}],"i18nStrings.overflowMenuBackIconAriaLabel":[{"type":0,"value":"返回"}],"i18nStrings.overflowMenuTitleText":[{"type":0,"value":"全部"}]},"tree-view":{"i18nStrings.expandButtonLabel":[{"type":0,"value":"展開"}],"i18nStrings.collapseButtonLabel":[{"type":0,"value":"收合"}]},"tutorial-panel":{"i18nStrings.loadingText":[{"type":0,"value":"正在載入"}],"i18nStrings.tutorialListTitle":[{"type":0,"value":"選擇教學"}],"i18nStrings.tutorialListDownloadLinkText":[{"type":0,"value":"下載 PDF 版本"}],"i18nStrings.labelTutorialListDownloadLink":[{"type":0,"value":"下載本教學課程的 PDF 版本"}],"i18nStrings.tutorialCompletedText":[{"type":0,"value":"教學已完成"}],"i18nStrings.learnMoreLinkText":[{"type":0,"value":"進一步了解"}],"i18nStrings.startTutorialButtonText":[{"type":0,"value":"開始教學"}],"i18nStrings.restartTutorialButtonText":[{"type":0,"value":"重新啟動教學課程"}],"i18nStrings.completionScreenTitle":[{"type":0,"value":"恭喜!您已完成了教學課程。"}],"i18nStrings.feedbackLinkText":[{"type":0,"value":"意見回饋"}],"i18nStrings.dismissTutorialButtonText":[{"type":0,"value":"結束教學"}],"i18nStrings.taskTitle":[{"type":0,"value":"任務 "},{"type":1,"value":"taskNumber"},{"type":0,"value":":"},{"type":1,"value":"taskTitle"}],"i18nStrings.stepTitle":[{"type":0,"value":"步驟"},{"type":1,"value":"stepNumber"},{"type":0,"value":"︰"},{"type":1,"value":"stepTitle"}],"i18nStrings.labelExitTutorial":[{"type":0,"value":"結束教學"}],"i18nStrings.labelTotalSteps":[{"type":0,"value":"總步驟︰"},{"type":1,"value":"totalStepCount"}],"i18nStrings.labelsTaskStatus.pending":[{"type":0,"value":"等待中"}],"i18nStrings.labelsTaskStatus.in-progress":[{"type":0,"value":"進行中"}],"i18nStrings.labelsTaskStatus.success":[{"type":0,"value":"成功"}]},"wizard":{"i18nStrings.stepNumberLabel":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"}],"i18nStrings.collapsedStepsLabel":[{"type":0,"value":"步驟 "},{"type":1,"value":"stepNumber"},{"type":0,"value":",共 "},{"type":1,"value":"stepsCount"},{"type":0,"value":" 步"}],"i18nStrings.skipToButtonLabel":[{"type":0,"value":"跳到 "},{"type":1,"value":"task__title"}],"i18nStrings.navigationAriaLabel":[{"type":0,"value":"步驟"}],"i18nStrings.cancelButton":[{"type":0,"value":"取消"}],"i18nStrings.previousButton":[{"type":0,"value":"上一步"}],"i18nStrings.nextButton":[{"type":0,"value":"下一步"}],"i18nStrings.optional":[{"type":0,"value":"選用"}],"i18nStrings.nextButtonLoadingAnnouncement":[{"type":0,"value":"載入下一個步驟"}],"i18nStrings.submitButtonLoadingAnnouncement":[{"type":0,"value":"提交表單"}]}}}}
@@ -1,5 +1,9 @@
1
1
  import React from 'react';
2
2
  import { BaseComponentProps } from '../internal/base-component';
3
+ /**
4
+ * @awsuiSystem core
5
+ */
6
+ import { NativeAttributes } from '../internal/utils/with-native-attributes';
3
7
  export interface IconProps extends BaseComponentProps {
4
8
  /**
5
9
  * Specifies the icon to be displayed.
@@ -59,6 +63,17 @@ export interface IconProps extends BaseComponentProps {
59
63
  * In most cases, they aren't needed, as the `svg` element inherits styles from the icon component.
60
64
  */
61
65
  svg?: React.ReactNode;
66
+ /**
67
+ * Attributes to add to the native element.
68
+ * Some attributes will be automatically combined with internal attribute values:
69
+ * - `className` will be appended.
70
+ * - Event handlers will be chained, unless the default is prevented.
71
+ *
72
+ * We do not support using this attribute to apply custom styling.
73
+ *
74
+ * @awsuiSystem core
75
+ */
76
+ nativeAttributes?: NativeAttributes<React.HTMLAttributes<HTMLElement>>;
62
77
  }
63
78
  export declare namespace IconProps {
64
79
  type Name = 'add-plus' | 'anchor-link' | 'angle-left-double' | 'angle-left' | 'angle-right-double' | 'angle-right' | 'angle-up' | 'angle-down' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-down' | 'audio-full' | 'audio-half' | 'audio-off' | 'backward-10-seconds' | 'bug' | 'call' | 'calendar' | 'caret-down-filled' | 'caret-down' | 'caret-left-filled' | 'caret-right-filled' | 'caret-up-filled' | 'caret-up' | 'check' | 'contact' | 'close' | 'closed-caption' | 'closed-caption-unavailable' | 'copy' | 'command-prompt' | 'delete-marker' | 'download' | 'drag-indicator' | 'edit' | 'ellipsis' | 'envelope' | 'exit-full-screen' | 'expand' | 'external' | 'face-happy' | 'face-happy-filled' | 'face-neutral' | 'face-neutral-filled' | 'face-sad' | 'face-sad-filled' | 'file-open' | 'file' | 'filter' | 'flag' | 'folder-open' | 'folder' | 'forward-10-seconds' | 'full-screen' | 'gen-ai' | 'globe' | 'grid-view' | 'group-active' | 'group' | 'heart' | 'heart-filled' | 'insert-row' | 'key' | 'keyboard' | 'list-view' | 'location-pin' | 'lock-private' | 'map' | 'menu' | 'microphone' | 'microphone-off' | 'mini-player' | 'multiscreen' | 'notification' | 'pause' | 'play' | 'redo' | 'refresh' | 'remove' | 'resize-area' | 'script' | 'search' | 'security' | 'settings' | 'send' | 'share' | 'shrink' | 'star-filled' | 'star-half' | 'star' | 'status-in-progress' | 'status-info' | 'status-negative' | 'status-pending' | 'status-positive' | 'status-stopped' | 'status-warning' | 'subtract-minus' | 'suggestions' | 'support' | 'thumbs-down-filled' | 'thumbs-down' | 'thumbs-up-filled' | 'thumbs-up' | 'ticket' | 'transcript' | 'treeview-collapse' | 'treeview-expand' | 'undo' | 'unlocked' | 'upload-download' | 'upload' | 'user-profile-active' | 'user-profile' | 'video-off' | 'video-on' | 'video-unavailable' | 'video-camera-off' | 'video-camera-on' | 'video-camera-unavailable' | 'view-full' | 'view-horizontal' | 'view-vertical' | 'zoom-in' | 'zoom-out' | 'zoom-to-fit';
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\n\nimport { BaseComponentProps } from '../internal/base-component';\n\nexport interface IconProps extends BaseComponentProps {\n /**\n * Specifies the icon to be displayed.\n */\n name?: IconProps.Name;\n\n /**\n * Specifies the size of the icon.\n *\n * If you set size to `inherit`, an icon size will be assigned based on the icon's inherited line height.\n * For icons used alongside text, ensure the icon is placed inside the acompanying text tag.\n * The icon will be vertically centered based on the height.\n *\n * @visualrefresh `medium` size\n */\n size?: IconProps.Size;\n\n /**\n * Specifies the color variant of the icon. The `normal` variant picks up the current color of its context.\n */\n variant?: IconProps.Variant;\n\n /**\n * Specifies the URL of a custom icon. Use this property if the icon you want isn't available, and your custom icon cannot be an SVG.\n * For SVG icons, use the `svg` slot instead.\n *\n * If you set both `url` and `svg`, `svg` will take precedence.\n */\n url?: string;\n\n /**\n * Specifies alternate text for a custom icon (using the `url` attribute).\n * This property is ignored if you use a predefined icon or if you set your custom icon using the `svg` slot.\n *\n * @deprecated Use `ariaLabel` instead.\n */\n alt?: string;\n\n /**\n * Specifies alternate text for the icon. We recommend that you provide this for accessibility.\n */\n ariaLabel?: string;\n\n /**\n * Specifies the SVG of a custom icon.\n *\n * Use this property if the icon you want isn't available, and you want your custom icon to inherit colors dictated by variant or hover states.\n * When this property is set, the component will be decorated with `aria-hidden=\"true\"`. Ensure that the `svg` element:\n * - has attribute `focusable=\"false\"`.\n * - has `viewBox=\"0 0 16 16\"`.\n *\n * If you set the `svg` element as the root node of the slot, the component will automatically\n * - set `stroke=\"currentColor\"`, `fill=\"none\"`, and `vertical-align=\"top\"`.\n * - set the stroke width based on the size of the icon.\n * - set the width and height of the SVG element based on the size of the icon.\n *\n * If you don't want these styles to be automatically set, wrap the `svg` element into a `span` and ensure icon `size` is not set to `inherit`.\n * You can still set the stroke to `currentColor` to inherit the color of the surrounding elements.\n *\n * If you set both `url` and `svg`, `svg` will take precedence.\n *\n * *Note:* Remember to remove any additional elements (for example: `defs`) and related CSS classes from SVG files exported from design software.\n * In most cases, they aren't needed, as the `svg` element inherits styles from the icon component.\n */\n svg?: React.ReactNode;\n}\n\nexport namespace IconProps {\n // Why not enums? Explained there\n // https://stackoverflow.com/questions/52393730/typescript-string-literal-union-type-from-enum\n export type Name =\n | 'add-plus'\n | 'anchor-link'\n | 'angle-left-double'\n | 'angle-left'\n | 'angle-right-double'\n | 'angle-right'\n | 'angle-up'\n | 'angle-down'\n | 'arrow-left'\n | 'arrow-right'\n | 'arrow-up'\n | 'arrow-down'\n | 'audio-full'\n | 'audio-half'\n | 'audio-off'\n | 'backward-10-seconds'\n | 'bug'\n | 'call'\n | 'calendar'\n | 'caret-down-filled'\n | 'caret-down'\n | 'caret-left-filled'\n | 'caret-right-filled'\n | 'caret-up-filled'\n | 'caret-up'\n | 'check'\n | 'contact'\n | 'close'\n | 'closed-caption'\n | 'closed-caption-unavailable'\n | 'copy'\n | 'command-prompt'\n | 'delete-marker'\n | 'download'\n | 'drag-indicator'\n | 'edit'\n | 'ellipsis'\n | 'envelope'\n | 'exit-full-screen'\n | 'expand'\n | 'external'\n | 'face-happy'\n | 'face-happy-filled'\n | 'face-neutral'\n | 'face-neutral-filled'\n | 'face-sad'\n | 'face-sad-filled'\n | 'file-open'\n | 'file'\n | 'filter'\n | 'flag'\n | 'folder-open'\n | 'folder'\n | 'forward-10-seconds'\n | 'full-screen'\n | 'gen-ai'\n | 'globe'\n | 'grid-view'\n | 'group-active'\n | 'group'\n | 'heart'\n | 'heart-filled'\n | 'insert-row'\n | 'key'\n | 'keyboard'\n | 'list-view'\n | 'location-pin'\n | 'lock-private'\n | 'map'\n | 'menu'\n | 'microphone'\n | 'microphone-off'\n | 'mini-player'\n | 'multiscreen'\n | 'notification'\n | 'pause'\n | 'play'\n | 'redo'\n | 'refresh'\n | 'remove'\n | 'resize-area'\n | 'script'\n | 'search'\n | 'security'\n | 'settings'\n | 'send'\n | 'share'\n | 'shrink'\n | 'star-filled'\n | 'star-half'\n | 'star'\n | 'status-in-progress'\n | 'status-info'\n | 'status-negative'\n | 'status-pending'\n | 'status-positive'\n | 'status-stopped'\n | 'status-warning'\n | 'subtract-minus'\n | 'suggestions'\n | 'support'\n | 'thumbs-down-filled'\n | 'thumbs-down'\n | 'thumbs-up-filled'\n | 'thumbs-up'\n | 'ticket'\n | 'transcript'\n | 'treeview-collapse'\n | 'treeview-expand'\n | 'undo'\n | 'unlocked'\n | 'upload-download'\n | 'upload'\n | 'user-profile-active'\n | 'user-profile'\n | 'video-off'\n | 'video-on'\n | 'video-unavailable'\n | 'video-camera-off'\n | 'video-camera-on'\n | 'video-camera-unavailable'\n | 'view-full'\n | 'view-horizontal'\n | 'view-vertical'\n | 'zoom-in'\n | 'zoom-out'\n | 'zoom-to-fit';\n\n export type Variant = 'normal' | 'disabled' | 'error' | 'inverted' | 'link' | 'subtle' | 'success' | 'warning';\n\n export type Size = 'small' | 'normal' | 'medium' | 'big' | 'large' | 'inherit';\n}\n"]}
1
+ {"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/icon/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\n\nimport { BaseComponentProps } from '../internal/base-component';\n/**\n * @awsuiSystem core\n */\nimport { NativeAttributes } from '../internal/utils/with-native-attributes';\n\nexport interface IconProps extends BaseComponentProps {\n /**\n * Specifies the icon to be displayed.\n */\n name?: IconProps.Name;\n\n /**\n * Specifies the size of the icon.\n *\n * If you set size to `inherit`, an icon size will be assigned based on the icon's inherited line height.\n * For icons used alongside text, ensure the icon is placed inside the acompanying text tag.\n * The icon will be vertically centered based on the height.\n *\n * @visualrefresh `medium` size\n */\n size?: IconProps.Size;\n\n /**\n * Specifies the color variant of the icon. The `normal` variant picks up the current color of its context.\n */\n variant?: IconProps.Variant;\n\n /**\n * Specifies the URL of a custom icon. Use this property if the icon you want isn't available, and your custom icon cannot be an SVG.\n * For SVG icons, use the `svg` slot instead.\n *\n * If you set both `url` and `svg`, `svg` will take precedence.\n */\n url?: string;\n\n /**\n * Specifies alternate text for a custom icon (using the `url` attribute).\n * This property is ignored if you use a predefined icon or if you set your custom icon using the `svg` slot.\n *\n * @deprecated Use `ariaLabel` instead.\n */\n alt?: string;\n\n /**\n * Specifies alternate text for the icon. We recommend that you provide this for accessibility.\n */\n ariaLabel?: string;\n\n /**\n * Specifies the SVG of a custom icon.\n *\n * Use this property if the icon you want isn't available, and you want your custom icon to inherit colors dictated by variant or hover states.\n * When this property is set, the component will be decorated with `aria-hidden=\"true\"`. Ensure that the `svg` element:\n * - has attribute `focusable=\"false\"`.\n * - has `viewBox=\"0 0 16 16\"`.\n *\n * If you set the `svg` element as the root node of the slot, the component will automatically\n * - set `stroke=\"currentColor\"`, `fill=\"none\"`, and `vertical-align=\"top\"`.\n * - set the stroke width based on the size of the icon.\n * - set the width and height of the SVG element based on the size of the icon.\n *\n * If you don't want these styles to be automatically set, wrap the `svg` element into a `span` and ensure icon `size` is not set to `inherit`.\n * You can still set the stroke to `currentColor` to inherit the color of the surrounding elements.\n *\n * If you set both `url` and `svg`, `svg` will take precedence.\n *\n * *Note:* Remember to remove any additional elements (for example: `defs`) and related CSS classes from SVG files exported from design software.\n * In most cases, they aren't needed, as the `svg` element inherits styles from the icon component.\n */\n svg?: React.ReactNode;\n\n /**\n * Attributes to add to the native element.\n * Some attributes will be automatically combined with internal attribute values:\n * - `className` will be appended.\n * - Event handlers will be chained, unless the default is prevented.\n *\n * We do not support using this attribute to apply custom styling.\n *\n * @awsuiSystem core\n */\n nativeAttributes?: NativeAttributes<React.HTMLAttributes<HTMLElement>>;\n}\n\nexport namespace IconProps {\n // Why not enums? Explained there\n // https://stackoverflow.com/questions/52393730/typescript-string-literal-union-type-from-enum\n export type Name =\n | 'add-plus'\n | 'anchor-link'\n | 'angle-left-double'\n | 'angle-left'\n | 'angle-right-double'\n | 'angle-right'\n | 'angle-up'\n | 'angle-down'\n | 'arrow-left'\n | 'arrow-right'\n | 'arrow-up'\n | 'arrow-down'\n | 'audio-full'\n | 'audio-half'\n | 'audio-off'\n | 'backward-10-seconds'\n | 'bug'\n | 'call'\n | 'calendar'\n | 'caret-down-filled'\n | 'caret-down'\n | 'caret-left-filled'\n | 'caret-right-filled'\n | 'caret-up-filled'\n | 'caret-up'\n | 'check'\n | 'contact'\n | 'close'\n | 'closed-caption'\n | 'closed-caption-unavailable'\n | 'copy'\n | 'command-prompt'\n | 'delete-marker'\n | 'download'\n | 'drag-indicator'\n | 'edit'\n | 'ellipsis'\n | 'envelope'\n | 'exit-full-screen'\n | 'expand'\n | 'external'\n | 'face-happy'\n | 'face-happy-filled'\n | 'face-neutral'\n | 'face-neutral-filled'\n | 'face-sad'\n | 'face-sad-filled'\n | 'file-open'\n | 'file'\n | 'filter'\n | 'flag'\n | 'folder-open'\n | 'folder'\n | 'forward-10-seconds'\n | 'full-screen'\n | 'gen-ai'\n | 'globe'\n | 'grid-view'\n | 'group-active'\n | 'group'\n | 'heart'\n | 'heart-filled'\n | 'insert-row'\n | 'key'\n | 'keyboard'\n | 'list-view'\n | 'location-pin'\n | 'lock-private'\n | 'map'\n | 'menu'\n | 'microphone'\n | 'microphone-off'\n | 'mini-player'\n | 'multiscreen'\n | 'notification'\n | 'pause'\n | 'play'\n | 'redo'\n | 'refresh'\n | 'remove'\n | 'resize-area'\n | 'script'\n | 'search'\n | 'security'\n | 'settings'\n | 'send'\n | 'share'\n | 'shrink'\n | 'star-filled'\n | 'star-half'\n | 'star'\n | 'status-in-progress'\n | 'status-info'\n | 'status-negative'\n | 'status-pending'\n | 'status-positive'\n | 'status-stopped'\n | 'status-warning'\n | 'subtract-minus'\n | 'suggestions'\n | 'support'\n | 'thumbs-down-filled'\n | 'thumbs-down'\n | 'thumbs-up-filled'\n | 'thumbs-up'\n | 'ticket'\n | 'transcript'\n | 'treeview-collapse'\n | 'treeview-expand'\n | 'undo'\n | 'unlocked'\n | 'upload-download'\n | 'upload'\n | 'user-profile-active'\n | 'user-profile'\n | 'video-off'\n | 'video-on'\n | 'video-unavailable'\n | 'video-camera-off'\n | 'video-camera-on'\n | 'video-camera-unavailable'\n | 'view-full'\n | 'view-horizontal'\n | 'view-vertical'\n | 'zoom-in'\n | 'zoom-out'\n | 'zoom-to-fit';\n\n export type Variant = 'normal' | 'disabled' | 'error' | 'inverted' | 'link' | 'subtle' | 'success' | 'warning';\n\n export type Size = 'small' | 'normal' | 'medium' | 'big' | 'large' | 'inherit';\n}\n"]}
@@ -4,7 +4,7 @@ import { IconProps } from './interfaces';
4
4
  type InternalIconProps = IconProps & InternalBaseComponentProps & {
5
5
  badge?: boolean;
6
6
  };
7
- declare const InternalIcon: ({ name, size, variant, url, alt, ariaLabel, svg, badge, __internalRootRef, ...props }: InternalIconProps) => JSX.Element;
7
+ declare const InternalIcon: ({ name, size, variant, url, alt, ariaLabel, svg, badge, nativeAttributes, __internalRootRef, ...props }: InternalIconProps) => JSX.Element;
8
8
  export { InternalIconProps };
9
9
  export default InternalIcon;
10
10
  //# sourceMappingURL=internal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/icon/internal.tsx"],"names":[],"mappings":";AASA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAIzC,KAAK,iBAAiB,GAAG,SAAS,GAChC,0BAA0B,GAAG;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAqBJ,QAAA,MAAM,YAAY,0FAWf,iBAAiB,gBA0FnB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/icon/internal.tsx"],"names":[],"mappings":";AASA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAGlF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAIzC,KAAK,iBAAiB,GAAG,SAAS,GAChC,0BAA0B,GAAG;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAqBJ,QAAA,MAAM,YAAY,4GAYf,iBAAiB,gBA+GnB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,eAAe,YAAY,CAAC"}
@@ -7,6 +7,7 @@ import { useMergeRefs, warnOnce } from '@cloudscape-design/component-toolkit/int
7
7
  import { InternalIconContext } from '../icon-provider/context';
8
8
  import { getBaseProps } from '../internal/base-component';
9
9
  import { useVisualRefresh } from '../internal/hooks/use-visual-mode';
10
+ import WithNativeAttributes from '../internal/utils/with-native-attributes';
10
11
  import styles from './styles.css.js';
11
12
  function iconSizeMap(height) {
12
13
  if (height === null) {
@@ -30,7 +31,7 @@ function iconSizeMap(height) {
30
31
  }
31
32
  }
32
33
  const InternalIcon = (_a) => {
33
- var { name, size = 'normal', variant = 'normal', url, alt, ariaLabel, svg, badge, __internalRootRef } = _a, props = __rest(_a, ["name", "size", "variant", "url", "alt", "ariaLabel", "svg", "badge", "__internalRootRef"]);
34
+ var { name, size = 'normal', variant = 'normal', url, alt, ariaLabel, svg, badge, nativeAttributes, __internalRootRef } = _a, props = __rest(_a, ["name", "size", "variant", "url", "alt", "ariaLabel", "svg", "badge", "nativeAttributes", "__internalRootRef"]);
34
35
  const icons = useContext(InternalIconContext);
35
36
  const iconRef = useRef(null);
36
37
  // To ensure a re-render is triggered on visual mode changes
@@ -59,10 +60,10 @@ const InternalIcon = (_a) => {
59
60
  if (url) {
60
61
  warnOnce('Icon', 'You have specified both `url` and `svg`. `svg` will take precedence and `url` will be ignored.');
61
62
  }
62
- return (React.createElement("span", Object.assign({}, baseProps, labelAttributes, { ref: mergedRef, "aria-hidden": !hasAriaLabel, style: inlineStyles }), svg));
63
+ return (React.createElement(WithNativeAttributes, Object.assign({}, baseProps, labelAttributes, { tag: "span", nativeAttributes: nativeAttributes, ref: mergedRef, "aria-hidden": !hasAriaLabel, style: inlineStyles }), svg));
63
64
  }
64
65
  if (url) {
65
- return (React.createElement("span", Object.assign({}, baseProps, { ref: mergedRef, style: inlineStyles }),
66
+ return (React.createElement(WithNativeAttributes, Object.assign({}, baseProps, { tag: "span", nativeAttributes: nativeAttributes, ref: mergedRef, style: inlineStyles }),
66
67
  React.createElement("img", { src: url, alt: ariaLabel !== null && ariaLabel !== void 0 ? ariaLabel : alt })));
67
68
  }
68
69
  const validIcon = name && Object.prototype.hasOwnProperty.call(icons, name);
@@ -75,7 +76,7 @@ const InternalIcon = (_a) => {
75
76
  return icons[name];
76
77
  }
77
78
  }
78
- return (React.createElement("span", Object.assign({}, baseProps, labelAttributes, { ref: mergedRef, style: inlineStyles }), validIcon ? iconMap(name) : undefined));
79
+ return (React.createElement(WithNativeAttributes, Object.assign({}, baseProps, labelAttributes, { tag: "span", nativeAttributes: nativeAttributes, ref: mergedRef, style: inlineStyles }), validIcon ? iconMap(name) : undefined));
79
80
  };
80
81
  export default InternalIcon;
81
82
  //# sourceMappingURL=internal.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/icon/internal.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React, { useContext, useLayoutEffect, useRef, useState } from 'react';\nimport clsx from 'clsx';\n\nimport { useMergeRefs, warnOnce } from '@cloudscape-design/component-toolkit/internal';\n\nimport { InternalIconContext } from '../icon-provider/context';\nimport { getBaseProps } from '../internal/base-component';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\nimport { useVisualRefresh } from '../internal/hooks/use-visual-mode';\nimport { IconProps } from './interfaces';\n\nimport styles from './styles.css.js';\n\ntype InternalIconProps = IconProps &\n InternalBaseComponentProps & {\n badge?: boolean;\n };\n\nfunction iconSizeMap(height: number | null) {\n if (height === null) {\n // This is the best guess for the contextual height while server rendering.\n return 'normal';\n }\n\n if (height >= 50) {\n return 'large';\n } else if (height >= 36) {\n return 'big';\n } else if (height >= 24) {\n return 'medium';\n } else if (height <= 16) {\n return 'small';\n } else {\n return 'normal';\n }\n}\n\nconst InternalIcon = ({\n name,\n size = 'normal',\n variant = 'normal',\n url,\n alt,\n ariaLabel,\n svg,\n badge,\n __internalRootRef,\n ...props\n}: InternalIconProps) => {\n const icons = useContext(InternalIconContext);\n const iconRef = useRef<HTMLElement>(null);\n // To ensure a re-render is triggered on visual mode changes\n useVisualRefresh();\n const [parentHeight, setParentHeight] = useState<number | null>(null);\n const contextualSize = size === 'inherit';\n const iconSize = contextualSize ? iconSizeMap(parentHeight) : size;\n const inlineStyles = contextualSize && parentHeight !== null ? { height: `${parentHeight}px` } : {};\n const baseProps = getBaseProps(props);\n\n baseProps.className = clsx(\n baseProps.className,\n styles.icon,\n contextualSize && styles['icon-flex-height'],\n badge && styles.badge,\n !contextualSize && styles[`size-${iconSize}-mapped-height`],\n styles[`size-${iconSize}`],\n styles[`variant-${variant}`],\n styles[`name-${name}`]\n );\n\n // Possible infinite loop is not a concern here because line\n // height should not change without an external state update.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n useLayoutEffect(() => {\n if (!contextualSize || !iconRef.current) {\n return;\n }\n const { lineHeight } = getComputedStyle(iconRef.current);\n const newParentHeight = parseInt(lineHeight, 10);\n setParentHeight(newParentHeight);\n });\n\n const mergedRef = useMergeRefs(iconRef, __internalRootRef);\n const hasAriaLabel = typeof ariaLabel === 'string';\n const labelAttributes = hasAriaLabel ? { role: 'img', 'aria-label': ariaLabel } : {};\n\n if (svg) {\n if (url) {\n warnOnce(\n 'Icon',\n 'You have specified both `url` and `svg`. `svg` will take precedence and `url` will be ignored.'\n );\n }\n return (\n <span {...baseProps} {...labelAttributes} ref={mergedRef} aria-hidden={!hasAriaLabel} style={inlineStyles}>\n {svg}\n </span>\n );\n }\n\n if (url) {\n return (\n <span {...baseProps} ref={mergedRef} style={inlineStyles}>\n <img src={url} alt={ariaLabel ?? alt} />\n </span>\n );\n }\n\n const validIcon = name && Object.prototype.hasOwnProperty.call(icons, name);\n\n function iconMap(name: IconProps.Name) {\n if (name === 'gen-ai' && iconSize === 'small') {\n return (\n <svg\n width=\"12\"\n height=\"12\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n focusable=\"false\"\n aria-hidden=\"true\"\n data-testid=\"gen-ai-filled\"\n >\n <path\n d=\"m8 4.4 1.018 2.582L11.6 8 9.018 9.018 8 11.6 6.982 9.018 4.4 8l2.582-1.018L8 4.4ZM2.405 2.41l.002-.003.003-.002-.003-.002-.002-.003-.002.003-.003.002.003.002.002.003Z\"\n className=\"filled\"\n />\n </svg>\n );\n } else {\n return icons[name];\n }\n }\n\n return (\n <span {...baseProps} {...labelAttributes} ref={mergedRef} style={inlineStyles}>\n {validIcon ? iconMap(name) : undefined}\n </span>\n );\n};\n\nexport { InternalIconProps };\nexport default InternalIcon;\n"]}
1
+ {"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/icon/internal.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React, { useContext, useLayoutEffect, useRef, useState } from 'react';\nimport clsx from 'clsx';\n\nimport { useMergeRefs, warnOnce } from '@cloudscape-design/component-toolkit/internal';\n\nimport { InternalIconContext } from '../icon-provider/context';\nimport { getBaseProps } from '../internal/base-component';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\nimport { useVisualRefresh } from '../internal/hooks/use-visual-mode';\nimport WithNativeAttributes from '../internal/utils/with-native-attributes';\nimport { IconProps } from './interfaces';\n\nimport styles from './styles.css.js';\n\ntype InternalIconProps = IconProps &\n InternalBaseComponentProps & {\n badge?: boolean;\n };\n\nfunction iconSizeMap(height: number | null) {\n if (height === null) {\n // This is the best guess for the contextual height while server rendering.\n return 'normal';\n }\n\n if (height >= 50) {\n return 'large';\n } else if (height >= 36) {\n return 'big';\n } else if (height >= 24) {\n return 'medium';\n } else if (height <= 16) {\n return 'small';\n } else {\n return 'normal';\n }\n}\n\nconst InternalIcon = ({\n name,\n size = 'normal',\n variant = 'normal',\n url,\n alt,\n ariaLabel,\n svg,\n badge,\n nativeAttributes,\n __internalRootRef,\n ...props\n}: InternalIconProps) => {\n const icons = useContext(InternalIconContext);\n const iconRef = useRef<HTMLElement>(null);\n // To ensure a re-render is triggered on visual mode changes\n useVisualRefresh();\n const [parentHeight, setParentHeight] = useState<number | null>(null);\n const contextualSize = size === 'inherit';\n const iconSize = contextualSize ? iconSizeMap(parentHeight) : size;\n const inlineStyles = contextualSize && parentHeight !== null ? { height: `${parentHeight}px` } : {};\n const baseProps = getBaseProps(props);\n\n baseProps.className = clsx(\n baseProps.className,\n styles.icon,\n contextualSize && styles['icon-flex-height'],\n badge && styles.badge,\n !contextualSize && styles[`size-${iconSize}-mapped-height`],\n styles[`size-${iconSize}`],\n styles[`variant-${variant}`],\n styles[`name-${name}`]\n );\n\n // Possible infinite loop is not a concern here because line\n // height should not change without an external state update.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n useLayoutEffect(() => {\n if (!contextualSize || !iconRef.current) {\n return;\n }\n const { lineHeight } = getComputedStyle(iconRef.current);\n const newParentHeight = parseInt(lineHeight, 10);\n setParentHeight(newParentHeight);\n });\n\n const mergedRef = useMergeRefs(iconRef, __internalRootRef);\n const hasAriaLabel = typeof ariaLabel === 'string';\n const labelAttributes = hasAriaLabel ? { role: 'img', 'aria-label': ariaLabel } : {};\n\n if (svg) {\n if (url) {\n warnOnce(\n 'Icon',\n 'You have specified both `url` and `svg`. `svg` will take precedence and `url` will be ignored.'\n );\n }\n return (\n <WithNativeAttributes\n {...baseProps}\n {...labelAttributes}\n tag=\"span\"\n nativeAttributes={nativeAttributes}\n ref={mergedRef}\n aria-hidden={!hasAriaLabel}\n style={inlineStyles}\n >\n {svg}\n </WithNativeAttributes>\n );\n }\n\n if (url) {\n return (\n <WithNativeAttributes\n {...baseProps}\n tag=\"span\"\n nativeAttributes={nativeAttributes}\n ref={mergedRef}\n style={inlineStyles}\n >\n <img src={url} alt={ariaLabel ?? alt} />\n </WithNativeAttributes>\n );\n }\n\n const validIcon = name && Object.prototype.hasOwnProperty.call(icons, name);\n\n function iconMap(name: IconProps.Name) {\n if (name === 'gen-ai' && iconSize === 'small') {\n return (\n <svg\n width=\"12\"\n height=\"12\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\"\n focusable=\"false\"\n aria-hidden=\"true\"\n data-testid=\"gen-ai-filled\"\n >\n <path\n d=\"m8 4.4 1.018 2.582L11.6 8 9.018 9.018 8 11.6 6.982 9.018 4.4 8l2.582-1.018L8 4.4ZM2.405 2.41l.002-.003.003-.002-.003-.002-.002-.003-.002.003-.003.002.003.002.002.003Z\"\n className=\"filled\"\n />\n </svg>\n );\n } else {\n return icons[name];\n }\n }\n\n return (\n <WithNativeAttributes\n {...baseProps}\n {...labelAttributes}\n tag=\"span\"\n nativeAttributes={nativeAttributes}\n ref={mergedRef}\n style={inlineStyles}\n >\n {validIcon ? iconMap(name) : undefined}\n </WithNativeAttributes>\n );\n};\n\nexport { InternalIconProps };\nexport default InternalIcon;\n"]}
@@ -1,18 +1,18 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_2rhyz_1shnp_145",
5
- "input": "awsui_input_2rhyz_1shnp_149",
6
- "input-readonly": "awsui_input-readonly_2rhyz_1shnp_196",
7
- "input-invalid": "awsui_input-invalid_2rhyz_1shnp_263",
8
- "input-has-icon-left": "awsui_input-has-icon-left_2rhyz_1shnp_272",
9
- "input-warning": "awsui_input-warning_2rhyz_1shnp_275",
10
- "input-type-search": "awsui_input-type-search_2rhyz_1shnp_287",
11
- "input-has-icon-right": "awsui_input-has-icon-right_2rhyz_1shnp_300",
12
- "input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_1shnp_303",
13
- "input-container": "awsui_input-container_2rhyz_1shnp_310",
14
- "input-icon-left": "awsui_input-icon-left_2rhyz_1shnp_315",
15
- "input-icon-right": "awsui_input-icon-right_2rhyz_1shnp_322",
16
- "input-button-right": "awsui_input-button-right_2rhyz_1shnp_328"
4
+ "root": "awsui_root_2rhyz_1hvex_145",
5
+ "input": "awsui_input_2rhyz_1hvex_149",
6
+ "input-readonly": "awsui_input-readonly_2rhyz_1hvex_196",
7
+ "input-invalid": "awsui_input-invalid_2rhyz_1hvex_249",
8
+ "input-has-icon-left": "awsui_input-has-icon-left_2rhyz_1hvex_258",
9
+ "input-warning": "awsui_input-warning_2rhyz_1hvex_261",
10
+ "input-type-search": "awsui_input-type-search_2rhyz_1hvex_273",
11
+ "input-has-icon-right": "awsui_input-has-icon-right_2rhyz_1hvex_286",
12
+ "input-has-no-border-radius": "awsui_input-has-no-border-radius_2rhyz_1hvex_289",
13
+ "input-container": "awsui_input-container_2rhyz_1hvex_296",
14
+ "input-icon-left": "awsui_input-icon-left_2rhyz_1hvex_301",
15
+ "input-icon-right": "awsui_input-icon-right_2rhyz_1hvex_308",
16
+ "input-button-right": "awsui_input-button-right_2rhyz_1hvex_314"
17
17
  };
18
18