@cloudscape-design/components-themeable 3.0.1218 → 3.0.1220
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/drawer/styles.scss +8 -0
- package/lib/internal/scss/internal/do-not-use/feature-prompt/styles.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/template/app-layout/utils/use-drawers.d.ts +2 -1
- package/lib/internal/template/app-layout/utils/use-drawers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/utils/use-drawers.js +8 -2
- package/lib/internal/template/app-layout/utils/use-drawers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.d.ts +13 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.js +47 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/feature-notifications-drawer-content.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -81
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js +12 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.d.ts +18 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.d.ts.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js +165 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.d.ts +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js +13 -5
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/drawer-triggers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +13 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js.map +1 -1
- package/lib/internal/template/drawer/use-sticky-footer.js +2 -2
- package/lib/internal/template/drawer/use-sticky-footer.js.map +1 -1
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/i18n/messages-types.d.ts +618 -609
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js +0 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.d.ts +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.js +1 -1
- package/lib/internal/template/internal/components/chart-popover/index.js.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/interfaces.d.ts +4 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/interfaces.js.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/internal.d.ts.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/internal.js +37 -11
- package/lib/internal/template/internal/do-not-use/feature-prompt/internal.js.map +1 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/styles.css.js +3 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/styles.scoped.css +4 -1
- package/lib/internal/template/internal/do-not-use/feature-prompt/styles.selectors.js +3 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/persistence/index.d.ts +5 -0
- package/lib/internal/template/internal/persistence/index.d.ts.map +1 -1
- package/lib/internal/template/internal/persistence/index.js +17 -16
- package/lib/internal/template/internal/persistence/index.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget/core.d.ts +3 -3
- package/lib/internal/template/internal/plugins/widget/core.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/core.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget/index.d.ts +10 -2
- package/lib/internal/template/internal/plugins/widget/index.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/index.js +23 -0
- package/lib/internal/template/internal/plugins/widget/index.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget/interfaces.d.ts +39 -3
- package/lib/internal/template/internal/plugins/widget/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget/interfaces.js.map +1 -1
- package/lib/internal/template/internal/plugins/widget.d.ts +1 -1
- package/lib/internal/template/internal/plugins/widget.d.ts.map +1 -1
- package/lib/internal/template/internal/plugins/widget.js +1 -1
- package/lib/internal/template/internal/plugins/widget.js.map +1 -1
- package/lib/internal/template/internal/utils/promises.d.ts +11 -0
- package/lib/internal/template/internal/utils/promises.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/promises.js +24 -0
- package/lib/internal/template/internal/utils/promises.js.map +1 -1
- package/lib/internal/template/package.json +2 -0
- package/lib/internal/template/plugins/index.d.ts +8 -0
- package/lib/internal/template/plugins/index.d.ts.map +1 -0
- package/lib/internal/template/plugins/index.js +11 -0
- package/lib/internal/template/plugins/index.js.map +1 -0
- package/lib/internal/template/popover/body.d.ts +2 -2
- package/lib/internal/template/popover/body.d.ts.map +1 -1
- package/lib/internal/template/popover/body.js +2 -2
- package/lib/internal/template/popover/body.js.map +1 -1
- package/lib/internal/template/select/parts/filter.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/hotspot/index.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/hotspot/index.js +2 -2
- package/lib/internal/template/test-utils/dom/hotspot/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/internal/autosuggest-input.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/internal/autosuggest-input.js +2 -2
- package/lib/internal/template/test-utils/dom/internal/autosuggest-input.js.map +1 -1
- package/lib/internal/template/test-utils/dom/popover/index.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/popover/index.js +3 -2
- package/lib/internal/template/test-utils/dom/popover/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/progress-bar/index.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/progress-bar/index.js +4 -2
- package/lib/internal/template/test-utils/dom/progress-bar/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/s3-resource-selector/index.js +5 -3
- package/lib/internal/template/test-utils/dom/s3-resource-selector/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/tutorial-panel/tutorial.d.ts +1 -1
- package/lib/internal/template/test-utils/dom/tutorial-panel/tutorial.js +2 -2
- package/lib/internal/template/test-utils/dom/tutorial-panel/tutorial.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/hotspot/index.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/hotspot/index.js +2 -2
- package/lib/internal/template/test-utils/selectors/hotspot/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.js +2 -2
- package/lib/internal/template/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/popover/index.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/popover/index.js +3 -2
- package/lib/internal/template/test-utils/selectors/popover/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/progress-bar/index.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/progress-bar/index.js +3 -2
- package/lib/internal/template/test-utils/selectors/progress-bar/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/s3-resource-selector/index.js +5 -3
- package/lib/internal/template/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/tutorial-panel/tutorial.d.ts +1 -1
- package/lib/internal/template/test-utils/selectors/tutorial-panel/tutorial.js +2 -2
- package/lib/internal/template/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,617 +1,626 @@
|
|
|
1
1
|
/** Auto-generated argument types based on "en" i18n strings. Do not edit manually. */
|
|
2
2
|
export interface I18nFormatArgTypes {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
};
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
};
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
};
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
};
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
};
|
|
161
|
-
};
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
};
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
};
|
|
169
|
-
};
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
};
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
};
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
};
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
3
|
+
'[charts]': {
|
|
4
|
+
loadingText: never;
|
|
5
|
+
errorText: never;
|
|
6
|
+
recoveryText: never;
|
|
7
|
+
'i18nStrings.filterLabel': never;
|
|
8
|
+
'i18nStrings.filterPlaceholder': never;
|
|
9
|
+
'i18nStrings.legendAriaLabel': never;
|
|
10
|
+
'i18nStrings.chartAriaRoleDescription': never;
|
|
11
|
+
'i18nStrings.xAxisAriaRoleDescription': never;
|
|
12
|
+
'i18nStrings.yAxisAriaRoleDescription': never;
|
|
13
|
+
};
|
|
14
|
+
alert: {
|
|
15
|
+
dismissAriaLabel: never;
|
|
16
|
+
'i18nStrings.successIconAriaLabel': never;
|
|
17
|
+
'i18nStrings.errorIconAriaLabel': never;
|
|
18
|
+
'i18nStrings.warningIconAriaLabel': never;
|
|
19
|
+
'i18nStrings.infoIconAriaLabel': never;
|
|
20
|
+
'i18nStrings.dismissAriaLabel': never;
|
|
21
|
+
};
|
|
22
|
+
'annotation-context': {
|
|
23
|
+
'i18nStrings.nextButtonText': never;
|
|
24
|
+
'i18nStrings.previousButtonText': never;
|
|
25
|
+
'i18nStrings.finishButtonText': never;
|
|
26
|
+
'i18nStrings.labelDismissAnnotation': never;
|
|
27
|
+
'i18nStrings.stepCounterText': {
|
|
28
|
+
stepNumber: string | number;
|
|
29
|
+
totalStepCount: string | number;
|
|
30
|
+
};
|
|
31
|
+
'i18nStrings.taskTitle': {
|
|
32
|
+
taskNumber: string | number;
|
|
33
|
+
taskTitle: string | number;
|
|
34
|
+
};
|
|
35
|
+
'i18nStrings.labelHotspot': {
|
|
36
|
+
openState: string;
|
|
37
|
+
stepNumber: string | number;
|
|
38
|
+
totalStepCount: string | number;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
'app-layout': {
|
|
42
|
+
'ariaLabels.drawers': never;
|
|
43
|
+
'ariaLabels.drawersOverflow': never;
|
|
44
|
+
'ariaLabels.drawersOverflowWithBadge': never;
|
|
45
|
+
'ariaLabels.navigation': never;
|
|
46
|
+
'ariaLabels.navigationClose': never;
|
|
47
|
+
'ariaLabels.navigationToggle': never;
|
|
48
|
+
'ariaLabels.notifications': never;
|
|
49
|
+
'ariaLabels.tools': never;
|
|
50
|
+
'ariaLabels.toolsClose': never;
|
|
51
|
+
'ariaLabels.toolsToggle': never;
|
|
52
|
+
};
|
|
53
|
+
'area-chart': {
|
|
54
|
+
'i18nStrings.detailTotalLabel': never;
|
|
55
|
+
};
|
|
56
|
+
'attribute-editor': {
|
|
57
|
+
removeButtonText: never;
|
|
58
|
+
'i18nStrings.itemRemovedAriaLive': never;
|
|
59
|
+
};
|
|
60
|
+
autosuggest: {
|
|
61
|
+
errorIconAriaLabel: never;
|
|
62
|
+
selectedAriaLabel: never;
|
|
63
|
+
enteredTextLabel: {
|
|
64
|
+
value: string | number;
|
|
65
|
+
};
|
|
66
|
+
recoveryText: never;
|
|
67
|
+
};
|
|
68
|
+
'breadcrumb-group': {
|
|
69
|
+
expandAriaLabel: never;
|
|
70
|
+
};
|
|
71
|
+
button: {
|
|
72
|
+
'i18nStrings.externalIconAriaLabel': never;
|
|
73
|
+
};
|
|
74
|
+
calendar: {
|
|
75
|
+
nextMonthAriaLabel: never;
|
|
76
|
+
previousMonthAriaLabel: never;
|
|
77
|
+
todayAriaLabel: never;
|
|
78
|
+
'i18nStrings.nextYearAriaLabel': never;
|
|
79
|
+
'i18nStrings.previousYearAriaLabel': never;
|
|
80
|
+
'i18nStrings.currentMonthAriaLabel': never;
|
|
81
|
+
};
|
|
82
|
+
cards: {
|
|
83
|
+
'ariaLabels.selectionGroupLabel': never;
|
|
84
|
+
};
|
|
85
|
+
'code-editor': {
|
|
86
|
+
'i18nStrings.loadingState': never;
|
|
87
|
+
'i18nStrings.errorState': never;
|
|
88
|
+
'i18nStrings.errorStateRecovery': never;
|
|
89
|
+
'i18nStrings.editorGroupAriaLabel': never;
|
|
90
|
+
'i18nStrings.statusBarGroupAriaLabel': never;
|
|
91
|
+
'i18nStrings.cursorPosition': {
|
|
92
|
+
row: string | number;
|
|
93
|
+
column: string | number;
|
|
94
|
+
};
|
|
95
|
+
'i18nStrings.errorsTab': never;
|
|
96
|
+
'i18nStrings.warningsTab': never;
|
|
97
|
+
'i18nStrings.preferencesButtonAriaLabel': never;
|
|
98
|
+
'i18nStrings.paneCloseButtonAriaLabel': never;
|
|
99
|
+
'i18nStrings.preferencesModalHeader': never;
|
|
100
|
+
'i18nStrings.preferencesModalCancel': never;
|
|
101
|
+
'i18nStrings.preferencesModalConfirm': never;
|
|
102
|
+
'i18nStrings.preferencesModalWrapLines': never;
|
|
103
|
+
'i18nStrings.preferencesModalTheme': never;
|
|
104
|
+
'i18nStrings.preferencesModalThemeFilteringAriaLabel': never;
|
|
105
|
+
'i18nStrings.preferencesModalThemeFilteringPlaceholder': never;
|
|
106
|
+
'i18nStrings.preferencesModalLightThemes': never;
|
|
107
|
+
'i18nStrings.preferencesModalDarkThemes': never;
|
|
108
|
+
'i18nStrings.cursorPositionAriaLabel': {
|
|
109
|
+
row: string | number;
|
|
110
|
+
};
|
|
111
|
+
'i18nStrings.resizeHandleAriaLabel': never;
|
|
112
|
+
'i18nStrings.resizeHandleTooltipText': never;
|
|
113
|
+
};
|
|
114
|
+
'collection-preferences': {
|
|
115
|
+
title: never;
|
|
116
|
+
confirmLabel: never;
|
|
117
|
+
cancelLabel: never;
|
|
118
|
+
'pageSizePreference.title': never;
|
|
119
|
+
'wrapLinesPreference.label': never;
|
|
120
|
+
'wrapLinesPreference.description': never;
|
|
121
|
+
'stripedRowsPreference.label': never;
|
|
122
|
+
'stripedRowsPreference.description': never;
|
|
123
|
+
'contentDensityPreference.label': never;
|
|
124
|
+
'contentDensityPreference.description': never;
|
|
125
|
+
'stickyColumnsPreference.firstColumns.title': never;
|
|
126
|
+
'stickyColumnsPreference.firstColumns.description': never;
|
|
127
|
+
'stickyColumnsPreference.firstColumns.options[0].label': never;
|
|
128
|
+
'stickyColumnsPreference.firstColumns.options[1].label': never;
|
|
129
|
+
'stickyColumnsPreference.firstColumns.options[2].label': never;
|
|
130
|
+
'stickyColumnsPreference.lastColumns.title': never;
|
|
131
|
+
'stickyColumnsPreference.lastColumns.description': never;
|
|
132
|
+
'stickyColumnsPreference.lastColumns.options[0].label': never;
|
|
133
|
+
'stickyColumnsPreference.lastColumns.options[1].label': never;
|
|
134
|
+
'contentDisplayPreference.title': never;
|
|
135
|
+
'contentDisplayPreference.description': never;
|
|
136
|
+
'contentDisplayPreference.dragHandleAriaLabel': never;
|
|
137
|
+
'contentDisplayPreference.dragHandleAriaDescription': never;
|
|
138
|
+
'contentDisplayPreference.liveAnnouncementDndStarted': {
|
|
139
|
+
position: string | number;
|
|
140
|
+
total: string | number;
|
|
141
|
+
};
|
|
142
|
+
'contentDisplayPreference.liveAnnouncementDndDiscarded': never;
|
|
143
|
+
'contentDisplayPreference.i18nStrings.columnFilteringPlaceholder': never;
|
|
144
|
+
'contentDisplayPreference.i18nStrings.columnFilteringAriaLabel': never;
|
|
145
|
+
'contentDisplayPreference.i18nStrings.columnFilteringNoMatchText': never;
|
|
146
|
+
'contentDisplayPreference.i18nStrings.columnFilteringClearFilterText': never;
|
|
147
|
+
'contentDisplayPreference.liveAnnouncementDndItemReordered': {
|
|
148
|
+
isInitialPosition: string;
|
|
149
|
+
currentPosition: string | number;
|
|
150
|
+
total: string | number;
|
|
151
|
+
};
|
|
152
|
+
'contentDisplayPreference.liveAnnouncementDndItemCommitted': {
|
|
153
|
+
isInitialPosition: string;
|
|
154
|
+
initialPosition: string | number;
|
|
155
|
+
total: string | number;
|
|
156
|
+
finalPosition: string | number;
|
|
157
|
+
};
|
|
158
|
+
'contentDisplayPreference.i18nStrings.columnFilteringCountText': {
|
|
159
|
+
count: number;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
'copy-to-clipboard': {
|
|
163
|
+
'i18nStrings.copyButtonText': never;
|
|
164
|
+
};
|
|
165
|
+
'date-picker': {
|
|
166
|
+
'i18nStrings.openCalendarAriaLabel': {
|
|
167
|
+
selectedDate: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
'date-range-picker': {
|
|
171
|
+
'i18nStrings.relativeModeTitle': never;
|
|
172
|
+
'i18nStrings.absoluteModeTitle': never;
|
|
173
|
+
'i18nStrings.relativeRangeSelectionHeading': never;
|
|
174
|
+
'i18nStrings.relativeRangeSelectionMonthlyDescription': never;
|
|
175
|
+
'i18nStrings.cancelButtonLabel': never;
|
|
176
|
+
'i18nStrings.clearButtonLabel': never;
|
|
177
|
+
'i18nStrings.applyButtonLabel': never;
|
|
178
|
+
'i18nStrings.customRelativeRangeOptionLabel': never;
|
|
179
|
+
'i18nStrings.customRelativeRangeOptionDescription': never;
|
|
180
|
+
'i18nStrings.customRelativeRangeUnitLabel': never;
|
|
181
|
+
'i18nStrings.customRelativeRangeDurationLabel': never;
|
|
182
|
+
'i18nStrings.customRelativeRangeDurationPlaceholder': never;
|
|
183
|
+
'i18nStrings.previousMonthAriaLabel': never;
|
|
184
|
+
'i18nStrings.nextMonthAriaLabel': never;
|
|
185
|
+
'i18nStrings.previousYearAriaLabel': never;
|
|
186
|
+
'i18nStrings.nextYearAriaLabel': never;
|
|
187
|
+
'i18nStrings.currentMonthAriaLabel': never;
|
|
188
|
+
'i18nStrings.todayAriaLabel': never;
|
|
189
|
+
'i18nStrings.startMonthLabel': never;
|
|
190
|
+
'i18nStrings.startDateLabel': never;
|
|
191
|
+
'i18nStrings.startTimeLabel': never;
|
|
192
|
+
'i18nStrings.endMonthLabel': never;
|
|
193
|
+
'i18nStrings.endDateLabel': never;
|
|
194
|
+
'i18nStrings.endTimeLabel': never;
|
|
195
|
+
'i18nStrings.isoDatePlaceholder': never;
|
|
196
|
+
'i18nStrings.slashedDatePlaceholder': never;
|
|
197
|
+
'i18nStrings.timePlaceholder': never;
|
|
198
|
+
'i18nStrings.dateTimeConstraintText': never;
|
|
199
|
+
'i18nStrings.dateConstraintText': never;
|
|
200
|
+
'i18nStrings.slashedDateTimeConstraintText': never;
|
|
201
|
+
'i18nStrings.isoDateTimeConstraintText': never;
|
|
202
|
+
'i18nStrings.slashedDateConstraintText': never;
|
|
203
|
+
'i18nStrings.isoDateConstraintText': never;
|
|
204
|
+
'i18nStrings.slashedMonthConstraintText': never;
|
|
205
|
+
'i18nStrings.isoMonthConstraintText': never;
|
|
206
|
+
'i18nStrings.monthConstraintText': never;
|
|
207
|
+
'i18nStrings.errorIconAriaLabel': never;
|
|
208
|
+
'i18nStrings.renderSelectedAbsoluteRangeAriaLive': {
|
|
209
|
+
startDate: string | number;
|
|
210
|
+
endDate: string | number;
|
|
211
|
+
};
|
|
212
|
+
'i18nStrings.formatRelativeRange': {
|
|
213
|
+
unit: string;
|
|
214
|
+
amount: number;
|
|
215
|
+
};
|
|
216
|
+
'i18nStrings.formatUnit': {
|
|
217
|
+
unit: string;
|
|
218
|
+
amount: number;
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
drawer: {
|
|
222
|
+
'i18nStrings.loadingText': never;
|
|
223
|
+
};
|
|
224
|
+
'error-boundary': {
|
|
225
|
+
'i18nStrings.headerText'?: never;
|
|
226
|
+
'i18nStrings.descriptionText'?: {
|
|
227
227
|
hasFeedback: boolean;
|
|
228
228
|
Feedback: (chunks: React.ReactNode[]) => React.ReactNode;
|
|
229
229
|
};
|
|
230
|
-
|
|
231
|
-
};
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
};
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
};
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
};
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
};
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
230
|
+
'i18nStrings.refreshActionText'?: never;
|
|
231
|
+
};
|
|
232
|
+
'features-notification-drawer': {
|
|
233
|
+
'i18nStrings.title': never;
|
|
234
|
+
'i18nStrings.viewAll': never;
|
|
235
|
+
'ariaLabels.closeButton': never;
|
|
236
|
+
'ariaLabels.content': never;
|
|
237
|
+
'ariaLabels.triggerButton': never;
|
|
238
|
+
'ariaLabels.resizeHandle': never;
|
|
239
|
+
};
|
|
240
|
+
'file-token-group': {
|
|
241
|
+
'i18nStrings.limitShowFewer': never;
|
|
242
|
+
'i18nStrings.limitShowMore': never;
|
|
243
|
+
'i18nStrings.removeFileAriaLabel': {
|
|
244
|
+
fileIndex: string | number;
|
|
245
|
+
fileName: string;
|
|
246
|
+
};
|
|
247
|
+
'i18nStrings.errorIconAriaLabel': never;
|
|
248
|
+
'i18nStrings.warningIconAriaLabel': never;
|
|
249
|
+
};
|
|
250
|
+
'file-upload': {
|
|
251
|
+
'i18nStrings.limitShowFewer': never;
|
|
252
|
+
'i18nStrings.limitShowMore': never;
|
|
253
|
+
'i18nStrings.removeFileAriaLabel': {
|
|
254
|
+
fileIndex: string | number;
|
|
255
|
+
fileName: string;
|
|
256
|
+
};
|
|
257
|
+
'i18nStrings.errorIconAriaLabel': never;
|
|
258
|
+
'i18nStrings.warningIconAriaLabel': never;
|
|
259
|
+
'i18nStrings.uploadButtonText': {
|
|
260
|
+
multiple: string;
|
|
261
|
+
};
|
|
262
|
+
'i18nStrings.dropzoneText': {
|
|
263
|
+
multiple: string;
|
|
264
|
+
};
|
|
265
|
+
};
|
|
266
|
+
flashbar: {
|
|
267
|
+
'i18nStrings.ariaLabel': never;
|
|
268
|
+
'i18nStrings.errorIconAriaLabel': never;
|
|
269
|
+
'i18nStrings.inProgressIconAriaLabel': never;
|
|
270
|
+
'i18nStrings.infoIconAriaLabel': never;
|
|
271
|
+
'i18nStrings.notificationBarAriaLabel': never;
|
|
272
|
+
'i18nStrings.notificationBarText': never;
|
|
273
|
+
'i18nStrings.successIconAriaLabel': never;
|
|
274
|
+
'i18nStrings.warningIconAriaLabel': never;
|
|
275
|
+
};
|
|
276
|
+
'form-field': {
|
|
277
|
+
'i18nStrings.errorIconAriaLabel': never;
|
|
278
|
+
'i18nStrings.warningIconAriaLabel': never;
|
|
279
|
+
};
|
|
280
|
+
form: {
|
|
281
|
+
errorIconAriaLabel: never;
|
|
282
|
+
};
|
|
283
|
+
'help-panel': {
|
|
284
|
+
loadingText: never;
|
|
285
|
+
};
|
|
286
|
+
input: {
|
|
287
|
+
clearAriaLabel: never;
|
|
288
|
+
};
|
|
289
|
+
link: {
|
|
290
|
+
externalIconAriaLabel: never;
|
|
291
|
+
};
|
|
292
|
+
list: {
|
|
293
|
+
dragHandleAriaLabel: never;
|
|
294
|
+
dragHandleAriaDescription: never;
|
|
295
|
+
liveAnnouncementDndStarted: {
|
|
296
|
+
position: string | number;
|
|
297
|
+
total: string | number;
|
|
298
|
+
};
|
|
299
|
+
liveAnnouncementDndDiscarded: never;
|
|
300
|
+
liveAnnouncementDndItemReordered: {
|
|
301
|
+
isInitialPosition: string;
|
|
302
|
+
currentPosition: string | number;
|
|
303
|
+
total: string | number;
|
|
304
|
+
};
|
|
305
|
+
liveAnnouncementDndItemCommitted: {
|
|
306
|
+
isInitialPosition: string;
|
|
307
|
+
initialPosition: string | number;
|
|
308
|
+
total: string | number;
|
|
309
|
+
finalPosition: string | number;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
modal: {
|
|
313
|
+
closeAriaLabel: never;
|
|
314
|
+
};
|
|
315
|
+
multiselect: {
|
|
316
|
+
deselectAriaLabel: {
|
|
317
|
+
option__label: string | number;
|
|
318
|
+
};
|
|
319
|
+
'i18nStrings.selectAllText': never;
|
|
320
|
+
};
|
|
321
|
+
pagination: {
|
|
322
|
+
'ariaLabels.nextPageLabel': never;
|
|
323
|
+
'ariaLabels.pageLabel': {
|
|
324
|
+
pageNumber: string | number;
|
|
325
|
+
};
|
|
326
|
+
'ariaLabels.previousPageLabel': never;
|
|
327
|
+
'ariaLabels.jumpToPageButtonLabel': never;
|
|
328
|
+
'i18nStrings.jumpToPageInputLabel': never;
|
|
329
|
+
'i18nStrings.jumpToPageError': never;
|
|
330
|
+
'i18nStrings.jumpToPageLoadingText': never;
|
|
331
|
+
};
|
|
332
|
+
'panel-resize-handle': {
|
|
333
|
+
'i18nStrings.resizeHandleAriaLabel': never;
|
|
334
|
+
'i18nStrings.resizeHandleTooltipText': never;
|
|
335
|
+
};
|
|
336
|
+
'pie-chart': {
|
|
337
|
+
'i18nStrings.detailsValue': never;
|
|
338
|
+
'i18nStrings.detailsPercentage': never;
|
|
339
|
+
'i18nStrings.chartAriaRoleDescription': never;
|
|
340
|
+
'i18nStrings.segmentAriaRoleDescription': never;
|
|
341
|
+
};
|
|
342
|
+
popover: {
|
|
343
|
+
dismissAriaLabel: never;
|
|
344
|
+
};
|
|
345
|
+
'property-filter': {
|
|
346
|
+
'i18nStrings.allPropertiesLabel': never;
|
|
347
|
+
'i18nStrings.applyActionText': never;
|
|
348
|
+
'i18nStrings.cancelActionText': never;
|
|
349
|
+
'i18nStrings.clearFiltersText': never;
|
|
350
|
+
'i18nStrings.editTokenHeader': never;
|
|
351
|
+
'i18nStrings.groupPropertiesText': never;
|
|
352
|
+
'i18nStrings.groupValuesText': never;
|
|
353
|
+
'i18nStrings.operationAndText': never;
|
|
354
|
+
'i18nStrings.operationOrText': never;
|
|
355
|
+
'i18nStrings.operatorContainsText': never;
|
|
356
|
+
'i18nStrings.operatorDoesNotContainText': never;
|
|
357
|
+
'i18nStrings.operatorDoesNotEqualText': never;
|
|
358
|
+
'i18nStrings.operatorEqualsText': never;
|
|
359
|
+
'i18nStrings.operatorGreaterOrEqualText': never;
|
|
360
|
+
'i18nStrings.operatorGreaterText': never;
|
|
361
|
+
'i18nStrings.operatorLessOrEqualText': never;
|
|
362
|
+
'i18nStrings.operatorLessText': never;
|
|
363
|
+
'i18nStrings.operatorStartsWithText': never;
|
|
364
|
+
'i18nStrings.operatorDoesNotStartWithText': never;
|
|
365
|
+
'i18nStrings.operatorText': never;
|
|
366
|
+
'i18nStrings.operatorsText': never;
|
|
367
|
+
'i18nStrings.propertyText': never;
|
|
368
|
+
'i18nStrings.removeTokenButtonAriaLabel': {
|
|
369
|
+
token__formattedText: string | number;
|
|
370
|
+
};
|
|
371
|
+
'i18nStrings.tokenEditorTokenActionsAriaLabel': {
|
|
372
|
+
token__formattedText: string | number;
|
|
373
|
+
};
|
|
374
|
+
'i18nStrings.tokenEditorTokenRemoveAriaLabel': {
|
|
375
|
+
token__formattedText: string | number;
|
|
376
|
+
};
|
|
377
|
+
'i18nStrings.tokenEditorTokenRemoveLabel': never;
|
|
378
|
+
'i18nStrings.tokenEditorTokenRemoveFromGroupLabel': never;
|
|
379
|
+
'i18nStrings.tokenEditorAddTokenActionsAriaLabel': never;
|
|
380
|
+
'i18nStrings.tokenEditorAddNewTokenLabel': never;
|
|
381
|
+
'i18nStrings.tokenEditorAddExistingTokenAriaLabel': {
|
|
382
|
+
token__formattedText: string | number;
|
|
383
|
+
};
|
|
384
|
+
'i18nStrings.tokenEditorAddExistingTokenLabel': {
|
|
385
|
+
token__propertyLabel: string | number;
|
|
386
|
+
token__operator: string | number;
|
|
387
|
+
token__value: string | number;
|
|
388
|
+
};
|
|
389
|
+
'i18nStrings.tokenLimitShowFewer': never;
|
|
390
|
+
'i18nStrings.tokenLimitShowMore': never;
|
|
391
|
+
'i18nStrings.valueText': never;
|
|
392
|
+
'i18nStrings.formatToken': {
|
|
393
|
+
token__operator: string;
|
|
394
|
+
token__propertyLabel: string | number;
|
|
395
|
+
token__value: string | number;
|
|
396
|
+
};
|
|
397
|
+
'i18nStrings.groupEditAriaLabel': {
|
|
398
|
+
group__formattedTokens__length: string;
|
|
399
|
+
group__formattedTokens0__formattedText: string | number;
|
|
400
|
+
group__operationLabel: string | number;
|
|
401
|
+
group__formattedTokens1__formattedText: string | number;
|
|
402
|
+
group__formattedTokens2__formattedText: string | number;
|
|
403
|
+
group__formattedTokens3__formattedText: string | number;
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
's3-resource-selector': {
|
|
407
|
+
'i18nStrings.inContextSelectPlaceholder': never;
|
|
408
|
+
'i18nStrings.inContextBrowseButton': never;
|
|
409
|
+
'i18nStrings.inContextViewButton': never;
|
|
410
|
+
'i18nStrings.inContextViewButtonAriaLabel': never;
|
|
411
|
+
'i18nStrings.inContextLoadingText': never;
|
|
412
|
+
'i18nStrings.inContextUriLabel': never;
|
|
413
|
+
'i18nStrings.inContextVersionSelectLabel': never;
|
|
414
|
+
'i18nStrings.modalTitle': never;
|
|
415
|
+
'i18nStrings.modalCancelButton': never;
|
|
416
|
+
'i18nStrings.modalSubmitButton': never;
|
|
417
|
+
'i18nStrings.modalBreadcrumbRootItem': never;
|
|
418
|
+
'i18nStrings.modalLastUpdatedText': never;
|
|
419
|
+
'i18nStrings.selectionBuckets': never;
|
|
420
|
+
'i18nStrings.selectionObjects': never;
|
|
421
|
+
'i18nStrings.selectionVersions': never;
|
|
422
|
+
'i18nStrings.selectionBucketsSearchPlaceholder': never;
|
|
423
|
+
'i18nStrings.selectionObjectsSearchPlaceholder': never;
|
|
424
|
+
'i18nStrings.selectionVersionsSearchPlaceholder': never;
|
|
425
|
+
'i18nStrings.selectionBucketsLoading': never;
|
|
426
|
+
'i18nStrings.selectionBucketsNoItems': never;
|
|
427
|
+
'i18nStrings.selectionObjectsLoading': never;
|
|
428
|
+
'i18nStrings.selectionObjectsNoItems': never;
|
|
429
|
+
'i18nStrings.selectionVersionsLoading': never;
|
|
430
|
+
'i18nStrings.selectionVersionsNoItems': never;
|
|
431
|
+
'i18nStrings.filteringNoMatches': never;
|
|
432
|
+
'i18nStrings.filteringCantFindMatch': never;
|
|
433
|
+
'i18nStrings.clearFilterButtonText': never;
|
|
434
|
+
'i18nStrings.columnBucketID': never;
|
|
435
|
+
'i18nStrings.columnBucketName': never;
|
|
436
|
+
'i18nStrings.columnBucketCreationDate': never;
|
|
437
|
+
'i18nStrings.columnBucketRegion': never;
|
|
438
|
+
'i18nStrings.columnObjectKey': never;
|
|
439
|
+
'i18nStrings.columnObjectLastModified': never;
|
|
440
|
+
'i18nStrings.columnObjectSize': never;
|
|
441
|
+
'i18nStrings.columnVersionID': never;
|
|
442
|
+
'i18nStrings.columnVersionLastModified': never;
|
|
443
|
+
'i18nStrings.columnVersionSize': never;
|
|
444
|
+
'i18nStrings.validationPathMustBegin': never;
|
|
445
|
+
'i18nStrings.validationBucketLowerCase': never;
|
|
446
|
+
'i18nStrings.validationBucketMustNotContain': never;
|
|
447
|
+
'i18nStrings.validationBucketLength': never;
|
|
448
|
+
'i18nStrings.validationBucketMustComplyDns': never;
|
|
449
|
+
'i18nStrings.labelSortedDescending': {
|
|
450
|
+
columnName: string | number;
|
|
451
|
+
};
|
|
452
|
+
'i18nStrings.labelSortedAscending': {
|
|
453
|
+
columnName: string | number;
|
|
454
|
+
};
|
|
455
|
+
'i18nStrings.labelNotSorted': {
|
|
456
|
+
columnName: string | number;
|
|
457
|
+
};
|
|
458
|
+
'i18nStrings.labelsBucketsSelection.selectionGroupLabel': never;
|
|
459
|
+
'i18nStrings.labelsBucketsSelection.itemSelectionLabel': {
|
|
460
|
+
item__Name: string | number;
|
|
461
|
+
};
|
|
462
|
+
'i18nStrings.labelsObjectsSelection.selectionGroupLabel': never;
|
|
463
|
+
'i18nStrings.labelsObjectsSelection.itemSelectionLabel': {
|
|
464
|
+
item__Key: string | number;
|
|
465
|
+
};
|
|
466
|
+
'i18nStrings.labelsVersionsSelection.selectionGroupLabel': never;
|
|
467
|
+
'i18nStrings.labelsVersionsSelection.itemSelectionLabel': {
|
|
468
|
+
item__VersionId: string | number;
|
|
469
|
+
};
|
|
470
|
+
'i18nStrings.labelFiltering': {
|
|
471
|
+
itemsType: string | number;
|
|
472
|
+
};
|
|
473
|
+
'i18nStrings.labelRefresh': never;
|
|
474
|
+
'i18nStrings.labelBreadcrumbs': never;
|
|
475
|
+
'i18nStrings.labelIconFolder': never;
|
|
476
|
+
'i18nStrings.labelIconObject': never;
|
|
477
|
+
'i18nStrings.filteringCounterText': {
|
|
478
|
+
count: number;
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
select: {
|
|
482
|
+
errorIconAriaLabel: never;
|
|
483
|
+
selectedAriaLabel: never;
|
|
484
|
+
recoveryText: never;
|
|
485
|
+
};
|
|
486
|
+
slider: {
|
|
487
|
+
'i18nStrings.valueTextRange': {
|
|
488
|
+
value: string | number;
|
|
489
|
+
previousValue: string | number;
|
|
490
|
+
nextValue: string | number;
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
'split-panel': {
|
|
494
|
+
'i18nStrings.closeButtonAriaLabel': never;
|
|
495
|
+
'i18nStrings.openButtonAriaLabel': never;
|
|
496
|
+
'i18nStrings.preferencesTitle': never;
|
|
497
|
+
'i18nStrings.preferencesPositionLabel': never;
|
|
498
|
+
'i18nStrings.preferencesPositionDescription': never;
|
|
499
|
+
'i18nStrings.preferencesPositionSide': never;
|
|
500
|
+
'i18nStrings.preferencesPositionBottom': never;
|
|
501
|
+
'i18nStrings.preferencesConfirm': never;
|
|
502
|
+
'i18nStrings.preferencesCancel': never;
|
|
503
|
+
'i18nStrings.resizeHandleAriaLabel': never;
|
|
504
|
+
'i18nStrings.resizeHandleTooltipText': never;
|
|
505
|
+
};
|
|
506
|
+
table: {
|
|
507
|
+
'ariaLabels.resizerRoleDescription': never;
|
|
508
|
+
'ariaLabels.submittingEditText': never;
|
|
509
|
+
'ariaLabels.successfulEditLabel': never;
|
|
510
|
+
'ariaLabels.expandButtonLabel': never;
|
|
511
|
+
'ariaLabels.collapseButtonLabel': never;
|
|
512
|
+
'columnDefinitions.editConfig.errorIconAriaLabel': never;
|
|
513
|
+
'columnDefinitions.editConfig.editIconAriaLabel': never;
|
|
514
|
+
};
|
|
515
|
+
tabs: {
|
|
516
|
+
'i18nStrings.scrollLeftAriaLabel': never;
|
|
517
|
+
'i18nStrings.scrollRightAriaLabel': never;
|
|
518
|
+
'i18nStrings.tabsWithActionsAriaRoleDescription': never;
|
|
519
|
+
};
|
|
520
|
+
'tag-editor': {
|
|
521
|
+
'i18nStrings.keyPlaceholder': never;
|
|
522
|
+
'i18nStrings.valuePlaceholder': never;
|
|
523
|
+
'i18nStrings.addButton': never;
|
|
524
|
+
'i18nStrings.removeButton': never;
|
|
525
|
+
'i18nStrings.removeButtonAriaLabel': {
|
|
526
|
+
tag__key: string | number;
|
|
527
|
+
};
|
|
528
|
+
'i18nStrings.undoButton': never;
|
|
529
|
+
'i18nStrings.undoPrompt': never;
|
|
530
|
+
'i18nStrings.loading': never;
|
|
531
|
+
'i18nStrings.keyHeader': never;
|
|
532
|
+
'i18nStrings.valueHeader': never;
|
|
533
|
+
'i18nStrings.optional': never;
|
|
534
|
+
'i18nStrings.keySuggestion': never;
|
|
535
|
+
'i18nStrings.valueSuggestion': never;
|
|
536
|
+
'i18nStrings.emptyTags': never;
|
|
537
|
+
'i18nStrings.tooManyKeysSuggestion': never;
|
|
538
|
+
'i18nStrings.tooManyValuesSuggestion': never;
|
|
539
|
+
'i18nStrings.keysSuggestionLoading': never;
|
|
540
|
+
'i18nStrings.keysSuggestionError': never;
|
|
541
|
+
'i18nStrings.valuesSuggestionLoading': never;
|
|
542
|
+
'i18nStrings.valuesSuggestionError': never;
|
|
543
|
+
'i18nStrings.emptyKeyError': never;
|
|
544
|
+
'i18nStrings.maxKeyCharLengthError': never;
|
|
545
|
+
'i18nStrings.maxValueCharLengthError': never;
|
|
546
|
+
'i18nStrings.duplicateKeyError': never;
|
|
547
|
+
'i18nStrings.invalidKeyError': never;
|
|
548
|
+
'i18nStrings.invalidValueError': never;
|
|
549
|
+
'i18nStrings.awsPrefixError': never;
|
|
550
|
+
'i18nStrings.tagLimitReached': {
|
|
551
|
+
tagLimit: number;
|
|
552
|
+
};
|
|
553
|
+
'i18nStrings.tagLimitExceeded': {
|
|
554
|
+
tagLimit: number;
|
|
555
|
+
};
|
|
556
|
+
'i18nStrings.tagLimit': {
|
|
557
|
+
tagLimitAvailable: string;
|
|
558
|
+
availableTags: number;
|
|
559
|
+
tagLimit: string | number;
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
'token-group': {
|
|
563
|
+
'i18nStrings.limitShowFewer': never;
|
|
564
|
+
'i18nStrings.limitShowMore': never;
|
|
565
|
+
};
|
|
566
|
+
'top-navigation': {
|
|
567
|
+
'i18nStrings.searchIconAriaLabel': never;
|
|
568
|
+
'i18nStrings.searchDismissIconAriaLabel': never;
|
|
569
|
+
'i18nStrings.overflowMenuTriggerText': never;
|
|
570
|
+
'i18nStrings.overflowMenuDismissIconAriaLabel': never;
|
|
571
|
+
'i18nStrings.overflowMenuBackIconAriaLabel': never;
|
|
572
|
+
'i18nStrings.overflowMenuTitleText': never;
|
|
573
|
+
};
|
|
574
|
+
'tree-view': {
|
|
575
|
+
'i18nStrings.expandButtonLabel': never;
|
|
576
|
+
'i18nStrings.collapseButtonLabel': never;
|
|
577
|
+
};
|
|
578
|
+
'tutorial-panel': {
|
|
579
|
+
'i18nStrings.loadingText': never;
|
|
580
|
+
'i18nStrings.tutorialListTitle': never;
|
|
581
|
+
'i18nStrings.tutorialListDownloadLinkText': never;
|
|
582
|
+
'i18nStrings.labelTutorialListDownloadLink': never;
|
|
583
|
+
'i18nStrings.tutorialCompletedText': never;
|
|
584
|
+
'i18nStrings.learnMoreLinkText': never;
|
|
585
|
+
'i18nStrings.startTutorialButtonText': never;
|
|
586
|
+
'i18nStrings.restartTutorialButtonText': never;
|
|
587
|
+
'i18nStrings.completionScreenTitle': never;
|
|
588
|
+
'i18nStrings.feedbackLinkText': never;
|
|
589
|
+
'i18nStrings.dismissTutorialButtonText': never;
|
|
590
|
+
'i18nStrings.taskTitle': {
|
|
591
|
+
taskNumber: string | number;
|
|
592
|
+
taskTitle: string | number;
|
|
593
|
+
};
|
|
594
|
+
'i18nStrings.stepTitle': {
|
|
595
|
+
stepNumber: string | number;
|
|
596
|
+
stepTitle: string | number;
|
|
597
|
+
};
|
|
598
|
+
'i18nStrings.labelExitTutorial': never;
|
|
599
|
+
'i18nStrings.labelTotalSteps': {
|
|
600
|
+
totalStepCount: string | number;
|
|
601
|
+
};
|
|
602
|
+
'i18nStrings.labelsTaskStatus.pending': never;
|
|
603
|
+
'i18nStrings.labelsTaskStatus.in-progress': never;
|
|
604
|
+
'i18nStrings.labelsTaskStatus.success': never;
|
|
605
|
+
};
|
|
606
|
+
wizard: {
|
|
607
|
+
'i18nStrings.stepNumberLabel': {
|
|
608
|
+
stepNumber: string | number;
|
|
609
|
+
};
|
|
610
|
+
'i18nStrings.collapsedStepsLabel': {
|
|
611
|
+
stepNumber: string | number;
|
|
612
|
+
stepsCount: string | number;
|
|
613
|
+
};
|
|
614
|
+
'i18nStrings.skipToButtonLabel': {
|
|
615
|
+
task__title: string | number;
|
|
616
|
+
};
|
|
617
|
+
'i18nStrings.navigationAriaLabel': never;
|
|
618
|
+
'i18nStrings.cancelButton': never;
|
|
619
|
+
'i18nStrings.previousButton': never;
|
|
620
|
+
'i18nStrings.nextButton': never;
|
|
621
|
+
'i18nStrings.optional': never;
|
|
622
|
+
'i18nStrings.nextButtonLoadingAnnouncement': never;
|
|
623
|
+
'i18nStrings.submitButtonLoadingAnnouncement': never;
|
|
615
624
|
};
|
|
616
625
|
}
|
|
617
626
|
//# sourceMappingURL=messages-types.d.ts.map
|