@almadar/std 3.2.1 → 3.2.2

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.
Files changed (262) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +12 -5
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  5. package/behaviors/exports/atoms/std-collision.orb +278 -206
  6. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  7. package/behaviors/exports/atoms/std-combat.orb +6 -1
  8. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  9. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  10. package/behaviors/exports/atoms/std-display.orb +166 -21
  11. package/behaviors/exports/atoms/std-drawer.orb +208 -104
  12. package/behaviors/exports/atoms/std-filter.orb +211 -18
  13. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  14. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  15. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  16. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  19. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  20. package/behaviors/exports/atoms/std-input.orb +142 -137
  21. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  22. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  23. package/behaviors/exports/atoms/std-loading.orb +27 -76
  24. package/behaviors/exports/atoms/std-modal.orb +177 -93
  25. package/behaviors/exports/atoms/std-movement.orb +401 -31
  26. package/behaviors/exports/atoms/std-notification.orb +46 -95
  27. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  28. package/behaviors/exports/atoms/std-pagination.orb +26 -89
  29. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  30. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  31. package/behaviors/exports/atoms/std-quest.orb +309 -34
  32. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  33. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  34. package/behaviors/exports/atoms/std-score.orb +211 -11
  35. package/behaviors/exports/atoms/std-search.orb +28 -27
  36. package/behaviors/exports/atoms/std-selection.orb +160 -121
  37. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  38. package/behaviors/exports/atoms/std-sort.orb +134 -24
  39. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  40. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  41. package/behaviors/exports/atoms/std-timer.orb +483 -91
  42. package/behaviors/exports/atoms/std-undo.orb +211 -81
  43. package/behaviors/exports/atoms/std-wizard.orb +31 -34
  44. package/behaviors/exports/molecules/std-builder-game.orb +6 -1
  45. package/behaviors/exports/molecules/std-cart.orb +6 -1
  46. package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  47. package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  48. package/behaviors/exports/molecules/std-detail.orb +12 -5
  49. package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  50. package/behaviors/exports/molecules/std-geospatial.orb +28 -9
  51. package/behaviors/exports/molecules/std-inventory.orb +28 -9
  52. package/behaviors/exports/molecules/std-list.orb +392 -5
  53. package/behaviors/exports/molecules/std-messaging.orb +12 -5
  54. package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  55. package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  56. package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  57. package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  58. package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  59. package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  60. package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  61. package/behaviors/exports/organisms/std-arcade-game.orb +94 -4
  62. package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  63. package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  64. package/behaviors/exports/organisms/std-cms.orb +1713 -947
  65. package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  66. package/behaviors/exports/organisms/std-crm.orb +1669 -1153
  67. package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  68. package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  69. package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  70. package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  71. package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  72. package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  73. package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  74. package/behaviors/exports/organisms/std-lms.orb +658 -362
  75. package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  76. package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  77. package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  78. package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  79. package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  80. package/behaviors/exports/organisms/std-social-feed.orb +12 -8
  81. package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  82. package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  83. package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  84. package/behaviors/exports/validation-report.json +252 -252
  85. package/behaviors/exports/verify-results.json +13 -0
  86. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  87. package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
  88. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  89. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  90. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  91. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  92. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  93. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  94. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  95. package/dist/behaviors/exports/atoms/std-display.orb +166 -21
  96. package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
  97. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  98. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  99. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  100. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  101. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  102. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  105. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  106. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  107. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  108. package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
  109. package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
  110. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  111. package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
  112. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  113. package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
  114. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  117. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  118. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  119. package/dist/behaviors/exports/atoms/std-score.orb +211 -11
  120. package/dist/behaviors/exports/atoms/std-search.orb +28 -27
  121. package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
  122. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  123. package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
  124. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  125. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  126. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  127. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  128. package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
  129. package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
  130. package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
  131. package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  132. package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  133. package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
  134. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  135. package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
  136. package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
  137. package/dist/behaviors/exports/molecules/std-list.orb +392 -5
  138. package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
  139. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  140. package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  141. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  142. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  143. package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  144. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  145. package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  146. package/dist/behaviors/exports/organisms/std-arcade-game.orb +94 -4
  147. package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  148. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  149. package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
  150. package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  151. package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
  152. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  153. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  154. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  155. package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  156. package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  157. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  158. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  159. package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
  160. package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  161. package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  162. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  163. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  164. package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  165. package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
  166. package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  167. package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  168. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  169. package/dist/behaviors/exports/validation-report.json +252 -252
  170. package/dist/behaviors/exports/verify-results.json +13 -0
  171. package/dist/behaviors/functions/index.js +715 -593
  172. package/dist/behaviors/functions/index.js.map +1 -1
  173. package/dist/behaviors/index.js +715 -593
  174. package/dist/behaviors/index.js.map +1 -1
  175. package/dist/exports/atoms/std-async.orb +41 -24
  176. package/dist/exports/atoms/std-browse.orb +12 -5
  177. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  178. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  179. package/dist/exports/atoms/std-collision.orb +278 -206
  180. package/dist/exports/atoms/std-combat-log.orb +6 -1
  181. package/dist/exports/atoms/std-combat.orb +6 -1
  182. package/dist/exports/atoms/std-confirmation.orb +212 -7
  183. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  184. package/dist/exports/atoms/std-display.orb +166 -21
  185. package/dist/exports/atoms/std-drawer.orb +208 -104
  186. package/dist/exports/atoms/std-filter.orb +211 -18
  187. package/dist/exports/atoms/std-game-audio.orb +6 -1
  188. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  189. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  190. package/dist/exports/atoms/std-game-hud.orb +6 -1
  191. package/dist/exports/atoms/std-game-menu.orb +6 -1
  192. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  193. package/dist/exports/atoms/std-gameflow.orb +100 -5
  194. package/dist/exports/atoms/std-input.orb +142 -137
  195. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  196. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  197. package/dist/exports/atoms/std-loading.orb +27 -76
  198. package/dist/exports/atoms/std-modal.orb +177 -93
  199. package/dist/exports/atoms/std-movement.orb +401 -31
  200. package/dist/exports/atoms/std-notification.orb +46 -95
  201. package/dist/exports/atoms/std-overworld.orb +44 -16
  202. package/dist/exports/atoms/std-pagination.orb +26 -89
  203. package/dist/exports/atoms/std-physics2d.orb +6 -1
  204. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  205. package/dist/exports/atoms/std-quest.orb +309 -34
  206. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  207. package/dist/exports/atoms/std-score-board.orb +6 -1
  208. package/dist/exports/atoms/std-score.orb +211 -11
  209. package/dist/exports/atoms/std-search.orb +28 -27
  210. package/dist/exports/atoms/std-selection.orb +160 -121
  211. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  212. package/dist/exports/atoms/std-sort.orb +134 -24
  213. package/dist/exports/atoms/std-sprite.orb +6 -1
  214. package/dist/exports/atoms/std-tabs.orb +25 -15
  215. package/dist/exports/atoms/std-timer.orb +483 -91
  216. package/dist/exports/atoms/std-undo.orb +211 -81
  217. package/dist/exports/atoms/std-wizard.orb +31 -34
  218. package/dist/exports/molecules/std-builder-game.orb +6 -1
  219. package/dist/exports/molecules/std-cart.orb +6 -1
  220. package/dist/exports/molecules/std-classifier-game.orb +6 -1
  221. package/dist/exports/molecules/std-debugger-game.orb +6 -1
  222. package/dist/exports/molecules/std-detail.orb +12 -5
  223. package/dist/exports/molecules/std-event-handler-game.orb +6 -1
  224. package/dist/exports/molecules/std-geospatial.orb +28 -9
  225. package/dist/exports/molecules/std-inventory.orb +28 -9
  226. package/dist/exports/molecules/std-list.orb +392 -5
  227. package/dist/exports/molecules/std-messaging.orb +12 -5
  228. package/dist/exports/molecules/std-negotiator-game.orb +6 -1
  229. package/dist/exports/molecules/std-platformer-game.orb +40 -1
  230. package/dist/exports/molecules/std-puzzle-game.orb +26 -1
  231. package/dist/exports/molecules/std-sequencer-game.orb +6 -1
  232. package/dist/exports/molecules/std-simulator-game.orb +6 -1
  233. package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
  234. package/dist/exports/organisms/std-api-gateway.orb +1145 -403
  235. package/dist/exports/organisms/std-arcade-game.orb +94 -4
  236. package/dist/exports/organisms/std-booking-system.orb +2165 -1605
  237. package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
  238. package/dist/exports/organisms/std-cms.orb +1713 -947
  239. package/dist/exports/organisms/std-coding-academy.orb +180 -380
  240. package/dist/exports/organisms/std-crm.orb +1669 -1153
  241. package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
  242. package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
  243. package/dist/exports/organisms/std-finance-tracker.orb +622 -438
  244. package/dist/exports/organisms/std-healthcare.orb +1687 -1125
  245. package/dist/exports/organisms/std-helpdesk.orb +626 -407
  246. package/dist/exports/organisms/std-hr-portal.orb +1309 -714
  247. package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
  248. package/dist/exports/organisms/std-lms.orb +658 -362
  249. package/dist/exports/organisms/std-platformer-app.orb +56 -8
  250. package/dist/exports/organisms/std-project-manager.orb +1697 -1183
  251. package/dist/exports/organisms/std-puzzle-app.orb +20 -0
  252. package/dist/exports/organisms/std-realtime-chat.orb +552 -28
  253. package/dist/exports/organisms/std-rpg-game.orb +397 -56
  254. package/dist/exports/organisms/std-social-feed.orb +12 -8
  255. package/dist/exports/organisms/std-stem-lab.orb +175 -290
  256. package/dist/exports/organisms/std-strategy-game.orb +252 -395
  257. package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
  258. package/dist/exports/validation-report.json +252 -252
  259. package/dist/exports/verify-results.json +13 -0
  260. package/dist/index.js +715 -593
  261. package/dist/index.js.map +1 -1
  262. 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",
