@cloudscape-design/board-components 3.0.113 → 3.0.115

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.
@@ -41,33 +41,33 @@ module.exports = {
41
41
  "properties": [
42
42
  {
43
43
  "name": "dragHandleAriaDescription",
44
- "type": "string",
45
- "optional": true
44
+ "optional": true,
45
+ "type": "string"
46
46
  },
47
47
  {
48
48
  "name": "dragHandleAriaLabel",
49
- "type": "string",
50
- "optional": false
49
+ "optional": false,
50
+ "type": "string"
51
51
  },
52
52
  {
53
53
  "name": "dragHandleTooltipText",
54
- "type": "string",
55
- "optional": true
54
+ "optional": true,
55
+ "type": "string"
56
56
  },
57
57
  {
58
58
  "name": "resizeHandleAriaDescription",
59
- "type": "string",
60
- "optional": true
59
+ "optional": true,
60
+ "type": "string"
61
61
  },
62
62
  {
63
63
  "name": "resizeHandleAriaLabel",
64
- "type": "string",
65
- "optional": false
64
+ "optional": false,
65
+ "type": "string"
66
66
  },
67
67
  {
68
68
  "name": "resizeHandleTooltipText",
69
- "type": "string",
70
- "optional": true
69
+ "optional": true,
70
+ "type": "string"
71
71
  }
72
72
  ]
73
73
  },
@@ -20,53 +20,141 @@ module.exports = {
20
20
  "properties": [
21
21
  {
22
22
  "name": "liveAnnouncementDndCommitted",
23
+ "optional": false,
23
24
  "type": "(operationType: BoardProps.DndOperationType) => string",
24
- "optional": false
25
+ "inlineType": {
26
+ "name": "(operationType: BoardProps.DndOperationType) => string",
27
+ "type": "function",
28
+ "returnType": "string",
29
+ "parameters": [
30
+ {
31
+ "name": "operationType",
32
+ "type": "BoardProps.DndOperationType"
33
+ }
34
+ ]
35
+ }
25
36
  },
26
37
  {
27
38
  "name": "liveAnnouncementDndDiscarded",
39
+ "optional": false,
28
40
  "type": "(operationType: BoardProps.DndOperationType) => string",
29
- "optional": false
41
+ "inlineType": {
42
+ "name": "(operationType: BoardProps.DndOperationType) => string",
43
+ "type": "function",
44
+ "returnType": "string",
45
+ "parameters": [
46
+ {
47
+ "name": "operationType",
48
+ "type": "BoardProps.DndOperationType"
49
+ }
50
+ ]
51
+ }
30
52
  },
31
53
  {
32
54
  "name": "liveAnnouncementDndItemInserted",
55
+ "optional": false,
33
56
  "type": "(operation: BoardProps.DndInsertState<D>) => string",
34
- "optional": false
57
+ "inlineType": {
58
+ "name": "(operation: BoardProps.DndInsertState<D>) => string",
59
+ "type": "function",
60
+ "returnType": "string",
61
+ "parameters": [
62
+ {
63
+ "name": "operation",
64
+ "type": "BoardProps.DndInsertState<D>"
65
+ }
66
+ ]
67
+ }
35
68
  },
36
69
  {
37
70
  "name": "liveAnnouncementDndItemReordered",
71
+ "optional": false,
38
72
  "type": "(operation: BoardProps.DndReorderState<D>) => string",
39
- "optional": false
73
+ "inlineType": {
74
+ "name": "(operation: BoardProps.DndReorderState<D>) => string",
75
+ "type": "function",
76
+ "returnType": "string",
77
+ "parameters": [
78
+ {
79
+ "name": "operation",
80
+ "type": "BoardProps.DndReorderState<D>"
81
+ }
82
+ ]
83
+ }
40
84
  },
41
85
  {
42
86
  "name": "liveAnnouncementDndItemResized",
87
+ "optional": false,
43
88
  "type": "(operation: BoardProps.DndResizeState<D>) => string",
44
- "optional": false
89
+ "inlineType": {
90
+ "name": "(operation: BoardProps.DndResizeState<D>) => string",
91
+ "type": "function",
92
+ "returnType": "string",
93
+ "parameters": [
94
+ {
95
+ "name": "operation",
96
+ "type": "BoardProps.DndResizeState<D>"
97
+ }
98
+ ]
99
+ }
45
100
  },
46
101
  {
47
102
  "name": "liveAnnouncementDndStarted",
103
+ "optional": false,
48
104
  "type": "(operationType: BoardProps.DndOperationType) => string",
49
- "optional": false
105
+ "inlineType": {
106
+ "name": "(operationType: BoardProps.DndOperationType) => string",
107
+ "type": "function",
108
+ "returnType": "string",
109
+ "parameters": [
110
+ {
111
+ "name": "operationType",
112
+ "type": "BoardProps.DndOperationType"
113
+ }
114
+ ]
115
+ }
50
116
  },
51
117
  {
52
118
  "name": "liveAnnouncementItemRemoved",
119
+ "optional": false,
53
120
  "type": "(operation: BoardProps.ItemRemovedState<D>) => string",
54
- "optional": false
121
+ "inlineType": {
122
+ "name": "(operation: BoardProps.ItemRemovedState<D>) => string",
123
+ "type": "function",
124
+ "returnType": "string",
125
+ "parameters": [
126
+ {
127
+ "name": "operation",
128
+ "type": "BoardProps.ItemRemovedState<D>"
129
+ }
130
+ ]
131
+ }
55
132
  },
56
133
  {
57
134
  "name": "navigationAriaDescription",
58
- "type": "string",
59
- "optional": true
135
+ "optional": true,
136
+ "type": "string"
60
137
  },
61
138
  {
62
139
  "name": "navigationAriaLabel",
63
- "type": "string",
64
- "optional": false
140
+ "optional": false,
141
+ "type": "string"
65
142
  },
66
143
  {
67
144
  "name": "navigationItemAriaLabel",
145
+ "optional": false,
68
146
  "type": "(item: BoardProps.Item<D> | null) => string",
69
- "optional": false
147
+ "inlineType": {
148
+ "name": "(item: BoardProps.Item<D> | null) => string",
149
+ "type": "function",
150
+ "returnType": "string",
151
+ "parameters": [
152
+ {
153
+ "name": "item",
154
+ "type": "BoardProps.Item<D> | null"
155
+ }
156
+ ]
157
+ }
70
158
  }
71
159
  ]
72
160
  },
