@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
"SortableItem",
|
|
161
161
|
{
|
|
162
162
|
"emit": {
|
|
163
|
-
"
|
|
164
|
-
"
|
|
163
|
+
"failure": "SortableItemLoadFailed",
|
|
164
|
+
"success": "SortableItemLoaded"
|
|
165
165
|
}
|
|
166
166
|
}
|
|
167
167
|
],
|
|
@@ -170,100 +170,103 @@
|
|
|
170
170
|
"main",
|
|
171
171
|
{
|
|
172
172
|
"type": "stack",
|
|
173
|
+
"gap": "lg",
|
|
174
|
+
"direction": "vertical",
|
|
173
175
|
"children": [
|
|
174
176
|
{
|
|
175
|
-
"type": "stack",
|
|
176
177
|
"gap": "sm",
|
|
178
|
+
"justify": "between",
|
|
179
|
+
"type": "stack",
|
|
180
|
+
"align": "center",
|
|
177
181
|
"children": [
|
|
178
182
|
{
|
|
179
183
|
"align": "center",
|
|
180
|
-
"direction": "horizontal",
|
|
181
184
|
"type": "stack",
|
|
185
|
+
"direction": "horizontal",
|
|
182
186
|
"children": [
|
|
183
187
|
{
|
|
184
|
-
"
|
|
185
|
-
"
|
|
188
|
+
"name": "arrow-up-down",
|
|
189
|
+
"type": "icon"
|
|
186
190
|
},
|
|
187
191
|
{
|
|
192
|
+
"type": "typography",
|
|
188
193
|
"variant": "h2",
|
|
189
|
-
"content": "SortableItems"
|
|
190
|
-
"type": "typography"
|
|
194
|
+
"content": "SortableItems"
|
|
191
195
|
}
|
|
192
196
|
],
|
|
193
197
|
"gap": "sm"
|
|
194
198
|
}
|
|
195
199
|
],
|
|
196
|
-
"
|
|
197
|
-
"direction": "horizontal",
|
|
198
|
-
"justify": "between"
|
|
200
|
+
"direction": "horizontal"
|
|
199
201
|
},
|
|
200
202
|
{
|
|
201
203
|
"type": "divider"
|
|
202
204
|
},
|
|
203
205
|
{
|
|
204
206
|
"direction": "horizontal",
|
|
207
|
+
"gap": "sm",
|
|
208
|
+
"align": "center",
|
|
209
|
+
"type": "stack",
|
|
205
210
|
"children": [
|
|
206
211
|
{
|
|
207
212
|
"type": "typography",
|
|
208
|
-
"
|
|
213
|
+
"content": "Sort by",
|
|
209
214
|
"color": "muted",
|
|
210
|
-
"
|
|
215
|
+
"variant": "caption"
|
|
211
216
|
},
|
|
212
217
|
{
|
|
213
|
-
"
|
|
214
|
-
"variant": "secondary",
|
|
215
|
-
"action": "SORT",
|
|
218
|
+
"type": "button",
|
|
216
219
|
"actionPayload": {
|
|
217
220
|
"field": "name",
|
|
218
221
|
"direction": "asc"
|
|
219
222
|
},
|
|
223
|
+
"label": "Name",
|
|
224
|
+
"variant": "secondary",
|
|
220
225
|
"icon": "arrow-up-down",
|
|
221
|
-
"
|
|
226
|
+
"action": "SORT"
|
|
222
227
|
},
|
|
223
228
|
{
|
|
229
|
+
"type": "button",
|
|
230
|
+
"icon": "arrow-up-down",
|
|
224
231
|
"action": "SORT",
|
|
225
|
-
"label": "Description",
|
|
226
232
|
"actionPayload": {
|
|
227
|
-
"
|
|
228
|
-
"
|
|
233
|
+
"field": "description",
|
|
234
|
+
"direction": "asc"
|
|
229
235
|
},
|
|
230
236
|
"variant": "secondary",
|
|
231
|
-
"
|
|
232
|
-
"type": "button"
|
|
237
|
+
"label": "Description"
|
|
233
238
|
},
|
|
234
239
|
{
|
|
235
|
-
"variant": "secondary",
|
|
236
|
-
"action": "SORT",
|
|
237
|
-
"label": "Status",
|
|
238
240
|
"type": "button",
|
|
241
|
+
"label": "Status",
|
|
242
|
+
"action": "SORT",
|
|
243
|
+
"variant": "secondary",
|
|
244
|
+
"icon": "arrow-up-down",
|
|
239
245
|
"actionPayload": {
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
}
|
|
243
|
-
"icon": "arrow-up-down"
|
|
246
|
+
"field": "status",
|
|
247
|
+
"direction": "asc"
|
|
248
|
+
}
|
|
244
249
|
},
|
|
245
250
|
{
|
|
246
|
-
"action": "SORT",
|
|
247
251
|
"icon": "arrow-up-down",
|
|
248
|
-
"label": "CreatedAt",
|
|
249
|
-
"type": "button",
|
|
250
252
|
"variant": "secondary",
|
|
253
|
+
"action": "SORT",
|
|
254
|
+
"type": "button",
|
|
255
|
+
"label": "CreatedAt",
|
|
251
256
|
"actionPayload": {
|
|
252
|
-
"
|
|
253
|
-
"
|
|
257
|
+
"field": "createdAt",
|
|
258
|
+
"direction": "asc"
|
|
254
259
|
}
|
|
255
260
|
}
|
|
256
|
-
]
|
|
257
|
-
"type": "stack",
|
|
258
|
-
"gap": "sm",
|
|
259
|
-
"align": "center"
|
|
261
|
+
]
|
|
260
262
|
},
|
|
261
263
|
{
|
|
264
|
+
"entity": "SortableItem",
|
|
262
265
|
"fields": [
|
|
263
266
|
{
|
|
264
|
-
"
|
|
267
|
+
"name": "name",
|
|
265
268
|
"variant": "h4",
|
|
266
|
-
"
|
|
269
|
+
"label": "Name"
|
|
267
270
|
},
|
|
268
271
|
{
|
|
269
272
|
"label": "Description",
|
|
@@ -276,12 +279,9 @@
|
|
|
276
279
|
"variant": "badge"
|
|
277
280
|
}
|
|
278
281
|
],
|
|
279
|
-
"type": "data-grid"
|
|
280
|
-
"entity": "SortableItem"
|
|
282
|
+
"type": "data-grid"
|
|
281
283
|
}
|
|
282
|
-
]
|
|
283
|
-
"direction": "vertical",
|
|
284
|
-
"gap": "lg"
|
|
284
|
+
]
|
|
285
285
|
}
|
|
286
286
|
]
|
|
287
287
|
]
|
|
@@ -295,166 +295,166 @@
|
|
|
295
295
|
"fetch",
|
|
296
296
|
"SortableItem",
|
|
297
297
|
{
|
|
298
|
-
"emit": {
|
|
299
|
-
"failure": "SortableItemLoadFailed",
|
|
300
|
-
"success": "SortableItemLoaded"
|
|
301
|
-
},
|
|
302
298
|
"sort": [
|
|
303
299
|
"concat",
|
|
304
300
|
"@payload.field",
|
|
305
301
|
":",
|
|
306
302
|
"@payload.direction"
|
|
307
|
-
]
|
|
303
|
+
],
|
|
304
|
+
"emit": {
|
|
305
|
+
"success": "SortableItemLoaded",
|
|
306
|
+
"failure": "SortableItemLoadFailed"
|
|
307
|
+
}
|
|
308
308
|
}
|
|
309
309
|
],
|
|
310
310
|
[
|
|
311
311
|
"render-ui",
|
|
312
312
|
"main",
|
|
313
313
|
{
|
|
314
|
-
"gap": "lg",
|
|
315
314
|
"type": "stack",
|
|
316
315
|
"direction": "vertical",
|
|
316
|
+
"gap": "lg",
|
|
317
317
|
"children": [
|
|
318
318
|
{
|
|
319
|
+
"type": "stack",
|
|
320
|
+
"direction": "horizontal",
|
|
321
|
+
"align": "center",
|
|
322
|
+
"justify": "between",
|
|
323
|
+
"gap": "sm",
|
|
319
324
|
"children": [
|
|
320
325
|
{
|
|
321
326
|
"align": "center",
|
|
322
|
-
"type": "stack",
|
|
323
|
-
"gap": "sm",
|
|
324
327
|
"direction": "horizontal",
|
|
328
|
+
"gap": "sm",
|
|
325
329
|
"children": [
|
|
326
330
|
{
|
|
327
|
-
"
|
|
328
|
-
"
|
|
331
|
+
"type": "icon",
|
|
332
|
+
"name": "arrow-up-down"
|
|
329
333
|
},
|
|
330
334
|
{
|
|
331
|
-
"variant": "h2",
|
|
332
335
|
"type": "typography",
|
|
333
|
-
"content": "SortableItems"
|
|
336
|
+
"content": "SortableItems",
|
|
337
|
+
"variant": "h2"
|
|
334
338
|
}
|
|
335
|
-
]
|
|
339
|
+
],
|
|
340
|
+
"type": "stack"
|
|
336
341
|
},
|
|
337
342
|
{
|
|
343
|
+
"type": "button",
|
|
338
344
|
"icon": "x",
|
|
339
345
|
"label": "Clear sort",
|
|
340
|
-
"
|
|
341
|
-
"
|
|
342
|
-
"variant": "ghost"
|
|
346
|
+
"variant": "ghost",
|
|
347
|
+
"action": "INIT"
|
|
343
348
|
}
|
|
344
|
-
]
|
|
345
|
-
"align": "center",
|
|
346
|
-
"gap": "sm",
|
|
347
|
-
"type": "stack",
|
|
348
|
-
"direction": "horizontal",
|
|
349
|
-
"justify": "between"
|
|
349
|
+
]
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
352
|
"type": "divider"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
355
|
+
"gap": "sm",
|
|
355
356
|
"type": "stack",
|
|
356
357
|
"direction": "horizontal",
|
|
357
358
|
"children": [
|
|
358
359
|
{
|
|
359
|
-
"variant": "caption",
|
|
360
|
-
"color": "muted",
|
|
361
360
|
"type": "typography",
|
|
362
|
-
"content": "Sort by"
|
|
361
|
+
"content": "Sort by",
|
|
362
|
+
"variant": "caption",
|
|
363
|
+
"color": "muted"
|
|
363
364
|
},
|
|
364
365
|
{
|
|
365
|
-
"variant": "primary",
|
|
366
|
-
"icon": "chevron-up",
|
|
367
|
-
"type": "button",
|
|
368
|
-
"label": "Name",
|
|
369
366
|
"action": "SORT",
|
|
367
|
+
"type": "button",
|
|
370
368
|
"actionPayload": {
|
|
371
369
|
"field": "name",
|
|
372
370
|
"direction": "desc"
|
|
373
|
-
}
|
|
371
|
+
},
|
|
372
|
+
"label": "Name",
|
|
373
|
+
"variant": "primary",
|
|
374
|
+
"icon": "chevron-up"
|
|
374
375
|
},
|
|
375
376
|
{
|
|
376
|
-
"
|
|
377
|
+
"label": "Description",
|
|
377
378
|
"actionPayload": {
|
|
378
379
|
"field": "description",
|
|
379
380
|
"direction": "asc"
|
|
380
381
|
},
|
|
381
|
-
"variant": "secondary",
|
|
382
382
|
"icon": "arrow-up-down",
|
|
383
|
-
"
|
|
384
|
-
"action": "SORT"
|
|
383
|
+
"type": "button",
|
|
384
|
+
"action": "SORT",
|
|
385
|
+
"variant": "secondary"
|
|
385
386
|
},
|
|
386
387
|
{
|
|
388
|
+
"icon": "arrow-up-down",
|
|
389
|
+
"variant": "secondary",
|
|
387
390
|
"label": "Status",
|
|
388
|
-
"action": "SORT",
|
|
389
391
|
"type": "button",
|
|
390
392
|
"actionPayload": {
|
|
391
393
|
"direction": "asc",
|
|
392
394
|
"field": "status"
|
|
393
395
|
},
|
|
394
|
-
"
|
|
395
|
-
"icon": "arrow-up-down"
|
|
396
|
+
"action": "SORT"
|
|
396
397
|
},
|
|
397
398
|
{
|
|
398
|
-
"icon": "arrow-up-down",
|
|
399
399
|
"type": "button",
|
|
400
|
+
"action": "SORT",
|
|
401
|
+
"variant": "secondary",
|
|
400
402
|
"actionPayload": {
|
|
401
403
|
"field": "createdAt",
|
|
402
404
|
"direction": "asc"
|
|
403
405
|
},
|
|
404
|
-
"
|
|
405
|
-
"variant": "secondary",
|
|
406
|
+
"icon": "arrow-up-down",
|
|
406
407
|
"label": "CreatedAt"
|
|
407
408
|
}
|
|
408
409
|
],
|
|
409
|
-
"gap": "sm",
|
|
410
410
|
"align": "center"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
|
-
"type": "data-grid",
|
|
414
413
|
"entity": "SortableItem",
|
|
414
|
+
"type": "data-grid",
|
|
415
415
|
"fields": [
|
|
416
416
|
{
|
|
417
|
+
"name": "name",
|
|
417
418
|
"label": "Name",
|
|
418
|
-
"variant": "h4"
|
|
419
|
-
"name": "name"
|
|
419
|
+
"variant": "h4"
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
422
|
"label": "Description",
|
|
423
|
-
"
|
|
424
|
-
"
|
|
423
|
+
"name": "description",
|
|
424
|
+
"variant": "caption"
|
|
425
425
|
},
|
|
426
426
|
{
|
|
427
|
-
"
|
|
427
|
+
"variant": "badge",
|
|
428
428
|
"label": "Status",
|
|
429
|
-
"
|
|
429
|
+
"name": "status"
|
|
430
430
|
}
|
|
431
431
|
]
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
+
"type": "sortable-list",
|
|
434
435
|
"renderItem": [
|
|
435
436
|
"fn",
|
|
436
437
|
"item",
|
|
437
438
|
{
|
|
438
|
-
"gap": "md",
|
|
439
|
-
"type": "stack",
|
|
440
439
|
"children": [
|
|
441
440
|
{
|
|
442
|
-
"
|
|
443
|
-
"
|
|
441
|
+
"type": "icon",
|
|
442
|
+
"name": "grip-vertical"
|
|
444
443
|
},
|
|
445
444
|
{
|
|
445
|
+
"content": "@item.name",
|
|
446
446
|
"type": "typography",
|
|
447
|
-
"variant": "body"
|
|
448
|
-
"content": "@item.name"
|
|
447
|
+
"variant": "body"
|
|
449
448
|
}
|
|
450
449
|
],
|
|
450
|
+
"type": "stack",
|
|
451
451
|
"align": "center",
|
|
452
|
+
"gap": "md",
|
|
452
453
|
"direction": "horizontal"
|
|
453
454
|
}
|
|
454
455
|
],
|
|
455
|
-
"items": [],
|
|
456
456
|
"reorderEvent": "REORDER",
|
|
457
|
-
"
|
|
457
|
+
"items": []
|
|
458
458
|
}
|
|
459
459
|
]
|
|
460
460
|
}
|
|
@@ -471,8 +471,8 @@
|
|
|
471
471
|
"SortableItem",
|
|
472
472
|
{
|
|
473
473
|
"emit": {
|
|
474
|
-
"
|
|
475
|
-
"
|
|
474
|
+
"success": "SortableItemLoaded",
|
|
475
|
+
"failure": "SortableItemLoadFailed"
|
|
476
476
|
},
|
|
477
477
|
"sort": [
|
|
478
478
|
"concat",
|
|
@@ -487,110 +487,110 @@
|
|
|
487
487
|
"main",
|
|
488
488
|
{
|
|
489
489
|
"type": "stack",
|
|
490
|
-
"direction": "vertical",
|
|
491
490
|
"gap": "lg",
|
|
492
491
|
"children": [
|
|
493
492
|
{
|
|
493
|
+
"gap": "sm",
|
|
494
494
|
"children": [
|
|
495
495
|
{
|
|
496
|
+
"type": "stack",
|
|
497
|
+
"direction": "horizontal",
|
|
496
498
|
"gap": "sm",
|
|
499
|
+
"align": "center",
|
|
497
500
|
"children": [
|
|
498
501
|
{
|
|
499
|
-
"
|
|
500
|
-
"
|
|
502
|
+
"name": "arrow-up-down",
|
|
503
|
+
"type": "icon"
|
|
501
504
|
},
|
|
502
505
|
{
|
|
503
506
|
"type": "typography",
|
|
504
|
-
"
|
|
505
|
-
"
|
|
507
|
+
"content": "SortableItems",
|
|
508
|
+
"variant": "h2"
|
|
506
509
|
}
|
|
507
|
-
]
|
|
508
|
-
"type": "stack",
|
|
509
|
-
"align": "center",
|
|
510
|
-
"direction": "horizontal"
|
|
510
|
+
]
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
|
-
"type": "button",
|
|
514
|
-
"action": "INIT",
|
|
515
|
-
"icon": "x",
|
|
516
513
|
"variant": "ghost",
|
|
517
|
-
"
|
|
514
|
+
"icon": "x",
|
|
515
|
+
"type": "button",
|
|
516
|
+
"label": "Clear sort",
|
|
517
|
+
"action": "INIT"
|
|
518
518
|
}
|
|
519
519
|
],
|
|
520
520
|
"type": "stack",
|
|
521
521
|
"align": "center",
|
|
522
522
|
"direction": "horizontal",
|
|
523
|
-
"gap": "sm",
|
|
524
523
|
"justify": "between"
|
|
525
524
|
},
|
|
526
525
|
{
|
|
527
526
|
"type": "divider"
|
|
528
527
|
},
|
|
529
528
|
{
|
|
529
|
+
"direction": "horizontal",
|
|
530
|
+
"gap": "sm",
|
|
531
|
+
"type": "stack",
|
|
530
532
|
"children": [
|
|
531
533
|
{
|
|
532
534
|
"variant": "caption",
|
|
533
535
|
"color": "muted",
|
|
534
|
-
"
|
|
535
|
-
"
|
|
536
|
+
"content": "Sort by",
|
|
537
|
+
"type": "typography"
|
|
536
538
|
},
|
|
537
539
|
{
|
|
538
|
-
"type": "button",
|
|
539
|
-
"label": "Name",
|
|
540
|
-
"icon": "chevron-up",
|
|
541
|
-
"action": "SORT",
|
|
542
|
-
"variant": "primary",
|
|
543
540
|
"actionPayload": {
|
|
544
541
|
"direction": "desc",
|
|
545
542
|
"field": "name"
|
|
546
|
-
}
|
|
543
|
+
},
|
|
544
|
+
"variant": "primary",
|
|
545
|
+
"type": "button",
|
|
546
|
+
"action": "SORT",
|
|
547
|
+
"icon": "chevron-up",
|
|
548
|
+
"label": "Name"
|
|
547
549
|
},
|
|
548
550
|
{
|
|
551
|
+
"variant": "secondary",
|
|
552
|
+
"icon": "arrow-up-down",
|
|
553
|
+
"action": "SORT",
|
|
549
554
|
"label": "Description",
|
|
550
555
|
"type": "button",
|
|
556
|
+
"actionPayload": {
|
|
557
|
+
"field": "description",
|
|
558
|
+
"direction": "asc"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"variant": "secondary",
|
|
551
563
|
"action": "SORT",
|
|
564
|
+
"label": "Status",
|
|
565
|
+
"type": "button",
|
|
552
566
|
"actionPayload": {
|
|
553
567
|
"direction": "asc",
|
|
554
|
-
"field": "
|
|
568
|
+
"field": "status"
|
|
555
569
|
},
|
|
556
|
-
"icon": "arrow-up-down"
|
|
557
|
-
"variant": "secondary"
|
|
570
|
+
"icon": "arrow-up-down"
|
|
558
571
|
},
|
|
559
572
|
{
|
|
560
|
-
"icon": "arrow-up-down",
|
|
561
573
|
"actionPayload": {
|
|
562
|
-
"field": "
|
|
574
|
+
"field": "createdAt",
|
|
563
575
|
"direction": "asc"
|
|
564
576
|
},
|
|
565
|
-
"action": "SORT",
|
|
566
|
-
"label": "Status",
|
|
567
577
|
"type": "button",
|
|
568
|
-
"variant": "secondary"
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
578
|
"variant": "secondary",
|
|
572
|
-
"icon": "arrow-up-down",
|
|
573
|
-
"type": "button",
|
|
574
|
-
"label": "CreatedAt",
|
|
575
579
|
"action": "SORT",
|
|
576
|
-
"
|
|
577
|
-
|
|
578
|
-
"field": "createdAt"
|
|
579
|
-
}
|
|
580
|
+
"label": "CreatedAt",
|
|
581
|
+
"icon": "arrow-up-down"
|
|
580
582
|
}
|
|
581
583
|
],
|
|
582
|
-
"align": "center"
|
|
583
|
-
"type": "stack",
|
|
584
|
-
"direction": "horizontal",
|
|
585
|
-
"gap": "sm"
|
|
584
|
+
"align": "center"
|
|
586
585
|
},
|
|
587
586
|
{
|
|
588
587
|
"type": "data-grid",
|
|
588
|
+
"entity": "SortableItem",
|
|
589
589
|
"fields": [
|
|
590
590
|
{
|
|
591
|
+
"name": "name",
|
|
591
592
|
"label": "Name",
|
|
592
|
-
"variant": "h4"
|
|
593
|
-
"name": "name"
|
|
593
|
+
"variant": "h4"
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
596
|
"name": "description",
|
|
@@ -602,36 +602,36 @@
|
|
|
602
602
|
"label": "Status",
|
|
603
603
|
"variant": "badge"
|
|
604
604
|
}
|
|
605
|
-
]
|
|
606
|
-
"entity": "SortableItem"
|
|
605
|
+
]
|
|
607
606
|
},
|
|
608
607
|
{
|
|
609
|
-
"items": [],
|
|
610
608
|
"renderItem": [
|
|
611
609
|
"fn",
|
|
612
610
|
"item",
|
|
613
611
|
{
|
|
614
|
-
"direction": "horizontal",
|
|
615
612
|
"type": "stack",
|
|
616
|
-
"gap": "md",
|
|
617
613
|
"align": "center",
|
|
618
614
|
"children": [
|
|
619
615
|
{
|
|
620
|
-
"
|
|
621
|
-
"
|
|
616
|
+
"name": "grip-vertical",
|
|
617
|
+
"type": "icon"
|
|
622
618
|
},
|
|
623
619
|
{
|
|
624
620
|
"variant": "body",
|
|
625
621
|
"type": "typography",
|
|
626
622
|
"content": "@item.name"
|
|
627
623
|
}
|
|
628
|
-
]
|
|
624
|
+
],
|
|
625
|
+
"gap": "md",
|
|
626
|
+
"direction": "horizontal"
|
|
629
627
|
}
|
|
630
628
|
],
|
|
631
|
-
"
|
|
632
|
-
"reorderEvent": "REORDER"
|
|
629
|
+
"items": [],
|
|
630
|
+
"reorderEvent": "REORDER",
|
|
631
|
+
"type": "sortable-list"
|
|
633
632
|
}
|
|
634
|
-
]
|
|
633
|
+
],
|
|
634
|
+
"direction": "vertical"
|
|
635
635
|
}
|
|
636
636
|
]
|
|
637
637
|
]
|
|
@@ -655,119 +655,119 @@
|
|
|
655
655
|
"render-ui",
|
|
656
656
|
"main",
|
|
657
657
|
{
|
|
658
|
-
"
|
|
658
|
+
"direction": "vertical",
|
|
659
|
+
"gap": "lg",
|
|
659
660
|
"children": [
|
|
660
661
|
{
|
|
661
|
-
"
|
|
662
|
+
"gap": "sm",
|
|
663
|
+
"direction": "horizontal",
|
|
662
664
|
"justify": "between",
|
|
663
665
|
"align": "center",
|
|
666
|
+
"type": "stack",
|
|
664
667
|
"children": [
|
|
665
668
|
{
|
|
666
669
|
"type": "stack",
|
|
667
|
-
"gap": "sm",
|
|
668
|
-
"direction": "horizontal",
|
|
669
670
|
"align": "center",
|
|
671
|
+
"direction": "horizontal",
|
|
672
|
+
"gap": "sm",
|
|
670
673
|
"children": [
|
|
671
674
|
{
|
|
672
|
-
"
|
|
673
|
-
"
|
|
675
|
+
"name": "arrow-up-down",
|
|
676
|
+
"type": "icon"
|
|
674
677
|
},
|
|
675
678
|
{
|
|
676
|
-
"variant": "h2",
|
|
677
679
|
"type": "typography",
|
|
678
|
-
"content": "SortableItems"
|
|
680
|
+
"content": "SortableItems",
|
|
681
|
+
"variant": "h2"
|
|
679
682
|
}
|
|
680
683
|
]
|
|
681
684
|
}
|
|
682
|
-
]
|
|
683
|
-
"direction": "horizontal",
|
|
684
|
-
"gap": "sm"
|
|
685
|
+
]
|
|
685
686
|
},
|
|
686
687
|
{
|
|
687
688
|
"type": "divider"
|
|
688
689
|
},
|
|
689
690
|
{
|
|
691
|
+
"gap": "sm",
|
|
692
|
+
"type": "stack",
|
|
693
|
+
"direction": "horizontal",
|
|
690
694
|
"align": "center",
|
|
691
695
|
"children": [
|
|
692
696
|
{
|
|
693
|
-
"content": "Sort by",
|
|
694
697
|
"type": "typography",
|
|
698
|
+
"color": "muted",
|
|
695
699
|
"variant": "caption",
|
|
696
|
-
"
|
|
700
|
+
"content": "Sort by"
|
|
697
701
|
},
|
|
698
702
|
{
|
|
699
|
-
"label": "Name",
|
|
700
|
-
"actionPayload": {
|
|
701
|
-
"direction": "asc",
|
|
702
|
-
"field": "name"
|
|
703
|
-
},
|
|
704
703
|
"variant": "secondary",
|
|
704
|
+
"type": "button",
|
|
705
|
+
"label": "Name",
|
|
705
706
|
"action": "SORT",
|
|
706
707
|
"icon": "arrow-up-down",
|
|
707
|
-
"
|
|
708
|
+
"actionPayload": {
|
|
709
|
+
"field": "name",
|
|
710
|
+
"direction": "asc"
|
|
711
|
+
}
|
|
708
712
|
},
|
|
709
713
|
{
|
|
710
714
|
"type": "button",
|
|
711
715
|
"action": "SORT",
|
|
712
|
-
"variant": "secondary",
|
|
713
716
|
"actionPayload": {
|
|
714
717
|
"field": "description",
|
|
715
718
|
"direction": "asc"
|
|
716
719
|
},
|
|
720
|
+
"variant": "secondary",
|
|
717
721
|
"label": "Description",
|
|
718
722
|
"icon": "arrow-up-down"
|
|
719
723
|
},
|
|
720
724
|
{
|
|
721
|
-
"label": "Status",
|
|
722
|
-
"variant": "secondary",
|
|
723
725
|
"type": "button",
|
|
724
|
-
"
|
|
726
|
+
"variant": "secondary",
|
|
727
|
+
"icon": "arrow-up-down",
|
|
725
728
|
"actionPayload": {
|
|
726
729
|
"field": "status",
|
|
727
730
|
"direction": "asc"
|
|
728
731
|
},
|
|
729
|
-
"
|
|
732
|
+
"action": "SORT",
|
|
733
|
+
"label": "Status"
|
|
730
734
|
},
|
|
731
735
|
{
|
|
732
|
-
"action": "SORT",
|
|
733
736
|
"type": "button",
|
|
737
|
+
"label": "CreatedAt",
|
|
734
738
|
"actionPayload": {
|
|
735
739
|
"direction": "asc",
|
|
736
740
|
"field": "createdAt"
|
|
737
741
|
},
|
|
738
742
|
"variant": "secondary",
|
|
739
|
-
"
|
|
740
|
-
"
|
|
743
|
+
"action": "SORT",
|
|
744
|
+
"icon": "arrow-up-down"
|
|
741
745
|
}
|
|
742
|
-
]
|
|
743
|
-
"type": "stack",
|
|
744
|
-
"gap": "sm",
|
|
745
|
-
"direction": "horizontal"
|
|
746
|
+
]
|
|
746
747
|
},
|
|
747
748
|
{
|
|
748
749
|
"fields": [
|
|
749
750
|
{
|
|
750
751
|
"label": "Name",
|
|
751
|
-
"
|
|
752
|
-
"
|
|
752
|
+
"name": "name",
|
|
753
|
+
"variant": "h4"
|
|
753
754
|
},
|
|
754
755
|
{
|
|
755
|
-
"variant": "caption",
|
|
756
756
|
"name": "description",
|
|
757
|
+
"variant": "caption",
|
|
757
758
|
"label": "Description"
|
|
758
759
|
},
|
|
759
760
|
{
|
|
760
|
-
"name": "status",
|
|
761
761
|
"label": "Status",
|
|
762
|
+
"name": "status",
|
|
762
763
|
"variant": "badge"
|
|
763
764
|
}
|
|
764
765
|
],
|
|
765
|
-
"
|
|
766
|
-
"
|
|
766
|
+
"type": "data-grid",
|
|
767
|
+
"entity": "SortableItem"
|
|
767
768
|
}
|
|
768
769
|
],
|
|
769
|
-
"
|
|
770
|
-
"gap": "lg"
|
|
770
|
+
"type": "stack"
|
|
771
771
|
}
|
|
772
772
|
]
|
|
773
773
|
]
|