@almadar/std 3.2.1 → 3.2.3
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/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +44 -44
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +1186 -376
- package/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +149 -170
- package/behaviors/exports/atoms/std-modal.orb +159 -94
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +117 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-rating.orb +328 -0
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +252 -11
- package/behaviors/exports/atoms/std-search.orb +62 -47
- package/behaviors/exports/atoms/std-selection.orb +180 -149
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +192 -60
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/behaviors/exports/atoms/std-theme.orb +573 -0
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-upload.orb +535 -0
- package/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/behaviors/exports/molecules/std-cart.orb +325 -102
- package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/behaviors/exports/molecules/std-detail.orb +52 -48
- package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/behaviors/exports/molecules/std-list.orb +416 -52
- package/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/behaviors/exports/validation-report.json +3 -750
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
- package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
- package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +252 -11
- package/dist/behaviors/exports/atoms/std-search.orb +62 -47
- package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/dist/behaviors/exports/molecules/std-list.orb +416 -52
- package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/behaviors/exports/validation-report.json +3 -750
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.d.ts +270 -1
- package/dist/behaviors/functions/index.js +3811 -1333
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3811 -1333
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +44 -44
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-calendar.orb +770 -0
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +1186 -376
- package/dist/exports/atoms/std-drawer.orb +307 -101
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-flip-card.orb +596 -0
- package/dist/exports/atoms/std-gallery.orb +382 -0
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +149 -170
- package/dist/exports/atoms/std-modal.orb +159 -94
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +117 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +44 -115
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-rating.orb +328 -0
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +252 -11
- package/dist/exports/atoms/std-search.orb +62 -47
- package/dist/exports/atoms/std-selection.orb +180 -149
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +192 -60
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-text-effects.orb +658 -0
- package/dist/exports/atoms/std-theme.orb +573 -0
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-upload.orb +535 -0
- package/dist/exports/atoms/std-wizard.orb +677 -240
- package/dist/exports/molecules/std-builder-game.orb +49 -4
- package/dist/exports/molecules/std-cart.orb +325 -102
- package/dist/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/exports/molecules/std-detail.orb +52 -48
- package/dist/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/exports/molecules/std-geospatial.orb +70 -51
- package/dist/exports/molecules/std-inventory.orb +92 -53
- package/dist/exports/molecules/std-list.orb +416 -52
- package/dist/exports/molecules/std-messaging.orb +41 -49
- package/dist/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/exports/molecules/std-quiz.orb +1045 -0
- package/dist/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/exports/organisms/std-cms.orb +1150 -277
- package/dist/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/exports/organisms/std-crm.orb +2357 -821
- package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/exports/organisms/std-lms.orb +2548 -1192
- package/dist/exports/organisms/std-logic-training.orb +220 -66
- package/dist/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/exports/organisms/std-social-feed.orb +184 -168
- package/dist/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/exports/validation-report.json +3 -750
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3808 -1330
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "status",
|
|
24
24
|
"type": "string",
|
|
25
|
-
"default": "active"
|
|
25
|
+
"default": "active",
|
|
26
|
+
"values": [
|
|
27
|
+
"active",
|
|
28
|
+
"inactive",
|
|
29
|
+
"pending"
|
|
30
|
+
]
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
"name": "createdAt",
|
|
29
34
|
"type": "string"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "query",
|
|
33
|
-
"type": "string",
|
|
34
|
-
"default": ""
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
},
|
|
@@ -114,6 +114,12 @@
|
|
|
114
114
|
"type": "search-input",
|
|
115
115
|
"placeholder": "Search...",
|
|
116
116
|
"event": "SEARCH"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"type": "empty-state",
|
|
120
|
+
"icon": "search",
|
|
121
|
+
"title": "Search to find results",
|
|
122
|
+
"description": "Type a query to search across searchresults."
|
|
117
123
|
}
|
|
118
124
|
]
|
|
119
125
|
}
|
|
@@ -125,11 +131,6 @@
|
|
|
125
131
|
"to": "searching",
|
|
126
132
|
"event": "SEARCH",
|
|
127
133
|
"effects": [
|
|
128
|
-
[
|
|
129
|
-
"set",
|
|
130
|
-
"@entity.query",
|
|
131
|
-
"@payload.query"
|
|
132
|
-
],
|
|
133
134
|
[
|
|
134
135
|
"fetch",
|
|
135
136
|
"SearchResult"
|
|
@@ -165,7 +166,7 @@
|
|
|
165
166
|
"content": [
|
|
166
167
|
"concat",
|
|
167
168
|
"Results for \"",
|
|
168
|
-
"@
|
|
169
|
+
"@payload.query",
|
|
169
170
|
"\""
|
|
170
171
|
],
|
|
171
172
|
"variant": "h2"
|
|
@@ -185,21 +186,30 @@
|
|
|
185
186
|
"type": "divider"
|
|
186
187
|
},
|
|
187
188
|
{
|
|
188
|
-
"type": "
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"emptyTitle": "No results found",
|
|
192
|
-
"emptyDescription": "Try a different search term.",
|
|
189
|
+
"type": "popover",
|
|
190
|
+
"position": "bottom",
|
|
191
|
+
"trigger": "click",
|
|
193
192
|
"children": [
|
|
194
193
|
{
|
|
195
|
-
"type": "
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
194
|
+
"type": "data-grid",
|
|
195
|
+
"entity": "SearchResult",
|
|
196
|
+
"emptyIcon": "search",
|
|
197
|
+
"emptyTitle": "No results found",
|
|
198
|
+
"emptyDescription": "Try a different search term.",
|
|
199
|
+
"renderItem": [
|
|
200
|
+
"fn",
|
|
201
|
+
"item",
|
|
199
202
|
{
|
|
200
|
-
"type": "
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
+
"type": "stack",
|
|
204
|
+
"direction": "vertical",
|
|
205
|
+
"gap": "sm",
|
|
206
|
+
"children": [
|
|
207
|
+
{
|
|
208
|
+
"type": "typography",
|
|
209
|
+
"variant": "h4",
|
|
210
|
+
"content": "@item.name"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
203
213
|
}
|
|
204
214
|
]
|
|
205
215
|
}
|
|
@@ -215,11 +225,6 @@
|
|
|
215
225
|
"to": "searching",
|
|
216
226
|
"event": "SEARCH",
|
|
217
227
|
"effects": [
|
|
218
|
-
[
|
|
219
|
-
"set",
|
|
220
|
-
"@entity.query",
|
|
221
|
-
"@payload.query"
|
|
222
|
-
],
|
|
223
228
|
[
|
|
224
229
|
"fetch",
|
|
225
230
|
"SearchResult"
|
|
@@ -255,7 +260,7 @@
|
|
|
255
260
|
"content": [
|
|
256
261
|
"concat",
|
|
257
262
|
"Results for \"",
|
|
258
|
-
"@
|
|
263
|
+
"@payload.query",
|
|
259
264
|
"\""
|
|
260
265
|
],
|
|
261
266
|
"variant": "h2"
|
|
@@ -275,21 +280,30 @@
|
|
|
275
280
|
"type": "divider"
|
|
276
281
|
},
|
|
277
282
|
{
|
|
278
|
-
"type": "
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"emptyTitle": "No results found",
|
|
282
|
-
"emptyDescription": "Try a different search term.",
|
|
283
|
+
"type": "popover",
|
|
284
|
+
"position": "bottom",
|
|
285
|
+
"trigger": "click",
|
|
283
286
|
"children": [
|
|
284
287
|
{
|
|
285
|
-
"type": "
|
|
286
|
-
"
|
|
287
|
-
"
|
|
288
|
-
"
|
|
288
|
+
"type": "data-grid",
|
|
289
|
+
"entity": "SearchResult",
|
|
290
|
+
"emptyIcon": "search",
|
|
291
|
+
"emptyTitle": "No results found",
|
|
292
|
+
"emptyDescription": "Try a different search term.",
|
|
293
|
+
"renderItem": [
|
|
294
|
+
"fn",
|
|
295
|
+
"item",
|
|
289
296
|
{
|
|
290
|
-
"type": "
|
|
291
|
-
"
|
|
292
|
-
"
|
|
297
|
+
"type": "stack",
|
|
298
|
+
"direction": "vertical",
|
|
299
|
+
"gap": "sm",
|
|
300
|
+
"children": [
|
|
301
|
+
{
|
|
302
|
+
"type": "typography",
|
|
303
|
+
"variant": "h4",
|
|
304
|
+
"content": "@item.name"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
293
307
|
}
|
|
294
308
|
]
|
|
295
309
|
}
|
|
@@ -305,11 +319,6 @@
|
|
|
305
319
|
"to": "idle",
|
|
306
320
|
"event": "CLEAR",
|
|
307
321
|
"effects": [
|
|
308
|
-
[
|
|
309
|
-
"set",
|
|
310
|
-
"@entity.query",
|
|
311
|
-
""
|
|
312
|
-
],
|
|
313
322
|
[
|
|
314
323
|
"fetch",
|
|
315
324
|
"SearchResult"
|
|
@@ -347,6 +356,12 @@
|
|
|
347
356
|
"type": "search-input",
|
|
348
357
|
"placeholder": "Search...",
|
|
349
358
|
"event": "SEARCH"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"type": "empty-state",
|
|
362
|
+
"icon": "search",
|
|
363
|
+
"title": "Search to find results",
|
|
364
|
+
"description": "Type a query to search across searchresults."
|
|
350
365
|
}
|
|
351
366
|
]
|
|
352
367
|
}
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "status",
|
|
24
24
|
"type": "string",
|
|
25
|
-
"default": "active"
|
|
25
|
+
"default": "active",
|
|
26
|
+
"values": [
|
|
27
|
+
"active",
|
|
28
|
+
"inactive",
|
|
29
|
+
"pending"
|
|
30
|
+
]
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
"name": "createdAt",
|
|
29
34
|
"type": "string"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "selectedId",
|
|
33
|
-
"type": "string",
|
|
34
|
-
"default": ""
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
},
|
|
@@ -79,7 +79,14 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"key": "CONFIRM_SELECTION",
|
|
82
|
-
"name": "Confirm Selection"
|
|
82
|
+
"name": "Confirm Selection",
|
|
83
|
+
"payload": [
|
|
84
|
+
{
|
|
85
|
+
"name": "id",
|
|
86
|
+
"type": "string",
|
|
87
|
+
"required": true
|
|
88
|
+
}
|
|
89
|
+
]
|
|
83
90
|
}
|
|
84
91
|
],
|
|
85
92
|
"transitions": [
|
|
@@ -134,7 +141,16 @@
|
|
|
134
141
|
"emptyTitle": "No selectableitems yet",
|
|
135
142
|
"emptyDescription": "Add selectableitems to see them here.",
|
|
136
143
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
137
|
-
"
|
|
144
|
+
"itemActions": [
|
|
145
|
+
{
|
|
146
|
+
"label": "Select",
|
|
147
|
+
"event": "SELECT",
|
|
148
|
+
"icon": "check"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"renderItem": [
|
|
152
|
+
"fn",
|
|
153
|
+
"item",
|
|
138
154
|
{
|
|
139
155
|
"type": "stack",
|
|
140
156
|
"direction": "horizontal",
|
|
@@ -142,22 +158,8 @@
|
|
|
142
158
|
"align": "center",
|
|
143
159
|
"children": [
|
|
144
160
|
{
|
|
145
|
-
"type": "
|
|
146
|
-
"
|
|
147
|
-
"size": "sm",
|
|
148
|
-
"color": "muted"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"type": "typography",
|
|
152
|
-
"variant": "h4",
|
|
153
|
-
"content": "@entity.name"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"type": "button",
|
|
157
|
-
"label": "Select",
|
|
158
|
-
"event": "SELECT",
|
|
159
|
-
"variant": "ghost",
|
|
160
|
-
"icon": "check"
|
|
161
|
+
"type": "checkbox",
|
|
162
|
+
"label": "@item.name"
|
|
161
163
|
}
|
|
162
164
|
]
|
|
163
165
|
}
|
|
@@ -174,9 +176,8 @@
|
|
|
174
176
|
"event": "SELECT",
|
|
175
177
|
"effects": [
|
|
176
178
|
[
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"@payload.id"
|
|
179
|
+
"fetch",
|
|
180
|
+
"SelectableItem"
|
|
180
181
|
],
|
|
181
182
|
[
|
|
182
183
|
"render-ui",
|
|
@@ -236,42 +237,70 @@
|
|
|
236
237
|
"type": "divider"
|
|
237
238
|
},
|
|
238
239
|
{
|
|
239
|
-
"type": "
|
|
240
|
-
"
|
|
241
|
-
"
|
|
242
|
-
|
|
243
|
-
|
|
240
|
+
"type": "alert",
|
|
241
|
+
"variant": "info",
|
|
242
|
+
"message": [
|
|
243
|
+
"concat",
|
|
244
|
+
"Selected: ",
|
|
245
|
+
"@payload.id"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"type": "data-grid",
|
|
250
|
+
"entity": "SelectableItem",
|
|
251
|
+
"emptyIcon": "inbox",
|
|
252
|
+
"emptyTitle": "No selectableitems yet",
|
|
253
|
+
"emptyDescription": "Add selectableitems to see them here.",
|
|
254
|
+
"itemActions": [
|
|
244
255
|
{
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
}
|
|
256
|
+
"label": "Select",
|
|
257
|
+
"event": "SELECT",
|
|
258
|
+
"icon": "check"
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"renderItem": [
|
|
262
|
+
"fn",
|
|
263
|
+
"item",
|
|
249
264
|
{
|
|
250
|
-
"type": "
|
|
251
|
-
"
|
|
252
|
-
"
|
|
265
|
+
"type": "stack",
|
|
266
|
+
"direction": "horizontal",
|
|
267
|
+
"gap": "sm",
|
|
268
|
+
"align": "center",
|
|
269
|
+
"children": [
|
|
270
|
+
{
|
|
271
|
+
"type": "checkbox",
|
|
272
|
+
"label": "@item.name",
|
|
273
|
+
"checked": [
|
|
274
|
+
"==",
|
|
275
|
+
"@item.id",
|
|
276
|
+
"@payload.id"
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
]
|
|
253
280
|
}
|
|
254
281
|
]
|
|
255
282
|
},
|
|
256
283
|
{
|
|
257
|
-
"type": "
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
"
|
|
261
|
-
"
|
|
284
|
+
"type": "divider"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"type": "button-group",
|
|
288
|
+
"variant": "outline",
|
|
289
|
+
"buttons": [
|
|
262
290
|
{
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"variant": "primary",
|
|
267
|
-
"icon": "check"
|
|
291
|
+
"label": "Select All",
|
|
292
|
+
"event": "SELECT",
|
|
293
|
+
"icon": "check-square"
|
|
268
294
|
},
|
|
269
295
|
{
|
|
270
|
-
"
|
|
271
|
-
"label": "Deselect",
|
|
296
|
+
"label": "Deselect All",
|
|
272
297
|
"event": "DESELECT",
|
|
273
|
-
"
|
|
274
|
-
|
|
298
|
+
"icon": "square"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"label": "Confirm",
|
|
302
|
+
"event": "CONFIRM_SELECTION",
|
|
303
|
+
"icon": "check"
|
|
275
304
|
}
|
|
276
305
|
]
|
|
277
306
|
}
|
|
@@ -286,9 +315,8 @@
|
|
|
286
315
|
"event": "SELECT",
|
|
287
316
|
"effects": [
|
|
288
317
|
[
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"@payload.id"
|
|
318
|
+
"fetch",
|
|
319
|
+
"SelectableItem"
|
|
292
320
|
],
|
|
293
321
|
[
|
|
294
322
|
"render-ui",
|
|
@@ -348,42 +376,70 @@
|
|
|
348
376
|
"type": "divider"
|
|
349
377
|
},
|
|
350
378
|
{
|
|
351
|
-
"type": "
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
|
|
355
|
-
|
|
379
|
+
"type": "alert",
|
|
380
|
+
"variant": "info",
|
|
381
|
+
"message": [
|
|
382
|
+
"concat",
|
|
383
|
+
"Selected: ",
|
|
384
|
+
"@payload.id"
|
|
385
|
+
]
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"type": "data-grid",
|
|
389
|
+
"entity": "SelectableItem",
|
|
390
|
+
"emptyIcon": "inbox",
|
|
391
|
+
"emptyTitle": "No selectableitems yet",
|
|
392
|
+
"emptyDescription": "Add selectableitems to see them here.",
|
|
393
|
+
"itemActions": [
|
|
356
394
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
}
|
|
395
|
+
"label": "Select",
|
|
396
|
+
"event": "SELECT",
|
|
397
|
+
"icon": "check"
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"renderItem": [
|
|
401
|
+
"fn",
|
|
402
|
+
"item",
|
|
361
403
|
{
|
|
362
|
-
"type": "
|
|
363
|
-
"
|
|
364
|
-
"
|
|
404
|
+
"type": "stack",
|
|
405
|
+
"direction": "horizontal",
|
|
406
|
+
"gap": "sm",
|
|
407
|
+
"align": "center",
|
|
408
|
+
"children": [
|
|
409
|
+
{
|
|
410
|
+
"type": "checkbox",
|
|
411
|
+
"label": "@item.name",
|
|
412
|
+
"checked": [
|
|
413
|
+
"==",
|
|
414
|
+
"@item.id",
|
|
415
|
+
"@payload.id"
|
|
416
|
+
]
|
|
417
|
+
}
|
|
418
|
+
]
|
|
365
419
|
}
|
|
366
420
|
]
|
|
367
421
|
},
|
|
368
422
|
{
|
|
369
|
-
"type": "
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
"
|
|
373
|
-
"
|
|
423
|
+
"type": "divider"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"type": "button-group",
|
|
427
|
+
"variant": "outline",
|
|
428
|
+
"buttons": [
|
|
374
429
|
{
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
"variant": "primary",
|
|
379
|
-
"icon": "check"
|
|
430
|
+
"label": "Select All",
|
|
431
|
+
"event": "SELECT",
|
|
432
|
+
"icon": "check-square"
|
|
380
433
|
},
|
|
381
434
|
{
|
|
382
|
-
"
|
|
383
|
-
"label": "Deselect",
|
|
435
|
+
"label": "Deselect All",
|
|
384
436
|
"event": "DESELECT",
|
|
385
|
-
"
|
|
386
|
-
|
|
437
|
+
"icon": "square"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"label": "Confirm",
|
|
441
|
+
"event": "CONFIRM_SELECTION",
|
|
442
|
+
"icon": "check"
|
|
387
443
|
}
|
|
388
444
|
]
|
|
389
445
|
}
|
|
@@ -397,11 +453,6 @@
|
|
|
397
453
|
"to": "idle",
|
|
398
454
|
"event": "DESELECT",
|
|
399
455
|
"effects": [
|
|
400
|
-
[
|
|
401
|
-
"set",
|
|
402
|
-
"@entity.selectedId",
|
|
403
|
-
""
|
|
404
|
-
],
|
|
405
456
|
[
|
|
406
457
|
"fetch",
|
|
407
458
|
"SelectableItem"
|
|
@@ -448,7 +499,16 @@
|
|
|
448
499
|
"emptyTitle": "No selectableitems yet",
|
|
449
500
|
"emptyDescription": "Add selectableitems to see them here.",
|
|
450
501
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
451
|
-
"
|
|
502
|
+
"itemActions": [
|
|
503
|
+
{
|
|
504
|
+
"label": "Select",
|
|
505
|
+
"event": "SELECT",
|
|
506
|
+
"icon": "check"
|
|
507
|
+
}
|
|
508
|
+
],
|
|
509
|
+
"renderItem": [
|
|
510
|
+
"fn",
|
|
511
|
+
"item",
|
|
452
512
|
{
|
|
453
513
|
"type": "stack",
|
|
454
514
|
"direction": "horizontal",
|
|
@@ -456,22 +516,8 @@
|
|
|
456
516
|
"align": "center",
|
|
457
517
|
"children": [
|
|
458
518
|
{
|
|
459
|
-
"type": "
|
|
460
|
-
"
|
|
461
|
-
"size": "sm",
|
|
462
|
-
"color": "muted"
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"type": "typography",
|
|
466
|
-
"variant": "h4",
|
|
467
|
-
"content": "@entity.name"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"type": "button",
|
|
471
|
-
"label": "Select",
|
|
472
|
-
"event": "SELECT",
|
|
473
|
-
"variant": "ghost",
|
|
474
|
-
"icon": "check"
|
|
519
|
+
"type": "checkbox",
|
|
520
|
+
"label": "@item.name"
|
|
475
521
|
}
|
|
476
522
|
]
|
|
477
523
|
}
|
|
@@ -487,11 +533,6 @@
|
|
|
487
533
|
"to": "idle",
|
|
488
534
|
"event": "CLEAR",
|
|
489
535
|
"effects": [
|
|
490
|
-
[
|
|
491
|
-
"set",
|
|
492
|
-
"@entity.selectedId",
|
|
493
|
-
""
|
|
494
|
-
],
|
|
495
536
|
[
|
|
496
537
|
"fetch",
|
|
497
538
|
"SelectableItem"
|
|
@@ -538,7 +579,16 @@
|
|
|
538
579
|
"emptyTitle": "No selectableitems yet",
|
|
539
580
|
"emptyDescription": "Add selectableitems to see them here.",
|
|
540
581
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
541
|
-
"
|
|
582
|
+
"itemActions": [
|
|
583
|
+
{
|
|
584
|
+
"label": "Select",
|
|
585
|
+
"event": "SELECT",
|
|
586
|
+
"icon": "check"
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"renderItem": [
|
|
590
|
+
"fn",
|
|
591
|
+
"item",
|
|
542
592
|
{
|
|
543
593
|
"type": "stack",
|
|
544
594
|
"direction": "horizontal",
|
|
@@ -546,22 +596,8 @@
|
|
|
546
596
|
"align": "center",
|
|
547
597
|
"children": [
|
|
548
598
|
{
|
|
549
|
-
"type": "
|
|
550
|
-
"
|
|
551
|
-
"size": "sm",
|
|
552
|
-
"color": "muted"
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"type": "typography",
|
|
556
|
-
"variant": "h4",
|
|
557
|
-
"content": "@entity.name"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"type": "button",
|
|
561
|
-
"label": "Select",
|
|
562
|
-
"event": "SELECT",
|
|
563
|
-
"variant": "ghost",
|
|
564
|
-
"icon": "check"
|
|
599
|
+
"type": "checkbox",
|
|
600
|
+
"label": "@item.name"
|
|
565
601
|
}
|
|
566
602
|
]
|
|
567
603
|
}
|
|
@@ -619,6 +655,11 @@
|
|
|
619
655
|
{
|
|
620
656
|
"type": "divider"
|
|
621
657
|
},
|
|
658
|
+
{
|
|
659
|
+
"type": "alert",
|
|
660
|
+
"variant": "success",
|
|
661
|
+
"message": "Selection confirmed successfully."
|
|
662
|
+
},
|
|
622
663
|
{
|
|
623
664
|
"type": "stack",
|
|
624
665
|
"direction": "horizontal",
|
|
@@ -633,7 +674,7 @@
|
|
|
633
674
|
{
|
|
634
675
|
"type": "typography",
|
|
635
676
|
"variant": "body",
|
|
636
|
-
"content": "@
|
|
677
|
+
"content": "@payload.id"
|
|
637
678
|
}
|
|
638
679
|
]
|
|
639
680
|
},
|
|
@@ -654,11 +695,6 @@
|
|
|
654
695
|
"to": "idle",
|
|
655
696
|
"event": "CLEAR",
|
|
656
697
|
"effects": [
|
|
657
|
-
[
|
|
658
|
-
"set",
|
|
659
|
-
"@entity.selectedId",
|
|
660
|
-
""
|
|
661
|
-
],
|
|
662
698
|
[
|
|
663
699
|
"fetch",
|
|
664
700
|
"SelectableItem"
|
|
@@ -705,7 +741,16 @@
|
|
|
705
741
|
"emptyTitle": "No selectableitems yet",
|
|
706
742
|
"emptyDescription": "Add selectableitems to see them here.",
|
|
707
743
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
708
|
-
"
|
|
744
|
+
"itemActions": [
|
|
745
|
+
{
|
|
746
|
+
"label": "Select",
|
|
747
|
+
"event": "SELECT",
|
|
748
|
+
"icon": "check"
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"renderItem": [
|
|
752
|
+
"fn",
|
|
753
|
+
"item",
|
|
709
754
|
{
|
|
710
755
|
"type": "stack",
|
|
711
756
|
"direction": "horizontal",
|
|
@@ -713,22 +758,8 @@
|
|
|
713
758
|
"align": "center",
|
|
714
759
|
"children": [
|
|
715
760
|
{
|
|
716
|
-
"type": "
|
|
717
|
-
"
|
|
718
|
-
"size": "sm",
|
|
719
|
-
"color": "muted"
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"type": "typography",
|
|
723
|
-
"variant": "h4",
|
|
724
|
-
"content": "@entity.name"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"type": "button",
|
|
728
|
-
"label": "Select",
|
|
729
|
-
"event": "SELECT",
|
|
730
|
-
"variant": "ghost",
|
|
731
|
-
"icon": "check"
|
|
761
|
+
"type": "checkbox",
|
|
762
|
+
"label": "@item.name"
|
|
732
763
|
}
|
|
733
764
|
]
|
|
734
765
|
}
|