@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.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-warehouse",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-warehouse — physical or logical storage location. Lists warehouses
|
|
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
|
-
"
|
|
204
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
247
|
-
"
|
|
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
|
-
"
|
|
260
|
-
"
|
|
258
|
+
"direction": "horizontal",
|
|
259
|
+
"align": "center"
|
|
261
260
|
},
|
|
262
261
|
{
|
|
262
|
+
"type": "simple-grid",
|
|
263
263
|
"children": [
|
|
264
264
|
{
|
|
265
|
-
"
|
|
265
|
+
"value": "@payload.data.length",
|
|
266
266
|
"label": "Total locations",
|
|
267
267
|
"type": "stat-display",
|
|
268
|
-
"
|
|
268
|
+
"icon": "warehouse"
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
|
-
"
|
|
271
|
+
"label": "Active",
|
|
272
272
|
"value": "12",
|
|
273
|
-
"
|
|
274
|
-
"
|
|
273
|
+
"type": "stat-display",
|
|
274
|
+
"icon": "check-circle"
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
|
-
"
|
|
278
|
-
"icon": "package",
|
|
277
|
+
"label": "Total SKUs",
|
|
279
278
|
"value": "48,392",
|
|
280
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
409
|
-
"type": "typography",
|
|
414
|
+
"content": "Code",
|
|
410
415
|
"color": "muted",
|
|
411
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
484
|
-
"
|
|
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
|
-
"
|
|
500
|
-
"
|
|
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
|
-
"
|
|
533
|
-
"
|
|
532
|
+
"type": "spinner",
|
|
533
|
+
"size": "sm"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
]
|
|
@@ -538,64 +538,25 @@
|
|
|
538
538
|
]
|
|
539
539
|
},
|
|
540
540
|
"config": {
|
|
541
|
-
"
|
|
542
|
-
"type": "
|
|
543
|
-
"default":
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
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
|
-
"
|
|
552
|
+
"variant": "caption",
|
|
592
553
|
"label": "Code",
|
|
593
|
-
"
|
|
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
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
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
|
-
"
|
|
648
|
-
"name": "
|
|
649
|
+
"event": {
|
|
650
|
+
"name": "event",
|
|
649
651
|
"type": "string",
|
|
650
|
-
"required":
|
|
652
|
+
"required": true
|
|
651
653
|
},
|
|
652
|
-
"
|
|
653
|
-
"name": "
|
|
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
|
+
}
|