@almadar/patterns 1.0.1 → 1.0.10
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/dist/component-mapping.json +619 -0
- package/dist/event-contracts.json +984 -0
- package/dist/index.d.ts +18901 -65815
- package/dist/index.js +4036 -25567
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +7823 -0
- package/dist/registry.json +7823 -0
- package/package.json +10 -9
- package/src/component-mapping.json +0 -2090
- package/src/event-contracts.json +0 -5396
- package/src/patterns-registry.json +0 -23552
- /package/{src → dist}/integrators-registry.json +0 -0
|
@@ -0,0 +1,619 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"exportedAt": "2026-02-09T10:45:55.417Z",
|
|
4
|
+
"mappings": {
|
|
5
|
+
"page-header": {
|
|
6
|
+
"component": "PageHeader",
|
|
7
|
+
"importPath": "@/components/organisms/PageHeader",
|
|
8
|
+
"category": "header"
|
|
9
|
+
},
|
|
10
|
+
"entity-list": {
|
|
11
|
+
"component": "List",
|
|
12
|
+
"importPath": "@/components/organisms/List",
|
|
13
|
+
"category": "display"
|
|
14
|
+
},
|
|
15
|
+
"entity-table": {
|
|
16
|
+
"component": "DataTable",
|
|
17
|
+
"importPath": "@/components/organisms/DataTable",
|
|
18
|
+
"category": "display"
|
|
19
|
+
},
|
|
20
|
+
"entity-cards": {
|
|
21
|
+
"component": "CardGrid",
|
|
22
|
+
"importPath": "@/components/organisms/CardGrid",
|
|
23
|
+
"category": "display"
|
|
24
|
+
},
|
|
25
|
+
"stats": {
|
|
26
|
+
"component": "StatCard",
|
|
27
|
+
"importPath": "@/components/organisms/StatCard",
|
|
28
|
+
"category": "display"
|
|
29
|
+
},
|
|
30
|
+
"detail-panel": {
|
|
31
|
+
"component": "DetailPanel",
|
|
32
|
+
"importPath": "@/components/organisms/DetailPanel",
|
|
33
|
+
"category": "display"
|
|
34
|
+
},
|
|
35
|
+
"form": {
|
|
36
|
+
"component": "Form",
|
|
37
|
+
"importPath": "@/components/organisms/Form",
|
|
38
|
+
"category": "form"
|
|
39
|
+
},
|
|
40
|
+
"form-section": {
|
|
41
|
+
"component": "FormSection",
|
|
42
|
+
"importPath": "@/components/organisms/Form",
|
|
43
|
+
"category": "form"
|
|
44
|
+
},
|
|
45
|
+
"form-actions": {
|
|
46
|
+
"component": "ButtonGroup",
|
|
47
|
+
"importPath": "@/components/molecules/ButtonGroup",
|
|
48
|
+
"category": "form"
|
|
49
|
+
},
|
|
50
|
+
"filter-group": {
|
|
51
|
+
"component": "FilterGroup",
|
|
52
|
+
"importPath": "@/components/molecules/FilterGroup",
|
|
53
|
+
"category": "filter"
|
|
54
|
+
},
|
|
55
|
+
"search-input": {
|
|
56
|
+
"component": "SearchInput",
|
|
57
|
+
"importPath": "@/components/molecules/SearchInput",
|
|
58
|
+
"category": "filter"
|
|
59
|
+
},
|
|
60
|
+
"empty-state": {
|
|
61
|
+
"component": "EmptyState",
|
|
62
|
+
"importPath": "@/components/molecules/EmptyState",
|
|
63
|
+
"category": "state"
|
|
64
|
+
},
|
|
65
|
+
"loading-state": {
|
|
66
|
+
"component": "LoadingState",
|
|
67
|
+
"importPath": "@/components/molecules/LoadingState",
|
|
68
|
+
"category": "state"
|
|
69
|
+
},
|
|
70
|
+
"error-state": {
|
|
71
|
+
"component": "ErrorState",
|
|
72
|
+
"importPath": "@/components/molecules/ErrorState",
|
|
73
|
+
"category": "state"
|
|
74
|
+
},
|
|
75
|
+
"notification": {
|
|
76
|
+
"component": "Toast",
|
|
77
|
+
"importPath": "@/components/molecules/Toast",
|
|
78
|
+
"category": "state"
|
|
79
|
+
},
|
|
80
|
+
"tabs": {
|
|
81
|
+
"component": "Tabs",
|
|
82
|
+
"importPath": "@/components/molecules/Tabs",
|
|
83
|
+
"category": "navigation"
|
|
84
|
+
},
|
|
85
|
+
"breadcrumb": {
|
|
86
|
+
"component": "Breadcrumb",
|
|
87
|
+
"importPath": "@/components/molecules/Breadcrumb",
|
|
88
|
+
"category": "navigation"
|
|
89
|
+
},
|
|
90
|
+
"wizard-container": {
|
|
91
|
+
"component": "WizardContainer",
|
|
92
|
+
"importPath": "@/components/organisms/WizardContainer",
|
|
93
|
+
"category": "navigation"
|
|
94
|
+
},
|
|
95
|
+
"wizard-progress": {
|
|
96
|
+
"component": "WizardProgress",
|
|
97
|
+
"importPath": "@/components/molecules/WizardProgress",
|
|
98
|
+
"category": "navigation"
|
|
99
|
+
},
|
|
100
|
+
"wizard-navigation": {
|
|
101
|
+
"component": "WizardNavigation",
|
|
102
|
+
"importPath": "@/components/molecules/WizardNavigation",
|
|
103
|
+
"category": "navigation"
|
|
104
|
+
},
|
|
105
|
+
"pagination": {
|
|
106
|
+
"component": "Pagination",
|
|
107
|
+
"importPath": "@/components/molecules/Pagination",
|
|
108
|
+
"category": "navigation"
|
|
109
|
+
},
|
|
110
|
+
"card": {
|
|
111
|
+
"component": "Card",
|
|
112
|
+
"importPath": "@/components/molecules/Card",
|
|
113
|
+
"category": "display"
|
|
114
|
+
},
|
|
115
|
+
"modal": {
|
|
116
|
+
"component": "Modal",
|
|
117
|
+
"importPath": "@/components/molecules/Modal",
|
|
118
|
+
"category": "layout"
|
|
119
|
+
},
|
|
120
|
+
"drawer": {
|
|
121
|
+
"component": "Drawer",
|
|
122
|
+
"importPath": "@/components/molecules/Drawer",
|
|
123
|
+
"category": "layout"
|
|
124
|
+
},
|
|
125
|
+
"confirm-dialog": {
|
|
126
|
+
"component": "ConfirmDialog",
|
|
127
|
+
"importPath": "@/components/organisms/ConfirmDialog",
|
|
128
|
+
"category": "layout"
|
|
129
|
+
},
|
|
130
|
+
"master-detail": {
|
|
131
|
+
"component": "MasterDetail",
|
|
132
|
+
"importPath": "@/components/organisms/layout/MasterDetail",
|
|
133
|
+
"category": "layout"
|
|
134
|
+
},
|
|
135
|
+
"dashboard-grid": {
|
|
136
|
+
"component": "DashboardGrid",
|
|
137
|
+
"importPath": "@/components/organisms/layout/DashboardGrid",
|
|
138
|
+
"category": "layout"
|
|
139
|
+
},
|
|
140
|
+
"game-canvas": {
|
|
141
|
+
"component": "GameCanvas",
|
|
142
|
+
"importPath": "@/components/organisms/game/GameCanvas",
|
|
143
|
+
"category": "game"
|
|
144
|
+
},
|
|
145
|
+
"game-hud": {
|
|
146
|
+
"component": "GameHud",
|
|
147
|
+
"importPath": "@/components/organisms/game/GameHud",
|
|
148
|
+
"category": "game"
|
|
149
|
+
},
|
|
150
|
+
"game-controls": {
|
|
151
|
+
"component": "GameControls",
|
|
152
|
+
"importPath": "@/components/organisms/game/GameControls",
|
|
153
|
+
"category": "game"
|
|
154
|
+
},
|
|
155
|
+
"game-menu": {
|
|
156
|
+
"component": "GameMenu",
|
|
157
|
+
"importPath": "@/components/organisms/game/GameMenu",
|
|
158
|
+
"category": "game"
|
|
159
|
+
},
|
|
160
|
+
"game-pause-overlay": {
|
|
161
|
+
"component": "GamePauseOverlay",
|
|
162
|
+
"importPath": "@/components/organisms/game/GamePauseOverlay",
|
|
163
|
+
"category": "game"
|
|
164
|
+
},
|
|
165
|
+
"game-over-screen": {
|
|
166
|
+
"component": "GameOverScreen",
|
|
167
|
+
"importPath": "@/components/organisms/game/GameOverScreen",
|
|
168
|
+
"category": "game"
|
|
169
|
+
},
|
|
170
|
+
"level-select": {
|
|
171
|
+
"component": "LevelSelect",
|
|
172
|
+
"importPath": "@/components/organisms/game/LevelSelect",
|
|
173
|
+
"category": "game"
|
|
174
|
+
},
|
|
175
|
+
"tilemap-renderer": {
|
|
176
|
+
"component": "TilemapRenderer",
|
|
177
|
+
"importPath": "@/components/organisms/game/TilemapRenderer",
|
|
178
|
+
"category": "game"
|
|
179
|
+
},
|
|
180
|
+
"inventory-panel": {
|
|
181
|
+
"component": "InventoryPanel",
|
|
182
|
+
"importPath": "@/components/organisms/game/InventoryPanel",
|
|
183
|
+
"category": "game"
|
|
184
|
+
},
|
|
185
|
+
"dialogue-box": {
|
|
186
|
+
"component": "DialogueBox",
|
|
187
|
+
"importPath": "@/components/organisms/game/DialogueBox",
|
|
188
|
+
"category": "game"
|
|
189
|
+
},
|
|
190
|
+
"input-listener": {
|
|
191
|
+
"component": "InputListener",
|
|
192
|
+
"importPath": "@/components/organisms/game/InputListener",
|
|
193
|
+
"category": "game"
|
|
194
|
+
},
|
|
195
|
+
"collision-detector": {
|
|
196
|
+
"component": "CollisionDetector",
|
|
197
|
+
"importPath": "@/components/organisms/game/CollisionDetector",
|
|
198
|
+
"category": "game"
|
|
199
|
+
},
|
|
200
|
+
"runtime-debugger": {
|
|
201
|
+
"component": "RuntimeDebugger",
|
|
202
|
+
"importPath": "@/components/organisms/debug/RuntimeDebugger",
|
|
203
|
+
"category": "debug"
|
|
204
|
+
},
|
|
205
|
+
"repeatable-form-section": {
|
|
206
|
+
"component": "RepeatableFormSection",
|
|
207
|
+
"importPath": "@/clients/inspection-system/molecules/RepeatableFormSection",
|
|
208
|
+
"category": "form",
|
|
209
|
+
"client": "inspection-system"
|
|
210
|
+
},
|
|
211
|
+
"box": {
|
|
212
|
+
"component": "Box",
|
|
213
|
+
"importPath": "@/components/atoms",
|
|
214
|
+
"category": "layout"
|
|
215
|
+
},
|
|
216
|
+
"grid": {
|
|
217
|
+
"component": "Grid",
|
|
218
|
+
"importPath": "@/components/molecules",
|
|
219
|
+
"category": "layout"
|
|
220
|
+
},
|
|
221
|
+
"center": {
|
|
222
|
+
"component": "Center",
|
|
223
|
+
"importPath": "@/components/atoms",
|
|
224
|
+
"category": "layout"
|
|
225
|
+
},
|
|
226
|
+
"spacer": {
|
|
227
|
+
"component": "Spacer",
|
|
228
|
+
"importPath": "@/components/atoms",
|
|
229
|
+
"category": "layout"
|
|
230
|
+
},
|
|
231
|
+
"divider": {
|
|
232
|
+
"component": "Divider",
|
|
233
|
+
"importPath": "@/components/atoms",
|
|
234
|
+
"category": "layout"
|
|
235
|
+
},
|
|
236
|
+
"button": {
|
|
237
|
+
"component": "Button",
|
|
238
|
+
"importPath": "@/components/atoms",
|
|
239
|
+
"category": "atom"
|
|
240
|
+
},
|
|
241
|
+
"badge": {
|
|
242
|
+
"component": "Badge",
|
|
243
|
+
"importPath": "@/components/atoms",
|
|
244
|
+
"category": "atom"
|
|
245
|
+
},
|
|
246
|
+
"avatar": {
|
|
247
|
+
"component": "Avatar",
|
|
248
|
+
"importPath": "@/components/atoms",
|
|
249
|
+
"category": "atom"
|
|
250
|
+
},
|
|
251
|
+
"icon": {
|
|
252
|
+
"component": "Icon",
|
|
253
|
+
"importPath": "@/components/atoms",
|
|
254
|
+
"category": "atom"
|
|
255
|
+
},
|
|
256
|
+
"spinner": {
|
|
257
|
+
"component": "Spinner",
|
|
258
|
+
"importPath": "@/components/atoms",
|
|
259
|
+
"category": "atom"
|
|
260
|
+
},
|
|
261
|
+
"input": {
|
|
262
|
+
"component": "Input",
|
|
263
|
+
"importPath": "@/components/atoms",
|
|
264
|
+
"category": "form"
|
|
265
|
+
},
|
|
266
|
+
"textarea": {
|
|
267
|
+
"component": "Textarea",
|
|
268
|
+
"importPath": "@/components/atoms",
|
|
269
|
+
"category": "form"
|
|
270
|
+
},
|
|
271
|
+
"select": {
|
|
272
|
+
"component": "Select",
|
|
273
|
+
"importPath": "@/components/atoms",
|
|
274
|
+
"category": "form"
|
|
275
|
+
},
|
|
276
|
+
"checkbox": {
|
|
277
|
+
"component": "Checkbox",
|
|
278
|
+
"importPath": "@/components/atoms",
|
|
279
|
+
"category": "form"
|
|
280
|
+
},
|
|
281
|
+
"radio": {
|
|
282
|
+
"component": "Radio",
|
|
283
|
+
"importPath": "@/components/atoms",
|
|
284
|
+
"category": "form"
|
|
285
|
+
},
|
|
286
|
+
"switch": {
|
|
287
|
+
"component": "Switch",
|
|
288
|
+
"importPath": "@/components/atoms",
|
|
289
|
+
"category": "form"
|
|
290
|
+
},
|
|
291
|
+
"label": {
|
|
292
|
+
"component": "Label",
|
|
293
|
+
"importPath": "@/components/atoms",
|
|
294
|
+
"category": "form"
|
|
295
|
+
},
|
|
296
|
+
"alert": {
|
|
297
|
+
"component": "Alert",
|
|
298
|
+
"importPath": "@/components/molecules/Alert",
|
|
299
|
+
"category": "state"
|
|
300
|
+
},
|
|
301
|
+
"accordion": {
|
|
302
|
+
"component": "Accordion",
|
|
303
|
+
"importPath": "@/components/molecules/Accordion",
|
|
304
|
+
"category": "display"
|
|
305
|
+
},
|
|
306
|
+
"tooltip": {
|
|
307
|
+
"component": "Tooltip",
|
|
308
|
+
"importPath": "@/components/molecules",
|
|
309
|
+
"category": "atom"
|
|
310
|
+
},
|
|
311
|
+
"popover": {
|
|
312
|
+
"component": "Popover",
|
|
313
|
+
"importPath": "@/components/molecules",
|
|
314
|
+
"category": "atom"
|
|
315
|
+
},
|
|
316
|
+
"menu": {
|
|
317
|
+
"component": "Menu",
|
|
318
|
+
"importPath": "@/components/molecules",
|
|
319
|
+
"category": "navigation"
|
|
320
|
+
},
|
|
321
|
+
"progress-bar": {
|
|
322
|
+
"component": "ProgressBar",
|
|
323
|
+
"importPath": "@/components/atoms",
|
|
324
|
+
"category": "display"
|
|
325
|
+
},
|
|
326
|
+
"container": {
|
|
327
|
+
"component": "Container",
|
|
328
|
+
"importPath": "@/components/molecules",
|
|
329
|
+
"category": "layout"
|
|
330
|
+
},
|
|
331
|
+
"simple-grid": {
|
|
332
|
+
"component": "SimpleGrid",
|
|
333
|
+
"importPath": "@/components/molecules",
|
|
334
|
+
"category": "layout"
|
|
335
|
+
},
|
|
336
|
+
"studio-home-web": {
|
|
337
|
+
"component": "StudioHomeWebTemplate",
|
|
338
|
+
"importPath": "@/clients/builder/templates/StudioHomeWebTemplate",
|
|
339
|
+
"category": "template",
|
|
340
|
+
"client": "builder"
|
|
341
|
+
},
|
|
342
|
+
"studio-home-electron": {
|
|
343
|
+
"component": "StudioHomeElectronTemplate",
|
|
344
|
+
"importPath": "@/clients/builder/templates/StudioHomeElectronTemplate",
|
|
345
|
+
"category": "template",
|
|
346
|
+
"client": "builder"
|
|
347
|
+
},
|
|
348
|
+
"studio-project": {
|
|
349
|
+
"component": "StudioProjectTemplate",
|
|
350
|
+
"importPath": "@/clients/builder/templates/StudioProjectTemplate",
|
|
351
|
+
"category": "template",
|
|
352
|
+
"client": "builder"
|
|
353
|
+
},
|
|
354
|
+
"hex-battlefield": {
|
|
355
|
+
"component": "BattlefieldTemplate",
|
|
356
|
+
"importPath": "@/clients/trait-wars/templates/BattlefieldTemplate",
|
|
357
|
+
"category": "template",
|
|
358
|
+
"client": "trait-wars"
|
|
359
|
+
},
|
|
360
|
+
"hero-selection": {
|
|
361
|
+
"component": "HexTraitWarsGame",
|
|
362
|
+
"importPath": "@/clients/trait-wars/templates/HexTraitWarsGame",
|
|
363
|
+
"category": "template",
|
|
364
|
+
"client": "trait-wars"
|
|
365
|
+
},
|
|
366
|
+
"hero-profile": {
|
|
367
|
+
"component": "HeroProfileTemplate",
|
|
368
|
+
"importPath": "@/clients/trait-wars/templates/HeroProfileTemplate",
|
|
369
|
+
"category": "template",
|
|
370
|
+
"client": "trait-wars"
|
|
371
|
+
},
|
|
372
|
+
"army-builder": {
|
|
373
|
+
"component": "ArmyBuilderTemplate",
|
|
374
|
+
"importPath": "@/clients/trait-wars/templates/ArmyBuilderTemplate",
|
|
375
|
+
"category": "template",
|
|
376
|
+
"client": "trait-wars"
|
|
377
|
+
},
|
|
378
|
+
"conditional-wrapper": {
|
|
379
|
+
"component": "ConditionalWrapper",
|
|
380
|
+
"importPath": "@/components/atoms/ConditionalWrapper",
|
|
381
|
+
"category": "component"
|
|
382
|
+
},
|
|
383
|
+
"law-reference-tooltip": {
|
|
384
|
+
"component": "LawReferenceTooltip",
|
|
385
|
+
"importPath": "@/components/atoms/LawReferenceTooltip",
|
|
386
|
+
"category": "component"
|
|
387
|
+
},
|
|
388
|
+
"overlay": {
|
|
389
|
+
"component": "Overlay",
|
|
390
|
+
"importPath": "@/components/atoms/Overlay",
|
|
391
|
+
"category": "container"
|
|
392
|
+
},
|
|
393
|
+
"stack": {
|
|
394
|
+
"component": "Stack",
|
|
395
|
+
"importPath": "@/components/atoms/Stack",
|
|
396
|
+
"category": "component"
|
|
397
|
+
},
|
|
398
|
+
"text-highlight": {
|
|
399
|
+
"component": "TextHighlight",
|
|
400
|
+
"importPath": "@/components/atoms/TextHighlight",
|
|
401
|
+
"category": "component"
|
|
402
|
+
},
|
|
403
|
+
"theme-toggle": {
|
|
404
|
+
"component": "ThemeToggle",
|
|
405
|
+
"importPath": "@/components/atoms/ThemeToggle",
|
|
406
|
+
"category": "component"
|
|
407
|
+
},
|
|
408
|
+
"typography": {
|
|
409
|
+
"component": "Typography",
|
|
410
|
+
"importPath": "@/components/atoms/Typography",
|
|
411
|
+
"category": "component"
|
|
412
|
+
},
|
|
413
|
+
"control-button": {
|
|
414
|
+
"component": "ControlButton",
|
|
415
|
+
"importPath": "@/components/atoms/ControlButton",
|
|
416
|
+
"category": "component"
|
|
417
|
+
},
|
|
418
|
+
"health-bar": {
|
|
419
|
+
"component": "HealthBar",
|
|
420
|
+
"importPath": "@/components/atoms/HealthBar",
|
|
421
|
+
"category": "component"
|
|
422
|
+
},
|
|
423
|
+
"score-display": {
|
|
424
|
+
"component": "ScoreDisplay",
|
|
425
|
+
"importPath": "@/components/atoms/ScoreDisplay",
|
|
426
|
+
"category": "component"
|
|
427
|
+
},
|
|
428
|
+
"sprite": {
|
|
429
|
+
"component": "Sprite",
|
|
430
|
+
"importPath": "@/components/atoms/Sprite",
|
|
431
|
+
"category": "game"
|
|
432
|
+
},
|
|
433
|
+
"flex": {
|
|
434
|
+
"component": "Flex",
|
|
435
|
+
"importPath": "@/components/molecules/Flex",
|
|
436
|
+
"category": "component"
|
|
437
|
+
},
|
|
438
|
+
"floating-action-button": {
|
|
439
|
+
"component": "FloatingActionButton",
|
|
440
|
+
"importPath": "@/components/molecules/FloatingActionButton",
|
|
441
|
+
"category": "component"
|
|
442
|
+
},
|
|
443
|
+
"form-field": {
|
|
444
|
+
"component": "FormField",
|
|
445
|
+
"importPath": "@/components/molecules/FormField",
|
|
446
|
+
"category": "form"
|
|
447
|
+
},
|
|
448
|
+
"form-section-header": {
|
|
449
|
+
"component": "FormSectionHeader",
|
|
450
|
+
"importPath": "@/components/molecules/FormSectionHeader",
|
|
451
|
+
"category": "form"
|
|
452
|
+
},
|
|
453
|
+
"input-group": {
|
|
454
|
+
"component": "InputGroup",
|
|
455
|
+
"importPath": "@/components/molecules/InputGroup",
|
|
456
|
+
"category": "form"
|
|
457
|
+
},
|
|
458
|
+
"relation-select": {
|
|
459
|
+
"component": "RelationSelect",
|
|
460
|
+
"importPath": "@/components/molecules/RelationSelect",
|
|
461
|
+
"category": "form"
|
|
462
|
+
},
|
|
463
|
+
"side-panel": {
|
|
464
|
+
"component": "SidePanel",
|
|
465
|
+
"importPath": "@/components/molecules/SidePanel",
|
|
466
|
+
"category": "component"
|
|
467
|
+
},
|
|
468
|
+
"violation-alert": {
|
|
469
|
+
"component": "ViolationAlert",
|
|
470
|
+
"importPath": "@/components/molecules/ViolationAlert",
|
|
471
|
+
"category": "state"
|
|
472
|
+
},
|
|
473
|
+
"action-buttons": {
|
|
474
|
+
"component": "ActionButtons",
|
|
475
|
+
"importPath": "@/components/molecules/ActionButtons",
|
|
476
|
+
"category": "component"
|
|
477
|
+
},
|
|
478
|
+
"d-pad": {
|
|
479
|
+
"component": "DPad",
|
|
480
|
+
"importPath": "@/components/molecules/DPad",
|
|
481
|
+
"category": "component"
|
|
482
|
+
},
|
|
483
|
+
"stat-badge": {
|
|
484
|
+
"component": "StatBadge",
|
|
485
|
+
"importPath": "@/components/molecules/StatBadge",
|
|
486
|
+
"category": "display"
|
|
487
|
+
},
|
|
488
|
+
"button-pattern": {
|
|
489
|
+
"component": "ButtonPattern",
|
|
490
|
+
"importPath": "@/components/organisms/ButtonPattern",
|
|
491
|
+
"category": "display"
|
|
492
|
+
},
|
|
493
|
+
"custom-pattern": {
|
|
494
|
+
"component": "CustomPattern",
|
|
495
|
+
"importPath": "@/components/organisms/CustomPattern",
|
|
496
|
+
"category": "display"
|
|
497
|
+
},
|
|
498
|
+
"drawer-slot": {
|
|
499
|
+
"component": "DrawerSlot",
|
|
500
|
+
"importPath": "@/components/organisms/DrawerSlot",
|
|
501
|
+
"category": "layout"
|
|
502
|
+
},
|
|
503
|
+
"header": {
|
|
504
|
+
"component": "Header",
|
|
505
|
+
"importPath": "@/components/organisms/Header",
|
|
506
|
+
"category": "header"
|
|
507
|
+
},
|
|
508
|
+
"layout-pattern": {
|
|
509
|
+
"component": "LayoutPattern",
|
|
510
|
+
"importPath": "@/components/organisms/LayoutPattern",
|
|
511
|
+
"category": "layout"
|
|
512
|
+
},
|
|
513
|
+
"modal-slot": {
|
|
514
|
+
"component": "ModalSlot",
|
|
515
|
+
"importPath": "@/components/organisms/ModalSlot",
|
|
516
|
+
"category": "layout"
|
|
517
|
+
},
|
|
518
|
+
"navigation": {
|
|
519
|
+
"component": "Navigation",
|
|
520
|
+
"importPath": "@/components/organisms/Navigation",
|
|
521
|
+
"category": "navigation"
|
|
522
|
+
},
|
|
523
|
+
"orbital-visualization": {
|
|
524
|
+
"component": "OrbitalVisualization",
|
|
525
|
+
"importPath": "@/components/organisms/OrbitalVisualization",
|
|
526
|
+
"category": "display"
|
|
527
|
+
},
|
|
528
|
+
"section": {
|
|
529
|
+
"component": "Section",
|
|
530
|
+
"importPath": "@/components/organisms/Section",
|
|
531
|
+
"category": "display"
|
|
532
|
+
},
|
|
533
|
+
"sidebar": {
|
|
534
|
+
"component": "Sidebar",
|
|
535
|
+
"importPath": "@/components/organisms/Sidebar",
|
|
536
|
+
"category": "navigation"
|
|
537
|
+
},
|
|
538
|
+
"split": {
|
|
539
|
+
"component": "Split",
|
|
540
|
+
"importPath": "@/components/organisms/Split",
|
|
541
|
+
"category": "layout"
|
|
542
|
+
},
|
|
543
|
+
"table": {
|
|
544
|
+
"component": "Table",
|
|
545
|
+
"importPath": "@/components/organisms/Table",
|
|
546
|
+
"category": "display"
|
|
547
|
+
},
|
|
548
|
+
"toast-slot": {
|
|
549
|
+
"component": "ToastSlot",
|
|
550
|
+
"importPath": "@/components/organisms/ToastSlot",
|
|
551
|
+
"category": "layout"
|
|
552
|
+
},
|
|
553
|
+
"u-i-slot-renderer": {
|
|
554
|
+
"component": "UISlotRenderer",
|
|
555
|
+
"importPath": "@/components/organisms/UISlotRenderer",
|
|
556
|
+
"category": "layout"
|
|
557
|
+
},
|
|
558
|
+
"split-pane": {
|
|
559
|
+
"component": "SplitPane",
|
|
560
|
+
"importPath": "@/components/organisms/SplitPane",
|
|
561
|
+
"category": "layout"
|
|
562
|
+
},
|
|
563
|
+
"tabbed-container": {
|
|
564
|
+
"component": "TabbedContainer",
|
|
565
|
+
"importPath": "@/components/organisms/TabbedContainer",
|
|
566
|
+
"category": "navigation"
|
|
567
|
+
},
|
|
568
|
+
"auth-layout": {
|
|
569
|
+
"component": "AuthLayout",
|
|
570
|
+
"importPath": "@/components/templates/AuthLayout",
|
|
571
|
+
"category": "template"
|
|
572
|
+
},
|
|
573
|
+
"counter-template": {
|
|
574
|
+
"component": "CounterTemplate",
|
|
575
|
+
"importPath": "@/components/templates/CounterTemplate",
|
|
576
|
+
"category": "template"
|
|
577
|
+
},
|
|
578
|
+
"crud-template": {
|
|
579
|
+
"component": "CrudTemplate",
|
|
580
|
+
"importPath": "@/components/templates/CrudTemplate",
|
|
581
|
+
"category": "template"
|
|
582
|
+
},
|
|
583
|
+
"dashboard-layout": {
|
|
584
|
+
"component": "DashboardLayout",
|
|
585
|
+
"importPath": "@/components/templates/DashboardLayout",
|
|
586
|
+
"category": "template"
|
|
587
|
+
},
|
|
588
|
+
"form-template": {
|
|
589
|
+
"component": "FormTemplate",
|
|
590
|
+
"importPath": "@/components/templates/FormTemplate",
|
|
591
|
+
"category": "template"
|
|
592
|
+
},
|
|
593
|
+
"game-template": {
|
|
594
|
+
"component": "GameTemplate",
|
|
595
|
+
"importPath": "@/components/templates/GameTemplate",
|
|
596
|
+
"category": "template"
|
|
597
|
+
},
|
|
598
|
+
"generic-app-template": {
|
|
599
|
+
"component": "GenericAppTemplate",
|
|
600
|
+
"importPath": "@/components/templates/GenericAppTemplate",
|
|
601
|
+
"category": "template"
|
|
602
|
+
},
|
|
603
|
+
"list-template": {
|
|
604
|
+
"component": "ListTemplate",
|
|
605
|
+
"importPath": "@/components/templates/ListTemplate",
|
|
606
|
+
"category": "template"
|
|
607
|
+
},
|
|
608
|
+
"settings-template": {
|
|
609
|
+
"component": "SettingsTemplate",
|
|
610
|
+
"importPath": "@/components/templates/SettingsTemplate",
|
|
611
|
+
"category": "template"
|
|
612
|
+
},
|
|
613
|
+
"game-shell": {
|
|
614
|
+
"component": "GameShell",
|
|
615
|
+
"importPath": "@/components/templates/GameShell",
|
|
616
|
+
"category": "template"
|
|
617
|
+
}
|
|
618
|
+
}
|
|
619
|
+
}
|