@cloudscape-design/components 3.0.711 → 3.0.712
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/autosuggest/options-controller.d.ts.map +1 -1
- package/autosuggest/options-controller.js +11 -4
- package/autosuggest/options-controller.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +4 -14
- package/property-filter/index.js.map +1 -1
- package/property-filter/styles.css.js +46 -31
- package/property-filter/styles.scoped.css +134 -33
- package/property-filter/styles.selectors.js +46 -31
- package/property-filter/test-classes/styles.css.js +16 -14
- package/property-filter/test-classes/styles.scoped.css +22 -14
- package/property-filter/test-classes/styles.selectors.js +16 -14
- package/property-filter/token-editor-grouped.d.ts +32 -0
- package/property-filter/token-editor-grouped.d.ts.map +1 -0
- package/property-filter/token-editor-grouped.js +114 -0
- package/property-filter/token-editor-grouped.js.map +1 -0
- package/property-filter/token-editor.d.ts +34 -3
- package/property-filter/token-editor.d.ts.map +1 -1
- package/property-filter/token-editor.js +8 -13
- package/property-filter/token-editor.js.map +1 -1
- package/property-filter/token.d.ts.map +1 -1
- package/property-filter/token.js +6 -1
- package/property-filter/token.js.map +1 -1
- package/test-utils/dom/property-filter/index.d.ts +12 -0
- package/test-utils/dom/property-filter/index.js +40 -1
- package/test-utils/dom/property-filter/index.js.map +1 -1
- package/test-utils/selectors/property-filter/index.d.ts +12 -0
- package/test-utils/selectors/property-filter/index.js +40 -1
- package/test-utils/selectors/property-filter/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
|
@@ -94,7 +94,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.
|
|
97
|
+
.awsui_root_1wzqe_s6hek_97:not(#\9) {
|
|
98
98
|
border-collapse: separate;
|
|
99
99
|
border-spacing: 0;
|
|
100
100
|
box-sizing: border-box;
|
|
@@ -130,111 +130,212 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
130
130
|
-moz-osx-font-smoothing: auto;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.awsui_search-
|
|
133
|
+
.awsui_search-field_1wzqe_s6hek_132:not(#\9) {
|
|
134
134
|
display: flex;
|
|
135
135
|
align-items: flex-end;
|
|
136
136
|
max-inline-size: calc(688px - 2 * var(--space-l-t419sm, 20px));
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.awsui_input-
|
|
139
|
+
.awsui_input-wrapper_1wzqe_s6hek_138:not(#\9) {
|
|
140
140
|
flex-grow: 1;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
.awsui_add-
|
|
143
|
+
.awsui_add-token_1wzqe_s6hek_142:not(#\9) {
|
|
144
144
|
border-inline-start: 1px solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
145
145
|
box-sizing: border-box;
|
|
146
146
|
margin-inline-start: var(--space-m-udix3p, 16px);
|
|
147
147
|
padding-inline-start: var(--space-m-udix3p, 16px);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
-
.
|
|
150
|
+
.awsui_tokens_1wzqe_s6hek_149:not(#\9) {
|
|
151
151
|
margin-block: var(--space-xs-zb16t3, 8px);
|
|
152
152
|
margin-inline: 0;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.awsui_token-
|
|
155
|
+
.awsui_token-operator_1wzqe_s6hek_154:not(#\9) {
|
|
156
156
|
font-weight: bold;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.awsui_property-
|
|
160
|
-
.awsui_token-
|
|
159
|
+
.awsui_property-editor_1wzqe_s6hek_158:not(#\9),
|
|
160
|
+
.awsui_token-editor_1wzqe_s6hek_159:not(#\9) {
|
|
161
161
|
-webkit-user-select: text;
|
|
162
162
|
user-select: text;
|
|
163
163
|
margin-block: var(--space-xxs-p8yyaw, 4px);
|
|
164
164
|
margin-inline: var(--space-xxs-p8yyaw, 4px);
|
|
165
165
|
}
|
|
166
|
-
.awsui_property-editor-
|
|
167
|
-
.awsui_token-editor-
|
|
166
|
+
.awsui_property-editor-form_1wzqe_s6hek_164:not(#\9),
|
|
167
|
+
.awsui_token-editor-form_1wzqe_s6hek_165:not(#\9) {
|
|
168
168
|
margin-block-end: var(--space-scaled-l-0hpmd7, 20px);
|
|
169
169
|
}
|
|
170
|
-
.awsui_property-editor-field-
|
|
171
|
-
.awsui_token-editor-field-
|
|
170
|
+
.awsui_property-editor-field-property_1wzqe_s6hek_168:not(#\9),
|
|
171
|
+
.awsui_token-editor-field-property_1wzqe_s6hek_169:not(#\9) {
|
|
172
172
|
/* used in test-utils */
|
|
173
173
|
}
|
|
174
|
-
.awsui_property-editor-field-
|
|
175
|
-
.awsui_token-editor-field-
|
|
174
|
+
.awsui_property-editor-field-operator_1wzqe_s6hek_172:not(#\9),
|
|
175
|
+
.awsui_token-editor-field-operator_1wzqe_s6hek_173:not(#\9) {
|
|
176
176
|
margin-block-start: var(--space-scaled-l-0hpmd7, 20px);
|
|
177
177
|
}
|
|
178
|
-
.awsui_property-editor-field-
|
|
179
|
-
.awsui_token-editor-field-
|
|
178
|
+
.awsui_property-editor-field-value_1wzqe_s6hek_176:not(#\9),
|
|
179
|
+
.awsui_token-editor-field-value_1wzqe_s6hek_177:not(#\9) {
|
|
180
180
|
margin-block-start: var(--space-scaled-l-0hpmd7, 20px);
|
|
181
181
|
}
|
|
182
|
-
.awsui_property-editor-
|
|
183
|
-
.awsui_token-editor-
|
|
182
|
+
.awsui_property-editor-cancel_1wzqe_s6hek_180:not(#\9),
|
|
183
|
+
.awsui_token-editor-cancel_1wzqe_s6hek_181:not(#\9) {
|
|
184
184
|
margin-inline-end: var(--space-xs-zb16t3, 8px);
|
|
185
185
|
}
|
|
186
|
-
.awsui_property-editor-
|
|
187
|
-
.awsui_token-editor-
|
|
186
|
+
.awsui_property-editor-submit_1wzqe_s6hek_184:not(#\9),
|
|
187
|
+
.awsui_token-editor-submit_1wzqe_s6hek_185:not(#\9) {
|
|
188
188
|
/* used in test-utils */
|
|
189
189
|
}
|
|
190
|
-
.awsui_property-editor-
|
|
191
|
-
.awsui_token-editor-
|
|
190
|
+
.awsui_property-editor-actions_1wzqe_s6hek_188:not(#\9),
|
|
191
|
+
.awsui_token-editor-actions_1wzqe_s6hek_189:not(#\9) {
|
|
192
192
|
display: flex;
|
|
193
193
|
justify-content: flex-end;
|
|
194
194
|
padding-block-start: var(--space-s-34lx8l, 12px);
|
|
195
195
|
border-block-start: 1px solid var(--color-border-dropdown-item-default-k36ra7, #b6bec9);
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
.awsui_token-editor-
|
|
198
|
+
.awsui_token-editor-actions_1wzqe_s6hek_189:not(#\9) {
|
|
199
199
|
padding-inline-end: calc(var(--space-m-udix3p, 16px) + var(--space-xxs-p8yyaw, 4px));
|
|
200
200
|
margin-inline: calc(-1 * var(--space-m-udix3p, 16px) + -1 * var(--space-xxs-p8yyaw, 4px));
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
.
|
|
203
|
+
.awsui_token-editor-grouped_1wzqe_s6hek_201:not(#\9) {
|
|
204
|
+
display: flex;
|
|
205
|
+
flex-direction: column;
|
|
206
|
+
gap: var(--space-s-34lx8l, 12px);
|
|
207
|
+
-webkit-user-select: text;
|
|
208
|
+
user-select: text;
|
|
209
|
+
margin-block: var(--space-xxs-p8yyaw, 4px);
|
|
210
|
+
margin-inline: var(--space-xxs-p8yyaw, 4px);
|
|
211
|
+
}
|
|
212
|
+
.awsui_token-editor-grouped-form_1wzqe_s6hek_209:not(#\9) {
|
|
213
|
+
margin-block-end: var(--space-scaled-l-0hpmd7, 20px);
|
|
214
|
+
}
|
|
215
|
+
.awsui_token-editor-grouped-field-property_1wzqe_s6hek_212:not(#\9) {
|
|
216
|
+
flex-grow: 2;
|
|
217
|
+
}
|
|
218
|
+
.awsui_token-editor-grouped-field-operator_1wzqe_s6hek_215:not(#\9) {
|
|
219
|
+
flex-grow: 1;
|
|
220
|
+
}
|
|
221
|
+
.awsui_token-editor-grouped-field-value_1wzqe_s6hek_218:not(#\9) {
|
|
222
|
+
flex-grow: 2;
|
|
223
|
+
}
|
|
224
|
+
.awsui_token-editor-grouped-cancel_1wzqe_s6hek_221:not(#\9) {
|
|
225
|
+
margin-inline-end: var(--space-xs-zb16t3, 8px);
|
|
226
|
+
}
|
|
227
|
+
.awsui_token-editor-grouped-submit_1wzqe_s6hek_224:not(#\9) {
|
|
228
|
+
/* used in test-utils */
|
|
229
|
+
}
|
|
230
|
+
.awsui_token-editor-grouped-actions_1wzqe_s6hek_227:not(#\9) {
|
|
231
|
+
display: flex;
|
|
232
|
+
justify-content: flex-end;
|
|
233
|
+
padding-block-start: var(--space-s-34lx8l, 12px);
|
|
234
|
+
border-block-start: 1px solid var(--color-border-dropdown-item-default-k36ra7, #b6bec9);
|
|
235
|
+
padding-inline-end: calc(var(--space-m-udix3p, 16px) + var(--space-xxs-p8yyaw, 4px));
|
|
236
|
+
margin-inline: calc(-1 * var(--space-m-udix3p, 16px) + -1 * var(--space-xxs-p8yyaw, 4px));
|
|
237
|
+
margin-block-start: var(--space-s-34lx8l, 12px);
|
|
238
|
+
}
|
|
239
|
+
.awsui_token-editor-grouped-grid_1wzqe_s6hek_236:not(#\9) {
|
|
240
|
+
border-collapse: separate;
|
|
241
|
+
border-spacing: 0;
|
|
242
|
+
box-sizing: border-box;
|
|
243
|
+
caption-side: top;
|
|
244
|
+
cursor: auto;
|
|
245
|
+
direction: inherit;
|
|
246
|
+
empty-cells: show;
|
|
247
|
+
font-family: serif;
|
|
248
|
+
font-size: medium;
|
|
249
|
+
font-style: normal;
|
|
250
|
+
font-variant: normal;
|
|
251
|
+
font-weight: 400;
|
|
252
|
+
font-stretch: normal;
|
|
253
|
+
line-height: normal;
|
|
254
|
+
-webkit-hyphens: none;
|
|
255
|
+
hyphens: none;
|
|
256
|
+
letter-spacing: normal;
|
|
257
|
+
list-style: disc outside none;
|
|
258
|
+
tab-size: 8;
|
|
259
|
+
text-align: start;
|
|
260
|
+
text-indent: 0;
|
|
261
|
+
text-shadow: none;
|
|
262
|
+
text-transform: none;
|
|
263
|
+
visibility: visible;
|
|
264
|
+
white-space: normal;
|
|
265
|
+
word-spacing: normal;
|
|
266
|
+
font-size: var(--font-size-body-m-x4okxb, 14px);
|
|
267
|
+
line-height: var(--line-height-body-m-30ar75, 20px);
|
|
268
|
+
color: var(--color-text-body-default-at06ol, #000716);
|
|
269
|
+
font-weight: 400;
|
|
270
|
+
font-family: var(--font-family-base-dnvic8, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
271
|
+
-webkit-font-smoothing: auto;
|
|
272
|
+
-moz-osx-font-smoothing: auto;
|
|
273
|
+
display: grid;
|
|
274
|
+
gap: var(--space-s-34lx8l, 12px);
|
|
275
|
+
grid-template-columns: 2fr 120px 3fr min-content;
|
|
276
|
+
}
|
|
277
|
+
.awsui_token-editor-grouped-grid-group_1wzqe_s6hek_273:not(#\9) {
|
|
278
|
+
display: contents;
|
|
279
|
+
}
|
|
280
|
+
.awsui_token-editor-grouped-grid_1wzqe_s6hek_236.awsui_token-editor-narrow_1wzqe_s6hek_276:not(#\9) {
|
|
281
|
+
grid-template-columns: 1fr;
|
|
282
|
+
gap: var(--space-m-udix3p, 16px);
|
|
283
|
+
}
|
|
284
|
+
.awsui_token-editor-grouped-grid_1wzqe_s6hek_236.awsui_token-editor-narrow_1wzqe_s6hek_276 > .awsui_token-editor-grouped-group_1wzqe_s6hek_280:not(#\9) {
|
|
285
|
+
display: flex;
|
|
286
|
+
flex-direction: column;
|
|
287
|
+
gap: var(--space-s-34lx8l, 12px);
|
|
288
|
+
}
|
|
289
|
+
.awsui_token-editor-grouped-grid-header_1wzqe_s6hek_285:not(#\9) {
|
|
290
|
+
color: var(--color-text-column-header-czuvwg, #414d5c);
|
|
291
|
+
font-weight: var(--font-weight-heading-s-cwn6wc, 700);
|
|
292
|
+
padding-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
293
|
+
text-align: start;
|
|
294
|
+
}
|
|
295
|
+
.awsui_token-editor-grouped-grid-cell_1wzqe_s6hek_291:not(#\9) {
|
|
296
|
+
display: flex;
|
|
297
|
+
align-items: flex-end;
|
|
298
|
+
justify-content: flex-end;
|
|
299
|
+
}
|
|
300
|
+
.awsui_token-editor-grouped-add-token_1wzqe_s6hek_296:not(#\9) {
|
|
301
|
+
margin-block-start: var(--space-s-34lx8l, 12px);
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.awsui_property-editor_1wzqe_s6hek_158:not(#\9) {
|
|
204
305
|
padding-block: var(--space-m-udix3p, 16px);
|
|
205
306
|
padding-inline: var(--space-m-udix3p, 16px);
|
|
206
307
|
overflow-y: auto;
|
|
207
308
|
}
|
|
208
309
|
|
|
209
|
-
.awsui_custom-content-
|
|
310
|
+
.awsui_custom-content-wrapper_1wzqe_s6hek_306:not(#\9) {
|
|
210
311
|
display: contents;
|
|
211
312
|
}
|
|
212
313
|
|
|
213
|
-
.awsui_custom-
|
|
314
|
+
.awsui_custom-control_1wzqe_s6hek_310:not(#\9) {
|
|
214
315
|
margin-inline-end: var(--space-s-34lx8l, 12px);
|
|
215
316
|
}
|
|
216
317
|
|
|
217
|
-
.
|
|
318
|
+
.awsui_input_1wzqe_s6hek_138:not(#\9) {
|
|
218
319
|
flex: 1;
|
|
219
320
|
}
|
|
220
321
|
|
|
221
|
-
.
|
|
322
|
+
.awsui_results_1wzqe_s6hek_318:not(#\9) {
|
|
222
323
|
padding-block: calc(var(--space-scaled-xxs-7597g1, 4px) + var(--border-field-width-09w7vk, 2px));
|
|
223
324
|
padding-inline: 0;
|
|
224
325
|
}
|
|
225
326
|
|
|
226
|
-
.awsui_token-
|
|
327
|
+
.awsui_token-trigger_1wzqe_s6hek_323:not(#\9) {
|
|
227
328
|
min-inline-size: 0;
|
|
228
329
|
word-break: break-word;
|
|
229
330
|
}
|
|
230
331
|
|
|
231
|
-
.awsui_remove-
|
|
232
|
-
.awsui_join-
|
|
233
|
-
.awsui_custom-filter-
|
|
332
|
+
.awsui_remove-all_1wzqe_s6hek_328:not(#\9),
|
|
333
|
+
.awsui_join-operation_1wzqe_s6hek_329:not(#\9),
|
|
334
|
+
.awsui_custom-filter-actions_1wzqe_s6hek_330:not(#\9) {
|
|
234
335
|
/* used in test-utils */
|
|
235
336
|
}
|
|
236
337
|
|
|
237
|
-
.
|
|
338
|
+
.awsui_constraint_1wzqe_s6hek_334:not(#\9) {
|
|
238
339
|
padding-block-start: var(--space-xxs-p8yyaw, 4px);
|
|
239
340
|
color: var(--color-text-form-secondary-dxc248, #5f6b7a);
|
|
240
341
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
@@ -2,36 +2,51 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"search-field": "awsui_search-
|
|
7
|
-
"input-wrapper": "awsui_input-
|
|
8
|
-
"add-token": "awsui_add-
|
|
9
|
-
"tokens": "
|
|
10
|
-
"token-operator": "awsui_token-
|
|
11
|
-
"property-editor": "awsui_property-
|
|
12
|
-
"token-editor": "awsui_token-
|
|
13
|
-
"property-editor-form": "awsui_property-editor-
|
|
14
|
-
"token-editor-form": "awsui_token-editor-
|
|
15
|
-
"property-editor-field-property": "awsui_property-editor-field-
|
|
16
|
-
"token-editor-field-property": "awsui_token-editor-field-
|
|
17
|
-
"property-editor-field-operator": "awsui_property-editor-field-
|
|
18
|
-
"token-editor-field-operator": "awsui_token-editor-field-
|
|
19
|
-
"property-editor-field-value": "awsui_property-editor-field-
|
|
20
|
-
"token-editor-field-value": "awsui_token-editor-field-
|
|
21
|
-
"property-editor-cancel": "awsui_property-editor-
|
|
22
|
-
"token-editor-cancel": "awsui_token-editor-
|
|
23
|
-
"property-editor-submit": "awsui_property-editor-
|
|
24
|
-
"token-editor-submit": "awsui_token-editor-
|
|
25
|
-
"property-editor-actions": "awsui_property-editor-
|
|
26
|
-
"token-editor-actions": "awsui_token-editor-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"token-
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
5
|
+
"root": "awsui_root_1wzqe_s6hek_97",
|
|
6
|
+
"search-field": "awsui_search-field_1wzqe_s6hek_132",
|
|
7
|
+
"input-wrapper": "awsui_input-wrapper_1wzqe_s6hek_138",
|
|
8
|
+
"add-token": "awsui_add-token_1wzqe_s6hek_142",
|
|
9
|
+
"tokens": "awsui_tokens_1wzqe_s6hek_149",
|
|
10
|
+
"token-operator": "awsui_token-operator_1wzqe_s6hek_154",
|
|
11
|
+
"property-editor": "awsui_property-editor_1wzqe_s6hek_158",
|
|
12
|
+
"token-editor": "awsui_token-editor_1wzqe_s6hek_159",
|
|
13
|
+
"property-editor-form": "awsui_property-editor-form_1wzqe_s6hek_164",
|
|
14
|
+
"token-editor-form": "awsui_token-editor-form_1wzqe_s6hek_165",
|
|
15
|
+
"property-editor-field-property": "awsui_property-editor-field-property_1wzqe_s6hek_168",
|
|
16
|
+
"token-editor-field-property": "awsui_token-editor-field-property_1wzqe_s6hek_169",
|
|
17
|
+
"property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_s6hek_172",
|
|
18
|
+
"token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_s6hek_173",
|
|
19
|
+
"property-editor-field-value": "awsui_property-editor-field-value_1wzqe_s6hek_176",
|
|
20
|
+
"token-editor-field-value": "awsui_token-editor-field-value_1wzqe_s6hek_177",
|
|
21
|
+
"property-editor-cancel": "awsui_property-editor-cancel_1wzqe_s6hek_180",
|
|
22
|
+
"token-editor-cancel": "awsui_token-editor-cancel_1wzqe_s6hek_181",
|
|
23
|
+
"property-editor-submit": "awsui_property-editor-submit_1wzqe_s6hek_184",
|
|
24
|
+
"token-editor-submit": "awsui_token-editor-submit_1wzqe_s6hek_185",
|
|
25
|
+
"property-editor-actions": "awsui_property-editor-actions_1wzqe_s6hek_188",
|
|
26
|
+
"token-editor-actions": "awsui_token-editor-actions_1wzqe_s6hek_189",
|
|
27
|
+
"token-editor-grouped": "awsui_token-editor-grouped_1wzqe_s6hek_201",
|
|
28
|
+
"token-editor-grouped-form": "awsui_token-editor-grouped-form_1wzqe_s6hek_209",
|
|
29
|
+
"token-editor-grouped-field-property": "awsui_token-editor-grouped-field-property_1wzqe_s6hek_212",
|
|
30
|
+
"token-editor-grouped-field-operator": "awsui_token-editor-grouped-field-operator_1wzqe_s6hek_215",
|
|
31
|
+
"token-editor-grouped-field-value": "awsui_token-editor-grouped-field-value_1wzqe_s6hek_218",
|
|
32
|
+
"token-editor-grouped-cancel": "awsui_token-editor-grouped-cancel_1wzqe_s6hek_221",
|
|
33
|
+
"token-editor-grouped-submit": "awsui_token-editor-grouped-submit_1wzqe_s6hek_224",
|
|
34
|
+
"token-editor-grouped-actions": "awsui_token-editor-grouped-actions_1wzqe_s6hek_227",
|
|
35
|
+
"token-editor-grouped-grid": "awsui_token-editor-grouped-grid_1wzqe_s6hek_236",
|
|
36
|
+
"token-editor-grouped-grid-group": "awsui_token-editor-grouped-grid-group_1wzqe_s6hek_273",
|
|
37
|
+
"token-editor-narrow": "awsui_token-editor-narrow_1wzqe_s6hek_276",
|
|
38
|
+
"token-editor-grouped-group": "awsui_token-editor-grouped-group_1wzqe_s6hek_280",
|
|
39
|
+
"token-editor-grouped-grid-header": "awsui_token-editor-grouped-grid-header_1wzqe_s6hek_285",
|
|
40
|
+
"token-editor-grouped-grid-cell": "awsui_token-editor-grouped-grid-cell_1wzqe_s6hek_291",
|
|
41
|
+
"token-editor-grouped-add-token": "awsui_token-editor-grouped-add-token_1wzqe_s6hek_296",
|
|
42
|
+
"custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_s6hek_306",
|
|
43
|
+
"custom-control": "awsui_custom-control_1wzqe_s6hek_310",
|
|
44
|
+
"input": "awsui_input_1wzqe_s6hek_138",
|
|
45
|
+
"results": "awsui_results_1wzqe_s6hek_318",
|
|
46
|
+
"token-trigger": "awsui_token-trigger_1wzqe_s6hek_323",
|
|
47
|
+
"remove-all": "awsui_remove-all_1wzqe_s6hek_328",
|
|
48
|
+
"join-operation": "awsui_join-operation_1wzqe_s6hek_329",
|
|
49
|
+
"custom-filter-actions": "awsui_custom-filter-actions_1wzqe_s6hek_330",
|
|
50
|
+
"constraint": "awsui_constraint_1wzqe_s6hek_334"
|
|
36
51
|
};
|
|
37
52
|
|
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"filtering-token": "awsui_filtering-
|
|
5
|
-
"filtering-token-dismiss-button": "awsui_filtering-token-dismiss-
|
|
6
|
-
"filtering-token-select": "awsui_filtering-token-
|
|
7
|
-
"filtering-token-content": "awsui_filtering-token-
|
|
8
|
-
"filtering-token-inner": "awsui_filtering-token-
|
|
9
|
-
"filtering-token-inner-dismiss-button": "awsui_filtering-token-inner-dismiss-
|
|
10
|
-
"filtering-token-inner-select": "awsui_filtering-token-inner-
|
|
11
|
-
"filtering-token-inner-content": "awsui_filtering-token-inner-
|
|
12
|
-
"filtering-token-edit-button": "awsui_filtering-token-edit-
|
|
13
|
-
"token-editor-field-property": "awsui_token-editor-field-
|
|
14
|
-
"token-editor-field-operator": "awsui_token-editor-field-
|
|
15
|
-
"token-editor-field-value": "awsui_token-editor-field-
|
|
16
|
-
"token-editor-
|
|
17
|
-
"token-editor-
|
|
4
|
+
"filtering-token": "awsui_filtering-token_1heb1_iwu37_5",
|
|
5
|
+
"filtering-token-dismiss-button": "awsui_filtering-token-dismiss-button_1heb1_iwu37_9",
|
|
6
|
+
"filtering-token-select": "awsui_filtering-token-select_1heb1_iwu37_13",
|
|
7
|
+
"filtering-token-content": "awsui_filtering-token-content_1heb1_iwu37_17",
|
|
8
|
+
"filtering-token-inner": "awsui_filtering-token-inner_1heb1_iwu37_21",
|
|
9
|
+
"filtering-token-inner-dismiss-button": "awsui_filtering-token-inner-dismiss-button_1heb1_iwu37_25",
|
|
10
|
+
"filtering-token-inner-select": "awsui_filtering-token-inner-select_1heb1_iwu37_29",
|
|
11
|
+
"filtering-token-inner-content": "awsui_filtering-token-inner-content_1heb1_iwu37_33",
|
|
12
|
+
"filtering-token-edit-button": "awsui_filtering-token-edit-button_1heb1_iwu37_37",
|
|
13
|
+
"token-editor-field-property": "awsui_token-editor-field-property_1heb1_iwu37_41",
|
|
14
|
+
"token-editor-field-operator": "awsui_token-editor-field-operator_1heb1_iwu37_45",
|
|
15
|
+
"token-editor-field-value": "awsui_token-editor-field-value_1heb1_iwu37_49",
|
|
16
|
+
"token-editor-token-remove-actions": "awsui_token-editor-token-remove-actions_1heb1_iwu37_53",
|
|
17
|
+
"token-editor-token-add-actions": "awsui_token-editor-token-add-actions_1heb1_iwu37_57",
|
|
18
|
+
"token-editor-cancel": "awsui_token-editor-cancel_1heb1_iwu37_61",
|
|
19
|
+
"token-editor-submit": "awsui_token-editor-submit_1heb1_iwu37_65"
|
|
18
20
|
};
|
|
19
21
|
|
|
@@ -2,58 +2,66 @@
|
|
|
2
2
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
*/
|
|
5
|
-
.awsui_filtering-
|
|
5
|
+
.awsui_filtering-token_1heb1_iwu37_5:not(#\9) {
|
|
6
6
|
/* used in test-utils */
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.awsui_filtering-token-dismiss-
|
|
9
|
+
.awsui_filtering-token-dismiss-button_1heb1_iwu37_9:not(#\9) {
|
|
10
10
|
/* used in test-utils */
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.awsui_filtering-token-
|
|
13
|
+
.awsui_filtering-token-select_1heb1_iwu37_13:not(#\9) {
|
|
14
14
|
/* used in test-utils */
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
.awsui_filtering-token-
|
|
17
|
+
.awsui_filtering-token-content_1heb1_iwu37_17:not(#\9) {
|
|
18
18
|
/* used in test-utils */
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.awsui_filtering-token-
|
|
21
|
+
.awsui_filtering-token-inner_1heb1_iwu37_21:not(#\9) {
|
|
22
22
|
/* used in test-utils */
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.awsui_filtering-token-inner-dismiss-
|
|
25
|
+
.awsui_filtering-token-inner-dismiss-button_1heb1_iwu37_25:not(#\9) {
|
|
26
26
|
/* used in test-utils */
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.awsui_filtering-token-inner-
|
|
29
|
+
.awsui_filtering-token-inner-select_1heb1_iwu37_29:not(#\9) {
|
|
30
30
|
/* used in test-utils */
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.awsui_filtering-token-inner-
|
|
33
|
+
.awsui_filtering-token-inner-content_1heb1_iwu37_33:not(#\9) {
|
|
34
34
|
/* used in test-utils */
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
.awsui_filtering-token-edit-
|
|
37
|
+
.awsui_filtering-token-edit-button_1heb1_iwu37_37:not(#\9) {
|
|
38
38
|
/* used in test-utils */
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
.awsui_token-editor-field-
|
|
41
|
+
.awsui_token-editor-field-property_1heb1_iwu37_41:not(#\9) {
|
|
42
42
|
/* used in test-utils */
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.awsui_token-editor-field-
|
|
45
|
+
.awsui_token-editor-field-operator_1heb1_iwu37_45:not(#\9) {
|
|
46
46
|
/* used in test-utils */
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.awsui_token-editor-field-
|
|
49
|
+
.awsui_token-editor-field-value_1heb1_iwu37_49:not(#\9) {
|
|
50
50
|
/* used in test-utils */
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
.awsui_token-editor-
|
|
53
|
+
.awsui_token-editor-token-remove-actions_1heb1_iwu37_53:not(#\9) {
|
|
54
54
|
/* used in test-utils */
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
.awsui_token-editor-
|
|
57
|
+
.awsui_token-editor-token-add-actions_1heb1_iwu37_57:not(#\9) {
|
|
58
|
+
/* used in test-utils */
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.awsui_token-editor-cancel_1heb1_iwu37_61:not(#\9) {
|
|
62
|
+
/* used in test-utils */
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.awsui_token-editor-submit_1heb1_iwu37_65:not(#\9) {
|
|
58
66
|
/* used in test-utils */
|
|
59
67
|
}
|
|
@@ -2,19 +2,21 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"filtering-token": "awsui_filtering-
|
|
6
|
-
"filtering-token-dismiss-button": "awsui_filtering-token-dismiss-
|
|
7
|
-
"filtering-token-select": "awsui_filtering-token-
|
|
8
|
-
"filtering-token-content": "awsui_filtering-token-
|
|
9
|
-
"filtering-token-inner": "awsui_filtering-token-
|
|
10
|
-
"filtering-token-inner-dismiss-button": "awsui_filtering-token-inner-dismiss-
|
|
11
|
-
"filtering-token-inner-select": "awsui_filtering-token-inner-
|
|
12
|
-
"filtering-token-inner-content": "awsui_filtering-token-inner-
|
|
13
|
-
"filtering-token-edit-button": "awsui_filtering-token-edit-
|
|
14
|
-
"token-editor-field-property": "awsui_token-editor-field-
|
|
15
|
-
"token-editor-field-operator": "awsui_token-editor-field-
|
|
16
|
-
"token-editor-field-value": "awsui_token-editor-field-
|
|
17
|
-
"token-editor-
|
|
18
|
-
"token-editor-
|
|
5
|
+
"filtering-token": "awsui_filtering-token_1heb1_iwu37_5",
|
|
6
|
+
"filtering-token-dismiss-button": "awsui_filtering-token-dismiss-button_1heb1_iwu37_9",
|
|
7
|
+
"filtering-token-select": "awsui_filtering-token-select_1heb1_iwu37_13",
|
|
8
|
+
"filtering-token-content": "awsui_filtering-token-content_1heb1_iwu37_17",
|
|
9
|
+
"filtering-token-inner": "awsui_filtering-token-inner_1heb1_iwu37_21",
|
|
10
|
+
"filtering-token-inner-dismiss-button": "awsui_filtering-token-inner-dismiss-button_1heb1_iwu37_25",
|
|
11
|
+
"filtering-token-inner-select": "awsui_filtering-token-inner-select_1heb1_iwu37_29",
|
|
12
|
+
"filtering-token-inner-content": "awsui_filtering-token-inner-content_1heb1_iwu37_33",
|
|
13
|
+
"filtering-token-edit-button": "awsui_filtering-token-edit-button_1heb1_iwu37_37",
|
|
14
|
+
"token-editor-field-property": "awsui_token-editor-field-property_1heb1_iwu37_41",
|
|
15
|
+
"token-editor-field-operator": "awsui_token-editor-field-operator_1heb1_iwu37_45",
|
|
16
|
+
"token-editor-field-value": "awsui_token-editor-field-value_1heb1_iwu37_49",
|
|
17
|
+
"token-editor-token-remove-actions": "awsui_token-editor-token-remove-actions_1heb1_iwu37_53",
|
|
18
|
+
"token-editor-token-add-actions": "awsui_token-editor-token-add-actions_1heb1_iwu37_57",
|
|
19
|
+
"token-editor-cancel": "awsui_token-editor-cancel_1heb1_iwu37_61",
|
|
20
|
+
"token-editor-submit": "awsui_token-editor-submit_1heb1_iwu37_65"
|
|
19
21
|
};
|
|
20
22
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DropdownStatusProps } from '../internal/components/dropdown-status/interfaces';
|
|
3
|
+
import { NonCancelableEventHandler } from '../internal/events';
|
|
4
|
+
import { FormattedToken, GroupText, I18nStrings, InternalFilteringOption, InternalFilteringProperty, InternalFreeTextFiltering, InternalToken, LoadItemsDetail } from './interfaces';
|
|
5
|
+
interface I18nStringsExt {
|
|
6
|
+
tokenEditorTokenActionsLabel: (token: FormattedToken) => string;
|
|
7
|
+
tokenEditorTokenRemoveLabel: (token: FormattedToken) => string;
|
|
8
|
+
tokenEditorTokenRemoveFromGroupLabel: (token: FormattedToken) => string;
|
|
9
|
+
tokenEditorAddNewTokenLabel: string;
|
|
10
|
+
tokenEditorAddTokenActionsLabel: string;
|
|
11
|
+
tokenEditorAddExistingTokenLabel: (token: FormattedToken) => string;
|
|
12
|
+
}
|
|
13
|
+
export interface TokenEditorProps {
|
|
14
|
+
supportsGroups: boolean;
|
|
15
|
+
asyncProperties?: boolean;
|
|
16
|
+
asyncProps: DropdownStatusProps;
|
|
17
|
+
customGroupsText: readonly GroupText[];
|
|
18
|
+
freeTextFiltering: InternalFreeTextFiltering;
|
|
19
|
+
filteringProperties: readonly InternalFilteringProperty[];
|
|
20
|
+
filteringOptions: readonly InternalFilteringOption[];
|
|
21
|
+
i18nStrings: I18nStrings & I18nStringsExt;
|
|
22
|
+
onLoadItems?: NonCancelableEventHandler<LoadItemsDetail>;
|
|
23
|
+
onSubmit: () => void;
|
|
24
|
+
onDismiss: () => void;
|
|
25
|
+
standaloneTokens: InternalToken[];
|
|
26
|
+
onChangeStandalone: (newStandalone: InternalToken[]) => void;
|
|
27
|
+
tempGroup: InternalToken[];
|
|
28
|
+
onChangeTempGroup: (token: InternalToken[]) => void;
|
|
29
|
+
}
|
|
30
|
+
export declare function TokenEditor({ supportsGroups, asyncProperties, asyncProps, customGroupsText, freeTextFiltering, filteringProperties, filteringOptions, i18nStrings, onLoadItems, onSubmit, onDismiss, standaloneTokens, onChangeStandalone, tempGroup, onChangeTempGroup, }: TokenEditorProps): JSX.Element;
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=token-editor-grouped.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token-editor-grouped.d.ts","sourceRoot":"","sources":["../../../src/property-filter/token-editor-grouped.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAExF,OAAO,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AAK/D,OAAO,EAEL,cAAc,EACd,SAAS,EACT,WAAW,EACX,uBAAuB,EACvB,yBAAyB,EACzB,yBAAyB,EACzB,aAAa,EACb,eAAe,EAChB,MAAM,cAAc,CAAC;AAMtB,UAAU,cAAc;IACtB,4BAA4B,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,MAAM,CAAC;IAChE,2BAA2B,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,MAAM,CAAC;IAC/D,oCAAoC,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,MAAM,CAAC;IACxE,2BAA2B,EAAE,MAAM,CAAC;IACpC,+BAA+B,EAAE,MAAM,CAAC;IACxC,gCAAgC,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,MAAM,CAAC;CACrE;AAED,MAAM,WAAW,gBAAgB;IAC/B,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,mBAAmB,CAAC;IAChC,gBAAgB,EAAE,SAAS,SAAS,EAAE,CAAC;IACvC,iBAAiB,EAAE,yBAAyB,CAAC;IAC7C,mBAAmB,EAAE,SAAS,yBAAyB,EAAE,CAAC;IAC1D,gBAAgB,EAAE,SAAS,uBAAuB,EAAE,CAAC;IACrD,WAAW,EAAE,WAAW,GAAG,cAAc,CAAC;IAC1C,WAAW,CAAC,EAAE,yBAAyB,CAAC,eAAe,CAAC,CAAC;IACzD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,gBAAgB,EAAE,aAAa,EAAE,CAAC;IAClC,kBAAkB,EAAE,CAAC,aAAa,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;IAC7D,SAAS,EAAE,aAAa,EAAE,CAAC;IAC3B,iBAAiB,EAAE,CAAC,KAAK,EAAE,aAAa,EAAE,KAAK,IAAI,CAAC;CACrD;AAED,wBAAgB,WAAW,CAAC,EAC1B,cAAc,EACd,eAAe,EACf,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,QAAQ,EACR,SAAS,EACT,gBAAgB,EAChB,kBAAkB,EAClB,SAAS,EACT,iBAAiB,GAClB,EAAE,gBAAgB,eAsIlB"}
|