@almadar/std 15.15.0 → 15.15.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.
Files changed (273) hide show
  1. package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  2. package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  3. package/behaviors/registry/app/atoms/std-application.orb +300 -188
  4. package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  5. package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  6. package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  7. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  8. package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  9. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  10. package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  11. package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  12. package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  13. package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  14. package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  15. package/behaviors/registry/app/atoms/std-donor.orb +191 -156
  16. package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  17. package/behaviors/registry/app/atoms/std-driver.orb +440 -202
  18. package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  19. package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  20. package/behaviors/registry/app/atoms/std-event.orb +309 -178
  21. package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  22. package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  23. package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  24. package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  25. package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  26. package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  27. package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  28. package/behaviors/registry/app/atoms/std-lease.orb +411 -178
  29. package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  30. package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  31. package/behaviors/registry/app/atoms/std-matter.orb +415 -189
  32. package/behaviors/registry/app/atoms/std-membership.orb +387 -167
  33. package/behaviors/registry/app/atoms/std-menu.orb +232 -175
  34. package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  35. package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  36. package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  37. package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  38. package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  39. package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  40. package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  45. package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  47. package/behaviors/registry/app/atoms/std-segment.orb +173 -139
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  49. package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  50. package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  54. package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  57. package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  58. package/behaviors/registry/app/atoms/std-trial.orb +401 -183
  59. package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  60. package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  63. package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  64. package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  65. package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  66. package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  67. package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  68. package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  69. package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  70. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  71. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  72. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  73. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  74. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  75. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  76. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  77. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  78. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  79. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  80. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  81. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  82. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  83. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  84. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  85. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  86. package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  87. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  88. package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  89. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  90. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  91. package/dist/behaviors/behaviors-registry.json +2913 -156
  92. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  93. package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  94. package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
  95. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  96. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  97. package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  98. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  99. package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  100. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  101. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  102. package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  103. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  104. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  105. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  106. package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
  107. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  108. package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
  109. package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  110. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  111. package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
  112. package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  113. package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  114. package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  115. package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  116. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  117. package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  118. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  119. package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
  120. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  121. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  122. package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
  123. package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
  124. package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
  125. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  126. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  127. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  128. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  129. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  130. package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  131. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  132. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  133. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  134. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  135. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  136. package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  137. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  138. package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
  139. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  140. package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  141. package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  142. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  143. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  144. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  145. package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  146. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  147. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  148. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  149. package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
  150. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  151. package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  152. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  153. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  154. package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  155. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  156. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  157. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  158. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  159. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  160. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  161. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  162. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  163. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  164. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  165. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  166. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  167. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  168. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  169. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  170. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  171. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  172. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  173. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  174. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  175. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  176. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  177. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  178. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  179. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  180. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  181. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  182. package/dist/behaviors-registry.json +2913 -156
  183. package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
  184. package/dist/registry/app/atoms/std-applicant.orb +207 -165
  185. package/dist/registry/app/atoms/std-application.orb +300 -188
  186. package/dist/registry/app/atoms/std-approval-request.orb +370 -215
  187. package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
  188. package/dist/registry/app/atoms/std-change-order.orb +458 -194
  189. package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  190. package/dist/registry/app/atoms/std-checkin.orb +215 -151
  191. package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
  192. package/dist/registry/app/atoms/std-class-roster.orb +343 -170
  193. package/dist/registry/app/atoms/std-class-session.orb +321 -190
  194. package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
  195. package/dist/registry/app/atoms/std-customer-account.orb +376 -157
  196. package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
  197. package/dist/registry/app/atoms/std-donor.orb +191 -156
  198. package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
  199. package/dist/registry/app/atoms/std-driver.orb +440 -202
  200. package/dist/registry/app/atoms/std-dunning.orb +431 -167
  201. package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
  202. package/dist/registry/app/atoms/std-event.orb +309 -178
  203. package/dist/registry/app/atoms/std-form-builder.orb +353 -220
  204. package/dist/registry/app/atoms/std-health-score.orb +218 -183
  205. package/dist/registry/app/atoms/std-help-article.orb +425 -162
  206. package/dist/registry/app/atoms/std-help-category.orb +409 -166
  207. package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
  208. package/dist/registry/app/atoms/std-invoice.orb +349 -211
  209. package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
  210. package/dist/registry/app/atoms/std-lease.orb +411 -178
  211. package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
  212. package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
  213. package/dist/registry/app/atoms/std-matter.orb +415 -189
  214. package/dist/registry/app/atoms/std-membership.orb +387 -167
  215. package/dist/registry/app/atoms/std-menu.orb +232 -175
  216. package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
  217. package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
  218. package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
  219. package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
  220. package/dist/registry/app/atoms/std-question-bank.orb +211 -145
  221. package/dist/registry/app/atoms/std-receipt.orb +248 -177
  222. package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
  223. package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
  224. package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
  225. package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
  226. package/dist/registry/app/atoms/std-response-collector.orb +213 -150
  227. package/dist/registry/app/atoms/std-rfi.orb +365 -210
  228. package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
  229. package/dist/registry/app/atoms/std-segment.orb +173 -139
  230. package/dist/registry/app/atoms/std-stock-level.orb +205 -135
  231. package/dist/registry/app/atoms/std-submittal.orb +323 -166
  232. package/dist/registry/app/atoms/std-table-map.orb +187 -63
  233. package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
  234. package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
  235. package/dist/registry/app/atoms/std-template-editor.orb +255 -189
  236. package/dist/registry/app/atoms/std-tenant.orb +375 -147
  237. package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
  238. package/dist/registry/app/atoms/std-time-entry.orb +259 -150
  239. package/dist/registry/app/atoms/std-timesheet.orb +292 -183
  240. package/dist/registry/app/atoms/std-trial.orb +401 -183
  241. package/dist/registry/app/atoms/std-vehicle.orb +447 -205
  242. package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  243. package/dist/registry/app/atoms/std-waitlist.orb +308 -177
  244. package/dist/registry/app/atoms/std-warehouse.orb +211 -141
  245. package/dist/registry/app/atoms/std-work-order.orb +374 -219
  246. package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
  247. package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
  248. package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
  249. package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
  250. package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
  251. package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
  252. package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  253. package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
  254. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  255. package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
  256. package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  257. package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
  258. package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  259. package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  260. package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  261. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  262. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  263. package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
  264. package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  265. package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  266. package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
  267. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  268. package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
  269. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  270. package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
  271. package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
  272. package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  273. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-warehouse",
