@almadar/patterns 1.0.0 → 1.0.9
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/{src → dist}/component-mapping.json +856 -3
- package/{src → dist}/event-contracts.json +2043 -902
- package/dist/index.d.ts +55202 -19469
- package/dist/index.js +23504 -8727
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +23563 -0
- package/dist/registry.json +23563 -0
- package/package.json +7 -8
- package/src/patterns-registry.json +0 -11093
- /package/{src → dist}/integrators-registry.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-02-
|
|
3
|
+
"exportedAt": "2026-02-07T17:56:09.988Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"category": "form"
|
|
54
54
|
},
|
|
55
55
|
"form-section": {
|
|
56
|
-
"component": "
|
|
56
|
+
"component": "FormSection",
|
|
57
57
|
"importPath": "@/components/organisms/Form",
|
|
58
58
|
"category": "form"
|
|
59
59
|
},
|
|
@@ -547,6 +547,78 @@
|
|
|
547
547
|
"category": "template",
|
|
548
548
|
"client": "inspection-system"
|
|
549
549
|
},
|
|
550
|
+
"inspector-card": {
|
|
551
|
+
"component": "InspectorCard",
|
|
552
|
+
"importPath": "@/clients/inspection-system/molecules/InspectorCard",
|
|
553
|
+
"category": "display",
|
|
554
|
+
"client": "inspection-system"
|
|
555
|
+
},
|
|
556
|
+
"company-card": {
|
|
557
|
+
"component": "CompanyCard",
|
|
558
|
+
"importPath": "@/clients/inspection-system/molecules/CompanyCard",
|
|
559
|
+
"category": "display",
|
|
560
|
+
"client": "inspection-system"
|
|
561
|
+
},
|
|
562
|
+
"company-info-card": {
|
|
563
|
+
"component": "CompanyInfoCard",
|
|
564
|
+
"importPath": "@/clients/inspection-system/molecules/CompanyInfoCard",
|
|
565
|
+
"category": "display",
|
|
566
|
+
"client": "inspection-system"
|
|
567
|
+
},
|
|
568
|
+
"inspection-card": {
|
|
569
|
+
"component": "InspectionCard",
|
|
570
|
+
"importPath": "@/clients/inspection-system/molecules/InspectionCard",
|
|
571
|
+
"category": "display",
|
|
572
|
+
"client": "inspection-system"
|
|
573
|
+
},
|
|
574
|
+
"inspection-summary": {
|
|
575
|
+
"component": "InspectionSummary",
|
|
576
|
+
"importPath": "@/clients/inspection-system/molecules/InspectionSummary",
|
|
577
|
+
"category": "display",
|
|
578
|
+
"client": "inspection-system"
|
|
579
|
+
},
|
|
580
|
+
"violation-form": {
|
|
581
|
+
"component": "ViolationForm",
|
|
582
|
+
"importPath": "@/clients/inspection-system/molecules/ViolationForm",
|
|
583
|
+
"category": "form",
|
|
584
|
+
"client": "inspection-system"
|
|
585
|
+
},
|
|
586
|
+
"checklist-item": {
|
|
587
|
+
"component": "ChecklistItem",
|
|
588
|
+
"importPath": "@/clients/inspection-system/molecules/ChecklistItem",
|
|
589
|
+
"category": "form",
|
|
590
|
+
"client": "inspection-system"
|
|
591
|
+
},
|
|
592
|
+
"evidence-gallery": {
|
|
593
|
+
"component": "EvidenceGallery",
|
|
594
|
+
"importPath": "@/clients/inspection-system/molecules/EvidenceGallery",
|
|
595
|
+
"category": "display",
|
|
596
|
+
"client": "inspection-system"
|
|
597
|
+
},
|
|
598
|
+
"evidence-thumbnail": {
|
|
599
|
+
"component": "EvidenceThumbnail",
|
|
600
|
+
"importPath": "@/clients/inspection-system/molecules/EvidenceThumbnail",
|
|
601
|
+
"category": "display",
|
|
602
|
+
"client": "inspection-system"
|
|
603
|
+
},
|
|
604
|
+
"inspection-checklist": {
|
|
605
|
+
"component": "InspectionChecklist",
|
|
606
|
+
"importPath": "@/clients/inspection-system/molecules/InspectionChecklist",
|
|
607
|
+
"category": "form",
|
|
608
|
+
"client": "inspection-system"
|
|
609
|
+
},
|
|
610
|
+
"inspection-wizard-step": {
|
|
611
|
+
"component": "InspectionWizardStep",
|
|
612
|
+
"importPath": "@/clients/inspection-system/molecules/InspectionWizardStep",
|
|
613
|
+
"category": "form",
|
|
614
|
+
"client": "inspection-system"
|
|
615
|
+
},
|
|
616
|
+
"violation-list-item": {
|
|
617
|
+
"component": "ViolationListItem",
|
|
618
|
+
"importPath": "@/clients/inspection-system/molecules/ViolationListItem",
|
|
619
|
+
"category": "display",
|
|
620
|
+
"client": "inspection-system"
|
|
621
|
+
},
|
|
550
622
|
"inspection-wizard": {
|
|
551
623
|
"component": "InspectionWizardTemplate",
|
|
552
624
|
"importPath": "@/clients/inspection-system/templates/InspectionWizardTemplate",
|
|
@@ -1232,6 +1304,787 @@
|
|
|
1232
1304
|
"importPath": "@/clients/trait-wars/organisms/TraitPanel",
|
|
1233
1305
|
"category": "display",
|
|
1234
1306
|
"client": "trait-wars"
|
|
1307
|
+
},
|
|
1308
|
+
"hex-battlefield": {
|
|
1309
|
+
"component": "BattlefieldTemplate",
|
|
1310
|
+
"importPath": "@/clients/trait-wars/templates/BattlefieldTemplate",
|
|
1311
|
+
"category": "template",
|
|
1312
|
+
"client": "trait-wars"
|
|
1313
|
+
},
|
|
1314
|
+
"hero-selection": {
|
|
1315
|
+
"component": "HexTraitWarsGame",
|
|
1316
|
+
"importPath": "@/clients/trait-wars/templates/HexTraitWarsGame",
|
|
1317
|
+
"category": "template",
|
|
1318
|
+
"client": "trait-wars"
|
|
1319
|
+
},
|
|
1320
|
+
"hero-avatar": {
|
|
1321
|
+
"component": "HeroAvatar",
|
|
1322
|
+
"importPath": "@/clients/trait-wars/atoms/HeroAvatar",
|
|
1323
|
+
"category": "display",
|
|
1324
|
+
"client": "trait-wars"
|
|
1325
|
+
},
|
|
1326
|
+
"trait-slot": {
|
|
1327
|
+
"component": "TraitSlot",
|
|
1328
|
+
"importPath": "@/clients/trait-wars/molecules/TraitSlot",
|
|
1329
|
+
"category": "input",
|
|
1330
|
+
"client": "trait-wars"
|
|
1331
|
+
},
|
|
1332
|
+
"unit-roster": {
|
|
1333
|
+
"component": "UnitRoster",
|
|
1334
|
+
"importPath": "@/clients/trait-wars/organisms/UnitRoster",
|
|
1335
|
+
"category": "display",
|
|
1336
|
+
"client": "trait-wars"
|
|
1337
|
+
},
|
|
1338
|
+
"hero-profile": {
|
|
1339
|
+
"component": "HeroProfileTemplate",
|
|
1340
|
+
"importPath": "@/clients/trait-wars/templates/HeroProfileTemplate",
|
|
1341
|
+
"category": "template",
|
|
1342
|
+
"client": "trait-wars"
|
|
1343
|
+
},
|
|
1344
|
+
"army-builder": {
|
|
1345
|
+
"component": "ArmyBuilderTemplate",
|
|
1346
|
+
"importPath": "@/clients/trait-wars/templates/ArmyBuilderTemplate",
|
|
1347
|
+
"category": "template",
|
|
1348
|
+
"client": "trait-wars"
|
|
1349
|
+
},
|
|
1350
|
+
"game-battle": {
|
|
1351
|
+
"component": "CanvasBattleTemplate",
|
|
1352
|
+
"importPath": "@/clients/trait-wars/templates/CanvasBattleTemplate",
|
|
1353
|
+
"category": "game",
|
|
1354
|
+
"client": "trait-wars"
|
|
1355
|
+
},
|
|
1356
|
+
"game-castle": {
|
|
1357
|
+
"component": "CanvasCastleTemplate",
|
|
1358
|
+
"importPath": "@/clients/trait-wars/templates/CanvasCastleTemplate",
|
|
1359
|
+
"category": "game",
|
|
1360
|
+
"client": "trait-wars"
|
|
1361
|
+
},
|
|
1362
|
+
"game-world-map": {
|
|
1363
|
+
"component": "CanvasWorldMapTemplate",
|
|
1364
|
+
"importPath": "@/clients/trait-wars/templates/CanvasWorldMapTemplate",
|
|
1365
|
+
"category": "game",
|
|
1366
|
+
"client": "trait-wars"
|
|
1367
|
+
},
|
|
1368
|
+
"game-hero-profile": {
|
|
1369
|
+
"component": "HeroProfileTemplate",
|
|
1370
|
+
"importPath": "@/clients/trait-wars/templates/HeroProfileTemplate",
|
|
1371
|
+
"category": "game",
|
|
1372
|
+
"client": "trait-wars"
|
|
1373
|
+
},
|
|
1374
|
+
"game-isometric-canvas": {
|
|
1375
|
+
"component": "IsometricGameCanvas",
|
|
1376
|
+
"importPath": "@/clients/trait-wars/organisms/IsometricGameCanvas",
|
|
1377
|
+
"category": "game",
|
|
1378
|
+
"client": "trait-wars"
|
|
1379
|
+
},
|
|
1380
|
+
"game-combat-log": {
|
|
1381
|
+
"component": "CombatLog",
|
|
1382
|
+
"importPath": "@/clients/trait-wars/organisms/CombatLog",
|
|
1383
|
+
"category": "game",
|
|
1384
|
+
"client": "trait-wars"
|
|
1385
|
+
},
|
|
1386
|
+
"game-trait-viewer": {
|
|
1387
|
+
"component": "TraitStateViewer",
|
|
1388
|
+
"importPath": "@/clients/trait-wars/molecules/TraitStateViewer",
|
|
1389
|
+
"category": "game",
|
|
1390
|
+
"client": "trait-wars"
|
|
1391
|
+
},
|
|
1392
|
+
"game-resource-bar": {
|
|
1393
|
+
"component": "ResourceBar",
|
|
1394
|
+
"importPath": "@/clients/trait-wars/molecules/ResourceBar",
|
|
1395
|
+
"category": "game",
|
|
1396
|
+
"client": "trait-wars"
|
|
1397
|
+
},
|
|
1398
|
+
"game-building-slot": {
|
|
1399
|
+
"component": "BuildingSlot",
|
|
1400
|
+
"importPath": "@/clients/trait-wars/molecules/BuildingSlot",
|
|
1401
|
+
"category": "game",
|
|
1402
|
+
"client": "trait-wars"
|
|
1403
|
+
},
|
|
1404
|
+
"game-recruit-card": {
|
|
1405
|
+
"component": "UnitRecruitCard",
|
|
1406
|
+
"importPath": "@/clients/trait-wars/molecules/UnitRecruitCard",
|
|
1407
|
+
"category": "game",
|
|
1408
|
+
"client": "trait-wars"
|
|
1409
|
+
},
|
|
1410
|
+
"game-trait-slot": {
|
|
1411
|
+
"component": "TraitSlot",
|
|
1412
|
+
"importPath": "@/clients/trait-wars/molecules/TraitSlot",
|
|
1413
|
+
"category": "game",
|
|
1414
|
+
"client": "trait-wars"
|
|
1415
|
+
},
|
|
1416
|
+
"game-damage-popup": {
|
|
1417
|
+
"component": "DamagePopup",
|
|
1418
|
+
"importPath": "@/clients/trait-wars/atoms/DamagePopup",
|
|
1419
|
+
"category": "game",
|
|
1420
|
+
"client": "trait-wars"
|
|
1421
|
+
},
|
|
1422
|
+
"conditional-wrapper": {
|
|
1423
|
+
"component": "ConditionalWrapper",
|
|
1424
|
+
"importPath": "@/components/atoms/ConditionalWrapper",
|
|
1425
|
+
"category": "component"
|
|
1426
|
+
},
|
|
1427
|
+
"law-reference-tooltip": {
|
|
1428
|
+
"component": "LawReferenceTooltip",
|
|
1429
|
+
"importPath": "@/components/atoms/LawReferenceTooltip",
|
|
1430
|
+
"category": "component"
|
|
1431
|
+
},
|
|
1432
|
+
"overlay": {
|
|
1433
|
+
"component": "Overlay",
|
|
1434
|
+
"importPath": "@/components/atoms/Overlay",
|
|
1435
|
+
"category": "container"
|
|
1436
|
+
},
|
|
1437
|
+
"stack": {
|
|
1438
|
+
"component": "Stack",
|
|
1439
|
+
"importPath": "@/components/atoms/Stack",
|
|
1440
|
+
"category": "component"
|
|
1441
|
+
},
|
|
1442
|
+
"text-highlight": {
|
|
1443
|
+
"component": "TextHighlight",
|
|
1444
|
+
"importPath": "@/components/atoms/TextHighlight",
|
|
1445
|
+
"category": "component"
|
|
1446
|
+
},
|
|
1447
|
+
"theme-toggle": {
|
|
1448
|
+
"component": "ThemeToggle",
|
|
1449
|
+
"importPath": "@/components/atoms/ThemeToggle",
|
|
1450
|
+
"category": "component"
|
|
1451
|
+
},
|
|
1452
|
+
"typography": {
|
|
1453
|
+
"component": "Typography",
|
|
1454
|
+
"importPath": "@/components/atoms/Typography",
|
|
1455
|
+
"category": "component"
|
|
1456
|
+
},
|
|
1457
|
+
"control-button": {
|
|
1458
|
+
"component": "ControlButton",
|
|
1459
|
+
"importPath": "@/components/atoms/ControlButton",
|
|
1460
|
+
"category": "component"
|
|
1461
|
+
},
|
|
1462
|
+
"health-bar": {
|
|
1463
|
+
"component": "HealthBar",
|
|
1464
|
+
"importPath": "@/components/atoms/HealthBar",
|
|
1465
|
+
"category": "component"
|
|
1466
|
+
},
|
|
1467
|
+
"score-display": {
|
|
1468
|
+
"component": "ScoreDisplay",
|
|
1469
|
+
"importPath": "@/components/atoms/ScoreDisplay",
|
|
1470
|
+
"category": "component"
|
|
1471
|
+
},
|
|
1472
|
+
"sprite": {
|
|
1473
|
+
"component": "Sprite",
|
|
1474
|
+
"importPath": "@/components/atoms/Sprite",
|
|
1475
|
+
"category": "game"
|
|
1476
|
+
},
|
|
1477
|
+
"flex": {
|
|
1478
|
+
"component": "Flex",
|
|
1479
|
+
"importPath": "@/components/molecules/Flex",
|
|
1480
|
+
"category": "component"
|
|
1481
|
+
},
|
|
1482
|
+
"floating-action-button": {
|
|
1483
|
+
"component": "FloatingActionButton",
|
|
1484
|
+
"importPath": "@/components/molecules/FloatingActionButton",
|
|
1485
|
+
"category": "component"
|
|
1486
|
+
},
|
|
1487
|
+
"form-field": {
|
|
1488
|
+
"component": "FormField",
|
|
1489
|
+
"importPath": "@/components/molecules/FormField",
|
|
1490
|
+
"category": "form"
|
|
1491
|
+
},
|
|
1492
|
+
"form-section-header": {
|
|
1493
|
+
"component": "FormSectionHeader",
|
|
1494
|
+
"importPath": "@/components/molecules/FormSectionHeader",
|
|
1495
|
+
"category": "form"
|
|
1496
|
+
},
|
|
1497
|
+
"input-group": {
|
|
1498
|
+
"component": "InputGroup",
|
|
1499
|
+
"importPath": "@/components/molecules/InputGroup",
|
|
1500
|
+
"category": "form"
|
|
1501
|
+
},
|
|
1502
|
+
"relation-select": {
|
|
1503
|
+
"component": "RelationSelect",
|
|
1504
|
+
"importPath": "@/components/molecules/RelationSelect",
|
|
1505
|
+
"category": "form"
|
|
1506
|
+
},
|
|
1507
|
+
"side-panel": {
|
|
1508
|
+
"component": "SidePanel",
|
|
1509
|
+
"importPath": "@/components/molecules/SidePanel",
|
|
1510
|
+
"category": "component"
|
|
1511
|
+
},
|
|
1512
|
+
"violation-alert": {
|
|
1513
|
+
"component": "ViolationAlert",
|
|
1514
|
+
"importPath": "@/components/molecules/ViolationAlert",
|
|
1515
|
+
"category": "state"
|
|
1516
|
+
},
|
|
1517
|
+
"action-buttons": {
|
|
1518
|
+
"component": "ActionButtons",
|
|
1519
|
+
"importPath": "@/components/molecules/ActionButtons",
|
|
1520
|
+
"category": "component"
|
|
1521
|
+
},
|
|
1522
|
+
"d-pad": {
|
|
1523
|
+
"component": "DPad",
|
|
1524
|
+
"importPath": "@/components/molecules/DPad",
|
|
1525
|
+
"category": "component"
|
|
1526
|
+
},
|
|
1527
|
+
"stat-badge": {
|
|
1528
|
+
"component": "StatBadge",
|
|
1529
|
+
"importPath": "@/components/molecules/StatBadge",
|
|
1530
|
+
"category": "display"
|
|
1531
|
+
},
|
|
1532
|
+
"button-pattern": {
|
|
1533
|
+
"component": "ButtonPattern",
|
|
1534
|
+
"importPath": "@/components/organisms/ButtonPattern",
|
|
1535
|
+
"category": "display"
|
|
1536
|
+
},
|
|
1537
|
+
"custom-pattern": {
|
|
1538
|
+
"component": "CustomPattern",
|
|
1539
|
+
"importPath": "@/components/organisms/CustomPattern",
|
|
1540
|
+
"category": "display"
|
|
1541
|
+
},
|
|
1542
|
+
"drawer-slot": {
|
|
1543
|
+
"component": "DrawerSlot",
|
|
1544
|
+
"importPath": "@/components/organisms/DrawerSlot",
|
|
1545
|
+
"category": "layout"
|
|
1546
|
+
},
|
|
1547
|
+
"header": {
|
|
1548
|
+
"component": "Header",
|
|
1549
|
+
"importPath": "@/components/organisms/Header",
|
|
1550
|
+
"category": "header"
|
|
1551
|
+
},
|
|
1552
|
+
"layout-pattern": {
|
|
1553
|
+
"component": "LayoutPattern",
|
|
1554
|
+
"importPath": "@/components/organisms/LayoutPattern",
|
|
1555
|
+
"category": "layout"
|
|
1556
|
+
},
|
|
1557
|
+
"modal-slot": {
|
|
1558
|
+
"component": "ModalSlot",
|
|
1559
|
+
"importPath": "@/components/organisms/ModalSlot",
|
|
1560
|
+
"category": "layout"
|
|
1561
|
+
},
|
|
1562
|
+
"navigation": {
|
|
1563
|
+
"component": "Navigation",
|
|
1564
|
+
"importPath": "@/components/organisms/Navigation",
|
|
1565
|
+
"category": "navigation"
|
|
1566
|
+
},
|
|
1567
|
+
"orbital-visualization": {
|
|
1568
|
+
"component": "OrbitalVisualization",
|
|
1569
|
+
"importPath": "@/components/organisms/OrbitalVisualization",
|
|
1570
|
+
"category": "display"
|
|
1571
|
+
},
|
|
1572
|
+
"section": {
|
|
1573
|
+
"component": "Section",
|
|
1574
|
+
"importPath": "@/components/organisms/Section",
|
|
1575
|
+
"category": "display"
|
|
1576
|
+
},
|
|
1577
|
+
"sidebar": {
|
|
1578
|
+
"component": "Sidebar",
|
|
1579
|
+
"importPath": "@/components/organisms/Sidebar",
|
|
1580
|
+
"category": "navigation"
|
|
1581
|
+
},
|
|
1582
|
+
"split": {
|
|
1583
|
+
"component": "Split",
|
|
1584
|
+
"importPath": "@/components/organisms/Split",
|
|
1585
|
+
"category": "layout"
|
|
1586
|
+
},
|
|
1587
|
+
"table": {
|
|
1588
|
+
"component": "Table",
|
|
1589
|
+
"importPath": "@/components/organisms/Table",
|
|
1590
|
+
"category": "display"
|
|
1591
|
+
},
|
|
1592
|
+
"toast-slot": {
|
|
1593
|
+
"component": "ToastSlot",
|
|
1594
|
+
"importPath": "@/components/organisms/ToastSlot",
|
|
1595
|
+
"category": "layout"
|
|
1596
|
+
},
|
|
1597
|
+
"u-i-slot-renderer": {
|
|
1598
|
+
"component": "UISlotRenderer",
|
|
1599
|
+
"importPath": "@/components/organisms/UISlotRenderer",
|
|
1600
|
+
"category": "layout"
|
|
1601
|
+
},
|
|
1602
|
+
"split-pane": {
|
|
1603
|
+
"component": "SplitPane",
|
|
1604
|
+
"importPath": "@/components/organisms/SplitPane",
|
|
1605
|
+
"category": "layout"
|
|
1606
|
+
},
|
|
1607
|
+
"tabbed-container": {
|
|
1608
|
+
"component": "TabbedContainer",
|
|
1609
|
+
"importPath": "@/components/organisms/TabbedContainer",
|
|
1610
|
+
"category": "navigation"
|
|
1611
|
+
},
|
|
1612
|
+
"auth-layout": {
|
|
1613
|
+
"component": "AuthLayout",
|
|
1614
|
+
"importPath": "@/components/templates/AuthLayout",
|
|
1615
|
+
"category": "template"
|
|
1616
|
+
},
|
|
1617
|
+
"counter-template": {
|
|
1618
|
+
"component": "CounterTemplate",
|
|
1619
|
+
"importPath": "@/components/templates/CounterTemplate",
|
|
1620
|
+
"category": "template"
|
|
1621
|
+
},
|
|
1622
|
+
"crud-template": {
|
|
1623
|
+
"component": "CrudTemplate",
|
|
1624
|
+
"importPath": "@/components/templates/CrudTemplate",
|
|
1625
|
+
"category": "template"
|
|
1626
|
+
},
|
|
1627
|
+
"dashboard-layout": {
|
|
1628
|
+
"component": "DashboardLayout",
|
|
1629
|
+
"importPath": "@/components/templates/DashboardLayout",
|
|
1630
|
+
"category": "template"
|
|
1631
|
+
},
|
|
1632
|
+
"form-template": {
|
|
1633
|
+
"component": "FormTemplate",
|
|
1634
|
+
"importPath": "@/components/templates/FormTemplate",
|
|
1635
|
+
"category": "template"
|
|
1636
|
+
},
|
|
1637
|
+
"game-template": {
|
|
1638
|
+
"component": "GameTemplate",
|
|
1639
|
+
"importPath": "@/components/templates/GameTemplate",
|
|
1640
|
+
"category": "template"
|
|
1641
|
+
},
|
|
1642
|
+
"generic-app-template": {
|
|
1643
|
+
"component": "GenericAppTemplate",
|
|
1644
|
+
"importPath": "@/components/templates/GenericAppTemplate",
|
|
1645
|
+
"category": "template"
|
|
1646
|
+
},
|
|
1647
|
+
"list-template": {
|
|
1648
|
+
"component": "ListTemplate",
|
|
1649
|
+
"importPath": "@/components/templates/ListTemplate",
|
|
1650
|
+
"category": "template"
|
|
1651
|
+
},
|
|
1652
|
+
"settings-template": {
|
|
1653
|
+
"component": "SettingsTemplate",
|
|
1654
|
+
"importPath": "@/components/templates/SettingsTemplate",
|
|
1655
|
+
"category": "template"
|
|
1656
|
+
},
|
|
1657
|
+
"a-i-analysis-panel": {
|
|
1658
|
+
"component": "AIAnalysisPanel",
|
|
1659
|
+
"importPath": "@/clients/blaz-kelemnc/organisms/AIAnalysisPanel",
|
|
1660
|
+
"category": "display",
|
|
1661
|
+
"client": "blaz-kelemnc"
|
|
1662
|
+
},
|
|
1663
|
+
"credits-template": {
|
|
1664
|
+
"component": "CreditsTemplate",
|
|
1665
|
+
"importPath": "@/clients/blaz-kelemnc/templates/CreditsTemplate",
|
|
1666
|
+
"category": "template",
|
|
1667
|
+
"client": "blaz-kelemnc"
|
|
1668
|
+
},
|
|
1669
|
+
"fitness-template": {
|
|
1670
|
+
"component": "FitnessTemplate",
|
|
1671
|
+
"importPath": "@/clients/blaz-kelemnc/templates/FitnessTemplate",
|
|
1672
|
+
"category": "template",
|
|
1673
|
+
"client": "blaz-kelemnc"
|
|
1674
|
+
},
|
|
1675
|
+
"meal-plan-detail-template": {
|
|
1676
|
+
"component": "MealPlanDetailTemplate",
|
|
1677
|
+
"importPath": "@/clients/blaz-kelemnc/templates/MealPlanDetailTemplate",
|
|
1678
|
+
"category": "template",
|
|
1679
|
+
"client": "blaz-kelemnc"
|
|
1680
|
+
},
|
|
1681
|
+
"meal-plans-template": {
|
|
1682
|
+
"component": "MealPlansTemplate",
|
|
1683
|
+
"importPath": "@/clients/blaz-kelemnc/templates/MealPlansTemplate",
|
|
1684
|
+
"category": "template",
|
|
1685
|
+
"client": "blaz-kelemnc"
|
|
1686
|
+
},
|
|
1687
|
+
"progress-template": {
|
|
1688
|
+
"component": "ProgressTemplate",
|
|
1689
|
+
"importPath": "@/clients/blaz-kelemnc/templates/ProgressTemplate",
|
|
1690
|
+
"category": "template",
|
|
1691
|
+
"client": "blaz-kelemnc"
|
|
1692
|
+
},
|
|
1693
|
+
"schedule-template": {
|
|
1694
|
+
"component": "ScheduleTemplate",
|
|
1695
|
+
"importPath": "@/clients/blaz-kelemnc/templates/ScheduleTemplate",
|
|
1696
|
+
"category": "template",
|
|
1697
|
+
"client": "blaz-kelemnc"
|
|
1698
|
+
},
|
|
1699
|
+
"session-detail-template": {
|
|
1700
|
+
"component": "SessionDetailTemplate",
|
|
1701
|
+
"importPath": "@/clients/blaz-kelemnc/templates/SessionDetailTemplate",
|
|
1702
|
+
"category": "template",
|
|
1703
|
+
"client": "blaz-kelemnc"
|
|
1704
|
+
},
|
|
1705
|
+
"sessions-template": {
|
|
1706
|
+
"component": "SessionsTemplate",
|
|
1707
|
+
"importPath": "@/clients/blaz-kelemnc/templates/SessionsTemplate",
|
|
1708
|
+
"category": "template",
|
|
1709
|
+
"client": "blaz-kelemnc"
|
|
1710
|
+
},
|
|
1711
|
+
"trainee-detail-template": {
|
|
1712
|
+
"component": "TraineeDetailTemplate",
|
|
1713
|
+
"importPath": "@/clients/blaz-kelemnc/templates/TraineeDetailTemplate",
|
|
1714
|
+
"category": "template",
|
|
1715
|
+
"client": "blaz-kelemnc"
|
|
1716
|
+
},
|
|
1717
|
+
"trainees-template": {
|
|
1718
|
+
"component": "TraineesTemplate",
|
|
1719
|
+
"importPath": "@/clients/blaz-kelemnc/templates/TraineesTemplate",
|
|
1720
|
+
"category": "template",
|
|
1721
|
+
"client": "blaz-kelemnc"
|
|
1722
|
+
},
|
|
1723
|
+
"studio-home-electron-template": {
|
|
1724
|
+
"component": "StudioHomeElectronTemplate",
|
|
1725
|
+
"importPath": "@/clients/builder/templates/StudioHomeElectronTemplate",
|
|
1726
|
+
"category": "template",
|
|
1727
|
+
"client": "builder"
|
|
1728
|
+
},
|
|
1729
|
+
"companies-template": {
|
|
1730
|
+
"component": "CompaniesTemplate",
|
|
1731
|
+
"importPath": "@/clients/inspection-system/templates/CompaniesTemplate",
|
|
1732
|
+
"category": "template",
|
|
1733
|
+
"client": "inspection-system"
|
|
1734
|
+
},
|
|
1735
|
+
"inspection-form-demo-template": {
|
|
1736
|
+
"component": "InspectionFormDemoTemplate",
|
|
1737
|
+
"importPath": "@/clients/inspection-system/templates/InspectionFormDemoTemplate",
|
|
1738
|
+
"category": "template",
|
|
1739
|
+
"client": "inspection-system"
|
|
1740
|
+
},
|
|
1741
|
+
"inspection-process-template": {
|
|
1742
|
+
"component": "InspectionProcessTemplate",
|
|
1743
|
+
"importPath": "@/clients/inspection-system/templates/InspectionProcessTemplate",
|
|
1744
|
+
"category": "template",
|
|
1745
|
+
"client": "inspection-system"
|
|
1746
|
+
},
|
|
1747
|
+
"inspection-wizard-template": {
|
|
1748
|
+
"component": "InspectionWizardTemplate",
|
|
1749
|
+
"importPath": "@/clients/inspection-system/templates/InspectionWizardTemplate",
|
|
1750
|
+
"category": "template",
|
|
1751
|
+
"client": "inspection-system"
|
|
1752
|
+
},
|
|
1753
|
+
"inspections-template": {
|
|
1754
|
+
"component": "InspectionsTemplate",
|
|
1755
|
+
"importPath": "@/clients/inspection-system/templates/InspectionsTemplate",
|
|
1756
|
+
"category": "template",
|
|
1757
|
+
"client": "inspection-system"
|
|
1758
|
+
},
|
|
1759
|
+
"inspectors-template": {
|
|
1760
|
+
"component": "InspectorsTemplate",
|
|
1761
|
+
"importPath": "@/clients/inspection-system/templates/InspectorsTemplate",
|
|
1762
|
+
"category": "template",
|
|
1763
|
+
"client": "inspection-system"
|
|
1764
|
+
},
|
|
1765
|
+
"concept-detail-template": {
|
|
1766
|
+
"component": "ConceptDetailTemplate",
|
|
1767
|
+
"importPath": "@/clients/kflow/templates/ConceptDetailTemplate",
|
|
1768
|
+
"category": "template",
|
|
1769
|
+
"client": "kflow"
|
|
1770
|
+
},
|
|
1771
|
+
"knowledge-graph-template": {
|
|
1772
|
+
"component": "KnowledgeGraphTemplate",
|
|
1773
|
+
"importPath": "@/clients/kflow/templates/KnowledgeGraphTemplate",
|
|
1774
|
+
"category": "template",
|
|
1775
|
+
"client": "kflow"
|
|
1776
|
+
},
|
|
1777
|
+
"lesson-template": {
|
|
1778
|
+
"component": "LessonTemplate",
|
|
1779
|
+
"importPath": "@/clients/kflow/templates/LessonTemplate",
|
|
1780
|
+
"category": "template",
|
|
1781
|
+
"client": "kflow"
|
|
1782
|
+
},
|
|
1783
|
+
"character-sprite": {
|
|
1784
|
+
"component": "CharacterSprite",
|
|
1785
|
+
"importPath": "@/clients/trait-wars/atoms/CharacterSprite",
|
|
1786
|
+
"category": "game",
|
|
1787
|
+
"client": "trait-wars"
|
|
1788
|
+
},
|
|
1789
|
+
"cost-display": {
|
|
1790
|
+
"component": "CostDisplay",
|
|
1791
|
+
"importPath": "@/clients/trait-wars/atoms/CostDisplay",
|
|
1792
|
+
"category": "component",
|
|
1793
|
+
"client": "trait-wars"
|
|
1794
|
+
},
|
|
1795
|
+
"game-bar": {
|
|
1796
|
+
"component": "GameBar",
|
|
1797
|
+
"importPath": "@/clients/trait-wars/atoms/GameBar",
|
|
1798
|
+
"category": "game",
|
|
1799
|
+
"client": "trait-wars"
|
|
1800
|
+
},
|
|
1801
|
+
"hex-cell": {
|
|
1802
|
+
"component": "HexCell",
|
|
1803
|
+
"importPath": "@/clients/trait-wars/atoms/HexCell",
|
|
1804
|
+
"category": "game",
|
|
1805
|
+
"client": "trait-wars"
|
|
1806
|
+
},
|
|
1807
|
+
"map-node": {
|
|
1808
|
+
"component": "MapNode",
|
|
1809
|
+
"importPath": "@/clients/trait-wars/atoms/MapNode",
|
|
1810
|
+
"category": "component",
|
|
1811
|
+
"client": "trait-wars"
|
|
1812
|
+
},
|
|
1813
|
+
"pixel-tile-sprite": {
|
|
1814
|
+
"component": "PixelTileSprite",
|
|
1815
|
+
"importPath": "@/clients/trait-wars/atoms/PixelTileSprite",
|
|
1816
|
+
"category": "game",
|
|
1817
|
+
"client": "trait-wars"
|
|
1818
|
+
},
|
|
1819
|
+
"tile-sprite": {
|
|
1820
|
+
"component": "TileSprite",
|
|
1821
|
+
"importPath": "@/clients/trait-wars/atoms/TileSprite",
|
|
1822
|
+
"category": "game",
|
|
1823
|
+
"client": "trait-wars"
|
|
1824
|
+
},
|
|
1825
|
+
"trait-icon": {
|
|
1826
|
+
"component": "TraitIcon",
|
|
1827
|
+
"importPath": "@/clients/trait-wars/atoms/TraitIcon",
|
|
1828
|
+
"category": "component",
|
|
1829
|
+
"client": "trait-wars"
|
|
1830
|
+
},
|
|
1831
|
+
"action-menu": {
|
|
1832
|
+
"component": "ActionMenu",
|
|
1833
|
+
"importPath": "@/clients/trait-wars/molecules/ActionMenu",
|
|
1834
|
+
"category": "component",
|
|
1835
|
+
"client": "trait-wars"
|
|
1836
|
+
},
|
|
1837
|
+
"building-detail-panel": {
|
|
1838
|
+
"component": "BuildingDetailPanel",
|
|
1839
|
+
"importPath": "@/clients/trait-wars/molecules/BuildingDetailPanel",
|
|
1840
|
+
"category": "display",
|
|
1841
|
+
"client": "trait-wars"
|
|
1842
|
+
},
|
|
1843
|
+
"building-slot": {
|
|
1844
|
+
"component": "BuildingSlot",
|
|
1845
|
+
"importPath": "@/clients/trait-wars/molecules/BuildingSlot",
|
|
1846
|
+
"category": "layout",
|
|
1847
|
+
"client": "trait-wars"
|
|
1848
|
+
},
|
|
1849
|
+
"garrison-unit-card": {
|
|
1850
|
+
"component": "GarrisonUnitCard",
|
|
1851
|
+
"importPath": "@/clients/trait-wars/molecules/GarrisonUnitCard",
|
|
1852
|
+
"category": "display",
|
|
1853
|
+
"client": "trait-wars"
|
|
1854
|
+
},
|
|
1855
|
+
"hero-detail-panel": {
|
|
1856
|
+
"component": "HeroDetailPanel",
|
|
1857
|
+
"importPath": "@/clients/trait-wars/molecules/HeroDetailPanel",
|
|
1858
|
+
"category": "display",
|
|
1859
|
+
"client": "trait-wars"
|
|
1860
|
+
},
|
|
1861
|
+
"level-up-modal": {
|
|
1862
|
+
"component": "LevelUpModal",
|
|
1863
|
+
"importPath": "@/clients/trait-wars/molecules/LevelUpModal",
|
|
1864
|
+
"category": "container",
|
|
1865
|
+
"client": "trait-wars"
|
|
1866
|
+
},
|
|
1867
|
+
"resource-bar": {
|
|
1868
|
+
"component": "ResourceBar",
|
|
1869
|
+
"importPath": "@/clients/trait-wars/molecules/ResourceBar",
|
|
1870
|
+
"category": "component",
|
|
1871
|
+
"client": "trait-wars"
|
|
1872
|
+
},
|
|
1873
|
+
"unit-card": {
|
|
1874
|
+
"component": "UnitCard",
|
|
1875
|
+
"importPath": "@/clients/trait-wars/molecules/UnitCard",
|
|
1876
|
+
"category": "display",
|
|
1877
|
+
"client": "trait-wars"
|
|
1878
|
+
},
|
|
1879
|
+
"unit-recruit-card": {
|
|
1880
|
+
"component": "UnitRecruitCard",
|
|
1881
|
+
"importPath": "@/clients/trait-wars/molecules/UnitRecruitCard",
|
|
1882
|
+
"category": "display",
|
|
1883
|
+
"client": "trait-wars"
|
|
1884
|
+
},
|
|
1885
|
+
"building-grid": {
|
|
1886
|
+
"component": "BuildingGrid",
|
|
1887
|
+
"importPath": "@/clients/trait-wars/organisms/BuildingGrid",
|
|
1888
|
+
"category": "display",
|
|
1889
|
+
"client": "trait-wars"
|
|
1890
|
+
},
|
|
1891
|
+
"game-board-with-traits": {
|
|
1892
|
+
"component": "GameBoardWithTraits",
|
|
1893
|
+
"importPath": "@/clients/trait-wars/organisms/GameBoardWithTraits",
|
|
1894
|
+
"category": "game",
|
|
1895
|
+
"client": "trait-wars"
|
|
1896
|
+
},
|
|
1897
|
+
"game-tile": {
|
|
1898
|
+
"component": "GameTile",
|
|
1899
|
+
"importPath": "@/clients/trait-wars/organisms/GameTile",
|
|
1900
|
+
"category": "game",
|
|
1901
|
+
"client": "trait-wars"
|
|
1902
|
+
},
|
|
1903
|
+
"hex-grid": {
|
|
1904
|
+
"component": "HexGrid",
|
|
1905
|
+
"importPath": "@/clients/trait-wars/organisms/HexGrid",
|
|
1906
|
+
"category": "display",
|
|
1907
|
+
"client": "trait-wars"
|
|
1908
|
+
},
|
|
1909
|
+
"isometric-game-canvas": {
|
|
1910
|
+
"component": "IsometricGameCanvas",
|
|
1911
|
+
"importPath": "@/clients/trait-wars/organisms/IsometricGameCanvas",
|
|
1912
|
+
"category": "game",
|
|
1913
|
+
"client": "trait-wars"
|
|
1914
|
+
},
|
|
1915
|
+
"army-builder-template": {
|
|
1916
|
+
"component": "ArmyBuilderTemplate",
|
|
1917
|
+
"importPath": "@/clients/trait-wars/templates/ArmyBuilderTemplate",
|
|
1918
|
+
"category": "template",
|
|
1919
|
+
"client": "trait-wars"
|
|
1920
|
+
},
|
|
1921
|
+
"battlefield-template": {
|
|
1922
|
+
"component": "BattlefieldTemplate",
|
|
1923
|
+
"importPath": "@/clients/trait-wars/templates/BattlefieldTemplate",
|
|
1924
|
+
"category": "template",
|
|
1925
|
+
"client": "trait-wars"
|
|
1926
|
+
},
|
|
1927
|
+
"canvas-battle-template": {
|
|
1928
|
+
"component": "CanvasBattleTemplate",
|
|
1929
|
+
"importPath": "@/clients/trait-wars/templates/CanvasBattleTemplate",
|
|
1930
|
+
"category": "template",
|
|
1931
|
+
"client": "trait-wars"
|
|
1932
|
+
},
|
|
1933
|
+
"canvas-castle-template": {
|
|
1934
|
+
"component": "CanvasCastleTemplate",
|
|
1935
|
+
"importPath": "@/clients/trait-wars/templates/CanvasCastleTemplate",
|
|
1936
|
+
"category": "template",
|
|
1937
|
+
"client": "trait-wars"
|
|
1938
|
+
},
|
|
1939
|
+
"canvas-world-map-template": {
|
|
1940
|
+
"component": "CanvasWorldMapTemplate",
|
|
1941
|
+
"importPath": "@/clients/trait-wars/templates/CanvasWorldMapTemplate",
|
|
1942
|
+
"category": "template",
|
|
1943
|
+
"client": "trait-wars"
|
|
1944
|
+
},
|
|
1945
|
+
"castle-template": {
|
|
1946
|
+
"component": "CastleTemplate",
|
|
1947
|
+
"importPath": "@/clients/trait-wars/templates/CastleTemplate",
|
|
1948
|
+
"category": "template",
|
|
1949
|
+
"client": "trait-wars"
|
|
1950
|
+
},
|
|
1951
|
+
"hero-profile-template": {
|
|
1952
|
+
"component": "HeroProfileTemplate",
|
|
1953
|
+
"importPath": "@/clients/trait-wars/templates/HeroProfileTemplate",
|
|
1954
|
+
"category": "template",
|
|
1955
|
+
"client": "trait-wars"
|
|
1956
|
+
},
|
|
1957
|
+
"hex-trait-wars-game": {
|
|
1958
|
+
"component": "HexTraitWarsGame",
|
|
1959
|
+
"importPath": "@/clients/trait-wars/templates/HexTraitWarsGame",
|
|
1960
|
+
"category": "template",
|
|
1961
|
+
"client": "trait-wars"
|
|
1962
|
+
},
|
|
1963
|
+
"ho-m-m3-castle-template": {
|
|
1964
|
+
"component": "HoMM3CastleTemplate",
|
|
1965
|
+
"importPath": "@/clients/trait-wars/templates/HoMM3CastleTemplate",
|
|
1966
|
+
"category": "template",
|
|
1967
|
+
"client": "trait-wars"
|
|
1968
|
+
},
|
|
1969
|
+
"ho-m-m3-world-map": {
|
|
1970
|
+
"component": "HoMM3WorldMap",
|
|
1971
|
+
"importPath": "@/clients/trait-wars/templates/HoMM3WorldMap",
|
|
1972
|
+
"category": "template",
|
|
1973
|
+
"client": "trait-wars"
|
|
1974
|
+
},
|
|
1975
|
+
"scenario-selector": {
|
|
1976
|
+
"component": "ScenarioSelector",
|
|
1977
|
+
"importPath": "@/clients/trait-wars/templates/ScenarioSelector",
|
|
1978
|
+
"category": "template",
|
|
1979
|
+
"client": "trait-wars"
|
|
1980
|
+
},
|
|
1981
|
+
"trait-wars-game": {
|
|
1982
|
+
"component": "TraitWarsGame",
|
|
1983
|
+
"importPath": "@/clients/trait-wars/templates/TraitWarsGame",
|
|
1984
|
+
"category": "template",
|
|
1985
|
+
"client": "trait-wars"
|
|
1986
|
+
},
|
|
1987
|
+
"world-map-template": {
|
|
1988
|
+
"component": "WorldMapTemplate",
|
|
1989
|
+
"importPath": "@/clients/trait-wars/templates/WorldMapTemplate",
|
|
1990
|
+
"category": "template",
|
|
1991
|
+
"client": "trait-wars"
|
|
1992
|
+
},
|
|
1993
|
+
"admin-dashboard-template": {
|
|
1994
|
+
"component": "AdminDashboardTemplate",
|
|
1995
|
+
"importPath": "@/clients/winning-11/templates/AdminDashboardTemplate",
|
|
1996
|
+
"category": "template",
|
|
1997
|
+
"client": "winning-11"
|
|
1998
|
+
},
|
|
1999
|
+
"assessment-template": {
|
|
2000
|
+
"component": "AssessmentTemplate",
|
|
2001
|
+
"importPath": "@/clients/winning-11/templates/AssessmentTemplate",
|
|
2002
|
+
"category": "template",
|
|
2003
|
+
"client": "winning-11"
|
|
2004
|
+
},
|
|
2005
|
+
"connections-template": {
|
|
2006
|
+
"component": "ConnectionsTemplate",
|
|
2007
|
+
"importPath": "@/clients/winning-11/templates/ConnectionsTemplate",
|
|
2008
|
+
"category": "template",
|
|
2009
|
+
"client": "winning-11"
|
|
2010
|
+
},
|
|
2011
|
+
"graph-intelligence-template": {
|
|
2012
|
+
"component": "GraphIntelligenceTemplate",
|
|
2013
|
+
"importPath": "@/clients/winning-11/templates/GraphIntelligenceTemplate",
|
|
2014
|
+
"category": "template",
|
|
2015
|
+
"client": "winning-11"
|
|
2016
|
+
},
|
|
2017
|
+
"invites-template": {
|
|
2018
|
+
"component": "InvitesTemplate",
|
|
2019
|
+
"importPath": "@/clients/winning-11/templates/InvitesTemplate",
|
|
2020
|
+
"category": "template",
|
|
2021
|
+
"client": "winning-11"
|
|
2022
|
+
},
|
|
2023
|
+
"project-detail-template": {
|
|
2024
|
+
"component": "ProjectDetailTemplate",
|
|
2025
|
+
"importPath": "@/clients/winning-11/templates/ProjectDetailTemplate",
|
|
2026
|
+
"category": "template",
|
|
2027
|
+
"client": "winning-11"
|
|
2028
|
+
},
|
|
2029
|
+
"projects-template": {
|
|
2030
|
+
"component": "ProjectsTemplate",
|
|
2031
|
+
"importPath": "@/clients/winning-11/templates/ProjectsTemplate",
|
|
2032
|
+
"category": "template",
|
|
2033
|
+
"client": "winning-11"
|
|
2034
|
+
},
|
|
2035
|
+
"relationship-garden-template": {
|
|
2036
|
+
"component": "RelationshipGardenTemplate",
|
|
2037
|
+
"importPath": "@/clients/winning-11/templates/RelationshipGardenTemplate",
|
|
2038
|
+
"category": "template",
|
|
2039
|
+
"client": "winning-11"
|
|
2040
|
+
},
|
|
2041
|
+
"seed-network-template": {
|
|
2042
|
+
"component": "SeedNetworkTemplate",
|
|
2043
|
+
"importPath": "@/clients/winning-11/templates/SeedNetworkTemplate",
|
|
2044
|
+
"category": "template",
|
|
2045
|
+
"client": "winning-11"
|
|
2046
|
+
},
|
|
2047
|
+
"suggestions-template": {
|
|
2048
|
+
"component": "SuggestionsTemplate",
|
|
2049
|
+
"importPath": "@/clients/winning-11/templates/SuggestionsTemplate",
|
|
2050
|
+
"category": "template",
|
|
2051
|
+
"client": "winning-11"
|
|
2052
|
+
},
|
|
2053
|
+
"team-detail-template": {
|
|
2054
|
+
"component": "TeamDetailTemplate",
|
|
2055
|
+
"importPath": "@/clients/winning-11/templates/TeamDetailTemplate",
|
|
2056
|
+
"category": "template",
|
|
2057
|
+
"client": "winning-11"
|
|
2058
|
+
},
|
|
2059
|
+
"team-members-template": {
|
|
2060
|
+
"component": "TeamMembersTemplate",
|
|
2061
|
+
"importPath": "@/clients/winning-11/templates/TeamMembersTemplate",
|
|
2062
|
+
"category": "template",
|
|
2063
|
+
"client": "winning-11"
|
|
2064
|
+
},
|
|
2065
|
+
"teams-template": {
|
|
2066
|
+
"component": "TeamsTemplate",
|
|
2067
|
+
"importPath": "@/clients/winning-11/templates/TeamsTemplate",
|
|
2068
|
+
"category": "template",
|
|
2069
|
+
"client": "winning-11"
|
|
2070
|
+
},
|
|
2071
|
+
"trust-intelligence-template": {
|
|
2072
|
+
"component": "TrustIntelligenceTemplate",
|
|
2073
|
+
"importPath": "@/clients/winning-11/templates/TrustIntelligenceTemplate",
|
|
2074
|
+
"category": "template",
|
|
2075
|
+
"client": "winning-11"
|
|
2076
|
+
},
|
|
2077
|
+
"user-profile-template": {
|
|
2078
|
+
"component": "UserProfileTemplate",
|
|
2079
|
+
"importPath": "@/clients/winning-11/templates/UserProfileTemplate",
|
|
2080
|
+
"category": "template",
|
|
2081
|
+
"client": "winning-11"
|
|
2082
|
+
},
|
|
2083
|
+
"users-template": {
|
|
2084
|
+
"component": "UsersTemplate",
|
|
2085
|
+
"importPath": "@/clients/winning-11/templates/UsersTemplate",
|
|
2086
|
+
"category": "template",
|
|
2087
|
+
"client": "winning-11"
|
|
1235
2088
|
}
|
|
1236
2089
|
}
|
|
1237
|
-
}
|
|
2090
|
+
}
|