@fmsim/board 0.0.50 → 0.0.52

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.
@@ -2,69 +2,6 @@
2
2
  "schemaVersion": "1.0.0",
3
3
  "readme": "",
4
4
  "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "stories/index.stories.ts",
8
- "declarations": [
9
- {
10
- "kind": "variable",
11
- "name": "Regular"
12
- },
13
- {
14
- "kind": "variable",
15
- "name": "CustomTitle"
16
- },
17
- {
18
- "kind": "variable",
19
- "name": "CustomCounter"
20
- },
21
- {
22
- "kind": "variable",
23
- "name": "SlottedContent"
24
- }
25
- ],
26
- "exports": [
27
- {
28
- "kind": "js",
29
- "name": "default",
30
- "declaration": {
31
- "module": "stories/index.stories.ts"
32
- }
33
- },
34
- {
35
- "kind": "js",
36
- "name": "Regular",
37
- "declaration": {
38
- "name": "Regular",
39
- "module": "stories/index.stories.ts"
40
- }
41
- },
42
- {
43
- "kind": "js",
44
- "name": "CustomTitle",
45
- "declaration": {
46
- "name": "CustomTitle",
47
- "module": "stories/index.stories.ts"
48
- }
49
- },
50
- {
51
- "kind": "js",
52
- "name": "CustomCounter",
53
- "declaration": {
54
- "name": "CustomCounter",
55
- "module": "stories/index.stories.ts"
56
- }
57
- },
58
- {
59
- "kind": "js",
60
- "name": "SlottedContent",
61
- "declaration": {
62
- "name": "SlottedContent",
63
- "module": "stories/index.stories.ts"
64
- }
65
- }
66
- ]
67
- },
68
5
  {
69
6
  "kind": "javascript-module",
70
7
  "path": "src/index.ts",
@@ -1485,6 +1422,69 @@
1485
1422
  "declarations": [],
1486
1423
  "exports": []
1487
1424
  },