3
- "version": "1.1.0",
4
- "description": "std-warehouse — physical or logical storage location. Lists warehouses in `browsing`; opens a warehouse detail view (name, code, address, type, active flag, total SKU count) in `viewing_single`. Agents tune the list shape via `config.fields` + `config.itemActions`.",
3
+ "version": "1.2.0",
4
+ "description": "std-warehouse — physical or logical storage location. Lists warehouses; detail shows code, address, type, active flag, SKU count. Exposes Inventory/Logistics knobs (multiLocationEnabled, hazmatEnabled, …) for the questionnaire.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "WarehouseOrbital",
@@ -200,8 +200,8 @@
200
200
  "Warehouse",
201
201
  {
202
202
  "emit": {
203
- "failure": "WarehouseLoadFailed",
204
- "success": "WarehouseLoaded"
203
+ "success": "WarehouseLoaded",
204
+ "failure": "WarehouseLoadFailed"
205
205
  }
206
206
  }
207
207
  ],
@@ -209,6 +209,7 @@
209
209
  "render-ui",
210
210
  "main",
211
211
  {
212
+ "direction": "vertical",
212
213
  "children": [
213
214
  {
214
215
  "size": "md",
@@ -216,16 +217,15 @@
216
217
  },
217
218
  {
218
219
  "color": "muted",
219
- "type": "typography",
220
220
  "content": "Loading locations…",
221
- "variant": "caption"
221
+ "variant": "caption",
222
+ "type": "typography"
222
223
  }
223
224
  ],
225
+ "align": "center",
224
226
  "className": "py-12",
225
- "direction": "vertical",
226
- "type": "stack",
227
227
  "gap": "md",
228
- "align": "center"
228
+ "type": "stack"
229
229
  }
