@almadar/std 16.141.0 → 16.142.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.
Files changed (84) hide show
  1. package/behaviors/lolo/ui/avl/molecules/ui-module-card.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +22 -1
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +10 -0
  4. package/behaviors/lolo/ui/core/atoms/std-filter.lolo +3 -0
  5. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +0 -244
  6. package/behaviors/lolo/ui/core/atoms/ui-aside.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +2 -2
  8. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +3 -3
  9. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +1 -1
  10. package/behaviors/lolo/ui/core/molecules/ui-drawer.lolo +2 -2
  11. package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
  12. package/behaviors/lolo/ui/core/molecules/ui-flip-card.lolo +1 -1
  13. package/behaviors/lolo/ui/core/molecules/ui-quiz-block.lolo +1 -1
  14. package/behaviors/lolo/ui/core/molecules/ui-repeatable-form-section.lolo +1 -1
  15. package/behaviors/lolo/ui/core/molecules/ui-signature-pad.lolo +1 -1
  16. package/behaviors/lolo/ui/core/molecules/ui-sortable-list.lolo +1 -1
  17. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  18. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +2 -12
  19. package/behaviors/lolo/ui/marketing/atoms/ui-marketing-stat-card.lolo +1 -1
  20. package/behaviors/lolo/ui/marketing/molecules/ui-case-study-card.lolo +1 -1
  21. package/behaviors/lolo/ui/marketing/molecules/ui-feature-card.lolo +1 -1
  22. package/behaviors/lolo/ui/marketing/molecules/ui-pricing-card.lolo +1 -1
  23. package/behaviors/registry/factory-signatures.json +286 -3335
  24. package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  25. package/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  26. package/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
  27. package/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  28. package/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  29. package/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  30. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  31. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  32. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
  33. package/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  34. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  35. package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  36. package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  37. package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  38. package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  39. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  40. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
  41. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  42. package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  43. package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  44. package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  45. package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  46. package/dist/behaviors/behaviors-embeddings.json +324 -324
  47. package/dist/behaviors/behaviors-registry.json +35 -26
  48. package/dist/behaviors/exports-reader.js +25 -518
  49. package/dist/behaviors/functions/index.d.ts +80 -119
  50. package/dist/behaviors/functions/index.js +23 -486
  51. package/dist/behaviors/index.d.ts +1 -1
  52. package/dist/behaviors/index.js +26 -519
  53. package/dist/behaviors/knob-embeddings.json +1 -1
  54. package/dist/behaviors/query.js +25 -518
  55. package/dist/behaviors/registry/factory-signatures.json +286 -3335
  56. package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  57. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  58. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
  59. package/dist/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  60. package/dist/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  61. package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  62. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  63. package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  64. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
  65. package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  66. package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  67. package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  68. package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  69. package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  70. package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  71. package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  72. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
  73. package/dist/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  74. package/dist/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  75. package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  76. package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  77. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  78. package/dist/behaviors-embeddings.json +324 -324
  79. package/dist/behaviors-registry.json +35 -26
  80. package/dist/index.d.ts +1 -1
  81. package/dist/index.js +26 -519
  82. package/dist/knob-embeddings.json +1 -1
  83. package/dist/registry/factory-signatures.json +286 -3335
  84. package/package.json +4 -3
