@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",
|
|
@@ -136,29 +141,47 @@
|
|
|
136
141
|
"align": "center",
|
|
137
142
|
"children": [
|
|
138
143
|
{
|
|
139
|
-
"type": "
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
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": "
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
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": "
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
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":
|
|
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": "
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
|
|
261
|
-
|
|
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": "
|
|
265
|
-
"
|
|
266
|
-
"
|
|
267
|
-
|
|
268
|
-
|
|
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": "
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
|
|
279
|
-
|
|
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":
|
|
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": "
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
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": "
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
|
|
394
|
-
|
|
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": "
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
|
|
405
|
-
|
|
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":
|
|
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": "
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
|
|
513
|
-
|
|
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": "
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
|
|
520
|
-
|
|
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": "
|
|
528
|
-
"
|
|
529
|
-
"
|
|
530
|
-
|
|
531
|
-
|
|
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":
|
|
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": "
|
|
624
|
-
"
|
|
625
|
-
"
|
|
626
|
-
|
|
627
|
-
|
|
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": "
|
|
631
|
-
"
|
|
632
|
-
"
|
|
633
|
-
|
|
634
|
-
|
|
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": "
|
|
642
|
-
"
|
|
643
|
-
"
|
|
644
|
-
|
|
645
|
-
|
|
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":
|
|
791
|
+
"label": [
|
|
792
|
+
"object/get",
|
|
793
|
+
[
|
|
794
|
+
"array/first",
|
|
795
|
+
"@entity"
|
|
796
|
+
],
|
|
797
|
+
"current"
|
|
798
|
+
]
|
|
669
799
|
}
|
|
670
800
|
]
|
|
671
801
|
}
|