@@ -136,29 +141,47 @@
136
141
  "align": "center",
137
142
  "children": [
138
143
  {
139
- "type": "button",
140
- "label": "Undo",
141
- "event": "UNDO",
142
- "variant": "ghost",
143
- "icon": "undo"
144
+ "type": "tooltip",
145
+ "content": "Undo the last action",
146
+ "children": [
147
+ {
148
+ "type": "button",
149
+ "label": "Undo",
150
+ "event": "UNDO",
151
+ "variant": "ghost",
152
+ "icon": "undo"
153
+ }
154
+ ]
144
155
  },
145
156
  {
146
- "type": "button",
147
- "label": "Redo",
148
- "event": "REDO",
149
- "variant": "ghost",
150
- "icon": "redo"
157
+ "type": "tooltip",
158
+ "content": "Redo the last undone action",
159
+ "children": [
160
+ {
161
+ "type": "button",
162
+ "label": "Redo",
163
+ "event": "REDO",
164
+ "variant": "ghost",
165
+ "icon": "redo"
166
+ }
167
+ ]
151
168
  },
152
169
  {
153
170
  "type": "divider",
154
171
  "orientation": "vertical"
155
172
  },
156
173
  {
157
- "type": "button",
158
- "label": "Clear",
159
- "event": "CLEAR",
160
- "variant": "ghost",
161
- "icon": "trash-2"
174
+ "type": "tooltip",
175
+ "content": "Clear all history",
176
+ "children": [
177
+ {
178
+ "type": "button",
179
+ "label": "Clear",
180
+ "event": "CLEAR",
181
+ "variant": "ghost",
182
+ "icon": "trash-2"
183
+ }
184
+ ]
162
185
  }
163
186
  ]