1425
+ {
1426
+ "kind": "javascript-module",
1427
+ "path": "stories/index.stories.ts",
1428
+ "declarations": [
1429
+ {
1430
+ "kind": "variable",
1431
+ "name": "Regular"
1432
+ },
1433
+ {
1434
+ "kind": "variable",
1435
+ "name": "CustomTitle"
1436
+ },
1437
+ {
1438
+ "kind": "variable",
1439
+ "name": "CustomCounter"
1440
+ },
1441
+ {
1442
+ "kind": "variable",
1443
+ "name": "SlottedContent"
1444
+ }
1445
+ ],
1446
+ "exports": [
1447
+ {
1448
+ "kind": "js",
1449
+ "name": "default",
1450
+ "declaration": {
1451
+ "module": "stories/index.stories.ts"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "Regular",
1457
+ "declaration": {
1458
+ "name": "Regular",
1459
+ "module": "stories/index.stories.ts"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "CustomTitle",
1465
+ "declaration": {
1466
+ "name": "CustomTitle",
1467
+ "module": "stories/index.stories.ts"
1468
+ }
1469
+ },
1470
+ {
1471
+ "kind": "js",
1472
+ "name": "CustomCounter",
1473
+ "declaration": {
1474
+ "name": "CustomCounter",
1475
+ "module": "stories/index.stories.ts"
1476
+ }
1477
+ },
1478
+ {
1479
+ "kind": "js",
1480
+ "name": "SlottedContent",
1481
+ "declaration": {
1482
+ "name": "SlottedContent",
1483
+ "module": "stories/index.stories.ts"
1484
+ }
1485
+ }
1486
+ ]
1487
+ },
1488
1488
  {
1489
1489
  "kind": "javascript-module",
1490
1490
  "path": "src/component/etc.ts",
@@ -1638,84 +1638,222 @@
1638
1638
  },
1639
1639
  {
1640
1640
  "kind": "javascript-module",
1641
- "path": "src/modeller/edit-toolbar-style.ts",
1642
- "declarations": [
1643
- {
1644
- "kind": "variable",
1645
- "name": "style",
1646
- "default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
1647
- }
1648
- ],
1649
- "exports": [
1650
- {
1651
- "kind": "js",
1652
- "name": "style",
1653
- "declaration": {
1654
- "name": "style",
1655
- "module": "src/modeller/edit-toolbar-style.ts"
1656
- }
1657
- }
1658
- ]
1641
+ "path": "src/layers/mcs-event-handlers.ts",
1642
+ "declarations": [],
1643
+ "exports": []
1659
1644
  },
1660
1645
  {
1661
1646
  "kind": "javascript-module",
1662
- "path": "src/modeller/edit-toolbar.ts",
1647
+ "path": "src/layers/movement-layer.ts",
1663
1648
  "declarations": [
1664
1649
  {
1665
1650
  "kind": "class",
1666
1651
  "description": "",
1667
- "name": "EditToolbar",
1652
+ "name": "MovementLayer",
1668
1653
  "members": [
1669
1654
  {
1670
1655
  "kind": "field",
1671
- "name": "scene",
1672
- "type": {
1673
- "text": "Scene | undefined"
1674
- },
1675
- "attribute": "scene"
1656
+ "name": "capturable",
1657
+ "readonly": true
1676
1658
  },
1677
1659
  {
1678
- "kind": "field",
1679
- "name": "selected",
1680
- "type": {
1681
- "text": "any[]"
1682
- },
1683
- "default": "[]",
1684
- "attribute": "selected"
1660
+ "kind": "method",
1661
+ "name": "drawArrow",
1662
+ "parameters": [
1663
+ {
1664
+ "name": "ctx",
1665
+ "type": {
1666
+ "text": "CanvasRenderingContext2D"
1667
+ }
1668
+ },
1669
+ {
1670
+ "name": "p0",
1671
+ "type": {
1672
+ "text": "POINT"
1673
+ }
1674
+ },
1675
+ {
1676
+ "name": "p1",
1677
+ "type": {
1678
+ "text": "POINT"
1679
+ }
1680
+ },
1681
+ {
1682
+ "name": "headLength",
1683
+ "default": "10",
1684
+ "type": {
1685
+ "text": "number"
1686
+ }
1687
+ }
1688
+ ]
1685
1689
  },
1686
1690
  {
1687
- "kind": "field",
1688
- "name": "hideProperty",
1689
- "type": {
1690
- "text": "boolean"
1691
+ "kind": "method",
1692
+ "name": "findSourceAndTarget",
1693
+ "return": {
1694
+ "type": {
1695
+ "text": "[Component?, Component?]"
1696
+ }
1691
1697
  },
1692
- "default": "false",
1693
- "attribute": "hideProperty"
1698
+ "parameters": [
1699
+ {
1700
+ "name": "path",
1701
+ "type": {
1702
+ "text": "PATH"
1703
+ }
1704
+ }
1705
+ ]
1694
1706
  },
1695
1707
  {
1696
1708
  "kind": "field",
1697
- "name": "cliped",
1698
- "type": {
1699
- "text": "string | undefined"
1700
- },
1701
- "privacy": "private"
1709
+ "name": "eventMap",
1710
+ "readonly": true
1702
1711
  },
1703
1712
  {
1704
- "kind": "field",
1705
- "name": "redo",
1706
- "type": {
1707
- "text": "HTMLElement"
1708
- },
1709
- "privacy": "private"
1713
+ "kind": "method",
1714
+ "name": "onchangeModelLayer",
1715
+ "parameters": [
1716
+ {
1717
+ "name": "after",
1718
+ "type": {
1719
+ "text": "any"
1720
+ }
1721
+ },
1722
+ {
1723
+ "name": "before",
1724
+ "type": {
1725
+ "text": "any"
1726
+ }
1727
+ },
1728
+ {
1729
+ "name": "hint",
1730
+ "type": {
1731
+ "text": "any"
1732
+ }
1733
+ }
1734
+ ]
1710
1735
  },
1711
1736
  {
1712
- "kind": "field",
1713
- "name": "undo",
1714
- "type": {
1715
- "text": "HTMLElement"
1716
- },
1717
- "privacy": "private"
1718
- },
1737
+ "kind": "method",
1738
+ "name": "onchangeData",
1739
+ "return": {
1740
+ "type": {
1741
+ "text": "void"
1742
+ }
1743
+ },
1744
+ "parameters": [
1745
+ {
1746
+ "name": "after",
1747
+ "type": {
1748
+ "text": "Properties"
1749
+ }
1750
+ },
1751
+ {
1752
+ "name": "before",
1753
+ "type": {
1754
+ "text": "Properties"
1755
+ }
1756
+ }
1757
+ ]
1758
+ }
1759
+ ],
1760
+ "superclass": {
1761
+ "name": "Layer",
1762
+ "package": "@hatiolab/things-scene"
1763
+ }
1764
+ }
1765
+ ],
1766
+ "exports": [
1767
+ {
1768
+ "kind": "js",
1769
+ "name": "default",
1770
+ "declaration": {
1771
+ "name": "MovementLayer",
1772
+ "module": "src/layers/movement-layer.ts"
1773
+ }
1774
+ }
1775
+ ]
1776
+ },
1777
+ {
1778
+ "kind": "javascript-module",
1779
+ "path": "src/modeller/edit-toolbar-style.ts",
1780
+ "declarations": [
1781
+ {
1782
+ "kind": "variable",
1783
+ "name": "style",
1784
+ "default": "css`\n :host {\n background-color: var(--edit-toolbar-background-color, #394e64);\n\n overflow-x: hidden;\n }\n\n [tools] {\n display: flex;\n align-items: center;\n overflow: none;\n padding: 0px 10px;\n }\n\n [tools] > * {\n padding: 0px;\n }\n\n [tools] > span[button] {\n min-width: 30px;\n }\n\n [tools] > span[padding] {\n flex: 1;\n }\n\n [tools] > .vline {\n display: block;\n flex: none;\n border-left: 1px solid rgba(255, 255, 255, 0.2);\n border-right: 1px solid rgba(0, 0, 0, 0.15);\n width: 0px;\n height: 18px;\n margin: 0 3px;\n }\n\n span[button] {\n min-height: 35px;\n\n background: var(--url-icon-htoolbar) no-repeat;\n background-position-x: 50%;\n opacity: 0.8;\n }\n span[button]:hover {\n opacity: 1;\n background-color: rgba(0, 0, 0, 0.1);\n cursor: pointer;\n }\n\n #fullscreen,\n #toggle-property {\n flex: none;\n }\n\n #align-left {\n background-position-y: 8px;\n }\n\n #align-center {\n background-position-y: -42px;\n }\n\n #align-right {\n background-position-y: -92px;\n }\n\n #align-top {\n background-position-y: -142px;\n }\n\n #align-middle {\n background-position-y: -192px;\n }\n\n #align-bottom {\n background-position-y: -242px;\n }\n\n #undo {\n background-position-y: -592px;\n }\n\n #redo {\n background-position-y: -642px;\n }\n\n #front {\n background-position-y: -292px;\n }\n\n #back {\n background-position-y: -342px;\n }\n\n #forward {\n background-position-y: -392px;\n }\n\n #backward {\n background-position-y: -442px;\n }\n\n #symmetry-x {\n background-position-y: -492px;\n }\n\n #symmetry-y {\n background-position-y: -542px;\n }\n\n #group {\n background-position-y: -492px;\n }\n\n #ungroup {\n background-position-y: -542px;\n }\n\n #fullscreen {\n background-position-y: -692px;\n }\n\n #toggle-property {\n background-position-y: -692px;\n float: right;\n }\n\n #zoomin {\n background-position-y: -742px;\n }\n\n #zoomout {\n background-position-y: -792px;\n }\n\n #fit-scene {\n background-position-y: -1492px;\n }\n\n #cut {\n background-position-y: -842px;\n }\n\n #copy {\n background-position-y: -892px;\n }\n\n #paste {\n background-position-y: -942px;\n }\n\n #delete {\n background-position-y: -992px;\n }\n\n #font-increase {\n background-position-y: -1042px;\n }\n\n #font-decrease {\n background-position-y: -1092px;\n }\n\n #style-copy {\n background-position-y: -1142px;\n }\n\n #context-menu {\n background-position-y: -692px;\n }\n\n #symmetry-x {\n background-position-y: -1192px;\n }\n\n #symmetry-y {\n background-position-y: -1242px;\n }\n\n #rotate-cw {\n background-position-y: -1292px;\n }\n\n #rotate-ccw {\n background-position-y: -1342px;\n }\n\n #distribute-horizontal {\n background-position-y: -1542px;\n }\n\n #distribute-vertical {\n background-position-y: -1593px;\n }\n\n #toggle-property {\n background-position-y: -1392px;\n }\n\n #preview {\n background-position-y: -1640px;\n }\n\n /* bigger buttons */\n #fullscreen {\n background: var(--url-icon-fullscreen) 50% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property {\n background: var(--url-icon-collapse) 80% 10px no-repeat;\n width: var(--edit-toolbar-bigger-icon-size);\n height: var(--edit-toolbar-bigger-icon-size);\n border-left: var(--edit-toolbar-bigger-icon-line);\n }\n\n #toggle-property[active] {\n background: var(--url-icon-collapse-active) 80% 10px no-repeat;\n }\n`"
1785
+ }
1786
+ ],
1787
+ "exports": [
1788
+ {
1789
+ "kind": "js",
1790
+ "name": "style",
1791
+ "declaration": {
1792
+ "name": "style",
1793
+ "module": "src/modeller/edit-toolbar-style.ts"
1794
+ }
1795
+ }
1796
+ ]
1797
+ },
1798
+ {
1799
+ "kind": "javascript-module",
1800
+ "path": "src/modeller/edit-toolbar.ts",
1801
+ "declarations": [
1802
+ {
1803
+ "kind": "class",
1804
+ "description": "",
1805
+ "name": "EditToolbar",
1806
+ "members": [
1807
+ {
1808
+ "kind": "field",
1809
+ "name": "scene",
1810
+ "type": {
1811
+ "text": "Scene | undefined"
1812
+ },
1813
+ "attribute": "scene"
1814
+ },
1815
+ {
1816
+ "kind": "field",
1817
+ "name": "selected",
1818
+ "type": {
1819
+ "text": "any[]"
1820
+ },
1821
+ "default": "[]",
1822
+ "attribute": "selected"
1823
+ },
1824
+ {
1825
+ "kind": "field",
1826
+ "name": "hideProperty",
1827
+ "type": {
1828
+ "text": "boolean"
1829
+ },
1830
+ "default": "false",
1831
+ "attribute": "hideProperty"
1832
+ },
1833
+ {
1834
+ "kind": "field",
1835
+ "name": "cliped",
1836
+ "type": {
1837
+ "text": "string | undefined"
1838
+ },
1839
+ "privacy": "private"
1840
+ },
1841
+ {
1842
+ "kind": "field",
1843
+ "name": "redo",
1844
+ "type": {
1845
+ "text": "HTMLElement"
1846
+ },
1847
+ "privacy": "private"
1848
+ },
1849
+ {
1850
+ "kind": "field",
1851
+ "name": "undo",
1852
+ "type": {
1853
+ "text": "HTMLElement"
1854
+ },
1855
+ "privacy": "private"
1856
+ },
1719
1857
  {
1720
1858
  "kind": "field",
1721
1859
  "name": "fullscreen",
@@ -2721,273 +2859,135 @@
2721
2859
  },
2722
2860
  {
2723
2861
  "kind": "javascript-module",
2724
- "path": "src/layers/mcs-event-handlers.ts",
2725
- "declarations": [],
2726
- "exports": []
2862
+ "path": "src/modeller/component-toolbar/component-detail.ts",
2863
+ "declarations": [
2864
+ {
2865
+ "kind": "class",
2866
+ "description": "",
2867
+ "name": "ComponentDetail",
2868
+ "members": [
2869
+ {
2870
+ "kind": "field",
2871
+ "name": "template",
2872
+ "type": {
2873
+ "text": "{ about: string } | null"
2874
+ },
2875
+ "default": "null",
2876
+ "attribute": "template"
2877
+ }
2878
+ ],
2879
+ "attributes": [
2880
+ {
2881
+ "name": "template",
2882
+ "type": {
2883
+ "text": "{ about: string } | null"
2884
+ },
2885
+ "default": "null",
2886
+ "fieldName": "template"
2887
+ }
2888
+ ],
2889
+ "superclass": {
2890
+ "name": "LitElement",
2891
+ "package": "lit"
2892
+ },
2893
+ "customElement": true
2894
+ }
2895
+ ],
2896
+ "exports": [
2897
+ {
2898
+ "kind": "js",
2899
+ "name": "ComponentDetail",
2900
+ "declaration": {
2901
+ "name": "ComponentDetail",
2902
+ "module": "src/modeller/component-toolbar/component-detail.ts"
2903
+ }
2904
+ }
2905
+ ]
2727
2906
  },
2728
2907
  {
2729
2908
  "kind": "javascript-module",
2730
- "path": "src/layers/movement-layer.ts",
2909
+ "path": "src/modeller/component-toolbar/component-menu.ts",
2731
2910
  "declarations": [
2732
2911
  {
2733
2912
  "kind": "class",
2734
2913
  "description": "",
2735
- "name": "MovementLayer",
2914
+ "name": "ComponentMenu",
2736
2915
  "members": [
2737
2916
  {
2738
2917
  "kind": "field",
2739
- "name": "capturable",
2918
+ "name": "groups",
2919
+ "type": {
2920
+ "text": "Pallet[]"
2921
+ },
2922
+ "default": "[]",
2923
+ "attribute": "groups"
2924
+ },
2925
+ {
2926
+ "kind": "field",
2927
+ "name": "scene",
2928
+ "type": {
2929
+ "text": "Scene | null"
2930
+ },
2931
+ "default": "null",
2932
+ "attribute": "scene"
2933
+ },
2934
+ {
2935
+ "kind": "field",
2936
+ "name": "group",
2937
+ "type": {
2938
+ "text": "string | null"
2939
+ },
2940
+ "default": "''",
2941
+ "attribute": "group"
2942
+ },
2943
+ {
2944
+ "kind": "field",
2945
+ "name": "templates",
2946
+ "type": {
2947
+ "text": "PalletItem[]"
2948
+ },
2949
+ "default": "[]"
2950
+ },
2951
+ {
2952
+ "kind": "field",
2953
+ "name": "template",
2954
+ "type": {
2955
+ "text": "PalletItem | any"
2956
+ }
2957
+ },
2958
+ {
2959
+ "kind": "field",
2960
+ "name": "detail",
2961
+ "type": {
2962
+ "text": "HTMLElement"
2963
+ }
2964
+ },
2965
+ {
2966
+ "kind": "field",
2967
+ "name": "scopedElements",
2968
+ "static": true,
2740
2969
  "readonly": true
2741
2970
  },
2742
2971
  {
2743
2972
  "kind": "method",
2744
- "name": "drawArrow",
2973
+ "name": "findTemplate",
2745
2974
  "parameters": [
2746
2975
  {
2747
- "name": "ctx",
2748
- "type": {
2749
- "text": "CanvasRenderingContext2D"
2750
- }
2751
- },
2752
- {
2753
- "name": "p0",
2754
- "type": {
2755
- "text": "POINT"
2756
- }
2757
- },
2758
- {
2759
- "name": "p1",
2976
+ "name": "type",
2760
2977
  "type": {
2761
- "text": "POINT"
2978
+ "text": "string | null | undefined"
2762
2979
  }
2763
- },
2980
+ }
2981
+ ]
2982
+ },
2983
+ {
2984
+ "kind": "method",
2985
+ "name": "onHoverComponent",
2986
+ "parameters": [
2764
2987
  {
2765
- "name": "headLength",
2766
- "default": "10",
2988
+ "name": "e",
2767
2989
  "type": {
2768
- "text": "number"
2769
- }
2770
- }
2771
- ]
2772
- },
2773
- {
2774
- "kind": "method",
2775
- "name": "findSourceAndTarget",
2776
- "return": {
2777
- "type": {
2778
- "text": "[Component?, Component?]"
2779
- }
2780
- },
2781
- "parameters": [
2782
- {
2783
- "name": "path",
2784
- "type": {
2785
- "text": "PATH"
2786
- }
2787
- }
2788
- ]
2789
- },
2790
- {
2791
- "kind": "field",
2792
- "name": "eventMap",
2793
- "readonly": true
2794
- },
2795
- {
2796
- "kind": "method",
2797
- "name": "onchangeModelLayer",
2798
- "parameters": [
2799
- {
2800
- "name": "after",
2801
- "type": {
2802
- "text": "any"
2803
- }
2804
- },
2805
- {
2806
- "name": "before",
2807
- "type": {
2808
- "text": "any"
2809
- }
2810
- },
2811
- {
2812
- "name": "hint",
2813
- "type": {
2814
- "text": "any"
2815
- }
2816
- }
2817
- ]
2818
- },
2819
- {
2820
- "kind": "method",
2821
- "name": "onchangeData",
2822
- "return": {
2823
- "type": {
2824
- "text": "void"
2825
- }
2826
- },
2827
- "parameters": [
2828
- {
2829
- "name": "after",
2830
- "type": {
2831
- "text": "Properties"
2832
- }
2833
- },
2834
- {
2835
- "name": "before",
2836
- "type": {
2837
- "text": "Properties"
2838
- }
2839
- }
2840
- ]
2841
- }
2842
- ],
2843
- "superclass": {
2844
- "name": "Layer",
2845
- "package": "@hatiolab/things-scene"
2846
- }
2847
- }
2848
- ],
2849
- "exports": [
2850
- {
2851
- "kind": "js",
2852
- "name": "default",
2853
- "declaration": {
2854
- "name": "MovementLayer",
2855
- "module": "src/layers/movement-layer.ts"
2856
- }
2857
- }
2858
- ]
2859
- },
2860
- {
2861
- "kind": "javascript-module",
2862
- "path": "src/modeller/component-toolbar/component-detail.ts",
2863
- "declarations": [
2864
- {
2865
- "kind": "class",
2866
- "description": "",
2867
- "name": "ComponentDetail",
2868
- "members": [
2869
- {
2870
- "kind": "field",
2871
- "name": "template",
2872
- "type": {
2873
- "text": "{ about: string } | null"
2874
- },
2875
- "default": "null",
2876
- "attribute": "template"
2877
- }
2878
- ],
2879
- "attributes": [
2880
- {
2881
- "name": "template",
2882
- "type": {
2883
- "text": "{ about: string } | null"
2884
- },
2885
- "default": "null",
2886
- "fieldName": "template"
2887
- }
2888
- ],
2889
- "superclass": {
2890
- "name": "LitElement",
2891
- "package": "lit"
2892
- },
2893
- "customElement": true
2894
- }
2895
- ],
2896
- "exports": [
2897
- {
2898
- "kind": "js",
2899
- "name": "ComponentDetail",
2900
- "declaration": {
2901
- "name": "ComponentDetail",
2902
- "module": "src/modeller/component-toolbar/component-detail.ts"
2903
- }
2904
- }
2905
- ]
2906
- },
2907
- {
2908
- "kind": "javascript-module",
2909
- "path": "src/modeller/component-toolbar/component-menu.ts",
2910
- "declarations": [
2911
- {
2912
- "kind": "class",
2913
- "description": "",
2914
- "name": "ComponentMenu",
2915
- "members": [
2916
- {
2917
- "kind": "field",
2918
- "name": "groups",
2919
- "type": {
2920
- "text": "Pallet[]"
2921
- },
2922
- "default": "[]",
2923
- "attribute": "groups"
2924
- },
2925
- {
2926
- "kind": "field",
2927
- "name": "scene",
2928
- "type": {
2929
- "text": "Scene | null"
2930
- },
2931
- "default": "null",
2932
- "attribute": "scene"
2933
- },
2934
- {
2935
- "kind": "field",
2936
- "name": "group",
2937
- "type": {
2938
- "text": "string | null"
2939
- },
2940
- "default": "''",
2941
- "attribute": "group"
2942
- },
2943
- {
2944
- "kind": "field",
2945
- "name": "templates",
2946
- "type": {
2947
- "text": "PalletItem[]"
2948
- },
2949
- "default": "[]"
2950
- },
2951
- {
2952
- "kind": "field",
2953
- "name": "template",
2954
- "type": {
2955
- "text": "PalletItem | any"
2956
- }
2957
- },
2958
- {
2959
- "kind": "field",
2960
- "name": "detail",
2961
- "type": {
2962
- "text": "HTMLElement"
2963
- }
2964
- },
2965
- {
2966
- "kind": "field",
2967
- "name": "scopedElements",
2968
- "static": true,
2969
- "readonly": true
2970
- },
2971
- {
2972
- "kind": "method",
2973
- "name": "findTemplate",
2974
- "parameters": [
2975
- {
2976
- "name": "type",
2977
- "type": {
2978
- "text": "string | null | undefined"
2979
- }
2980
- }
2981
- ]
2982
- },
2983
- {
2984
- "kind": "method",
2985
- "name": "onHoverComponent",
2986
- "parameters": [
2987
- {
2988
- "name": "e",
2989
- "type": {
2990
- "text": "MouseEvent"
2990
+ "text": "MouseEvent"
2991
2991
  }
2992
2992
  }
2993
2993
  ]
@@ -4936,42 +4936,13 @@
4936
4936
  },
4937
4937
  {
4938
4938
  "kind": "javascript-module",
4939
- "path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
4940
- "declarations": [
4941
- {
4942
- "kind": "variable",
4943
- "name": "EffectsSharedStyle",
4944
- "default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
4945
- }
4946
- ],
4947
- "exports": [
4948
- {
4949
- "kind": "js",
4950
- "name": "EffectsSharedStyle",
4951
- "declaration": {
4952
- "name": "EffectsSharedStyle",
4953
- "module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
4954
- }
4955
- }
4956
- ]
4957
- },
4958
- {
4959
- "kind": "javascript-module",
4960
- "path": "src/modeller/property-sidebar/effects/effects.ts",
4939
+ "path": "src/modeller/property-sidebar/inspector/inspector.ts",
4961
4940
  "declarations": [
4962
4941
  {
4963
4942
  "kind": "class",
4964
4943
  "description": "",
4965
- "name": "PropertyEffects",
4944
+ "name": "SceneInspector",
4966
4945
  "members": [
4967
- {
4968
- "kind": "field",
4969
- "name": "value",
4970
- "type": {
4971
- "text": "Properties | undefined"
4972
- },
4973
- "attribute": "value"
4974
- },
4975
4946
  {
4976
4947
  "kind": "field",
4977
4948
  "name": "scene",
@@ -4982,199 +4953,198 @@
4982
4953
  },
4983
4954
  {
4984
4955
  "kind": "field",
4985
- "name": "scopedElements",
4986
- "static": true,
4987
- "readonly": true
4956
+ "name": "searchText",
4957
+ "type": {
4958
+ "text": "string"
4959
+ },
4960
+ "privacy": "private",
4961
+ "default": "''"
4962
+ },
4963
+ {
4964
+ "kind": "field",
4965
+ "name": "_extendedMap",
4966
+ "type": {
4967
+ "text": "any"
4968
+ },
4969
+ "privacy": "private"
4970
+ },
4971
+ {
4972
+ "kind": "field",
4973
+ "name": "show",
4974
+ "type": {
4975
+ "text": "boolean"
4976
+ },
4977
+ "privacy": "private",
4978
+ "default": "false"
4988
4979
  },
4989
4980
  {
4990
4981
  "kind": "method",
4991
- "name": "_onValueChange",
4982
+ "name": "disconnectScene",
4992
4983
  "parameters": [
4993
4984
  {
4994
- "name": "e",
4985
+ "name": "scene",
4986
+ "optional": true,
4995
4987
  "type": {
4996
- "text": "Event"
4988
+ "text": "Scene"
4997
4989
  }
4998
4990
  }
4999
- ],
5000
- "inheritedFrom": {
5001
- "name": "AbstractProperty",
5002
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5003
- }
4991
+ ]
5004
4992
  },
5005
4993
  {
5006
4994
  "kind": "method",
5007
- "name": "_getValueFromEventTarget",
4995
+ "name": "refresh"
4996
+ },
4997
+ {
4998
+ "kind": "field",
4999
+ "name": "sortableConfig",
5000
+ "type": {
5001
+ "text": "Sortable.Options"
5002
+ },
5003
+ "default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
5004
+ },
5005
+ {
5006
+ "kind": "method",
5007
+ "name": "onSort",
5008
5008
  "parameters": [
5009
5009
  {
5010
- "name": "element",
5010
+ "name": "e",
5011
5011
  "type": {
5012
- "text": "HTMLElement"
5012
+ "text": "Sortable.SortableEvent"
5013
5013
  }
5014
5014
  }
5015
- ],
5016
- "inheritedFrom": {
5017
- "name": "AbstractProperty",
5018
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5019
- }
5015
+ ]
5020
5016
  },
5021
5017
  {
5022
5018
  "kind": "method",
5023
- "name": "_onAfterValueChange",
5019
+ "name": "_onclick",
5024
5020
  "parameters": [
5025
5021
  {
5026
- "name": "key",
5022
+ "name": "e",
5027
5023
  "type": {
5028
- "text": "string"
5024
+ "text": "MouseEvent"
5029
5025
  }
5030
- },
5026
+ }
5027
+ ]
5028
+ },
5029
+ {
5030
+ "kind": "method",
5031
+ "name": "_ondblclick",
5032
+ "parameters": [
5031
5033
  {
5032
- "name": "value",
5034
+ "name": "e",
5033
5035
  "type": {
5034
- "text": "any"
5036
+ "text": "MouseEvent"
5035
5037
  }
5036
5038
  }
5037
- ],
5038
- "inheritedFrom": {
5039
- "name": "AbstractProperty",
5040
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5041
- }
5042
- }
5043
- ],
5044
- "attributes": [
5045
- {
5046
- "name": "value",
5047
- "type": {
5048
- "text": "Properties | undefined"
5049
- },
5050
- "fieldName": "value"
5039
+ ]
5051
5040
  },
5052
5041
  {
5053
- "name": "scene",
5054
- "type": {
5055
- "text": "Scene | undefined"
5056
- },
5057
- "fieldName": "scene"
5058
- }
5059
- ],
5060
- "mixins": [
5042
+ "kind": "field",
5043
+ "name": "extendedMap",
5044
+ "readonly": true
5045
+ },
5061
5046
  {
5062
- "name": "ScopedElementsMixin",
5063
- "package": "@open-wc/scoped-elements"
5064
- }
5065
- ],
5066
- "superclass": {
5067
- "name": "AbstractProperty",
5068
- "module": "/src/modeller/property-sidebar/abstract-property.js"
5069
- },
5070
- "events": [
5047
+ "kind": "method",
5048
+ "name": "getNodeHandleClass",
5049
+ "parameters": [
5050
+ {
5051
+ "name": "component",
5052
+ "type": {
5053
+ "text": "Component"
5054
+ }
5055
+ }
5056
+ ]
5057
+ },
5071
5058
  {
5072
- "name": "property-change",
5073
- "type": {
5074
- "text": "CustomEvent"
5075
- },
5076
- "inheritedFrom": {
5077
- "name": "AbstractProperty",
5078
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5079
- }
5080
- }
5081
- ]
5082
- }
5083
- ],
5084
- "exports": [
5085
- {
5086
- "kind": "js",
5087
- "name": "PropertyEffects",
5088
- "declaration": {
5089
- "name": "PropertyEffects",
5090
- "module": "src/modeller/property-sidebar/effects/effects.ts"
5091
- }
5092
- }
5093
- ]
5094
- },
5095
- {
5096
- "kind": "javascript-module",
5097
- "path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
5098
- "declarations": [
5099
- {
5100
- "kind": "class",
5101
- "description": "",
5102
- "name": "PropertyEventHover",
5103
- "members": [
5059
+ "kind": "method",
5060
+ "name": "isExtended",
5061
+ "parameters": [
5062
+ {
5063
+ "name": "component",
5064
+ "type": {
5065
+ "text": "Component"
5066
+ }
5067
+ }
5068
+ ]
5069
+ },
5104
5070
  {
5105
- "kind": "field",
5106
- "name": "value",
5107
- "type": {
5108
- "text": "Properties | undefined"
5109
- },
5110
- "attribute": "value"
5071
+ "kind": "method",
5072
+ "name": "toggleExtended",
5073
+ "parameters": [
5074
+ {
5075
+ "name": "component",
5076
+ "type": {
5077
+ "text": "Component"
5078
+ }
5079
+ }
5080
+ ]
5111
5081
  },
5112
5082
  {
5113
- "kind": "field",
5114
- "name": "scene",
5115
- "type": {
5116
- "text": "Scene | undefined"
5117
- },
5118
- "attribute": "scene"
5083
+ "kind": "method",
5084
+ "name": "toggleHidden",
5085
+ "parameters": [
5086
+ {
5087
+ "name": "component",
5088
+ "type": {
5089
+ "text": "Component"
5090
+ }
5091
+ }
5092
+ ]
5119
5093
  },
5120
5094
  {
5121
5095
  "kind": "method",
5122
- "name": "_getPlaceHoder",
5096
+ "name": "selectComponent",
5123
5097
  "parameters": [
5124
5098
  {
5125
- "name": "action",
5099
+ "name": "component",
5126
5100
  "type": {
5127
- "text": "string"
5101
+ "text": "Component"
5128
5102
  }
5129
5103
  }
5130
5104
  ]
5131
5105
  },
5132
5106
  {
5133
5107
  "kind": "method",
5134
- "name": "_getTargetList",
5108
+ "name": "shouldBeShown",
5135
5109
  "return": {
5136
5110
  "type": {
5137
- "text": "{ value: string; description: string }[]"
5111
+ "text": "boolean"
5138
5112
  }
5139
5113
  },
5140
5114
  "parameters": [
5141
5115
  {
5142
- "name": "action",
5116
+ "name": "component",
5143
5117
  "type": {
5144
- "text": "string"
5118
+ "text": "Component"
5145
5119
  }
5146
5120
  }
5147
5121
  ]
5148
5122
  },
5149
5123
  {
5150
5124
  "kind": "method",
5151
- "name": "_onValueChange",
5125
+ "name": "renderComponent",
5126
+ "return": {
5127
+ "type": {
5128
+ "text": "TemplateResult"
5129
+ }
5130
+ },
5152
5131
  "parameters": [
5153
5132
  {
5154
- "name": "e",
5133
+ "name": "component",
5155
5134
  "type": {
5156
- "text": "Event"
5135
+ "text": "Component"
5136
+ }
5137
+ },
5138
+ {
5139
+ "name": "depth",
5140
+ "type": {
5141
+ "text": "number"
5157
5142
  }
5158
5143
  }
5159
5144
  ]
5160
5145
  }
5161
5146
  ],
5162
- "events": [
5163
- {
5164
- "name": "change",
5165
- "type": {
5166
- "text": "CustomEvent"
5167
- }
5168
- }
5169
- ],
5170
5147
  "attributes": [
5171
- {
5172
- "name": "value",
5173
- "type": {
5174
- "text": "Properties | undefined"
5175
- },
5176
- "fieldName": "value"
5177
- },
5178
5148
  {
5179
5149
  "name": "scene",
5180
5150
  "type": {
@@ -5193,22 +5163,43 @@
5193
5163
  "exports": [
5194
5164
  {
5195
5165
  "kind": "js",
5196
- "name": "PropertyEventHover",
5166
+ "name": "SceneInspector",
5197
5167
  "declaration": {
5198
- "name": "PropertyEventHover",
5199
- "module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
5168
+ "name": "SceneInspector",
5169
+ "module": "src/modeller/property-sidebar/inspector/inspector.ts"
5200
5170
  }
5201
5171
  }
5202
5172
  ]
5203
5173
  },
5204
5174
  {
5205
5175
  "kind": "javascript-module",
5206
- "path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
5176
+ "path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
5207
5177
  "declarations": [
5208
5178
  {
5209
- "kind": "class",
5210
- "description": "",
5211
- "name": "PropertyEventTap",
5179
+ "kind": "variable",
5180
+ "name": "EffectsSharedStyle",
5181
+ "default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
5182
+ }
5183
+ ],
5184
+ "exports": [
5185
+ {
5186
+ "kind": "js",
5187
+ "name": "EffectsSharedStyle",
5188
+ "declaration": {
5189
+ "name": "EffectsSharedStyle",
5190
+ "module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
5191
+ }
5192
+ }
5193
+ ]
5194
+ },
5195
+ {
5196
+ "kind": "javascript-module",
5197
+ "path": "src/modeller/property-sidebar/effects/effects.ts",
5198
+ "declarations": [
5199
+ {
5200
+ "kind": "class",
5201
+ "description": "",
5202
+ "name": "PropertyEffects",
5212
5203
  "members": [
5213
5204
  {
5214
5205
  "kind": "field",
@@ -5228,19 +5219,140 @@
5228
5219
  },
5229
5220
  {
5230
5221
  "kind": "field",
5231
- "name": "scenarios",
5222
+ "name": "scopedElements",
5223
+ "static": true,
5224
+ "readonly": true
5225
+ },
5226
+ {
5227
+ "kind": "method",
5228
+ "name": "_onValueChange",
5229
+ "parameters": [
5230
+ {
5231
+ "name": "e",
5232
+ "type": {
5233
+ "text": "Event"
5234
+ }
5235
+ }
5236
+ ],
5237
+ "inheritedFrom": {
5238
+ "name": "AbstractProperty",
5239
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5240
+ }
5241
+ },
5242
+ {
5243
+ "kind": "method",
5244
+ "name": "_getValueFromEventTarget",
5245
+ "parameters": [
5246
+ {
5247
+ "name": "element",
5248
+ "type": {
5249
+ "text": "HTMLElement"
5250
+ }
5251
+ }
5252
+ ],
5253
+ "inheritedFrom": {
5254
+ "name": "AbstractProperty",
5255
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5256
+ }
5257
+ },
5258
+ {
5259
+ "kind": "method",
5260
+ "name": "_onAfterValueChange",
5261
+ "parameters": [
5262
+ {
5263
+ "name": "key",
5264
+ "type": {
5265
+ "text": "string"
5266
+ }
5267
+ },
5268
+ {
5269
+ "name": "value",
5270
+ "type": {
5271
+ "text": "any"
5272
+ }
5273
+ }
5274
+ ],
5275
+ "inheritedFrom": {
5276
+ "name": "AbstractProperty",
5277
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5278
+ }
5279
+ }
5280
+ ],
5281
+ "attributes": [
5282
+ {
5283
+ "name": "value",
5232
5284
  "type": {
5233
- "text": "{ value: string; description: string }[]"
5285
+ "text": "Properties | undefined"
5234
5286
  },
5235
- "default": "[]"
5287
+ "fieldName": "value"
5288
+ },
5289
+ {
5290
+ "name": "scene",
5291
+ "type": {
5292
+ "text": "Scene | undefined"
5293
+ },
5294
+ "fieldName": "scene"
5295
+ }
5296
+ ],
5297
+ "mixins": [
5298
+ {
5299
+ "name": "ScopedElementsMixin",
5300
+ "package": "@open-wc/scoped-elements"
5301
+ }
5302
+ ],
5303
+ "superclass": {
5304
+ "name": "AbstractProperty",
5305
+ "module": "/src/modeller/property-sidebar/abstract-property.js"
5306
+ },
5307
+ "events": [
5308
+ {
5309
+ "name": "property-change",
5310
+ "type": {
5311
+ "text": "CustomEvent"
5312
+ },
5313
+ "inheritedFrom": {
5314
+ "name": "AbstractProperty",
5315
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5316
+ }
5317
+ }
5318
+ ]
5319
+ }
5320
+ ],
5321
+ "exports": [
5322
+ {
5323
+ "kind": "js",
5324
+ "name": "PropertyEffects",
5325
+ "declaration": {
5326
+ "name": "PropertyEffects",
5327
+ "module": "src/modeller/property-sidebar/effects/effects.ts"
5328
+ }
5329
+ }
5330
+ ]
5331
+ },
5332
+ {
5333
+ "kind": "javascript-module",
5334
+ "path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
5335
+ "declarations": [
5336
+ {
5337
+ "kind": "class",
5338
+ "description": "",
5339
+ "name": "PropertyEventHover",
5340
+ "members": [
5341
+ {
5342
+ "kind": "field",
5343
+ "name": "value",
5344
+ "type": {
5345
+ "text": "Properties | undefined"
5346
+ },
5347
+ "attribute": "value"
5236
5348
  },
5237
5349
  {
5238
5350
  "kind": "field",
5239
- "name": "targetList",
5351
+ "name": "scene",
5240
5352
  "type": {
5241
- "text": "{ value: string; description: string }[]"
5353
+ "text": "Scene | undefined"
5242
5354
  },
5243
- "default": "[]"
5355
+ "attribute": "scene"
5244
5356
  },
5245
5357
  {
5246
5358
  "kind": "method",
@@ -5256,7 +5368,7 @@
5256
5368
  },
5257
5369
  {
5258
5370
  "kind": "method",
5259
- "name": "_getInputList",
5371
+ "name": "_getTargetList",
5260
5372
  "return": {
5261
5373
  "type": {
5262
5374
  "text": "{ value: string; description: string }[]"
@@ -5318,22 +5430,22 @@
5318
5430
  "exports": [
5319
5431
  {
5320
5432
  "kind": "js",
5321
- "name": "PropertyEventTap",
5433
+ "name": "PropertyEventHover",
5322
5434
  "declaration": {
5323
- "name": "PropertyEventTap",
5324
- "module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
5435
+ "name": "PropertyEventHover",
5436
+ "module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
5325
5437
  }
5326
5438
  }
5327
5439
  ]
5328
5440
  },
5329
5441
  {
5330
5442
  "kind": "javascript-module",
5331
- "path": "src/modeller/property-sidebar/effects/property-event.ts",
5443
+ "path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
5332
5444
  "declarations": [
5333
5445
  {
5334
5446
  "kind": "class",
5335
5447
  "description": "",
5336
- "name": "PropertyEvent",
5448
+ "name": "PropertyEventTap",
5337
5449
  "members": [
5338
5450
  {
5339
5451
  "kind": "field",
@@ -5353,9 +5465,48 @@
5353
5465
  },
5354
5466
  {
5355
5467
  "kind": "field",
5356
- "name": "scopedElements",
5357
- "static": true,
5358
- "readonly": true
5468
+ "name": "scenarios",
5469
+ "type": {
5470
+ "text": "{ value: string; description: string }[]"
5471
+ },
5472
+ "default": "[]"
5473
+ },
5474
+ {
5475
+ "kind": "field",
5476
+ "name": "targetList",
5477
+ "type": {
5478
+ "text": "{ value: string; description: string }[]"
5479
+ },
5480
+ "default": "[]"
5481
+ },
5482
+ {
5483
+ "kind": "method",
5484
+ "name": "_getPlaceHoder",
5485
+ "parameters": [
5486
+ {
5487
+ "name": "action",
5488
+ "type": {
5489
+ "text": "string"
5490
+ }
5491
+ }
5492
+ ]
5493
+ },
5494
+ {
5495
+ "kind": "method",
5496
+ "name": "_getInputList",
5497
+ "return": {
5498
+ "type": {
5499
+ "text": "{ value: string; description: string }[]"
5500
+ }
5501
+ },
5502
+ "parameters": [
5503
+ {
5504
+ "name": "action",
5505
+ "type": {
5506
+ "text": "string"
5507
+ }
5508
+ }
5509
+ ]
5359
5510
  },
5360
5511
  {
5361
5512
  "kind": "method",
@@ -5394,12 +5545,6 @@
5394
5545
  "fieldName": "scene"
5395
5546
  }
5396
5547
  ],
5397
- "mixins": [
5398
- {
5399
- "name": "ScopedElementsMixin",
5400
- "package": "@open-wc/scoped-elements"
5401
- }
5402
- ],
5403
5548
  "superclass": {
5404
5549
  "name": "LitElement",
5405
5550
  "package": "lit"
@@ -5410,22 +5555,22 @@
5410
5555
  "exports": [
5411
5556
  {
5412
5557
  "kind": "js",
5413
- "name": "PropertyEvent",
5558
+ "name": "PropertyEventTap",
5414
5559
  "declaration": {
5415
- "name": "PropertyEvent",
5416
- "module": "src/modeller/property-sidebar/effects/property-event.ts"
5560
+ "name": "PropertyEventTap",
5561
+ "module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
5417
5562
  }
5418
5563
  }
5419
5564
  ]
5420
5565
  },
5421
5566
  {
5422
5567
  "kind": "javascript-module",
5423
- "path": "src/modeller/property-sidebar/effects/property-shadow.ts",
5568
+ "path": "src/modeller/property-sidebar/effects/property-event.ts",
5424
5569
  "declarations": [
5425
5570
  {
5426
5571
  "kind": "class",
5427
- "description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
5428
- "name": "PropertyShadow",
5572
+ "description": "",
5573
+ "name": "PropertyEvent",
5429
5574
  "members": [
5430
5575
  {
5431
5576
  "kind": "field",
@@ -5435,6 +5580,20 @@
5435
5580
  },
5436
5581
  "attribute": "value"
5437
5582
  },
5583
+ {
5584
+ "kind": "field",
5585
+ "name": "scene",
5586
+ "type": {
5587
+ "text": "Scene | undefined"
5588
+ },
5589
+ "attribute": "scene"
5590
+ },
5591
+ {
5592
+ "kind": "field",
5593
+ "name": "scopedElements",
5594
+ "static": true,
5595
+ "readonly": true
5596
+ },
5438
5597
  {
5439
5598
  "kind": "method",
5440
5599
  "name": "_onValueChange",
@@ -5463,10 +5622,23 @@
5463
5622
  "text": "Properties | undefined"
5464
5623
  },
5465
5624
  "fieldName": "value"
5625
+ },
5626
+ {
5627
+ "name": "scene",
5628
+ "type": {
5629
+ "text": "Scene | undefined"
5630
+ },
5631
+ "fieldName": "scene"
5466
5632
  }
5467
5633
  ],
5468
- "superclass": {
5469
- "name": "LitElement",
5634
+ "mixins": [
5635
+ {
5636
+ "name": "ScopedElementsMixin",
5637
+ "package": "@open-wc/scoped-elements"
5638
+ }
5639
+ ],
5640
+ "superclass": {
5641
+ "name": "LitElement",
5470
5642
  "package": "lit"
5471
5643
  },
5472
5644
  "customElement": true
@@ -5475,259 +5647,59 @@
5475
5647
  "exports": [
5476
5648
  {
5477
5649
  "kind": "js",
5478
- "name": "PropertyShadow",
5479
- "declaration": {
5480
- "name": "PropertyShadow",
5481
- "module": "src/modeller/property-sidebar/effects/property-shadow.ts"
5482
- }
5483
- }
5484
- ]
5485
- },
5486
- {
5487
- "kind": "javascript-module",
5488
- "path": "src/modeller/property-sidebar/effects/value-converter.ts",
5489
- "declarations": [
5490
- {
5491
- "kind": "function",
5492
- "name": "convert",
5493
- "parameters": [
5494
- {
5495
- "name": "element",
5496
- "type": {
5497
- "text": "any"
5498
- }
5499
- }
5500
- ]
5501
- }
5502
- ],
5503
- "exports": [
5504
- {
5505
- "kind": "js",
5506
- "name": "convert",
5650
+ "name": "PropertyEvent",
5507
5651
  "declaration": {
5508
- "name": "convert",
5509
- "module": "src/modeller/property-sidebar/effects/value-converter.ts"
5652
+ "name": "PropertyEvent",
5653
+ "module": "src/modeller/property-sidebar/effects/property-event.ts"
5510
5654
  }
5511
5655
  }
5512
5656
  ]
5513
5657
  },
5514
5658
  {
5515
5659
  "kind": "javascript-module",
5516
- "path": "src/modeller/property-sidebar/inspector/inspector.ts",
5660
+ "path": "src/modeller/property-sidebar/effects/property-shadow.ts",
5517
5661
  "declarations": [
5518
5662
  {
5519
5663
  "kind": "class",
5520
- "description": "",
5521
- "name": "SceneInspector",
5664
+ "description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
5665
+ "name": "PropertyShadow",
5522
5666
  "members": [
5523
5667
  {
5524
5668
  "kind": "field",
5525
- "name": "scene",
5526
- "type": {
5527
- "text": "Scene | undefined"
5528
- },
5529
- "attribute": "scene"
5530
- },
5531
- {
5532
- "kind": "field",
5533
- "name": "searchText",
5534
- "type": {
5535
- "text": "string"
5536
- },
5537
- "privacy": "private",
5538
- "default": "''"
5539
- },
5540
- {
5541
- "kind": "field",
5542
- "name": "_extendedMap",
5543
- "type": {
5544
- "text": "any"
5545
- },
5546
- "privacy": "private"
5547
- },
5548
- {
5549
- "kind": "field",
5550
- "name": "show",
5551
- "type": {
5552
- "text": "boolean"
5553
- },
5554
- "privacy": "private",
5555
- "default": "false"
5556
- },
5557
- {
5558
- "kind": "method",
5559
- "name": "disconnectScene",
5560
- "parameters": [
5561
- {
5562
- "name": "scene",
5563
- "optional": true,
5564
- "type": {
5565
- "text": "Scene"
5566
- }
5567
- }
5568
- ]
5569
- },
5570
- {
5571
- "kind": "method",
5572
- "name": "refresh"
5573
- },
5574
- {
5575
- "kind": "field",
5576
- "name": "sortableConfig",
5669
+ "name": "value",
5577
5670
  "type": {
5578
- "text": "Sortable.Options"
5671
+ "text": "Properties | undefined"
5579
5672
  },
5580
- "default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
5581
- },
5582
- {
5583
- "kind": "method",
5584
- "name": "onSort",
5585
- "parameters": [
5586
- {
5587
- "name": "e",
5588
- "type": {
5589
- "text": "Sortable.SortableEvent"
5590
- }
5591
- }
5592
- ]
5593
- },
5594
- {
5595
- "kind": "method",
5596
- "name": "_onclick",
5597
- "parameters": [
5598
- {
5599
- "name": "e",
5600
- "type": {
5601
- "text": "MouseEvent"
5602
- }
5603
- }
5604
- ]
5673
+ "attribute": "value"
5605
5674
  },
5606
5675
  {
5607
5676
  "kind": "method",
5608
- "name": "_ondblclick",
5677
+ "name": "_onValueChange",
5609
5678
  "parameters": [
5610
5679
  {
5611
5680
  "name": "e",
5612
5681
  "type": {
5613
- "text": "MouseEvent"
5614
- }
5615
- }
5616
- ]
5617
- },
5618
- {
5619
- "kind": "field",
5620
- "name": "extendedMap",
5621
- "readonly": true
5622
- },
5623
- {
5624
- "kind": "method",
5625
- "name": "getNodeHandleClass",
5626
- "parameters": [
5627
- {
5628
- "name": "component",
5629
- "type": {
5630
- "text": "Component"
5631
- }
5632
- }
5633
- ]
5634
- },
5635
- {
5636
- "kind": "method",
5637
- "name": "isExtended",
5638
- "parameters": [
5639
- {
5640
- "name": "component",
5641
- "type": {
5642
- "text": "Component"
5643
- }
5644
- }
5645
- ]
5646
- },
5647
- {
5648
- "kind": "method",
5649
- "name": "toggleExtended",
5650
- "parameters": [
5651
- {
5652
- "name": "component",
5653
- "type": {
5654
- "text": "Component"
5655
- }
5656
- }
5657
- ]
5658
- },
5659
- {
5660
- "kind": "method",
5661
- "name": "toggleHidden",
5662
- "parameters": [
5663
- {
5664
- "name": "component",
5665
- "type": {
5666
- "text": "Component"
5667
- }
5668
- }
5669
- ]
5670
- },
5671
- {
5672
- "kind": "method",
5673
- "name": "selectComponent",
5674
- "parameters": [
5675
- {
5676
- "name": "component",
5677
- "type": {
5678
- "text": "Component"
5679
- }
5680
- }
5681
- ]
5682
- },
5683
- {
5684
- "kind": "method",
5685
- "name": "shouldBeShown",
5686
- "return": {
5687
- "type": {
5688
- "text": "boolean"
5689
- }
5690
- },
5691
- "parameters": [
5692
- {
5693
- "name": "component",
5694
- "type": {
5695
- "text": "Component"
5682
+ "text": "Event"
5696
5683
  }
5697
5684
  }
5698
5685
  ]
5699
- },
5686
+ }
5687
+ ],
5688
+ "events": [
5700
5689
  {
5701
- "kind": "method",
5702
- "name": "renderComponent",
5703
- "return": {
5704
- "type": {
5705
- "text": "TemplateResult"
5706
- }
5707
- },
5708
- "parameters": [
5709
- {
5710
- "name": "component",
5711
- "type": {
5712
- "text": "Component"
5713
- }
5714
- },
5715
- {
5716
- "name": "depth",
5717
- "type": {
5718
- "text": "number"
5719
- }
5720
- }
5721
- ]
5690
+ "name": "change",
5691
+ "type": {
5692
+ "text": "CustomEvent"
5693
+ }
5722
5694
  }
5723
5695
  ],
5724
5696
  "attributes": [
5725
5697
  {
5726
- "name": "scene",
5698
+ "name": "value",
5727
5699
  "type": {
5728
- "text": "Scene | undefined"
5700
+ "text": "Properties | undefined"
5729
5701
  },
5730
- "fieldName": "scene"
5702
+ "fieldName": "value"
5731
5703
  }
5732
5704
  ],
5733
5705
  "superclass": {
@@ -5740,253 +5712,38 @@
5740
5712
  "exports": [
5741
5713
  {
5742
5714
  "kind": "js",
5743
- "name": "SceneInspector",
5744
- "declaration": {
5745
- "name": "SceneInspector",
5746
- "module": "src/modeller/property-sidebar/inspector/inspector.ts"
5747
- }
5748
- }
5749
- ]
5750
- },
5751
- {
5752
- "kind": "javascript-module",
5753
- "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
5754
- "declarations": [
5755
- {
5756
- "kind": "variable",
5757
- "name": "BoxPaddingEditorStyles",
5758
- "default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
5759
- }
5760
- ],
5761
- "exports": [
5762
- {
5763
- "kind": "js",
5764
- "name": "BoxPaddingEditorStyles",
5715
+ "name": "PropertyShadow",
5765
5716
  "declaration": {
5766
- "name": "BoxPaddingEditorStyles",
5767
- "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
5717
+ "name": "PropertyShadow",
5718
+ "module": "src/modeller/property-sidebar/effects/property-shadow.ts"
5768
5719
  }
5769
5720
  }
5770
5721
  ]
5771
5722
  },
5772
5723
  {
5773
5724
  "kind": "javascript-module",
5774
- "path": "src/modeller/property-sidebar/shapes/shapes.ts",
5725
+ "path": "src/modeller/property-sidebar/effects/value-converter.ts",
5775
5726
  "declarations": [
5776
5727
  {
5777
- "kind": "class",
5778
- "description": "",
5779
- "name": "PropertyShapes",
5780
- "members": [
5781
- {
5782
- "kind": "field",
5783
- "name": "value",
5784
- "type": {
5785
- "text": "Properties | undefined"
5786
- },
5787
- "attribute": "value"
5788
- },
5789
- {
5790
- "kind": "field",
5791
- "name": "bounds",
5792
- "type": {
5793
- "text": "BOUNDS | null"
5794
- },
5795
- "default": "null",
5796
- "attribute": "bounds"
5797
- },
5798
- {
5799
- "kind": "field",
5800
- "name": "selected",
5801
- "type": {
5802
- "text": "Component[]"
5803
- },
5804
- "default": "[]",
5805
- "attribute": "selected"
5806
- },
5807
- {
5808
- "kind": "method",
5809
- "name": "_onValueChange",
5810
- "parameters": [
5811
- {
5812
- "name": "e",
5813
- "type": {
5814
- "text": "Event"
5815
- }
5816
- }
5817
- ],
5818
- "inheritedFrom": {
5819
- "name": "AbstractProperty",
5820
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5821
- }
5822
- },
5823
- {
5824
- "kind": "method",
5825
- "name": "_hasTextProperty",
5826
- "parameters": [
5827
- {
5828
- "name": "selected",
5829
- "type": {
5830
- "text": "Component[]"
5831
- }
5832
- }
5833
- ]
5834
- },
5835
- {
5836
- "kind": "method",
5837
- "name": "_hasProperties",
5838
- "parameters": [
5839
- {
5840
- "name": "selected",
5841
- "type": {
5842
- "text": "Component[]"
5843
- }
5844
- }
5845
- ]
5846
- },
5847
- {
5848
- "kind": "method",
5849
- "name": "_isIdentifiable",
5850
- "parameters": [
5851
- {
5852
- "name": "selected",
5853
- "type": {
5854
- "text": "Component[]"
5855
- }
5856
- }
5857
- ]
5858
- },
5859
- {
5860
- "kind": "method",
5861
- "name": "_isClassIdentifiable",
5862
- "parameters": [
5863
- {
5864
- "name": "selected",
5865
- "type": {
5866
- "text": "Component[]"
5867
- }
5868
- }
5869
- ]
5870
- },
5871
- {
5872
- "kind": "method",
5873
- "name": "_isLine",
5874
- "parameters": [
5875
- {
5876
- "name": "selected",
5877
- "type": {
5878
- "text": "Component[]"
5879
- }
5880
- }
5881
- ]
5882
- },
5883
- {
5884
- "kind": "method",
5885
- "name": "_is3dish",
5886
- "parameters": [
5887
- {
5888
- "name": "selected",
5889
- "type": {
5890
- "text": "Component[]"
5891
- }
5892
- }
5893
- ]
5894
- },
5895
- {
5896
- "kind": "method",
5897
- "name": "_getValueFromEventTarget",
5898
- "parameters": [
5899
- {
5900
- "name": "element",
5901
- "type": {
5902
- "text": "HTMLElement"
5903
- }
5904
- }
5905
- ],
5906
- "inheritedFrom": {
5907
- "name": "AbstractProperty",
5908
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5909
- }
5910
- },
5911
- {
5912
- "kind": "method",
5913
- "name": "_onAfterValueChange",
5914
- "parameters": [
5915
- {
5916
- "name": "key",
5917
- "type": {
5918
- "text": "string"
5919
- }
5920
- },
5921
- {
5922
- "name": "value",
5923
- "type": {
5924
- "text": "any"
5925
- }
5926
- }
5927
- ],
5928
- "inheritedFrom": {
5929
- "name": "AbstractProperty",
5930
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5931
- }
5932
- }
5933
- ],
5934
- "events": [
5935
- {
5936
- "name": "bounds-change",
5937
- "type": {
5938
- "text": "CustomEvent"
5939
- }
5940
- },
5941
- {
5942
- "name": "property-change",
5943
- "type": {
5944
- "text": "CustomEvent"
5945
- },
5946
- "inheritedFrom": {
5947
- "name": "AbstractProperty",
5948
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5949
- }
5950
- }
5951
- ],
5952
- "attributes": [
5953
- {
5954
- "name": "value",
5955
- "type": {
5956
- "text": "Properties | undefined"
5957
- },
5958
- "fieldName": "value"
5959
- },
5960
- {
5961
- "name": "bounds",
5962
- "type": {
5963
- "text": "BOUNDS | null"
5964
- },
5965
- "default": "null",
5966
- "fieldName": "bounds"
5967
- },
5728
+ "kind": "function",
5729
+ "name": "convert",
5730
+ "parameters": [
5968
5731
  {
5969
- "name": "selected",
5732
+ "name": "element",
5970
5733
  "type": {
5971
- "text": "Component[]"
5972
- },
5973
- "default": "[]",
5974
- "fieldName": "selected"
5734
+ "text": "any"
5735
+ }
5975
5736
  }
5976
- ],
5977
- "superclass": {
5978
- "name": "AbstractProperty",
5979
- "module": "/src/modeller/property-sidebar/abstract-property"
5980
- }
5737
+ ]
5981
5738
  }
5982
5739
  ],
5983
5740
  "exports": [
5984
5741
  {
5985
5742
  "kind": "js",
5986
- "name": "PropertyShapes",
5743
+ "name": "convert",
5987
5744
  "declaration": {
5988
- "name": "PropertyShapes",
5989
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
5745
+ "name": "convert",
5746
+ "module": "src/modeller/property-sidebar/effects/value-converter.ts"
5990
5747
  }
5991
5748
  }
5992
5749
  ]
@@ -6338,6 +6095,249 @@
6338
6095
  }
6339
6096
  ]
6340
6097
  },
6098
+ {
6099
+ "kind": "javascript-module",
6100
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6101
+ "declarations": [
6102
+ {
6103
+ "kind": "variable",
6104
+ "name": "BoxPaddingEditorStyles",
6105
+ "default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
6106
+ }
6107
+ ],
6108
+ "exports": [
6109
+ {
6110
+ "kind": "js",
6111
+ "name": "BoxPaddingEditorStyles",
6112
+ "declaration": {
6113
+ "name": "BoxPaddingEditorStyles",
6114
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6115
+ }
6116
+ }
6117
+ ]
6118
+ },
6119
+ {
6120
+ "kind": "javascript-module",
6121
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6122
+ "declarations": [
6123
+ {
6124
+ "kind": "class",
6125
+ "description": "",
6126
+ "name": "PropertyShapes",
6127
+ "members": [
6128
+ {
6129
+ "kind": "field",
6130
+ "name": "value",
6131
+ "type": {
6132
+ "text": "Properties | undefined"
6133
+ },
6134
+ "attribute": "value"
6135
+ },
6136
+ {
6137
+ "kind": "field",
6138
+ "name": "bounds",
6139
+ "type": {
6140
+ "text": "BOUNDS | null"
6141
+ },
6142
+ "default": "null",
6143
+ "attribute": "bounds"
6144
+ },
6145
+ {
6146
+ "kind": "field",
6147
+ "name": "selected",
6148
+ "type": {
6149
+ "text": "Component[]"
6150
+ },
6151
+ "default": "[]",
6152
+ "attribute": "selected"
6153
+ },
6154
+ {
6155
+ "kind": "method",
6156
+ "name": "_onValueChange",
6157
+ "parameters": [
6158
+ {
6159
+ "name": "e",
6160
+ "type": {
6161
+ "text": "Event"
6162
+ }
6163
+ }
6164
+ ],
6165
+ "inheritedFrom": {
6166
+ "name": "AbstractProperty",
6167
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6168
+ }
6169
+ },
6170
+ {
6171
+ "kind": "method",
6172
+ "name": "_hasTextProperty",
6173
+ "parameters": [
6174
+ {
6175
+ "name": "selected",
6176
+ "type": {
6177
+ "text": "Component[]"
6178
+ }
6179
+ }
6180
+ ]
6181
+ },
6182
+ {
6183
+ "kind": "method",
6184
+ "name": "_hasProperties",
6185
+ "parameters": [
6186
+ {
6187
+ "name": "selected",
6188
+ "type": {
6189
+ "text": "Component[]"
6190
+ }
6191
+ }
6192
+ ]
6193
+ },
6194
+ {
6195
+ "kind": "method",
6196
+ "name": "_isIdentifiable",
6197
+ "parameters": [
6198
+ {
6199
+ "name": "selected",
6200
+ "type": {
6201
+ "text": "Component[]"
6202
+ }
6203
+ }
6204
+ ]
6205
+ },
6206
+ {
6207
+ "kind": "method",
6208
+ "name": "_isClassIdentifiable",
6209
+ "parameters": [
6210
+ {
6211
+ "name": "selected",
6212
+ "type": {
6213
+ "text": "Component[]"
6214
+ }
6215
+ }
6216
+ ]
6217
+ },
6218
+ {
6219
+ "kind": "method",
6220
+ "name": "_isLine",
6221
+ "parameters": [
6222
+ {
6223
+ "name": "selected",
6224
+ "type": {
6225
+ "text": "Component[]"
6226
+ }
6227
+ }
6228
+ ]
6229
+ },
6230
+ {
6231
+ "kind": "method",
6232
+ "name": "_is3dish",
6233
+ "parameters": [
6234
+ {
6235
+ "name": "selected",
6236
+ "type": {
6237
+ "text": "Component[]"
6238
+ }
6239
+ }
6240
+ ]
6241
+ },
6242
+ {
6243
+ "kind": "method",
6244
+ "name": "_getValueFromEventTarget",
6245
+ "parameters": [
6246
+ {
6247
+ "name": "element",
6248
+ "type": {
6249
+ "text": "HTMLElement"
6250
+ }
6251
+ }
6252
+ ],
6253
+ "inheritedFrom": {
6254
+ "name": "AbstractProperty",
6255
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6256
+ }
6257
+ },
6258
+ {
6259
+ "kind": "method",
6260
+ "name": "_onAfterValueChange",
6261
+ "parameters": [
6262
+ {
6263
+ "name": "key",
6264
+ "type": {
6265
+ "text": "string"
6266
+ }
6267
+ },
6268
+ {
6269
+ "name": "value",
6270
+ "type": {
6271
+ "text": "any"
6272
+ }
6273
+ }
6274
+ ],
6275
+ "inheritedFrom": {
6276
+ "name": "AbstractProperty",
6277
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6278
+ }
6279
+ }
6280
+ ],
6281
+ "events": [
6282
+ {
6283
+ "name": "bounds-change",
6284
+ "type": {
6285
+ "text": "CustomEvent"
6286
+ }
6287
+ },
6288
+ {
6289
+ "name": "property-change",
6290
+ "type": {
6291
+ "text": "CustomEvent"
6292
+ },
6293
+ "inheritedFrom": {
6294
+ "name": "AbstractProperty",
6295
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6296
+ }
6297
+ }
6298
+ ],
6299
+ "attributes": [
6300
+ {
6301
+ "name": "value",
6302
+ "type": {
6303
+ "text": "Properties | undefined"
6304
+ },
6305
+ "fieldName": "value"
6306
+ },
6307
+ {
6308
+ "name": "bounds",
6309
+ "type": {
6310
+ "text": "BOUNDS | null"
6311
+ },
6312
+ "default": "null",
6313
+ "fieldName": "bounds"
6314
+ },
6315
+ {
6316
+ "name": "selected",
6317
+ "type": {
6318
+ "text": "Component[]"
6319
+ },
6320
+ "default": "[]",
6321
+ "fieldName": "selected"
6322
+ }
6323
+ ],
6324
+ "superclass": {
6325
+ "name": "AbstractProperty",
6326
+ "module": "/src/modeller/property-sidebar/abstract-property"
6327
+ }
6328
+ }
6329
+ ],
6330
+ "exports": [
6331
+ {
6332
+ "kind": "js",
6333
+ "name": "PropertyShapes",
6334
+ "declaration": {
6335
+ "name": "PropertyShapes",
6336
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6337
+ }
6338
+ }
6339
+ ]
6340
+ },
6341
6341
  {
6342
6342
  "kind": "javascript-module",
6343
6343
  "path": "src/modeller/property-sidebar/styles/styles.ts",