@fmsim/board 0.0.70 → 0.0.71

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.
Files changed (2) hide show
  1. package/custom-elements.json +884 -884
  2. package/package.json +3 -3
@@ -2,6 +2,69 @@
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
+ },
5
68
  {
6
69
  "kind": "javascript-module",
7
70
  "path": "src/index.ts",
@@ -1589,128 +1652,6 @@
1589
1652
  "declarations": [],
1590
1653
  "exports": []
1591
1654
  },
1592
- {
1593
- "kind": "javascript-module",
1594
- "path": "stories/index.stories.ts",
1595
- "declarations": [
1596
- {
1597
- "kind": "variable",
1598
- "name": "Regular"
1599
- },
1600
- {
1601
- "kind": "variable",
1602
- "name": "CustomTitle"
1603
- },
1604
- {
1605
- "kind": "variable",
1606
- "name": "CustomCounter"
1607
- },
1608
- {
1609
- "kind": "variable",
1610
- "name": "SlottedContent"
1611
- }
1612
- ],
1613
- "exports": [
1614
- {
1615
- "kind": "js",
1616
- "name": "default",
1617
- "declaration": {
1618
- "module": "stories/index.stories.ts"
1619
- }
1620
- },
1621
- {
1622
- "kind": "js",
1623
- "name": "Regular",
1624
- "declaration": {
1625
- "name": "Regular",
1626
- "module": "stories/index.stories.ts"
1627
- }
1628
- },
1629
- {
1630
- "kind": "js",
1631
- "name": "CustomTitle",
1632
- "declaration": {
1633
- "name": "CustomTitle",
1634
- "module": "stories/index.stories.ts"
1635
- }
1636
- },
1637
- {
1638
- "kind": "js",
1639
- "name": "CustomCounter",
1640
- "declaration": {
1641
- "name": "CustomCounter",
1642
- "module": "stories/index.stories.ts"
1643
- }
1644
- },
1645
- {
1646
- "kind": "js",
1647
- "name": "SlottedContent",
1648
- "declaration": {
1649
- "name": "SlottedContent",
1650
- "module": "stories/index.stories.ts"
1651
- }
1652
- }
1653
- ]
1654
- },
1655
- {
1656
- "kind": "javascript-module",
1657
- "path": "src/component/etc.ts",
1658
- "declarations": [
1659
- {
1660
- "kind": "variable",
1661
- "name": "etc",
1662
- "type": {
1663
- "text": "ComponentGroup"
1664
- },
1665
- "default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n }\n ]\n}"
1666
- }
1667
- ],
1668
- "exports": [
1669
- {
1670
- "kind": "js",
1671
- "name": "etc",
1672
- "declaration": {
1673
- "name": "etc",
1674
- "module": "src/component/etc.ts"
1675
- }
1676
- }
1677
- ]
1678
- },
1679
- {
1680
- "kind": "javascript-module",
1681
- "path": "src/component/index.ts",
1682
- "declarations": [],
1683
- "exports": [
1684
- {
1685
- "kind": "js",
1686
- "name": "*",
1687
- "declaration": {
1688
- "name": "*",
1689
- "package": "./etc"
1690
- }
1691
- }
1692
- ]
1693
- },
1694
- {
1695
- "kind": "javascript-module",
1696
- "path": "src/component/register-default-groups.ts",
1697
- "declarations": [
1698
- {
1699
- "kind": "function",
1700
- "name": "registerDefaultGroups"
1701
- }
1702
- ],
1703
- "exports": [
1704
- {
1705
- "kind": "js",
1706
- "name": "registerDefaultGroups",
1707
- "declaration": {
1708
- "name": "registerDefaultGroups",
1709
- "module": "src/component/register-default-groups.ts"
1710
- }
1711
- }
1712
- ]
1713
- },
1714
1655
  {
1715
1656
  "kind": "javascript-module",
1716
1657
  "path": "src/data-storage/data-storage.ts",
@@ -1803,6 +1744,65 @@
1803
1744
  }
1804
1745
  ]
1805
1746
  },
1747
+ {
1748
+ "kind": "javascript-module",
1749
+ "path": "src/component/etc.ts",
1750
+ "declarations": [
1751
+ {
1752
+ "kind": "variable",
1753
+ "name": "etc",
1754
+ "type": {
1755
+ "text": "ComponentGroup"
1756
+ },
1757
+ "default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n }\n ]\n}"
1758
+ }
1759
+ ],
1760
+ "exports": [
1761
+ {
1762
+ "kind": "js",
1763
+ "name": "etc",
1764
+ "declaration": {
1765
+ "name": "etc",
1766
+ "module": "src/component/etc.ts"
1767
+ }
1768
+ }
1769
+ ]
1770
+ },
1771
+ {
1772
+ "kind": "javascript-module",
1773
+ "path": "src/component/index.ts",
1774
+ "declarations": [],
1775
+ "exports": [
1776
+ {
1777
+ "kind": "js",
1778
+ "name": "*",
1779
+ "declaration": {
1780
+ "name": "*",
1781
+ "package": "./etc"
1782
+ }
1783
+ }
1784
+ ]
1785
+ },
1786
+ {
1787
+ "kind": "javascript-module",
1788
+ "path": "src/component/register-default-groups.ts",
1789
+ "declarations": [
1790
+ {
1791
+ "kind": "function",
1792
+ "name": "registerDefaultGroups"
1793
+ }
1794
+ ],
1795
+ "exports": [
1796
+ {
1797
+ "kind": "js",
1798
+ "name": "registerDefaultGroups",
1799
+ "declaration": {
1800
+ "name": "registerDefaultGroups",
1801
+ "module": "src/component/register-default-groups.ts"
1802
+ }
1803
+ }
1804
+ ]
1805
+ },
1806
1806
  {
1807
1807
  "kind": "javascript-module",
1808
1808
  "path": "src/layers/mcs-mouse-event-layer.ts",
@@ -3754,26 +3754,410 @@
3754
3754
  },
