@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$generated": "2026-07-
|
|
2
|
+
"$generated": "2026-07-26T16:22:20.708Z",
|
|
3
3
|
"$source": "tools/almadar-pattern-sync/behaviors",
|
|
4
4
|
"$package": "@almadar/std",
|
|
5
5
|
"totalBehaviors": 510,
|
|
@@ -2365,7 +2365,7 @@
|
|
|
2365
2365
|
"complexity": {
|
|
2366
2366
|
"states": 7,
|
|
2367
2367
|
"events": 18,
|
|
2368
|
-
"transitions":
|
|
2368
|
+
"transitions": 22
|
|
2369
2369
|
},
|
|
2370
2370
|
"defaultEntity": {
|
|
2371
2371
|
"name": "MigrationJob",
|
|
@@ -2488,6 +2488,8 @@
|
|
|
2488
2488
|
"connectableEvents": [
|
|
2489
2489
|
"MIGRATION_START",
|
|
2490
2490
|
"DOCUMENTS_LISTED",
|
|
2491
|
+
"MIGRATION_FETCHED",
|
|
2492
|
+
"MIGRATION_DOCUMENT",
|
|
2491
2493
|
"MIGRATION_CALL_FAILED",
|
|
2492
2494
|
"FETCH_DOCUMENT",
|
|
2493
2495
|
"DOCUMENT_FETCHED",
|
|
@@ -2495,14 +2497,12 @@
|
|
|
2495
2497
|
"MIGRATION_DISCARDED",
|
|
2496
2498
|
"MIGRATION_APPROVED",
|
|
2497
2499
|
"MIGRATION_REJECTED",
|
|
2500
|
+
"MIGRATION_REVIEW_READY",
|
|
2498
2501
|
"COMMITTED",
|
|
2499
2502
|
"RESET",
|
|
2500
2503
|
"MIGRATION_COMPLETED",
|
|
2501
2504
|
"MIGRATION_RETRY",
|
|
2502
|
-
"MIGRATION_FAILED"
|
|
2503
|
-
"MIGRATION_FETCHED",
|
|
2504
|
-
"MIGRATION_DOCUMENT",
|
|
2505
|
-
"MIGRATION_REVIEW_READY"
|
|
2505
|
+
"MIGRATION_FAILED"
|
|
2506
2506
|
],
|
|
2507
2507
|
"eventPayloads": {},
|
|
2508
2508
|
"exposure": "both",
|
|
@@ -7531,7 +7531,6 @@
|
|
|
7531
7531
|
"std-notes",
|
|
7532
7532
|
"std-pagination",
|
|
7533
7533
|
"std-property-mgmt",
|
|
7534
|
-
"std-property-mgmt-4",
|
|
7535
7534
|
"std-public-help-center",
|
|
7536
7535
|
"std-rating-review",
|
|
7537
7536
|
"std-recurrence",
|
|
@@ -11109,7 +11108,7 @@
|
|
|
11109
11108
|
"complexity": {
|
|
11110
11109
|
"states": 2,
|
|
11111
11110
|
"events": 7,
|
|
11112
|
-
"transitions":
|
|
11111
|
+
"transitions": 8
|
|
11113
11112
|
},
|
|
11114
11113
|
"defaultEntity": {
|
|
11115
11114
|
"name": "ImportPanel",
|
|
@@ -11389,10 +11388,10 @@
|
|
|
11389
11388
|
"connectableEvents": [
|
|
11390
11389
|
"OPEN_IMPORT",
|
|
11391
11390
|
"IMPORT_SOURCE_PICKED",
|
|
11392
|
-
"FILES_PICKED",
|
|
11393
|
-
"PICK_FAILED",
|
|
11394
11391
|
"IMPORT_REQUESTED",
|
|
11395
|
-
"IMPORT_FAILED"
|
|
11392
|
+
"IMPORT_FAILED",
|
|
11393
|
+
"FILES_PICKED",
|
|
11394
|
+
"PICK_FAILED"
|
|
11396
11395
|
],
|
|
11397
11396
|
"eventPayloads": {},
|
|
11398
11397
|
"exposure": "palette",
|
|
@@ -11519,7 +11518,6 @@
|
|
|
11519
11518
|
"std-notes",
|
|
11520
11519
|
"std-pagination",
|
|
11521
11520
|
"std-property-mgmt",
|
|
11522
|
-
"std-property-mgmt-4",
|
|
11523
11521
|
"std-public-help-center",
|
|
11524
11522
|
"std-rating-review",
|
|
11525
11523
|
"std-recurrence",
|