164
187
  }
@@ -181,7 +204,14 @@
181
204
  },
182
205
  {
183
206
  "type": "badge",
184
- "label": "@entity.current"
207
+ "label": [
208
+ "object/get",
209
+ [
210
+ "array/first",
211
+ "@entity"
212
+ ],
213
+ "current"
214
+ ]
185
215
  }
186
216
  ]
187
217
  }
@@ -254,29 +284,47 @@
254
284
  "align": "center",
255
285
  "children": [
256
286
  {
257
- "type": "button",
258
- "label": "Undo",
259
- "event": "UNDO",
260
- "variant": "ghost",
261
- "icon": "undo"
287
+ "type": "tooltip",
288
+ "content": "Undo the last action",
289
+ "children": [
290
+ {
291
+ "type": "button",
292
+ "label": "Undo",
293
+ "event": "UNDO",
294
+ "variant": "ghost",
295
+ "icon": "undo"
296
+ }
297
+ ]
262
298
  },
263
299
  {
264
- "type": "button",
265
- "label": "Redo",
266
- "event": "REDO",
267
- "variant": "ghost",
268
- "icon": "redo"
300
+ "type": "tooltip",
301
+ "content": "Redo the last undone action",
302
+ "children": [
303
+ {
304
+ "type": "button",
305
+ "label": "Redo",
306
+ "event": "REDO",
307
+ "variant": "ghost",
308
+ "icon": "redo"
309
+ }
310
+ ]
269
311
  },
270
312
  {
271
313
  "type": "divider",
272
314
  "orientation": "vertical"
273
315
  },
274
316
  {
275
- "type": "button",
276
- "label": "Clear",
277
- "event": "CLEAR",
278
- "variant": "ghost",
279
- "icon": "trash-2"
317
+ "type": "tooltip",
318
+ "content": "Clear all history",
319
+ "children": [
320
+ {
321
+ "type": "button",
322
+ "label": "Clear",
323
+ "event": "CLEAR",
324
+ "variant": "ghost",
325
+ "icon": "trash-2"
326
+ }
327
+ ]
280
328
  }
281
329
  ]
