@almadar/std 16.147.0 → 16.149.0
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/lolo/ui/core/atoms/std-app-search.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +86 -41
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +29 -16
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +189 -87
- package/behaviors/lolo/ui/core/atoms/std-dashboard-grid-embedded.lolo +8 -0
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-stats.lolo +14 -10
- package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +1 -29
- package/behaviors/registry/factory-signatures.json +9 -13
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
- package/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
- package/behaviors/registry/ui/core/atoms/std-browse.orb +379 -123
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
- package/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
- package/dist/behaviors/behaviors-embeddings.json +475 -475
- package/dist/behaviors/behaviors-registry.json +10 -12
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/registry/factory-signatures.json +9 -13
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
- package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +379 -123
- package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
- package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
- package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
- package/dist/behaviors-embeddings.json +475 -475
- package/dist/behaviors-registry.json +10 -12
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +9 -13
- package/package.json +8 -1
|
@@ -130,8 +130,7 @@
|
|
|
130
130
|
"linkedEntity": "DashboardGridEmbeddedData",
|
|
131
131
|
"linkedEntityId": "ent_01KXG04G02KY54SX7VCED85JZR",
|
|
132
132
|
"name": "SimpleGrid1",
|
|
133
|
-
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
134
|
-
"refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
|
|
133
|
+
"ref": "SimpleGrid.traits.SimpleGridRender"
|
|
135
134
|
},
|
|
136
135
|
{
|
|
137
136
|
"category": "interaction",
|
|
@@ -216,6 +215,13 @@
|
|
|
216
215
|
"tier": "presentation",
|
|
217
216
|
"type": "number"
|
|
218
217
|
},
|
|
218
|
+
"theme": {
|
|
219
|
+
"default": "",
|
|
220
|
+
"description": "Design-system skin applied to the embedded grid surface via data-theme (e.g. 'linear-clean-light'). Empty inherits the surrounding shell's theme. Needed because this atom renders without app-shell chrome, so no layout-level theme cascade reaches it.",
|
|
221
|
+
"label": "Theme",
|
|
222
|
+
"tier": "presentation",
|
|
223
|
+
"type": "string"
|
|
224
|
+
},
|
|
219
225
|
"tile10Trait": {
|
|
220
226
|
"default": "@trait.EmptyTile",
|
|
221
227
|
"description": "Trait reference for grid cell 10. Format '@trait.<TraitName>' picks any trait declared on the orbital; '@trait.EmptyTile' leaves the cell blank. Override THIS config to swap a chart, remove a tile, or reorder — never edit any other trait to move tile content.",
|
|
@@ -368,47 +374,53 @@
|
|
|
368
374
|
{
|
|
369
375
|
"children": [
|
|
370
376
|
{
|
|
371
|
-
"align": "center",
|
|
372
377
|
"children": [
|
|
373
378
|
{
|
|
374
379
|
"align": "center",
|
|
375
380
|
"children": [
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
381
|
+
{
|
|
382
|
+
"align": "center",
|
|
383
|
+
"children": [
|
|
384
|
+
"@config.filter1Trait",
|
|
385
|
+
"@config.filter2Trait",
|
|
386
|
+
"@config.filter3Trait",
|
|
387
|
+
"@config.filter4Trait"
|
|
388
|
+
],
|
|
389
|
+
"direction": "horizontal",
|
|
390
|
+
"gap": "md",
|
|
391
|
+
"type": "stack",
|
|
392
|
+
"wrap": true
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"align": "center",
|
|
396
|
+
"children": [
|
|
397
|
+
"@config.toolbar1Trait",
|
|
398
|
+
"@config.toolbar2Trait",
|
|
399
|
+
"@config.toolbar3Trait"
|
|
400
|
+
],
|
|
401
|
+
"direction": "horizontal",
|
|
402
|
+
"gap": "sm",
|
|
403
|
+
"type": "stack"
|
|
404
|
+
}
|
|
380
405
|
],
|
|
381
406
|
"direction": "horizontal",
|
|
382
407
|
"gap": "md",
|
|
408
|
+
"justify": "between",
|
|
383
409
|
"type": "stack",
|
|
384
410
|
"wrap": true
|
|
385
411
|
},
|
|
386
412
|
{
|
|
387
|
-
"
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
"@config.toolbar2Trait",
|
|
391
|
-
"@config.toolbar3Trait"
|
|
392
|
-
],
|
|
393
|
-
"direction": "horizontal",
|
|
394
|
-
"gap": "sm",
|
|
395
|
-
"type": "stack"
|
|
396
|
-
}
|
|
413
|
+
"type": "divider"
|
|
414
|
+
},
|
|
415
|
+
"@trait.SimpleGrid1"
|
|
397
416
|
],
|
|
398
|
-
"direction": "
|
|
417
|
+
"direction": "vertical",
|
|
399
418
|
"gap": "md",
|
|
400
|
-
"
|
|
401
|
-
|
|
402
|
-
"wrap": true
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"type": "divider"
|
|
406
|
-
},
|
|
407
|
-
"@trait.SimpleGrid1"
|
|
419
|
+
"type": "stack"
|
|
420
|
+
}
|
|
408
421
|
],
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"type": "stack"
|
|
422
|
+
"data-theme": "@config.theme",
|
|
423
|
+
"type": "box"
|
|
412
424
|
}
|
|
413
425
|
]
|
|
414
426
|
],
|