@@ -441,8 +441,9 @@ __export(functions_exports, {
441
441
  stdAppLayoutPage: () => stdAppLayoutPage,
442
442
  stdAppLayoutTrait: () => stdAppLayoutTrait,
443
443
  stdAppSearch: () => stdAppSearch,
444
+ stdAppSearchAppSearchIdleHintTrait: () => stdAppSearchAppSearchIdleHintTrait,
445
+ stdAppSearchAppSearchTrait: () => stdAppSearchAppSearchTrait,
444
446
  stdAppSearchPage: () => stdAppSearchPage,
445
- stdAppSearchTrait: () => stdAppSearchTrait,
446
447
  stdApprovalGate: () => stdApprovalGate,
447
448
  stdApprovalGateApprovalDividerTrait: () => stdApprovalGateApprovalDividerTrait,
448
449
  stdApprovalGateApprovalGateReviewTrait: () => stdApprovalGateApprovalGateReviewTrait,
@@ -1860,39 +1861,8 @@ __export(functions_exports, {
1860
1861
  stdVotePage: () => stdVotePage,
1861
1862
  stdVoteTrait: () => stdVoteTrait,
1862
1863
  stdWizard: () => stdWizard,
1863
- stdWizardButton_AdvanceTrait: () => stdWizardButton_AdvanceTrait,
1864
- stdWizardButton_BackTrait: () => stdWizardButton_BackTrait,
1865
- stdWizardButton_CancelWizardTrait: () => stdWizardButton_CancelWizardTrait,
1866
- stdWizardButton_RestartGhostTrait: () => stdWizardButton_RestartGhostTrait,
1867
- stdWizardButton_RestartTrait: () => stdWizardButton_RestartTrait,
1868
- stdWizardErrorState_LoadFailedTrait: () => stdWizardErrorState_LoadFailedTrait,
1869
- stdWizardErrorState_SaveFailedTrait: () => stdWizardErrorState_SaveFailedTrait,
1870
- stdWizardFormSection_MainTrait: () => stdWizardFormSection_MainTrait,
1871
- stdWizardIcon_CheckCircleTrait: () => stdWizardIcon_CheckCircleTrait,
1872
- stdWizardIcon_ChevronLeftTrait: () => stdWizardIcon_ChevronLeftTrait,
1873
- stdWizardIcon_ChevronRightTrait: () => stdWizardIcon_ChevronRightTrait,
1874
- stdWizardIcon_CurrentStepTrait: () => stdWizardIcon_CurrentStepTrait,
1875
- stdWizardIcon_ListChecksTrait: () => stdWizardIcon_ListChecksTrait,
1876
- stdWizardIcon_RotateCcwTrait: () => stdWizardIcon_RotateCcwTrait,
1877
- stdWizardIcon_XCircleTrait: () => stdWizardIcon_XCircleTrait,
1878
- stdWizardIcon_XTrait: () => stdWizardIcon_XTrait,
1879
- stdWizardLoadingState_LoadingTrait: () => stdWizardLoadingState_LoadingTrait,
1880
- stdWizardLoadingState_RefreshingTrait: () => stdWizardLoadingState_RefreshingTrait,
1881
- stdWizardLoadingState_RestartingTrait: () => stdWizardLoadingState_RestartingTrait,
1882
- stdWizardLoadingState_RetryingTrait: () => stdWizardLoadingState_RetryingTrait,
1883
1864
  stdWizardPage: () => stdWizardPage,
1884
- stdWizardTypography_CancelledMessageTrait: () => stdWizardTypography_CancelledMessageTrait,
1885
- stdWizardTypography_CancelledTrait: () => stdWizardTypography_CancelledTrait,
1886
- stdWizardTypography_CompleteMessageTrait: () => stdWizardTypography_CompleteMessageTrait,
1887
- stdWizardTypography_CompleteTrait: () => stdWizardTypography_CompleteTrait,
1888
- stdWizardTypography_CurrentStepDescriptionTrait: () => stdWizardTypography_CurrentStepDescriptionTrait,
1889
- stdWizardTypography_CurrentStepLabelTrait: () => stdWizardTypography_CurrentStepLabelTrait,
1890
- stdWizardTypography_SignUpTrait: () => stdWizardTypography_SignUpTrait,
1891
- stdWizardTypography_TitleTrait: () => stdWizardTypography_TitleTrait,
1892
- stdWizardWizardFormTrait: () => stdWizardWizardFormTrait,
1893
- stdWizardWizardNavigation_MainTrait: () => stdWizardWizardNavigation_MainTrait,
1894
- stdWizardWizardProgress_MainTrait: () => stdWizardWizardProgress_MainTrait,
1895
- stdWizardWizardProgress_TotalStepsTrait: () => stdWizardWizardProgress_TotalStepsTrait,
1865
+ stdWizardTrait: () => stdWizardTrait,
1896
1866
  stdWorldmapBoard2d: () => stdWorldmapBoard2d,
1897
1867
  stdWorldmapBoard2dGoldAuthorityTrait: () => stdWorldmapBoard2dGoldAuthorityTrait,
1898
1868
  stdWorldmapBoard2dPage: () => stdWorldmapBoard2dPage,
@@ -3180,7 +3150,20 @@ function stdAppLayout(params) {
3180
3150
  }
3181
3151
  var BEHAVIOR_PATH29 = "std/behaviors/std-app-search";
3182
3152
  var ALIAS29 = "AppSearch";
3183
- function stdAppSearchTrait(params) {
3153
+ function stdAppSearchAppSearchIdleHintTrait(params) {
3154
+ return makeTraitRef({
3155
+ from: BEHAVIOR_PATH29,
3156
+ ref: `${ALIAS29}.traits.AppSearchIdleHint`,
3157
+ linkedEntity: params.entityName,
3158
+ ...params.traitName !== void 0 ? { name: params.traitName } : {},
3159
+ ...params.events !== void 0 ? { events: params.events } : {},
3160
+ ...params.effects !== void 0 ? { effects: params.effects } : {},
3161
+ ...params.listens !== void 0 ? { listens: params.listens } : {},
3162
+ ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
3163
+ ...params.config !== void 0 ? { config: params.config } : {}
3164
+ });
3165
+ }
3166
+ function stdAppSearchAppSearchTrait(params) {
3184
3167
  return makeTraitRef({
3185
3168
  from: BEHAVIOR_PATH29,
3186
3169
  ref: `${ALIAS29}.traits.AppSearch`,
@@ -3212,7 +3195,8 @@ function stdAppSearch(params) {
3212
3195
  uses: [{ from: BEHAVIOR_PATH29, as: ALIAS29 }],
3213
3196
  entity,
3214
3197
  traits: [
3215
- stdAppSearchTrait(params)
3198
+ stdAppSearchAppSearchIdleHintTrait(params),
3199
+ stdAppSearchAppSearchTrait(params)
3216
3200
  ],
3217
3201
  pages: [
3218
3202
  stdAppSearchPage(params)
@@ -9417,410 +9401,7 @@ function stdVote(params) {
9417
9401
  }
9418
9402
  var BEHAVIOR_PATH143 = "std/behaviors/std-wizard";
9419
9403
  var ALIAS143 = "Wizard";
9420
- function stdWizardIcon_ListChecksTrait(params) {
9421
- return makeTraitRef({
9422
- from: BEHAVIOR_PATH143,
9423
- ref: `${ALIAS143}.traits.Icon_ListChecks`,
9424
- linkedEntity: params.entityName,
9425
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9426
- ...params.events !== void 0 ? { events: params.events } : {},
9427
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9428
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9429
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9430
- ...params.config !== void 0 ? { config: params.config } : {}
9431
- });
9432
- }
9433
- function stdWizardIcon_CheckCircleTrait(params) {
9434
- return makeTraitRef({
9435
- from: BEHAVIOR_PATH143,
9436
- ref: `${ALIAS143}.traits.Icon_CheckCircle`,
9437
- linkedEntity: params.entityName,
9438
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9439
- ...params.events !== void 0 ? { events: params.events } : {},
9440
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9441
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9442
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9443
- ...params.config !== void 0 ? { config: params.config } : {}
9444
- });
9445
- }
9446
- function stdWizardIcon_XCircleTrait(params) {
9447
- return makeTraitRef({
9448
- from: BEHAVIOR_PATH143,
9449
- ref: `${ALIAS143}.traits.Icon_XCircle`,
9450
- linkedEntity: params.entityName,
9451
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9452
- ...params.events !== void 0 ? { events: params.events } : {},
9453
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9454
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9455
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9456
- ...params.config !== void 0 ? { config: params.config } : {}
9457
- });
9458
- }
9459
- function stdWizardIcon_CurrentStepTrait(params) {
9460
- return makeTraitRef({
9461
- from: BEHAVIOR_PATH143,
9462
- ref: `${ALIAS143}.traits.Icon_CurrentStep`,
9463
- linkedEntity: params.entityName,
9464
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9465
- ...params.events !== void 0 ? { events: params.events } : {},
9466
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9467
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9468
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9469
- ...params.config !== void 0 ? { config: params.config } : {}
9470
- });
9471
- }
9472
- function stdWizardIcon_ChevronLeftTrait(params) {
9473
- return makeTraitRef({
9474
- from: BEHAVIOR_PATH143,
9475
- ref: `${ALIAS143}.traits.Icon_ChevronLeft`,
9476
- linkedEntity: params.entityName,
9477
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9478
- ...params.events !== void 0 ? { events: params.events } : {},
9479
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9480
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9481
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9482
- ...params.config !== void 0 ? { config: params.config } : {}
9483
- });
9484
- }
9485
- function stdWizardIcon_XTrait(params) {
9486
- return makeTraitRef({
9487
- from: BEHAVIOR_PATH143,
9488
- ref: `${ALIAS143}.traits.Icon_X`,
9489
- linkedEntity: params.entityName,
9490
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9491
- ...params.events !== void 0 ? { events: params.events } : {},
9492
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9493
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9494
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9495
- ...params.config !== void 0 ? { config: params.config } : {}
9496
- });
9497
- }
9498
- function stdWizardIcon_ChevronRightTrait(params) {
9499
- return makeTraitRef({
9500
- from: BEHAVIOR_PATH143,
9501
- ref: `${ALIAS143}.traits.Icon_ChevronRight`,
9502
- linkedEntity: params.entityName,
9503
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9504
- ...params.events !== void 0 ? { events: params.events } : {},
9505
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9506
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9507
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9508
- ...params.config !== void 0 ? { config: params.config } : {}
9509
- });
9510
- }
9511
- function stdWizardIcon_RotateCcwTrait(params) {
9512
- return makeTraitRef({
9513
- from: BEHAVIOR_PATH143,
9514
- ref: `${ALIAS143}.traits.Icon_RotateCcw`,
9515
- linkedEntity: params.entityName,
9516
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9517
- ...params.events !== void 0 ? { events: params.events } : {},
9518
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9519
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9520
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9521
- ...params.config !== void 0 ? { config: params.config } : {}
9522
- });
9523
- }
9524
- function stdWizardTypography_TitleTrait(params) {
9525
- return makeTraitRef({
9526
- from: BEHAVIOR_PATH143,
9527
- ref: `${ALIAS143}.traits.Typography_Title`,
9528
- linkedEntity: params.entityName,
9529
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9530
- ...params.events !== void 0 ? { events: params.events } : {},
9531
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9532
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9533
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9534
- ...params.config !== void 0 ? { config: params.config } : {}
9535
- });
9536
- }
9537
- function stdWizardTypography_CurrentStepLabelTrait(params) {
9538
- return makeTraitRef({
9539
- from: BEHAVIOR_PATH143,
9540
- ref: `${ALIAS143}.traits.Typography_CurrentStepLabel`,
9541
- linkedEntity: params.entityName,
9542
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9543
- ...params.events !== void 0 ? { events: params.events } : {},
9544
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9545
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9546
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9547
- ...params.config !== void 0 ? { config: params.config } : {}
9548
- });
9549
- }
9550
- function stdWizardTypography_CurrentStepDescriptionTrait(params) {
9551
- return makeTraitRef({
9552
- from: BEHAVIOR_PATH143,
9553
- ref: `${ALIAS143}.traits.Typography_CurrentStepDescription`,
9554
- linkedEntity: params.entityName,
9555
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9556
- ...params.events !== void 0 ? { events: params.events } : {},
9557
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9558
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9559
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9560
- ...params.config !== void 0 ? { config: params.config } : {}
9561
- });
9562
- }
9563
- function stdWizardTypography_CompleteTrait(params) {
9564
- return makeTraitRef({
9565
- from: BEHAVIOR_PATH143,
9566
- ref: `${ALIAS143}.traits.Typography_Complete`,
9567
- linkedEntity: params.entityName,
9568
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9569
- ...params.events !== void 0 ? { events: params.events } : {},
9570
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9571
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9572
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9573
- ...params.config !== void 0 ? { config: params.config } : {}
9574
- });
9575
- }
9576
- function stdWizardTypography_CompleteMessageTrait(params) {
9577
- return makeTraitRef({
9578
- from: BEHAVIOR_PATH143,
9579
- ref: `${ALIAS143}.traits.Typography_CompleteMessage`,
9580
- linkedEntity: params.entityName,
9581
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9582
- ...params.events !== void 0 ? { events: params.events } : {},
9583
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9584
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9585
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9586
- ...params.config !== void 0 ? { config: params.config } : {}
9587
- });
9588
- }
9589
- function stdWizardTypography_CancelledTrait(params) {
9590
- return makeTraitRef({
9591
- from: BEHAVIOR_PATH143,
9592
- ref: `${ALIAS143}.traits.Typography_Cancelled`,
9593
- linkedEntity: params.entityName,
9594
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9595
- ...params.events !== void 0 ? { events: params.events } : {},
9596
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9597
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9598
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9599
- ...params.config !== void 0 ? { config: params.config } : {}
9600
- });
9601
- }
9602
- function stdWizardTypography_CancelledMessageTrait(params) {
9603
- return makeTraitRef({
9604
- from: BEHAVIOR_PATH143,
9605
- ref: `${ALIAS143}.traits.Typography_CancelledMessage`,
9606
- linkedEntity: params.entityName,
9607
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9608
- ...params.events !== void 0 ? { events: params.events } : {},
9609
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9610
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9611
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9612
- ...params.config !== void 0 ? { config: params.config } : {}
9613
- });
9614
- }
9615
- function stdWizardTypography_SignUpTrait(params) {
9616
- return makeTraitRef({
9617
- from: BEHAVIOR_PATH143,
9618
- ref: `${ALIAS143}.traits.Typography_SignUp`,
9619
- linkedEntity: params.entityName,
9620
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9621
- ...params.events !== void 0 ? { events: params.events } : {},
9622
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9623
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9624
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9625
- ...params.config !== void 0 ? { config: params.config } : {}
9626
- });
9627
- }
9628
- function stdWizardButton_BackTrait(params) {
9629
- return makeTraitRef({
9630
- from: BEHAVIOR_PATH143,
9631
- ref: `${ALIAS143}.traits.Button_Back`,
9632
- linkedEntity: params.entityName,
9633
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9634
- ...params.events !== void 0 ? { events: params.events } : {},
9635
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9636
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9637
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9638
- ...params.config !== void 0 ? { config: params.config } : {}
9639
- });
9640
- }
9641
- function stdWizardButton_CancelWizardTrait(params) {
9642
- return makeTraitRef({
9643
- from: BEHAVIOR_PATH143,
9644
- ref: `${ALIAS143}.traits.Button_CancelWizard`,
9645
- linkedEntity: params.entityName,
9646
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9647
- ...params.events !== void 0 ? { events: params.events } : {},
9648
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9649
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9650
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9651
- ...params.config !== void 0 ? { config: params.config } : {}
9652
- });
9653
- }
9654
- function stdWizardButton_AdvanceTrait(params) {
9655
- return makeTraitRef({
9656
- from: BEHAVIOR_PATH143,
9657
- ref: `${ALIAS143}.traits.Button_Advance`,
9658
- linkedEntity: params.entityName,
9659
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9660
- ...params.events !== void 0 ? { events: params.events } : {},
9661
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9662
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9663
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9664
- ...params.config !== void 0 ? { config: params.config } : {}
9665
- });
9666
- }
9667
- function stdWizardButton_RestartTrait(params) {
9668
- return makeTraitRef({
9669
- from: BEHAVIOR_PATH143,
9670
- ref: `${ALIAS143}.traits.Button_Restart`,
9671
- linkedEntity: params.entityName,
9672
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9673
- ...params.events !== void 0 ? { events: params.events } : {},
9674
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9675
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9676
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9677
- ...params.config !== void 0 ? { config: params.config } : {}
9678
- });
9679
- }
9680
- function stdWizardButton_RestartGhostTrait(params) {
9681
- return makeTraitRef({
9682
- from: BEHAVIOR_PATH143,
9683
- ref: `${ALIAS143}.traits.Button_RestartGhost`,
9684
- linkedEntity: params.entityName,
9685
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9686
- ...params.events !== void 0 ? { events: params.events } : {},
9687
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9688
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9689
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9690
- ...params.config !== void 0 ? { config: params.config } : {}
9691
- });
9692
- }
9693
- function stdWizardWizardProgress_MainTrait(params) {
9694
- return makeTraitRef({
9695
- from: BEHAVIOR_PATH143,
9696
- ref: `${ALIAS143}.traits.WizardProgress_Main`,
9697
- linkedEntity: params.entityName,
9698
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9699
- ...params.events !== void 0 ? { events: params.events } : {},
9700
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9701
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9702
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9703
- ...params.config !== void 0 ? { config: params.config } : {}
9704
- });
9705
- }
9706
- function stdWizardWizardProgress_TotalStepsTrait(params) {
9707
- return makeTraitRef({
9708
- from: BEHAVIOR_PATH143,
9709
- ref: `${ALIAS143}.traits.WizardProgress_TotalSteps`,
9710
- linkedEntity: params.entityName,
9711
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9712
- ...params.events !== void 0 ? { events: params.events } : {},
9713
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9714
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9715
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9716
- ...params.config !== void 0 ? { config: params.config } : {}
9717
- });
9718
- }
9719
- function stdWizardFormSection_MainTrait(params) {
9720
- return makeTraitRef({
9721
- from: BEHAVIOR_PATH143,
9722
- ref: `${ALIAS143}.traits.FormSection_Main`,
9723
- linkedEntity: params.entityName,
9724
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9725
- ...params.events !== void 0 ? { events: params.events } : {},
9726
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9727
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9728
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9729
- ...params.config !== void 0 ? { config: params.config } : {}
9730
- });
9731
- }
9732
- function stdWizardWizardNavigation_MainTrait(params) {
9733
- return makeTraitRef({
9734
- from: BEHAVIOR_PATH143,
9735
- ref: `${ALIAS143}.traits.WizardNavigation_Main`,
9736
- linkedEntity: params.entityName,
9737
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9738
- ...params.events !== void 0 ? { events: params.events } : {},
9739
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9740
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9741
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9742
- ...params.config !== void 0 ? { config: params.config } : {}
9743
- });
9744
- }
9745
- function stdWizardLoadingState_LoadingTrait(params) {
9746
- return makeTraitRef({
9747
- from: BEHAVIOR_PATH143,
9748
- ref: `${ALIAS143}.traits.LoadingState_Loading`,
9749
- linkedEntity: params.entityName,
9750
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9751
- ...params.events !== void 0 ? { events: params.events } : {},
9752
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9753
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9754
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9755
- ...params.config !== void 0 ? { config: params.config } : {}
9756
- });
9757
- }
9758
- function stdWizardLoadingState_RefreshingTrait(params) {
9759
- return makeTraitRef({
9760
- from: BEHAVIOR_PATH143,
9761
- ref: `${ALIAS143}.traits.LoadingState_Refreshing`,
9762
- linkedEntity: params.entityName,
9763
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9764
- ...params.events !== void 0 ? { events: params.events } : {},
9765
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9766
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9767
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9768
- ...params.config !== void 0 ? { config: params.config } : {}
9769
- });
9770
- }
9771
- function stdWizardLoadingState_RestartingTrait(params) {
9772
- return makeTraitRef({
9773
- from: BEHAVIOR_PATH143,
9774
- ref: `${ALIAS143}.traits.LoadingState_Restarting`,
9775
- linkedEntity: params.entityName,
9776
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9777
- ...params.events !== void 0 ? { events: params.events } : {},
9778
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9779
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9780
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9781
- ...params.config !== void 0 ? { config: params.config } : {}
9782
- });
9783
- }
9784
- function stdWizardLoadingState_RetryingTrait(params) {
9785
- return makeTraitRef({
9786
- from: BEHAVIOR_PATH143,
9787
- ref: `${ALIAS143}.traits.LoadingState_Retrying`,
9788
- linkedEntity: params.entityName,
9789
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9790
- ...params.events !== void 0 ? { events: params.events } : {},
9791
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9792
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9793
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9794
- ...params.config !== void 0 ? { config: params.config } : {}
9795
- });
9796
- }
9797
- function stdWizardErrorState_LoadFailedTrait(params) {
9798
- return makeTraitRef({
9799
- from: BEHAVIOR_PATH143,
9800
- ref: `${ALIAS143}.traits.ErrorState_LoadFailed`,
9801
- linkedEntity: params.entityName,
9802
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9803
- ...params.events !== void 0 ? { events: params.events } : {},
9804
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9805
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9806
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9807
- ...params.config !== void 0 ? { config: params.config } : {}
9808
- });
9809
- }
9810
- function stdWizardErrorState_SaveFailedTrait(params) {
9811
- return makeTraitRef({
9812
- from: BEHAVIOR_PATH143,
9813
- ref: `${ALIAS143}.traits.ErrorState_SaveFailed`,
9814
- linkedEntity: params.entityName,
9815
- ...params.traitName !== void 0 ? { name: params.traitName } : {},
9816
- ...params.events !== void 0 ? { events: params.events } : {},
9817
- ...params.effects !== void 0 ? { effects: params.effects } : {},
9818
- ...params.listens !== void 0 ? { listens: params.listens } : {},
9819
- ...params.emitsScope !== void 0 ? { emitsScope: params.emitsScope } : {},
9820
- ...params.config !== void 0 ? { config: params.config } : {}
9821
- });
9822
- }
9823
- function stdWizardWizardFormTrait(params) {
9404
+ function stdWizardTrait(params) {
9824
9405
  return makeTraitRef({
9825
9406
  from: BEHAVIOR_PATH143,
9826
9407
  ref: `${ALIAS143}.traits.WizardForm`,
@@ -9852,38 +9433,7 @@ function stdWizard(params) {
9852
9433
  uses: [{ from: BEHAVIOR_PATH143, as: ALIAS143 }],
9853
9434
  entity,
9854
9435
  traits: [
9855
- stdWizardIcon_ListChecksTrait(params),
9856
- stdWizardIcon_CheckCircleTrait(params),
9857
- stdWizardIcon_XCircleTrait(params),
9858
- stdWizardIcon_CurrentStepTrait(params),
9859
- stdWizardIcon_ChevronLeftTrait(params),
9860
- stdWizardIcon_XTrait(params),
9861
- stdWizardIcon_ChevronRightTrait(params),
9862
- stdWizardIcon_RotateCcwTrait(params),
9863
- stdWizardTypography_TitleTrait(params),
9864
- stdWizardTypography_CurrentStepLabelTrait(params),
9865
- stdWizardTypography_CurrentStepDescriptionTrait(params),
9866
- stdWizardTypography_CompleteTrait(params),
9867
- stdWizardTypography_CompleteMessageTrait(params),
9868
- stdWizardTypography_CancelledTrait(params),
9869
- stdWizardTypography_CancelledMessageTrait(params),
9870
- stdWizardTypography_SignUpTrait(params),
9871
- stdWizardButton_BackTrait(params),
9872
- stdWizardButton_CancelWizardTrait(params),
9873
- stdWizardButton_AdvanceTrait(params),
9874
- stdWizardButton_RestartTrait(params),
9875
- stdWizardButton_RestartGhostTrait(params),
9876
- stdWizardWizardProgress_MainTrait(params),
9877
- stdWizardWizardProgress_TotalStepsTrait(params),
9878
- stdWizardFormSection_MainTrait(params),
9879
- stdWizardWizardNavigation_MainTrait(params),
9880
- stdWizardLoadingState_LoadingTrait(params),
9881
- stdWizardLoadingState_RefreshingTrait(params),
9882
- stdWizardLoadingState_RestartingTrait(params),
9883
- stdWizardLoadingState_RetryingTrait(params),
9884
- stdWizardErrorState_LoadFailedTrait(params),
9885
- stdWizardErrorState_SaveFailedTrait(params),
9886
- stdWizardWizardFormTrait(params)
9436
+ stdWizardTrait(params)
9887
9437
  ],
9888
9438
  pages: [
9889
9439
  stdWizardPage(params)
@@ -214299,64 +213849,21 @@ function stdUiSegmentRendererSegmentRendererOrbital(params = {}) {
214299
213849
  "type": "string"
214300
213850
  },
214301
213851
  "segments": {
214302
- "default": [
214303
- {
214304
- "content": "Content",
214305
- "type": "Type"
214306
- },
214307
- {
214308
- "content": "Content 2",
214309
- "type": "Type 2"
214310
- }
214311
- ],
213852
+ "default": [],
214312
213853
  "description": "Parsed lesson segments (see `parseLessonSegments`)",
214313
213854
  "items": {
214314
- "properties": {
214315
- "content": {
214316
- "name": "content",
214317
- "required": true,
214318
- "type": "string"
214319
- },
214320
- "type": {
214321
- "name": "type",
214322
- "required": true,
214323
- "type": "string"
214324
- }
214325
- },
214326
213855
  "type": "object"
214327
213856
  },
214328
213857
  "label": "Segments",
214329
213858
  "tier": "presentation",
214330
- "type": "[SegmentRendererSegmentsItem]"
213859
+ "type": "[json]"
214331
213860
  },
214332
213861
  "userProgress": {
213862
+ "default": {},
214333
213863
  "description": "User progress for restoring activation/reflection state",
214334
213864
  "label": "User Progress",
214335
- "properties": {
214336
- "activationResponse": {
214337
- "name": "activationResponse",
214338
- "required": false,
214339
- "type": "string"
214340
- },
214341
- "bloomAnswered": {
214342
- "items": {
214343
- "type": "boolean"
214344
- },
214345
- "name": "bloomAnswered",
214346
- "required": false,
214347
- "type": "object"
214348
- },
214349
- "reflectionNotes": {
214350
- "items": {
214351
- "type": "string"
214352
- },
214353
- "name": "reflectionNotes",
214354
- "required": false,
214355
- "type": "array"
214356
- }
214357
- },
214358
213865
  "tier": "presentation",
214359
- "type": "SegmentRendererUserProgress"
213866
+ "type": "json"
214360
213867
  }
214361
213868
  },
214362
213869
  "entityContract": {