230
230
  ]
231
231
  ]
@@ -239,69 +239,69 @@
239
239
  "render-ui",
240
240
  "main",
241
241
  {
242
- "type": "stack",
243
242
  "direction": "vertical",
244
243
  "children": [
245
244
  {
246
- "direction": "horizontal",
247
- "align": "center",
245
+ "type": "stack",
246
+ "gap": "sm",
248
247
  "children": [
249
248
  {
250
249
  "type": "icon",
251
250
  "name": "warehouse"
252
251
  },
253
252
  {
254
- "content": "@config.title",
255
253
  "variant": "h3",
256
- "type": "typography"
254
+ "type": "typography",
255
+ "content": "@config.title"
257
256
  }
258
257
  ],
259
- "type": "stack",
260
- "gap": "sm"
258
+ "direction": "horizontal",
259
+ "align": "center"
261
260
  },
262
261
  {
262
+ "type": "simple-grid",
263
263
  "children": [
264
264
  {
265
- "icon": "warehouse",
265
+ "value": "@payload.data.length",
266
266
  "label": "Total locations",
267
267
  "type": "stat-display",
268
- "value": "@payload.data.length"
268
+ "icon": "warehouse"
269
269
  },
270
270
  {
271
- "type": "stat-display",
271
+ "label": "Active",
272
272
  "value": "12",
273
- "icon": "check-circle",
274
- "label": "Active"
273
+ "type": "stat-display",
274
+ "icon": "check-circle"
275
275
  },
276
276
  {
277
- "type": "stat-display",
278
- "icon": "package",
277
+ "label": "Total SKUs",
279
278
  "value": "48,392",
280
- "label": "Total SKUs"
279
+ "type": "stat-display",
280
+ "icon": "package"
281
281
  },
282
282
  {
283
- "value": "73%",
284
- "icon": "bar-chart",
285
283
  "type": "stat-display",
284
+ "icon": "bar-chart",
285
+ "value": "73%",
286
286
  "label": "Avg utilization"
287
287
  }
288
288
  ],
289
- "cols": 4.0,
290
- "type": "simple-grid"
289
+ "cols": 4.0
291
290
  },
292
291
  {
293
292
  "type": "divider"
294
293
  },
295
294
  {
296
- "entity": "@payload.data",
297
- "type": "data-grid",
298
295
  "cols": 1.0,
299
- "fields": "@config.fields",
300
296
  "itemActions": "@config.itemActions",
301
- "gap": "sm"
297
+ "fields": "@config.fields",
298
+ "type": "data-grid",
299
+ "gap": "sm",
300
+ "entity": "@payload.data"
302
301
  }
303
302
  ],
304
- "gap": "md"
303
+ "gap": "md",
304
+ "type": "stack"
305
305
  }
306
306
  ]
307
307
  ]
@@ -366,16 +366,16 @@
366
366
  "render-ui",
367
367
  "main",