282
330
  }
@@ -299,7 +347,14 @@
299
347
  },
300
348
  {
301
349
  "type": "badge",
302
- "label": "@entity.current"
350
+ "label": [
351
+ "object/get",
352
+ [
353
+ "array/first",
354
+ "@entity"
355
+ ],
356
+ "current"
357
+ ]
303
358
  }
304
359
  ]
305
360
  }
@@ -380,29 +435,47 @@
380
435
  "align": "center",
381
436
  "children": [
382
437
  {
383
- "type": "button",
384
- "label": "Undo",
385
- "event": "UNDO",
386
- "variant": "ghost",
387
- "icon": "undo"
438
+ "type": "tooltip",
439
+ "content": "Undo the last action",
440
+ "children": [
441
+ {
442
+ "type": "button",
443
+ "label": "Undo",
444
+ "event": "UNDO",
445
+ "variant": "ghost",
446
+ "icon": "undo"
447
+ }
448
+ ]
388
449
  },
389
450
  {
390
- "type": "button",
391
- "label": "Redo",
392
- "event": "REDO",
393
- "variant": "ghost",
394
- "icon": "redo"
451
+ "type": "tooltip",
452
+ "content": "Redo the last undone action",
453
+ "children": [
454
+ {
455
+ "type": "button",
456
+ "label": "Redo",
457
+ "event": "REDO",
458
+ "variant": "ghost",
459
+ "icon": "redo"
460
+ }
461
+ ]
395
462
  },
396
463
  {
397
464
  "type": "divider",
398
465
  "orientation": "vertical"
399
466
  },
400
467
  {
401
- "type": "button",
402
- "label": "Clear",
403
- "event": "CLEAR",
404
- "variant": "ghost",
405
- "icon": "trash-2"
468
+ "type": "tooltip",
469
+ "content": "Clear all history",
470
+ "children": [
471
+ {
472
+ "type": "button",
473
+ "label": "Clear",
474
+ "event": "CLEAR",
475
+ "variant": "ghost",
476
+ "icon": "trash-2"
477
+ }
478
+ ]
406
479
  }
407
480
  ]
408
481
  }
@@ -425,7 +498,14 @@
425
498
  },
426
499
  {
427
500
  "type": "badge",
428
- "label": "@entity.current"
501
+ "label": [
502
+ "object/get",
503
+ [
504
+ "array/first",
505
+ "@entity"
506
+ ],
507
+ "current"
508
+ ]
429
509
  }
430
510
  ]
431
511
  }
@@ -506,29 +586,47 @@
506
586
  "align": "center",
507
587
  "children": [
508
588
  {
509
- "type": "button",
510
- "label": "Undo",
511
- "event": "UNDO",
512
- "variant": "ghost",
513
- "icon": "undo"
589
+ "type": "tooltip",
590
+ "content": "Undo the last action",
591
+ "children": [
592
+ {
593
+ "type": "button",
594
+ "label": "Undo",
595
+ "event": "UNDO",
596
+ "variant": "ghost",
597
+ "icon": "undo"
598
+ }
599
+ ]
514
600
  },
515
601
  {
516
- "type": "button",
517
- "label": "Redo",
518
- "event": "REDO",
519
- "variant": "ghost",
520
- "icon": "redo"
602
+ "type": "tooltip",
603
+ "content": "Redo the last undone action",
604
+ "children": [
605
+ {
606
+ "type": "button",
607
+ "label": "Redo",
608
+ "event": "REDO",
609
+ "variant": "ghost",
610
+ "icon": "redo"
611
+ }
612
+ ]
521
613
  },
522
614
  {
523
615
  "type": "divider",
524
616
  "orientation": "vertical"
525
617
  },
526
618
  {
527
- "type": "button",
528
- "label": "Clear",
529
- "event": "CLEAR",
530
- "variant": "ghost",
531
- "icon": "trash-2"
619
+ "type": "tooltip",
620
+ "content": "Clear all history",
621
+ "children": [
622
+ {
623
+ "type": "button",
624
+ "label": "Clear",
625
+ "event": "CLEAR",
626
+ "variant": "ghost",
627
+ "icon": "trash-2"
628
+ }
629
+ ]
532
630
  }
533
631
  ]