3755
3755
  {
3756
3756
  "kind": "javascript-module",
3757
- "path": "src/modeller/scene-viewer/confidential-overlay.ts",
3757
+ "path": "src/modeller/property-sidebar/abstract-property.ts",
3758
3758
  "declarations": [
3759
3759
  {
3760
3760
  "kind": "class",
3761
3761
  "description": "",
3762
- "name": "ConfidentialOverlay",
3762
+ "name": "AbstractProperty",
3763
3763
  "members": [
3764
3764
  {
3765
3765
  "kind": "method",
3766
- "name": "_draw",
3766
+ "name": "_onValueChange",
3767
3767
  "parameters": [
3768
3768
  {
3769
- "name": "context",
3769
+ "name": "e",
3770
3770
  "type": {
3771
- "text": "CanvasRenderingContext2D"
3771
+ "text": "Event"
3772
3772
  }
3773
3773
  }
3774
3774
  ]
3775
- }
3776
- ],
3775
+ },
3776
+ {
3777
+ "kind": "method",
3778
+ "name": "_getValueFromEventTarget",
3779
+ "parameters": [
3780
+ {
3781
+ "name": "element",
3782
+ "type": {
3783
+ "text": "HTMLElement"
3784
+ }
3785
+ }
3786
+ ]
3787
+ },
3788
+ {
3789
+ "kind": "method",
3790
+ "name": "_onAfterValueChange",
3791
+ "parameters": [
3792
+ {
3793
+ "name": "key",
3794
+ "type": {
3795
+ "text": "string"
3796
+ }
3797
+ },
3798
+ {
3799
+ "name": "value",
3800
+ "type": {
3801
+ "text": "any"
3802
+ }
3803
+ }
3804
+ ]
3805
+ }
3806
+ ],
3807
+ "events": [
3808
+ {
3809
+ "name": "property-change",
3810
+ "type": {
3811
+ "text": "CustomEvent"
3812
+ }
3813
+ }
3814
+ ],
3815
+ "superclass": {
3816
+ "name": "LitElement",
3817
+ "package": "lit"
3818
+ },
3819
+ "customElement": true
3820
+ }
3821
+ ],
3822
+ "exports": [
3823
+ {
3824
+ "kind": "js",
3825
+ "name": "AbstractProperty",
3826
+ "declaration": {
3827
+ "name": "AbstractProperty",
3828
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
3829
+ }
3830
+ }
3831
+ ]
3832
+ },
3833
+ {
3834
+ "kind": "javascript-module",
3835
+ "path": "src/modeller/property-sidebar/property-shared-style.ts",
3836
+ "declarations": [
3837
+ {
3838
+ "kind": "variable",
3839
+ "name": "PropertySharedStyle",
3840
+ "default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid > ox-input-angle,\n .property-grid > ox-buttons-radio,\n .property-grid > ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n align-self: stretch;\n }\n\n .property-grid > .checkbox-row {\n grid-column: span 10;\n }\n\n .property-grid > .property-full-label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n }\n\n .property-grid > .property-half-label {\n grid-column: span 1;\n }\n\n .property-grid > .property-full-input {\n grid-column: span 7;\n }\n\n .property-grid > .property-half-input {\n grid-column: span 4;\n }\n\n /* checkbox-row */\n .checkbox-row {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .checkbox-row > input {\n grid-column: 4 / 5;\n }\n\n .checkbox-row > label {\n grid-column: span 6;\n text-align: left;\n }\n\n /* image resources */\n .icon-only-label {\n grid-column: span 1;\n\n background: var(--url-icon-properties-label) no-repeat;\n float: left;\n margin: 0;\n align-self: stretch;\n }\n\n .icon-only-label.color {\n background-position: 100% -500px;\n }\n .icon-only-label.font-size {\n background-position: 100% -594px;\n }\n .icon-only-label.leading {\n background-position: 100% -696px;\n }\n .icon-only-label.hscale {\n background-position: 100% -296px;\n }\n .icon-only-label.vscale {\n background-position: 100% -396px;\n }\n .icon-only-label.linewidth {\n background-position: 100% -894px;\n }\n .icon-only-label.lineHeight {\n background-position: 100% -995px;\n }\n`"
3841
+ }
3842
+ ],
3843
+ "exports": [
3844
+ {
3845
+ "kind": "js",
3846
+ "name": "PropertySharedStyle",
3847
+ "declaration": {
3848
+ "name": "PropertySharedStyle",
3849
+ "module": "src/modeller/property-sidebar/property-shared-style.ts"
3850
+ }
3851
+ }
3852
+ ]
3853
+ },
3854
+ {
3855
+ "kind": "javascript-module",
3856
+ "path": "src/modeller/property-sidebar/property-sidebar.ts",
3857
+ "declarations": [
3858
+ {
3859
+ "kind": "class",
3860
+ "description": "",
3861
+ "name": "PropertySidebar",
3862
+ "members": [
3863
+ {
3864
+ "kind": "field",
3865
+ "name": "scene",
3866
+ "type": {
3867
+ "text": "Scene | null"
3868
+ },
3869
+ "default": "null",
3870
+ "attribute": "scene"
3871
+ },
3872
+ {
3873
+ "kind": "field",
3874
+ "name": "bounds",
3875
+ "type": {
3876
+ "text": "any"
3877
+ },
3878
+ "default": "{}",
3879
+ "attribute": "bounds"
3880
+ },
3881
+ {
3882
+ "kind": "field",
3883
+ "name": "model",
3884
+ "type": {
3885
+ "text": "Model | null"
3886
+ },
3887
+ "default": "{}",
3888
+ "attribute": "model"
3889
+ },
3890
+ {
3891
+ "kind": "field",
3892
+ "name": "selected",
3893
+ "type": {
3894
+ "text": "Component[]"
3895
+ },
3896
+ "default": "[]",
3897
+ "attribute": "selected"
3898
+ },
3899
+ {
3900
+ "kind": "field",
3901
+ "name": "specificProps",
3902
+ "type": {
3903
+ "text": "any"
3904
+ },
3905
+ "attribute": "specificProps"
3906
+ },
3907
+ {
3908
+ "kind": "field",
3909
+ "name": "tabName",
3910
+ "type": {
3911
+ "text": "string | null"
3912
+ },
3913
+ "default": "'specific'",
3914
+ "attribute": "tabName"
3915
+ },
3916
+ {
3917
+ "kind": "field",
3918
+ "name": "collapsed",
3919
+ "type": {
3920
+ "text": "boolean"
3921
+ },
3922
+ "default": "false",
3923
+ "attribute": "collapsed"
3924
+ },
3925
+ {
3926
+ "kind": "field",
3927
+ "name": "fonts",
3928
+ "type": {
3929
+ "text": "any[]"
3930
+ },
3931
+ "default": "[]",
3932
+ "attribute": "fonts"
3933
+ },
3934
+ {
3935
+ "kind": "field",
3936
+ "name": "propertyEditor",
3937
+ "type": {
3938
+ "text": "any[]"
3939
+ },
3940
+ "default": "[]",
3941
+ "attribute": "propertyEditor"
3942
+ },
3943
+ {
3944
+ "kind": "field",
3945
+ "name": "propertyTarget",
3946
+ "type": {
3947
+ "text": "Component | null"
3948
+ },
3949
+ "default": "null"
3950
+ },
3951
+ {
3952
+ "kind": "field",
3953
+ "name": "scopedElements",
3954
+ "static": true,
3955
+ "readonly": true
3956
+ },
3957
+ {
3958
+ "kind": "method",
3959
+ "name": "_onPropertyChanged",
3960
+ "parameters": [
3961
+ {
3962
+ "name": "e",
3963
+ "type": {
3964
+ "text": "CustomEvent"
3965
+ }
3966
+ }
3967
+ ]
3968
+ },
3969
+ {
3970
+ "kind": "method",
3971
+ "name": "_onBoundsChanged",
3972
+ "parameters": [
3973
+ {
3974
+ "name": "e",
3975
+ "type": {
3976
+ "text": "CustomEvent"
3977
+ }
3978
+ }
3979
+ ]
3980
+ },
3981
+ {
3982
+ "kind": "method",
3983
+ "name": "_onChangedByScene"
3984
+ },
3985
+ {
3986
+ "kind": "method",
3987
+ "name": "_setPropertyTargetAsDefault"
3988
+ },
3989
+ {
3990
+ "kind": "method",
3991
+ "name": "_onCollapsed",
3992
+ "parameters": [
3993
+ {
3994
+ "name": "collapsed",
3995
+ "type": {
3996
+ "text": "boolean"
3997
+ }
3998
+ }
3999
+ ]
4000
+ },
4001
+ {
4002
+ "kind": "method",
4003
+ "name": "_onSceneChanged"
4004
+ },
4005
+ {
4006
+ "kind": "method",
4007
+ "name": "_onSelectedChanged",
4008
+ "parameters": [
4009
+ {
4010
+ "name": "after",
4011
+ "type": {
4012
+ "text": "Component[]"
4013
+ }
4014
+ }
4015
+ ]
4016
+ },
4017
+ {
4018
+ "kind": "method",
4019
+ "name": "_setPropertyTarget",
4020
+ "parameters": [
4021
+ {
4022
+ "name": "newTarget",
4023
+ "type": {
4024
+ "text": "Component | null"
4025
+ }
4026
+ }
4027
+ ]
4028
+ },
4029
+ {
4030
+ "kind": "method",
4031
+ "name": "_setBounds",
4032
+ "parameters": [
4033
+ {
4034
+ "name": "bounds",
4035
+ "type": {
4036
+ "text": "BOUNDS"
4037
+ }
4038
+ }
4039
+ ]
4040
+ }
4041
+ ],
4042
+ "attributes": [
4043
+ {
4044
+ "name": "scene",
4045
+ "type": {
4046
+ "text": "Scene | null"
4047
+ },
4048
+ "default": "null",
4049
+ "fieldName": "scene"
4050
+ },
4051
+ {
4052
+ "name": "bounds",
4053
+ "type": {
4054
+ "text": "any"
4055
+ },
4056
+ "default": "{}",
4057
+ "fieldName": "bounds"
4058
+ },
4059
+ {
4060
+ "name": "model",
4061
+ "type": {
4062
+ "text": "Model | null"
4063
+ },
4064
+ "default": "{}",
4065
+ "fieldName": "model"
4066
+ },
4067
+ {
4068
+ "name": "selected",
4069
+ "type": {
4070
+ "text": "Component[]"
4071
+ },
4072
+ "default": "[]",
4073
+ "fieldName": "selected"
4074
+ },
4075
+ {
4076
+ "name": "specificProps",
4077
+ "type": {
4078
+ "text": "any"
4079
+ },
4080
+ "fieldName": "specificProps"
4081
+ },
4082
+ {
4083
+ "name": "tabName",
4084
+ "type": {
4085
+ "text": "string | null"
4086
+ },
4087
+ "default": "'specific'",
4088
+ "fieldName": "tabName"
4089
+ },
4090
+ {
4091
+ "name": "collapsed",
4092
+ "type": {
4093
+ "text": "boolean"
4094
+ },
4095
+ "default": "false",
4096
+ "fieldName": "collapsed"
4097
+ },
4098
+ {
4099
+ "name": "fonts",
4100
+ "type": {
4101
+ "text": "any[]"
4102
+ },
4103
+ "default": "[]",
4104
+ "fieldName": "fonts"
4105
+ },
4106
+ {
4107
+ "name": "propertyEditor",
4108
+ "type": {
4109
+ "text": "any[]"
4110
+ },
4111
+ "default": "[]",
4112
+ "fieldName": "propertyEditor"
4113
+ }
4114
+ ],
4115
+ "mixins": [
4116
+ {
4117
+ "name": "ScopedElementsMixin",
4118
+ "package": "@open-wc/scoped-elements"
4119
+ }
4120
+ ],
4121
+ "superclass": {
4122
+ "name": "LitElement",
4123
+ "package": "lit"
4124
+ },
4125
+ "customElement": true
4126
+ }
4127
+ ],
4128
+ "exports": [
4129
+ {
4130
+ "kind": "js",
4131
+ "name": "PropertySidebar",
4132
+ "declaration": {
4133
+ "name": "PropertySidebar",
4134
+ "module": "src/modeller/property-sidebar/property-sidebar.ts"
4135
+ }
4136
+ }
4137
+ ]
4138
+ },
4139
+ {
4140
+ "kind": "javascript-module",
4141
+ "path": "src/modeller/scene-viewer/confidential-overlay.ts",
4142
+ "declarations": [
4143
+ {
4144
+ "kind": "class",
4145
+ "description": "",
4146
+ "name": "ConfidentialOverlay",
4147
+ "members": [
4148
+ {
4149
+ "kind": "method",
4150
+ "name": "_draw",
4151
+ "parameters": [
4152
+ {
4153
+ "name": "context",
4154
+ "type": {
4155
+ "text": "CanvasRenderingContext2D"
4156
+ }
4157
+ }
4158
+ ]
4159
+ }
4160
+ ],
3777
4161
  "superclass": {
3778
4162
  "name": "SceneLayer",
3779
4163
  "package": "@hatiolab/things-scene"
@@ -4486,286 +4870,209 @@
4486
4870
  },
4487
4871
  {
4488
4872
  "kind": "javascript-module",
4489
- "path": "src/modeller/property-sidebar/abstract-property.ts",
4490
- "declarations": [
4491
- {
4492
- "kind": "class",
4493
- "description": "",
4494
- "name": "AbstractProperty",
4495
- "members": [
4496
- {
4497
- "kind": "method",
4498
- "name": "_onValueChange",
4499
- "parameters": [
4500
- {
4501
- "name": "e",
4502
- "type": {
4503
- "text": "Event"
4504
- }
4505
- }
4506
- ]
4507
- },
4508
- {
4509
- "kind": "method",
4510
- "name": "_getValueFromEventTarget",
4511
- "parameters": [
4512
- {
4513
- "name": "element",
4514
- "type": {
4515
- "text": "HTMLElement"
4516
- }
4517
- }
4518
- ]
4519
- },
4520
- {
4521
- "kind": "method",
4522
- "name": "_onAfterValueChange",
4523
- "parameters": [
4524
- {
4525
- "name": "key",
4526
- "type": {
4527
- "text": "string"
4528
- }
4529
- },
4530
- {
4531
- "name": "value",
4532
- "type": {
4533
- "text": "any"
4534
- }
4535
- }
4536
- ]
4537
- }
4538
- ],
4539
- "events": [
4540
- {
4541
- "name": "property-change",
4542
- "type": {
4543
- "text": "CustomEvent"
4544
- }
4545
- }
4546
- ],
4547
- "superclass": {
4548
- "name": "LitElement",
4549
- "package": "lit"
4550
- },
4551
- "customElement": true
4552
- }
4553
- ],
4554
- "exports": [
4555
- {
4556
- "kind": "js",
4557
- "name": "AbstractProperty",
4558
- "declaration": {
4559
- "name": "AbstractProperty",
4560
- "module": "src/modeller/property-sidebar/abstract-property.ts"
4561
- }
4562
- }
4563
- ]
4564
- },
4565
- {
4566
- "kind": "javascript-module",
4567
- "path": "src/modeller/property-sidebar/property-shared-style.ts",
4568
- "declarations": [
4569
- {
4570
- "kind": "variable",
4571
- "name": "PropertySharedStyle",
4572
- "default": "css`\n fieldset {\n border: none;\n margin: 4px;\n padding: 9px 4px 9px 4px;\n border-bottom: var(--property-sidebar-fieldset-border);\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-label);\n }\n\n fieldset legend {\n padding: 5px 0 0 5px;\n color: var(--property-sidebar-fieldset-legend-color);\n font: var(--property-sidebar-fieldset-legend);\n text-transform: capitalize;\n }\n\n select,\n input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n /* property grid */\n .property-grid {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .property-grid > * {\n width: 100%;\n box-sizing: border-box;\n }\n\n .property-grid > label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n line-height: 2;\n }\n\n .property-grid > input,\n .property-grid > table,\n .property-grid > select,\n .property-grid > ox-input-angle,\n .property-grid > ox-buttons-radio,\n .property-grid > ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n align-self: stretch;\n }\n\n .property-grid > .checkbox-row {\n grid-column: span 10;\n }\n\n .property-grid > .property-full-label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n }\n\n .property-grid > .property-half-label {\n grid-column: span 1;\n }\n\n .property-grid > .property-full-input {\n grid-column: span 7;\n }\n\n .property-grid > .property-half-input {\n grid-column: span 4;\n }\n\n /* checkbox-row */\n .checkbox-row {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n align-items: center;\n }\n\n .checkbox-row > input {\n grid-column: 4 / 5;\n }\n\n .checkbox-row > label {\n grid-column: span 6;\n text-align: left;\n }\n\n /* image resources */\n .icon-only-label {\n grid-column: span 1;\n\n background: var(--url-icon-properties-label) no-repeat;\n float: left;\n margin: 0;\n align-self: stretch;\n }\n\n .icon-only-label.color {\n background-position: 100% -500px;\n }\n .icon-only-label.font-size {\n background-position: 100% -594px;\n }\n .icon-only-label.leading {\n background-position: 100% -696px;\n }\n .icon-only-label.hscale {\n background-position: 100% -296px;\n }\n .icon-only-label.vscale {\n background-position: 100% -396px;\n }\n .icon-only-label.linewidth {\n background-position: 100% -894px;\n }\n .icon-only-label.lineHeight {\n background-position: 100% -995px;\n }\n`"
4573
- }
4574
- ],
4575
- "exports": [
4576
- {
4577
- "kind": "js",
4578
- "name": "PropertySharedStyle",
4579
- "declaration": {
4580
- "name": "PropertySharedStyle",
4581
- "module": "src/modeller/property-sidebar/property-shared-style.ts"
4582
- }
4583
- }
4584
- ]
4585
- },
4586
- {
4587
- "kind": "javascript-module",
4588
- "path": "src/modeller/property-sidebar/property-sidebar.ts",
4873
+ "path": "src/modeller/property-sidebar/inspector/inspector.ts",
4589
4874
  "declarations": [
4590
4875
  {
4591
4876
  "kind": "class",
4592
4877
  "description": "",
4593
- "name": "PropertySidebar",
4878
+ "name": "SceneInspector",
4594
4879
  "members": [
4595
4880
  {
4596
4881
  "kind": "field",
4597
4882
  "name": "scene",
4598
4883
  "type": {
4599
- "text": "Scene | null"
4884
+ "text": "Scene | undefined"
4600
4885
  },
4601
- "default": "null",
4602
4886
  "attribute": "scene"
4603
4887
  },
4604
4888
  {
4605
4889
  "kind": "field",
4606
- "name": "bounds",
4607
- "type": {
4608
- "text": "any"
4609
- },
4610
- "default": "{}",
4611
- "attribute": "bounds"
4612
- },
4613
- {
4614
- "kind": "field",
4615
- "name": "model",
4616
- "type": {
4617
- "text": "Model | null"
4618
- },
4619
- "default": "{}",
4620
- "attribute": "model"
4621
- },
4622
- {
4623
- "kind": "field",
4624
- "name": "selected",
4890
+ "name": "searchText",
4625
4891
  "type": {
4626
- "text": "Component[]"
4892
+ "text": "string"
4627
4893
  },
4628
- "default": "[]",
4629
- "attribute": "selected"
4894
+ "privacy": "private",
4895
+ "default": "''"
4630
4896
  },
4631
4897
  {
4632
4898
  "kind": "field",
4633
- "name": "specificProps",
4899
+ "name": "_extendedMap",
4634
4900
  "type": {
4635
4901
  "text": "any"
4636
4902
  },
4637
- "attribute": "specificProps"
4638
- },
4639
- {
4640
- "kind": "field",
4641
- "name": "tabName",
4642
- "type": {
4643
- "text": "string | null"
4644
- },
4645
- "default": "'specific'",
4646
- "attribute": "tabName"
4903
+ "privacy": "private"
4647
4904
  },
4648
4905
  {
4649
4906
  "kind": "field",
4650
- "name": "collapsed",
4907
+ "name": "show",
4651
4908
  "type": {
4652
4909
  "text": "boolean"
4653
4910
  },
4654
- "default": "false",
4655
- "attribute": "collapsed"
4911
+ "privacy": "private",
4912
+ "default": "false"
4656
4913
  },
4657
4914
  {
4658
- "kind": "field",
4659
- "name": "fonts",
4660
- "type": {
4661
- "text": "any[]"
4662
- },
4663
- "default": "[]",
4664
- "attribute": "fonts"
4915
+ "kind": "method",
4916
+ "name": "disconnectScene",
4917
+ "parameters": [
4918
+ {
4919
+ "name": "scene",
4920
+ "optional": true,
4921
+ "type": {
4922
+ "text": "Scene"
4923
+ }
4924
+ }
4925
+ ]
4665
4926
  },
4666
4927
  {
4667
- "kind": "field",
4668
- "name": "propertyEditor",
4669
- "type": {
4670
- "text": "any[]"
4671
- },
4672
- "default": "[]",
4673
- "attribute": "propertyEditor"
4928
+ "kind": "method",
4929
+ "name": "refresh"
4674
4930
  },
4675
4931
  {
4676
4932
  "kind": "field",
4677
- "name": "propertyTarget",
4933
+ "name": "sortableConfig",
4678
4934
  "type": {
4679
- "text": "Component | null"
4935
+ "text": "Sortable.Options"
4680
4936
  },
4681
- "default": "null"
4937
+ "default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
4682
4938
  },
4683
4939
  {
4684
- "kind": "field",
4685
- "name": "scopedElements",
4686
- "static": true,
4687
- "readonly": true
4940
+ "kind": "method",
4941
+ "name": "onSort",
4942
+ "parameters": [
4943
+ {
4944
+ "name": "e",
4945
+ "type": {
4946
+ "text": "Sortable.SortableEvent"
4947
+ }
4948
+ }
4949
+ ]
4688
4950
  },
4689
4951
  {
4690
4952
  "kind": "method",
4691
- "name": "_onPropertyChanged",
4953
+ "name": "_onclick",
4692
4954
  "parameters": [
4693
4955
  {
4694
4956
  "name": "e",
4695
4957
  "type": {
4696
- "text": "CustomEvent"
4958
+ "text": "MouseEvent"
4697
4959
  }
4698
4960
  }
4699
4961
  ]
4700
4962
  },
4701
4963
  {
4702
4964
  "kind": "method",
4703
- "name": "_onBoundsChanged",
4965
+ "name": "_ondblclick",
4704
4966
  "parameters": [
4705
4967
  {
4706
4968
  "name": "e",
4707
4969
  "type": {
4708
- "text": "CustomEvent"
4970
+ "text": "MouseEvent"
4709
4971
  }
4710
4972
  }
4711
4973
  ]
4712
4974
  },
4975
+ {
4976
+ "kind": "field",
4977
+ "name": "extendedMap",
4978
+ "readonly": true
4979
+ },
4713
4980
  {
4714
4981
  "kind": "method",
4715
- "name": "_onChangedByScene"
4982
+ "name": "getNodeHandleClass",
4983
+ "parameters": [
4984
+ {
4985
+ "name": "component",
4986
+ "type": {
4987
+ "text": "Component"
4988
+ }
4989
+ }
4990
+ ]
4716
4991
  },
4717
4992
  {
4718
4993
  "kind": "method",
4719
- "name": "_setPropertyTargetAsDefault"
4994
+ "name": "isExtended",
4995
+ "parameters": [
4996
+ {
4997
+ "name": "component",
4998
+ "type": {
4999
+ "text": "Component"
5000
+ }
5001
+ }
5002
+ ]
4720
5003
  },
4721
5004
  {
4722
5005
  "kind": "method",
4723
- "name": "_onCollapsed",
5006
+ "name": "toggleExtended",
4724
5007
  "parameters": [
4725
5008
  {
4726
- "name": "collapsed",
5009
+ "name": "component",
4727
5010
  "type": {
4728
- "text": "boolean"
5011
+ "text": "Component"
4729
5012
  }
4730
5013
  }
4731
5014
  ]
4732
5015
  },
4733
5016
  {
4734
5017
  "kind": "method",
4735
- "name": "_onSceneChanged"
5018
+ "name": "toggleHidden",
5019
+ "parameters": [
5020
+ {
5021
+ "name": "component",
5022
+ "type": {
5023
+ "text": "Component"
5024
+ }
5025
+ }
5026
+ ]
4736
5027
  },
4737
5028
  {
4738
5029
  "kind": "method",
4739
- "name": "_onSelectedChanged",
5030
+ "name": "selectComponent",
4740
5031
  "parameters": [
4741
5032
  {
4742
- "name": "after",
5033
+ "name": "component",
4743
5034
  "type": {
4744
- "text": "Component[]"
5035
+ "text": "Component"
4745
5036
  }
4746
5037
  }
4747
5038
  ]
4748
5039
  },
4749
5040
  {
4750
5041
  "kind": "method",
4751
- "name": "_setPropertyTarget",
5042
+ "name": "shouldBeShown",
5043
+ "return": {
5044
+ "type": {
5045
+ "text": "boolean"
5046
+ }
5047
+ },
4752
5048
  "parameters": [
4753
5049
  {
4754
- "name": "newTarget",
5050
+ "name": "component",
4755
5051
  "type": {
4756
- "text": "Component | null"
5052
+ "text": "Component"
4757
5053
  }
4758
5054
  }
4759
5055
  ]
4760
5056
  },
4761
5057
  {
4762
5058
  "kind": "method",
4763
- "name": "_setBounds",
5059
+ "name": "renderComponent",
5060
+ "return": {
5061
+ "type": {
5062
+ "text": "TemplateResult"
5063
+ }
5064
+ },
4764
5065
  "parameters": [
4765
5066
  {
4766
- "name": "bounds",
5067
+ "name": "component",
4767
5068
  "type": {
4768
- "text": "BOUNDS"
5069
+ "text": "Component"
5070
+ }
5071
+ },
5072
+ {
5073
+ "name": "depth",
5074
+ "type": {
5075
+ "text": "number"
4769
5076
  }
4770
5077
  }
4771
5078
  ]
@@ -4775,79 +5082,9 @@
4775
5082
  {
4776
5083
  "name": "scene",
4777
5084
  "type": {
4778
- "text": "Scene | null"
5085
+ "text": "Scene | undefined"
4779
5086
  },
4780
- "default": "null",
4781
5087
  "fieldName": "scene"
4782
- },
4783
- {
4784
- "name": "bounds",
4785
- "type": {
4786
- "text": "any"
4787
- },
4788
- "default": "{}",
4789
- "fieldName": "bounds"
4790
- },
4791
- {
4792
- "name": "model",
4793
- "type": {
4794
- "text": "Model | null"
4795
- },
4796
- "default": "{}",
4797
- "fieldName": "model"
4798
- },
4799
- {
4800
- "name": "selected",
4801
- "type": {
4802
- "text": "Component[]"
4803
- },
4804
- "default": "[]",
4805
- "fieldName": "selected"
4806
- },
4807
- {
4808
- "name": "specificProps",
4809
- "type": {
4810
- "text": "any"
4811
- },
4812
- "fieldName": "specificProps"
4813
- },
4814
- {
4815
- "name": "tabName",
4816
- "type": {
4817
- "text": "string | null"
4818
- },
4819
- "default": "'specific'",
4820
- "fieldName": "tabName"
4821
- },
4822
- {
4823
- "name": "collapsed",
4824
- "type": {
4825
- "text": "boolean"
4826
- },
4827
- "default": "false",
4828
- "fieldName": "collapsed"
4829
- },
4830
- {
4831
- "name": "fonts",
4832
- "type": {
4833
- "text": "any[]"
4834
- },
4835
- "default": "[]",
4836
- "fieldName": "fonts"
4837
- },
4838
- {
4839
- "name": "propertyEditor",
4840
- "type": {
4841
- "text": "any[]"
4842
- },
4843
- "default": "[]",
4844
- "fieldName": "propertyEditor"
4845
- }
4846
- ],
4847
- "mixins": [
4848
- {
4849
- "name": "ScopedElementsMixin",
4850
- "package": "@open-wc/scoped-elements"
4851
5088
  }
4852
5089
  ],
4853
5090
  "superclass": {
@@ -4860,10 +5097,10 @@
4860
5097
  "exports": [
4861
5098
  {
4862
5099
  "kind": "js",
4863
- "name": "PropertySidebar",
5100
+ "name": "SceneInspector",
4864
5101
  "declaration": {
4865
- "name": "PropertySidebar",
4866
- "module": "src/modeller/property-sidebar/property-sidebar.ts"
5102
+ "name": "SceneInspector",
5103
+ "module": "src/modeller/property-sidebar/inspector/inspector.ts"
4867
5104
  }
4868
5105
  }
4869
5106
  ]
@@ -5224,378 +5461,136 @@
5224
5461
  },
5225
5462
  {
5226
5463
  "kind": "method",
5227
- "name": "_setMappingIndex",
5228
- "parameters": [
5229
- {
5230
- "name": "idx",
5231
- "type": {
5232
- "text": "number"
5233
- }
5234
- }
5235
- ]
5236
- },
5237
- {
5238
- "kind": "method",
5239
- "name": "_clearDataBindingMapper"
5240
- },
5241
- {
5242
- "kind": "method",
5243
- "name": "_copyDataBindingMapper"
5244
- },
5245
- {
5246
- "kind": "method",
5247
- "name": "_pasteDataBindingMapper"
5248
- },
5249
- {
5250
- "kind": "method",
5251
- "name": "_onValueChanged"
5252
- },
5253
- {
5254
- "kind": "method",
5255
- "name": "_onValueChange",
5256
- "parameters": [
5257
- {
5258
- "name": "e",
5259
- "type": {
5260
- "text": "Event"
5261
- }
5262
- }
5263
- ],
5264
- "inheritedFrom": {
5265
- "name": "AbstractProperty",
5266
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5267
- }
5268
- },
5269
- {
5270
- "kind": "field",
5271
- "name": "tabContainer",
5272
- "readonly": true
5273
- },
5274
- {
5275
- "kind": "method",
5276
- "name": "_onMappingChanged",
5277
- "parameters": [
5278
- {
5279
- "name": "e",
5280
- "type": {
5281
- "text": "CustomEvent"
5282
- }
5283
- }
5284
- ]
5285
- },
5286
- {
5287
- "kind": "method",
5288
- "name": "_onTabScroll"
5289
- },
5290
- {
5291
- "kind": "method",
5292
- "name": "_onTabScrollNavLeft"
5293
- },
5294
- {
5295
- "kind": "method",
5296
- "name": "_onTabScrollNavRight"
5297
- },
5298
- {
5299
- "kind": "method",
5300
- "name": "_getValueFromEventTarget",
5301
- "parameters": [
5302
- {
5303
- "name": "element",
5304
- "type": {
5305
- "text": "HTMLElement"
5306
- }
5307
- }
5308
- ],
5309
- "inheritedFrom": {
5310
- "name": "AbstractProperty",
5311
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5312
- }
5313
- },
5314
- {
5315
- "kind": "method",
5316
- "name": "_onAfterValueChange",
5317
- "parameters": [
5318
- {
5319
- "name": "key",
5320
- "type": {
5321
- "text": "string"
5322
- }
5323
- },
5324
- {
5325
- "name": "value",
5326
- "type": {
5327
- "text": "any"
5328
- }
5329
- }
5330
- ],
5331
- "inheritedFrom": {
5332
- "name": "AbstractProperty",
5333
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5334
- }
5335
- }
5336
- ],
5337
- "events": [
5338
- {
5339
- "name": "property-change",
5340
- "type": {
5341
- "text": "CustomEvent"
5342
- },
5343
- "inheritedFrom": {
5344
- "name": "AbstractProperty",
5345
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5346
- }
5347
- }
5348
- ],
5349
- "attributes": [
5350
- {
5351
- "name": "value",
5352
- "type": {
5353
- "text": "Properties | undefined"
5354
- },
5355
- "fieldName": "value"
5356
- },
5357
- {
5358
- "name": "scene",
5359
- "type": {
5360
- "text": "Scene | undefined"
5361
- },
5362
- "fieldName": "scene"
5363
- }
5364
- ],
5365
- "mixins": [
5366
- {
5367
- "name": "ScopedElementsMixin",
5368
- "package": "@open-wc/scoped-elements"
5369
- }
5370
- ],
5371
- "superclass": {
5372
- "name": "AbstractProperty",
5373
- "module": "/src/modeller/property-sidebar/abstract-property.js"
5374
- }
5375
- }
5376
- ],
5377
- "exports": [
5378
- {
5379
- "kind": "js",
5380
- "name": "PropertyDataBinding",
5381
- "declaration": {
5382
- "name": "PropertyDataBinding",
5383
- "module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
5384
- }
5385
- }
5386
- ]
5387
- },
5388
- {
5389
- "kind": "javascript-module",
5390
- "path": "src/modeller/property-sidebar/inspector/inspector.ts",
5391
- "declarations": [
5392
- {
5393
- "kind": "class",
5394
- "description": "",
5395
- "name": "SceneInspector",
5396
- "members": [
5397
- {
5398
- "kind": "field",
5399
- "name": "scene",
5400
- "type": {
5401
- "text": "Scene | undefined"
5402
- },
5403
- "attribute": "scene"
5404
- },
5405
- {
5406
- "kind": "field",
5407
- "name": "searchText",
5408
- "type": {
5409
- "text": "string"
5410
- },
5411
- "privacy": "private",
5412
- "default": "''"
5413
- },
5414
- {
5415
- "kind": "field",
5416
- "name": "_extendedMap",
5417
- "type": {
5418
- "text": "any"
5419
- },
5420
- "privacy": "private"
5421
- },
5422
- {
5423
- "kind": "field",
5424
- "name": "show",
5425
- "type": {
5426
- "text": "boolean"
5427
- },
5428
- "privacy": "private",
5429
- "default": "false"
5430
- },
5431
- {
5432
- "kind": "method",
5433
- "name": "disconnectScene",
5434
- "parameters": [
5435
- {
5436
- "name": "scene",
5437
- "optional": true,
5438
- "type": {
5439
- "text": "Scene"
5440
- }
5441
- }
5442
- ]
5443
- },
5444
- {
5445
- "kind": "method",
5446
- "name": "refresh"
5447
- },
5448
- {
5449
- "kind": "field",
5450
- "name": "sortableConfig",
5451
- "type": {
5452
- "text": "Sortable.Options"
5453
- },
5454
- "default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
5455
- },
5456
- {
5457
- "kind": "method",
5458
- "name": "onSort",
5459
- "parameters": [
5460
- {
5461
- "name": "e",
5462
- "type": {
5463
- "text": "Sortable.SortableEvent"
5464
- }
5465
- }
5466
- ]
5467
- },
5468
- {
5469
- "kind": "method",
5470
- "name": "_onclick",
5471
- "parameters": [
5472
- {
5473
- "name": "e",
5474
- "type": {
5475
- "text": "MouseEvent"
5476
- }
5477
- }
5478
- ]
5479
- },
5480
- {
5481
- "kind": "method",
5482
- "name": "_ondblclick",
5464
+ "name": "_setMappingIndex",
5483
5465
  "parameters": [
5484
5466
  {
5485
- "name": "e",
5467
+ "name": "idx",
5486
5468
  "type": {
5487
- "text": "MouseEvent"
5469
+ "text": "number"
5488
5470
  }
5489
5471
  }
5490
5472
  ]
5491
5473
  },
5492
5474
  {
5493
- "kind": "field",
5494
- "name": "extendedMap",
5495
- "readonly": true
5475
+ "kind": "method",
5476
+ "name": "_clearDataBindingMapper"
5496
5477
  },
5497
5478
  {
5498
5479
  "kind": "method",
5499
- "name": "getNodeHandleClass",
5500
- "parameters": [
5501
- {
5502
- "name": "component",
5503
- "type": {
5504
- "text": "Component"
5505
- }
5506
- }
5507
- ]
5480
+ "name": "_copyDataBindingMapper"
5508
5481
  },
5509
5482
  {
5510
5483
  "kind": "method",
5511
- "name": "isExtended",
5512
- "parameters": [
5513
- {
5514
- "name": "component",
5515
- "type": {
5516
- "text": "Component"
5517
- }
5518
- }
5519
- ]
5484
+ "name": "_pasteDataBindingMapper"
5520
5485
  },
5521
5486
  {
5522
5487
  "kind": "method",
5523
- "name": "toggleExtended",
5524
- "parameters": [
5525
- {
5526
- "name": "component",
5527
- "type": {
5528
- "text": "Component"
5529
- }
5530
- }
5531
- ]
5488
+ "name": "_onValueChanged"
5532
5489
  },
5533
5490
  {
5534
5491
  "kind": "method",
5535
- "name": "toggleHidden",
5492
+ "name": "_onValueChange",
5536
5493
  "parameters": [
5537
5494
  {
5538
- "name": "component",
5495
+ "name": "e",
5539
5496
  "type": {
5540
- "text": "Component"
5497
+ "text": "Event"
5541
5498
  }
5542
5499
  }
5543
- ]
5500
+ ],
5501
+ "inheritedFrom": {
5502
+ "name": "AbstractProperty",
5503
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5504
+ }
5505
+ },
5506
+ {
5507
+ "kind": "field",
5508
+ "name": "tabContainer",
5509
+ "readonly": true
5544
5510
  },
5545
5511
  {
5546
5512
  "kind": "method",
5547
- "name": "selectComponent",
5513
+ "name": "_onMappingChanged",
5548
5514
  "parameters": [
5549
5515
  {
5550
- "name": "component",
5516
+ "name": "e",
5551
5517
  "type": {
5552
- "text": "Component"
5518
+ "text": "CustomEvent"
5553
5519
  }
5554
5520
  }
5555
5521
  ]
5556
5522
  },
5557
5523
  {
5558
5524
  "kind": "method",
5559
- "name": "shouldBeShown",
5560
- "return": {
5561
- "type": {
5562
- "text": "boolean"
5563
- }
5564
- },
5525
+ "name": "_onTabScroll"
5526
+ },
5527
+ {
5528
+ "kind": "method",
5529
+ "name": "_onTabScrollNavLeft"
5530
+ },
5531
+ {
5532
+ "kind": "method",
5533
+ "name": "_onTabScrollNavRight"
5534
+ },
5535
+ {
5536
+ "kind": "method",
5537
+ "name": "_getValueFromEventTarget",
5565
5538
  "parameters": [
5566
5539
  {
5567
- "name": "component",
5540
+ "name": "element",
5568
5541
  "type": {
5569
- "text": "Component"
5542
+ "text": "HTMLElement"
5570
5543
  }
5571
5544
  }
5572
- ]
5545
+ ],
5546
+ "inheritedFrom": {
5547
+ "name": "AbstractProperty",
5548
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5549
+ }
5573
5550
  },
5574
5551
  {
5575
5552
  "kind": "method",
5576
- "name": "renderComponent",
5577
- "return": {
5578
- "type": {
5579
- "text": "TemplateResult"
5580
- }
5581
- },
5553
+ "name": "_onAfterValueChange",
5582
5554
  "parameters": [
5583
5555
  {
5584
- "name": "component",
5556
+ "name": "key",
5585
5557
  "type": {
5586
- "text": "Component"
5558
+ "text": "string"
5587
5559
  }
5588
5560
  },
5589
5561
  {
5590
- "name": "depth",
5562
+ "name": "value",
5591
5563
  "type": {
5592
- "text": "number"
5564
+ "text": "any"
5593
5565
  }
5594
5566
  }
5595
- ]
5567
+ ],
5568
+ "inheritedFrom": {
5569
+ "name": "AbstractProperty",
5570
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5571
+ }
5572
+ }
5573
+ ],
5574
+ "events": [
5575
+ {
5576
+ "name": "property-change",
5577
+ "type": {
5578
+ "text": "CustomEvent"
5579
+ },
5580
+ "inheritedFrom": {
5581
+ "name": "AbstractProperty",
5582
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5583
+ }
5596
5584
  }
5597
5585
  ],
5598
5586
  "attributes": [
5587
+ {
5588
+ "name": "value",
5589
+ "type": {
5590
+ "text": "Properties | undefined"
5591
+ },
5592
+ "fieldName": "value"
5593
+ },
5599
5594
  {
5600
5595
  "name": "scene",
5601
5596
  "type": {
@@ -5604,20 +5599,25 @@
5604
5599
  "fieldName": "scene"
5605
5600
  }
5606
5601
  ],
5602
+ "mixins": [
5603
+ {
5604
+ "name": "ScopedElementsMixin",
5605
+ "package": "@open-wc/scoped-elements"
5606
+ }
5607
+ ],
5607
5608
  "superclass": {
5608
- "name": "LitElement",
5609
- "package": "lit"
5610
- },
5611
- "customElement": true
5609
+ "name": "AbstractProperty",
5610
+ "module": "/src/modeller/property-sidebar/abstract-property.js"
5611
+ }
5612
5612
  }
5613
5613
  ],
5614
5614
  "exports": [
5615
5615
  {
5616
5616
  "kind": "js",
5617
- "name": "SceneInspector",
5617
+ "name": "PropertyDataBinding",
5618
5618
  "declaration": {
5619
- "name": "SceneInspector",
5620
- "module": "src/modeller/property-sidebar/inspector/inspector.ts"
5619
+ "name": "PropertyDataBinding",
5620
+ "module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
5621
5621
  }
5622
5622
  }
5623
5623
  ]
@@ -5971,123 +5971,39 @@
5971
5971
  },