@@ -113,28 +201,308 @@ module.exports = {
113
201
  "properties": [
114
202
  {
115
203
  "name": "addedItem",
204
+ "optional": true,
116
205
  "type": "BoardProps.Item<D>",
117
- "optional": true
206
+ "inlineType": {
207
+ "name": "BoardProps.Item<D>",
208
+ "type": "object",
209
+ "properties": [
210
+ {
211
+ "name": "columnOffset",
212
+ "optional": true,
213
+ "type": "BoardItemColumnOffset"
214
+ },
215
+ {
216
+ "name": "columnSpan",
217
+ "optional": true,
218
+ "type": "number"
219
+ },
220
+ {
221
+ "name": "data",
222
+ "optional": false,
223
+ "type": "NonNullable<D>",
224
+ "inlineType": {
225
+ "name": "NonNullable<D>",
226
+ "type": "union",
227
+ "values": [
228
+ "D",
229
+ "{}"
230
+ ]
231
+ }
232
+ },
233
+ {
234
+ "name": "definition",
235
+ "optional": true,
236
+ "type": "{ minRowSpan?: number | undefined; minColumnSpan?: number | undefined; defaultRowSpan?: number | undefined; defaultColumnSpan?: number | undefined; }",
237
+ "inlineType": {
238
+ "name": "object",
239
+ "type": "object",
240
+ "properties": [
241
+ {
242
+ "name": "defaultColumnSpan",
243
+ "optional": true,
244
+ "type": "number"
245
+ },
246
+ {
247
+ "name": "defaultRowSpan",
248
+ "optional": true,
249
+ "type": "number"
250
+ },
251
+ {
252
+ "name": "minColumnSpan",
253
+ "optional": true,
254
+ "type": "number"
255
+ },
256
+ {
257
+ "name": "minRowSpan",
258
+ "optional": true,
259
+ "type": "number"
260
+ }
261
+ ]
262
+ }
263
+ },
264
+ {
265
+ "name": "id",
266
+ "optional": false,
267
+ "type": "string"
268
+ },
269
+ {
270
+ "name": "rowSpan",
271
+ "optional": true,
272
+ "type": "number"
273
+ }
274
+ ]
275
+ }
118
276
  },
119
277
  {
120
278
  "name": "items",
121
- "type": "ReadonlyArray<BoardProps.Item<D>>",
122
- "optional": false
279
+ "optional": false,
280
+ "type": "ReadonlyArray<BoardProps.Item<D>>"
123
281
  },
124
282
  {
125
283
  "name": "movedItem",
284
+ "optional": true,
126
285
  "type": "BoardProps.Item<D>",
127
- "optional": true
286
+ "inlineType": {
287
+ "name": "BoardProps.Item<D>",
288
+ "type": "object",
289
+ "properties": [
290
+ {
291
+ "name": "columnOffset",
292
+ "optional": true,
293
+ "type": "BoardItemColumnOffset"
294
+ },
295
+ {
296
+ "name": "columnSpan",
297
+ "optional": true,
298
+ "type": "number"
299
+ },
300
+ {
301
+ "name": "data",
302
+ "optional": false,
303
+ "type": "NonNullable<D>",
304
+ "inlineType": {
305
+ "name": "NonNullable<D>",
306
+ "type": "union",
307
+ "values": [
308
+ "D",
309
+ "{}"
310
+ ]
311
+ }
312
+ },
313
+ {
314
+ "name": "definition",
315
+ "optional": true,
316
+ "type": "{ minRowSpan?: number | undefined; minColumnSpan?: number | undefined; defaultRowSpan?: number | undefined; defaultColumnSpan?: number | undefined; }",
317
+ "inlineType": {
318
+ "name": "object",
319
+ "type": "object",
320
+ "properties": [
321
+ {
322
+ "name": "defaultColumnSpan",
323
+ "optional": true,
324
+ "type": "number"
325
+ },
326
+ {
327
+ "name": "defaultRowSpan",
328
+ "optional": true,
329
+ "type": "number"
330
+ },
331
+ {
332
+ "name": "minColumnSpan",
333
+ "optional": true,
334
+ "type": "number"
335
+ },
336
+ {
337
+ "name": "minRowSpan",
338
+ "optional": true,
339
+ "type": "number"
340
+ }
341
+ ]
342
+ }
343
+ },
344
+ {
345
+ "name": "id",
346
+ "optional": false,
347
+ "type": "string"
348
+ },
349
+ {
350
+ "name": "rowSpan",
351
+ "optional": true,
352
+ "type": "number"
353
+ }
354
+ ]
355
+ }
128
356
  },
129
357
  {
130
358
  "name": "removedItem",
359
+ "optional": true,
131
360
  "type": "BoardProps.Item<D>",
132
- "optional": true
361
+ "inlineType": {
362
+ "name": "BoardProps.Item<D>",
363
+ "type": "object",
364
+ "properties": [
365
+ {
366
+ "name": "columnOffset",
367
+ "optional": true,
368
+ "type": "BoardItemColumnOffset"
369
+ },
370
+ {
371
+ "name": "columnSpan",
372
+ "optional": true,
373
+ "type": "number"
374
+ },
375
+ {
376
+ "name": "data",
377
+ "optional": false,
378
+ "type": "NonNullable<D>",
379
+ "inlineType": {
380
+ "name": "NonNullable<D>",
381
+ "type": "union",
382
+ "values": [
383
+ "D",
384
+ "{}"
385
+ ]
386
+ }
387
+ },
388
+ {
389
+ "name": "definition",
390
+ "optional": true,
391
+ "type": "{ minRowSpan?: number | undefined; minColumnSpan?: number | undefined; defaultRowSpan?: number | undefined; defaultColumnSpan?: number | undefined; }",
392
+ "inlineType": {
393
+ "name": "object",
394
+ "type": "object",
395
+ "properties": [
396
+ {
397
+ "name": "defaultColumnSpan",
398
+ "optional": true,
399
+ "type": "number"
400
+ },
401
+ {
402
+ "name": "defaultRowSpan",
403
+ "optional": true,
404
+ "type": "number"
405
+ },
406
+ {
407
+ "name": "minColumnSpan",
408
+ "optional": true,
409
+ "type": "number"
410
+ },
411
+ {
412
+ "name": "minRowSpan",
413
+ "optional": true,
414
+ "type": "number"
415
+ }
416
+ ]
417
+ }
418
+ },
419
+ {
420
+ "name": "id",
421
+ "optional": false,
422
+ "type": "string"
423
+ },
424
+ {
425
+ "name": "rowSpan",
426
+ "optional": true,
427
+ "type": "number"
428
+ }
429
+ ]
430
+ }
133
431
  },
134
432
  {
135
433
  "name": "resizedItem",
434
+ "optional": true,
136
435
  "type": "BoardProps.Item<D>",
137
- "optional": true
436
+ "inlineType": {
437
+ "name": "BoardProps.Item<D>",
438
+ "type": "object",
439
+ "properties": [
440
+ {
441
+ "name": "columnOffset",
442
+ "optional": true,
443
+ "type": "BoardItemColumnOffset"
444
+ },
445
+ {
446
+ "name": "columnSpan",
447
+ "optional": true,
448
+ "type": "number"
449
+ },
450
+ {
451
+ "name": "data",
452
+ "optional": false,
453
+ "type": "NonNullable<D>",
454
+ "inlineType": {
455
+ "name": "NonNullable<D>",
456
+ "type": "union",
457
+ "values": [
458
+ "D",
459
+ "{}"
460
+ ]
461
+ }
462
+ },
463
+ {
464
+ "name": "definition",
465
+ "optional": true,
466
+ "type": "{ minRowSpan?: number | undefined; minColumnSpan?: number | undefined; defaultRowSpan?: number | undefined; defaultColumnSpan?: number | undefined; }",
467
+ "inlineType": {
468
+ "name": "object",
469
+ "type": "object",
470
+ "properties": [
471
+ {
472
+ "name": "defaultColumnSpan",
473
+ "optional": true,
474
+ "type": "number"
475
+ },
476
+ {
477
+ "name": "defaultRowSpan",
478
+ "optional": true,
479
+ "type": "number"
480
+ },
481
+ {
482
+ "name": "minColumnSpan",
483
+ "optional": true,
484
+ "type": "number"
485
+ },
486
+ {
487
+ "name": "minRowSpan",
488
+ "optional": true,
489
+ "type": "number"
490
+ }
491
+ ]
492
+ }
493
+ },
494
+ {
495
+ "name": "id",
496
+ "optional": false,
497
+ "type": "string"
498
+ },
499
+ {
500
+ "name": "rowSpan",
501
+ "optional": true,
502
+ "type": "number"
503
+ }
504
+ ]
505
+ }
138
506
  }
139
507
  ]
140
508
  }
