@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",
|
|
@@ -41,6 +46,12 @@
|
|
|
41
46
|
"name": "step1",
|
|
42
47
|
"isInitial": true
|
|
43
48
|
},
|
|
49
|
+
{
|
|
50
|
+
"name": "step2"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "step3"
|
|
54
|
+
},
|
|
44
55
|
{
|
|
45
56
|
"name": "review"
|
|
46
57
|
},
|
|
@@ -98,72 +109,282 @@
|
|
|
98
109
|
"render-ui",
|
|
99
110
|
"main",
|
|
100
111
|
{
|
|
101
|
-
"type": "
|
|
102
|
-
"
|
|
103
|
-
"
|
|
112
|
+
"type": "container",
|
|
113
|
+
"maxWidth": "lg",
|
|
114
|
+
"padding": "lg",
|
|
104
115
|
"children": [
|
|
105
116
|
{
|
|
106
117
|
"type": "stack",
|
|
107
|
-
"direction": "
|
|
108
|
-
"gap": "
|
|
109
|
-
"align": "center",
|
|
118
|
+
"direction": "vertical",
|
|
119
|
+
"gap": "lg",
|
|
110
120
|
"children": [
|
|
111
121
|
{
|
|
112
|
-
"type": "
|
|
113
|
-
"
|
|
114
|
-
"
|
|
122
|
+
"type": "stack",
|
|
123
|
+
"direction": "horizontal",
|
|
124
|
+
"gap": "sm",
|
|
125
|
+
"align": "center",
|
|
126
|
+
"children": [
|
|
127
|
+
{
|
|
128
|
+
"type": "icon",
|
|
129
|
+
"name": "clipboard",
|
|
130
|
+
"size": "lg"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"type": "typography",
|
|
134
|
+
"content": "Setup Wizard",
|
|
135
|
+
"variant": "h2"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": "progress-dots",
|
|
141
|
+
"count": 3,
|
|
142
|
+
"currentIndex": 0
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"type": "wizard-progress",
|
|
146
|
+
"steps": [
|
|
147
|
+
"Personal Info",
|
|
148
|
+
"Settings",
|
|
149
|
+
"Review"
|
|
150
|
+
],
|
|
151
|
+
"currentStep": 0
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"type": "divider"
|
|
115
155
|
},
|
|
116
156
|
{
|
|
117
157
|
"type": "typography",
|
|
118
|
-
"content": "
|
|
119
|
-
"variant": "
|
|
158
|
+
"content": "Personal Info",
|
|
159
|
+
"variant": "h3"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"type": "form-section",
|
|
163
|
+
"entity": "WizardEntry",
|
|
164
|
+
"mode": "create",
|
|
165
|
+
"submitEvent": "NEXT",
|
|
166
|
+
"cancelEvent": "INIT",
|
|
167
|
+
"fields": [
|
|
168
|
+
"name",
|
|
169
|
+
"description"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"type": "stack",
|
|
174
|
+
"direction": "horizontal",
|
|
175
|
+
"gap": "sm",
|
|
176
|
+
"justify": "end",
|
|
177
|
+
"children": [
|
|
178
|
+
{
|
|
179
|
+
"type": "button",
|
|
180
|
+
"label": "Next",
|
|
181
|
+
"event": "NEXT",
|
|
182
|
+
"variant": "primary",
|
|
183
|
+
"icon": "arrow-right"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
120
186
|
}
|
|
121
187
|
]
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
]
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"from": "step1",
|
|
196
|
+
"to": "step2",
|
|
197
|
+
"event": "NEXT",
|
|
198
|
+
"effects": [
|
|
199
|
+
[
|
|
200
|
+
"fetch",
|
|
201
|
+
"WizardEntry"
|
|
202
|
+
],
|
|
203
|
+
[
|
|
204
|
+
"render-ui",
|
|
205
|
+
"main",
|
|
206
|
+
{
|
|
207
|
+
"type": "container",
|
|
208
|
+
"maxWidth": "lg",
|
|
209
|
+
"padding": "lg",
|
|
210
|
+
"children": [
|
|
142
211
|
{
|
|
143
|
-
"type": "
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
212
|
+
"type": "stack",
|
|
213
|
+
"direction": "vertical",
|
|
214
|
+
"gap": "lg",
|
|
215
|
+
"children": [
|
|
216
|
+
{
|
|
217
|
+
"type": "stack",
|
|
218
|
+
"direction": "horizontal",
|
|
219
|
+
"gap": "sm",
|
|
220
|
+
"align": "center",
|
|
221
|
+
"children": [
|
|
222
|
+
{
|
|
223
|
+
"type": "icon",
|
|
224
|
+
"name": "clipboard",
|
|
225
|
+
"size": "lg"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"type": "typography",
|
|
229
|
+
"content": "Setup Wizard",
|
|
230
|
+
"variant": "h2"
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "progress-dots",
|
|
236
|
+
"count": 3,
|
|
237
|
+
"currentIndex": 1
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"type": "wizard-progress",
|
|
241
|
+
"steps": [
|
|
242
|
+
"Personal Info",
|
|
243
|
+
"Settings",
|
|
244
|
+
"Review"
|
|
245
|
+
],
|
|
246
|
+
"currentStep": 1
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"type": "divider"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"type": "typography",
|
|
253
|
+
"content": "Settings",
|
|
254
|
+
"variant": "h3"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"type": "form-section",
|
|
258
|
+
"entity": "WizardEntry",
|
|
259
|
+
"mode": "create",
|
|
260
|
+
"submitEvent": "NEXT",
|
|
261
|
+
"cancelEvent": "PREV",
|
|
262
|
+
"fields": [
|
|
263
|
+
"status"
|
|
264
|
+
]
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"type": "stack",
|
|
268
|
+
"direction": "horizontal",
|
|
269
|
+
"gap": "sm",
|
|
270
|
+
"justify": "end",
|
|
271
|
+
"children": [
|
|
272
|
+
{
|
|
273
|
+
"type": "button",
|
|
274
|
+
"label": "Back",
|
|
275
|
+
"event": "PREV",
|
|
276
|
+
"variant": "ghost",
|
|
277
|
+
"icon": "arrow-left"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"type": "button",
|
|
281
|
+
"label": "Next",
|
|
282
|
+
"event": "NEXT",
|
|
283
|
+
"variant": "primary",
|
|
284
|
+
"icon": "arrow-right"
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
}
|
|
153
288
|
]
|
|
154
|
-
}
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
}
|
|
292
|
+
]
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"from": "step2",
|
|
297
|
+
"to": "step3",
|
|
298
|
+
"event": "NEXT",
|
|
299
|
+
"effects": [
|
|
300
|
+
[
|
|
301
|
+
"fetch",
|
|
302
|
+
"WizardEntry"
|
|
303
|
+
],
|
|
304
|
+
[
|
|
305
|
+
"render-ui",
|
|
306
|
+
"main",
|
|
307
|
+
{
|
|
308
|
+
"type": "container",
|
|
309
|
+
"maxWidth": "lg",
|
|
310
|
+
"padding": "lg",
|
|
311
|
+
"children": [
|
|
155
312
|
{
|
|
156
313
|
"type": "stack",
|
|
157
|
-
"direction": "
|
|
158
|
-
"gap": "
|
|
159
|
-
"justify": "end",
|
|
314
|
+
"direction": "vertical",
|
|
315
|
+
"gap": "lg",
|
|
160
316
|
"children": [
|
|
161
317
|
{
|
|
162
|
-
"type": "
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
"
|
|
318
|
+
"type": "stack",
|
|
319
|
+
"direction": "horizontal",
|
|
320
|
+
"gap": "sm",
|
|
321
|
+
"align": "center",
|
|
322
|
+
"children": [
|
|
323
|
+
{
|
|
324
|
+
"type": "icon",
|
|
325
|
+
"name": "clipboard",
|
|
326
|
+
"size": "lg"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"type": "typography",
|
|
330
|
+
"content": "Setup Wizard",
|
|
331
|
+
"variant": "h2"
|
|
332
|
+
}
|
|
333
|
+
]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"type": "progress-dots",
|
|
337
|
+
"count": 3,
|
|
338
|
+
"currentIndex": 2
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"type": "wizard-progress",
|
|
342
|
+
"steps": [
|
|
343
|
+
"Personal Info",
|
|
344
|
+
"Settings",
|
|
345
|
+
"Review"
|
|
346
|
+
],
|
|
347
|
+
"currentStep": 2
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "divider"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "typography",
|
|
354
|
+
"content": "Review",
|
|
355
|
+
"variant": "h3"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"type": "form-section",
|
|
359
|
+
"entity": "WizardEntry",
|
|
360
|
+
"mode": "create",
|
|
361
|
+
"submitEvent": "NEXT",
|
|
362
|
+
"cancelEvent": "PREV",
|
|
363
|
+
"fields": [
|
|
364
|
+
"createdAt"
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "stack",
|
|
369
|
+
"direction": "horizontal",
|
|
370
|
+
"gap": "sm",
|
|
371
|
+
"justify": "end",
|
|
372
|
+
"children": [
|
|
373
|
+
{
|
|
374
|
+
"type": "button",
|
|
375
|
+
"label": "Back",
|
|
376
|
+
"event": "PREV",
|
|
377
|
+
"variant": "ghost",
|
|
378
|
+
"icon": "arrow-left"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"type": "button",
|
|
382
|
+
"label": "Next",
|
|
383
|
+
"event": "NEXT",
|
|
384
|
+
"variant": "primary",
|
|
385
|
+
"icon": "arrow-right"
|
|
386
|
+
}
|
|
387
|
+
]
|
|
167
388
|
}
|
|
168
389
|
]
|
|
169
390
|
}
|
|
@@ -173,7 +394,7 @@
|
|
|
173
394
|
]
|
|
174
395
|
},
|
|
175
396
|
{
|
|
176
|
-
"from": "
|
|
397
|
+
"from": "step3",
|
|
177
398
|
"to": "review",
|
|
178
399
|
"event": "NEXT",
|
|
179
400
|
"effects": [
|
|
@@ -214,9 +435,11 @@
|
|
|
214
435
|
{
|
|
215
436
|
"type": "wizard-progress",
|
|
216
437
|
"steps": [
|
|
217
|
-
"
|
|
438
|
+
"Personal Info",
|
|
439
|
+
"Settings",
|
|
440
|
+
"Review"
|
|
218
441
|
],
|
|
219
|
-
"currentStep":
|
|
442
|
+
"currentStep": 3
|
|
220
443
|
},
|
|
221
444
|
{
|
|
222
445
|
"type": "divider"
|
|
@@ -224,7 +447,9 @@
|
|
|
224
447
|
{
|
|
225
448
|
"type": "data-list",
|
|
226
449
|
"entity": "WizardEntry",
|
|
227
|
-
"
|
|
450
|
+
"renderItem": [
|
|
451
|
+
"fn",
|
|
452
|
+
"item",
|
|
228
453
|
{
|
|
229
454
|
"type": "stack",
|
|
230
455
|
"direction": "vertical",
|
|
@@ -244,7 +469,7 @@
|
|
|
244
469
|
{
|
|
245
470
|
"type": "typography",
|
|
246
471
|
"variant": "body",
|
|
247
|
-
"content": "@
|
|
472
|
+
"content": "@item.name"
|
|
248
473
|
}
|
|
249
474
|
]
|
|
250
475
|
},
|
|
@@ -262,7 +487,7 @@
|
|
|
262
487
|
{
|
|
263
488
|
"type": "typography",
|
|
264
489
|
"variant": "body",
|
|
265
|
-
"content": "@
|
|
490
|
+
"content": "@item.description"
|
|
266
491
|
}
|
|
267
492
|
]
|
|
268
493
|
},
|
|
@@ -280,7 +505,7 @@
|
|
|
280
505
|
{
|
|
281
506
|
"type": "typography",
|
|
282
507
|
"variant": "body",
|
|
283
|
-
"content": "@
|
|
508
|
+
"content": "@item.status"
|
|
284
509
|
}
|
|
285
510
|
]
|
|
286
511
|
},
|
|
@@ -298,7 +523,7 @@
|
|
|
298
523
|
{
|
|
299
524
|
"type": "typography",
|
|
300
525
|
"variant": "body",
|
|
301
|
-
"content": "@
|
|
526
|
+
"content": "@item.createdAt"
|
|
302
527
|
}
|
|
303
528
|
]
|
|
304
529
|
}
|
|
@@ -306,25 +531,106 @@
|
|
|
306
531
|
}
|
|
307
532
|
]
|
|
308
533
|
},
|
|
534
|
+
{
|
|
535
|
+
"type": "wizard-navigation",
|
|
536
|
+
"currentStep": 3,
|
|
537
|
+
"totalSteps": 4,
|
|
538
|
+
"showBack": true,
|
|
539
|
+
"showComplete": true,
|
|
540
|
+
"showNext": false
|
|
541
|
+
}
|
|
542
|
+
]
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
]
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"from": "step2",
|
|
549
|
+
"to": "step1",
|
|
550
|
+
"event": "PREV",
|
|
551
|
+
"effects": [
|
|
552
|
+
[
|
|
553
|
+
"fetch",
|
|
554
|
+
"WizardEntry"
|
|
555
|
+
],
|
|
556
|
+
[
|
|
557
|
+
"render-ui",
|
|
558
|
+
"main",
|
|
559
|
+
{
|
|
560
|
+
"type": "container",
|
|
561
|
+
"maxWidth": "lg",
|
|
562
|
+
"padding": "lg",
|
|
563
|
+
"children": [
|
|
309
564
|
{
|
|
310
565
|
"type": "stack",
|
|
311
|
-
"direction": "
|
|
312
|
-
"gap": "
|
|
313
|
-
"justify": "end",
|
|
566
|
+
"direction": "vertical",
|
|
567
|
+
"gap": "lg",
|
|
314
568
|
"children": [
|
|
315
569
|
{
|
|
316
|
-
"type": "
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
"
|
|
570
|
+
"type": "stack",
|
|
571
|
+
"direction": "horizontal",
|
|
572
|
+
"gap": "sm",
|
|
573
|
+
"align": "center",
|
|
574
|
+
"children": [
|
|
575
|
+
{
|
|
576
|
+
"type": "icon",
|
|
577
|
+
"name": "clipboard",
|
|
578
|
+
"size": "lg"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"type": "typography",
|
|
582
|
+
"content": "Setup Wizard",
|
|
583
|
+
"variant": "h2"
|
|
584
|
+
}
|
|
585
|
+
]
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"type": "progress-dots",
|
|
589
|
+
"count": 3,
|
|
590
|
+
"currentIndex": 0
|
|
321
591
|
},
|
|
322
592
|
{
|
|
323
|
-
"type": "
|
|
324
|
-
"
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
593
|
+
"type": "wizard-progress",
|
|
594
|
+
"steps": [
|
|
595
|
+
"Personal Info",
|
|
596
|
+
"Settings",
|
|
597
|
+
"Review"
|
|
598
|
+
],
|
|
599
|
+
"currentStep": 0
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"type": "divider"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"type": "typography",
|
|
606
|
+
"content": "Personal Info",
|
|
607
|
+
"variant": "h3"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"type": "form-section",
|
|
611
|
+
"entity": "WizardEntry",
|
|
612
|
+
"mode": "create",
|
|
613
|
+
"submitEvent": "NEXT",
|
|
614
|
+
"cancelEvent": "INIT",
|
|
615
|
+
"fields": [
|
|
616
|
+
"name",
|
|
617
|
+
"description"
|
|
618
|
+
]
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"type": "stack",
|
|
622
|
+
"direction": "horizontal",
|
|
623
|
+
"gap": "sm",
|
|
624
|
+
"justify": "end",
|
|
625
|
+
"children": [
|
|
626
|
+
{
|
|
627
|
+
"type": "button",
|
|
628
|
+
"label": "Next",
|
|
629
|
+
"event": "NEXT",
|
|
630
|
+
"variant": "primary",
|
|
631
|
+
"icon": "arrow-right"
|
|
632
|
+
}
|
|
633
|
+
]
|
|
328
634
|
}
|
|
329
635
|
]
|
|
330
636
|
}
|
|
@@ -334,8 +640,8 @@
|
|
|
334
640
|
]
|
|
335
641
|
},
|
|
336
642
|
{
|
|
337
|
-
"from": "
|
|
338
|
-
"to": "
|
|
643
|
+
"from": "step3",
|
|
644
|
+
"to": "step2",
|
|
339
645
|
"event": "PREV",
|
|
340
646
|
"effects": [
|
|
341
647
|
[
|
|
@@ -346,72 +652,187 @@
|
|
|
346
652
|
"render-ui",
|
|
347
653
|
"main",
|
|
348
654
|
{
|
|
349
|
-
"type": "
|
|
350
|
-
"
|
|
351
|
-
"
|
|
655
|
+
"type": "container",
|
|
656
|
+
"maxWidth": "lg",
|
|
657
|
+
"padding": "lg",
|
|
352
658
|
"children": [
|
|
353
659
|
{
|
|
354
660
|
"type": "stack",
|
|
355
|
-
"direction": "
|
|
356
|
-
"gap": "
|
|
357
|
-
"align": "center",
|
|
661
|
+
"direction": "vertical",
|
|
662
|
+
"gap": "lg",
|
|
358
663
|
"children": [
|
|
359
664
|
{
|
|
360
|
-
"type": "
|
|
361
|
-
"
|
|
362
|
-
"
|
|
665
|
+
"type": "stack",
|
|
666
|
+
"direction": "horizontal",
|
|
667
|
+
"gap": "sm",
|
|
668
|
+
"align": "center",
|
|
669
|
+
"children": [
|
|
670
|
+
{
|
|
671
|
+
"type": "icon",
|
|
672
|
+
"name": "clipboard",
|
|
673
|
+
"size": "lg"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"type": "typography",
|
|
677
|
+
"content": "Setup Wizard",
|
|
678
|
+
"variant": "h2"
|
|
679
|
+
}
|
|
680
|
+
]
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"type": "progress-dots",
|
|
684
|
+
"count": 3,
|
|
685
|
+
"currentIndex": 1
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"type": "wizard-progress",
|
|
689
|
+
"steps": [
|
|
690
|
+
"Personal Info",
|
|
691
|
+
"Settings",
|
|
692
|
+
"Review"
|
|
693
|
+
],
|
|
694
|
+
"currentStep": 1
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"type": "divider"
|
|
363
698
|
},
|
|
364
699
|
{
|
|
365
700
|
"type": "typography",
|
|
366
|
-
"content": "
|
|
367
|
-
"variant": "
|
|
701
|
+
"content": "Settings",
|
|
702
|
+
"variant": "h3"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"type": "form-section",
|
|
706
|
+
"entity": "WizardEntry",
|
|
707
|
+
"mode": "create",
|
|
708
|
+
"submitEvent": "NEXT",
|
|
709
|
+
"cancelEvent": "PREV",
|
|
710
|
+
"fields": [
|
|
711
|
+
"status"
|
|
712
|
+
]
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"type": "stack",
|
|
716
|
+
"direction": "horizontal",
|
|
717
|
+
"gap": "sm",
|
|
718
|
+
"justify": "end",
|
|
719
|
+
"children": [
|
|
720
|
+
{
|
|
721
|
+
"type": "button",
|
|
722
|
+
"label": "Back",
|
|
723
|
+
"event": "PREV",
|
|
724
|
+
"variant": "ghost",
|
|
725
|
+
"icon": "arrow-left"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"type": "button",
|
|
729
|
+
"label": "Next",
|
|
730
|
+
"event": "NEXT",
|
|
731
|
+
"variant": "primary",
|
|
732
|
+
"icon": "arrow-right"
|
|
733
|
+
}
|
|
734
|
+
]
|
|
368
735
|
}
|
|
369
736
|
]
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"mode": "create",
|
|
394
|
-
"submitEvent": "NEXT",
|
|
395
|
-
"cancelEvent": "INIT",
|
|
396
|
-
"fields": [
|
|
397
|
-
"name",
|
|
398
|
-
"description",
|
|
399
|
-
"status",
|
|
400
|
-
"createdAt"
|
|
401
|
-
]
|
|
402
|
-
},
|
|
737
|
+
}
|
|
738
|
+
]
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
]
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"from": "review",
|
|
745
|
+
"to": "step3",
|
|
746
|
+
"event": "PREV",
|
|
747
|
+
"effects": [
|
|
748
|
+
[
|
|
749
|
+
"fetch",
|
|
750
|
+
"WizardEntry"
|
|
751
|
+
],
|
|
752
|
+
[
|
|
753
|
+
"render-ui",
|
|
754
|
+
"main",
|
|
755
|
+
{
|
|
756
|
+
"type": "container",
|
|
757
|
+
"maxWidth": "lg",
|
|
758
|
+
"padding": "lg",
|
|
759
|
+
"children": [
|
|
403
760
|
{
|
|
404
761
|
"type": "stack",
|
|
405
|
-
"direction": "
|
|
406
|
-
"gap": "
|
|
407
|
-
"justify": "end",
|
|
762
|
+
"direction": "vertical",
|
|
763
|
+
"gap": "lg",
|
|
408
764
|
"children": [
|
|
409
765
|
{
|
|
410
|
-
"type": "
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
766
|
+
"type": "stack",
|
|
767
|
+
"direction": "horizontal",
|
|
768
|
+
"gap": "sm",
|
|
769
|
+
"align": "center",
|
|
770
|
+
"children": [
|
|
771
|
+
{
|
|
772
|
+
"type": "icon",
|
|
773
|
+
"name": "clipboard",
|
|
774
|
+
"size": "lg"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"type": "typography",
|
|
778
|
+
"content": "Setup Wizard",
|
|
779
|
+
"variant": "h2"
|
|
780
|
+
}
|
|
781
|
+
]
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"type": "progress-dots",
|
|
785
|
+
"count": 3,
|
|
786
|
+
"currentIndex": 2
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"type": "wizard-progress",
|
|
790
|
+
"steps": [
|
|
791
|
+
"Personal Info",
|
|
792
|
+
"Settings",
|
|
793
|
+
"Review"
|
|
794
|
+
],
|
|
795
|
+
"currentStep": 2
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"type": "divider"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"type": "typography",
|
|
802
|
+
"content": "Review",
|
|
803
|
+
"variant": "h3"
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"type": "form-section",
|
|
807
|
+
"entity": "WizardEntry",
|
|
808
|
+
"mode": "create",
|
|
809
|
+
"submitEvent": "NEXT",
|
|
810
|
+
"cancelEvent": "PREV",
|
|
811
|
+
"fields": [
|
|
812
|
+
"createdAt"
|
|
813
|
+
]
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"type": "stack",
|
|
817
|
+
"direction": "horizontal",
|
|
818
|
+
"gap": "sm",
|
|
819
|
+
"justify": "end",
|
|
820
|
+
"children": [
|
|
821
|
+
{
|
|
822
|
+
"type": "button",
|
|
823
|
+
"label": "Back",
|
|
824
|
+
"event": "PREV",
|
|
825
|
+
"variant": "ghost",
|
|
826
|
+
"icon": "arrow-left"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"type": "button",
|
|
830
|
+
"label": "Next",
|
|
831
|
+
"event": "NEXT",
|
|
832
|
+
"variant": "primary",
|
|
833
|
+
"icon": "arrow-right"
|
|
834
|
+
}
|
|
835
|
+
]
|
|
415
836
|
}
|
|
416
837
|
]
|
|
417
838
|
}
|
|
@@ -485,72 +906,80 @@
|
|
|
485
906
|
"render-ui",
|
|
486
907
|
"main",
|
|
487
908
|
{
|
|
488
|
-
"type": "
|
|
489
|
-
"
|
|
490
|
-
"
|
|
909
|
+
"type": "container",
|
|
910
|
+
"maxWidth": "lg",
|
|
911
|
+
"padding": "lg",
|
|
491
912
|
"children": [
|
|
492
913
|
{
|
|
493
914
|
"type": "stack",
|
|
494
|
-
"direction": "
|
|
495
|
-
"gap": "
|
|
496
|
-
"align": "center",
|
|
915
|
+
"direction": "vertical",
|
|
916
|
+
"gap": "lg",
|
|
497
917
|
"children": [
|
|
498
918
|
{
|
|
499
|
-
"type": "
|
|
500
|
-
"
|
|
501
|
-
"
|
|
919
|
+
"type": "stack",
|
|
920
|
+
"direction": "horizontal",
|
|
921
|
+
"gap": "sm",
|
|
922
|
+
"align": "center",
|
|
923
|
+
"children": [
|
|
924
|
+
{
|
|
925
|
+
"type": "icon",
|
|
926
|
+
"name": "clipboard",
|
|
927
|
+
"size": "lg"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"type": "typography",
|
|
931
|
+
"content": "Setup Wizard",
|
|
932
|
+
"variant": "h2"
|
|
933
|
+
}
|
|
934
|
+
]
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"type": "progress-dots",
|
|
938
|
+
"count": 3,
|
|
939
|
+
"currentIndex": 0
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"type": "wizard-progress",
|
|
943
|
+
"steps": [
|
|
944
|
+
"Personal Info",
|
|
945
|
+
"Settings",
|
|
946
|
+
"Review"
|
|
947
|
+
],
|
|
948
|
+
"currentStep": 0
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"type": "divider"
|
|
502
952
|
},
|
|
503
953
|
{
|
|
504
954
|
"type": "typography",
|
|
505
|
-
"content": "
|
|
506
|
-
"variant": "
|
|
507
|
-
}
|
|
508
|
-
]
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"type": "badge",
|
|
512
|
-
"label": "Step 1 of 1"
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"type": "wizard-progress",
|
|
516
|
-
"steps": [
|
|
517
|
-
"Details"
|
|
518
|
-
],
|
|
519
|
-
"currentStep": 0
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"type": "divider"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"type": "typography",
|
|
526
|
-
"content": "Details",
|
|
527
|
-
"variant": "h3"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"type": "form-section",
|
|
531
|
-
"entity": "WizardEntry",
|
|
532
|
-
"mode": "create",
|
|
533
|
-
"submitEvent": "NEXT",
|
|
534
|
-
"cancelEvent": "INIT",
|
|
535
|
-
"fields": [
|
|
536
|
-
"name",
|
|
537
|
-
"description",
|
|
538
|
-
"status",
|
|
539
|
-
"createdAt"
|
|
540
|
-
]
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "stack",
|
|
544
|
-
"direction": "horizontal",
|
|
545
|
-
"gap": "sm",
|
|
546
|
-
"justify": "end",
|
|
547
|
-
"children": [
|
|
955
|
+
"content": "Personal Info",
|
|
956
|
+
"variant": "h3"
|
|
957
|
+
},
|
|
548
958
|
{
|
|
549
|
-
"type": "
|
|
550
|
-
"
|
|
551
|
-
"
|
|
552
|
-
"
|
|
553
|
-
"
|
|
959
|
+
"type": "form-section",
|
|
960
|
+
"entity": "WizardEntry",
|
|
961
|
+
"mode": "create",
|
|
962
|
+
"submitEvent": "NEXT",
|
|
963
|
+
"cancelEvent": "INIT",
|
|
964
|
+
"fields": [
|
|
965
|
+
"name",
|
|
966
|
+
"description"
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"type": "stack",
|
|
971
|
+
"direction": "horizontal",
|
|
972
|
+
"gap": "sm",
|
|
973
|
+
"justify": "end",
|
|
974
|
+
"children": [
|
|
975
|
+
{
|
|
976
|
+
"type": "button",
|
|
977
|
+
"label": "Next",
|
|
978
|
+
"event": "NEXT",
|
|
979
|
+
"variant": "primary",
|
|
980
|
+
"icon": "arrow-right"
|
|
981
|
+
}
|
|
982
|
+
]
|
|
554
983
|
}
|
|
555
984
|
]
|
|
556
985
|
}
|
|
@@ -572,72 +1001,80 @@
|
|
|
572
1001
|
"render-ui",
|
|
573
1002
|
"main",
|
|
574
1003
|
{
|
|
575
|
-
"type": "
|
|
576
|
-
"
|
|
577
|
-
"
|
|
1004
|
+
"type": "container",
|
|
1005
|
+
"maxWidth": "lg",
|
|
1006
|
+
"padding": "lg",
|
|
578
1007
|
"children": [
|
|
579
1008
|
{
|
|
580
1009
|
"type": "stack",
|
|
581
|
-
"direction": "
|
|
582
|
-
"gap": "
|
|
583
|
-
"align": "center",
|
|
1010
|
+
"direction": "vertical",
|
|
1011
|
+
"gap": "lg",
|
|
584
1012
|
"children": [
|
|
585
1013
|
{
|
|
586
|
-
"type": "
|
|
587
|
-
"
|
|
588
|
-
"
|
|
1014
|
+
"type": "stack",
|
|
1015
|
+
"direction": "horizontal",
|
|
1016
|
+
"gap": "sm",
|
|
1017
|
+
"align": "center",
|
|
1018
|
+
"children": [
|
|
1019
|
+
{
|
|
1020
|
+
"type": "icon",
|
|
1021
|
+
"name": "clipboard",
|
|
1022
|
+
"size": "lg"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"type": "typography",
|
|
1026
|
+
"content": "Setup Wizard",
|
|
1027
|
+
"variant": "h2"
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"type": "progress-dots",
|
|
1033
|
+
"count": 3,
|
|
1034
|
+
"currentIndex": 0
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"type": "wizard-progress",
|
|
1038
|
+
"steps": [
|
|
1039
|
+
"Personal Info",
|
|
1040
|
+
"Settings",
|
|
1041
|
+
"Review"
|
|
1042
|
+
],
|
|
1043
|
+
"currentStep": 0
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"type": "divider"
|
|
589
1047
|
},
|
|
590
1048
|
{
|
|
591
1049
|
"type": "typography",
|
|
592
|
-
"content": "
|
|
593
|
-
"variant": "
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
"currentStep": 0
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"type": "divider"
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"type": "typography",
|
|
613
|
-
"content": "Details",
|
|
614
|
-
"variant": "h3"
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"type": "form-section",
|
|
618
|
-
"entity": "WizardEntry",
|
|
619
|
-
"mode": "create",
|
|
620
|
-
"submitEvent": "NEXT",
|
|
621
|
-
"cancelEvent": "INIT",
|
|
622
|
-
"fields": [
|
|
623
|
-
"name",
|
|
624
|
-
"description",
|
|
625
|
-
"status",
|
|
626
|
-
"createdAt"
|
|
627
|
-
]
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"type": "stack",
|
|
631
|
-
"direction": "horizontal",
|
|
632
|
-
"gap": "sm",
|
|
633
|
-
"justify": "end",
|
|
634
|
-
"children": [
|
|
1050
|
+
"content": "Personal Info",
|
|
1051
|
+
"variant": "h3"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"type": "form-section",
|
|
1055
|
+
"entity": "WizardEntry",
|
|
1056
|
+
"mode": "create",
|
|
1057
|
+
"submitEvent": "NEXT",
|
|
1058
|
+
"cancelEvent": "INIT",
|
|
1059
|
+
"fields": [
|
|
1060
|
+
"name",
|
|
1061
|
+
"description"
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
635
1064
|
{
|
|
636
|
-
"type": "
|
|
637
|
-
"
|
|
638
|
-
"
|
|
639
|
-
"
|
|
640
|
-
"
|
|
1065
|
+
"type": "stack",
|
|
1066
|
+
"direction": "horizontal",
|
|
1067
|
+
"gap": "sm",
|
|
1068
|
+
"justify": "end",
|
|
1069
|
+
"children": [
|
|
1070
|
+
{
|
|
1071
|
+
"type": "button",
|
|
1072
|
+
"label": "Next",
|
|
1073
|
+
"event": "NEXT",
|
|
1074
|
+
"variant": "primary",
|
|
1075
|
+
"icon": "arrow-right"
|
|
1076
|
+
}
|
|
1077
|
+
]
|
|
641
1078
|
}
|
|
642
1079
|
]
|
|
643
1080
|
}
|