5972
5972
  {
5973
5973
  "kind": "javascript-module",
5974
- "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
5975
- "declarations": [
5976
- {
5977
- "kind": "variable",
5978
- "name": "BoxPaddingEditorStyles",
5979
- "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`"
5980
- }
5981
- ],
5982
- "exports": [
5983
- {
5984
- "kind": "js",
5985
- "name": "BoxPaddingEditorStyles",
5986
- "declaration": {
5987
- "name": "BoxPaddingEditorStyles",
5988
- "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
5989
- }
5990
- }
5991
- ]
5992
- },
5993
- {
5994
- "kind": "javascript-module",
5995
- "path": "src/modeller/property-sidebar/shapes/shapes.ts",
5974
+ "path": "src/modeller/property-sidebar/styles/styles.ts",
5996
5975
  "declarations": [
5997
5976
  {
5998
5977
  "kind": "class",
5999
5978
  "description": "",
6000
- "name": "PropertyShapes",
5979
+ "name": "PropertyStyles",
6001
5980
  "members": [
6002
5981
  {
6003
5982
  "kind": "field",
6004
5983
  "name": "value",
6005
5984
  "type": {
6006
- "text": "Properties | undefined"
5985
+ "text": "any"
6007
5986
  },
5987
+ "default": "{}",
6008
5988
  "attribute": "value"
6009
5989
  },
6010
- {
6011
- "kind": "field",
6012
- "name": "bounds",
6013
- "type": {
6014
- "text": "BOUNDS | null"
6015
- },
6016
- "default": "null",
6017
- "attribute": "bounds"
6018
- },
6019
5990
  {
6020
5991
  "kind": "field",
6021
5992
  "name": "selected",
6022
5993
  "type": {
6023
5994
  "text": "Component[]"
6024
- },
6025
- "default": "[]",
6026
- "attribute": "selected"
6027
- },
6028
- {
6029
- "kind": "method",
6030
- "name": "_onValueChange",
6031
- "parameters": [
6032
- {
6033
- "name": "e",
6034
- "type": {
6035
- "text": "Event"
6036
- }
6037
- }
6038
- ],
6039
- "inheritedFrom": {
6040
- "name": "AbstractProperty",
6041
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6042
- }
6043
- },
6044
- {
6045
- "kind": "method",
6046
- "name": "_hasTextProperty",
6047
- "parameters": [
6048
- {
6049
- "name": "selected",
6050
- "type": {
6051
- "text": "Component[]"
6052
- }
6053
- }
6054
- ]
6055
- },
6056
- {
6057
- "kind": "method",
6058
- "name": "_hasProperties",
6059
- "parameters": [
6060
- {
6061
- "name": "selected",
6062
- "type": {
6063
- "text": "Component[]"
6064
- }
6065
- }
6066
- ]
6067
- },
6068
- {
6069
- "kind": "method",
6070
- "name": "_isIdentifiable",
6071
- "parameters": [
6072
- {
6073
- "name": "selected",
6074
- "type": {
6075
- "text": "Component[]"
6076
- }
6077
- }
6078
- ]
6079
- },
6080
- {
6081
- "kind": "method",
6082
- "name": "_isClassIdentifiable",
6083
- "parameters": [
6084
- {
6085
- "name": "selected",
6086
- "type": {
6087
- "text": "Component[]"
6088
- }
6089
- }
6090
- ]
5995
+ },
5996
+ "default": "[]",
5997
+ "attribute": "selected"
5998
+ },
5999
+ {
6000
+ "kind": "field",
6001
+ "name": "fonts",
6002
+ "type": {
6003
+ "text": "any[]"
6004
+ },
6005
+ "default": "[]",
6006
+ "attribute": "fonts"
6091
6007
  },
6092
6008
  {
6093
6009
  "kind": "method",
@@ -6103,15 +6019,19 @@
6103
6019
  },
6104
6020
  {
6105
6021
  "kind": "method",
6106
- "name": "_is3dish",
6022
+ "name": "_onValueChange",
6107
6023
  "parameters": [
6108
6024
  {
6109
- "name": "selected",
6025
+ "name": "e",
6110
6026
  "type": {
6111
- "text": "Component[]"
6027
+ "text": "Event"
6112
6028
  }
6113
6029
  }
6114
- ]
6030
+ ],
6031
+ "inheritedFrom": {
6032
+ "name": "AbstractProperty",
6033
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6034
+ }
6115
6035
  },
6116
6036
  {
6117
6037
  "kind": "method",
@@ -6152,62 +6072,57 @@
6152
6072
  }
6153
6073
  }
6154
6074
  ],
