@almadar/std 8.3.0 → 8.4.1
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/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -169,38 +169,38 @@
|
|
|
169
169
|
"render-ui",
|
|
170
170
|
"modal",
|
|
171
171
|
{
|
|
172
|
-
"direction": "vertical",
|
|
173
172
|
"gap": "md",
|
|
173
|
+
"direction": "vertical",
|
|
174
|
+
"type": "stack",
|
|
174
175
|
"children": [
|
|
175
176
|
{
|
|
176
177
|
"type": "stack",
|
|
177
178
|
"children": [
|
|
178
179
|
{
|
|
179
|
-
"
|
|
180
|
-
"
|
|
180
|
+
"type": "icon",
|
|
181
|
+
"name": "@config.icon"
|
|
181
182
|
},
|
|
182
183
|
{
|
|
183
|
-
"
|
|
184
|
+
"content": "@config.title",
|
|
184
185
|
"type": "typography",
|
|
185
|
-
"
|
|
186
|
+
"variant": "h3"
|
|
186
187
|
}
|
|
187
188
|
],
|
|
188
|
-
"
|
|
189
|
-
"
|
|
189
|
+
"direction": "horizontal",
|
|
190
|
+
"gap": "sm"
|
|
190
191
|
},
|
|
191
192
|
{
|
|
192
193
|
"type": "divider"
|
|
193
194
|
},
|
|
194
195
|
{
|
|
195
|
-
"fields": "@config.fields",
|
|
196
|
-
"cancelEvent": "CLOSE",
|
|
197
196
|
"mode": "@config.mode",
|
|
197
|
+
"cancelEvent": "CLOSE",
|
|
198
198
|
"entity": "@payload.row",
|
|
199
|
+
"submitEvent": "SAVE",
|
|
199
200
|
"type": "form-section",
|
|
200
|
-
"
|
|
201
|
+
"fields": "@config.fields"
|
|
201
202
|
}
|
|
202
|
-
]
|
|
203
|
-
"type": "stack"
|
|
203
|
+
]
|
|
204
204
|
}
|
|
205
205
|
]
|
|
206
206
|
]
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
"PagedItem",
|
|
143
143
|
{
|
|
144
144
|
"emit": {
|
|
145
|
-
"
|
|
146
|
-
"
|
|
145
|
+
"failure": "PagedItemLoadFailed",
|
|
146
|
+
"success": "PagedItemLoaded"
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
],
|
|
@@ -151,22 +151,22 @@
|
|
|
151
151
|
"render-ui",
|
|
152
152
|
"main",
|
|
153
153
|
{
|
|
154
|
-
"
|
|
155
|
-
"gap": "md",
|
|
154
|
+
"direction": "vertical",
|
|
156
155
|
"align": "center",
|
|
157
156
|
"className": "py-12",
|
|
157
|
+
"gap": "md",
|
|
158
|
+
"type": "stack",
|
|
158
159
|
"children": [
|
|
159
160
|
{
|
|
160
161
|
"type": "spinner"
|
|
161
162
|
},
|
|
162
163
|
{
|
|
163
|
-
"variant": "caption",
|
|
164
|
-
"type": "typography",
|
|
165
164
|
"content": "Loading…",
|
|
165
|
+
"type": "typography",
|
|
166
|
+
"variant": "caption",
|
|
166
167
|
"color": "muted"
|
|
167
168
|
}
|
|
168
|
-
]
|
|
169
|
-
"direction": "vertical"
|
|
169
|
+
]
|
|
170
170
|
}
|
|
171
171
|
]
|
|
172
172
|
]
|
|
@@ -180,14 +180,14 @@
|
|
|
180
180
|
"render-ui",
|
|
181
181
|
"main",
|
|
182
182
|
{
|
|
183
|
-
"gap": "lg",
|
|
184
183
|
"children": [
|
|
185
184
|
{
|
|
185
|
+
"gap": "sm",
|
|
186
|
+
"justify": "between",
|
|
186
187
|
"children": [
|
|
187
188
|
{
|
|
189
|
+
"gap": "sm",
|
|
188
190
|
"type": "stack",
|
|
189
|
-
"direction": "horizontal",
|
|
190
|
-
"align": "center",
|
|
191
191
|
"children": [
|
|
192
192
|
{
|
|
193
193
|
"type": "icon",
|
|
@@ -199,14 +199,13 @@
|
|
|
199
199
|
"variant": "h2"
|
|
200
200
|
}
|
|
201
201
|
],
|
|
202
|
-
"
|
|
202
|
+
"direction": "horizontal",
|
|
203
|
+
"align": "center"
|
|
203
204
|
}
|
|
204
205
|
],
|
|
205
|
-
"justify": "between",
|
|
206
|
-
"gap": "sm",
|
|
207
|
-
"type": "stack",
|
|
208
206
|
"direction": "horizontal",
|
|
209
|
-
"align": "center"
|
|
207
|
+
"align": "center",
|
|
208
|
+
"type": "stack"
|
|
210
209
|
},
|
|
211
210
|
{
|
|
212
211
|
"type": "divider"
|
|
@@ -214,9 +213,9 @@
|
|
|
214
213
|
{
|
|
215
214
|
"fields": [
|
|
216
215
|
{
|
|
217
|
-
"
|
|
216
|
+
"label": "Name",
|
|
218
217
|
"name": "name",
|
|
219
|
-
"
|
|
218
|
+
"variant": "h4"
|
|
220
219
|
},
|
|
221
220
|
{
|
|
222
221
|
"name": "description",
|
|
@@ -224,19 +223,19 @@
|
|
|
224
223
|
"variant": "caption"
|
|
225
224
|
},
|
|
226
225
|
{
|
|
227
|
-
"name": "status",
|
|
228
226
|
"variant": "badge",
|
|
229
|
-
"label": "Status"
|
|
227
|
+
"label": "Status",
|
|
228
|
+
"name": "status"
|
|
230
229
|
}
|
|
231
230
|
],
|
|
232
|
-
"
|
|
233
|
-
"
|
|
231
|
+
"type": "data-grid",
|
|
232
|
+
"entity": "@payload.data"
|
|
234
233
|
},
|
|
235
234
|
{
|
|
236
|
-
"onPageChange": "PAGE",
|
|
237
|
-
"type": "pagination",
|
|
238
|
-
"totalPages": 10.0,
|
|
239
235
|
"currentPage": 1.0,
|
|
236
|
+
"totalPages": 10.0,
|
|
237
|
+
"type": "pagination",
|
|
238
|
+
"onPageChange": "PAGE",
|
|
240
239
|
"showPageSize": false
|
|
241
240
|
},
|
|
242
241
|
{
|
|
@@ -244,8 +243,9 @@
|
|
|
244
243
|
"loadMoreEvent": "PAGE"
|
|
245
244
|
}
|
|
246
245
|
],
|
|
246
|
+
"type": "stack",
|
|
247
247
|
"direction": "vertical",
|
|
248
|
-
"
|
|
248
|
+
"gap": "lg"
|
|
249
249
|
}
|
|
250
250
|
]
|
|
251
251
|
]
|
|
@@ -259,36 +259,36 @@
|
|
|
259
259
|
"render-ui",
|
|
260
260
|
"main",
|
|
261
261
|
{
|
|
262
|
+
"gap": "md",
|
|
263
|
+
"align": "center",
|
|
262
264
|
"className": "py-12",
|
|
265
|
+
"type": "stack",
|
|
266
|
+
"direction": "vertical",
|
|
263
267
|
"children": [
|
|
264
268
|
{
|
|
265
|
-
"
|
|
269
|
+
"color": "destructive",
|
|
266
270
|
"name": "alert-triangle",
|
|
267
|
-
"
|
|
271
|
+
"type": "icon"
|
|
268
272
|
},
|
|
269
273
|
{
|
|
270
|
-
"variant": "h3",
|
|
271
274
|
"type": "typography",
|
|
272
|
-
"content": "Failed to load"
|
|
275
|
+
"content": "Failed to load",
|
|
276
|
+
"variant": "h3"
|
|
273
277
|
},
|
|
274
278
|
{
|
|
279
|
+
"content": "@payload.error",
|
|
275
280
|
"color": "muted",
|
|
276
|
-
"variant": "body",
|
|
277
281
|
"type": "typography",
|
|
278
|
-
"
|
|
282
|
+
"variant": "body"
|
|
279
283
|
},
|
|
280
284
|
{
|
|
285
|
+
"icon": "rotate-ccw",
|
|
281
286
|
"type": "button",
|
|
282
287
|
"variant": "primary",
|
|
283
|
-
"icon": "rotate-ccw",
|
|
284
288
|
"action": "INIT",
|
|
285
289
|
"label": "Retry"
|
|
286
290
|
}
|
|
287
|
-
]
|
|
288
|
-
"align": "center",
|
|
289
|
-
"gap": "md",
|
|
290
|
-
"type": "stack",
|
|
291
|
-
"direction": "vertical"
|
|
291
|
+
]
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
]
|
|
@@ -303,8 +303,8 @@
|
|
|
303
303
|
"PagedItem",
|
|
304
304
|
{
|
|
305
305
|
"emit": {
|
|
306
|
-
"
|
|
307
|
-
"
|
|
306
|
+
"success": "PagedItemLoaded",
|
|
307
|
+
"failure": "PagedItemLoadFailed"
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
],
|
|
@@ -327,8 +327,8 @@
|
|
|
327
327
|
"PagedItem",
|
|
328
328
|
{
|
|
329
329
|
"emit": {
|
|
330
|
-
"
|
|
331
|
-
"
|
|
330
|
+
"success": "PagedItemLoaded",
|
|
331
|
+
"failure": "PagedItemLoadFailed"
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
],
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
"PushSubscriber",
|
|
201
201
|
{
|
|
202
202
|
"emit": {
|
|
203
|
-
"
|
|
204
|
-
"
|
|
203
|
+
"failure": "PushSubscriberLoadFailed",
|
|
204
|
+
"success": "PushSubscriberLoaded"
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
],
|
|
@@ -219,9 +219,7 @@
|
|
|
219
219
|
"render-ui",
|
|
220
220
|
"main",
|
|
221
221
|
{
|
|
222
|
-
"direction": "horizontal",
|
|
223
222
|
"type": "stack",
|
|
224
|
-
"align": "center",
|
|
225
223
|
"children": [
|
|
226
224
|
{
|
|
227
225
|
"type": "spinner"
|
|
@@ -232,6 +230,8 @@
|
|
|
232
230
|
"content": "Connecting…"
|
|
233
231
|
}
|
|
234
232
|
],
|
|
233
|
+
"align": "center",
|
|
234
|
+
"direction": "horizontal",
|
|
235
235
|
"gap": "sm"
|
|
236
236
|
}
|
|
237
237
|
]
|
|
@@ -251,22 +251,22 @@
|
|
|
251
251
|
"render-ui",
|
|
252
252
|
"main",
|
|
253
253
|
{
|
|
254
|
-
"direction": "horizontal",
|
|
255
|
-
"type": "stack",
|
|
256
|
-
"align": "center",
|
|
257
254
|
"gap": "sm",
|
|
258
255
|
"children": [
|
|
259
256
|
{
|
|
260
|
-
"
|
|
257
|
+
"type": "icon",
|
|
261
258
|
"color": "success",
|
|
262
|
-
"
|
|
259
|
+
"name": "wifi"
|
|
263
260
|
},
|
|
264
261
|
{
|
|
262
|
+
"type": "typography",
|
|
265
263
|
"variant": "caption",
|
|
266
|
-
"content": "Connected"
|
|
267
|
-
"type": "typography"
|
|
264
|
+
"content": "Connected"
|
|
268
265
|
}
|
|
269
|
-
]
|
|
266
|
+
],
|
|
267
|
+
"direction": "horizontal",
|
|
268
|
+
"align": "center",
|
|
269
|
+
"type": "stack"
|
|
270
270
|
}
|
|
271
271
|
]
|
|
272
272
|
]
|
|
@@ -285,10 +285,11 @@
|
|
|
285
285
|
"render-ui",
|
|
286
286
|
"main",
|
|
287
287
|
{
|
|
288
|
+
"align": "center",
|
|
288
289
|
"children": [
|
|
289
290
|
{
|
|
290
|
-
"type": "icon",
|
|
291
291
|
"color": "warning",
|
|
292
|
+
"type": "icon",
|
|
292
293
|
"name": "wifi-off"
|
|
293
294
|
},
|
|
294
295
|
{
|
|
@@ -297,10 +298,9 @@
|
|
|
297
298
|
"type": "typography"
|
|
298
299
|
}
|
|
299
300
|
],
|
|
300
|
-
"gap": "sm",
|
|
301
301
|
"type": "stack",
|
|
302
|
-
"
|
|
303
|
-
"
|
|
302
|
+
"direction": "horizontal",
|
|
303
|
+
"gap": "sm"
|
|
304
304
|
}
|
|
305
305
|
]
|
|
306
306
|
]
|
|
@@ -319,22 +319,22 @@
|
|
|
319
319
|
"render-ui",
|
|
320
320
|
"main",
|
|
321
321
|
{
|
|
322
|
-
"align": "center",
|
|
323
322
|
"gap": "sm",
|
|
323
|
+
"align": "center",
|
|
324
|
+
"type": "stack",
|
|
324
325
|
"direction": "horizontal",
|
|
325
326
|
"children": [
|
|
326
327
|
{
|
|
327
328
|
"color": "success",
|
|
328
|
-
"
|
|
329
|
-
"
|
|
329
|
+
"type": "icon",
|
|
330
|
+
"name": "wifi"
|
|
330
331
|
},
|
|
331
332
|
{
|
|
332
333
|
"content": "Connected",
|
|
333
|
-
"
|
|
334
|
-
"
|
|
334
|
+
"type": "typography",
|
|
335
|
+
"variant": "caption"
|
|
335
336
|
}
|
|
336
|
-
]
|
|
337
|
-
"type": "stack"
|
|
337
|
+
]
|
|
338
338
|
}
|
|
339
339
|
]
|
|
340
340
|
]
|
|
@@ -353,6 +353,9 @@
|
|
|
353
353
|
"render-ui",
|
|
354
354
|
"main",
|
|
355
355
|
{
|
|
356
|
+
"align": "center",
|
|
357
|
+
"direction": "horizontal",
|
|
358
|
+
"type": "stack",
|
|
356
359
|
"children": [
|
|
357
360
|
{
|
|
358
361
|
"color": "warning",
|
|
@@ -360,15 +363,12 @@
|
|
|
360
363
|
"name": "wifi-off"
|
|
361
364
|
},
|
|
362
365
|
{
|
|
366
|
+
"variant": "caption",
|
|
363
367
|
"type": "typography",
|
|
364
|
-
"content": "Reconnecting…"
|
|
365
|
-
"variant": "caption"
|
|
368
|
+
"content": "Reconnecting…"
|
|
366
369
|
}
|
|
367
370
|
],
|
|
368
|
-
"
|
|
369
|
-
"gap": "sm",
|
|
370
|
-
"align": "center",
|
|
371
|
-
"direction": "horizontal"
|
|
371
|
+
"gap": "sm"
|
|
372
372
|
}
|
|
373
373
|
]
|
|
374
374
|
]
|
|
@@ -387,22 +387,22 @@
|
|
|
387
387
|
"render-ui",
|
|
388
388
|
"main",
|
|
389
389
|
{
|
|
390
|
-
"
|
|
390
|
+
"align": "center",
|
|
391
391
|
"children": [
|
|
392
392
|
{
|
|
393
393
|
"type": "icon",
|
|
394
|
-
"
|
|
395
|
-
"
|
|
394
|
+
"color": "success",
|
|
395
|
+
"name": "wifi"
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
|
-
"type": "typography",
|
|
399
398
|
"content": "Connected",
|
|
400
|
-
"variant": "caption"
|
|
399
|
+
"variant": "caption",
|
|
400
|
+
"type": "typography"
|
|
401
401
|
}
|
|
402
402
|
],
|
|
403
403
|
"type": "stack",
|
|
404
|
-
"
|
|
405
|
-
"
|
|
404
|
+
"gap": "sm",
|
|
405
|
+
"direction": "horizontal"
|
|
406
406
|
}
|
|
407
407
|
]
|
|
408
408
|
]
|
|
@@ -416,21 +416,21 @@
|
|
|
416
416
|
"render-ui",
|
|
417
417
|
"main",
|
|
418
418
|
{
|
|
419
|
+
"align": "center",
|
|
419
420
|
"type": "stack",
|
|
421
|
+
"gap": "sm",
|
|
420
422
|
"children": [
|
|
421
423
|
{
|
|
422
424
|
"name": "wifi-off",
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
+
"type": "icon",
|
|
426
|
+
"color": "destructive"
|
|
425
427
|
},
|
|
426
428
|
{
|
|
427
|
-
"variant": "caption",
|
|
428
429
|
"content": "Disconnected",
|
|
429
|
-
"type": "typography"
|
|
430
|
+
"type": "typography",
|
|
431
|
+
"variant": "caption"
|
|
430
432
|
}
|
|
431
433
|
],
|
|
432
|
-
"align": "center",
|
|
433
|
-
"gap": "sm",
|
|
434
434
|
"direction": "horizontal"
|
|
435
435
|
}
|
|
436
436
|
]
|