@almadar/std 8.5.1 → 9.0.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
{
|
|
65
65
|
"event": "PUBLISH",
|
|
66
66
|
"scope": "external",
|
|
67
|
-
"
|
|
67
|
+
"payloadSchema": [
|
|
68
68
|
{
|
|
69
69
|
"name": "id",
|
|
70
70
|
"type": "string"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
{
|
|
75
75
|
"event": "CATEGORIZE",
|
|
76
76
|
"scope": "external",
|
|
77
|
-
"
|
|
77
|
+
"payloadSchema": [
|
|
78
78
|
{
|
|
79
79
|
"name": "id",
|
|
80
80
|
"type": "string"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"event": "ArticleLoaded",
|
|
86
86
|
"description": "Fired when Article finishes loading",
|
|
87
87
|
"scope": "internal",
|
|
88
|
-
"
|
|
88
|
+
"payloadSchema": [
|
|
89
89
|
{
|
|
90
90
|
"name": "data",
|
|
91
91
|
"type": "[Article]"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"event": "ArticleLoadFailed",
|
|
97
97
|
"description": "Fired when Article fails to load",
|
|
98
98
|
"scope": "internal",
|
|
99
|
-
"
|
|
99
|
+
"payloadSchema": [
|
|
100
100
|
{
|
|
101
101
|
"name": "error",
|
|
102
102
|
"type": "string"
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
{
|
|
111
111
|
"event": "ArticleSaved",
|
|
112
112
|
"scope": "internal",
|
|
113
|
-
"
|
|
113
|
+
"payloadSchema": [
|
|
114
114
|
{
|
|
115
115
|
"name": "id",
|
|
116
116
|
"type": "string"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
{
|
|
121
121
|
"event": "ArticleSaveFailed",
|
|
122
122
|
"scope": "internal",
|
|
123
|
-
"
|
|
123
|
+
"payloadSchema": [
|
|
124
124
|
{
|
|
125
125
|
"name": "error",
|
|
126
126
|
"type": "string"
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
{
|
|
135
135
|
"event": "ArticleUpdated",
|
|
136
136
|
"scope": "internal",
|
|
137
|
-
"
|
|
137
|
+
"payloadSchema": [
|
|
138
138
|
{
|
|
139
139
|
"name": "id",
|
|
140
140
|
"type": "string"
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
{
|
|
145
145
|
"event": "ArticleUpdateFailed",
|
|
146
146
|
"scope": "internal",
|
|
147
|
-
"
|
|
147
|
+
"payloadSchema": [
|
|
148
148
|
{
|
|
149
149
|
"name": "error",
|
|
150
150
|
"type": "string"
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
{
|
|
159
159
|
"event": "ArticleDeleted",
|
|
160
160
|
"scope": "internal",
|
|
161
|
-
"
|
|
161
|
+
"payloadSchema": [
|
|
162
162
|
{
|
|
163
163
|
"name": "id",
|
|
164
164
|
"type": "string"
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
{
|
|
169
169
|
"event": "ArticleDeleteFailed",
|
|
170
170
|
"scope": "internal",
|
|
171
|
-
"
|
|
171
|
+
"payloadSchema": [
|
|
172
172
|
{
|
|
173
173
|
"name": "error",
|
|
174
174
|
"type": "string"
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
{
|
|
183
183
|
"event": "MediaAssetSaved",
|
|
184
184
|
"scope": "internal",
|
|
185
|
-
"
|
|
185
|
+
"payloadSchema": [
|
|
186
186
|
{
|
|
187
187
|
"name": "id",
|
|
188
188
|
"type": "string"
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
{
|
|
193
193
|
"event": "MediaAssetSaveFailed",
|
|
194
194
|
"scope": "internal",
|
|
195
|
-
"
|
|
195
|
+
"payloadSchema": [
|
|
196
196
|
{
|
|
197
197
|
"name": "error",
|
|
198
198
|
"type": "string"
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
{
|
|
207
207
|
"event": "CategorySaved",
|
|
208
208
|
"scope": "internal",
|
|
209
|
-
"
|
|
209
|
+
"payloadSchema": [
|
|
210
210
|
{
|
|
211
211
|
"name": "id",
|
|
212
212
|
"type": "string"
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
{
|
|
217
217
|
"event": "CategorySaveFailed",
|
|
218
218
|
"scope": "internal",
|
|
219
|
-
"
|
|
219
|
+
"payloadSchema": [
|
|
220
220
|
{
|
|
221
221
|
"name": "error",
|
|
222
222
|
"type": "string"
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
{
|
|
231
231
|
"event": "CategoryUpdated",
|
|
232
232
|
"scope": "internal",
|
|
233
|
-
"
|
|
233
|
+
"payloadSchema": [
|
|
234
234
|
{
|
|
235
235
|
"name": "id",
|
|
236
236
|
"type": "string"
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
{
|
|
241
241
|
"event": "CategoryUpdateFailed",
|
|
242
242
|
"scope": "internal",
|
|
243
|
-
"
|
|
243
|
+
"payloadSchema": [
|
|
244
244
|
{
|
|
245
245
|
"name": "error",
|
|
246
246
|
"type": "string"
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
{
|
|
255
255
|
"event": "CategoryDeleted",
|
|
256
256
|
"scope": "internal",
|
|
257
|
-
"
|
|
257
|
+
"payloadSchema": [
|
|
258
258
|
{
|
|
259
259
|
"name": "id",
|
|
260
260
|
"type": "string"
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
{
|
|
265
265
|
"event": "CategoryDeleteFailed",
|
|
266
266
|
"scope": "internal",
|
|
267
|
-
"
|
|
267
|
+
"payloadSchema": [
|
|
268
268
|
{
|
|
269
269
|
"name": "error",
|
|
270
270
|
"type": "string"
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
{
|
|
318
318
|
"key": "ArticleLoaded",
|
|
319
319
|
"name": "Article loaded",
|
|
320
|
-
"
|
|
320
|
+
"payloadSchema": [
|
|
321
321
|
{
|
|
322
322
|
"name": "data",
|
|
323
323
|
"type": "[Article]"
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
{
|
|
328
328
|
"key": "ArticleLoadFailed",
|
|
329
329
|
"name": "Article load failed",
|
|
330
|
-
"
|
|
330
|
+
"payloadSchema": [
|
|
331
331
|
{
|
|
332
332
|
"name": "error",
|
|
333
333
|
"type": "string"
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
{
|
|
350
350
|
"key": "ArticleSaved",
|
|
351
351
|
"name": "Article saved",
|
|
352
|
-
"
|
|
352
|
+
"payloadSchema": [
|
|
353
353
|
{
|
|
354
354
|
"name": "id",
|
|
355
355
|
"type": "string"
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
{
|
|
360
360
|
"key": "ArticleSaveFailed",
|
|
361
361
|
"name": "Article save failed",
|
|
362
|
-
"
|
|
362
|
+
"payloadSchema": [
|
|
363
363
|
{
|
|
364
364
|
"name": "error",
|
|
365
365
|
"type": "string"
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
{
|
|
374
374
|
"key": "ArticleUpdated",
|
|
375
375
|
"name": "Article updated",
|
|
376
|
-
"
|
|
376
|
+
"payloadSchema": [
|
|
377
377
|
{
|
|
378
378
|
"name": "id",
|
|
379
379
|
"type": "string"
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
{
|
|
384
384
|
"key": "ArticleUpdateFailed",
|
|
385
385
|
"name": "Article update failed",
|
|
386
|
-
"
|
|
386
|
+
"payloadSchema": [
|
|
387
387
|
{
|
|
388
388
|
"name": "error",
|
|
389
389
|
"type": "string"
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
{
|
|
398
398
|
"key": "ArticleDeleted",
|
|
399
399
|
"name": "Article deleted",
|
|
400
|
-
"
|
|
400
|
+
"payloadSchema": [
|
|
401
401
|
{
|
|
402
402
|
"name": "id",
|
|
403
403
|
"type": "string"
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
{
|
|
408
408
|
"key": "ArticleDeleteFailed",
|
|
409
409
|
"name": "Article delete failed",
|
|
410
|
-
"
|
|
410
|
+
"payloadSchema": [
|
|
411
411
|
{
|
|
412
412
|
"name": "error",
|
|
413
413
|
"type": "string"
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
{
|
|
422
422
|
"key": "MediaAssetSaved",
|
|
423
423
|
"name": "Media asset saved",
|
|
424
|
-
"
|
|
424
|
+
"payloadSchema": [
|
|
425
425
|
{
|
|
426
426
|
"name": "id",
|
|
427
427
|
"type": "string"
|
|
@@ -431,7 +431,7 @@
|
|
|
431
431
|
{
|
|
432
432
|
"key": "MediaAssetSaveFailed",
|
|
433
433
|
"name": "Media asset save failed",
|
|
434
|
-
"
|
|
434
|
+
"payloadSchema": [
|
|
435
435
|
{
|
|
436
436
|
"name": "error",
|
|
437
437
|
"type": "string"
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
{
|
|
446
446
|
"key": "CategorySaved",
|
|
447
447
|
"name": "Category saved",
|
|
448
|
-
"
|
|
448
|
+
"payloadSchema": [
|
|
449
449
|
{
|
|
450
450
|
"name": "id",
|
|
451
451
|
"type": "string"
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
{
|
|
456
456
|
"key": "CategorySaveFailed",
|
|
457
457
|
"name": "Category save failed",
|
|
458
|
-
"
|
|
458
|
+
"payloadSchema": [
|
|
459
459
|
{
|
|
460
460
|
"name": "error",
|
|
461
461
|
"type": "string"
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
{
|
|
470
470
|
"key": "CategoryUpdated",
|
|
471
471
|
"name": "Category updated",
|
|
472
|
-
"
|
|
472
|
+
"payloadSchema": [
|
|
473
473
|
{
|
|
474
474
|
"name": "id",
|
|
475
475
|
"type": "string"
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
{
|
|
480
480
|
"key": "CategoryUpdateFailed",
|
|
481
481
|
"name": "Category update failed",
|
|
482
|
-
"
|
|
482
|
+
"payloadSchema": [
|
|
483
483
|
{
|
|
484
484
|
"name": "error",
|
|
485
485
|
"type": "string"
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
{
|
|
494
494
|
"key": "CategoryDeleted",
|
|
495
495
|
"name": "Category deleted",
|
|
496
|
-
"
|
|
496
|
+
"payloadSchema": [
|
|
497
497
|
{
|
|
498
498
|
"name": "id",
|
|
499
499
|
"type": "string"
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
{
|
|
504
504
|
"key": "CategoryDeleteFailed",
|
|
505
505
|
"name": "Category delete failed",
|
|
506
|
-
"
|
|
506
|
+
"payloadSchema": [
|
|
507
507
|
{
|
|
508
508
|
"name": "error",
|
|
509
509
|
"type": "string"
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
{
|
|
518
518
|
"key": "VIEW",
|
|
519
519
|
"name": "View",
|
|
520
|
-
"
|
|
520
|
+
"payloadSchema": [
|
|
521
521
|
{
|
|
522
522
|
"name": "id",
|
|
523
523
|
"type": "string",
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
{
|
|
533
533
|
"key": "EDIT",
|
|
534
534
|
"name": "Edit",
|
|
535
|
-
"
|
|
535
|
+
"payloadSchema": [
|
|
536
536
|
{
|
|
537
537
|
"name": "id",
|
|
538
538
|
"type": "string",
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
{
|
|
548
548
|
"key": "DELETE",
|
|
549
549
|
"name": "Delete",
|
|
550
|
-
"
|
|
550
|
+
"payloadSchema": [
|
|
551
551
|
{
|
|
552
552
|
"name": "id",
|
|
553
553
|
"type": "string",
|
|
@@ -571,8 +571,8 @@
|
|
|
571
571
|
"Article",
|
|
572
572
|
{
|
|
573
573
|
"emit": {
|
|
574
|
-
"
|
|
575
|
-
"
|
|
574
|
+
"success": "ArticleLoaded",
|
|
575
|
+
"failure": "ArticleLoadFailed"
|
|
576
576
|
}
|
|
577
577
|
}
|
|
578
578
|
],
|
|
@@ -580,22 +580,22 @@
|
|
|
580
580
|
"render-ui",
|
|
581
581
|
"main",
|
|
582
582
|
{
|
|
583
|
-
"direction": "vertical",
|
|
584
|
-
"className": "py-12",
|
|
585
|
-
"gap": "md",
|
|
586
|
-
"type": "stack",
|
|
587
583
|
"align": "center",
|
|
584
|
+
"direction": "vertical",
|
|
588
585
|
"children": [
|
|
589
586
|
{
|
|
590
587
|
"type": "spinner"
|
|
591
588
|
},
|
|
592
589
|
{
|
|
593
|
-
"color": "muted",
|
|
594
|
-
"type": "typography",
|
|
595
590
|
"content": "Loading…",
|
|
596
|
-
"variant": "caption"
|
|
591
|
+
"variant": "caption",
|
|
592
|
+
"type": "typography",
|
|
593
|
+
"color": "muted"
|
|
597
594
|
}
|
|
598
|
-
]
|
|
595
|
+
],
|
|
596
|
+
"type": "stack",
|
|
597
|
+
"gap": "md",
|
|
598
|
+
"className": "py-12"
|
|
599
599
|
}
|
|
600
600
|
]
|
|
601
601
|
]
|
|
@@ -609,22 +609,39 @@
|
|
|
609
609
|
"render-ui",
|
|
610
610
|
"main",
|
|
611
611
|
{
|
|
612
|
+
"appName": "CmsApp",
|
|
613
|
+
"type": "dashboard-layout",
|
|
614
|
+
"navItems": [
|
|
615
|
+
{
|
|
616
|
+
"href": "/articles",
|
|
617
|
+
"label": "Articles",
|
|
618
|
+
"icon": "file-text"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"href": "/media",
|
|
622
|
+
"icon": "image",
|
|
623
|
+
"label": "Media"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"href": "/categories",
|
|
627
|
+
"icon": "folder",
|
|
628
|
+
"label": "Categories"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
612
631
|
"children": [
|
|
613
632
|
{
|
|
614
|
-
"gap": "lg",
|
|
615
|
-
"direction": "vertical",
|
|
616
|
-
"type": "stack",
|
|
617
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
618
633
|
"children": [
|
|
619
634
|
{
|
|
620
|
-
"
|
|
635
|
+
"justify": "between",
|
|
636
|
+
"gap": "md",
|
|
637
|
+
"direction": "horizontal",
|
|
621
638
|
"type": "stack",
|
|
639
|
+
"align": "center",
|
|
622
640
|
"children": [
|
|
623
641
|
{
|
|
624
|
-
"gap": "sm",
|
|
625
642
|
"direction": "horizontal",
|
|
626
643
|
"type": "stack",
|
|
627
|
-
"
|
|
644
|
+
"gap": "sm",
|
|
628
645
|
"children": [
|
|
629
646
|
{
|
|
630
647
|
"type": "icon",
|
|
@@ -635,26 +652,24 @@
|
|
|
635
652
|
"variant": "h2",
|
|
636
653
|
"type": "typography"
|
|
637
654
|
}
|
|
638
|
-
]
|
|
655
|
+
],
|
|
656
|
+
"align": "center"
|
|
639
657
|
},
|
|
640
658
|
{
|
|
641
|
-
"type": "stack",
|
|
642
659
|
"gap": "sm",
|
|
643
|
-
"
|
|
660
|
+
"type": "stack",
|
|
644
661
|
"children": [
|
|
645
662
|
{
|
|
646
|
-
"type": "button",
|
|
647
|
-
"variant": "primary",
|
|
648
663
|
"icon": "plus",
|
|
649
664
|
"action": "CREATE",
|
|
650
|
-
"
|
|
665
|
+
"variant": "primary",
|
|
666
|
+
"label": "Create Article",
|
|
667
|
+
"type": "button"
|
|
651
668
|
}
|
|
652
|
-
]
|
|
669
|
+
],
|
|
670
|
+
"direction": "horizontal"
|
|
653
671
|
}
|
|
654
|
-
]
|
|
655
|
-
"gap": "md",
|
|
656
|
-
"direction": "horizontal",
|
|
657
|
-
"justify": "between"
|
|
672
|
+
]
|
|
658
673
|
},
|
|
659
674
|
{
|
|
660
675
|
"type": "divider"
|
|
@@ -662,28 +677,14 @@
|
|
|
662
677
|
{
|
|
663
678
|
"gap": "sm",
|
|
664
679
|
"fields": [],
|
|
665
|
-
"
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
"variant": "ghost",
|
|
669
|
-
"label": "View"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"variant": "ghost",
|
|
673
|
-
"label": "Edit",
|
|
674
|
-
"event": "EDIT"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"label": "Delete",
|
|
678
|
-
"event": "DELETE",
|
|
679
|
-
"variant": "danger"
|
|
680
|
-
}
|
|
681
|
-
],
|
|
680
|
+
"type": "data-list",
|
|
681
|
+
"variant": "card",
|
|
682
|
+
"entity": "@payload.data",
|
|
682
683
|
"columns": [
|
|
683
684
|
{
|
|
684
|
-
"
|
|
685
|
+
"name": "title",
|
|
685
686
|
"icon": "file-text",
|
|
686
|
-
"
|
|
687
|
+
"variant": "h3"
|
|
687
688
|
},
|
|
688
689
|
{
|
|
689
690
|
"name": "status",
|
|
@@ -694,8 +695,8 @@
|
|
|
694
695
|
"variant": "body"
|
|
695
696
|
},
|
|
696
697
|
{
|
|
697
|
-
"
|
|
698
|
-
"
|
|
698
|
+
"name": "slug",
|
|
699
|
+
"variant": "caption"
|
|
699
700
|
},
|
|
700
701
|
{
|
|
701
702
|
"variant": "caption",
|
|
@@ -704,32 +705,31 @@
|
|
|
704
705
|
"label": "Published"
|
|
705
706
|
}
|
|
706
707
|
],
|
|
707
|
-
"
|
|
708
|
-
|
|
709
|
-
|
|
708
|
+
"itemActions": [
|
|
709
|
+
{
|
|
710
|
+
"event": "VIEW",
|
|
711
|
+
"label": "View",
|
|
712
|
+
"variant": "ghost"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"label": "Edit",
|
|
716
|
+
"variant": "ghost",
|
|
717
|
+
"event": "EDIT"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"variant": "danger",
|
|
721
|
+
"event": "DELETE",
|
|
722
|
+
"label": "Delete"
|
|
723
|
+
}
|
|
724
|
+
]
|
|
710
725
|
}
|
|
711
|
-
]
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
{
|
|
717
|
-
"href": "/articles",
|
|
718
|
-
"icon": "file-text",
|
|
719
|
-
"label": "Articles"
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"label": "Media",
|
|
723
|
-
"href": "/media",
|
|
724
|
-
"icon": "image"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"icon": "folder",
|
|
728
|
-
"href": "/categories",
|
|
729
|
-
"label": "Categories"
|
|
726
|
+
],
|
|
727
|
+
"type": "stack",
|
|
728
|
+
"gap": "lg",
|
|
729
|
+
"direction": "vertical",
|
|
730
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
730
731
|
}
|
|
731
|
-
]
|
|
732
|
-
"appName": "CmsApp"
|
|
732
|
+
]
|
|
733
733
|
}
|
|
734
734
|
]
|
|
735
735
|
]
|
|
@@ -743,11 +743,10 @@
|
|
|
743
743
|
"render-ui",
|
|
744
744
|
"main",
|
|
745
745
|
{
|
|
746
|
-
"direction": "vertical",
|
|
747
|
-
"type": "stack",
|
|
748
746
|
"gap": "md",
|
|
749
|
-
"
|
|
747
|
+
"type": "stack",
|
|
750
748
|
"align": "center",
|
|
749
|
+
"className": "py-12",
|
|
751
750
|
"children": [
|
|
752
751
|
{
|
|
753
752
|
"type": "icon",
|
|
@@ -755,24 +754,25 @@
|
|
|
755
754
|
"color": "destructive"
|
|
756
755
|
},
|
|
757
756
|
{
|
|
758
|
-
"content": "Failed to load article",
|
|
759
757
|
"type": "typography",
|
|
760
|
-
"variant": "h3"
|
|
758
|
+
"variant": "h3",
|
|
759
|
+
"content": "Failed to load article"
|
|
761
760
|
},
|
|
762
761
|
{
|
|
763
|
-
"content": "@payload.error",
|
|
764
762
|
"variant": "body",
|
|
765
763
|
"type": "typography",
|
|
766
|
-
"color": "muted"
|
|
764
|
+
"color": "muted",
|
|
765
|
+
"content": "@payload.error"
|
|
767
766
|
},
|
|
768
767
|
{
|
|
769
|
-
"type": "button",
|
|
770
768
|
"icon": "rotate-ccw",
|
|
771
769
|
"action": "INIT",
|
|
772
770
|
"label": "Retry",
|
|
771
|
+
"type": "button",
|
|
773
772
|
"variant": "primary"
|
|
774
773
|
}
|
|
775
|
-
]
|
|
774
|
+
],
|
|
775
|
+
"direction": "vertical"
|
|
776
776
|
}
|
|
777
777
|
]
|
|
778
778
|
]
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
{
|
|
790
790
|
"event": "ARTICLE_CREATED",
|
|
791
791
|
"scope": "external",
|
|
792
|
-
"
|
|
792
|
+
"payloadSchema": [
|
|
793
793
|
{
|
|
794
794
|
"name": "id",
|
|
795
795
|
"type": "string"
|
|
@@ -800,7 +800,7 @@
|
|
|
800
800
|
"event": "ArticleLoadFailed",
|
|
801
801
|
"description": "Fired when Article fails to load",
|
|
802
802
|
"scope": "internal",
|
|
803
|
-
"
|
|
803
|
+
"payloadSchema": [
|
|
804
804
|
{
|
|
805
805
|
"name": "error",
|
|
806
806
|
"type": "string"
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
"event": "ArticleLoaded",
|
|
816
816
|
"description": "Fired when Article finishes loading",
|
|
817
817
|
"scope": "internal",
|
|
818
|
-
"
|
|
818
|
+
"payloadSchema": [
|
|
819
819
|
{
|
|
820
820
|
"name": "data",
|
|
821
821
|
"type": "[Article]"
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
{
|
|
826
826
|
"event": "ArticleSaveFailed",
|
|
827
827
|
"scope": "internal",
|
|
828
|
-
"
|
|
828
|
+
"payloadSchema": [
|
|
829
829
|
{
|
|
830
830
|
"name": "error",
|
|
831
831
|
"type": "string"
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
{
|
|
840
840
|
"event": "ArticleSaved",
|
|
841
841
|
"scope": "internal",
|
|
842
|
-
"
|
|
842
|
+
"payloadSchema": [
|
|
843
843
|
{
|
|
844
844
|
"name": "id",
|
|
845
845
|
"type": "string"
|
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
{
|
|
874
874
|
"key": "SAVE",
|
|
875
875
|
"name": "Save",
|
|
876
|
-
"
|
|
876
|
+
"payloadSchema": [
|
|
877
877
|
{
|
|
878
878
|
"name": "data",
|
|
879
879
|
"type": "object",
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
{
|
|
889
889
|
"key": "ArticleLoadFailed",
|
|
890
890
|
"name": "Article load failed",
|
|
891
|
-
"
|
|
891
|
+
"payloadSchema": [
|
|
892
892
|
{
|
|
893
893
|
"name": "error",
|
|
894
894
|
"type": "string"
|
|
@@ -902,7 +902,7 @@
|
|
|
902
902
|
{
|
|
903
903
|
"key": "ArticleLoaded",
|
|
904
904
|
"name": "Article loaded",
|
|
905
|
-
"
|
|
905
|
+
"payloadSchema": [
|
|
906
906
|
{
|
|
907
907
|
"name": "data",
|
|
908
908
|
"type": "[Article]"
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
{
|
|
913
913
|
"key": "ArticleSaveFailed",
|
|
914
914
|
"name": "Article save failed",
|
|
915
|
-
"
|
|
915
|
+
"payloadSchema": [
|
|
916
916
|
{
|
|
917
917
|
"name": "error",
|
|
918
918
|
"type": "string"
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
{
|
|
927
927
|
"key": "ArticleSaved",
|
|
928
928
|
"name": "Article saved",
|
|
929
|
-
"
|
|
929
|
+
"payloadSchema": [
|
|
930
930
|
{
|
|
931
931
|
"name": "id",
|
|
932
932
|
"type": "string"
|
|
@@ -956,8 +956,8 @@
|
|
|
956
956
|
"Article",
|
|
957
957
|
{
|
|
958
958
|
"emit": {
|
|
959
|
-
"
|
|
960
|
-
"
|
|
959
|
+
"success": "ArticleLoaded",
|
|
960
|
+
"failure": "ArticleLoadFailed"
|
|
961
961
|
}
|
|
962
962
|
}
|
|
963
963
|
],
|
|
@@ -966,31 +966,32 @@
|
|
|
966
966
|
"modal",
|
|
967
967
|
{
|
|
968
968
|
"gap": "md",
|
|
969
|
+
"direction": "vertical",
|
|
969
970
|
"type": "stack",
|
|
970
971
|
"children": [
|
|
971
972
|
{
|
|
972
|
-
"gap": "sm",
|
|
973
973
|
"type": "stack",
|
|
974
974
|
"children": [
|
|
975
975
|
{
|
|
976
|
-
"
|
|
977
|
-
"
|
|
976
|
+
"type": "icon",
|
|
977
|
+
"name": "plus-circle"
|
|
978
978
|
},
|
|
979
979
|
{
|
|
980
|
-
"
|
|
980
|
+
"variant": "h3",
|
|
981
981
|
"content": "Create Article",
|
|
982
|
-
"
|
|
982
|
+
"type": "typography"
|
|
983
983
|
}
|
|
984
984
|
],
|
|
985
|
-
"direction": "horizontal"
|
|
985
|
+
"direction": "horizontal",
|
|
986
|
+
"gap": "sm"
|
|
986
987
|
},
|
|
987
988
|
{
|
|
988
989
|
"type": "divider"
|
|
989
990
|
},
|
|
990
991
|
{
|
|
992
|
+
"submitEvent": "SAVE",
|
|
991
993
|
"mode": "create",
|
|
992
994
|
"type": "form-section",
|
|
993
|
-
"submitEvent": "SAVE",
|
|
994
995
|
"cancelEvent": "CLOSE",
|
|
995
996
|
"fields": [
|
|
996
997
|
"title",
|
|
@@ -1001,8 +1002,7 @@
|
|
|
1001
1002
|
"publishedAt"
|
|
1002
1003
|
]
|
|
1003
1004
|
}
|
|
1004
|
-
]
|
|
1005
|
-
"direction": "vertical"
|
|
1005
|
+
]
|
|
1006
1006
|
}
|
|
1007
1007
|
]
|
|
1008
1008
|
]
|
|
@@ -1043,8 +1043,8 @@
|
|
|
1043
1043
|
"@payload.data",
|
|
1044
1044
|
{
|
|
1045
1045
|
"emit": {
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1046
|
+
"failure": "ArticleSaveFailed",
|
|
1047
|
+
"success": "ArticleSaved"
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
1050
1050
|
],
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
{
|
|
1079
1079
|
"event": "ARTICLE_UPDATED",
|
|
1080
1080
|
"scope": "external",
|
|
1081
|
-
"
|
|
1081
|
+
"payloadSchema": [
|
|
1082
1082
|
{
|
|
1083
1083
|
"name": "id",
|
|
1084
1084
|
"type": "string"
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
"event": "ArticleLoadFailed",
|
|
1090
1090
|
"description": "Fired when Article fails to load",
|
|
1091
1091
|
"scope": "internal",
|
|
1092
|
-
"
|
|
1092
|
+
"payloadSchema": [
|
|
1093
1093
|
{
|
|
1094
1094
|
"name": "error",
|
|
1095
1095
|
"type": "string"
|
|
@@ -1104,7 +1104,7 @@
|
|
|
1104
1104
|
"event": "ArticleLoaded",
|
|
1105
1105
|
"description": "Fired when Article finishes loading",
|
|
1106
1106
|
"scope": "internal",
|
|
1107
|
-
"
|
|
1107
|
+
"payloadSchema": [
|
|
1108
1108
|
{
|
|
1109
1109
|
"name": "data",
|
|
1110
1110
|
"type": "[Article]"
|
|
@@ -1114,7 +1114,7 @@
|
|
|
1114
1114
|
{
|
|
1115
1115
|
"event": "ArticleUpdateFailed",
|
|
1116
1116
|
"scope": "internal",
|
|
1117
|
-
"
|
|
1117
|
+
"payloadSchema": [
|
|
1118
1118
|
{
|
|
1119
1119
|
"name": "error",
|
|
1120
1120
|
"type": "string"
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
{
|
|
1129
1129
|
"event": "ArticleUpdated",
|
|
1130
1130
|
"scope": "internal",
|
|
1131
|
-
"
|
|
1131
|
+
"payloadSchema": [
|
|
1132
1132
|
{
|
|
1133
1133
|
"name": "id",
|
|
1134
1134
|
"type": "string"
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
{
|
|
1155
1155
|
"key": "EDIT",
|
|
1156
1156
|
"name": "Edit",
|
|
1157
|
-
"
|
|
1157
|
+
"payloadSchema": [
|
|
1158
1158
|
{
|
|
1159
1159
|
"name": "id",
|
|
1160
1160
|
"type": "string",
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
{
|
|
1174
1174
|
"key": "SAVE",
|
|
1175
1175
|
"name": "Save",
|
|
1176
|
-
"
|
|
1176
|
+
"payloadSchema": [
|
|
1177
1177
|
{
|
|
1178
1178
|
"name": "data",
|
|
1179
1179
|
"type": "object",
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
{
|
|
1189
1189
|
"key": "ArticleLoadFailed",
|
|
1190
1190
|
"name": "Article load failed",
|
|
1191
|
-
"
|
|
1191
|
+
"payloadSchema": [
|
|
1192
1192
|
{
|
|
1193
1193
|
"name": "error",
|
|
1194
1194
|
"type": "string"
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
{
|
|
1203
1203
|
"key": "ArticleLoaded",
|
|
1204
1204
|
"name": "Article loaded",
|
|
1205
|
-
"
|
|
1205
|
+
"payloadSchema": [
|
|
1206
1206
|
{
|
|
1207
1207
|
"name": "data",
|
|
1208
1208
|
"type": "[Article]"
|
|
@@ -1212,7 +1212,7 @@
|
|
|
1212
1212
|
{
|
|
1213
1213
|
"key": "ArticleUpdateFailed",
|
|
1214
1214
|
"name": "Article update failed",
|
|
1215
|
-
"
|
|
1215
|
+
"payloadSchema": [
|
|
1216
1216
|
{
|
|
1217
1217
|
"name": "error",
|
|
1218
1218
|
"type": "string"
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
{
|
|
1227
1227
|
"key": "ArticleUpdated",
|
|
1228
1228
|
"name": "Article updated",
|
|
1229
|
-
"
|
|
1229
|
+
"payloadSchema": [
|
|
1230
1230
|
{
|
|
1231
1231
|
"name": "id",
|
|
1232
1232
|
"type": "string"
|
|
@@ -1255,11 +1255,11 @@
|
|
|
1255
1255
|
"fetch",
|
|
1256
1256
|
"Article",
|
|
1257
1257
|
{
|
|
1258
|
+
"id": "@payload.id",
|
|
1258
1259
|
"emit": {
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1261
|
-
}
|
|
1262
|
-
"id": "@payload.id"
|
|
1260
|
+
"failure": "ArticleLoadFailed",
|
|
1261
|
+
"success": "ArticleLoaded"
|
|
1262
|
+
}
|
|
1263
1263
|
}
|
|
1264
1264
|
],
|
|
1265
1265
|
[
|
|
@@ -1267,8 +1267,8 @@
|
|
|
1267
1267
|
"modal",
|
|
1268
1268
|
{
|
|
1269
1269
|
"direction": "vertical",
|
|
1270
|
-
"type": "stack",
|
|
1271
1270
|
"gap": "md",
|
|
1271
|
+
"type": "stack",
|
|
1272
1272
|
"children": [
|
|
1273
1273
|
{
|
|
1274
1274
|
"type": "stack",
|
|
@@ -1283,14 +1283,18 @@
|
|
|
1283
1283
|
"content": "Edit Article"
|
|
1284
1284
|
}
|
|
1285
1285
|
],
|
|
1286
|
-
"
|
|
1287
|
-
"
|
|
1286
|
+
"direction": "horizontal",
|
|
1287
|
+
"gap": "sm"
|
|
1288
1288
|
},
|
|
1289
1289
|
{
|
|
1290
1290
|
"type": "divider"
|
|
1291
1291
|
},
|
|
1292
1292
|
{
|
|
1293
|
+
"entity": "@payload.row",
|
|
1294
|
+
"submitEvent": "SAVE",
|
|
1295
|
+
"type": "form-section",
|
|
1293
1296
|
"cancelEvent": "CLOSE",
|
|
1297
|
+
"mode": "edit",
|
|
1294
1298
|
"fields": [
|
|
1295
1299
|
"title",
|
|
1296
1300
|
"slug",
|
|
@@ -1298,11 +1302,7 @@
|
|
|
1298
1302
|
"author",
|
|
1299
1303
|
"status",
|
|
1300
1304
|
"publishedAt"
|
|
1301
|
-
]
|
|
1302
|
-
"entity": "@payload.row",
|
|
1303
|
-
"type": "form-section",
|
|
1304
|
-
"submitEvent": "SAVE",
|
|
1305
|
-
"mode": "edit"
|
|
1305
|
+
]
|
|
1306
1306
|
}
|
|
1307
1307
|
]
|
|
1308
1308
|
}
|
|
@@ -1345,8 +1345,8 @@
|
|
|
1345
1345
|
"@payload.data",
|
|
1346
1346
|
{
|
|
1347
1347
|
"emit": {
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1348
|
+
"failure": "ArticleUpdateFailed",
|
|
1349
|
+
"success": "ArticleUpdated"
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
1352
1352
|
],
|
|
@@ -1381,7 +1381,7 @@
|
|
|
1381
1381
|
"event": "ArticleLoaded",
|
|
1382
1382
|
"description": "Fired when Article finishes loading",
|
|
1383
1383
|
"scope": "internal",
|
|
1384
|
-
"
|
|
1384
|
+
"payloadSchema": [
|
|
1385
1385
|
{
|
|
1386
1386
|
"name": "data",
|
|
1387
1387
|
"type": "[Article]"
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
"event": "ArticleLoadFailed",
|
|
1393
1393
|
"description": "Fired when Article fails to load",
|
|
1394
1394
|
"scope": "internal",
|
|
1395
|
-
"
|
|
1395
|
+
"payloadSchema": [
|
|
1396
1396
|
{
|
|
1397
1397
|
"name": "error",
|
|
1398
1398
|
"type": "string"
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
{
|
|
1423
1423
|
"key": "VIEW",
|
|
1424
1424
|
"name": "View",
|
|
1425
|
-
"
|
|
1425
|
+
"payloadSchema": [
|
|
1426
1426
|
{
|
|
1427
1427
|
"name": "id",
|
|
1428
1428
|
"type": "string",
|
|
@@ -1437,7 +1437,7 @@
|
|
|
1437
1437
|
{
|
|
1438
1438
|
"key": "SAVE",
|
|
1439
1439
|
"name": "Save",
|
|
1440
|
-
"
|
|
1440
|
+
"payloadSchema": [
|
|
1441
1441
|
{
|
|
1442
1442
|
"name": "data",
|
|
1443
1443
|
"type": "object",
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
{
|
|
1449
1449
|
"key": "ArticleLoaded",
|
|
1450
1450
|
"name": "Article loaded",
|
|
1451
|
-
"
|
|
1451
|
+
"payloadSchema": [
|
|
1452
1452
|
{
|
|
1453
1453
|
"name": "data",
|
|
1454
1454
|
"type": "[Article]"
|
|
@@ -1458,7 +1458,7 @@
|
|
|
1458
1458
|
{
|
|
1459
1459
|
"key": "ArticleLoadFailed",
|
|
1460
1460
|
"name": "Article load failed",
|
|
1461
|
-
"
|
|
1461
|
+
"payloadSchema": [
|
|
1462
1462
|
{
|
|
1463
1463
|
"name": "error",
|
|
1464
1464
|
"type": "string"
|
|
@@ -1502,15 +1502,15 @@
|
|
|
1502
1502
|
"render-ui",
|
|
1503
1503
|
"modal",
|
|
1504
1504
|
{
|
|
1505
|
-
"direction": "vertical",
|
|
1506
|
-
"gap": "md",
|
|
1507
1505
|
"type": "stack",
|
|
1506
|
+
"gap": "md",
|
|
1507
|
+
"direction": "vertical",
|
|
1508
1508
|
"children": [
|
|
1509
1509
|
{
|
|
1510
|
-
"type": "stack",
|
|
1511
|
-
"direction": "horizontal",
|
|
1512
|
-
"gap": "sm",
|
|
1513
1510
|
"align": "center",
|
|
1511
|
+
"gap": "sm",
|
|
1512
|
+
"direction": "horizontal",
|
|
1513
|
+
"type": "stack",
|
|
1514
1514
|
"children": [
|
|
1515
1515
|
{
|
|
1516
1516
|
"name": "eye",
|
|
@@ -1518,8 +1518,8 @@
|
|
|
1518
1518
|
},
|
|
1519
1519
|
{
|
|
1520
1520
|
"content": "@entity.title",
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1521
|
+
"type": "typography",
|
|
1522
|
+
"variant": "h3"
|
|
1523
1523
|
}
|
|
1524
1524
|
]
|
|
1525
1525
|
},
|
|
@@ -1527,13 +1527,12 @@
|
|
|
1527
1527
|
"type": "divider"
|
|
1528
1528
|
},
|
|
1529
1529
|
{
|
|
1530
|
-
"
|
|
1531
|
-
"gap": "md",
|
|
1530
|
+
"direction": "horizontal",
|
|
1532
1531
|
"children": [
|
|
1533
1532
|
{
|
|
1533
|
+
"type": "typography",
|
|
1534
1534
|
"content": "Title",
|
|
1535
|
-
"variant": "caption"
|
|
1536
|
-
"type": "typography"
|
|
1535
|
+
"variant": "caption"
|
|
1537
1536
|
},
|
|
1538
1537
|
{
|
|
1539
1538
|
"type": "typography",
|
|
@@ -1541,115 +1540,116 @@
|
|
|
1541
1540
|
"content": "@entity.title"
|
|
1542
1541
|
}
|
|
1543
1542
|
],
|
|
1544
|
-
"
|
|
1543
|
+
"gap": "md",
|
|
1544
|
+
"type": "stack"
|
|
1545
1545
|
},
|
|
1546
1546
|
{
|
|
1547
1547
|
"children": [
|
|
1548
1548
|
{
|
|
1549
|
-
"type": "typography",
|
|
1550
1549
|
"variant": "caption",
|
|
1550
|
+
"type": "typography",
|
|
1551
1551
|
"content": "Slug"
|
|
1552
1552
|
},
|
|
1553
1553
|
{
|
|
1554
|
-
"variant": "body",
|
|
1555
1554
|
"type": "typography",
|
|
1555
|
+
"variant": "body",
|
|
1556
1556
|
"content": "@entity.slug"
|
|
1557
1557
|
}
|
|
1558
1558
|
],
|
|
1559
1559
|
"type": "stack",
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1560
|
+
"gap": "md",
|
|
1561
|
+
"direction": "horizontal"
|
|
1562
1562
|
},
|
|
1563
1563
|
{
|
|
1564
1564
|
"type": "stack",
|
|
1565
|
-
"gap": "md",
|
|
1566
|
-
"direction": "horizontal",
|
|
1567
1565
|
"children": [
|
|
1568
1566
|
{
|
|
1569
|
-
"
|
|
1567
|
+
"type": "typography",
|
|
1570
1568
|
"variant": "caption",
|
|
1571
|
-
"
|
|
1569
|
+
"content": "Content"
|
|
1572
1570
|
},
|
|
1573
1571
|
{
|
|
1574
|
-
"
|
|
1572
|
+
"type": "typography",
|
|
1575
1573
|
"content": "@entity.content",
|
|
1576
|
-
"
|
|
1574
|
+
"variant": "body"
|
|
1577
1575
|
}
|
|
1578
|
-
]
|
|
1576
|
+
],
|
|
1577
|
+
"gap": "md",
|
|
1578
|
+
"direction": "horizontal"
|
|
1579
1579
|
},
|
|
1580
1580
|
{
|
|
1581
|
-
"direction": "horizontal",
|
|
1582
|
-
"type": "stack",
|
|
1583
|
-
"gap": "md",
|
|
1584
1581
|
"children": [
|
|
1585
1582
|
{
|
|
1586
1583
|
"type": "typography",
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1584
|
+
"content": "Author",
|
|
1585
|
+
"variant": "caption"
|
|
1589
1586
|
},
|
|
1590
1587
|
{
|
|
1591
|
-
"variant": "body",
|
|
1592
1588
|
"content": "@entity.author",
|
|
1593
|
-
"type": "typography"
|
|
1589
|
+
"type": "typography",
|
|
1590
|
+
"variant": "body"
|
|
1594
1591
|
}
|
|
1595
|
-
]
|
|
1592
|
+
],
|
|
1593
|
+
"type": "stack",
|
|
1594
|
+
"gap": "md",
|
|
1595
|
+
"direction": "horizontal"
|
|
1596
1596
|
},
|
|
1597
1597
|
{
|
|
1598
1598
|
"direction": "horizontal",
|
|
1599
|
-
"
|
|
1599
|
+
"gap": "md",
|
|
1600
1600
|
"children": [
|
|
1601
1601
|
{
|
|
1602
|
-
"content": "Status",
|
|
1603
1602
|
"type": "typography",
|
|
1604
|
-
"variant": "caption"
|
|
1603
|
+
"variant": "caption",
|
|
1604
|
+
"content": "Status"
|
|
1605
1605
|
},
|
|
1606
1606
|
{
|
|
1607
|
-
"type": "typography",
|
|
1608
1607
|
"variant": "body",
|
|
1609
|
-
"content": "@entity.status"
|
|
1608
|
+
"content": "@entity.status",
|
|
1609
|
+
"type": "typography"
|
|
1610
1610
|
}
|
|
1611
1611
|
],
|
|
1612
|
-
"
|
|
1612
|
+
"type": "stack"
|
|
1613
1613
|
},
|
|
1614
1614
|
{
|
|
1615
|
-
"direction": "horizontal",
|
|
1616
|
-
"type": "stack",
|
|
1617
1615
|
"gap": "md",
|
|
1618
1616
|
"children": [
|
|
1619
1617
|
{
|
|
1620
1618
|
"type": "typography",
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1619
|
+
"variant": "caption",
|
|
1620
|
+
"content": "Published At"
|
|
1623
1621
|
},
|
|
1624
1622
|
{
|
|
1625
|
-
"type": "typography",
|
|
1626
1623
|
"variant": "body",
|
|
1627
|
-
"content": "@entity.publishedAt"
|
|
1624
|
+
"content": "@entity.publishedAt",
|
|
1625
|
+
"type": "typography"
|
|
1628
1626
|
}
|
|
1629
|
-
]
|
|
1627
|
+
],
|
|
1628
|
+
"direction": "horizontal",
|
|
1629
|
+
"type": "stack"
|
|
1630
1630
|
},
|
|
1631
1631
|
{
|
|
1632
1632
|
"type": "divider"
|
|
1633
1633
|
},
|
|
1634
1634
|
{
|
|
1635
|
-
"direction": "horizontal",
|
|
1636
|
-
"gap": "sm",
|
|
1637
|
-
"type": "stack",
|
|
1638
1635
|
"children": [
|
|
1639
1636
|
{
|
|
1640
|
-
"label": "Edit",
|
|
1641
|
-
"variant": "primary",
|
|
1642
1637
|
"type": "button",
|
|
1638
|
+
"variant": "primary",
|
|
1639
|
+
"label": "Edit",
|
|
1643
1640
|
"icon": "edit",
|
|
1644
1641
|
"action": "EDIT"
|
|
1645
1642
|
},
|
|
1646
1643
|
{
|
|
1647
|
-
"variant": "ghost",
|
|
1648
1644
|
"type": "button",
|
|
1645
|
+
"action": "CLOSE",
|
|
1649
1646
|
"label": "Close",
|
|
1650
|
-
"
|
|
1647
|
+
"variant": "ghost"
|
|
1651
1648
|
}
|
|
1652
1649
|
],
|
|
1650
|
+
"direction": "horizontal",
|
|
1651
|
+
"gap": "sm",
|
|
1652
|
+
"type": "stack",
|
|
1653
1653
|
"justify": "end"
|
|
1654
1654
|
}
|
|
1655
1655
|
]
|
|
@@ -1712,7 +1712,7 @@
|
|
|
1712
1712
|
{
|
|
1713
1713
|
"event": "ARTICLE_DELETED",
|
|
1714
1714
|
"scope": "external",
|
|
1715
|
-
"
|
|
1715
|
+
"payloadSchema": [
|
|
1716
1716
|
{
|
|
1717
1717
|
"name": "id",
|
|
1718
1718
|
"type": "string"
|
|
@@ -1722,7 +1722,7 @@
|
|
|
1722
1722
|
{
|
|
1723
1723
|
"event": "ArticleDeleteFailed",
|
|
1724
1724
|
"scope": "internal",
|
|
1725
|
-
"
|
|
1725
|
+
"payloadSchema": [
|
|
1726
1726
|
{
|
|
1727
1727
|
"name": "error",
|
|
1728
1728
|
"type": "string"
|
|
@@ -1736,7 +1736,7 @@
|
|
|
1736
1736
|
{
|
|
1737
1737
|
"event": "ArticleDeleted",
|
|
1738
1738
|
"scope": "internal",
|
|
1739
|
-
"
|
|
1739
|
+
"payloadSchema": [
|
|
1740
1740
|
{
|
|
1741
1741
|
"name": "id",
|
|
1742
1742
|
"type": "string"
|
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
"event": "ArticleLoadFailed",
|
|
1748
1748
|
"description": "Fired when Article fails to load",
|
|
1749
1749
|
"scope": "internal",
|
|
1750
|
-
"
|
|
1750
|
+
"payloadSchema": [
|
|
1751
1751
|
{
|
|
1752
1752
|
"name": "error",
|
|
1753
1753
|
"type": "string"
|
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
"event": "ArticleLoaded",
|
|
1763
1763
|
"description": "Fired when Article finishes loading",
|
|
1764
1764
|
"scope": "internal",
|
|
1765
|
-
"
|
|
1765
|
+
"payloadSchema": [
|
|
1766
1766
|
{
|
|
1767
1767
|
"name": "data",
|
|
1768
1768
|
"type": "[Article]"
|
|
@@ -1788,7 +1788,7 @@
|
|
|
1788
1788
|
{
|
|
1789
1789
|
"key": "DELETE",
|
|
1790
1790
|
"name": "Delete",
|
|
1791
|
-
"
|
|
1791
|
+
"payloadSchema": [
|
|
1792
1792
|
{
|
|
1793
1793
|
"name": "id",
|
|
1794
1794
|
"type": "string",
|
|
@@ -1815,7 +1815,7 @@
|
|
|
1815
1815
|
{
|
|
1816
1816
|
"key": "ArticleDeleteFailed",
|
|
1817
1817
|
"name": "Article delete failed",
|
|
1818
|
-
"
|
|
1818
|
+
"payloadSchema": [
|
|
1819
1819
|
{
|
|
1820
1820
|
"name": "error",
|
|
1821
1821
|
"type": "string"
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
{
|
|
1830
1830
|
"key": "ArticleDeleted",
|
|
1831
1831
|
"name": "Article deleted",
|
|
1832
|
-
"
|
|
1832
|
+
"payloadSchema": [
|
|
1833
1833
|
{
|
|
1834
1834
|
"name": "id",
|
|
1835
1835
|
"type": "string"
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
{
|
|
1840
1840
|
"key": "ArticleLoadFailed",
|
|
1841
1841
|
"name": "Article load failed",
|
|
1842
|
-
"
|
|
1842
|
+
"payloadSchema": [
|
|
1843
1843
|
{
|
|
1844
1844
|
"name": "error",
|
|
1845
1845
|
"type": "string"
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
{
|
|
1854
1854
|
"key": "ArticleLoaded",
|
|
1855
1855
|
"name": "Article loaded",
|
|
1856
|
-
"
|
|
1856
|
+
"payloadSchema": [
|
|
1857
1857
|
{
|
|
1858
1858
|
"name": "data",
|
|
1859
1859
|
"type": "[Article]"
|
|
@@ -1887,11 +1887,11 @@
|
|
|
1887
1887
|
"fetch",
|
|
1888
1888
|
"Article",
|
|
1889
1889
|
{
|
|
1890
|
-
"id": "@payload.id",
|
|
1891
1890
|
"emit": {
|
|
1892
1891
|
"failure": "ArticleLoadFailed",
|
|
1893
1892
|
"success": "ArticleLoaded"
|
|
1894
|
-
}
|
|
1893
|
+
},
|
|
1894
|
+
"id": "@payload.id"
|
|
1895
1895
|
}
|
|
1896
1896
|
],
|
|
1897
1897
|
[
|
|
@@ -1899,24 +1899,23 @@
|
|
|
1899
1899
|
"modal",
|
|
1900
1900
|
{
|
|
1901
1901
|
"type": "stack",
|
|
1902
|
-
"gap": "md",
|
|
1903
1902
|
"children": [
|
|
1904
1903
|
{
|
|
1905
|
-
"type": "stack",
|
|
1906
1904
|
"align": "center",
|
|
1905
|
+
"type": "stack",
|
|
1906
|
+
"direction": "horizontal",
|
|
1907
|
+
"gap": "sm",
|
|
1907
1908
|
"children": [
|
|
1908
1909
|
{
|
|
1909
|
-
"
|
|
1910
|
-
"
|
|
1910
|
+
"type": "icon",
|
|
1911
|
+
"name": "alert-triangle"
|
|
1911
1912
|
},
|
|
1912
1913
|
{
|
|
1913
1914
|
"content": "Delete Article",
|
|
1914
1915
|
"variant": "h3",
|
|
1915
1916
|
"type": "typography"
|
|
1916
1917
|
}
|
|
1917
|
-
]
|
|
1918
|
-
"direction": "horizontal",
|
|
1919
|
-
"gap": "sm"
|
|
1918
|
+
]
|
|
1920
1919
|
},
|
|
1921
1920
|
{
|
|
1922
1921
|
"type": "divider"
|
|
@@ -1927,28 +1926,29 @@
|
|
|
1927
1926
|
"variant": "error"
|
|
1928
1927
|
},
|
|
1929
1928
|
{
|
|
1930
|
-
"gap": "sm",
|
|
1931
1929
|
"justify": "end",
|
|
1930
|
+
"direction": "horizontal",
|
|
1932
1931
|
"type": "stack",
|
|
1932
|
+
"gap": "sm",
|
|
1933
1933
|
"children": [
|
|
1934
1934
|
{
|
|
1935
1935
|
"action": "CANCEL",
|
|
1936
|
-
"
|
|
1936
|
+
"variant": "ghost",
|
|
1937
1937
|
"type": "button",
|
|
1938
|
-
"
|
|
1938
|
+
"label": "Cancel"
|
|
1939
1939
|
},
|
|
1940
1940
|
{
|
|
1941
1941
|
"icon": "check",
|
|
1942
|
-
"
|
|
1942
|
+
"variant": "danger",
|
|
1943
1943
|
"label": "Delete",
|
|
1944
1944
|
"type": "button",
|
|
1945
|
-
"
|
|
1945
|
+
"action": "CONFIRM_DELETE"
|
|
1946
1946
|
}
|
|
1947
|
-
]
|
|
1948
|
-
"direction": "horizontal"
|
|
1947
|
+
]
|
|
1949
1948
|
}
|
|
1950
1949
|
],
|
|
1951
|
-
"direction": "vertical"
|
|
1950
|
+
"direction": "vertical",
|
|
1951
|
+
"gap": "md"
|
|
1952
1952
|
}
|
|
1953
1953
|
]
|
|
1954
1954
|
]
|
|
@@ -1965,8 +1965,8 @@
|
|
|
1965
1965
|
"@entity.pendingId",
|
|
1966
1966
|
{
|
|
1967
1967
|
"emit": {
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
1968
|
+
"failure": "ArticleDeleteFailed",
|
|
1969
|
+
"success": "ArticleDeleted"
|
|
1970
1970
|
}
|
|
1971
1971
|
}
|
|
1972
1972
|
],
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
"event": "MediaAssetLoaded",
|
|
2118
2118
|
"description": "Fired when MediaAsset finishes loading",
|
|
2119
2119
|
"scope": "internal",
|
|
2120
|
-
"
|
|
2120
|
+
"payloadSchema": [
|
|
2121
2121
|
{
|
|
2122
2122
|
"name": "data",
|
|
2123
2123
|
"type": "[MediaAsset]"
|
|
@@ -2128,7 +2128,7 @@
|
|
|
2128
2128
|
"event": "MediaAssetLoadFailed",
|
|
2129
2129
|
"description": "Fired when MediaAsset fails to load",
|
|
2130
2130
|
"scope": "internal",
|
|
2131
|
-
"
|
|
2131
|
+
"payloadSchema": [
|
|
2132
2132
|
{
|
|
2133
2133
|
"name": "error",
|
|
2134
2134
|
"type": "string"
|
|
@@ -2164,7 +2164,7 @@
|
|
|
2164
2164
|
{
|
|
2165
2165
|
"key": "MediaAssetLoaded",
|
|
2166
2166
|
"name": "MediaAsset loaded",
|
|
2167
|
-
"
|
|
2167
|
+
"payloadSchema": [
|
|
2168
2168
|
{
|
|
2169
2169
|
"name": "data",
|
|
2170
2170
|
"type": "[MediaAsset]"
|
|
@@ -2174,7 +2174,7 @@
|
|
|
2174
2174
|
{
|
|
2175
2175
|
"key": "MediaAssetLoadFailed",
|
|
2176
2176
|
"name": "MediaAsset load failed",
|
|
2177
|
-
"
|
|
2177
|
+
"payloadSchema": [
|
|
2178
2178
|
{
|
|
2179
2179
|
"name": "error",
|
|
2180
2180
|
"type": "string"
|
|
@@ -2197,8 +2197,8 @@
|
|
|
2197
2197
|
"MediaAsset",
|
|
2198
2198
|
{
|
|
2199
2199
|
"emit": {
|
|
2200
|
-
"
|
|
2201
|
-
"
|
|
2200
|
+
"success": "MediaAssetLoaded",
|
|
2201
|
+
"failure": "MediaAssetLoadFailed"
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
2204
|
],
|
|
@@ -2206,22 +2206,22 @@
|
|
|
2206
2206
|
"render-ui",
|
|
2207
2207
|
"main",
|
|
2208
2208
|
{
|
|
2209
|
+
"gap": "md",
|
|
2210
|
+
"align": "center",
|
|
2211
|
+
"direction": "vertical",
|
|
2212
|
+
"type": "stack",
|
|
2209
2213
|
"className": "py-12",
|
|
2210
2214
|
"children": [
|
|
2211
2215
|
{
|
|
2212
2216
|
"type": "spinner"
|
|
2213
2217
|
},
|
|
2214
2218
|
{
|
|
2215
|
-
"content": "Loading…",
|
|
2216
2219
|
"variant": "caption",
|
|
2220
|
+
"color": "muted",
|
|
2217
2221
|
"type": "typography",
|
|
2218
|
-
"
|
|
2222
|
+
"content": "Loading…"
|
|
2219
2223
|
}
|
|
2220
|
-
]
|
|
2221
|
-
"type": "stack",
|
|
2222
|
-
"direction": "vertical",
|
|
2223
|
-
"gap": "md",
|
|
2224
|
-
"align": "center"
|
|
2224
|
+
]
|
|
2225
2225
|
}
|
|
2226
2226
|
]
|
|
2227
2227
|
]
|
|
@@ -2235,36 +2235,40 @@
|
|
|
2235
2235
|
"render-ui",
|
|
2236
2236
|
"main",
|
|
2237
2237
|
{
|
|
2238
|
-
"type": "dashboard-layout",
|
|
2239
2238
|
"navItems": [
|
|
2240
2239
|
{
|
|
2241
|
-
"icon": "file-text",
|
|
2242
2240
|
"href": "/articles",
|
|
2241
|
+
"icon": "file-text",
|
|
2243
2242
|
"label": "Articles"
|
|
2244
2243
|
},
|
|
2245
2244
|
{
|
|
2246
|
-
"
|
|
2245
|
+
"icon": "image",
|
|
2247
2246
|
"href": "/media",
|
|
2248
|
-
"
|
|
2247
|
+
"label": "Media"
|
|
2249
2248
|
},
|
|
2250
2249
|
{
|
|
2250
|
+
"href": "/categories",
|
|
2251
2251
|
"icon": "folder",
|
|
2252
|
-
"label": "Categories"
|
|
2253
|
-
"href": "/categories"
|
|
2252
|
+
"label": "Categories"
|
|
2254
2253
|
}
|
|
2255
2254
|
],
|
|
2255
|
+
"type": "dashboard-layout",
|
|
2256
2256
|
"appName": "CmsApp",
|
|
2257
2257
|
"children": [
|
|
2258
2258
|
{
|
|
2259
|
+
"direction": "vertical",
|
|
2260
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2261
|
+
"type": "stack",
|
|
2262
|
+
"gap": "lg",
|
|
2259
2263
|
"children": [
|
|
2260
2264
|
{
|
|
2261
|
-
"direction": "horizontal",
|
|
2262
|
-
"justify": "between",
|
|
2263
2265
|
"align": "center",
|
|
2264
|
-
"gap": "md",
|
|
2265
|
-
"type": "stack",
|
|
2266
2266
|
"children": [
|
|
2267
2267
|
{
|
|
2268
|
+
"type": "stack",
|
|
2269
|
+
"direction": "horizontal",
|
|
2270
|
+
"gap": "sm",
|
|
2271
|
+
"align": "center",
|
|
2268
2272
|
"children": [
|
|
2269
2273
|
{
|
|
2270
2274
|
"name": "image",
|
|
@@ -2272,77 +2276,73 @@
|
|
|
2272
2276
|
},
|
|
2273
2277
|
{
|
|
2274
2278
|
"type": "typography",
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2279
|
+
"content": "Media Library",
|
|
2280
|
+
"variant": "h2"
|
|
2277
2281
|
}
|
|
2278
|
-
]
|
|
2279
|
-
"direction": "horizontal",
|
|
2280
|
-
"align": "center",
|
|
2281
|
-
"type": "stack",
|
|
2282
|
-
"gap": "sm"
|
|
2282
|
+
]
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
2285
|
"type": "stack",
|
|
2286
|
-
"direction": "horizontal",
|
|
2287
2286
|
"children": [
|
|
2288
2287
|
{
|
|
2289
|
-
"action": "CREATE",
|
|
2290
2288
|
"type": "button",
|
|
2291
2289
|
"variant": "primary",
|
|
2290
|
+
"action": "CREATE",
|
|
2292
2291
|
"icon": "plus",
|
|
2293
2292
|
"label": "Create MediaAsset"
|
|
2294
2293
|
}
|
|
2295
2294
|
],
|
|
2296
|
-
"gap": "sm"
|
|
2295
|
+
"gap": "sm",
|
|
2296
|
+
"direction": "horizontal"
|
|
2297
2297
|
}
|
|
2298
|
-
]
|
|
2298
|
+
],
|
|
2299
|
+
"justify": "between",
|
|
2300
|
+
"gap": "md",
|
|
2301
|
+
"direction": "horizontal",
|
|
2302
|
+
"type": "stack"
|
|
2299
2303
|
},
|
|
2300
2304
|
{
|
|
2301
2305
|
"type": "divider"
|
|
2302
2306
|
},
|
|
2303
2307
|
{
|
|
2308
|
+
"fields": [],
|
|
2309
|
+
"type": "data-grid",
|
|
2310
|
+
"entity": "@payload.data",
|
|
2311
|
+
"cols": 3.0,
|
|
2312
|
+
"itemActions": [
|
|
2313
|
+
{
|
|
2314
|
+
"label": "View",
|
|
2315
|
+
"event": "VIEW",
|
|
2316
|
+
"variant": "ghost"
|
|
2317
|
+
}
|
|
2318
|
+
],
|
|
2319
|
+
"gap": "md",
|
|
2304
2320
|
"columns": [
|
|
2305
2321
|
{
|
|
2306
|
-
"label": "File",
|
|
2307
|
-
"variant": "h3",
|
|
2308
2322
|
"name": "fileName",
|
|
2309
|
-
"icon": "image"
|
|
2323
|
+
"icon": "image",
|
|
2324
|
+
"variant": "h3",
|
|
2325
|
+
"label": "File"
|
|
2310
2326
|
},
|
|
2311
2327
|
{
|
|
2312
|
-
"
|
|
2328
|
+
"variant": "badge",
|
|
2313
2329
|
"name": "fileType",
|
|
2314
|
-
"
|
|
2330
|
+
"label": "Type"
|
|
2315
2331
|
},
|
|
2316
2332
|
{
|
|
2317
|
-
"format": "number",
|
|
2318
2333
|
"variant": "body",
|
|
2319
|
-
"
|
|
2320
|
-
"label": "Size"
|
|
2334
|
+
"format": "number",
|
|
2335
|
+
"label": "Size",
|
|
2336
|
+
"name": "fileSize"
|
|
2321
2337
|
},
|
|
2322
2338
|
{
|
|
2323
2339
|
"name": "altText",
|
|
2324
|
-
"
|
|
2325
|
-
"
|
|
2326
|
-
}
|
|
2327
|
-
],
|
|
2328
|
-
"cols": 3.0,
|
|
2329
|
-
"entity": "@payload.data",
|
|
2330
|
-
"gap": "md",
|
|
2331
|
-
"type": "data-grid",
|
|
2332
|
-
"fields": [],
|
|
2333
|
-
"itemActions": [
|
|
2334
|
-
{
|
|
2335
|
-
"variant": "ghost",
|
|
2336
|
-
"event": "VIEW",
|
|
2337
|
-
"label": "View"
|
|
2340
|
+
"label": "Alt Text",
|
|
2341
|
+
"variant": "caption"
|
|
2338
2342
|
}
|
|
2339
2343
|
]
|
|
2340
2344
|
}
|
|
2341
|
-
]
|
|
2342
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2343
|
-
"direction": "vertical",
|
|
2344
|
-
"type": "stack",
|
|
2345
|
-
"gap": "lg"
|
|
2345
|
+
]
|
|
2346
2346
|
}
|
|
2347
2347
|
]
|
|
2348
2348
|
}
|
|
@@ -2358,34 +2358,34 @@
|
|
|
2358
2358
|
"render-ui",
|
|
2359
2359
|
"main",
|
|
2360
2360
|
{
|
|
2361
|
-
"type": "stack",
|
|
2362
2361
|
"className": "py-12",
|
|
2363
|
-
"
|
|
2362
|
+
"type": "stack",
|
|
2364
2363
|
"direction": "vertical",
|
|
2364
|
+
"gap": "md",
|
|
2365
2365
|
"align": "center",
|
|
2366
2366
|
"children": [
|
|
2367
2367
|
{
|
|
2368
|
+
"type": "icon",
|
|
2368
2369
|
"color": "destructive",
|
|
2369
|
-
"name": "alert-triangle"
|
|
2370
|
-
"type": "icon"
|
|
2370
|
+
"name": "alert-triangle"
|
|
2371
2371
|
},
|
|
2372
2372
|
{
|
|
2373
|
-
"variant": "h3",
|
|
2374
2373
|
"content": "Failed to load mediaasset",
|
|
2375
|
-
"type": "typography"
|
|
2374
|
+
"type": "typography",
|
|
2375
|
+
"variant": "h3"
|
|
2376
2376
|
},
|
|
2377
2377
|
{
|
|
2378
2378
|
"type": "typography",
|
|
2379
2379
|
"color": "muted",
|
|
2380
|
-
"
|
|
2381
|
-
"
|
|
2380
|
+
"variant": "body",
|
|
2381
|
+
"content": "@payload.error"
|
|
2382
2382
|
},
|
|
2383
2383
|
{
|
|
2384
|
+
"type": "button",
|
|
2384
2385
|
"action": "INIT",
|
|
2385
2386
|
"icon": "rotate-ccw",
|
|
2386
|
-
"
|
|
2387
|
-
"label": "Retry"
|
|
2388
|
-
"variant": "primary"
|
|
2387
|
+
"variant": "primary",
|
|
2388
|
+
"label": "Retry"
|
|
2389
2389
|
}
|
|
2390
2390
|
]
|
|
2391
2391
|
}
|
|
@@ -2405,7 +2405,7 @@
|
|
|
2405
2405
|
"event": "MediaAssetLoadFailed",
|
|
2406
2406
|
"description": "Fired when MediaAsset fails to load",
|
|
2407
2407
|
"scope": "internal",
|
|
2408
|
-
"
|
|
2408
|
+
"payloadSchema": [
|
|
2409
2409
|
{
|
|
2410
2410
|
"name": "error",
|
|
2411
2411
|
"type": "string"
|
|
@@ -2420,7 +2420,7 @@
|
|
|
2420
2420
|
"event": "MediaAssetLoaded",
|
|
2421
2421
|
"description": "Fired when MediaAsset finishes loading",
|
|
2422
2422
|
"scope": "internal",
|
|
2423
|
-
"
|
|
2423
|
+
"payloadSchema": [
|
|
2424
2424
|
{
|
|
2425
2425
|
"name": "data",
|
|
2426
2426
|
"type": "[MediaAsset]"
|
|
@@ -2430,7 +2430,7 @@
|
|
|
2430
2430
|
{
|
|
2431
2431
|
"event": "MediaAssetSaveFailed",
|
|
2432
2432
|
"scope": "internal",
|
|
2433
|
-
"
|
|
2433
|
+
"payloadSchema": [
|
|
2434
2434
|
{
|
|
2435
2435
|
"name": "error",
|
|
2436
2436
|
"type": "string"
|
|
@@ -2444,7 +2444,7 @@
|
|
|
2444
2444
|
{
|
|
2445
2445
|
"event": "MediaAssetSaved",
|
|
2446
2446
|
"scope": "internal",
|
|
2447
|
-
"
|
|
2447
|
+
"payloadSchema": [
|
|
2448
2448
|
{
|
|
2449
2449
|
"name": "id",
|
|
2450
2450
|
"type": "string"
|
|
@@ -2478,7 +2478,7 @@
|
|
|
2478
2478
|
{
|
|
2479
2479
|
"key": "SAVE",
|
|
2480
2480
|
"name": "Save",
|
|
2481
|
-
"
|
|
2481
|
+
"payloadSchema": [
|
|
2482
2482
|
{
|
|
2483
2483
|
"name": "data",
|
|
2484
2484
|
"type": "string"
|
|
@@ -2488,7 +2488,7 @@
|
|
|
2488
2488
|
{
|
|
2489
2489
|
"key": "MediaAssetLoadFailed",
|
|
2490
2490
|
"name": "MediaAsset load failed",
|
|
2491
|
-
"
|
|
2491
|
+
"payloadSchema": [
|
|
2492
2492
|
{
|
|
2493
2493
|
"name": "error",
|
|
2494
2494
|
"type": "string"
|
|
@@ -2502,7 +2502,7 @@
|
|
|
2502
2502
|
{
|
|
2503
2503
|
"key": "MediaAssetLoaded",
|
|
2504
2504
|
"name": "MediaAsset loaded",
|
|
2505
|
-
"
|
|
2505
|
+
"payloadSchema": [
|
|
2506
2506
|
{
|
|
2507
2507
|
"name": "data",
|
|
2508
2508
|
"type": "[MediaAsset]"
|
|
@@ -2512,7 +2512,7 @@
|
|
|
2512
2512
|
{
|
|
2513
2513
|
"key": "MediaAssetSaveFailed",
|
|
2514
2514
|
"name": "MediaAsset save failed",
|
|
2515
|
-
"
|
|
2515
|
+
"payloadSchema": [
|
|
2516
2516
|
{
|
|
2517
2517
|
"name": "error",
|
|
2518
2518
|
"type": "string"
|
|
@@ -2526,7 +2526,7 @@
|
|
|
2526
2526
|
{
|
|
2527
2527
|
"key": "MediaAssetSaved",
|
|
2528
2528
|
"name": "MediaAsset saved",
|
|
2529
|
-
"
|
|
2529
|
+
"payloadSchema": [
|
|
2530
2530
|
{
|
|
2531
2531
|
"name": "id",
|
|
2532
2532
|
"type": "string"
|
|
@@ -2556,8 +2556,8 @@
|
|
|
2556
2556
|
"MediaAsset",
|
|
2557
2557
|
{
|
|
2558
2558
|
"emit": {
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2559
|
+
"failure": "MediaAssetLoadFailed",
|
|
2560
|
+
"success": "MediaAssetLoaded"
|
|
2561
2561
|
}
|
|
2562
2562
|
}
|
|
2563
2563
|
],
|
|
@@ -2565,31 +2565,31 @@
|
|
|
2565
2565
|
"render-ui",
|
|
2566
2566
|
"modal",
|
|
2567
2567
|
{
|
|
2568
|
-
"direction": "vertical",
|
|
2569
|
-
"gap": "md",
|
|
2570
2568
|
"type": "stack",
|
|
2569
|
+
"direction": "vertical",
|
|
2571
2570
|
"children": [
|
|
2572
2571
|
{
|
|
2573
2572
|
"gap": "sm",
|
|
2574
2573
|
"type": "stack",
|
|
2574
|
+
"direction": "horizontal",
|
|
2575
2575
|
"children": [
|
|
2576
2576
|
{
|
|
2577
|
-
"
|
|
2578
|
-
"
|
|
2577
|
+
"type": "icon",
|
|
2578
|
+
"name": "plus-circle"
|
|
2579
2579
|
},
|
|
2580
2580
|
{
|
|
2581
2581
|
"type": "typography",
|
|
2582
|
-
"
|
|
2583
|
-
"
|
|
2582
|
+
"content": "New MediaAsset",
|
|
2583
|
+
"variant": "h3"
|
|
2584
2584
|
}
|
|
2585
|
-
]
|
|
2586
|
-
"direction": "horizontal"
|
|
2585
|
+
]
|
|
2587
2586
|
},
|
|
2588
2587
|
{
|
|
2589
2588
|
"type": "divider"
|
|
2590
2589
|
},
|
|
2591
2590
|
{
|
|
2592
|
-
"
|
|
2591
|
+
"submitEvent": "SAVE",
|
|
2592
|
+
"mode": "create",
|
|
2593
2593
|
"fields": [
|
|
2594
2594
|
"fileName",
|
|
2595
2595
|
"fileType",
|
|
@@ -2599,10 +2599,10 @@
|
|
|
2599
2599
|
"uploadedAt"
|
|
2600
2600
|
],
|
|
2601
2601
|
"type": "form-section",
|
|
2602
|
-
"
|
|
2603
|
-
"submitEvent": "SAVE"
|
|
2602
|
+
"cancelEvent": "CLOSE"
|
|
2604
2603
|
}
|
|
2605
|
-
]
|
|
2604
|
+
],
|
|
2605
|
+
"gap": "md"
|
|
2606
2606
|
}
|
|
2607
2607
|
]
|
|
2608
2608
|
]
|
|
@@ -2643,8 +2643,8 @@
|
|
|
2643
2643
|
"@payload.data",
|
|
2644
2644
|
{
|
|
2645
2645
|
"emit": {
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2646
|
+
"failure": "MediaAssetSaveFailed",
|
|
2647
|
+
"success": "MediaAssetSaved"
|
|
2648
2648
|
}
|
|
2649
2649
|
}
|
|
2650
2650
|
],
|
|
@@ -2675,7 +2675,7 @@
|
|
|
2675
2675
|
"event": "MediaAssetLoaded",
|
|
2676
2676
|
"description": "Fired when MediaAsset finishes loading",
|
|
2677
2677
|
"scope": "internal",
|
|
2678
|
-
"
|
|
2678
|
+
"payloadSchema": [
|
|
2679
2679
|
{
|
|
2680
2680
|
"name": "data",
|
|
2681
2681
|
"type": "[MediaAsset]"
|
|
@@ -2686,7 +2686,7 @@
|
|
|
2686
2686
|
"event": "MediaAssetLoadFailed",
|
|
2687
2687
|
"description": "Fired when MediaAsset fails to load",
|
|
2688
2688
|
"scope": "internal",
|
|
2689
|
-
"
|
|
2689
|
+
"payloadSchema": [
|
|
2690
2690
|
{
|
|
2691
2691
|
"name": "error",
|
|
2692
2692
|
"type": "string"
|
|
@@ -2716,7 +2716,7 @@
|
|
|
2716
2716
|
{
|
|
2717
2717
|
"key": "VIEW",
|
|
2718
2718
|
"name": "View",
|
|
2719
|
-
"
|
|
2719
|
+
"payloadSchema": [
|
|
2720
2720
|
{
|
|
2721
2721
|
"name": "id",
|
|
2722
2722
|
"type": "string"
|
|
@@ -2734,7 +2734,7 @@
|
|
|
2734
2734
|
{
|
|
2735
2735
|
"key": "MediaAssetLoaded",
|
|
2736
2736
|
"name": "MediaAsset loaded",
|
|
2737
|
-
"
|
|
2737
|
+
"payloadSchema": [
|
|
2738
2738
|
{
|
|
2739
2739
|
"name": "data",
|
|
2740
2740
|
"type": "[MediaAsset]"
|
|
@@ -2744,7 +2744,7 @@
|
|
|
2744
2744
|
{
|
|
2745
2745
|
"key": "MediaAssetLoadFailed",
|
|
2746
2746
|
"name": "MediaAsset load failed",
|
|
2747
|
-
"
|
|
2747
|
+
"payloadSchema": [
|
|
2748
2748
|
{
|
|
2749
2749
|
"name": "error",
|
|
2750
2750
|
"type": "string"
|
|
@@ -2777,11 +2777,11 @@
|
|
|
2777
2777
|
"fetch",
|
|
2778
2778
|
"MediaAsset",
|
|
2779
2779
|
{
|
|
2780
|
+
"id": "@payload.id",
|
|
2780
2781
|
"emit": {
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2783
|
-
}
|
|
2784
|
-
"id": "@payload.id"
|
|
2782
|
+
"failure": "MediaAssetLoadFailed",
|
|
2783
|
+
"success": "MediaAssetLoaded"
|
|
2784
|
+
}
|
|
2785
2785
|
}
|
|
2786
2786
|
],
|
|
2787
2787
|
[
|
|
@@ -2789,12 +2789,9 @@
|
|
|
2789
2789
|
"modal",
|
|
2790
2790
|
{
|
|
2791
2791
|
"gap": "md",
|
|
2792
|
+
"type": "stack",
|
|
2792
2793
|
"children": [
|
|
2793
2794
|
{
|
|
2794
|
-
"direction": "horizontal",
|
|
2795
|
-
"type": "stack",
|
|
2796
|
-
"gap": "sm",
|
|
2797
|
-
"align": "center",
|
|
2798
2795
|
"children": [
|
|
2799
2796
|
{
|
|
2800
2797
|
"type": "icon",
|
|
@@ -2805,82 +2802,85 @@
|
|
|
2805
2802
|
"content": "@entity.fileName",
|
|
2806
2803
|
"variant": "h3"
|
|
2807
2804
|
}
|
|
2808
|
-
]
|
|
2805
|
+
],
|
|
2806
|
+
"gap": "sm",
|
|
2807
|
+
"direction": "horizontal",
|
|
2808
|
+
"type": "stack",
|
|
2809
|
+
"align": "center"
|
|
2809
2810
|
},
|
|
2810
2811
|
{
|
|
2811
2812
|
"type": "divider"
|
|
2812
2813
|
},
|
|
2813
2814
|
{
|
|
2815
|
+
"direction": "horizontal",
|
|
2816
|
+
"gap": "md",
|
|
2814
2817
|
"children": [
|
|
2815
2818
|
{
|
|
2819
|
+
"variant": "caption",
|
|
2816
2820
|
"content": "File Name",
|
|
2817
|
-
"type": "typography"
|
|
2818
|
-
"variant": "caption"
|
|
2821
|
+
"type": "typography"
|
|
2819
2822
|
},
|
|
2820
2823
|
{
|
|
2824
|
+
"type": "typography",
|
|
2821
2825
|
"content": "@entity.fileName",
|
|
2822
|
-
"variant": "body"
|
|
2823
|
-
"type": "typography"
|
|
2826
|
+
"variant": "body"
|
|
2824
2827
|
}
|
|
2825
2828
|
],
|
|
2826
|
-
"type": "stack"
|
|
2827
|
-
"gap": "md",
|
|
2828
|
-
"direction": "horizontal"
|
|
2829
|
+
"type": "stack"
|
|
2829
2830
|
},
|
|
2830
2831
|
{
|
|
2831
2832
|
"type": "stack",
|
|
2832
|
-
"gap": "md",
|
|
2833
2833
|
"direction": "horizontal",
|
|
2834
|
+
"gap": "md",
|
|
2834
2835
|
"children": [
|
|
2835
2836
|
{
|
|
2836
|
-
"type": "typography",
|
|
2837
2837
|
"content": "File Type",
|
|
2838
|
+
"type": "typography",
|
|
2838
2839
|
"variant": "caption"
|
|
2839
2840
|
},
|
|
2840
2841
|
{
|
|
2841
|
-
"
|
|
2842
|
+
"type": "typography",
|
|
2842
2843
|
"content": "@entity.fileType",
|
|
2843
|
-
"
|
|
2844
|
+
"variant": "body"
|
|
2844
2845
|
}
|
|
2845
2846
|
]
|
|
2846
2847
|
},
|
|
2847
2848
|
{
|
|
2848
|
-
"gap": "md",
|
|
2849
2849
|
"direction": "horizontal",
|
|
2850
|
+
"gap": "md",
|
|
2851
|
+
"type": "stack",
|
|
2850
2852
|
"children": [
|
|
2851
2853
|
{
|
|
2852
2854
|
"type": "typography",
|
|
2853
|
-
"
|
|
2854
|
-
"
|
|
2855
|
+
"content": "File Size",
|
|
2856
|
+
"variant": "caption"
|
|
2855
2857
|
},
|
|
2856
2858
|
{
|
|
2857
2859
|
"type": "typography",
|
|
2858
2860
|
"variant": "body",
|
|
2859
2861
|
"content": "@entity.fileSize"
|
|
2860
2862
|
}
|
|
2861
|
-
]
|
|
2862
|
-
"type": "stack"
|
|
2863
|
+
]
|
|
2863
2864
|
},
|
|
2864
2865
|
{
|
|
2865
|
-
"gap": "md",
|
|
2866
|
-
"type": "stack",
|
|
2867
2866
|
"direction": "horizontal",
|
|
2867
|
+
"gap": "md",
|
|
2868
2868
|
"children": [
|
|
2869
2869
|
{
|
|
2870
|
-
"content": "Url",
|
|
2871
2870
|
"type": "typography",
|
|
2872
|
-
"variant": "caption"
|
|
2871
|
+
"variant": "caption",
|
|
2872
|
+
"content": "Url"
|
|
2873
2873
|
},
|
|
2874
2874
|
{
|
|
2875
|
+
"type": "typography",
|
|
2875
2876
|
"variant": "body",
|
|
2876
|
-
"content": "@entity.url"
|
|
2877
|
-
"type": "typography"
|
|
2877
|
+
"content": "@entity.url"
|
|
2878
2878
|
}
|
|
2879
|
-
]
|
|
2879
|
+
],
|
|
2880
|
+
"type": "stack"
|
|
2880
2881
|
},
|
|
2881
2882
|
{
|
|
2882
|
-
"
|
|
2883
|
-
"gap": "md",
|
|
2883
|
+
"direction": "horizontal",
|
|
2884
2884
|
"children": [
|
|
2885
2885
|
{
|
|
2886
2886
|
"type": "typography",
|
|
@@ -2888,16 +2888,18 @@
|
|
|
2888
2888
|
"content": "Alt Text"
|
|
2889
2889
|
},
|
|
2890
2890
|
{
|
|
2891
|
-
"
|
|
2891
|
+
"type": "typography",
|
|
2892
2892
|
"variant": "body",
|
|
2893
|
-
"
|
|
2893
|
+
"content": "@entity.altText"
|
|
2894
2894
|
}
|
|
2895
2895
|
],
|
|
2896
|
-
"
|
|
2896
|
+
"type": "stack",
|
|
2897
|
+
"gap": "md"
|
|
2897
2898
|
},
|
|
2898
2899
|
{
|
|
2899
2900
|
"type": "stack",
|
|
2900
2901
|
"direction": "horizontal",
|
|
2902
|
+
"gap": "md",
|
|
2901
2903
|
"children": [
|
|
2902
2904
|
{
|
|
2903
2905
|
"variant": "caption",
|
|
@@ -2906,31 +2908,29 @@
|
|
|
2906
2908
|
},
|
|
2907
2909
|
{
|
|
2908
2910
|
"type": "typography",
|
|
2909
|
-
"
|
|
2910
|
-
"
|
|
2911
|
+
"content": "@entity.uploadedAt",
|
|
2912
|
+
"variant": "body"
|
|
2911
2913
|
}
|
|
2912
|
-
]
|
|
2913
|
-
"gap": "md"
|
|
2914
|
+
]
|
|
2914
2915
|
},
|
|
2915
2916
|
{
|
|
2916
2917
|
"type": "divider"
|
|
2917
2918
|
},
|
|
2918
2919
|
{
|
|
2920
|
+
"type": "stack",
|
|
2919
2921
|
"justify": "end",
|
|
2920
|
-
"gap": "sm",
|
|
2921
2922
|
"children": [
|
|
2922
2923
|
{
|
|
2924
|
+
"type": "button",
|
|
2923
2925
|
"action": "CLOSE",
|
|
2924
2926
|
"label": "Close",
|
|
2925
|
-
"type": "button",
|
|
2926
2927
|
"variant": "ghost"
|
|
2927
2928
|
}
|
|
2928
2929
|
],
|
|
2929
2930
|
"direction": "horizontal",
|
|
2930
|
-
"
|
|
2931
|
+
"gap": "sm"
|
|
2931
2932
|
}
|
|
2932
2933
|
],
|
|
2933
|
-
"type": "stack",
|
|
2934
2934
|
"direction": "vertical"
|
|
2935
2935
|
}
|
|
2936
2936
|
]
|
|
@@ -3053,7 +3053,7 @@
|
|
|
3053
3053
|
"event": "CategoryLoaded",
|
|
3054
3054
|
"description": "Fired when Category finishes loading",
|
|
3055
3055
|
"scope": "internal",
|
|
3056
|
-
"
|
|
3056
|
+
"payloadSchema": [
|
|
3057
3057
|
{
|
|
3058
3058
|
"name": "data",
|
|
3059
3059
|
"type": "[Category]"
|
|
@@ -3064,7 +3064,7 @@
|
|
|
3064
3064
|
"event": "CategoryLoadFailed",
|
|
3065
3065
|
"description": "Fired when Category fails to load",
|
|
3066
3066
|
"scope": "internal",
|
|
3067
|
-
"
|
|
3067
|
+
"payloadSchema": [
|
|
3068
3068
|
{
|
|
3069
3069
|
"name": "error",
|
|
3070
3070
|
"type": "string"
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
{
|
|
3125
3125
|
"key": "CategoryLoaded",
|
|
3126
3126
|
"name": "Category loaded",
|
|
3127
|
-
"
|
|
3127
|
+
"payloadSchema": [
|
|
3128
3128
|
{
|
|
3129
3129
|
"name": "data",
|
|
3130
3130
|
"type": "[Category]"
|
|
@@ -3134,7 +3134,7 @@
|
|
|
3134
3134
|
{
|
|
3135
3135
|
"key": "CategoryLoadFailed",
|
|
3136
3136
|
"name": "Category load failed",
|
|
3137
|
-
"
|
|
3137
|
+
"payloadSchema": [
|
|
3138
3138
|
{
|
|
3139
3139
|
"name": "error",
|
|
3140
3140
|
"type": "string"
|
|
@@ -3166,22 +3166,22 @@
|
|
|
3166
3166
|
"render-ui",
|
|
3167
3167
|
"main",
|
|
3168
3168
|
{
|
|
3169
|
-
"gap": "md",
|
|
3170
|
-
"className": "py-12",
|
|
3171
3169
|
"children": [
|
|
3172
3170
|
{
|
|
3173
3171
|
"type": "spinner"
|
|
3174
3172
|
},
|
|
3175
3173
|
{
|
|
3176
|
-
"color": "muted",
|
|
3177
|
-
"type": "typography",
|
|
3178
3174
|
"variant": "caption",
|
|
3175
|
+
"type": "typography",
|
|
3176
|
+
"color": "muted",
|
|
3179
3177
|
"content": "Loading…"
|
|
3180
3178
|
}
|
|
3181
3179
|
],
|
|
3182
3180
|
"direction": "vertical",
|
|
3181
|
+
"gap": "md",
|
|
3183
3182
|
"type": "stack",
|
|
3184
|
-
"align": "center"
|
|
3183
|
+
"align": "center",
|
|
3184
|
+
"className": "py-12"
|
|
3185
3185
|
}
|
|
3186
3186
|
]
|
|
3187
3187
|
]
|
|
@@ -3197,14 +3197,14 @@
|
|
|
3197
3197
|
{
|
|
3198
3198
|
"navItems": [
|
|
3199
3199
|
{
|
|
3200
|
-
"label": "Articles",
|
|
3201
3200
|
"href": "/articles",
|
|
3201
|
+
"label": "Articles",
|
|
3202
3202
|
"icon": "file-text"
|
|
3203
3203
|
},
|
|
3204
3204
|
{
|
|
3205
|
-
"icon": "image",
|
|
3206
3205
|
"label": "Media",
|
|
3207
|
-
"href": "/media"
|
|
3206
|
+
"href": "/media",
|
|
3207
|
+
"icon": "image"
|
|
3208
3208
|
},
|
|
3209
3209
|
{
|
|
3210
3210
|
"label": "Categories",
|
|
@@ -3214,67 +3214,87 @@
|
|
|
3214
3214
|
],
|
|
3215
3215
|
"children": [
|
|
3216
3216
|
{
|
|
3217
|
+
"gap": "lg",
|
|
3217
3218
|
"type": "stack",
|
|
3219
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
3218
3220
|
"direction": "vertical",
|
|
3219
|
-
"gap": "lg",
|
|
3220
3221
|
"children": [
|
|
3221
3222
|
{
|
|
3222
3223
|
"gap": "md",
|
|
3223
|
-
"align": "center",
|
|
3224
|
-
"direction": "horizontal",
|
|
3225
3224
|
"children": [
|
|
3226
3225
|
{
|
|
3227
|
-
"gap": "sm",
|
|
3228
|
-
"direction": "horizontal",
|
|
3229
|
-
"type": "stack",
|
|
3230
|
-
"align": "center",
|
|
3231
3226
|
"children": [
|
|
3232
3227
|
{
|
|
3233
3228
|
"type": "icon",
|
|
3234
3229
|
"name": "folder"
|
|
3235
3230
|
},
|
|
3236
3231
|
{
|
|
3237
|
-
"
|
|
3232
|
+
"content": "Categories",
|
|
3238
3233
|
"type": "typography",
|
|
3239
|
-
"
|
|
3234
|
+
"variant": "h2"
|
|
3240
3235
|
}
|
|
3241
|
-
]
|
|
3236
|
+
],
|
|
3237
|
+
"gap": "sm",
|
|
3238
|
+
"direction": "horizontal",
|
|
3239
|
+
"type": "stack",
|
|
3240
|
+
"align": "center"
|
|
3242
3241
|
},
|
|
3243
3242
|
{
|
|
3243
|
+
"direction": "horizontal",
|
|
3244
|
+
"type": "stack",
|
|
3244
3245
|
"children": [
|
|
3245
3246
|
{
|
|
3246
|
-
"action": "CREATE",
|
|
3247
3247
|
"type": "button",
|
|
3248
|
-
"icon": "plus",
|
|
3249
3248
|
"label": "Create Category",
|
|
3250
|
-
"
|
|
3249
|
+
"action": "CREATE",
|
|
3250
|
+
"variant": "primary",
|
|
3251
|
+
"icon": "plus"
|
|
3251
3252
|
}
|
|
3252
3253
|
],
|
|
3253
|
-
"type": "stack",
|
|
3254
|
-
"direction": "horizontal",
|
|
3255
3254
|
"gap": "sm"
|
|
3256
3255
|
}
|
|
3257
3256
|
],
|
|
3257
|
+
"direction": "horizontal",
|
|
3258
3258
|
"type": "stack",
|
|
3259
|
+
"align": "center",
|
|
3259
3260
|
"justify": "between"
|
|
3260
3261
|
},
|
|
3261
3262
|
{
|
|
3262
3263
|
"type": "divider"
|
|
3263
3264
|
},
|
|
3264
3265
|
{
|
|
3265
|
-
"
|
|
3266
|
+
"entity": "@payload.data",
|
|
3266
3267
|
"type": "data-list",
|
|
3268
|
+
"fields": [],
|
|
3269
|
+
"itemActions": [
|
|
3270
|
+
{
|
|
3271
|
+
"event": "VIEW",
|
|
3272
|
+
"variant": "ghost",
|
|
3273
|
+
"label": "View"
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"variant": "ghost",
|
|
3277
|
+
"label": "Edit",
|
|
3278
|
+
"event": "EDIT"
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"event": "DELETE",
|
|
3282
|
+
"label": "Delete",
|
|
3283
|
+
"variant": "danger"
|
|
3284
|
+
}
|
|
3285
|
+
],
|
|
3286
|
+
"variant": "card",
|
|
3267
3287
|
"columns": [
|
|
3268
3288
|
{
|
|
3269
|
-
"name": "name",
|
|
3270
3289
|
"variant": "h3",
|
|
3290
|
+
"name": "name",
|
|
3271
3291
|
"icon": "folder"
|
|
3272
3292
|
},
|
|
3273
3293
|
{
|
|
3274
3294
|
"name": "articleCount",
|
|
3275
|
-
"label": "Articles",
|
|
3276
3295
|
"variant": "badge",
|
|
3277
|
-
"format": "number"
|
|
3296
|
+
"format": "number",
|
|
3297
|
+
"label": "Articles"
|
|
3278
3298
|
},
|
|
3279
3299
|
{
|
|
3280
3300
|
"variant": "body",
|
|
@@ -3285,29 +3305,9 @@
|
|
|
3285
3305
|
"name": "slug"
|
|
3286
3306
|
}
|
|
3287
3307
|
],
|
|
3288
|
-
"
|
|
3289
|
-
{
|
|
3290
|
-
"variant": "ghost",
|
|
3291
|
-
"label": "View",
|
|
3292
|
-
"event": "VIEW"
|
|
3293
|
-
},
|
|
3294
|
-
{
|
|
3295
|
-
"label": "Edit",
|
|
3296
|
-
"event": "EDIT",
|
|
3297
|
-
"variant": "ghost"
|
|
3298
|
-
},
|
|
3299
|
-
{
|
|
3300
|
-
"variant": "danger",
|
|
3301
|
-
"event": "DELETE",
|
|
3302
|
-
"label": "Delete"
|
|
3303
|
-
}
|
|
3304
|
-
],
|
|
3305
|
-
"entity": "@payload.data",
|
|
3306
|
-
"gap": "sm",
|
|
3307
|
-
"fields": []
|
|
3308
|
+
"gap": "sm"
|
|
3308
3309
|
}
|
|
3309
|
-
]
|
|
3310
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
3310
|
+
]
|
|
3311
3311
|
}
|
|
3312
3312
|
],
|
|
3313
3313
|
"appName": "CmsApp",
|
|
@@ -3325,10 +3325,10 @@
|
|
|
3325
3325
|
"render-ui",
|
|
3326
3326
|
"main",
|
|
3327
3327
|
{
|
|
3328
|
+
"className": "py-12",
|
|
3328
3329
|
"direction": "vertical",
|
|
3329
|
-
"type": "stack",
|
|
3330
3330
|
"align": "center",
|
|
3331
|
-
"
|
|
3331
|
+
"gap": "md",
|
|
3332
3332
|
"children": [
|
|
3333
3333
|
{
|
|
3334
3334
|
"color": "destructive",
|
|
@@ -3336,25 +3336,25 @@
|
|
|
3336
3336
|
"name": "alert-triangle"
|
|
3337
3337
|
},
|
|
3338
3338
|
{
|
|
3339
|
-
"type": "typography",
|
|
3340
3339
|
"variant": "h3",
|
|
3340
|
+
"type": "typography",
|
|
3341
3341
|
"content": "Failed to load category"
|
|
3342
3342
|
},
|
|
3343
3343
|
{
|
|
3344
|
-
"type": "typography",
|
|
3345
3344
|
"variant": "body",
|
|
3346
3345
|
"color": "muted",
|
|
3346
|
+
"type": "typography",
|
|
3347
3347
|
"content": "@payload.error"
|
|
3348
3348
|
},
|
|
3349
3349
|
{
|
|
3350
|
+
"action": "INIT",
|
|
3350
3351
|
"label": "Retry",
|
|
3351
3352
|
"type": "button",
|
|
3352
3353
|
"variant": "primary",
|
|
3353
|
-
"icon": "rotate-ccw"
|
|
3354
|
-
"action": "INIT"
|
|
3354
|
+
"icon": "rotate-ccw"
|
|
3355
3355
|
}
|
|
3356
3356
|
],
|
|
3357
|
-
"
|
|
3357
|
+
"type": "stack"
|
|
3358
3358
|
}
|
|
3359
3359
|
]
|
|
3360
3360
|
]
|
|
@@ -3375,7 +3375,7 @@
|
|
|
3375
3375
|
"event": "CategoryLoadFailed",
|
|
3376
3376
|
"description": "Fired when Category fails to load",
|
|
3377
3377
|
"scope": "internal",
|
|
3378
|
-
"
|
|
3378
|
+
"payloadSchema": [
|
|
3379
3379
|
{
|
|
3380
3380
|
"name": "error",
|
|
3381
3381
|
"type": "string"
|
|
@@ -3390,7 +3390,7 @@
|
|
|
3390
3390
|
"event": "CategoryLoaded",
|
|
3391
3391
|
"description": "Fired when Category finishes loading",
|
|
3392
3392
|
"scope": "internal",
|
|
3393
|
-
"
|
|
3393
|
+
"payloadSchema": [
|
|
3394
3394
|
{
|
|
3395
3395
|
"name": "data",
|
|
3396
3396
|
"type": "[Category]"
|
|
@@ -3400,7 +3400,7 @@
|
|
|
3400
3400
|
{
|
|
3401
3401
|
"event": "CategorySaveFailed",
|
|
3402
3402
|
"scope": "internal",
|
|
3403
|
-
"
|
|
3403
|
+
"payloadSchema": [
|
|
3404
3404
|
{
|
|
3405
3405
|
"name": "error",
|
|
3406
3406
|
"type": "string"
|
|
@@ -3414,7 +3414,7 @@
|
|
|
3414
3414
|
{
|
|
3415
3415
|
"event": "CategorySaved",
|
|
3416
3416
|
"scope": "internal",
|
|
3417
|
-
"
|
|
3417
|
+
"payloadSchema": [
|
|
3418
3418
|
{
|
|
3419
3419
|
"name": "id",
|
|
3420
3420
|
"type": "string"
|
|
@@ -3448,7 +3448,7 @@
|
|
|
3448
3448
|
{
|
|
3449
3449
|
"key": "SAVE",
|
|
3450
3450
|
"name": "Save",
|
|
3451
|
-
"
|
|
3451
|
+
"payloadSchema": [
|
|
3452
3452
|
{
|
|
3453
3453
|
"name": "data",
|
|
3454
3454
|
"type": "string"
|
|
@@ -3462,7 +3462,7 @@
|
|
|
3462
3462
|
{
|
|
3463
3463
|
"key": "CategoryLoadFailed",
|
|
3464
3464
|
"name": "Category load failed",
|
|
3465
|
-
"
|
|
3465
|
+
"payloadSchema": [
|
|
3466
3466
|
{
|
|
3467
3467
|
"name": "error",
|
|
3468
3468
|
"type": "string"
|
|
@@ -3476,7 +3476,7 @@
|
|
|
3476
3476
|
{
|
|
3477
3477
|
"key": "CategoryLoaded",
|
|
3478
3478
|
"name": "Category loaded",
|
|
3479
|
-
"
|
|
3479
|
+
"payloadSchema": [
|
|
3480
3480
|
{
|
|
3481
3481
|
"name": "data",
|
|
3482
3482
|
"type": "[Category]"
|
|
@@ -3486,7 +3486,7 @@
|
|
|
3486
3486
|
{
|
|
3487
3487
|
"key": "CategorySaveFailed",
|
|
3488
3488
|
"name": "Category save failed",
|
|
3489
|
-
"
|
|
3489
|
+
"payloadSchema": [
|
|
3490
3490
|
{
|
|
3491
3491
|
"name": "error",
|
|
3492
3492
|
"type": "string"
|
|
@@ -3500,7 +3500,7 @@
|
|
|
3500
3500
|
{
|
|
3501
3501
|
"key": "CategorySaved",
|
|
3502
3502
|
"name": "Category saved",
|
|
3503
|
-
"
|
|
3503
|
+
"payloadSchema": [
|
|
3504
3504
|
{
|
|
3505
3505
|
"name": "id",
|
|
3506
3506
|
"type": "string"
|
|
@@ -3539,22 +3539,24 @@
|
|
|
3539
3539
|
"render-ui",
|
|
3540
3540
|
"modal",
|
|
3541
3541
|
{
|
|
3542
|
+
"type": "stack",
|
|
3543
|
+
"gap": "md",
|
|
3542
3544
|
"children": [
|
|
3543
3545
|
{
|
|
3546
|
+
"gap": "sm",
|
|
3547
|
+
"direction": "horizontal",
|
|
3544
3548
|
"children": [
|
|
3545
3549
|
{
|
|
3546
3550
|
"type": "icon",
|
|
3547
3551
|
"name": "plus-circle"
|
|
3548
3552
|
},
|
|
3549
3553
|
{
|
|
3554
|
+
"variant": "h3",
|
|
3550
3555
|
"type": "typography",
|
|
3551
|
-
"content": "Create Category"
|
|
3552
|
-
"variant": "h3"
|
|
3556
|
+
"content": "Create Category"
|
|
3553
3557
|
}
|
|
3554
3558
|
],
|
|
3555
|
-
"
|
|
3556
|
-
"type": "stack",
|
|
3557
|
-
"direction": "horizontal"
|
|
3559
|
+
"type": "stack"
|
|
3558
3560
|
},
|
|
3559
3561
|
{
|
|
3560
3562
|
"type": "divider"
|
|
@@ -3573,9 +3575,7 @@
|
|
|
3573
3575
|
"type": "form-section"
|
|
3574
3576
|
}
|
|
3575
3577
|
],
|
|
3576
|
-
"
|
|
3577
|
-
"direction": "vertical",
|
|
3578
|
-
"gap": "md"
|
|
3578
|
+
"direction": "vertical"
|
|
3579
3579
|
}
|
|
3580
3580
|
]
|
|
3581
3581
|
]
|
|
@@ -3616,8 +3616,8 @@
|
|
|
3616
3616
|
"@payload.data",
|
|
3617
3617
|
{
|
|
3618
3618
|
"emit": {
|
|
3619
|
-
"
|
|
3620
|
-
"
|
|
3619
|
+
"success": "CategorySaved",
|
|
3620
|
+
"failure": "CategorySaveFailed"
|
|
3621
3621
|
}
|
|
3622
3622
|
}
|
|
3623
3623
|
],
|
|
@@ -3655,7 +3655,7 @@
|
|
|
3655
3655
|
"event": "CategoryLoadFailed",
|
|
3656
3656
|
"description": "Fired when Category fails to load",
|
|
3657
3657
|
"scope": "internal",
|
|
3658
|
-
"
|
|
3658
|
+
"payloadSchema": [
|
|
3659
3659
|
{
|
|
3660
3660
|
"name": "error",
|
|
3661
3661
|
"type": "string"
|
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
"event": "CategoryLoaded",
|
|
3671
3671
|
"description": "Fired when Category finishes loading",
|
|
3672
3672
|
"scope": "internal",
|
|
3673
|
-
"
|
|
3673
|
+
"payloadSchema": [
|
|
3674
3674
|
{
|
|
3675
3675
|
"name": "data",
|
|
3676
3676
|
"type": "[Category]"
|
|
@@ -3680,7 +3680,7 @@
|
|
|
3680
3680
|
{
|
|
3681
3681
|
"event": "CategoryUpdateFailed",
|
|
3682
3682
|
"scope": "internal",
|
|
3683
|
-
"
|
|
3683
|
+
"payloadSchema": [
|
|
3684
3684
|
{
|
|
3685
3685
|
"name": "error",
|
|
3686
3686
|
"type": "string"
|
|
@@ -3694,7 +3694,7 @@
|
|
|
3694
3694
|
{
|
|
3695
3695
|
"event": "CategoryUpdated",
|
|
3696
3696
|
"scope": "internal",
|
|
3697
|
-
"
|
|
3697
|
+
"payloadSchema": [
|
|
3698
3698
|
{
|
|
3699
3699
|
"name": "id",
|
|
3700
3700
|
"type": "string"
|
|
@@ -3720,7 +3720,7 @@
|
|
|
3720
3720
|
{
|
|
3721
3721
|
"key": "EDIT",
|
|
3722
3722
|
"name": "Edit",
|
|
3723
|
-
"
|
|
3723
|
+
"payloadSchema": [
|
|
3724
3724
|
{
|
|
3725
3725
|
"name": "id",
|
|
3726
3726
|
"type": "string"
|
|
@@ -3738,7 +3738,7 @@
|
|
|
3738
3738
|
{
|
|
3739
3739
|
"key": "SAVE",
|
|
3740
3740
|
"name": "Save",
|
|
3741
|
-
"
|
|
3741
|
+
"payloadSchema": [
|
|
3742
3742
|
{
|
|
3743
3743
|
"name": "data",
|
|
3744
3744
|
"type": "string"
|
|
@@ -3752,7 +3752,7 @@
|
|
|
3752
3752
|
{
|
|
3753
3753
|
"key": "CategoryLoadFailed",
|
|
3754
3754
|
"name": "Category load failed",
|
|
3755
|
-
"
|
|
3755
|
+
"payloadSchema": [
|
|
3756
3756
|
{
|
|
3757
3757
|
"name": "error",
|
|
3758
3758
|
"type": "string"
|
|
@@ -3766,7 +3766,7 @@
|
|
|
3766
3766
|
{
|
|
3767
3767
|
"key": "CategoryLoaded",
|
|
3768
3768
|
"name": "Category loaded",
|
|
3769
|
-
"
|
|
3769
|
+
"payloadSchema": [
|
|
3770
3770
|
{
|
|
3771
3771
|
"name": "data",
|
|
3772
3772
|
"type": "[Category]"
|
|
@@ -3776,7 +3776,7 @@
|
|
|
3776
3776
|
{
|
|
3777
3777
|
"key": "CategoryUpdateFailed",
|
|
3778
3778
|
"name": "Category update failed",
|
|
3779
|
-
"
|
|
3779
|
+
"payloadSchema": [
|
|
3780
3780
|
{
|
|
3781
3781
|
"name": "error",
|
|
3782
3782
|
"type": "string"
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
{
|
|
3791
3791
|
"key": "CategoryUpdated",
|
|
3792
3792
|
"name": "Category updated",
|
|
3793
|
-
"
|
|
3793
|
+
"payloadSchema": [
|
|
3794
3794
|
{
|
|
3795
3795
|
"name": "id",
|
|
3796
3796
|
"type": "string"
|
|
@@ -3819,40 +3819,40 @@
|
|
|
3819
3819
|
"fetch",
|
|
3820
3820
|
"Category",
|
|
3821
3821
|
{
|
|
3822
|
+
"id": "@payload.id",
|
|
3822
3823
|
"emit": {
|
|
3823
|
-
"
|
|
3824
|
-
"
|
|
3825
|
-
}
|
|
3826
|
-
"id": "@payload.id"
|
|
3824
|
+
"failure": "CategoryLoadFailed",
|
|
3825
|
+
"success": "CategoryLoaded"
|
|
3826
|
+
}
|
|
3827
3827
|
}
|
|
3828
3828
|
],
|
|
3829
3829
|
[
|
|
3830
3830
|
"render-ui",
|
|
3831
3831
|
"modal",
|
|
3832
3832
|
{
|
|
3833
|
-
"
|
|
3833
|
+
"type": "stack",
|
|
3834
3834
|
"children": [
|
|
3835
3835
|
{
|
|
3836
|
-
"direction": "horizontal",
|
|
3837
3836
|
"gap": "sm",
|
|
3837
|
+
"type": "stack",
|
|
3838
|
+
"direction": "horizontal",
|
|
3838
3839
|
"children": [
|
|
3839
3840
|
{
|
|
3840
3841
|
"type": "icon",
|
|
3841
3842
|
"name": "edit"
|
|
3842
3843
|
},
|
|
3843
3844
|
{
|
|
3845
|
+
"type": "typography",
|
|
3844
3846
|
"variant": "h3",
|
|
3845
|
-
"content": "Edit Category"
|
|
3846
|
-
"type": "typography"
|
|
3847
|
+
"content": "Edit Category"
|
|
3847
3848
|
}
|
|
3848
|
-
]
|
|
3849
|
-
"type": "stack"
|
|
3849
|
+
]
|
|
3850
3850
|
},
|
|
3851
3851
|
{
|
|
3852
3852
|
"type": "divider"
|
|
3853
3853
|
},
|
|
3854
3854
|
{
|
|
3855
|
-
"
|
|
3855
|
+
"entity": "@payload.row",
|
|
3856
3856
|
"fields": [
|
|
3857
3857
|
"name",
|
|
3858
3858
|
"slug",
|
|
@@ -3863,10 +3863,10 @@
|
|
|
3863
3863
|
"mode": "edit",
|
|
3864
3864
|
"type": "form-section",
|
|
3865
3865
|
"submitEvent": "SAVE",
|
|
3866
|
-
"
|
|
3866
|
+
"cancelEvent": "CLOSE"
|
|
3867
3867
|
}
|
|
3868
3868
|
],
|
|
3869
|
-
"
|
|
3869
|
+
"direction": "vertical",
|
|
3870
3870
|
"gap": "md"
|
|
3871
3871
|
}
|
|
3872
3872
|
]
|
|
@@ -3908,8 +3908,8 @@
|
|
|
3908
3908
|
"@payload.data",
|
|
3909
3909
|
{
|
|
3910
3910
|
"emit": {
|
|
3911
|
-
"
|
|
3912
|
-
"
|
|
3911
|
+
"success": "CategoryUpdated",
|
|
3912
|
+
"failure": "CategoryUpdateFailed"
|
|
3913
3913
|
}
|
|
3914
3914
|
}
|
|
3915
3915
|
],
|
|
@@ -3944,7 +3944,7 @@
|
|
|
3944
3944
|
"event": "CategoryLoaded",
|
|
3945
3945
|
"description": "Fired when Category finishes loading",
|
|
3946
3946
|
"scope": "internal",
|
|
3947
|
-
"
|
|
3947
|
+
"payloadSchema": [
|
|
3948
3948
|
{
|
|
3949
3949
|
"name": "data",
|
|
3950
3950
|
"type": "[Category]"
|
|
@@ -3955,7 +3955,7 @@
|
|
|
3955
3955
|
"event": "CategoryLoadFailed",
|
|
3956
3956
|
"description": "Fired when Category fails to load",
|
|
3957
3957
|
"scope": "internal",
|
|
3958
|
-
"
|
|
3958
|
+
"payloadSchema": [
|
|
3959
3959
|
{
|
|
3960
3960
|
"name": "error",
|
|
3961
3961
|
"type": "string"
|
|
@@ -3985,7 +3985,7 @@
|
|
|
3985
3985
|
{
|
|
3986
3986
|
"key": "VIEW",
|
|
3987
3987
|
"name": "View",
|
|
3988
|
-
"
|
|
3988
|
+
"payloadSchema": [
|
|
3989
3989
|
{
|
|
3990
3990
|
"name": "id",
|
|
3991
3991
|
"type": "string"
|
|
@@ -4003,7 +4003,7 @@
|
|
|
4003
4003
|
{
|
|
4004
4004
|
"key": "CategoryLoaded",
|
|
4005
4005
|
"name": "Category loaded",
|
|
4006
|
-
"
|
|
4006
|
+
"payloadSchema": [
|
|
4007
4007
|
{
|
|
4008
4008
|
"name": "data",
|
|
4009
4009
|
"type": "[Category]"
|
|
@@ -4013,7 +4013,7 @@
|
|
|
4013
4013
|
{
|
|
4014
4014
|
"key": "CategoryLoadFailed",
|
|
4015
4015
|
"name": "Category load failed",
|
|
4016
|
-
"
|
|
4016
|
+
"payloadSchema": [
|
|
4017
4017
|
{
|
|
4018
4018
|
"name": "error",
|
|
4019
4019
|
"type": "string"
|
|
@@ -4046,35 +4046,35 @@
|
|
|
4046
4046
|
"fetch",
|
|
4047
4047
|
"Category",
|
|
4048
4048
|
{
|
|
4049
|
-
"id": "@payload.id",
|
|
4050
4049
|
"emit": {
|
|
4051
|
-
"
|
|
4052
|
-
"
|
|
4053
|
-
}
|
|
4050
|
+
"success": "CategoryLoaded",
|
|
4051
|
+
"failure": "CategoryLoadFailed"
|
|
4052
|
+
},
|
|
4053
|
+
"id": "@payload.id"
|
|
4054
4054
|
}
|
|
4055
4055
|
],
|
|
4056
4056
|
[
|
|
4057
4057
|
"render-ui",
|
|
4058
4058
|
"modal",
|
|
4059
4059
|
{
|
|
4060
|
-
"
|
|
4060
|
+
"type": "stack",
|
|
4061
4061
|
"direction": "vertical",
|
|
4062
4062
|
"children": [
|
|
4063
4063
|
{
|
|
4064
|
-
"direction": "horizontal",
|
|
4065
|
-
"gap": "sm",
|
|
4066
|
-
"align": "center",
|
|
4067
4064
|
"children": [
|
|
4068
4065
|
{
|
|
4069
|
-
"
|
|
4070
|
-
"
|
|
4066
|
+
"name": "eye",
|
|
4067
|
+
"type": "icon"
|
|
4071
4068
|
},
|
|
4072
4069
|
{
|
|
4073
4070
|
"type": "typography",
|
|
4074
|
-
"
|
|
4075
|
-
"
|
|
4071
|
+
"content": "@entity.name",
|
|
4072
|
+
"variant": "h3"
|
|
4076
4073
|
}
|
|
4077
4074
|
],
|
|
4075
|
+
"gap": "sm",
|
|
4076
|
+
"direction": "horizontal",
|
|
4077
|
+
"align": "center",
|
|
4078
4078
|
"type": "stack"
|
|
4079
4079
|
},
|
|
4080
4080
|
{
|
|
@@ -4083,19 +4083,19 @@
|
|
|
4083
4083
|
{
|
|
4084
4084
|
"children": [
|
|
4085
4085
|
{
|
|
4086
|
+
"variant": "caption",
|
|
4086
4087
|
"content": "Name",
|
|
4087
|
-
"type": "typography"
|
|
4088
|
-
"variant": "caption"
|
|
4088
|
+
"type": "typography"
|
|
4089
4089
|
},
|
|
4090
4090
|
{
|
|
4091
|
-
"content": "@entity.name",
|
|
4092
4091
|
"type": "typography",
|
|
4092
|
+
"content": "@entity.name",
|
|
4093
4093
|
"variant": "body"
|
|
4094
4094
|
}
|
|
4095
4095
|
],
|
|
4096
|
-
"gap": "md",
|
|
4097
4096
|
"type": "stack",
|
|
4098
|
-
"direction": "horizontal"
|
|
4097
|
+
"direction": "horizontal",
|
|
4098
|
+
"gap": "md"
|
|
4099
4099
|
},
|
|
4100
4100
|
{
|
|
4101
4101
|
"children": [
|
|
@@ -4110,11 +4110,12 @@
|
|
|
4110
4110
|
"type": "typography"
|
|
4111
4111
|
}
|
|
4112
4112
|
],
|
|
4113
|
-
"type": "stack",
|
|
4114
4113
|
"gap": "md",
|
|
4114
|
+
"type": "stack",
|
|
4115
4115
|
"direction": "horizontal"
|
|
4116
4116
|
},
|
|
4117
4117
|
{
|
|
4118
|
+
"direction": "horizontal",
|
|
4118
4119
|
"gap": "md",
|
|
4119
4120
|
"children": [
|
|
4120
4121
|
{
|
|
@@ -4123,74 +4124,73 @@
|
|
|
4123
4124
|
"content": "Description"
|
|
4124
4125
|
},
|
|
4125
4126
|
{
|
|
4126
|
-
"
|
|
4127
|
+
"content": "@entity.description",
|
|
4127
4128
|
"type": "typography",
|
|
4128
|
-
"
|
|
4129
|
+
"variant": "body"
|
|
4129
4130
|
}
|
|
4130
4131
|
],
|
|
4131
|
-
"type": "stack"
|
|
4132
|
-
"direction": "horizontal"
|
|
4132
|
+
"type": "stack"
|
|
4133
4133
|
},
|
|
4134
4134
|
{
|
|
4135
|
-
"
|
|
4135
|
+
"gap": "md",
|
|
4136
|
+
"type": "stack",
|
|
4136
4137
|
"children": [
|
|
4137
4138
|
{
|
|
4138
|
-
"variant": "caption",
|
|
4139
4139
|
"content": "Parent Category",
|
|
4140
|
-
"type": "typography"
|
|
4140
|
+
"type": "typography",
|
|
4141
|
+
"variant": "caption"
|
|
4141
4142
|
},
|
|
4142
4143
|
{
|
|
4143
|
-
"content": "@entity.parentCategory",
|
|
4144
4144
|
"type": "typography",
|
|
4145
|
+
"content": "@entity.parentCategory",
|
|
4145
4146
|
"variant": "body"
|
|
4146
4147
|
}
|
|
4147
4148
|
],
|
|
4148
|
-
"
|
|
4149
|
-
"gap": "md"
|
|
4149
|
+
"direction": "horizontal"
|
|
4150
4150
|
},
|
|
4151
4151
|
{
|
|
4152
|
-
"type": "stack",
|
|
4153
|
-
"gap": "md",
|
|
4154
4152
|
"children": [
|
|
4155
4153
|
{
|
|
4156
|
-
"
|
|
4154
|
+
"content": "Article Count",
|
|
4157
4155
|
"variant": "caption",
|
|
4158
|
-
"
|
|
4156
|
+
"type": "typography"
|
|
4159
4157
|
},
|
|
4160
4158
|
{
|
|
4161
|
-
"variant": "body",
|
|
4162
4159
|
"content": "@entity.articleCount",
|
|
4160
|
+
"variant": "body",
|
|
4163
4161
|
"type": "typography"
|
|
4164
4162
|
}
|
|
4165
4163
|
],
|
|
4164
|
+
"type": "stack",
|
|
4165
|
+
"gap": "md",
|
|
4166
4166
|
"direction": "horizontal"
|
|
4167
4167
|
},
|
|
4168
4168
|
{
|
|
4169
4169
|
"type": "divider"
|
|
4170
4170
|
},
|
|
4171
4171
|
{
|
|
4172
|
-
"type": "stack",
|
|
4173
|
-
"gap": "sm",
|
|
4174
4172
|
"justify": "end",
|
|
4175
|
-
"direction": "horizontal",
|
|
4176
4173
|
"children": [
|
|
4177
4174
|
{
|
|
4178
|
-
"variant": "primary",
|
|
4179
|
-
"label": "Edit",
|
|
4180
|
-
"action": "EDIT",
|
|
4181
4175
|
"type": "button",
|
|
4182
|
-
"
|
|
4176
|
+
"label": "Edit",
|
|
4177
|
+
"variant": "primary",
|
|
4178
|
+
"icon": "edit",
|
|
4179
|
+
"action": "EDIT"
|
|
4183
4180
|
},
|
|
4184
4181
|
{
|
|
4185
|
-
"type": "button",
|
|
4186
|
-
"variant": "ghost",
|
|
4187
4182
|
"label": "Close",
|
|
4188
|
-
"action": "CLOSE"
|
|
4183
|
+
"action": "CLOSE",
|
|
4184
|
+
"variant": "ghost",
|
|
4185
|
+
"type": "button"
|
|
4189
4186
|
}
|
|
4190
|
-
]
|
|
4187
|
+
],
|
|
4188
|
+
"type": "stack",
|
|
4189
|
+
"direction": "horizontal",
|
|
4190
|
+
"gap": "sm"
|
|
4191
4191
|
}
|
|
4192
4192
|
],
|
|
4193
|
-
"
|
|
4193
|
+
"gap": "md"
|
|
4194
4194
|
}
|
|
4195
4195
|
]
|
|
4196
4196
|
]
|
|
@@ -4253,7 +4253,7 @@
|
|
|
4253
4253
|
{
|
|
4254
4254
|
"event": "CategoryDeleteFailed",
|
|
4255
4255
|
"scope": "internal",
|
|
4256
|
-
"
|
|
4256
|
+
"payloadSchema": [
|
|
4257
4257
|
{
|
|
4258
4258
|
"name": "error",
|
|
4259
4259
|
"type": "string"
|
|
@@ -4267,7 +4267,7 @@
|
|
|
4267
4267
|
{
|
|
4268
4268
|
"event": "CategoryDeleted",
|
|
4269
4269
|
"scope": "internal",
|
|
4270
|
-
"
|
|
4270
|
+
"payloadSchema": [
|
|
4271
4271
|
{
|
|
4272
4272
|
"name": "id",
|
|
4273
4273
|
"type": "string"
|
|
@@ -4278,7 +4278,7 @@
|
|
|
4278
4278
|
"event": "CategoryLoadFailed",
|
|
4279
4279
|
"description": "Fired when Category fails to load",
|
|
4280
4280
|
"scope": "internal",
|
|
4281
|
-
"
|
|
4281
|
+
"payloadSchema": [
|
|
4282
4282
|
{
|
|
4283
4283
|
"name": "error",
|
|
4284
4284
|
"type": "string"
|
|
@@ -4293,7 +4293,7 @@
|
|
|
4293
4293
|
"event": "CategoryLoaded",
|
|
4294
4294
|
"description": "Fired when Category finishes loading",
|
|
4295
4295
|
"scope": "internal",
|
|
4296
|
-
"
|
|
4296
|
+
"payloadSchema": [
|
|
4297
4297
|
{
|
|
4298
4298
|
"name": "data",
|
|
4299
4299
|
"type": "[Category]"
|
|
@@ -4319,7 +4319,7 @@
|
|
|
4319
4319
|
{
|
|
4320
4320
|
"key": "DELETE",
|
|
4321
4321
|
"name": "Delete",
|
|
4322
|
-
"
|
|
4322
|
+
"payloadSchema": [
|
|
4323
4323
|
{
|
|
4324
4324
|
"name": "id",
|
|
4325
4325
|
"type": "string"
|
|
@@ -4345,7 +4345,7 @@
|
|
|
4345
4345
|
{
|
|
4346
4346
|
"key": "CategoryDeleteFailed",
|
|
4347
4347
|
"name": "Category delete failed",
|
|
4348
|
-
"
|
|
4348
|
+
"payloadSchema": [
|
|
4349
4349
|
{
|
|
4350
4350
|
"name": "error",
|
|
4351
4351
|
"type": "string"
|
|
@@ -4359,7 +4359,7 @@
|
|
|
4359
4359
|
{
|
|
4360
4360
|
"key": "CategoryDeleted",
|
|
4361
4361
|
"name": "Category deleted",
|
|
4362
|
-
"
|
|
4362
|
+
"payloadSchema": [
|
|
4363
4363
|
{
|
|
4364
4364
|
"name": "id",
|
|
4365
4365
|
"type": "string"
|
|
@@ -4369,7 +4369,7 @@
|
|
|
4369
4369
|
{
|
|
4370
4370
|
"key": "CategoryLoadFailed",
|
|
4371
4371
|
"name": "Category load failed",
|
|
4372
|
-
"
|
|
4372
|
+
"payloadSchema": [
|
|
4373
4373
|
{
|
|
4374
4374
|
"name": "error",
|
|
4375
4375
|
"type": "string"
|
|
@@ -4383,7 +4383,7 @@
|
|
|
4383
4383
|
{
|
|
4384
4384
|
"key": "CategoryLoaded",
|
|
4385
4385
|
"name": "Category loaded",
|
|
4386
|
-
"
|
|
4386
|
+
"payloadSchema": [
|
|
4387
4387
|
{
|
|
4388
4388
|
"name": "data",
|
|
4389
4389
|
"type": "[Category]"
|
|
@@ -4417,11 +4417,11 @@
|
|
|
4417
4417
|
"fetch",
|
|
4418
4418
|
"Category",
|
|
4419
4419
|
{
|
|
4420
|
+
"id": "@payload.id",
|
|
4420
4421
|
"emit": {
|
|
4421
|
-
"
|
|
4422
|
-
"
|
|
4423
|
-
}
|
|
4424
|
-
"id": "@payload.id"
|
|
4422
|
+
"success": "CategoryLoaded",
|
|
4423
|
+
"failure": "CategoryLoadFailed"
|
|
4424
|
+
}
|
|
4425
4425
|
}
|
|
4426
4426
|
],
|
|
4427
4427
|
[
|
|
@@ -4429,10 +4429,8 @@
|
|
|
4429
4429
|
"modal",
|
|
4430
4430
|
{
|
|
4431
4431
|
"type": "stack",
|
|
4432
|
-
"direction": "vertical",
|
|
4433
4432
|
"children": [
|
|
4434
4433
|
{
|
|
4435
|
-
"gap": "sm",
|
|
4436
4434
|
"type": "stack",
|
|
4437
4435
|
"direction": "horizontal",
|
|
4438
4436
|
"children": [
|
|
@@ -4441,44 +4439,46 @@
|
|
|
4441
4439
|
"name": "alert-triangle"
|
|
4442
4440
|
},
|
|
4443
4441
|
{
|
|
4444
|
-
"variant": "h3",
|
|
4445
4442
|
"type": "typography",
|
|
4446
|
-
"content": "Delete Category"
|
|
4443
|
+
"content": "Delete Category",
|
|
4444
|
+
"variant": "h3"
|
|
4447
4445
|
}
|
|
4448
4446
|
],
|
|
4449
|
-
"align": "center"
|
|
4447
|
+
"align": "center",
|
|
4448
|
+
"gap": "sm"
|
|
4450
4449
|
},
|
|
4451
4450
|
{
|
|
4452
4451
|
"type": "divider"
|
|
4453
4452
|
},
|
|
4454
4453
|
{
|
|
4455
|
-
"type": "alert",
|
|
4456
4454
|
"variant": "error",
|
|
4457
|
-
"message": "This action cannot be undone."
|
|
4455
|
+
"message": "This action cannot be undone.",
|
|
4456
|
+
"type": "alert"
|
|
4458
4457
|
},
|
|
4459
4458
|
{
|
|
4460
4459
|
"direction": "horizontal",
|
|
4461
|
-
"
|
|
4462
|
-
"type": "stack",
|
|
4460
|
+
"gap": "sm",
|
|
4463
4461
|
"children": [
|
|
4464
4462
|
{
|
|
4465
|
-
"
|
|
4466
|
-
"action": "CANCEL",
|
|
4463
|
+
"variant": "ghost",
|
|
4467
4464
|
"type": "button",
|
|
4468
|
-
"
|
|
4465
|
+
"label": "Cancel",
|
|
4466
|
+
"action": "CANCEL"
|
|
4469
4467
|
},
|
|
4470
4468
|
{
|
|
4471
4469
|
"action": "CONFIRM_DELETE",
|
|
4472
|
-
"
|
|
4470
|
+
"variant": "danger",
|
|
4473
4471
|
"type": "button",
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4472
|
+
"label": "Delete",
|
|
4473
|
+
"icon": "check"
|
|
4476
4474
|
}
|
|
4477
4475
|
],
|
|
4478
|
-
"
|
|
4476
|
+
"justify": "end",
|
|
4477
|
+
"type": "stack"
|
|
4479
4478
|
}
|
|
4480
4479
|
],
|
|
4481
|
-
"gap": "md"
|
|
4480
|
+
"gap": "md",
|
|
4481
|
+
"direction": "vertical"
|
|
4482
4482
|
}
|
|
4483
4483
|
]
|
|
4484
4484
|
]
|
|
@@ -4495,8 +4495,8 @@
|
|
|
4495
4495
|
"@entity.pendingId",
|
|
4496
4496
|
{
|
|
4497
4497
|
"emit": {
|
|
4498
|
-
"
|
|
4499
|
-
"
|
|
4498
|
+
"failure": "CategoryDeleteFailed",
|
|
4499
|
+
"success": "CategoryDeleted"
|
|
4500
4500
|
}
|
|
4501
4501
|
}
|
|
4502
4502
|
],
|
|
@@ -4598,4 +4598,4 @@
|
|
|
4598
4598
|
]
|
|
4599
4599
|
}
|
|
4600
4600
|
]
|
|
4601
|
-
}
|
|
4601
|
+
}
|