6155
- "events": [
6156
- {
6157
- "name": "bounds-change",
6158
- "type": {
6159
- "text": "CustomEvent"
6160
- }
6161
- },
6162
- {
6163
- "name": "property-change",
6164
- "type": {
6165
- "text": "CustomEvent"
6166
- },
6167
- "inheritedFrom": {
6168
- "name": "AbstractProperty",
6169
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6170
- }
6171
- }
6172
- ],
6173
6075
  "attributes": [
6174
6076
  {
6175
6077
  "name": "value",
6176
6078
  "type": {
6177
- "text": "Properties | undefined"
6079
+ "text": "any"
6178
6080
  },
6081
+ "default": "{}",
6179
6082
  "fieldName": "value"
6180
6083
  },
6181
6084
  {
6182
- "name": "bounds",
6085
+ "name": "selected",
6183
6086
  "type": {
6184
- "text": "BOUNDS | null"
6087
+ "text": "Component[]"
6185
6088
  },
6186
- "default": "null",
6187
- "fieldName": "bounds"
6089
+ "default": "[]",
6090
+ "fieldName": "selected"
6188
6091
  },
6189
6092
  {
6190
- "name": "selected",
6093
+ "name": "fonts",
6191
6094
  "type": {
6192
- "text": "Component[]"
6095
+ "text": "any[]"
6193
6096
  },
6194
6097
  "default": "[]",
6195
- "fieldName": "selected"
6098
+ "fieldName": "fonts"
6196
6099
  }
6197
6100
  ],
