@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,7 +22,12 @@
|
|
|
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",
|
|
@@ -38,6 +43,17 @@
|
|
|
38
43
|
"type": "string",
|
|
39
44
|
"default": "info"
|
|
40
45
|
}
|
|
46
|
+
],
|
|
47
|
+
"instances": [
|
|
48
|
+
{
|
|
49
|
+
"id": "notif-1",
|
|
50
|
+
"name": "System Update",
|
|
51
|
+
"description": "New version available",
|
|
52
|
+
"status": "active",
|
|
53
|
+
"createdAt": "2026-03-19",
|
|
54
|
+
"message": "System update completed successfully.",
|
|
55
|
+
"notificationType": "success"
|
|
56
|
+
}
|
|
41
57
|
]
|
|
42
58
|
},
|
|
43
59
|
"traits": [
|
|
@@ -86,6 +102,10 @@
|
|
|
86
102
|
"to": "hidden",
|
|
87
103
|
"event": "INIT",
|
|
88
104
|
"effects": [
|
|
105
|
+
[
|
|
106
|
+
"fetch",
|
|
107
|
+
"Notification"
|
|
108
|
+
],
|
|
89
109
|
[
|
|
90
110
|
"render-ui",
|
|
91
111
|
"main",
|
|
@@ -116,27 +136,21 @@
|
|
|
116
136
|
"type": "divider"
|
|
117
137
|
},
|
|
118
138
|
{
|
|
119
|
-
"type": "
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
{
|
|
135
|
-
"type": "typography",
|
|
136
|
-
"content": "New notifications will appear here.",
|
|
137
|
-
"variant": "caption"
|
|
138
|
-
}
|
|
139
|
-
]
|
|
139
|
+
"type": "empty-state",
|
|
140
|
+
"icon": "bell-off",
|
|
141
|
+
"title": "No notifications",
|
|
142
|
+
"description": "New notifications will appear here."
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "button",
|
|
146
|
+
"label": "Test Notification",
|
|
147
|
+
"event": "SHOW",
|
|
148
|
+
"variant": "secondary",
|
|
149
|
+
"icon": "bell",
|
|
150
|
+
"actionPayload": {
|
|
151
|
+
"message": "This is a test notification",
|
|
152
|
+
"notificationType": "info"
|
|
153
|
+
}
|
|
140
154
|
}
|
|
141
155
|
]
|
|
142
156
|
}
|
|
@@ -204,33 +218,40 @@
|
|
|
204
218
|
"type": "divider"
|
|
205
219
|
},
|
|
206
220
|
{
|
|
207
|
-
"type": "
|
|
208
|
-
"
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
"type": "typography",
|
|
224
|
-
"content": "@entity.message",
|
|
225
|
-
"variant": "body"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "badge",
|
|
229
|
-
"label": "@entity.notificationType"
|
|
230
|
-
}
|
|
231
|
-
]
|
|
232
|
-
}
|
|
221
|
+
"type": "alert",
|
|
222
|
+
"variant": [
|
|
223
|
+
"object/get",
|
|
224
|
+
[
|
|
225
|
+
"array/first",
|
|
226
|
+
"@entity"
|
|
227
|
+
],
|
|
228
|
+
"notificationType"
|
|
229
|
+
],
|
|
230
|
+
"message": [
|
|
231
|
+
"object/get",
|
|
232
|
+
[
|
|
233
|
+
"array/first",
|
|
234
|
+
"@entity"
|
|
235
|
+
],
|
|
236
|
+
"message"
|
|
233
237
|
]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"type": "toast-slot",
|
|
241
|
+
"position": "top-right"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"type": "violation-alert",
|
|
245
|
+
"severity": "warning",
|
|
246
|
+
"message": [
|
|
247
|
+
"object/get",
|
|
248
|
+
[
|
|
249
|
+
"array/first",
|
|
250
|
+
"@entity"
|
|
251
|
+
],
|
|
252
|
+
"message"
|
|
253
|
+
],
|
|
254
|
+
"category": "compliance"
|
|
234
255
|
}
|
|
235
256
|
]
|
|
236
257
|
}
|
|
@@ -298,33 +319,40 @@
|
|
|
298
319
|
"type": "divider"
|
|
299
320
|
},
|
|
300
321
|
{
|
|
301
|
-
"type": "
|
|
302
|
-
"
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
"type": "typography",
|
|
318
|
-
"content": "@entity.message",
|
|
319
|
-
"variant": "body"
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"type": "badge",
|
|
323
|
-
"label": "@entity.notificationType"
|
|
324
|
-
}
|
|
325
|
-
]
|
|
326
|
-
}
|
|
322
|
+
"type": "alert",
|
|
323
|
+
"variant": [
|
|
324
|
+
"object/get",
|
|
325
|
+
[
|
|
326
|
+
"array/first",
|
|
327
|
+
"@entity"
|
|
328
|
+
],
|
|
329
|
+
"notificationType"
|
|
330
|
+
],
|
|
331
|
+
"message": [
|
|
332
|
+
"object/get",
|
|
333
|
+
[
|
|
334
|
+
"array/first",
|
|
335
|
+
"@entity"
|
|
336
|
+
],
|
|
337
|
+
"message"
|
|
327
338
|
]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"type": "toast-slot",
|
|
342
|
+
"position": "top-right"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"type": "violation-alert",
|
|
346
|
+
"severity": "warning",
|
|
347
|
+
"message": [
|
|
348
|
+
"object/get",
|
|
349
|
+
[
|
|
350
|
+
"array/first",
|
|
351
|
+
"@entity"
|
|
352
|
+
],
|
|
353
|
+
"message"
|
|
354
|
+
],
|
|
355
|
+
"category": "compliance"
|
|
328
356
|
}
|
|
329
357
|
]
|
|
330
358
|
}
|
|
@@ -371,27 +399,21 @@
|
|
|
371
399
|
"type": "divider"
|
|
372
400
|
},
|
|
373
401
|
{
|
|
374
|
-
"type": "
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
{
|
|
390
|
-
"type": "typography",
|
|
391
|
-
"content": "New notifications will appear here.",
|
|
392
|
-
"variant": "caption"
|
|
393
|
-
}
|
|
394
|
-
]
|
|
402
|
+
"type": "empty-state",
|
|
403
|
+
"icon": "bell-off",
|
|
404
|
+
"title": "No notifications",
|
|
405
|
+
"description": "New notifications will appear here."
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"type": "button",
|
|
409
|
+
"label": "Test Notification",
|
|
410
|
+
"event": "SHOW",
|
|
411
|
+
"variant": "secondary",
|
|
412
|
+
"icon": "bell",
|
|
413
|
+
"actionPayload": {
|
|
414
|
+
"message": "This is a test notification",
|
|
415
|
+
"notificationType": "info"
|
|
416
|
+
}
|
|
395
417
|
}
|
|
396
418
|
]
|
|
397
419
|
}
|
|
@@ -22,7 +22,12 @@
|
|
|
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",
|
|
@@ -115,7 +120,9 @@
|
|
|
115
120
|
]
|
|
116
121
|
},
|
|
117
122
|
{
|
|
118
|
-
"type": "
|
|
123
|
+
"type": "status-dot",
|
|
124
|
+
"status": "active",
|
|
125
|
+
"pulse": false,
|
|
119
126
|
"label": "Exploring"
|
|
120
127
|
}
|
|
121
128
|
]
|
|
@@ -123,6 +130,12 @@
|
|
|
123
130
|
{
|
|
124
131
|
"type": "divider"
|
|
125
132
|
},
|
|
133
|
+
{
|
|
134
|
+
"type": "map-view",
|
|
135
|
+
"markers": [],
|
|
136
|
+
"height": "200px",
|
|
137
|
+
"zoom": 10
|
|
138
|
+
},
|
|
126
139
|
{
|
|
127
140
|
"type": "data-grid",
|
|
128
141
|
"entity": "WorldRegion",
|
|
@@ -135,7 +148,9 @@
|
|
|
135
148
|
"event": "TRAVEL"
|
|
136
149
|
}
|
|
137
150
|
],
|
|
138
|
-
"
|
|
151
|
+
"renderItem": [
|
|
152
|
+
"fn",
|
|
153
|
+
"item",
|
|
139
154
|
{
|
|
140
155
|
"type": "stack",
|
|
141
156
|
"direction": "vertical",
|
|
@@ -161,20 +176,20 @@
|
|
|
161
176
|
{
|
|
162
177
|
"type": "typography",
|
|
163
178
|
"variant": "h4",
|
|
164
|
-
"content": "@
|
|
179
|
+
"content": "@item.name"
|
|
165
180
|
}
|
|
166
181
|
]
|
|
167
182
|
},
|
|
168
183
|
{
|
|
169
184
|
"type": "badge",
|
|
170
|
-
"label": "@
|
|
185
|
+
"label": "@item.description"
|
|
171
186
|
}
|
|
172
187
|
]
|
|
173
188
|
},
|
|
174
189
|
{
|
|
175
190
|
"type": "typography",
|
|
176
191
|
"variant": "caption",
|
|
177
|
-
"content": "@
|
|
192
|
+
"content": "@item.status"
|
|
178
193
|
}
|
|
179
194
|
]
|
|
180
195
|
}
|
|
@@ -270,7 +285,8 @@
|
|
|
270
285
|
]
|
|
271
286
|
},
|
|
272
287
|
{
|
|
273
|
-
"type": "
|
|
288
|
+
"type": "status-dot",
|
|
289
|
+
"status": "success",
|
|
274
290
|
"label": "Entered"
|
|
275
291
|
}
|
|
276
292
|
]
|
|
@@ -284,7 +300,9 @@
|
|
|
284
300
|
"emptyIcon": "inbox",
|
|
285
301
|
"emptyTitle": "Nothing here",
|
|
286
302
|
"emptyDescription": "This zone is empty.",
|
|
287
|
-
"
|
|
303
|
+
"renderItem": [
|
|
304
|
+
"fn",
|
|
305
|
+
"item",
|
|
288
306
|
{
|
|
289
307
|
"type": "stack",
|
|
290
308
|
"direction": "vertical",
|
|
@@ -310,20 +328,20 @@
|
|
|
310
328
|
{
|
|
311
329
|
"type": "typography",
|
|
312
330
|
"variant": "h4",
|
|
313
|
-
"content": "@
|
|
331
|
+
"content": "@item.name"
|
|
314
332
|
}
|
|
315
333
|
]
|
|
316
334
|
},
|
|
317
335
|
{
|
|
318
336
|
"type": "badge",
|
|
319
|
-
"label": "@
|
|
337
|
+
"label": "@item.description"
|
|
320
338
|
}
|
|
321
339
|
]
|
|
322
340
|
},
|
|
323
341
|
{
|
|
324
342
|
"type": "typography",
|
|
325
343
|
"variant": "caption",
|
|
326
|
-
"content": "@
|
|
344
|
+
"content": "@item.status"
|
|
327
345
|
}
|
|
328
346
|
]
|
|
329
347
|
}
|
|
@@ -393,7 +411,9 @@
|
|
|
393
411
|
]
|
|
394
412
|
},
|
|
395
413
|
{
|
|
396
|
-
"type": "
|
|
414
|
+
"type": "status-dot",
|
|
415
|
+
"status": "active",
|
|
416
|
+
"pulse": false,
|
|
397
417
|
"label": "Exploring"
|
|
398
418
|
}
|
|
399
419
|
]
|
|
@@ -401,6 +421,12 @@
|
|
|
401
421
|
{
|
|
402
422
|
"type": "divider"
|
|
403
423
|
},
|
|
424
|
+
{
|
|
425
|
+
"type": "map-view",
|
|
426
|
+
"markers": [],
|
|
427
|
+
"height": "200px",
|
|
428
|
+
"zoom": 10
|
|
429
|
+
},
|
|
404
430
|
{
|
|
405
431
|
"type": "data-grid",
|
|
406
432
|
"entity": "WorldRegion",
|
|
@@ -413,7 +439,9 @@
|
|
|
413
439
|
"event": "TRAVEL"
|
|
414
440
|
}
|
|
415
441
|
],
|
|
416
|
-
"
|
|
442
|
+
"renderItem": [
|
|
443
|
+
"fn",
|
|
444
|
+
"item",
|
|
417
445
|
{
|
|
418
446
|
"type": "stack",
|
|
419
447
|
"direction": "vertical",
|
|
@@ -439,20 +467,20 @@
|
|
|
439
467
|
{
|
|
440
468
|
"type": "typography",
|
|
441
469
|
"variant": "h4",
|
|
442
|
-
"content": "@
|
|
470
|
+
"content": "@item.name"
|
|
443
471
|
}
|
|
444
472
|
]
|
|
445
473
|
},
|
|
446
474
|
{
|
|
447
475
|
"type": "badge",
|
|
448
|
-
"label": "@
|
|
476
|
+
"label": "@item.description"
|
|
449
477
|
}
|
|
450
478
|
]
|
|
451
479
|
},
|
|
452
480
|
{
|
|
453
481
|
"type": "typography",
|
|
454
482
|
"variant": "caption",
|
|
455
|
-
"content": "@
|
|
483
|
+
"content": "@item.status"
|
|
456
484
|
}
|
|
457
485
|
]
|
|
458
486
|
}
|
|
@@ -22,21 +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": "currentPage",
|
|
33
|
-
"type": "number",
|
|
34
|
-
"default": 1
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"name": "pageSize",
|
|
38
|
-
"type": "number",
|
|
39
|
-
"default": 10
|
|
40
35
|
}
|
|
41
36
|
]
|
|
42
37
|
},
|
|
@@ -128,60 +123,34 @@
|
|
|
128
123
|
"emptyIcon": "inbox",
|
|
129
124
|
"emptyTitle": "No pageditems yet",
|
|
130
125
|
"emptyDescription": "Add pageditems to see them here.",
|
|
131
|
-
"
|
|
132
|
-
"children": [
|
|
133
|
-
{
|
|
134
|
-
"type": "stack",
|
|
135
|
-
"direction": "vertical",
|
|
136
|
-
"gap": "sm",
|
|
137
|
-
"children": [
|
|
138
|
-
{
|
|
139
|
-
"type": "typography",
|
|
140
|
-
"variant": "h4",
|
|
141
|
-
"content": "@entity.name"
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"type": "typography",
|
|
145
|
-
"variant": "caption",
|
|
146
|
-
"color": "muted",
|
|
147
|
-
"content": "@entity.id"
|
|
148
|
-
}
|
|
149
|
-
]
|
|
150
|
-
}
|
|
151
|
-
]
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"type": "stack",
|
|
155
|
-
"direction": "horizontal",
|
|
156
|
-
"gap": "sm",
|
|
157
|
-
"justify": "center",
|
|
158
|
-
"align": "center",
|
|
159
|
-
"children": [
|
|
126
|
+
"columns": [
|
|
160
127
|
{
|
|
161
|
-
"
|
|
162
|
-
"label": "
|
|
163
|
-
"
|
|
164
|
-
"variant": "ghost",
|
|
165
|
-
"icon": "chevron-left"
|
|
128
|
+
"name": "name",
|
|
129
|
+
"label": "Name",
|
|
130
|
+
"variant": "h4"
|
|
166
131
|
},
|
|
167
132
|
{
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"content": [
|
|
172
|
-
"concat",
|
|
173
|
-
"Page ",
|
|
174
|
-
"@entity.currentPage"
|
|
175
|
-
]
|
|
133
|
+
"name": "description",
|
|
134
|
+
"label": "Description",
|
|
135
|
+
"variant": "caption"
|
|
176
136
|
},
|
|
177
137
|
{
|
|
178
|
-
"
|
|
179
|
-
"label": "
|
|
180
|
-
"
|
|
181
|
-
"variant": "ghost",
|
|
182
|
-
"icon": "chevron-right"
|
|
138
|
+
"name": "status",
|
|
139
|
+
"label": "Status",
|
|
140
|
+
"variant": "badge"
|
|
183
141
|
}
|
|
184
142
|
]
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "pagination",
|
|
146
|
+
"currentPage": 1,
|
|
147
|
+
"totalPages": 10,
|
|
148
|
+
"onPageChange": "PAGE",
|
|
149
|
+
"showPageSize": false
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"type": "infinite-scroll-sentinel",
|
|
153
|
+
"loadMoreEvent": "PAGE"
|
|
185
154
|
}
|
|
186
155
|
]
|
|
187
156
|
}
|
|
@@ -193,16 +162,6 @@
|
|
|
193
162
|
"to": "idle",
|
|
194
163
|
"event": "PAGE",
|
|
195
164
|
"effects": [
|
|
196
|
-
[
|
|
197
|
-
"set",
|
|
198
|
-
"@entity.currentPage",
|
|
199
|
-
"@payload.page"
|
|
200
|
-
],
|
|
201
|
-
[
|
|
202
|
-
"set",
|
|
203
|
-
"@entity.pageSize",
|
|
204
|
-
"@payload.pageSize"
|
|
205
|
-
],
|
|
206
165
|
[
|
|
207
166
|
"fetch",
|
|
208
167
|
"PagedItem"
|
|
@@ -251,60 +210,30 @@
|
|
|
251
210
|
"emptyIcon": "inbox",
|
|
252
211
|
"emptyTitle": "No pageditems yet",
|
|
253
212
|
"emptyDescription": "Add pageditems to see them here.",
|
|
254
|
-
"
|
|
255
|
-
"children": [
|
|
213
|
+
"columns": [
|
|
256
214
|
{
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"children": [
|
|
261
|
-
{
|
|
262
|
-
"type": "typography",
|
|
263
|
-
"variant": "h4",
|
|
264
|
-
"content": "@entity.name"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"type": "typography",
|
|
268
|
-
"variant": "caption",
|
|
269
|
-
"color": "muted",
|
|
270
|
-
"content": "@entity.id"
|
|
271
|
-
}
|
|
272
|
-
]
|
|
273
|
-
}
|
|
274
|
-
]
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"type": "stack",
|
|
278
|
-
"direction": "horizontal",
|
|
279
|
-
"gap": "sm",
|
|
280
|
-
"justify": "center",
|
|
281
|
-
"align": "center",
|
|
282
|
-
"children": [
|
|
283
|
-
{
|
|
284
|
-
"type": "button",
|
|
285
|
-
"label": "Previous",
|
|
286
|
-
"event": "PAGE",
|
|
287
|
-
"variant": "ghost",
|
|
288
|
-
"icon": "chevron-left"
|
|
215
|
+
"name": "name",
|
|
216
|
+
"label": "Name",
|
|
217
|
+
"variant": "h4"
|
|
289
218
|
},
|
|
290
219
|
{
|
|
291
|
-
"
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"content": [
|
|
295
|
-
"concat",
|
|
296
|
-
"Page ",
|
|
297
|
-
"@entity.currentPage"
|
|
298
|
-
]
|
|
220
|
+
"name": "description",
|
|
221
|
+
"label": "Description",
|
|
222
|
+
"variant": "caption"
|
|
299
223
|
},
|
|
300
224
|
{
|
|
301
|
-
"
|
|
302
|
-
"label": "
|
|
303
|
-
"
|
|
304
|
-
"variant": "ghost",
|
|
305
|
-
"icon": "chevron-right"
|
|
225
|
+
"name": "status",
|
|
226
|
+
"label": "Status",
|
|
227
|
+
"variant": "badge"
|
|
306
228
|
}
|
|
307
229
|
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"type": "pagination",
|
|
233
|
+
"currentPage": "@payload.page",
|
|
234
|
+
"totalPages": 10,
|
|
235
|
+
"onPageChange": "PAGE",
|
|
236
|
+
"showPageSize": false
|
|
308
237
|
}
|
|
309
238
|
]
|
|
310
239
|
}
|