368
368
  {
369
+ "type": "stack",
370
+ "gap": "md",
369
371
  "children": [
370
372
  {
371
- "type": "stack",
372
- "gap": "sm",
373
373
  "direction": "horizontal",
374
374
  "children": [
375
375
  {
376
- "action": "CLOSE_WAREHOUSE",
377
376
  "variant": "ghost",
378
377
  "type": "button",
378
+ "action": "CLOSE_WAREHOUSE",
379
379
  "label": "Back"
380
380
  },
381
381
  {
@@ -383,74 +383,78 @@
383
383
  "name": "warehouse"
384
384
  },
385
385
  {
386
- "content": "@entity.name",
387
386
  "type": "typography",
387
+ "content": "@entity.name",
388
388
  "variant": "h3"
389
389
  },
390
390
  {
391
- "type": "badge",
392
391
  "label": "@entity.type",
393
- "variant": "default"
392
+ "variant": "default",
393
+ "type": "badge"
394
394
  }
395
395
  ],
396
- "align": "center"
396
+ "align": "center",
397
+ "type": "stack",
398
+ "gap": "sm"
397
399
  },
398
400
  {
399
401
  "type": "divider"
400
402
  },
401
403
  {
402
- "gap": "sm",
404
+ "direction": "vertical",
403
405
  "type": "stack",
406
+ "gap": "sm",
404
407
  "children": [
405
408
  {
409
+ "gap": "md",
410
+ "direction": "horizontal",
411
+ "type": "stack",
406
412
  "children": [
407
413
  {
408
- "variant": "caption",
409
- "type": "typography",
414
+ "content": "Code",
410
415
  "color": "muted",
411
- "content": "Code"
416
+ "type": "typography",
417
+ "variant": "caption"
412
418
  },
413
419
  {
414
- "type": "typography",
415
420
  "variant": "body",
421
+ "type": "typography",
416
422
  "content": "@entity.code"
417
423
  }
418
- ],
419
- "gap": "md",
420
- "type": "stack",
421
- "direction": "horizontal"
424
+ ]
422
425
  },
423
426
  {
424
- "gap": "md",
425
- "type": "stack",
426
427
  "direction": "horizontal",
427
428
  "children": [
428
429
  {
430
+ "type": "typography",
429
431
  "color": "muted",
430
- "content": "Address",
431
432
  "variant": "caption",
432
- "type": "typography"
433
+ "content": "Address"
433
434
  },
434
435
  {
435
- "variant": "body",
436
436
  "type": "typography",
437
- "content": "@entity.address"
437
+ "content": "@entity.address",
438
+ "variant": "body"
438
439
  }
439
- ]
440
+ ],
441
+ "type": "stack",
442
+ "gap": "md"
440
443
  }
441
- ],
442
- "direction": "vertical"
444
+ ]
443
445
  },
444
446
  {
445
447
  "type": "divider"
446
448
  },
447
449
  {
450
+ "type": "simple-grid",
451
+ "cols": 2.0,
448
452
  "children": [
449
453
  {
450
- "icon": "package",
451
454
  "label": "Total SKUs",
452
455
  "value": "@entity.totalSkus",
453
- "type": "stat-display"
456
+ "type": "stat-display",
457
+ "icon": "package"
454
458
  },
455
459
  {
456
460
  "type": "stat-display",
@@ -458,14 +462,10 @@
458
462
  "value": "@entity.type",
459
463
  "label": "Type"
460
464
  }
461
- ],
462
- "type": "simple-grid",
463
- "cols": 2.0
465
+ ]
464
466
  }
465
467
  ],
466
- "direction": "vertical",
467
- "type": "stack",
468
- "gap": "md"
468
+ "direction": "vertical"
469
469
  }
470
470
  ]
471
471
  ]
@@ -480,8 +480,8 @@
480
480
  "Warehouse",
481
481
  {
482
482
  "emit": {
483
- "success": "WarehouseLoaded",
484
- "failure": "WarehouseLoadFailed"
483
+ "failure": "WarehouseLoadFailed",
484
+ "success": "WarehouseLoaded"
485
485
  }
486
486
  }
487
487
  ],
@@ -489,23 +489,23 @@
489
489
  "render-ui",
490
490
  "main",
491
491
  {
492
- "direction": "vertical",
493
- "align": "center",
494
- "className": "py-12",
495
492
  "type": "stack",
496
493
  "gap": "md",
494
+ "className": "py-12",
497
495
  "children": [
498
496
  {
499
- "type": "spinner",
500
- "size": "md"
497
+ "size": "md",
498
+ "type": "spinner"
501
499
  },
502
500
  {
503
501
  "type": "typography",
504
- "color": "muted",
505
502
  "variant": "caption",
506
- "content": "Loading locations…"
503
+ "content": "Loading locations…",
504
+ "color": "muted"
507
505
  }
508
- ]
506
+ ],
507
+ "direction": "vertical",
508
+ "align": "center"
509
509
  }
