@almadar/std 13.6.0 → 13.8.0
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 +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"items": {
|
|
22
22
|
"type": "object",
|
|
23
23
|
"properties": {
|
|
24
|
-
"value": {
|
|
25
|
-
"name": "value",
|
|
26
|
-
"type": "number"
|
|
27
|
-
},
|
|
28
24
|
"label": {
|
|
29
25
|
"name": "label",
|
|
30
26
|
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"value": {
|
|
29
|
+
"name": "value",
|
|
30
|
+
"type": "number"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"render-ui",
|
|
82
82
|
"main",
|
|
83
83
|
{
|
|
84
|
-
"
|
|
84
|
+
"data": "@entity.chartData",
|
|
85
85
|
"height": "@config.height",
|
|
86
|
+
"title": "@config.title",
|
|
86
87
|
"type": "chart",
|
|
87
88
|
"subtitle": "@config.subtitle",
|
|
89
|
+
"chartType": "@config.chartType",
|
|
88
90
|
"showLegend": "@config.showLegend",
|
|
89
|
-
"title": "@config.title",
|
|
90
|
-
"data": "@entity.chartData",
|
|
91
91
|
"showValues": "@config.showValues"
|
|
92
92
|
}
|
|
93
93
|
]
|
|
@@ -205,13 +205,13 @@
|
|
|
205
205
|
"main",
|
|
206
206
|
{
|
|
207
207
|
"chartType": "@config.chartType",
|
|
208
|
-
"type": "chart",
|
|
209
|
-
"height": "@config.height",
|
|
210
|
-
"subtitle": "@config.subtitle",
|
|
211
208
|
"data": "@entity.chartData",
|
|
209
|
+
"subtitle": "@config.subtitle",
|
|
210
|
+
"showValues": "@config.showValues",
|
|
211
|
+
"type": "chart",
|
|
212
212
|
"title": "@config.title",
|
|
213
213
|
"showLegend": "@config.showLegend",
|
|
214
|
-
"
|
|
214
|
+
"height": "@config.height"
|
|
215
215
|
}
|
|
216
216
|
]
|
|
217
217
|
]
|
|
@@ -219,19 +219,19 @@
|
|
|
219
219
|
]
|
|
220
220
|
},
|
|
221
221
|
"config": {
|
|
222
|
+
"valueField": {
|
|
223
|
+
"type": "string",
|
|
224
|
+
"default": ""
|
|
225
|
+
},
|
|
222
226
|
"chartType": {
|
|
223
227
|
"type": "string",
|
|
224
228
|
"default": "bar"
|
|
225
229
|
},
|
|
226
|
-
"
|
|
227
|
-
"type": "number",
|
|
228
|
-
"default": 280.0
|
|
229
|
-
},
|
|
230
|
-
"valueField": {
|
|
230
|
+
"title": {
|
|
231
231
|
"type": "string",
|
|
232
232
|
"default": ""
|
|
233
233
|
},
|
|
234
|
-
"
|
|
234
|
+
"subtitle": {
|
|
235
235
|
"type": "string",
|
|
236
236
|
"default": ""
|
|
237
237
|
},
|
|
@@ -239,21 +239,21 @@
|
|
|
239
239
|
"type": "string",
|
|
240
240
|
"default": "count"
|
|
241
241
|
},
|
|
242
|
+
"height": {
|
|
243
|
+
"type": "number",
|
|
244
|
+
"default": 280.0
|
|
245
|
+
},
|
|
242
246
|
"categoryField": {
|
|
243
247
|
"type": "string",
|
|
244
248
|
"default": ""
|
|
245
249
|
},
|
|
246
|
-
"
|
|
247
|
-
"type": "
|
|
248
|
-
"default":
|
|
250
|
+
"showLegend": {
|
|
251
|
+
"type": "boolean",
|
|
252
|
+
"default": true
|
|
249
253
|
},
|
|
250
254
|
"showValues": {
|
|
251
255
|
"type": "boolean",
|
|
252
256
|
"default": false
|
|
253
|
-
},
|
|
254
|
-
"showLegend": {
|
|
255
|
-
"type": "boolean",
|
|
256
|
-
"default": true
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
259
|
"scope": "instance"
|
|
@@ -161,8 +161,8 @@
|
|
|
161
161
|
"ModalRecord",
|
|
162
162
|
{
|
|
163
163
|
"emit": {
|
|
164
|
-
"
|
|
165
|
-
"
|
|
164
|
+
"failure": "ModalRecordLoadFailed",
|
|
165
|
+
"success": "ModalRecordLoaded"
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
]
|
|
@@ -191,38 +191,38 @@
|
|
|
191
191
|
"render-ui",
|
|
192
192
|
"modal",
|
|
193
193
|
{
|
|
194
|
-
"gap": "md",
|
|
195
194
|
"direction": "vertical",
|
|
196
195
|
"type": "stack",
|
|
197
196
|
"children": [
|
|
198
197
|
{
|
|
199
|
-
"direction": "horizontal",
|
|
200
|
-
"type": "stack",
|
|
201
198
|
"gap": "sm",
|
|
202
199
|
"children": [
|
|
203
200
|
{
|
|
204
|
-
"
|
|
205
|
-
"
|
|
201
|
+
"type": "icon",
|
|
202
|
+
"name": "@config.icon"
|
|
206
203
|
},
|
|
207
204
|
{
|
|
208
205
|
"variant": "h3",
|
|
209
|
-
"
|
|
210
|
-
"
|
|
206
|
+
"type": "typography",
|
|
207
|
+
"content": "@config.title"
|
|
211
208
|
}
|
|
212
|
-
]
|
|
209
|
+
],
|
|
210
|
+
"type": "stack",
|
|
211
|
+
"direction": "horizontal"
|
|
213
212
|
},
|
|
214
213
|
{
|
|
215
214
|
"type": "divider"
|
|
216
215
|
},
|
|
217
216
|
{
|
|
218
|
-
"
|
|
219
|
-
"
|
|
217
|
+
"mode": "@config.mode",
|
|
218
|
+
"cancelEvent": "CLOSE",
|
|
220
219
|
"entity": "@payload.row",
|
|
221
220
|
"submitEvent": "SAVE",
|
|
222
|
-
"
|
|
223
|
-
"
|
|
221
|
+
"fields": "@config.fields",
|
|
222
|
+
"type": "form-section"
|
|
224
223
|
}
|
|
225
|
-
]
|
|
224
|
+
],
|
|
225
|
+
"gap": "md"
|
|
226
226
|
}
|
|
227
227
|
]
|
|
228
228
|
]
|
|
@@ -263,17 +263,17 @@
|
|
|
263
263
|
"type": "[string]",
|
|
264
264
|
"default": []
|
|
265
265
|
},
|
|
266
|
-
"
|
|
266
|
+
"mode": {
|
|
267
267
|
"type": "string",
|
|
268
|
-
"default": "
|
|
268
|
+
"default": "create"
|
|
269
269
|
},
|
|
270
270
|
"title": {
|
|
271
271
|
"type": "string",
|
|
272
272
|
"default": "Details"
|
|
273
273
|
},
|
|
274
|
-
"
|
|
274
|
+
"icon": {
|
|
275
275
|
"type": "string",
|
|
276
|
-
"default": "
|
|
276
|
+
"default": "layout-panel-top"
|
|
277
277
|
}
|
|
278
278
|
},
|
|
279
279
|
"scope": "instance"
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
"render-ui",
|
|
130
130
|
"main",
|
|
131
131
|
{
|
|
132
|
-
"totalPages": "@entity.totalPages",
|
|
133
|
-
"type": "pagination",
|
|
134
132
|
"currentPage": "@entity.currentPage",
|
|
133
|
+
"type": "pagination",
|
|
135
134
|
"pageChangeEvent": "@config.event",
|
|
136
|
-
"showPageSize": false
|
|
135
|
+
"showPageSize": false,
|
|
136
|
+
"totalPages": "@entity.totalPages"
|
|
137
137
|
}
|
|
138
138
|
]
|
|
139
139
|
]
|
|
@@ -147,11 +147,11 @@
|
|
|
147
147
|
"render-ui",
|
|
148
148
|
"main",
|
|
149
149
|
{
|
|
150
|
+
"showPageSize": false,
|
|
150
151
|
"type": "pagination",
|
|
151
152
|
"currentPage": "@entity.currentPage",
|
|
152
|
-
"totalPages": "@entity.totalPages",
|
|
153
153
|
"pageChangeEvent": "@config.event",
|
|
154
|
-
"
|
|
154
|
+
"totalPages": "@entity.totalPages"
|
|
155
155
|
}
|
|
156
156
|
]
|
|
157
157
|
]
|
|
@@ -171,10 +171,10 @@
|
|
|
171
171
|
"main",
|
|
172
172
|
{
|
|
173
173
|
"type": "pagination",
|
|
174
|
-
"currentPage": "@entity.currentPage",
|
|
175
|
-
"pageChangeEvent": "@config.event",
|
|
176
174
|
"totalPages": "@entity.totalPages",
|
|
177
|
-
"
|
|
175
|
+
"pageChangeEvent": "@config.event",
|
|
176
|
+
"showPageSize": false,
|
|
177
|
+
"currentPage": "@entity.currentPage"
|
|
178
178
|
}
|
|
179
179
|
]
|
|
180
180
|
]
|
|
@@ -201,10 +201,10 @@
|
|
|
201
201
|
"main",
|
|
202
202
|
{
|
|
203
203
|
"pageChangeEvent": "@config.event",
|
|
204
|
-
"totalPages": "@entity.totalPages",
|
|
205
204
|
"currentPage": "@entity.currentPage",
|
|
205
|
+
"showPageSize": false,
|
|
206
206
|
"type": "pagination",
|
|
207
|
-
"
|
|
207
|
+
"totalPages": "@entity.totalPages"
|
|
208
208
|
}
|
|
209
209
|
]
|
|
210
210
|
]
|
|
@@ -212,13 +212,13 @@
|
|
|
212
212
|
]
|
|
213
213
|
},
|
|
214
214
|
"config": {
|
|
215
|
-
"pageSize": {
|
|
216
|
-
"type": "number",
|
|
217
|
-
"default": 10.0
|
|
218
|
-
},
|
|
219
215
|
"event": {
|
|
220
216
|
"type": "string",
|
|
221
217
|
"default": "PAGE"
|
|
218
|
+
},
|
|
219
|
+
"pageSize": {
|
|
220
|
+
"type": "number",
|
|
221
|
+
"default": 10.0
|
|
222
222
|
}
|
|
223
223
|
},
|
|
224
224
|
"scope": "instance"
|
|
@@ -46,28 +46,6 @@
|
|
|
46
46
|
}
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
|
-
{
|
|
50
|
-
"event": "PushDisconnected",
|
|
51
|
-
"description": "Fired when the push connection drops",
|
|
52
|
-
"scope": "internal",
|
|
53
|
-
"payloadSchema": [
|
|
54
|
-
{
|
|
55
|
-
"name": "reason",
|
|
56
|
-
"type": "string"
|
|
57
|
-
}
|
|
58
|
-
]
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"event": "PushReceived",
|
|
62
|
-
"description": "Fired on every incoming push frame",
|
|
63
|
-
"scope": "internal",
|
|
64
|
-
"payloadSchema": [
|
|
65
|
-
{
|
|
66
|
-
"name": "message",
|
|
67
|
-
"type": "string"
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
},
|
|
71
49
|
{
|
|
72
50
|
"event": "PushSubscriberLoadFailed",
|
|
73
51
|
"scope": "internal",
|
|
@@ -134,26 +112,6 @@
|
|
|
134
112
|
}
|
|
135
113
|
]
|
|
136
114
|
},
|
|
137
|
-
{
|
|
138
|
-
"key": "PushDisconnected",
|
|
139
|
-
"name": "Push disconnected",
|
|
140
|
-
"payloadSchema": [
|
|
141
|
-
{
|
|
142
|
-
"name": "reason",
|
|
143
|
-
"type": "string"
|
|
144
|
-
}
|
|
145
|
-
]
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"key": "PushReceived",
|
|
149
|
-
"name": "Push received",
|
|
150
|
-
"payloadSchema": [
|
|
151
|
-
{
|
|
152
|
-
"name": "message",
|
|
153
|
-
"type": "string"
|
|
154
|
-
}
|
|
155
|
-
]
|
|
156
|
-
},
|
|
157
115
|
{
|
|
158
116
|
"key": "PushSubscriberLoadFailed",
|
|
159
117
|
"name": "PushSubscriber load failed",
|
|
@@ -190,8 +148,8 @@
|
|
|
190
148
|
"PushSubscriber",
|
|
191
149
|
{
|
|
192
150
|
"emit": {
|
|
193
|
-
"
|
|
194
|
-
"
|
|
151
|
+
"success": "PushSubscriberLoaded",
|
|
152
|
+
"failure": "PushSubscriberLoadFailed"
|
|
195
153
|
}
|
|
196
154
|
}
|
|
197
155
|
],
|
|
@@ -200,8 +158,8 @@
|
|
|
200
158
|
"wss://push.example.com",
|
|
201
159
|
{
|
|
202
160
|
"emit": {
|
|
203
|
-
"
|
|
204
|
-
"
|
|
161
|
+
"on_message": "PUSH_RECEIVED",
|
|
162
|
+
"failure": "PUSH_DISCONNECTED"
|
|
205
163
|
}
|
|
206
164
|
}
|
|
207
165
|
],
|
|
@@ -209,20 +167,20 @@
|
|
|
209
167
|
"render-ui",
|
|
210
168
|
"main",
|
|
211
169
|
{
|
|
212
|
-
"gap": "sm",
|
|
213
|
-
"align": "center",
|
|
214
170
|
"type": "stack",
|
|
171
|
+
"direction": "horizontal",
|
|
215
172
|
"children": [
|
|
216
173
|
{
|
|
217
174
|
"type": "spinner"
|
|
218
175
|
},
|
|
219
176
|
{
|
|
220
177
|
"type": "typography",
|
|
221
|
-
"
|
|
222
|
-
"
|
|
178
|
+
"content": "Connecting…",
|
|
179
|
+
"variant": "caption"
|
|
223
180
|
}
|
|
224
181
|
],
|
|
225
|
-
"
|
|
182
|
+
"align": "center",
|
|
183
|
+
"gap": "sm"
|
|
226
184
|
}
|
|
227
185
|
]
|
|
228
186
|
]
|
|
@@ -241,22 +199,22 @@
|
|
|
241
199
|
"render-ui",
|
|
242
200
|
"main",
|
|
243
201
|
{
|
|
244
|
-
"direction": "horizontal",
|
|
245
|
-
"align": "center",
|
|
246
202
|
"type": "stack",
|
|
203
|
+
"direction": "horizontal",
|
|
204
|
+
"gap": "sm",
|
|
247
205
|
"children": [
|
|
248
206
|
{
|
|
249
|
-
"color": "success",
|
|
250
207
|
"type": "icon",
|
|
251
|
-
"name": "wifi"
|
|
208
|
+
"name": "wifi",
|
|
209
|
+
"color": "success"
|
|
252
210
|
},
|
|
253
211
|
{
|
|
254
|
-
"variant": "caption",
|
|
255
212
|
"type": "typography",
|
|
256
|
-
"content": "Connected"
|
|
213
|
+
"content": "Connected",
|
|
214
|
+
"variant": "caption"
|
|
257
215
|
}
|
|
258
216
|
],
|
|
259
|
-
"
|
|
217
|
+
"align": "center"
|
|
260
218
|
}
|
|
261
219
|
]
|
|
262
220
|
]
|
|
@@ -275,22 +233,22 @@
|
|
|
275
233
|
"render-ui",
|
|
276
234
|
"main",
|
|
277
235
|
{
|
|
278
|
-
"direction": "horizontal",
|
|
279
236
|
"children": [
|
|
280
237
|
{
|
|
281
|
-
"
|
|
238
|
+
"type": "icon",
|
|
282
239
|
"name": "wifi-off",
|
|
283
|
-
"
|
|
240
|
+
"color": "warning"
|
|
284
241
|
},
|
|
285
242
|
{
|
|
286
|
-
"variant": "caption",
|
|
287
243
|
"content": "Reconnecting…",
|
|
244
|
+
"variant": "caption",
|
|
288
245
|
"type": "typography"
|
|
289
246
|
}
|
|
290
247
|
],
|
|
291
|
-
"gap": "sm",
|
|
292
248
|
"type": "stack",
|
|
293
|
-
"align": "center"
|
|
249
|
+
"align": "center",
|
|
250
|
+
"gap": "sm",
|
|
251
|
+
"direction": "horizontal"
|
|
294
252
|
}
|
|
295
253
|
]
|
|
296
254
|
]
|
|
@@ -310,21 +268,21 @@
|
|
|
310
268
|
"main",
|
|
311
269
|
{
|
|
312
270
|
"align": "center",
|
|
313
|
-
"
|
|
271
|
+
"type": "stack",
|
|
272
|
+
"gap": "sm",
|
|
314
273
|
"children": [
|
|
315
274
|
{
|
|
316
|
-
"type": "icon",
|
|
317
275
|
"color": "success",
|
|
276
|
+
"type": "icon",
|
|
318
277
|
"name": "wifi"
|
|
319
278
|
},
|
|
320
279
|
{
|
|
321
|
-
"type": "typography",
|
|
322
280
|
"variant": "caption",
|
|
281
|
+
"type": "typography",
|
|
323
282
|
"content": "Connected"
|
|
324
283
|
}
|
|
325
284
|
],
|
|
326
|
-
"
|
|
327
|
-
"gap": "sm"
|
|
285
|
+
"direction": "horizontal"
|
|
328
286
|
}
|
|
329
287
|
]
|
|
330
288
|
]
|
|
@@ -343,9 +301,6 @@
|
|
|
343
301
|
"render-ui",
|
|
344
302
|
"main",
|
|
345
303
|
{
|
|
346
|
-
"type": "stack",
|
|
347
|
-
"direction": "horizontal",
|
|
348
|
-
"gap": "sm",
|
|
349
304
|
"children": [
|
|
350
305
|
{
|
|
351
306
|
"color": "warning",
|
|
@@ -353,11 +308,14 @@
|
|
|
353
308
|
"name": "wifi-off"
|
|
354
309
|
},
|
|
355
310
|
{
|
|
356
|
-
"content": "Reconnecting…",
|
|
357
311
|
"type": "typography",
|
|
312
|
+
"content": "Reconnecting…",
|
|
358
313
|
"variant": "caption"
|
|
359
314
|
}
|
|
360
315
|
],
|
|
316
|
+
"direction": "horizontal",
|
|
317
|
+
"type": "stack",
|
|
318
|
+
"gap": "sm",
|
|
361
319
|
"align": "center"
|
|
362
320
|
}
|
|
363
321
|
]
|
|
@@ -377,22 +335,22 @@
|
|
|
377
335
|
"render-ui",
|
|
378
336
|
"main",
|
|
379
337
|
{
|
|
380
|
-
"
|
|
338
|
+
"align": "center",
|
|
339
|
+
"gap": "sm",
|
|
340
|
+
"type": "stack",
|
|
381
341
|
"children": [
|
|
382
342
|
{
|
|
383
343
|
"type": "icon",
|
|
384
|
-
"
|
|
385
|
-
"
|
|
344
|
+
"color": "success",
|
|
345
|
+
"name": "wifi"
|
|
386
346
|
},
|
|
387
347
|
{
|
|
388
348
|
"content": "Connected",
|
|
389
|
-
"
|
|
390
|
-
"
|
|
349
|
+
"variant": "caption",
|
|
350
|
+
"type": "typography"
|
|
391
351
|
}
|
|
392
352
|
],
|
|
393
|
-
"
|
|
394
|
-
"type": "stack",
|
|
395
|
-
"gap": "sm"
|
|
353
|
+
"direction": "horizontal"
|
|
396
354
|
}
|
|
397
355
|
]
|
|
398
356
|
]
|
|
@@ -406,22 +364,22 @@
|
|
|
406
364
|
"render-ui",
|
|
407
365
|
"main",
|
|
408
366
|
{
|
|
367
|
+
"gap": "sm",
|
|
368
|
+
"direction": "horizontal",
|
|
369
|
+
"align": "center",
|
|
370
|
+
"type": "stack",
|
|
409
371
|
"children": [
|
|
410
372
|
{
|
|
373
|
+
"type": "icon",
|
|
411
374
|
"name": "wifi-off",
|
|
412
|
-
"color": "destructive"
|
|
413
|
-
"type": "icon"
|
|
375
|
+
"color": "destructive"
|
|
414
376
|
},
|
|
415
377
|
{
|
|
416
|
-
"variant": "caption",
|
|
417
378
|
"content": "Disconnected",
|
|
379
|
+
"variant": "caption",
|
|
418
380
|
"type": "typography"
|
|
419
381
|
}
|
|
420
|
-
]
|
|
421
|
-
"direction": "horizontal",
|
|
422
|
-
"align": "center",
|
|
423
|
-
"type": "stack",
|
|
424
|
-
"gap": "sm"
|
|
382
|
+
]
|
|
425
383
|
}
|
|
426
384
|
]
|
|
427
385
|
]
|
|
@@ -444,4 +402,4 @@
|
|
|
444
402
|
]
|
|
445
403
|
}
|
|
446
404
|
]
|
|
447
|
-
}
|
|
405
|
+
}
|