534
632
  }
@@ -551,7 +649,14 @@
551
649
  },
552
650
  {
553
651
  "type": "badge",
554
- "label": "@entity.current"
652
+ "label": [
653
+ "object/get",
654
+ [
655
+ "array/first",
656
+ "@entity"
657
+ ],
658
+ "current"
659
+ ]
555
660
  }
556
661
  ]
557
662
  }
@@ -620,29 +725,47 @@
620
725
  "align": "center",
621
726
  "children": [
622
727
  {
623
- "type": "button",
624
- "label": "Undo",
625
- "event": "UNDO",
626
- "variant": "ghost",
627
- "icon": "undo"
728
+ "type": "tooltip",
729
+ "content": "Undo the last action",
730
+ "children": [
731
+ {
732
+ "type": "button",
733
+ "label": "Undo",
734
+ "event": "UNDO",
735
+ "variant": "ghost",
736
+ "icon": "undo"
737
+ }
738
+ ]
628
739
  },
629
740
  {
630
- "type": "button",
631
- "label": "Redo",
632
- "event": "REDO",
633
- "variant": "ghost",
634
- "icon": "redo"
741
+ "type": "tooltip",
742
+ "content": "Redo the last undone action",
743
+ "children": [
744
+ {
745
+ "type": "button",
746
+ "label": "Redo",
747
+ "event": "REDO",
748
+ "variant": "ghost",
749
+ "icon": "redo"
750
+ }
751
+ ]
635
752
  },
636
753
  {
637
754
  "type": "divider",
638
755
  "orientation": "vertical"
639
756
  },
640
757
  {
641
- "type": "button",
642
- "label": "Clear",
643
- "event": "CLEAR",
644
- "variant": "ghost",
645
- "icon": "trash-2"
758
+ "type": "tooltip",
759
+ "content": "Clear all history",
760
+ "children": [
761
+ {
762
+ "type": "button",
763
+ "label": "Clear",
764
+ "event": "CLEAR",
765
+ "variant": "ghost",
766
+ "icon": "trash-2"
767
+ }
768
+ ]
646
769
  }
647
770
  ]
648
771
  }
@@ -665,7 +788,14 @@
665
788
  },
666
789
  {
667
790
  "type": "badge",
668
- "label": "@entity.current"
791
+ "label": [
792
+ "object/get",
793
+ [
794
+ "array/first",
795
+ "@entity"
796
+ ],
797
+ "current"
798
+ ]
669
799
  }
670
800
  ]
671
801
  }
@@ -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",
@@ -121,8 +126,9 @@
121
126
  ]
122
127
  },
123
128
  {
124
- "type": "badge",
125
- "label": "Step 1 of 1"
129
+ "type": "progress-dots",
130
+ "count": 1,
131
+ "currentIndex": 0
126
132
  },
127
133
  {
128
134
  "type": "wizard-progress",
@@ -224,7 +230,9 @@
224
230
  {
225
231
  "type": "data-list",
226
232
  "entity": "WizardEntry",
227
- "children": [
233
+ "renderItem": [
234
+ "fn",
235
+ "item",
228
236
  {
229
237
  "type": "stack",
230
238
  "direction": "vertical",
@@ -244,7 +252,7 @@
244
252
  {
245
253
  "type": "typography",
246
254
  "variant": "body",
247
- "content": "@entity.name"
255
+ "content": "@item.name"
248
256
  }
249
257
  ]
250
258
  },
@@ -262,7 +270,7 @@
262
270
  {
263
271
  "type": "typography",
264
272
  "variant": "body",
265
- "content": "@entity.description"
273
+ "content": "@item.description"
266
274
  }
267
275
  ]
268
276
  },
@@ -280,7 +288,7 @@
280
288
  {
281
289
  "type": "typography",
282
290
  "variant": "body",
283
- "content": "@entity.status"
291
+ "content": "@item.status"
284
292
  }
285
293
  ]