510
510
  ]
511
511
  ]
@@ -529,8 +529,8 @@
529
529
  "render-ui",
530
530
  "main",
531
531
  {
532
- "size": "sm",
533
- "type": "spinner"
532
+ "type": "spinner",
533
+ "size": "sm"
534
534
  }
535
535
  ]
536
536
  ]
@@ -538,64 +538,25 @@
538
538
  ]
539
539
  },
540
540
  "config": {
541
- "itemActions": {
542
- "type": "[ItemAction]",
543
- "default": [
544
- {
545
- "label": "Open",
546
- "variant": "primary",
547
- "icon": "arrow-right",
548
- "event": "OPEN_WAREHOUSE"
549
- }
550
- ],
551
- "label": "Row actions",
552
- "description": "Buttons users can click on each location row",
553
- "tier": "customization",
554
- "items": {
555
- "type": "object",
556
- "properties": {
557
- "variant": {
558
- "name": "variant",
559
- "type": "string",
560
- "required": false
561
- },
562
- "label": {
563
- "name": "label",
564
- "type": "string",
565
- "required": true
566
- },
567
- "event": {
568
- "name": "event",
569
- "type": "string",
570
- "required": true
571
- },
572
- "icon": {
573
- "name": "icon",
574
- "type": "string",
575
- "required": false
576
- }
577
- }
578
- }
579
- },
580
- "title": {
581
- "type": "string",
582
- "default": "Locations",
583
- "label": "Section title",
584
- "description": "Heading shown above the storage locations list",
585
- "tier": "customization"
541
+ "lowStockThreshold": {
542
+ "type": "number",
543
+ "default": 10.0,
544
+ "label": "Low-stock threshold",
545
+ "description": "Default low-stock trigger across SKUs in this warehouse. v1.2 declarative.",
546
+ "tier": "essential"
586
547
  },
587
548
  "fields": {
588
549
  "type": "[FieldSpec]",
589
550
  "default": [
590
551
  {
591
- "name": "code",
552
+ "variant": "caption",
592
553
  "label": "Code",
593
- "variant": "caption"
554
+ "name": "code"
594
555
  },
595
556
  {
557
+ "name": "name",
596
558
  "label": "Name",
597
- "variant": "caption",
598
- "name": "name"
559
+ "variant": "caption"
599
560
  },
600
561
  {
601
562
  "label": "Type",
@@ -608,9 +569,9 @@
608
569
  "label": "SKUs"
609
570
  },
610
571
  {
611
- "name": "isActive",
612
572
  "label": "Active",
613
- "variant": "badge"
573
+ "variant": "badge",
574
+ "name": "isActive"
614
575
  }
615
576
  ],
616
577
  "label": "Columns to show",
@@ -619,11 +580,31 @@
619
580
  "items": {
620
581
  "type": "object",
621
582
  "properties": {
583
+ "label": {
584
+ "name": "label",
585
+ "type": "string",
586
+ "required": false
587
+ },
588
+ "format": {
589
+ "name": "format",
590
+ "type": "string",
591
+ "required": false
592
+ },
622
593
  "key": {
623
594
  "name": "key",
624
595
  "type": "string",
625
596
  "required": false
626
597
  },
598
+ "variant": {
599
+ "name": "variant",
600
+ "type": "string",
601
+ "required": false
602
+ },
603
+ "icon": {
604
+ "name": "icon",
605
+ "type": "string",
606
+ "required": false
607
+ },
627
608
  "name": {
628
609
  "name": "name",
629
610
  "type": "string",
@@ -633,29 +614,118 @@
633
614
  "name": "header",
634
615
  "type": "string",
635
616
  "required": false
636
- },
637
- "label": {
638
- "name": "label",
639
- "type": "string",
640
- "required": false
641
- },
617
+ }
618
+ }
619
+ }
620
+ },
621
+ "defaultWarehouse": {
622
+ "type": "string",
623
+ "default": "",
624
+ "label": "Default warehouse code",
625
+ "description": "Marks this warehouse as the system-wide default for new SKUs when set to its own code.",
626
+ "tier": "customization"
627
+ },
628
+ "itemActions": {
629
+ "type": "[ItemAction]",
630
+ "default": [
631
+ {
632
+ "variant": "primary",
633
+ "icon": "arrow-right",
634
+ "label": "Open",
635
+ "event": "OPEN_WAREHOUSE"
636
+ }
637
+ ],
638
+ "label": "Row actions",
639
+ "description": "Buttons users can click on each location row",
640
+ "tier": "customization",
641
+ "items": {
642
+ "type": "object",
643
+ "properties": {
642
644
  "variant": {
643
645
  "name": "variant",
644
646
  "type": "string",
645
647
  "required": false
646
648
  },
647
- "icon": {
648
- "name": "icon",
649
+ "event": {
650
+ "name": "event",
649
651
  "type": "string",
650
- "required": false
652
+ "required": true
651
653
  },
652
- "format": {
653
- "name": "format",
654
+ "label": {
655
+ "name": "label",
656
+ "type": "string",
657
+ "required": true
658
+ },
659
+ "icon": {
660
+ "name": "icon",
654
661
  "type": "string",
655
662
  "required": false
656
663
  }
657
664
  }
658
665
  }
666
+ },
667
+ "safetyStockDays": {
668
+ "type": "number",
669
+ "default": 7.0,
670
+ "label": "Safety stock (days)",
671
+ "description": "Buffer days of expected demand to keep above the reorder point.",
672
+ "tier": "customization"
673
+ },
674
+ "title": {
675
+ "type": "string",
676
+ "default": "Locations",
677
+ "label": "Section title",
678
+ "description": "Heading shown above the storage locations list",
679
+ "tier": "customization"
680
+ },
681
+ "reorderPoint": {
682
+ "type": "number",
683
+ "default": 5.0,
684
+ "label": "Default reorder point",
685
+ "description": "Default reorder qty applied when SKU-level rules omit it.",
686
+ "tier": "essential"
687
+ },
688
+ "serialTrackingEnabled": {
689
+ "type": "boolean",
690
+ "default": false,
691
+ "label": "Serial tracking",
692
+ "description": "Track serial numbers on stock held at this warehouse. v1.2 declarative.",
693
+ "tier": "customization"
694
+ },
695
+ "expiryTrackingEnabled": {
696
+ "type": "boolean",
697
+ "default": false,
698
+ "label": "Expiry tracking",
699
+ "description": "Track expiry dates on stock at this warehouse.",
700
+ "tier": "customization"
701
+ },
702
+ "hazmatEnabled": {
703
+ "type": "boolean",
704
+ "default": false,
705
+ "label": "Hazmat permitted",
706
+ "description": "Warehouse is certified to store hazardous materials.",
707
+ "tier": "advanced"
708
+ },
709
+ "lotTrackingEnabled": {
710
+ "type": "boolean",
711
+ "default": false,
712
+ "label": "Lot tracking",
713
+ "description": "Track lot/batch numbers at this warehouse.",
714
+ "tier": "customization"
715
+ },
716
+ "cycleCountFrequencyDays": {
717
+ "type": "number",
718
+ "default": 30.0,
719
+ "label": "Cycle count cadence (days)",
720
+ "description": "Days between scheduled cycle counts at this warehouse. v1.2 declarative.",
721
+ "tier": "advanced"
722
+ },
723
+ "multiLocationEnabled": {
724
+ "type": "boolean",
725
+ "default": false,
726
+ "label": "Multi-location",
727
+ "description": "Treat as part of a multi-location inventory network.",
728
+ "tier": "customization"
659
729
  }
660
730
  },
661
731
  "scope": "collection"
@@ -674,4 +744,4 @@
674
744
  ]
675
745
  }
676
746
  ]
677
- }
747
+ }