@@ -53,6 +53,7 @@ export interface ObjectDefinitionProperty {
53
53
  name: string;
54
54
  optional: boolean;
55
55
  type: string;
56
+ inlineType?: TypeDefinition;
56
57
  }
57
58
  export interface FunctionDefinition {
58
59
  name: string;
@@ -14,28 +14,39 @@ module.exports = {
14
14
  "properties": [
15
15
  {
16
16
  "name": "liveAnnouncementDndDiscarded",
17
- "type": "string",
18
- "optional": false
17
+ "optional": false,
18
+ "type": "string"
19
19
  },
20
20
  {
21
21
  "name": "liveAnnouncementDndStarted",
22
- "type": "string",
23
- "optional": false
22
+ "optional": false,
23
+ "type": "string"
24
24
  },
25
25
  {
26
26
  "name": "navigationAriaDescription",
27
- "type": "string",
28
- "optional": true
27
+ "optional": true,
28
+ "type": "string"
29
29
  },
30
30
  {
31
31
  "name": "navigationAriaLabel",
32
- "type": "string",
33
- "optional": false
32
+ "optional": false,
33
+ "type": "string"
34
34
  },
35
35
  {
36
36
  "name": "navigationItemAriaLabel",
37
+ "optional": false,
37
38
  "type": "(item: ItemsPaletteProps.Item<D>) => string",
38
- "optional": false
39
+ "inlineType": {
40
+ "name": "(item: ItemsPaletteProps.Item<D>) => string",
41
+ "type": "function",
42
+ "returnType": "string",
43
+ "parameters": [
44
+ {
45
+ "name": "item",
46
+ "type": "ItemsPaletteProps.Item<D>"
47
+ }
48
+ ]
49
+ }
39
50
  }
40
51
  ]
41
52
  },
@@ -1,4 +1,5 @@
1
1
  export var PACKAGE_SOURCE = "board-components";
2
- export var PACKAGE_VERSION = "3.0.0 (af05dce2)";
2
+ export var PACKAGE_VERSION = "3.0.0 (8ff00c05)";
3
3
  export var THEME = "open-source-visual-refresh";
4
- export var ALWAYS_VISUAL_REFRESH = true;
4
+ export var ALWAYS_VISUAL_REFRESH = true;
5
+ export var SYSTEM = "console";
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "board-components",
3
- "PACKAGE_VERSION": "3.0.0 (af05dce2)",
3
+ "PACKAGE_VERSION": "3.0.0 (8ff00c05)",
4
4
  "THEME": "open-source-visual-refresh",
5
- "ALWAYS_VISUAL_REFRESH": true
5
+ "ALWAYS_VISUAL_REFRESH": true,
6
+ "SYSTEM": "console"
6
7
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "af05dce2fd7907230b48740ff88eb4d20aef2dbb"
2
+ "commit": "8ff00c05e8c806e6f6501b6160cd79f15d94b0e6"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/board-components",
3
- "version": "3.0.113",
3
+ "version": "3.0.115",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/cloudscape-design/board-components.git"