@almadar/std 16.149.0 → 16.151.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 +20 -2
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +32 -13
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +13 -1
- package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +8 -10
- package/behaviors/lolo/ui/core/atoms/std-stats.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +6 -1
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +4 -2
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +15 -1
- package/behaviors/lolo/ui/core/molecules/ui-graph-canvas.lolo +57 -0
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +3 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +4 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +2 -0
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +4 -1
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +3 -1
- package/behaviors/lolo/ui/learning/atoms/std-branching-logic.lolo +0 -28
- package/behaviors/registry/factory-signatures.json +2435 -782
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +90 -3
- package/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +212 -41
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
- package/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +59 -1
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
- package/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors/behaviors-embeddings.json +374 -374
- package/dist/behaviors/behaviors-registry.json +27 -8
- package/dist/behaviors/exports-reader.js +176 -7
- package/dist/behaviors/functions/index.d.ts +59 -71
- package/dist/behaviors/functions/index.js +174 -7
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +177 -8
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +176 -7
- package/dist/behaviors/registry/factory-signatures.json +2435 -782
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +90 -3
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +212 -41
- package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
- package/dist/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
- package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +59 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
- package/dist/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors-embeddings.json +374 -374
- package/dist/behaviors-registry.json +27 -8
- package/dist/index.d.ts +1 -1
- package/dist/index.js +177 -8
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +2435 -782
- package/package.json +3 -3
package/dist/behaviors/query.js
CHANGED
|
@@ -472,8 +472,9 @@ __export(functions_exports, {
|
|
|
472
472
|
stdAuditCapturePage: () => stdAuditCapturePage,
|
|
473
473
|
stdAuditCaptureTrait: () => stdAuditCaptureTrait,
|
|
474
474
|
stdBillableHour: () => stdBillableHour,
|
|
475
|
+
stdBillableHourBillableHourTimesheetTrait: () => stdBillableHourBillableHourTimesheetTrait,
|
|
476
|
+
stdBillableHourDenseHoursTableTrait: () => stdBillableHourDenseHoursTableTrait,
|
|
475
477
|
stdBillableHourPage: () => stdBillableHourPage,
|
|
476
|
-
stdBillableHourTrait: () => stdBillableHourTrait,
|
|
477
478
|
stdBioCell: () => stdBioCell,
|
|
478
479
|
stdBioCellPage: () => stdBioCellPage,
|
|
479
480
|
stdBioCellTrait: () => stdBioCellTrait,
|
|
@@ -496,6 +497,7 @@ __export(functions_exports, {
|
|
|
496
497
|
stdBrowseBrowseItemBrowseTrait: () => stdBrowseBrowseItemBrowseTrait,
|
|
497
498
|
stdBrowseDataGrid1Trait: () => stdBrowseDataGrid1Trait,
|
|
498
499
|
stdBrowseDenseTableViewTrait: () => stdBrowseDenseTableViewTrait,
|
|
500
|
+
stdBrowseMasterListViewTrait: () => stdBrowseMasterListViewTrait,
|
|
499
501
|
stdBrowsePage: () => stdBrowsePage,
|
|
500
502
|
stdCacheAside: () => stdCacheAside,
|
|
501
503
|
stdCacheAsideCacheEntryCacheManagerTrait: () => stdCacheAsideCacheEntryCacheManagerTrait,
|
|
@@ -3545,7 +3547,20 @@ function stdAuditCapture(params) {
|
|
|
3545
3547
|
}
|
|
3546
3548
|
var BEHAVIOR_PATH34 = "std/behaviors/std-billable-hour";
|
|
3547
3549
|
var ALIAS34 = "BillableHour";
|
|
3548
|
-
function
|
|
3550
|
+
function stdBillableHourDenseHoursTableTrait(params) {
|
|
3551
|
+
return makeTraitRef({
|
|
3552
|
+
from: BEHAVIOR_PATH34,
|
|
3553
|
+
ref: `${ALIAS34}.traits.DenseHoursTable`,
|
|
3554
|
+
linkedEntity: params.entityName,
|
|
3555
|
+
...params.traitName !== void 0 ? { name: params.traitName } : {},
|
|
3556
|
+
...params.events !== void 0 ? { events: params.events } : {},
|
|
3557
|
+
...params.effects !== void 0 ? { effects: params.effects } : {},
|
|
3558
|
+
...params.listens !== void 0 ? { listens: params.listens } : {},
|
|
3559
|
+
...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
|
|
3560
|
+
...params.config !== void 0 ? { config: params.config } : {}
|
|
3561
|
+
});
|
|
3562
|
+
}
|
|
3563
|
+
function stdBillableHourBillableHourTimesheetTrait(params) {
|
|
3549
3564
|
return makeTraitRef({
|
|
3550
3565
|
from: BEHAVIOR_PATH34,
|
|
3551
3566
|
ref: `${ALIAS34}.traits.BillableHourTimesheet`,
|
|
@@ -3577,7 +3592,8 @@ function stdBillableHour(params) {
|
|
|
3577
3592
|
uses: [{ from: BEHAVIOR_PATH34, as: ALIAS34 }],
|
|
3578
3593
|
entity,
|
|
3579
3594
|
traits: [
|
|
3580
|
-
|
|
3595
|
+
stdBillableHourDenseHoursTableTrait(params),
|
|
3596
|
+
stdBillableHourBillableHourTimesheetTrait(params)
|
|
3581
3597
|
],
|
|
3582
3598
|
pages: [
|
|
3583
3599
|
stdBillableHourPage(params)
|
|
@@ -3858,6 +3874,19 @@ function stdBrowseDenseTableViewTrait(params) {
|
|
|
3858
3874
|
...params.config !== void 0 ? { config: params.config } : {}
|
|
3859
3875
|
});
|
|
3860
3876
|
}
|
|
3877
|
+
function stdBrowseMasterListViewTrait(params) {
|
|
3878
|
+
return makeTraitRef({
|
|
3879
|
+
from: BEHAVIOR_PATH41,
|
|
3880
|
+
ref: `${ALIAS41}.traits.MasterListView`,
|
|
3881
|
+
linkedEntity: params.entityName,
|
|
3882
|
+
...params.traitName !== void 0 ? { name: params.traitName } : {},
|
|
3883
|
+
...params.events !== void 0 ? { events: params.events } : {},
|
|
3884
|
+
...params.effects !== void 0 ? { effects: params.effects } : {},
|
|
3885
|
+
...params.listens !== void 0 ? { listens: params.listens } : {},
|
|
3886
|
+
...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
|
|
3887
|
+
...params.config !== void 0 ? { config: params.config } : {}
|
|
3888
|
+
});
|
|
3889
|
+
}
|
|
3861
3890
|
function stdBrowseBrowseItemBrowseTrait(params) {
|
|
3862
3891
|
return makeTraitRef({
|
|
3863
3892
|
from: BEHAVIOR_PATH41,
|
|
@@ -3892,6 +3921,7 @@ function stdBrowse(params) {
|
|
|
3892
3921
|
traits: [
|
|
3893
3922
|
stdBrowseDataGrid1Trait(params),
|
|
3894
3923
|
stdBrowseDenseTableViewTrait(params),
|
|
3924
|
+
stdBrowseMasterListViewTrait(params),
|
|
3895
3925
|
stdBrowseBrowseItemBrowseTrait(params)
|
|
3896
3926
|
],
|
|
3897
3927
|
pages: [
|
|
@@ -92784,11 +92814,58 @@ function stdUiEntityCardsEntityCardsOrbital(params = {}) {
|
|
|
92784
92814
|
"variant": "ghost"
|
|
92785
92815
|
}
|
|
92786
92816
|
],
|
|
92817
|
+
"description": "Actions for each card item (schema-driven)",
|
|
92818
|
+
"items": {
|
|
92819
|
+
"properties": {
|
|
92820
|
+
"action": {
|
|
92821
|
+
"name": "action",
|
|
92822
|
+
"required": false,
|
|
92823
|
+
"type": "string"
|
|
92824
|
+
},
|
|
92825
|
+
"event": {
|
|
92826
|
+
"name": "event",
|
|
92827
|
+
"required": false,
|
|
92828
|
+
"type": "string"
|
|
92829
|
+
},
|
|
92830
|
+
"label": {
|
|
92831
|
+
"name": "label",
|
|
92832
|
+
"required": true,
|
|
92833
|
+
"type": "string"
|
|
92834
|
+
},
|
|
92835
|
+
"navigatesTo": {
|
|
92836
|
+
"name": "navigatesTo",
|
|
92837
|
+
"required": false,
|
|
92838
|
+
"type": "string"
|
|
92839
|
+
},
|
|
92840
|
+
"placement": {
|
|
92841
|
+
"name": "placement",
|
|
92842
|
+
"required": false,
|
|
92843
|
+
"type": "string",
|
|
92844
|
+
"values": [
|
|
92845
|
+
"card",
|
|
92846
|
+
"footer",
|
|
92847
|
+
"row"
|
|
92848
|
+
]
|
|
92849
|
+
},
|
|
92850
|
+
"variant": {
|
|
92851
|
+
"name": "variant",
|
|
92852
|
+
"required": false,
|
|
92853
|
+
"type": "string",
|
|
92854
|
+
"values": [
|
|
92855
|
+
"primary",
|
|
92856
|
+
"secondary",
|
|
92857
|
+
"ghost",
|
|
92858
|
+
"danger"
|
|
92859
|
+
]
|
|
92860
|
+
}
|
|
92861
|
+
},
|
|
92862
|
+
"type": "object"
|
|
92863
|
+
},
|
|
92864
|
+
"label": "Item Actions",
|
|
92787
92865
|
"tier": "presentation",
|
|
92788
|
-
"type": "
|
|
92866
|
+
"type": "[EntityCardsItemActionsItem]"
|
|
92789
92867
|
},
|
|
92790
92868
|
"maxCols": {
|
|
92791
|
-
"default": 1,
|
|
92792
92869
|
"description": "Maximum number of columns",
|
|
92793
92870
|
"label": "Max Cols",
|
|
92794
92871
|
"tier": "presentation",
|
|
@@ -93267,6 +93344,8 @@ function stdUiEntityListEntityListOrbital(params = {}) {
|
|
|
93267
93344
|
"variant": "ghost"
|
|
93268
93345
|
}
|
|
93269
93346
|
],
|
|
93347
|
+
"description": "Item actions - schema-driven or function-based",
|
|
93348
|
+
"label": "Item Actions",
|
|
93270
93349
|
"tier": "presentation",
|
|
93271
93350
|
"type": "json"
|
|
93272
93351
|
},
|
|
@@ -93640,6 +93719,11 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
93640
93719
|
"description": "Bulk actions",
|
|
93641
93720
|
"items": {
|
|
93642
93721
|
"properties": {
|
|
93722
|
+
"event": {
|
|
93723
|
+
"name": "event",
|
|
93724
|
+
"required": false,
|
|
93725
|
+
"type": "string"
|
|
93726
|
+
},
|
|
93643
93727
|
"icon": {
|
|
93644
93728
|
"name": "icon",
|
|
93645
93729
|
"required": false,
|
|
@@ -93858,8 +93942,61 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
93858
93942
|
"variant": "ghost"
|
|
93859
93943
|
}
|
|
93860
93944
|
],
|
|
93945
|
+
"description": "Item actions from generated code - maps to rowActions",
|
|
93946
|
+
"items": {
|
|
93947
|
+
"properties": {
|
|
93948
|
+
"action": {
|
|
93949
|
+
"name": "action",
|
|
93950
|
+
"required": false,
|
|
93951
|
+
"type": "string"
|
|
93952
|
+
},
|
|
93953
|
+
"event": {
|
|
93954
|
+
"name": "event",
|
|
93955
|
+
"required": false,
|
|
93956
|
+
"type": "string"
|
|
93957
|
+
},
|
|
93958
|
+
"icon": {
|
|
93959
|
+
"name": "icon",
|
|
93960
|
+
"required": false,
|
|
93961
|
+
"type": "string"
|
|
93962
|
+
},
|
|
93963
|
+
"label": {
|
|
93964
|
+
"name": "label",
|
|
93965
|
+
"required": true,
|
|
93966
|
+
"type": "string"
|
|
93967
|
+
},
|
|
93968
|
+
"navigatesTo": {
|
|
93969
|
+
"name": "navigatesTo",
|
|
93970
|
+
"required": false,
|
|
93971
|
+
"type": "string"
|
|
93972
|
+
},
|
|
93973
|
+
"placement": {
|
|
93974
|
+
"name": "placement",
|
|
93975
|
+
"required": false,
|
|
93976
|
+
"type": "string",
|
|
93977
|
+
"values": [
|
|
93978
|
+
"row",
|
|
93979
|
+
"bulk"
|
|
93980
|
+
]
|
|
93981
|
+
},
|
|
93982
|
+
"variant": {
|
|
93983
|
+
"name": "variant",
|
|
93984
|
+
"required": false,
|
|
93985
|
+
"type": "string",
|
|
93986
|
+
"values": [
|
|
93987
|
+
"default",
|
|
93988
|
+
"primary",
|
|
93989
|
+
"secondary",
|
|
93990
|
+
"ghost",
|
|
93991
|
+
"danger"
|
|
93992
|
+
]
|
|
93993
|
+
}
|
|
93994
|
+
},
|
|
93995
|
+
"type": "object"
|
|
93996
|
+
},
|
|
93997
|
+
"label": "Item Actions",
|
|
93861
93998
|
"tier": "presentation",
|
|
93862
|
-
"type": "
|
|
93999
|
+
"type": "[EntityTableItemActionsItem]"
|
|
93863
94000
|
},
|
|
93864
94001
|
"look": {
|
|
93865
94002
|
"default": "dense",
|
|
@@ -256320,8 +256457,40 @@ function stdUiTimelineTimelineOrbital(params = {}) {
|
|
|
256320
256457
|
},
|
|
256321
256458
|
"itemActions": {
|
|
256322
256459
|
"default": [],
|
|
256460
|
+
"description": "Actions per item",
|
|
256461
|
+
"items": {
|
|
256462
|
+
"properties": {
|
|
256463
|
+
"event": {
|
|
256464
|
+
"name": "event",
|
|
256465
|
+
"required": false,
|
|
256466
|
+
"type": "string"
|
|
256467
|
+
},
|
|
256468
|
+
"label": {
|
|
256469
|
+
"name": "label",
|
|
256470
|
+
"required": true,
|
|
256471
|
+
"type": "string"
|
|
256472
|
+
},
|
|
256473
|
+
"navigatesTo": {
|
|
256474
|
+
"name": "navigatesTo",
|
|
256475
|
+
"required": false,
|
|
256476
|
+
"type": "string"
|
|
256477
|
+
},
|
|
256478
|
+
"variant": {
|
|
256479
|
+
"name": "variant",
|
|
256480
|
+
"required": false,
|
|
256481
|
+
"type": "string",
|
|
256482
|
+
"values": [
|
|
256483
|
+
"primary",
|
|
256484
|
+
"secondary",
|
|
256485
|
+
"ghost"
|
|
256486
|
+
]
|
|
256487
|
+
}
|
|
256488
|
+
},
|
|
256489
|
+
"type": "object"
|
|
256490
|
+
},
|
|
256491
|
+
"label": "Item Actions",
|
|
256323
256492
|
"tier": "presentation",
|
|
256324
|
-
"type": "
|
|
256493
|
+
"type": "[TimelineItemActionsItem]"
|
|
256325
256494
|
},
|
|
256326
256495
|
"items": {
|
|
256327
256496
|
"default": [],
|