@almadar/std 16.9.2 → 16.10.1
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/behaviors/registry/core/atoms/std-calendar.orb +121 -58
- package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +58 -58
- package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +94 -88
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +54 -61
- package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +52 -51
- package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +53 -53
- package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +66 -86
- package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +56 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +37 -31
- package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/dist/behaviors/behaviors-registry.json +8 -3
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +121 -58
- package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +58 -58
- package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +94 -88
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +54 -61
- package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +52 -51
- package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +53 -53
- package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +66 -86
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +56 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +37 -31
- package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/dist/behaviors-registry.json +8 -3
- package/dist/registry/core/atoms/std-calendar.orb +121 -58
- package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +58 -58
- package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +94 -88
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +54 -61
- package/dist/registry/core-variations/atoms/std-browse-feed.orb +52 -51
- package/dist/registry/core-variations/atoms/std-browse-gallery.orb +53 -53
- package/dist/registry/core-variations/atoms/std-browse-triage.orb +66 -86
- package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +56 -50
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +37 -31
- package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-calendar",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "std-calendar as a Function — owns the fetch + SELECT_DAY state machine; default bodyContent renders the month-grid + upcoming-events tree. Layer 3 variants override bodyContent to deliver agenda, week-timeline, etc. while inheriting the same trait, state machine, emits, and listens.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "date",
|
|
42
|
-
"type": "
|
|
42
|
+
"type": "datetime",
|
|
43
43
|
"default": ""
|
|
44
44
|
},
|
|
45
45
|
{
|
|
@@ -51,6 +51,11 @@
|
|
|
51
51
|
"name": "duration",
|
|
52
52
|
"type": "number",
|
|
53
53
|
"default": 60.0
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "selectedRange",
|
|
57
|
+
"type": "string",
|
|
58
|
+
"default": "month"
|
|
54
59
|
}
|
|
55
60
|
]
|
|
56
61
|
},
|
|
@@ -61,7 +66,8 @@
|
|
|
61
66
|
"entityContract": {
|
|
62
67
|
"requires": [],
|
|
63
68
|
"provides": [
|
|
64
|
-
"date"
|
|
69
|
+
"date",
|
|
70
|
+
"selectedRange"
|
|
65
71
|
]
|
|
66
72
|
},
|
|
67
73
|
"category": "interaction",
|
|
@@ -179,22 +185,22 @@
|
|
|
179
185
|
"render-ui",
|
|
180
186
|
"main",
|
|
181
187
|
{
|
|
182
|
-
"type": "stack",
|
|
183
|
-
"className": "py-12",
|
|
184
188
|
"direction": "vertical",
|
|
185
|
-
"gap": "md",
|
|
186
189
|
"children": [
|
|
187
190
|
{
|
|
188
191
|
"type": "spinner"
|
|
189
192
|
},
|
|
190
193
|
{
|
|
194
|
+
"type": "typography",
|
|
191
195
|
"content": "Loading calendar…",
|
|
192
|
-
"variant": "caption",
|
|
193
196
|
"color": "muted",
|
|
194
|
-
"
|
|
197
|
+
"variant": "caption"
|
|
195
198
|
}
|
|
196
199
|
],
|
|
197
|
-
"align": "center"
|
|
200
|
+
"align": "center",
|
|
201
|
+
"className": "py-12",
|
|
202
|
+
"type": "stack",
|
|
203
|
+
"gap": "md"
|
|
198
204
|
}
|
|
199
205
|
]
|
|
200
206
|
]
|
|
@@ -220,16 +226,15 @@
|
|
|
220
226
|
"render-ui",
|
|
221
227
|
"main",
|
|
222
228
|
{
|
|
229
|
+
"align": "center",
|
|
223
230
|
"gap": "md",
|
|
224
231
|
"type": "stack",
|
|
225
|
-
"direction": "vertical",
|
|
226
232
|
"className": "py-12",
|
|
227
|
-
"align": "center",
|
|
228
233
|
"children": [
|
|
229
234
|
{
|
|
235
|
+
"type": "icon",
|
|
230
236
|
"name": "alert-triangle",
|
|
231
|
-
"color": "destructive"
|
|
232
|
-
"type": "icon"
|
|
237
|
+
"color": "destructive"
|
|
233
238
|
},
|
|
234
239
|
{
|
|
235
240
|
"content": "Failed to load",
|
|
@@ -237,19 +242,20 @@
|
|
|
237
242
|
"type": "typography"
|
|
238
243
|
},
|
|
239
244
|
{
|
|
240
|
-
"
|
|
241
|
-
"color": "muted",
|
|
245
|
+
"variant": "body",
|
|
242
246
|
"type": "typography",
|
|
243
|
-
"
|
|
247
|
+
"content": "@payload.error",
|
|
248
|
+
"color": "muted"
|
|
244
249
|
},
|
|
245
250
|
{
|
|
246
|
-
"
|
|
247
|
-
"icon": "rotate-ccw",
|
|
251
|
+
"label": "Retry",
|
|
248
252
|
"variant": "primary",
|
|
253
|
+
"icon": "rotate-ccw",
|
|
249
254
|
"action": "INIT",
|
|
250
|
-
"
|
|
255
|
+
"type": "button"
|
|
251
256
|
}
|
|
252
|
-
]
|
|
257
|
+
],
|
|
258
|
+
"direction": "vertical"
|
|
253
259
|
}
|
|
254
260
|
]
|
|
255
261
|
]
|
|
@@ -264,26 +270,82 @@
|
|
|
264
270
|
"@entity.date",
|
|
265
271
|
"@payload.value"
|
|
266
272
|
],
|
|
273
|
+
[
|
|
274
|
+
"set",
|
|
275
|
+
"@entity.selectedRange",
|
|
276
|
+
"@payload.value"
|
|
277
|
+
],
|
|
267
278
|
[
|
|
268
279
|
"fetch",
|
|
269
280
|
"CalendarEvent",
|
|
270
281
|
{
|
|
271
|
-
"filter": [
|
|
272
|
-
"=",
|
|
273
|
-
"@entity.date",
|
|
274
|
-
"@payload.value"
|
|
275
|
-
],
|
|
276
282
|
"emit": {
|
|
277
283
|
"success": "CalendarEventLoaded",
|
|
278
284
|
"failure": "CalendarEventLoadFailed"
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
285
|
+
},
|
|
286
|
+
"filter": [
|
|
287
|
+
"time/isAfter",
|
|
288
|
+
[
|
|
289
|
+
"time/parse",
|
|
290
|
+
"@entity.date"
|
|
291
|
+
],
|
|
292
|
+
[
|
|
293
|
+
"if",
|
|
294
|
+
[
|
|
295
|
+
"=",
|
|
296
|
+
"@payload.value",
|
|
297
|
+
"week"
|
|
298
|
+
],
|
|
299
|
+
[
|
|
300
|
+
"time/subtract",
|
|
301
|
+
[
|
|
302
|
+
"time/now"
|
|
303
|
+
],
|
|
304
|
+
1.0,
|
|
305
|
+
"week"
|
|
306
|
+
],
|
|
307
|
+
[
|
|
308
|
+
"if",
|
|
309
|
+
[
|
|
310
|
+
"=",
|
|
311
|
+
"@payload.value",
|
|
312
|
+
"3months"
|
|
313
|
+
],
|
|
314
|
+
[
|
|
315
|
+
"time/subtract",
|
|
316
|
+
[
|
|
317
|
+
"time/now"
|
|
318
|
+
],
|
|
319
|
+
3.0,
|
|
320
|
+
"month"
|
|
321
|
+
],
|
|
322
|
+
[
|
|
323
|
+
"if",
|
|
324
|
+
[
|
|
325
|
+
"=",
|
|
326
|
+
"@payload.value",
|
|
327
|
+
"year"
|
|
328
|
+
],
|
|
329
|
+
[
|
|
330
|
+
"time/subtract",
|
|
331
|
+
[
|
|
332
|
+
"time/now"
|
|
333
|
+
],
|
|
334
|
+
1.0,
|
|
335
|
+
"year"
|
|
336
|
+
],
|
|
337
|
+
[
|
|
338
|
+
"time/subtract",
|
|
339
|
+
[
|
|
340
|
+
"time/now"
|
|
341
|
+
],
|
|
342
|
+
1.0,
|
|
343
|
+
"month"
|
|
344
|
+
]
|
|
345
|
+
]
|
|
346
|
+
]
|
|
347
|
+
]
|
|
348
|
+
]
|
|
287
349
|
}
|
|
288
350
|
]
|
|
289
351
|
]
|
|
@@ -332,36 +394,40 @@
|
|
|
332
394
|
"bodyContent": {
|
|
333
395
|
"type": "render-ui",
|
|
334
396
|
"default": {
|
|
397
|
+
"type": "stack",
|
|
398
|
+
"direction": "vertical",
|
|
399
|
+
"gap": "lg",
|
|
335
400
|
"children": [
|
|
336
401
|
{
|
|
337
|
-
"
|
|
402
|
+
"type": "stack",
|
|
403
|
+
"justify": "between",
|
|
404
|
+
"align": "center",
|
|
338
405
|
"children": [
|
|
339
406
|
{
|
|
340
407
|
"gap": "sm",
|
|
408
|
+
"align": "center",
|
|
341
409
|
"type": "stack",
|
|
342
410
|
"direction": "horizontal",
|
|
343
|
-
"align": "center",
|
|
344
411
|
"children": [
|
|
345
412
|
{
|
|
346
413
|
"type": "icon",
|
|
347
414
|
"name": "calendar"
|
|
348
415
|
},
|
|
349
416
|
{
|
|
350
|
-
"
|
|
417
|
+
"variant": "h2",
|
|
351
418
|
"type": "typography",
|
|
352
|
-
"
|
|
419
|
+
"content": "CalendarEvents Calendar"
|
|
353
420
|
}
|
|
354
421
|
]
|
|
355
422
|
},
|
|
356
423
|
{
|
|
424
|
+
"type": "date-range-selector",
|
|
357
425
|
"onSelect": "SELECT_DAY",
|
|
358
|
-
"
|
|
426
|
+
"selected": "@entity.selectedRange"
|
|
359
427
|
}
|
|
360
428
|
],
|
|
361
|
-
"
|
|
362
|
-
"
|
|
363
|
-
"align": "center",
|
|
364
|
-
"direction": "horizontal"
|
|
429
|
+
"direction": "horizontal",
|
|
430
|
+
"gap": "md"
|
|
365
431
|
},
|
|
366
432
|
{
|
|
367
433
|
"type": "divider"
|
|
@@ -373,50 +439,47 @@
|
|
|
373
439
|
"type": "divider"
|
|
374
440
|
},
|
|
375
441
|
{
|
|
376
|
-
"variant": "h4",
|
|
377
442
|
"content": "Upcoming Events",
|
|
443
|
+
"variant": "h4",
|
|
378
444
|
"type": "typography"
|
|
379
445
|
},
|
|
380
446
|
{
|
|
381
|
-
"type": "data-list",
|
|
382
|
-
"look": "@config.tableLook",
|
|
383
447
|
"fields": [
|
|
384
448
|
{
|
|
385
449
|
"label": "Event",
|
|
386
450
|
"name": "name",
|
|
387
|
-
"
|
|
388
|
-
"
|
|
451
|
+
"icon": "calendar",
|
|
452
|
+
"variant": "h4"
|
|
389
453
|
},
|
|
390
454
|
{
|
|
391
455
|
"label": "Time",
|
|
392
|
-
"
|
|
393
|
-
"
|
|
456
|
+
"name": "time",
|
|
457
|
+
"variant": "badge"
|
|
394
458
|
},
|
|
395
459
|
{
|
|
396
|
-
"label": "Date",
|
|
397
460
|
"name": "date",
|
|
398
461
|
"variant": "caption",
|
|
462
|
+
"label": "Date",
|
|
399
463
|
"format": "date"
|
|
400
464
|
},
|
|
401
465
|
{
|
|
402
|
-
"variant": "badge",
|
|
403
466
|
"name": "status",
|
|
404
|
-
"label": "Status"
|
|
467
|
+
"label": "Status",
|
|
468
|
+
"variant": "badge"
|
|
405
469
|
}
|
|
406
470
|
],
|
|
407
471
|
"itemActions": [
|
|
408
472
|
{
|
|
409
|
-
"event": "SELECT_DAY",
|
|
410
473
|
"icon": "eye",
|
|
411
|
-
"label": "View"
|
|
474
|
+
"label": "View",
|
|
475
|
+
"event": "SELECT_DAY"
|
|
412
476
|
}
|
|
413
477
|
],
|
|
478
|
+
"type": "data-list",
|
|
479
|
+
"look": "@config.tableLook",
|
|
414
480
|
"entity": "@payload.data"
|
|
415
481
|
}
|
|
416
|
-
]
|
|
417
|
-
"gap": "lg",
|
|
418
|
-
"direction": "vertical",
|
|
419
|
-
"type": "stack"
|
|
482
|
+
]
|
|
420
483
|
},
|
|
421
484
|
"label": "Body content tree",
|
|
422
485
|
"description": "Render-ui SExpr rendered after events load. Default is the month-grid + upcoming-events list. Layer 3 variants override this with their own tree (agenda list, week timeline, etc.) to deliver entirely different calendar UX while inheriting the same trait, state machine, emits, and listens.",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-board-kanban-classic",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Trello-style kanban — wide elevated columns side-by-side, sticky column headers with icon + label + count chip, dense cards with title, description, and a status badge. Same BoardItemBoard trait, same state machine, same emits/listens as std-board — only the bodyContent tree differs.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"linkedEntity": "KanbanClassicItem",
|
|
99
99
|
"config": {
|
|
100
100
|
"bodyContent": {
|
|
101
|
+
"gap": "md",
|
|
101
102
|
"type": "stack",
|
|
102
103
|
"direction": "vertical",
|
|
103
104
|
"className": "h-full",
|
|
@@ -109,15 +110,15 @@
|
|
|
109
110
|
"name": "kanban-square"
|
|
110
111
|
},
|
|
111
112
|
{
|
|
112
|
-
"
|
|
113
|
+
"content": "@config.title",
|
|
113
114
|
"variant": "h2",
|
|
114
|
-
"
|
|
115
|
+
"type": "typography"
|
|
115
116
|
}
|
|
116
117
|
],
|
|
117
|
-
"
|
|
118
|
+
"gap": "sm",
|
|
118
119
|
"type": "stack",
|
|
120
|
+
"className": "px-card-md",
|
|
119
121
|
"direction": "horizontal",
|
|
120
|
-
"gap": "sm",
|
|
121
122
|
"align": "center"
|
|
122
123
|
},
|
|
123
124
|
{
|
|
@@ -128,135 +129,134 @@
|
|
|
128
129
|
"fn",
|
|
129
130
|
"col",
|
|
130
131
|
{
|
|
132
|
+
"look": "elevated",
|
|
131
133
|
"padding": "none",
|
|
132
134
|
"type": "card",
|
|
133
|
-
"look": "elevated",
|
|
134
135
|
"className": "min-w-[280px] bg-[var(--color-surface-subtle)] rounded-lg overflow-hidden",
|
|
135
136
|
"children": [
|
|
136
137
|
{
|
|
138
|
+
"type": "stack",
|
|
137
139
|
"gap": "none",
|
|
138
140
|
"children": [
|
|
139
141
|
{
|
|
140
|
-
"direction": "horizontal",
|
|
141
|
-
"type": "stack",
|
|
142
|
-
"align": "center",
|
|
143
142
|
"gap": "sm",
|
|
144
|
-
"
|
|
143
|
+
"align": "center",
|
|
144
|
+
"type": "stack",
|
|
145
|
+
"direction": "horizontal",
|
|
146
|
+
"className": "p-card-md border-b border-[var(--color-border)] sticky top-0 bg-[var(--color-surface)]",
|
|
145
147
|
"children": [
|
|
146
148
|
{
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
+
"type": "icon",
|
|
150
|
+
"name": "@col.icon"
|
|
149
151
|
},
|
|
150
152
|
{
|
|
151
|
-
"variant": "h4",
|
|
152
153
|
"content": "@col.label",
|
|
154
|
+
"variant": "h4",
|
|
153
155
|
"type": "typography",
|
|
154
156
|
"className": "flex-1"
|
|
155
157
|
},
|
|
156
158
|
{
|
|
157
|
-
"variant": "primary",
|
|
158
159
|
"label": "@col.count",
|
|
160
|
+
"variant": "primary",
|
|
159
161
|
"size": "sm",
|
|
160
162
|
"type": "badge"
|
|
161
163
|
}
|
|
162
164
|
]
|
|
163
165
|
},
|
|
164
166
|
{
|
|
167
|
+
"sortable": true,
|
|
168
|
+
"reorderEvent": "REORDER_CARD",
|
|
169
|
+
"type": "data-list",
|
|
170
|
+
"gap": "sm",
|
|
171
|
+
"entity": "@col.items",
|
|
172
|
+
"dragGroup": "@col.key",
|
|
173
|
+
"accepts": "*",
|
|
174
|
+
"fields": [],
|
|
175
|
+
"dropEvent": "MOVE_CARD",
|
|
176
|
+
"positionEvent": "REORDER_POSITION",
|
|
177
|
+
"className": "p-card-md min-h-[120px]",
|
|
165
178
|
"renderItem": [
|
|
166
179
|
"fn",
|
|
167
180
|
"item",
|
|
168
181
|
{
|
|
169
|
-
"type": "card",
|
|
170
182
|
"children": [
|
|
171
183
|
{
|
|
184
|
+
"direction": "vertical",
|
|
172
185
|
"gap": "xs",
|
|
173
186
|
"children": [
|
|
174
187
|
{
|
|
175
|
-
"variant": "body",
|
|
176
188
|
"weight": "medium",
|
|
177
189
|
"content": "@item.title",
|
|
178
|
-
"type": "typography"
|
|
190
|
+
"type": "typography",
|
|
191
|
+
"variant": "body"
|
|
179
192
|
},
|
|
180
193
|
{
|
|
181
194
|
"variant": "caption",
|
|
182
|
-
"content": "@item.description",
|
|
183
|
-
"color": "muted",
|
|
184
195
|
"type": "typography",
|
|
185
|
-
"className": "line-clamp-2"
|
|
196
|
+
"className": "line-clamp-2",
|
|
197
|
+
"color": "muted",
|
|
198
|
+
"content": "@item.description"
|
|
186
199
|
},
|
|
187
200
|
{
|
|
188
|
-
"
|
|
189
|
-
"direction": "horizontal",
|
|
190
|
-
"type": "stack",
|
|
201
|
+
"gap": "xs",
|
|
191
202
|
"children": [
|
|
192
203
|
{
|
|
193
|
-
"variant": "primary",
|
|
194
|
-
"type": "badge",
|
|
195
204
|
"label": "@item.stage",
|
|
196
|
-
"size": "sm"
|
|
205
|
+
"size": "sm",
|
|
206
|
+
"type": "badge",
|
|
207
|
+
"variant": "primary"
|
|
197
208
|
},
|
|
198
209
|
{
|
|
199
|
-
"type": "button",
|
|
200
|
-
"action": "OPEN_CARD",
|
|
201
210
|
"icon": "arrow-right",
|
|
202
|
-
"
|
|
211
|
+
"type": "button",
|
|
203
212
|
"size": "sm",
|
|
204
|
-
"
|
|
213
|
+
"className": "ml-auto",
|
|
205
214
|
"variant": "ghost",
|
|
206
215
|
"actionPayload": {
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
}
|
|
216
|
+
"row": "@item",
|
|
217
|
+
"id": "@item.id"
|
|
218
|
+
},
|
|
219
|
+
"label": "Open",
|
|
220
|
+
"action": "OPEN_CARD"
|
|
210
221
|
}
|
|
211
222
|
],
|
|
212
|
-
"
|
|
213
|
-
"
|
|
223
|
+
"align": "center",
|
|
224
|
+
"type": "stack",
|
|
225
|
+
"className": "pt-1",
|
|
226
|
+
"direction": "horizontal"
|
|
214
227
|
}
|
|
215
228
|
],
|
|
216
|
-
"type": "stack"
|
|
217
|
-
"direction": "vertical"
|
|
229
|
+
"type": "stack"
|
|
218
230
|
}
|
|
219
231
|
],
|
|
220
|
-
"look": "elevated",
|
|
221
232
|
"className": "cursor-grab hover:shadow-lg transition-shadow",
|
|
222
|
-
"padding": "sm"
|
|
233
|
+
"padding": "sm",
|
|
234
|
+
"type": "card",
|
|
235
|
+
"look": "elevated"
|
|
223
236
|
}
|
|
224
|
-
]
|
|
225
|
-
"positionEvent": "REORDER_POSITION",
|
|
226
|
-
"fields": [],
|
|
227
|
-
"dragGroup": "@col.key",
|
|
228
|
-
"reorderEvent": "REORDER_CARD",
|
|
229
|
-
"className": "p-card-md min-h-[120px]",
|
|
230
|
-
"sortable": true,
|
|
231
|
-
"type": "data-list",
|
|
232
|
-
"gap": "sm",
|
|
233
|
-
"entity": "@col.items",
|
|
234
|
-
"accepts": "*",
|
|
235
|
-
"dropEvent": "MOVE_CARD"
|
|
237
|
+
]
|
|
236
238
|
}
|
|
237
239
|
],
|
|
238
|
-
"type": "stack",
|
|
239
240
|
"direction": "vertical"
|
|
240
241
|
}
|
|
241
242
|
]
|
|
242
243
|
}
|
|
243
244
|
],
|
|
244
|
-
"gap": "lg",
|
|
245
245
|
"type": "data-grid",
|
|
246
246
|
"cols": "@config.gridCols",
|
|
247
247
|
"entity": "@entity.boards",
|
|
248
|
+
"gap": "lg",
|
|
248
249
|
"fields": [],
|
|
249
250
|
"dndRoot": true
|
|
250
251
|
},
|
|
251
252
|
{
|
|
252
253
|
"variant": "primary",
|
|
253
|
-
"type": "floating-action-button",
|
|
254
254
|
"label": "Add card",
|
|
255
|
-
"
|
|
256
|
-
"
|
|
255
|
+
"icon": "plus",
|
|
256
|
+
"type": "floating-action-button",
|
|
257
|
+
"action": "ADD_CARD"
|
|
257
258
|
}
|
|
258
|
-
]
|
|
259
|
-
"gap": "md"
|
|
259
|
+
]
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
}
|