286
294
  },
@@ -298,7 +306,7 @@
298
306
  {
299
307
  "type": "typography",
300
308
  "variant": "body",
301
- "content": "@entity.createdAt"
309
+ "content": "@item.createdAt"
302
310
  }
303
311
  ]
304
312
  }
@@ -307,26 +315,12 @@
307
315
  ]
308
316
  },
309
317
  {
310
- "type": "stack",
311
- "direction": "horizontal",
312
- "gap": "sm",
313
- "justify": "end",
314
- "children": [
315
- {
316
- "type": "button",
317
- "label": "Back",
318
- "event": "PREV",
319
- "variant": "ghost",
320
- "icon": "arrow-left"
321
- },
322
- {
323
- "type": "button",
324
- "label": "Complete",
325
- "event": "COMPLETE",
326
- "variant": "primary",
327
- "icon": "check"
328
- }
329
- ]
318
+ "type": "wizard-navigation",
319
+ "currentStep": 1,
320
+ "totalSteps": 2,
321
+ "showBack": true,
322
+ "showComplete": true,
323
+ "showNext": false
330
324
  }
331
325
  ]
332
326
  }
@@ -369,8 +363,9 @@
369
363
  ]
370
364
  },
371
365
  {
372
- "type": "badge",
373
- "label": "Step 1 of 1"
366
+ "type": "progress-dots",
367
+ "count": 1,
368
+ "currentIndex": 0
374
369
  },
375
370
  {
376
371
  "type": "wizard-progress",
@@ -508,8 +503,9 @@
508
503
  ]
509
504
  },
510
505
  {
511
- "type": "badge",
512
- "label": "Step 1 of 1"
506
+ "type": "progress-dots",
507
+ "count": 1,
508
+ "currentIndex": 0
513
509
  },
514
510
  {
515
511
  "type": "wizard-progress",
@@ -595,8 +591,9 @@
595
591
  ]
596
592
  },
597
593
  {
598
- "type": "badge",
599
- "label": "Step 1 of 1"
594
+ "type": "progress-dots",
595
+ "count": 1,
596
+ "currentIndex": 0
600
597
  },
601
598
  {
602
599
  "type": "wizard-progress",
@@ -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",
@@ -23,7 +23,12 @@
23
23
  {
24
24
  "name": "status",
25
25
  "type": "string",
26
- "default": "active"
26
+ "default": "active",
27
+ "values": [
28
+ "active",
29
+ "inactive",
30
+ "pending"
31
+ ]
27
32
  },
28
33
  {
29
34
  "name": "createdAt",
@@ -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",
@@ -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",
@@ -23,7 +23,12 @@
23
23
  {
24
24
  "name": "status",
25
25
  "type": "string",
26
- "default": "active"
26
+ "default": "active",
27
+ "values": [
28
+ "active",
29
+ "inactive",
30
+ "pending"
31
+ ]
27
32
  },
28
33
  {
29
34
  "name": "createdAt",
@@ -155,7 +160,9 @@
155
160
  }
156
161
  ],
157
162
  "className": "transition-shadow hover:shadow-md cursor-pointer",
158
- "children": [
163
+ "renderItem": [
164
+ "fn",
165
+ "item",
159
166
  {
160
167
  "type": "stack",
161
168
  "direction": "vertical",
@@ -181,13 +188,13 @@
181
188
  {
182
189
  "type": "typography",
183
190
  "variant": "h4",
184
- "content": "@entity.name"
191
+ "content": "@item.name"
185
192
  }
186
193
  ]
187
194
  },
188
195
  {
189
196
  "type": "badge",
190
- "label": "@entity.description"
197
+ "label": "@item.description"
191
198
  }
192
199
  ]
193
200
  },
@@ -195,7 +202,7 @@
195
202
  "type": "typography",
196
203
  "variant": "caption",
197
204
  "color": "muted",
198
- "content": "@entity.status"
205
+ "content": "@item.status"
199
206
  }
200
207
  ]
201
208
  }