6198
6101
  "superclass": {
6199
6102
  "name": "AbstractProperty",
6200
- "module": "/src/modeller/property-sidebar/abstract-property"
6201
- }
6103
+ "module": "/src/modeller/property-sidebar/abstract-property.js"
6104
+ },
6105
+ "events": [
6106
+ {
6107
+ "name": "property-change",
6108
+ "type": {
6109
+ "text": "CustomEvent"
6110
+ },
6111
+ "inheritedFrom": {
6112
+ "name": "AbstractProperty",
6113
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6114
+ }
6115
+ }
6116
+ ]
6202
6117
  }
6203
6118
  ],
6204
6119
  "exports": [
6205
6120
  {
6206
6121
  "kind": "js",
6207
- "name": "PropertyShapes",
6122
+ "name": "PropertyStyles",
6208
6123
  "declaration": {
6209
- "name": "PropertyShapes",
6210
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6124
+ "name": "PropertyStyles",
6125
+ "module": "src/modeller/property-sidebar/styles/styles.ts"
6211
6126
  }
6212
6127
  }
6213
6128
  ]
@@ -6791,39 +6706,123 @@
6791
6706
  },
6792
6707
  {
6793
6708
  "kind": "javascript-module",
6794
- "path": "src/modeller/property-sidebar/styles/styles.ts",
6709
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6710
+ "declarations": [
6711
+ {
6712
+ "kind": "variable",
6713
+ "name": "BoxPaddingEditorStyles",
6714
+ "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`"
6715
+ }
6716
+ ],
6717
+ "exports": [
6718
+ {
6719
+ "kind": "js",
6720
+ "name": "BoxPaddingEditorStyles",
6721
+ "declaration": {
6722
+ "name": "BoxPaddingEditorStyles",
6723
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6724
+ }
6725
+ }
6726
+ ]
6727
+ },
6728
+ {
6729
+ "kind": "javascript-module",
6730
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6795
6731
  "declarations": [
6796
6732
  {
6797
6733
  "kind": "class",
6798
6734
  "description": "",
6799
- "name": "PropertyStyles",
6735
+ "name": "PropertyShapes",
6800
6736
  "members": [
6801
6737
  {
6802
6738
  "kind": "field",
6803
6739
  "name": "value",
6804
6740
  "type": {
6805
- "text": "any"
6741
+ "text": "Properties | undefined"
6806
6742
  },
6807
- "default": "{}",
6808
6743
  "attribute": "value"
6809
6744
  },
6810
6745
  {
6811
6746
  "kind": "field",
6812
- "name": "selected",
6747
+ "name": "bounds",
6813
6748
  "type": {
6814
- "text": "Component[]"
6749
+ "text": "BOUNDS | null"
6815
6750
  },
6816
- "default": "[]",
6817
- "attribute": "selected"
6751
+ "default": "null",
6752
+ "attribute": "bounds"
6818
6753
  },
6819
6754
  {
6820
6755
  "kind": "field",
6821
- "name": "fonts",
6756
+ "name": "selected",
6822
6757
  "type": {
6823
- "text": "any[]"
6758
+ "text": "Component[]"
6824
6759
  },
6825
6760
  "default": "[]",
6826
- "attribute": "fonts"
6761
+ "attribute": "selected"
6762
+ },
6763
+ {
6764
+ "kind": "method",
6765
+ "name": "_onValueChange",
6766
+ "parameters": [
6767
+ {
6768
+ "name": "e",
6769
+ "type": {
6770
+ "text": "Event"
6771
+ }
6772
+ }
6773
+ ],
6774
+ "inheritedFrom": {
6775
+ "name": "AbstractProperty",
6776
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6777
+ }
6778
+ },
6779
+ {
6780
+ "kind": "method",
6781
+ "name": "_hasTextProperty",
6782
+ "parameters": [
6783
+ {
6784
+ "name": "selected",
6785
+ "type": {
6786
+ "text": "Component[]"
6787
+ }
6788
+ }
6789
+ ]
6790
+ },
6791
+ {
6792
+ "kind": "method",
6793
+ "name": "_hasProperties",
6794
+ "parameters": [
6795
+ {
6796
+ "name": "selected",
6797
+ "type": {
6798
+ "text": "Component[]"
6799
+ }
6800
+ }
6801
+ ]
6802
+ },
6803
+ {
6804
+ "kind": "method",
6805
+ "name": "_isIdentifiable",
6806
+ "parameters": [
6807
+ {
6808
+ "name": "selected",
6809
+ "type": {
6810
+ "text": "Component[]"
6811
+ }
6812
+ }
6813
+ ]
6814
+ },
6815
+ {
6816
+ "kind": "method",
6817
+ "name": "_isClassIdentifiable",
6818
+ "parameters": [
6819
+ {
6820
+ "name": "selected",
6821
+ "type": {
6822
+ "text": "Component[]"
6823
+ }
6824
+ }
6825
+ ]
6827
6826
  },
6828
6827
  {
6829
6828
  "kind": "method",
@@ -6839,19 +6838,15 @@
6839
6838
  },
6840
6839
  {
6841
6840
  "kind": "method",
6842
- "name": "_onValueChange",
6841
+ "name": "_is3dish",
6843
6842
  "parameters": [
6844
6843
  {
6845
- "name": "e",
6844
+ "name": "selected",
6846
6845
  "type": {
6847
- "text": "Event"
6846
+ "text": "Component[]"
6848
6847
  }
6849
6848
  }
6850
- ],
6851
- "inheritedFrom": {
6852
- "name": "AbstractProperty",
6853
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6854
- }
6849
+ ]
6855
6850
  },
6856
6851
  {
6857
6852
  "kind": "method",
@@ -6892,57 +6887,62 @@
6892
6887
  }
6893
6888
  }
6894
6889
  ],
6890
+ "events": [
6891
+ {
6892
+ "name": "bounds-change",
6893
+ "type": {
6894
+ "text": "CustomEvent"
6895
+ }
6896
+ },
6897
+ {
6898
+ "name": "property-change",
6899
+ "type": {
6900
+ "text": "CustomEvent"
6901
+ },
6902
+ "inheritedFrom": {
6903
+ "name": "AbstractProperty",
6904
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6905
+ }
6906
+ }
6907
+ ],
6895
6908
  "attributes": [
6896
6909
  {
6897
6910
  "name": "value",
6898
6911
  "type": {
6899
- "text": "any"
6912
+ "text": "Properties | undefined"
6900
6913
  },
6901
- "default": "{}",
6902
6914
  "fieldName": "value"
6903
6915
  },
6904
6916
  {
6905
- "name": "selected",
6917
+ "name": "bounds",
6906
6918
  "type": {
6907
- "text": "Component[]"
6919
+ "text": "BOUNDS | null"
6908
6920
  },
6909
- "default": "[]",
6910
- "fieldName": "selected"
6921
+ "default": "null",
6922
+ "fieldName": "bounds"
6911
6923
  },
6912
6924
  {
6913
- "name": "fonts",
6925
+ "name": "selected",
6914
6926
  "type": {
6915
- "text": "any[]"
6927
+ "text": "Component[]"
6916
6928
  },
6917
6929
  "default": "[]",
6918
- "fieldName": "fonts"
6930
+ "fieldName": "selected"
6919
6931
  }
6920
6932
  ],
6921
6933
  "superclass": {
6922
6934
  "name": "AbstractProperty",
6923
- "module": "/src/modeller/property-sidebar/abstract-property.js"
6924
- },
6925
- "events": [
6926
- {
6927
- "name": "property-change",
6928
- "type": {
6929
- "text": "CustomEvent"
6930
- },
6931
- "inheritedFrom": {
6932
- "name": "AbstractProperty",
6933
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6934
- }
6935
- }
6936
- ]
6935
+ "module": "/src/modeller/property-sidebar/abstract-property"
6936
+ }
6937
6937
  }
6938
6938
  ],
6939
6939
  "exports": [
6940
6940
  {
6941
6941
  "kind": "js",
6942
- "name": "PropertyStyles",
6942
+ "name": "PropertyShapes",
6943
6943
  "declaration": {
6944
- "name": "PropertyStyles",
6945
- "module": "src/modeller/property-sidebar/styles/styles.ts"
6944
+ "name": "PropertyShapes",
6945
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6946
6946
  }
6947
6947
  }
6948
6948
  ]