@fmsim/board 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/custom-elements.json
CHANGED
|
@@ -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",
|
|
@@ -1619,69 +1682,6 @@
|
|
|
1619
1682
|
"declarations": [],
|
|
1620
1683
|
"exports": []
|
|
1621
1684
|
},
|
|
1622
|
-
{
|
|
1623
|
-
"kind": "javascript-module",
|
|
1624
|
-
"path": "stories/index.stories.ts",
|
|
1625
|
-
"declarations": [
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "variable",
|
|
1628
|
-
"name": "Regular"
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "variable",
|
|
1632
|
-
"name": "CustomTitle"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"kind": "variable",
|
|
1636
|
-
"name": "CustomCounter"
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"kind": "variable",
|
|
1640
|
-
"name": "SlottedContent"
|
|
1641
|
-
}
|
|
1642
|
-
],
|
|
1643
|
-
"exports": [
|
|
1644
|
-
{
|
|
1645
|
-
"kind": "js",
|
|
1646
|
-
"name": "default",
|
|
1647
|
-
"declaration": {
|
|
1648
|
-
"module": "stories/index.stories.ts"
|
|
1649
|
-
}
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "js",
|
|
1653
|
-
"name": "Regular",
|
|
1654
|
-
"declaration": {
|
|
1655
|
-
"name": "Regular",
|
|
1656
|
-
"module": "stories/index.stories.ts"
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "js",
|
|
1661
|
-
"name": "CustomTitle",
|
|
1662
|
-
"declaration": {
|
|
1663
|
-
"name": "CustomTitle",
|
|
1664
|
-
"module": "stories/index.stories.ts"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"kind": "js",
|
|
1669
|
-
"name": "CustomCounter",
|
|
1670
|
-
"declaration": {
|
|
1671
|
-
"name": "CustomCounter",
|
|
1672
|
-
"module": "stories/index.stories.ts"
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "js",
|
|
1677
|
-
"name": "SlottedContent",
|
|
1678
|
-
"declaration": {
|
|
1679
|
-
"name": "SlottedContent",
|
|
1680
|
-
"module": "stories/index.stories.ts"
|
|
1681
|
-
}
|
|
1682
|
-
}
|
|
1683
|
-
]
|
|
1684
|
-
},
|
|
1685
1685
|
{
|
|
1686
1686
|
"kind": "javascript-module",
|
|
1687
1687
|
"path": "src/component/etc.ts",
|
|
@@ -5776,299 +5776,183 @@
|
|
|
5776
5776
|
},
|
|
5777
5777
|
{
|
|
5778
5778
|
"kind": "javascript-module",
|
|
5779
|
-
"path": "src/modeller/property-sidebar/
|
|
5779
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
5780
5780
|
"declarations": [
|
|
5781
5781
|
{
|
|
5782
5782
|
"kind": "class",
|
|
5783
5783
|
"description": "",
|
|
5784
|
-
"name": "
|
|
5784
|
+
"name": "SpecificPropertiesBuilder",
|
|
5785
5785
|
"members": [
|
|
5786
5786
|
{
|
|
5787
5787
|
"kind": "field",
|
|
5788
|
-
"name": "
|
|
5789
|
-
"type": {
|
|
5790
|
-
"text": "Scene | undefined"
|
|
5791
|
-
},
|
|
5792
|
-
"attribute": "scene"
|
|
5793
|
-
},
|
|
5794
|
-
{
|
|
5795
|
-
"kind": "field",
|
|
5796
|
-
"name": "searchText",
|
|
5797
|
-
"type": {
|
|
5798
|
-
"text": "string"
|
|
5799
|
-
},
|
|
5800
|
-
"privacy": "private",
|
|
5801
|
-
"default": "''"
|
|
5802
|
-
},
|
|
5803
|
-
{
|
|
5804
|
-
"kind": "field",
|
|
5805
|
-
"name": "_extendedMap",
|
|
5788
|
+
"name": "value",
|
|
5806
5789
|
"type": {
|
|
5807
5790
|
"text": "any"
|
|
5808
5791
|
},
|
|
5809
|
-
"
|
|
5792
|
+
"attribute": "value"
|
|
5810
5793
|
},
|
|
5811
5794
|
{
|
|
5812
5795
|
"kind": "field",
|
|
5813
|
-
"name": "
|
|
5796
|
+
"name": "props",
|
|
5814
5797
|
"type": {
|
|
5815
|
-
"text": "
|
|
5798
|
+
"text": "any[]"
|
|
5816
5799
|
},
|
|
5817
|
-
"
|
|
5818
|
-
"
|
|
5800
|
+
"default": "[]",
|
|
5801
|
+
"attribute": "props"
|
|
5819
5802
|
},
|
|
5820
5803
|
{
|
|
5821
5804
|
"kind": "field",
|
|
5822
|
-
"name": "
|
|
5805
|
+
"name": "propertyEditor",
|
|
5823
5806
|
"type": {
|
|
5824
|
-
"text": "
|
|
5807
|
+
"text": "any"
|
|
5825
5808
|
},
|
|
5826
|
-
"
|
|
5827
|
-
"default": "-1"
|
|
5809
|
+
"attribute": "propertyEditor"
|
|
5828
5810
|
},
|
|
5829
5811
|
{
|
|
5830
5812
|
"kind": "method",
|
|
5831
|
-
"name": "
|
|
5813
|
+
"name": "_onPropsChanged",
|
|
5832
5814
|
"parameters": [
|
|
5833
5815
|
{
|
|
5834
|
-
"name": "
|
|
5835
|
-
"optional": true,
|
|
5816
|
+
"name": "props",
|
|
5836
5817
|
"type": {
|
|
5837
|
-
"text": "
|
|
5818
|
+
"text": "any[]"
|
|
5838
5819
|
}
|
|
5839
5820
|
}
|
|
5840
5821
|
]
|
|
5841
5822
|
},
|
|
5842
5823
|
{
|
|
5843
5824
|
"kind": "method",
|
|
5844
|
-
"name": "
|
|
5825
|
+
"name": "_setValues"
|
|
5845
5826
|
},
|
|
5846
5827
|
{
|
|
5847
5828
|
"kind": "method",
|
|
5848
|
-
"name": "
|
|
5829
|
+
"name": "_onValueChanged",
|
|
5849
5830
|
"parameters": [
|
|
5850
5831
|
{
|
|
5851
5832
|
"name": "e",
|
|
5852
5833
|
"type": {
|
|
5853
|
-
"text": "
|
|
5834
|
+
"text": "Event"
|
|
5854
5835
|
}
|
|
5855
5836
|
}
|
|
5856
5837
|
]
|
|
5838
|
+
}
|
|
5839
|
+
],
|
|
5840
|
+
"events": [
|
|
5841
|
+
{
|
|
5842
|
+
"name": "property-change",
|
|
5843
|
+
"type": {
|
|
5844
|
+
"text": "CustomEvent"
|
|
5845
|
+
}
|
|
5846
|
+
}
|
|
5847
|
+
],
|
|
5848
|
+
"attributes": [
|
|
5849
|
+
{
|
|
5850
|
+
"name": "value",
|
|
5851
|
+
"type": {
|
|
5852
|
+
"text": "any"
|
|
5853
|
+
},
|
|
5854
|
+
"fieldName": "value"
|
|
5857
5855
|
},
|
|
5858
5856
|
{
|
|
5859
|
-
"
|
|
5860
|
-
"
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
"text": "MouseEvent"
|
|
5866
|
-
}
|
|
5867
|
-
}
|
|
5868
|
-
]
|
|
5857
|
+
"name": "props",
|
|
5858
|
+
"type": {
|
|
5859
|
+
"text": "any[]"
|
|
5860
|
+
},
|
|
5861
|
+
"default": "[]",
|
|
5862
|
+
"fieldName": "props"
|
|
5869
5863
|
},
|
|
5864
|
+
{
|
|
5865
|
+
"name": "propertyEditor",
|
|
5866
|
+
"type": {
|
|
5867
|
+
"text": "any"
|
|
5868
|
+
},
|
|
5869
|
+
"fieldName": "propertyEditor"
|
|
5870
|
+
}
|
|
5871
|
+
],
|
|
5872
|
+
"superclass": {
|
|
5873
|
+
"name": "LitElement",
|
|
5874
|
+
"package": "lit"
|
|
5875
|
+
},
|
|
5876
|
+
"customElement": true
|
|
5877
|
+
}
|
|
5878
|
+
],
|
|
5879
|
+
"exports": [
|
|
5880
|
+
{
|
|
5881
|
+
"kind": "js",
|
|
5882
|
+
"name": "SpecificPropertiesBuilder",
|
|
5883
|
+
"declaration": {
|
|
5884
|
+
"name": "SpecificPropertiesBuilder",
|
|
5885
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
5886
|
+
}
|
|
5887
|
+
}
|
|
5888
|
+
]
|
|
5889
|
+
},
|
|
5890
|
+
{
|
|
5891
|
+
"kind": "javascript-module",
|
|
5892
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
5893
|
+
"declarations": [
|
|
5894
|
+
{
|
|
5895
|
+
"kind": "class",
|
|
5896
|
+
"description": "",
|
|
5897
|
+
"name": "PropertySpecific",
|
|
5898
|
+
"members": [
|
|
5870
5899
|
{
|
|
5871
5900
|
"kind": "field",
|
|
5872
|
-
"name": "
|
|
5873
|
-
"
|
|
5901
|
+
"name": "value",
|
|
5902
|
+
"type": {
|
|
5903
|
+
"text": "any"
|
|
5904
|
+
},
|
|
5905
|
+
"attribute": "value"
|
|
5874
5906
|
},
|
|
5875
5907
|
{
|
|
5876
|
-
"kind": "
|
|
5877
|
-
"name": "
|
|
5878
|
-
"
|
|
5879
|
-
|
|
5880
|
-
"name": "component",
|
|
5881
|
-
"type": {
|
|
5882
|
-
"text": "Component"
|
|
5883
|
-
}
|
|
5884
|
-
}
|
|
5885
|
-
]
|
|
5886
|
-
},
|
|
5887
|
-
{
|
|
5888
|
-
"kind": "method",
|
|
5889
|
-
"name": "isExtended",
|
|
5890
|
-
"parameters": [
|
|
5891
|
-
{
|
|
5892
|
-
"name": "component",
|
|
5893
|
-
"type": {
|
|
5894
|
-
"text": "Component"
|
|
5895
|
-
}
|
|
5896
|
-
}
|
|
5897
|
-
]
|
|
5898
|
-
},
|
|
5899
|
-
{
|
|
5900
|
-
"kind": "method",
|
|
5901
|
-
"name": "toggleExtended",
|
|
5902
|
-
"parameters": [
|
|
5903
|
-
{
|
|
5904
|
-
"name": "component",
|
|
5905
|
-
"type": {
|
|
5906
|
-
"text": "Component"
|
|
5907
|
-
}
|
|
5908
|
-
}
|
|
5909
|
-
]
|
|
5910
|
-
},
|
|
5911
|
-
{
|
|
5912
|
-
"kind": "method",
|
|
5913
|
-
"name": "toggleHidden",
|
|
5914
|
-
"parameters": [
|
|
5915
|
-
{
|
|
5916
|
-
"name": "component",
|
|
5917
|
-
"type": {
|
|
5918
|
-
"text": "Component"
|
|
5919
|
-
}
|
|
5920
|
-
}
|
|
5921
|
-
]
|
|
5922
|
-
},
|
|
5923
|
-
{
|
|
5924
|
-
"kind": "method",
|
|
5925
|
-
"name": "selectComponent",
|
|
5926
|
-
"parameters": [
|
|
5927
|
-
{
|
|
5928
|
-
"name": "component",
|
|
5929
|
-
"type": {
|
|
5930
|
-
"text": "Component"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"name": "append",
|
|
5935
|
-
"default": "false",
|
|
5936
|
-
"type": {
|
|
5937
|
-
"text": "boolean"
|
|
5938
|
-
}
|
|
5939
|
-
}
|
|
5940
|
-
]
|
|
5941
|
-
},
|
|
5942
|
-
{
|
|
5943
|
-
"kind": "method",
|
|
5944
|
-
"name": "shouldBeShown",
|
|
5945
|
-
"return": {
|
|
5946
|
-
"type": {
|
|
5947
|
-
"text": "boolean"
|
|
5948
|
-
}
|
|
5908
|
+
"kind": "field",
|
|
5909
|
+
"name": "scene",
|
|
5910
|
+
"type": {
|
|
5911
|
+
"text": "Scene | null"
|
|
5949
5912
|
},
|
|
5950
|
-
"
|
|
5951
|
-
|
|
5952
|
-
"name": "component",
|
|
5953
|
-
"type": {
|
|
5954
|
-
"text": "Component"
|
|
5955
|
-
}
|
|
5956
|
-
},
|
|
5957
|
-
{
|
|
5958
|
-
"name": "counting",
|
|
5959
|
-
"default": "false",
|
|
5960
|
-
"type": {
|
|
5961
|
-
"text": "boolean"
|
|
5962
|
-
}
|
|
5963
|
-
}
|
|
5964
|
-
]
|
|
5913
|
+
"default": "null",
|
|
5914
|
+
"attribute": "scene"
|
|
5965
5915
|
},
|
|
5966
5916
|
{
|
|
5967
|
-
"kind": "
|
|
5968
|
-
"name": "
|
|
5969
|
-
"return": {
|
|
5970
|
-
"type": {
|
|
5971
|
-
"text": "TemplateResult"
|
|
5972
|
-
}
|
|
5973
|
-
},
|
|
5974
|
-
"parameters": [
|
|
5975
|
-
{
|
|
5976
|
-
"name": "component",
|
|
5977
|
-
"type": {
|
|
5978
|
-
"text": "Component"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
{
|
|
5982
|
-
"name": "depth",
|
|
5983
|
-
"type": {
|
|
5984
|
-
"text": "number"
|
|
5985
|
-
}
|
|
5986
|
-
}
|
|
5987
|
-
]
|
|
5988
|
-
}
|
|
5989
|
-
],
|
|
5990
|
-
"attributes": [
|
|
5991
|
-
{
|
|
5992
|
-
"name": "scene",
|
|
5917
|
+
"kind": "field",
|
|
5918
|
+
"name": "selected",
|
|
5993
5919
|
"type": {
|
|
5994
|
-
"text": "
|
|
5920
|
+
"text": "Component[]"
|
|
5995
5921
|
},
|
|
5996
|
-
"
|
|
5997
|
-
|
|
5998
|
-
|
|
5999
|
-
"superclass": {
|
|
6000
|
-
"name": "LitElement",
|
|
6001
|
-
"package": "lit"
|
|
6002
|
-
},
|
|
6003
|
-
"customElement": true
|
|
6004
|
-
}
|
|
6005
|
-
],
|
|
6006
|
-
"exports": [
|
|
6007
|
-
{
|
|
6008
|
-
"kind": "js",
|
|
6009
|
-
"name": "SceneInspector",
|
|
6010
|
-
"declaration": {
|
|
6011
|
-
"name": "SceneInspector",
|
|
6012
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6013
|
-
}
|
|
6014
|
-
}
|
|
6015
|
-
]
|
|
6016
|
-
},
|
|
6017
|
-
{
|
|
6018
|
-
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6020
|
-
"declarations": [
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "variable",
|
|
6023
|
-
"name": "BoxPaddingEditorStyles",
|
|
6024
|
-
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6025
|
-
}
|
|
6026
|
-
],
|
|
6027
|
-
"exports": [
|
|
6028
|
-
{
|
|
6029
|
-
"kind": "js",
|
|
6030
|
-
"name": "BoxPaddingEditorStyles",
|
|
6031
|
-
"declaration": {
|
|
6032
|
-
"name": "BoxPaddingEditorStyles",
|
|
6033
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6034
|
-
}
|
|
6035
|
-
}
|
|
6036
|
-
]
|
|
6037
|
-
},
|
|
6038
|
-
{
|
|
6039
|
-
"kind": "javascript-module",
|
|
6040
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6041
|
-
"declarations": [
|
|
6042
|
-
{
|
|
6043
|
-
"kind": "class",
|
|
6044
|
-
"description": "",
|
|
6045
|
-
"name": "PropertyShapes",
|
|
6046
|
-
"members": [
|
|
5922
|
+
"default": "[]",
|
|
5923
|
+
"attribute": "selected"
|
|
5924
|
+
},
|
|
6047
5925
|
{
|
|
6048
5926
|
"kind": "field",
|
|
6049
|
-
"name": "
|
|
5927
|
+
"name": "props",
|
|
6050
5928
|
"type": {
|
|
6051
|
-
"text": "
|
|
5929
|
+
"text": "any[]"
|
|
6052
5930
|
},
|
|
6053
|
-
"
|
|
5931
|
+
"default": "[]",
|
|
5932
|
+
"attribute": "props"
|
|
6054
5933
|
},
|
|
6055
5934
|
{
|
|
6056
5935
|
"kind": "field",
|
|
6057
|
-
"name": "
|
|
5936
|
+
"name": "propertyEditor",
|
|
6058
5937
|
"type": {
|
|
6059
|
-
"text": "
|
|
5938
|
+
"text": "any[]"
|
|
6060
5939
|
},
|
|
6061
|
-
"default": "
|
|
6062
|
-
"attribute": "
|
|
5940
|
+
"default": "[]",
|
|
5941
|
+
"attribute": "propertyEditor"
|
|
6063
5942
|
},
|
|
6064
5943
|
{
|
|
6065
5944
|
"kind": "field",
|
|
6066
|
-
"name": "
|
|
5945
|
+
"name": "boundINeedSelected",
|
|
6067
5946
|
"type": {
|
|
6068
|
-
"text": "
|
|
5947
|
+
"text": "any"
|
|
6069
5948
|
},
|
|
6070
|
-
"
|
|
6071
|
-
|
|
5949
|
+
"privacy": "private"
|
|
5950
|
+
},
|
|
5951
|
+
{
|
|
5952
|
+
"kind": "field",
|
|
5953
|
+
"name": "scopedElements",
|
|
5954
|
+
"static": true,
|
|
5955
|
+
"readonly": true
|
|
6072
5956
|
},
|
|
6073
5957
|
{
|
|
6074
5958
|
"kind": "method",
|
|
@@ -6086,30 +5970,6 @@
|
|
|
6086
5970
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
5971
|
}
|
|
6088
5972
|
},
|
|
6089
|
-
{
|
|
6090
|
-
"kind": "method",
|
|
6091
|
-
"name": "_hasTextProperty",
|
|
6092
|
-
"parameters": [
|
|
6093
|
-
{
|
|
6094
|
-
"name": "selected",
|
|
6095
|
-
"type": {
|
|
6096
|
-
"text": "Component[]"
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
]
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"kind": "method",
|
|
6103
|
-
"name": "_hasProperties",
|
|
6104
|
-
"parameters": [
|
|
6105
|
-
{
|
|
6106
|
-
"name": "selected",
|
|
6107
|
-
"type": {
|
|
6108
|
-
"text": "Component[]"
|
|
6109
|
-
}
|
|
6110
|
-
}
|
|
6111
|
-
]
|
|
6112
|
-
},
|
|
6113
5973
|
{
|
|
6114
5974
|
"kind": "method",
|
|
6115
5975
|
"name": "_isIdentifiable",
|
|
@@ -6124,19 +5984,7 @@
|
|
|
6124
5984
|
},
|
|
6125
5985
|
{
|
|
6126
5986
|
"kind": "method",
|
|
6127
|
-
"name": "
|
|
6128
|
-
"parameters": [
|
|
6129
|
-
{
|
|
6130
|
-
"name": "selected",
|
|
6131
|
-
"type": {
|
|
6132
|
-
"text": "Component[]"
|
|
6133
|
-
}
|
|
6134
|
-
}
|
|
6135
|
-
]
|
|
6136
|
-
},
|
|
6137
|
-
{
|
|
6138
|
-
"kind": "method",
|
|
6139
|
-
"name": "_isLine",
|
|
5987
|
+
"name": "_hasTextProperty",
|
|
6140
5988
|
"parameters": [
|
|
6141
5989
|
{
|
|
6142
5990
|
"name": "selected",
|
|
@@ -6148,12 +5996,12 @@
|
|
|
6148
5996
|
},
|
|
6149
5997
|
{
|
|
6150
5998
|
"kind": "method",
|
|
6151
|
-
"name": "
|
|
5999
|
+
"name": "_onINeedSelected",
|
|
6152
6000
|
"parameters": [
|
|
6153
6001
|
{
|
|
6154
|
-
"name": "
|
|
6002
|
+
"name": "e",
|
|
6155
6003
|
"type": {
|
|
6156
|
-
"text": "
|
|
6004
|
+
"text": "CustomEvent"
|
|
6157
6005
|
}
|
|
6158
6006
|
}
|
|
6159
6007
|
]
|
|
@@ -6197,39 +6045,21 @@
|
|
|
6197
6045
|
}
|
|
6198
6046
|
}
|
|
6199
6047
|
],
|
|
6200
|
-
"
|
|
6048
|
+
"attributes": [
|
|
6201
6049
|
{
|
|
6202
|
-
"name": "
|
|
6050
|
+
"name": "value",
|
|
6203
6051
|
"type": {
|
|
6204
|
-
"text": "
|
|
6205
|
-
}
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "property-change",
|
|
6209
|
-
"type": {
|
|
6210
|
-
"text": "CustomEvent"
|
|
6211
|
-
},
|
|
6212
|
-
"inheritedFrom": {
|
|
6213
|
-
"name": "AbstractProperty",
|
|
6214
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6215
|
-
}
|
|
6216
|
-
}
|
|
6217
|
-
],
|
|
6218
|
-
"attributes": [
|
|
6219
|
-
{
|
|
6220
|
-
"name": "value",
|
|
6221
|
-
"type": {
|
|
6222
|
-
"text": "Properties | undefined"
|
|
6052
|
+
"text": "any"
|
|
6223
6053
|
},
|
|
6224
6054
|
"fieldName": "value"
|
|
6225
6055
|
},
|
|
6226
6056
|
{
|
|
6227
|
-
"name": "
|
|
6057
|
+
"name": "scene",
|
|
6228
6058
|
"type": {
|
|
6229
|
-
"text": "
|
|
6059
|
+
"text": "Scene | null"
|
|
6230
6060
|
},
|
|
6231
6061
|
"default": "null",
|
|
6232
|
-
"fieldName": "
|
|
6062
|
+
"fieldName": "scene"
|
|
6233
6063
|
},
|
|
6234
6064
|
{
|
|
6235
6065
|
"name": "selected",
|
|
@@ -6238,33 +6068,67 @@
|
|
|
6238
6068
|
},
|
|
6239
6069
|
"default": "[]",
|
|
6240
6070
|
"fieldName": "selected"
|
|
6071
|
+
},
|
|
6072
|
+
{
|
|
6073
|
+
"name": "props",
|
|
6074
|
+
"type": {
|
|
6075
|
+
"text": "any[]"
|
|
6076
|
+
},
|
|
6077
|
+
"default": "[]",
|
|
6078
|
+
"fieldName": "props"
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"name": "propertyEditor",
|
|
6082
|
+
"type": {
|
|
6083
|
+
"text": "any[]"
|
|
6084
|
+
},
|
|
6085
|
+
"default": "[]",
|
|
6086
|
+
"fieldName": "propertyEditor"
|
|
6087
|
+
}
|
|
6088
|
+
],
|
|
6089
|
+
"mixins": [
|
|
6090
|
+
{
|
|
6091
|
+
"name": "ScopedElementsMixin",
|
|
6092
|
+
"package": "@open-wc/scoped-elements"
|
|
6241
6093
|
}
|
|
6242
6094
|
],
|
|
6243
6095
|
"superclass": {
|
|
6244
6096
|
"name": "AbstractProperty",
|
|
6245
6097
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
-
}
|
|
6098
|
+
},
|
|
6099
|
+
"events": [
|
|
6100
|
+
{
|
|
6101
|
+
"name": "property-change",
|
|
6102
|
+
"type": {
|
|
6103
|
+
"text": "CustomEvent"
|
|
6104
|
+
},
|
|
6105
|
+
"inheritedFrom": {
|
|
6106
|
+
"name": "AbstractProperty",
|
|
6107
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6108
|
+
}
|
|
6109
|
+
}
|
|
6110
|
+
]
|
|
6247
6111
|
}
|
|
6248
6112
|
],
|
|
6249
6113
|
"exports": [
|
|
6250
6114
|
{
|
|
6251
6115
|
"kind": "js",
|
|
6252
|
-
"name": "
|
|
6116
|
+
"name": "PropertySpecific",
|
|
6253
6117
|
"declaration": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/modeller/property-sidebar/
|
|
6118
|
+
"name": "PropertySpecific",
|
|
6119
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6256
6120
|
}
|
|
6257
6121
|
}
|
|
6258
6122
|
]
|
|
6259
6123
|
},
|
|
6260
6124
|
{
|
|
6261
6125
|
"kind": "javascript-module",
|
|
6262
|
-
"path": "src/modeller/property-sidebar/
|
|
6126
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6263
6127
|
"declarations": [
|
|
6264
6128
|
{
|
|
6265
6129
|
"kind": "class",
|
|
6266
6130
|
"description": "",
|
|
6267
|
-
"name": "
|
|
6131
|
+
"name": "PropertyStyles",
|
|
6268
6132
|
"members": [
|
|
6269
6133
|
{
|
|
6270
6134
|
"kind": "field",
|
|
@@ -6272,59 +6136,99 @@
|
|
|
6272
6136
|
"type": {
|
|
6273
6137
|
"text": "any"
|
|
6274
6138
|
},
|
|
6139
|
+
"default": "{}",
|
|
6275
6140
|
"attribute": "value"
|
|
6276
6141
|
},
|
|
6277
6142
|
{
|
|
6278
6143
|
"kind": "field",
|
|
6279
|
-
"name": "
|
|
6144
|
+
"name": "selected",
|
|
6145
|
+
"type": {
|
|
6146
|
+
"text": "Component[]"
|
|
6147
|
+
},
|
|
6148
|
+
"default": "[]",
|
|
6149
|
+
"attribute": "selected"
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"kind": "field",
|
|
6153
|
+
"name": "fonts",
|
|
6280
6154
|
"type": {
|
|
6281
6155
|
"text": "any[]"
|
|
6282
6156
|
},
|
|
6283
6157
|
"default": "[]",
|
|
6284
|
-
"attribute": "
|
|
6158
|
+
"attribute": "fonts"
|
|
6285
6159
|
},
|
|
6286
6160
|
{
|
|
6287
6161
|
"kind": "field",
|
|
6288
|
-
"name": "
|
|
6162
|
+
"name": "fontAvailable",
|
|
6289
6163
|
"type": {
|
|
6290
|
-
"text": "
|
|
6164
|
+
"text": "boolean"
|
|
6291
6165
|
},
|
|
6292
|
-
"
|
|
6166
|
+
"default": "false"
|
|
6293
6167
|
},
|
|
6294
6168
|
{
|
|
6295
6169
|
"kind": "method",
|
|
6296
|
-
"name": "
|
|
6170
|
+
"name": "_isLine",
|
|
6297
6171
|
"parameters": [
|
|
6298
6172
|
{
|
|
6299
|
-
"name": "
|
|
6173
|
+
"name": "selected",
|
|
6300
6174
|
"type": {
|
|
6301
|
-
"text": "
|
|
6175
|
+
"text": "Component[]"
|
|
6302
6176
|
}
|
|
6303
6177
|
}
|
|
6304
6178
|
]
|
|
6305
6179
|
},
|
|
6306
6180
|
{
|
|
6307
6181
|
"kind": "method",
|
|
6308
|
-
"name": "
|
|
6182
|
+
"name": "_onValueChange",
|
|
6183
|
+
"parameters": [
|
|
6184
|
+
{
|
|
6185
|
+
"name": "e",
|
|
6186
|
+
"type": {
|
|
6187
|
+
"text": "Event"
|
|
6188
|
+
}
|
|
6189
|
+
}
|
|
6190
|
+
],
|
|
6191
|
+
"inheritedFrom": {
|
|
6192
|
+
"name": "AbstractProperty",
|
|
6193
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6194
|
+
}
|
|
6309
6195
|
},
|
|
6310
6196
|
{
|
|
6311
6197
|
"kind": "method",
|
|
6312
|
-
"name": "
|
|
6198
|
+
"name": "_getValueFromEventTarget",
|
|
6313
6199
|
"parameters": [
|
|
6314
6200
|
{
|
|
6315
|
-
"name": "
|
|
6201
|
+
"name": "element",
|
|
6316
6202
|
"type": {
|
|
6317
|
-
"text": "
|
|
6203
|
+
"text": "HTMLElement"
|
|
6318
6204
|
}
|
|
6319
6205
|
}
|
|
6320
|
-
]
|
|
6321
|
-
|
|
6322
|
-
|
|
6323
|
-
|
|
6206
|
+
],
|
|
6207
|
+
"inheritedFrom": {
|
|
6208
|
+
"name": "AbstractProperty",
|
|
6209
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6210
|
+
}
|
|
6211
|
+
},
|
|
6324
6212
|
{
|
|
6325
|
-
"
|
|
6326
|
-
"
|
|
6327
|
-
|
|
6213
|
+
"kind": "method",
|
|
6214
|
+
"name": "_onAfterValueChange",
|
|
6215
|
+
"parameters": [
|
|
6216
|
+
{
|
|
6217
|
+
"name": "key",
|
|
6218
|
+
"type": {
|
|
6219
|
+
"text": "string"
|
|
6220
|
+
}
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"name": "value",
|
|
6224
|
+
"type": {
|
|
6225
|
+
"text": "any"
|
|
6226
|
+
}
|
|
6227
|
+
}
|
|
6228
|
+
],
|
|
6229
|
+
"inheritedFrom": {
|
|
6230
|
+
"name": "AbstractProperty",
|
|
6231
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6328
6232
|
}
|
|
6329
6233
|
}
|
|
6330
6234
|
],
|
|
@@ -6334,108 +6238,350 @@
|
|
|
6334
6238
|
"type": {
|
|
6335
6239
|
"text": "any"
|
|
6336
6240
|
},
|
|
6241
|
+
"default": "{}",
|
|
6337
6242
|
"fieldName": "value"
|
|
6338
6243
|
},
|
|
6339
6244
|
{
|
|
6340
|
-
"name": "
|
|
6245
|
+
"name": "selected",
|
|
6341
6246
|
"type": {
|
|
6342
|
-
"text": "
|
|
6247
|
+
"text": "Component[]"
|
|
6343
6248
|
},
|
|
6344
6249
|
"default": "[]",
|
|
6345
|
-
"fieldName": "
|
|
6250
|
+
"fieldName": "selected"
|
|
6346
6251
|
},
|
|
6347
6252
|
{
|
|
6348
|
-
"name": "
|
|
6253
|
+
"name": "fonts",
|
|
6349
6254
|
"type": {
|
|
6350
|
-
"text": "any"
|
|
6255
|
+
"text": "any[]"
|
|
6351
6256
|
},
|
|
6352
|
-
"
|
|
6257
|
+
"default": "[]",
|
|
6258
|
+
"fieldName": "fonts"
|
|
6353
6259
|
}
|
|
6354
6260
|
],
|
|
6355
6261
|
"superclass": {
|
|
6356
|
-
"name": "
|
|
6357
|
-
"
|
|
6262
|
+
"name": "AbstractProperty",
|
|
6263
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6358
6264
|
},
|
|
6359
|
-
"
|
|
6265
|
+
"events": [
|
|
6266
|
+
{
|
|
6267
|
+
"name": "property-change",
|
|
6268
|
+
"type": {
|
|
6269
|
+
"text": "CustomEvent"
|
|
6270
|
+
},
|
|
6271
|
+
"inheritedFrom": {
|
|
6272
|
+
"name": "AbstractProperty",
|
|
6273
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6274
|
+
}
|
|
6275
|
+
}
|
|
6276
|
+
]
|
|
6360
6277
|
}
|
|
6361
6278
|
],
|
|
6362
6279
|
"exports": [
|
|
6363
6280
|
{
|
|
6364
6281
|
"kind": "js",
|
|
6365
|
-
"name": "
|
|
6282
|
+
"name": "PropertyStyles",
|
|
6366
6283
|
"declaration": {
|
|
6367
|
-
"name": "
|
|
6368
|
-
"module": "src/modeller/property-sidebar/
|
|
6284
|
+
"name": "PropertyStyles",
|
|
6285
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6369
6286
|
}
|
|
6370
6287
|
}
|
|
6371
6288
|
]
|
|
6372
6289
|
},
|
|
6373
6290
|
{
|
|
6374
6291
|
"kind": "javascript-module",
|
|
6375
|
-
"path": "src/modeller/property-sidebar/
|
|
6292
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6376
6293
|
"declarations": [
|
|
6377
6294
|
{
|
|
6378
6295
|
"kind": "class",
|
|
6379
6296
|
"description": "",
|
|
6380
|
-
"name": "
|
|
6297
|
+
"name": "SceneInspector",
|
|
6381
6298
|
"members": [
|
|
6382
6299
|
{
|
|
6383
6300
|
"kind": "field",
|
|
6384
|
-
"name": "
|
|
6301
|
+
"name": "scene",
|
|
6385
6302
|
"type": {
|
|
6386
|
-
"text": "
|
|
6303
|
+
"text": "Scene | undefined"
|
|
6387
6304
|
},
|
|
6388
|
-
"attribute": "
|
|
6305
|
+
"attribute": "scene"
|
|
6389
6306
|
},
|
|
6390
6307
|
{
|
|
6391
6308
|
"kind": "field",
|
|
6392
|
-
"name": "
|
|
6309
|
+
"name": "searchText",
|
|
6393
6310
|
"type": {
|
|
6394
|
-
"text": "
|
|
6311
|
+
"text": "string"
|
|
6395
6312
|
},
|
|
6396
|
-
"
|
|
6397
|
-
"
|
|
6313
|
+
"privacy": "private",
|
|
6314
|
+
"default": "''"
|
|
6398
6315
|
},
|
|
6399
6316
|
{
|
|
6400
6317
|
"kind": "field",
|
|
6401
|
-
"name": "
|
|
6318
|
+
"name": "_extendedMap",
|
|
6402
6319
|
"type": {
|
|
6403
|
-
"text": "
|
|
6320
|
+
"text": "any"
|
|
6404
6321
|
},
|
|
6405
|
-
"
|
|
6406
|
-
"attribute": "selected"
|
|
6322
|
+
"privacy": "private"
|
|
6407
6323
|
},
|
|
6408
6324
|
{
|
|
6409
6325
|
"kind": "field",
|
|
6410
|
-
"name": "
|
|
6326
|
+
"name": "show",
|
|
6411
6327
|
"type": {
|
|
6412
|
-
"text": "
|
|
6328
|
+
"text": "boolean"
|
|
6413
6329
|
},
|
|
6414
|
-
"
|
|
6415
|
-
"
|
|
6330
|
+
"privacy": "private",
|
|
6331
|
+
"default": "false"
|
|
6416
6332
|
},
|
|
6417
6333
|
{
|
|
6418
6334
|
"kind": "field",
|
|
6419
|
-
"name": "
|
|
6335
|
+
"name": "count",
|
|
6336
|
+
"type": {
|
|
6337
|
+
"text": "number"
|
|
6338
|
+
},
|
|
6339
|
+
"privacy": "private",
|
|
6340
|
+
"default": "-1"
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"kind": "method",
|
|
6344
|
+
"name": "disconnectScene",
|
|
6345
|
+
"parameters": [
|
|
6346
|
+
{
|
|
6347
|
+
"name": "scene",
|
|
6348
|
+
"optional": true,
|
|
6349
|
+
"type": {
|
|
6350
|
+
"text": "Scene"
|
|
6351
|
+
}
|
|
6352
|
+
}
|
|
6353
|
+
]
|
|
6354
|
+
},
|
|
6355
|
+
{
|
|
6356
|
+
"kind": "method",
|
|
6357
|
+
"name": "refresh"
|
|
6358
|
+
},
|
|
6359
|
+
{
|
|
6360
|
+
"kind": "method",
|
|
6361
|
+
"name": "_onclick",
|
|
6362
|
+
"parameters": [
|
|
6363
|
+
{
|
|
6364
|
+
"name": "e",
|
|
6365
|
+
"type": {
|
|
6366
|
+
"text": "MouseEvent"
|
|
6367
|
+
}
|
|
6368
|
+
}
|
|
6369
|
+
]
|
|
6370
|
+
},
|
|
6371
|
+
{
|
|
6372
|
+
"kind": "method",
|
|
6373
|
+
"name": "_ondblclick",
|
|
6374
|
+
"parameters": [
|
|
6375
|
+
{
|
|
6376
|
+
"name": "e",
|
|
6377
|
+
"type": {
|
|
6378
|
+
"text": "MouseEvent"
|
|
6379
|
+
}
|
|
6380
|
+
}
|
|
6381
|
+
]
|
|
6382
|
+
},
|
|
6383
|
+
{
|
|
6384
|
+
"kind": "field",
|
|
6385
|
+
"name": "extendedMap",
|
|
6386
|
+
"readonly": true
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"kind": "method",
|
|
6390
|
+
"name": "getNodeHandleClass",
|
|
6391
|
+
"parameters": [
|
|
6392
|
+
{
|
|
6393
|
+
"name": "component",
|
|
6394
|
+
"type": {
|
|
6395
|
+
"text": "Component"
|
|
6396
|
+
}
|
|
6397
|
+
}
|
|
6398
|
+
]
|
|
6399
|
+
},
|
|
6400
|
+
{
|
|
6401
|
+
"kind": "method",
|
|
6402
|
+
"name": "isExtended",
|
|
6403
|
+
"parameters": [
|
|
6404
|
+
{
|
|
6405
|
+
"name": "component",
|
|
6406
|
+
"type": {
|
|
6407
|
+
"text": "Component"
|
|
6408
|
+
}
|
|
6409
|
+
}
|
|
6410
|
+
]
|
|
6411
|
+
},
|
|
6412
|
+
{
|
|
6413
|
+
"kind": "method",
|
|
6414
|
+
"name": "toggleExtended",
|
|
6415
|
+
"parameters": [
|
|
6416
|
+
{
|
|
6417
|
+
"name": "component",
|
|
6418
|
+
"type": {
|
|
6419
|
+
"text": "Component"
|
|
6420
|
+
}
|
|
6421
|
+
}
|
|
6422
|
+
]
|
|
6423
|
+
},
|
|
6424
|
+
{
|
|
6425
|
+
"kind": "method",
|
|
6426
|
+
"name": "toggleHidden",
|
|
6427
|
+
"parameters": [
|
|
6428
|
+
{
|
|
6429
|
+
"name": "component",
|
|
6430
|
+
"type": {
|
|
6431
|
+
"text": "Component"
|
|
6432
|
+
}
|
|
6433
|
+
}
|
|
6434
|
+
]
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "method",
|
|
6438
|
+
"name": "selectComponent",
|
|
6439
|
+
"parameters": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "component",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "Component"
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "append",
|
|
6448
|
+
"default": "false",
|
|
6449
|
+
"type": {
|
|
6450
|
+
"text": "boolean"
|
|
6451
|
+
}
|
|
6452
|
+
}
|
|
6453
|
+
]
|
|
6454
|
+
},
|
|
6455
|
+
{
|
|
6456
|
+
"kind": "method",
|
|
6457
|
+
"name": "shouldBeShown",
|
|
6458
|
+
"return": {
|
|
6459
|
+
"type": {
|
|
6460
|
+
"text": "boolean"
|
|
6461
|
+
}
|
|
6462
|
+
},
|
|
6463
|
+
"parameters": [
|
|
6464
|
+
{
|
|
6465
|
+
"name": "component",
|
|
6466
|
+
"type": {
|
|
6467
|
+
"text": "Component"
|
|
6468
|
+
}
|
|
6469
|
+
},
|
|
6470
|
+
{
|
|
6471
|
+
"name": "counting",
|
|
6472
|
+
"default": "false",
|
|
6473
|
+
"type": {
|
|
6474
|
+
"text": "boolean"
|
|
6475
|
+
}
|
|
6476
|
+
}
|
|
6477
|
+
]
|
|
6478
|
+
},
|
|
6479
|
+
{
|
|
6480
|
+
"kind": "method",
|
|
6481
|
+
"name": "renderComponent",
|
|
6482
|
+
"return": {
|
|
6483
|
+
"type": {
|
|
6484
|
+
"text": "TemplateResult"
|
|
6485
|
+
}
|
|
6486
|
+
},
|
|
6487
|
+
"parameters": [
|
|
6488
|
+
{
|
|
6489
|
+
"name": "component",
|
|
6490
|
+
"type": {
|
|
6491
|
+
"text": "Component"
|
|
6492
|
+
}
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"name": "depth",
|
|
6496
|
+
"type": {
|
|
6497
|
+
"text": "number"
|
|
6498
|
+
}
|
|
6499
|
+
}
|
|
6500
|
+
]
|
|
6501
|
+
}
|
|
6502
|
+
],
|
|
6503
|
+
"attributes": [
|
|
6504
|
+
{
|
|
6505
|
+
"name": "scene",
|
|
6506
|
+
"type": {
|
|
6507
|
+
"text": "Scene | undefined"
|
|
6508
|
+
},
|
|
6509
|
+
"fieldName": "scene"
|
|
6510
|
+
}
|
|
6511
|
+
],
|
|
6512
|
+
"superclass": {
|
|
6513
|
+
"name": "LitElement",
|
|
6514
|
+
"package": "lit"
|
|
6515
|
+
},
|
|
6516
|
+
"customElement": true
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"exports": [
|
|
6520
|
+
{
|
|
6521
|
+
"kind": "js",
|
|
6522
|
+
"name": "SceneInspector",
|
|
6523
|
+
"declaration": {
|
|
6524
|
+
"name": "SceneInspector",
|
|
6525
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6526
|
+
}
|
|
6527
|
+
}
|
|
6528
|
+
]
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"kind": "javascript-module",
|
|
6532
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6533
|
+
"declarations": [
|
|
6534
|
+
{
|
|
6535
|
+
"kind": "variable",
|
|
6536
|
+
"name": "BoxPaddingEditorStyles",
|
|
6537
|
+
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6538
|
+
}
|
|
6539
|
+
],
|
|
6540
|
+
"exports": [
|
|
6541
|
+
{
|
|
6542
|
+
"kind": "js",
|
|
6543
|
+
"name": "BoxPaddingEditorStyles",
|
|
6544
|
+
"declaration": {
|
|
6545
|
+
"name": "BoxPaddingEditorStyles",
|
|
6546
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6547
|
+
}
|
|
6548
|
+
}
|
|
6549
|
+
]
|
|
6550
|
+
},
|
|
6551
|
+
{
|
|
6552
|
+
"kind": "javascript-module",
|
|
6553
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6554
|
+
"declarations": [
|
|
6555
|
+
{
|
|
6556
|
+
"kind": "class",
|
|
6557
|
+
"description": "",
|
|
6558
|
+
"name": "PropertyShapes",
|
|
6559
|
+
"members": [
|
|
6560
|
+
{
|
|
6561
|
+
"kind": "field",
|
|
6562
|
+
"name": "value",
|
|
6420
6563
|
"type": {
|
|
6421
|
-
"text": "
|
|
6564
|
+
"text": "Properties | undefined"
|
|
6422
6565
|
},
|
|
6423
|
-
"
|
|
6424
|
-
"attribute": "propertyEditor"
|
|
6566
|
+
"attribute": "value"
|
|
6425
6567
|
},
|
|
6426
6568
|
{
|
|
6427
6569
|
"kind": "field",
|
|
6428
|
-
"name": "
|
|
6570
|
+
"name": "bounds",
|
|
6429
6571
|
"type": {
|
|
6430
|
-
"text": "
|
|
6572
|
+
"text": "BOUNDS | null"
|
|
6431
6573
|
},
|
|
6432
|
-
"
|
|
6574
|
+
"default": "null",
|
|
6575
|
+
"attribute": "bounds"
|
|
6433
6576
|
},
|
|
6434
6577
|
{
|
|
6435
6578
|
"kind": "field",
|
|
6436
|
-
"name": "
|
|
6437
|
-
"
|
|
6438
|
-
|
|
6579
|
+
"name": "selected",
|
|
6580
|
+
"type": {
|
|
6581
|
+
"text": "Component[]"
|
|
6582
|
+
},
|
|
6583
|
+
"default": "[]",
|
|
6584
|
+
"attribute": "selected"
|
|
6439
6585
|
},
|
|
6440
6586
|
{
|
|
6441
6587
|
"kind": "method",
|
|
@@ -6455,7 +6601,7 @@
|
|
|
6455
6601
|
},
|
|
6456
6602
|
{
|
|
6457
6603
|
"kind": "method",
|
|
6458
|
-
"name": "
|
|
6604
|
+
"name": "_hasTextProperty",
|
|
6459
6605
|
"parameters": [
|
|
6460
6606
|
{
|
|
6461
6607
|
"name": "selected",
|
|
@@ -6467,7 +6613,7 @@
|
|
|
6467
6613
|
},
|
|
6468
6614
|
{
|
|
6469
6615
|
"kind": "method",
|
|
6470
|
-
"name": "
|
|
6616
|
+
"name": "_hasProperties",
|
|
6471
6617
|
"parameters": [
|
|
6472
6618
|
{
|
|
6473
6619
|
"name": "selected",
|
|
@@ -6479,174 +6625,27 @@
|
|
|
6479
6625
|
},
|
|
6480
6626
|
{
|
|
6481
6627
|
"kind": "method",
|
|
6482
|
-
"name": "
|
|
6628
|
+
"name": "_isIdentifiable",
|
|
6483
6629
|
"parameters": [
|
|
6484
6630
|
{
|
|
6485
|
-
"name": "
|
|
6631
|
+
"name": "selected",
|
|
6486
6632
|
"type": {
|
|
6487
|
-
"text": "
|
|
6633
|
+
"text": "Component[]"
|
|
6488
6634
|
}
|
|
6489
6635
|
}
|
|
6490
6636
|
]
|
|
6491
6637
|
},
|
|
6492
6638
|
{
|
|
6493
6639
|
"kind": "method",
|
|
6494
|
-
"name": "
|
|
6495
|
-
"parameters": [
|
|
6496
|
-
{
|
|
6497
|
-
"name": "element",
|
|
6498
|
-
"type": {
|
|
6499
|
-
"text": "HTMLElement"
|
|
6500
|
-
}
|
|
6501
|
-
}
|
|
6502
|
-
],
|
|
6503
|
-
"inheritedFrom": {
|
|
6504
|
-
"name": "AbstractProperty",
|
|
6505
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6506
|
-
}
|
|
6507
|
-
},
|
|
6508
|
-
{
|
|
6509
|
-
"kind": "method",
|
|
6510
|
-
"name": "_onAfterValueChange",
|
|
6640
|
+
"name": "_isClassIdentifiable",
|
|
6511
6641
|
"parameters": [
|
|
6512
6642
|
{
|
|
6513
|
-
"name": "
|
|
6514
|
-
"type": {
|
|
6515
|
-
"text": "string"
|
|
6516
|
-
}
|
|
6517
|
-
},
|
|
6518
|
-
{
|
|
6519
|
-
"name": "value",
|
|
6643
|
+
"name": "selected",
|
|
6520
6644
|
"type": {
|
|
6521
|
-
"text": "
|
|
6645
|
+
"text": "Component[]"
|
|
6522
6646
|
}
|
|
6523
6647
|
}
|
|
6524
|
-
]
|
|
6525
|
-
"inheritedFrom": {
|
|
6526
|
-
"name": "AbstractProperty",
|
|
6527
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6528
|
-
}
|
|
6529
|
-
}
|
|
6530
|
-
],
|
|
6531
|
-
"attributes": [
|
|
6532
|
-
{
|
|
6533
|
-
"name": "value",
|
|
6534
|
-
"type": {
|
|
6535
|
-
"text": "any"
|
|
6536
|
-
},
|
|
6537
|
-
"fieldName": "value"
|
|
6538
|
-
},
|
|
6539
|
-
{
|
|
6540
|
-
"name": "scene",
|
|
6541
|
-
"type": {
|
|
6542
|
-
"text": "Scene | null"
|
|
6543
|
-
},
|
|
6544
|
-
"default": "null",
|
|
6545
|
-
"fieldName": "scene"
|
|
6546
|
-
},
|
|
6547
|
-
{
|
|
6548
|
-
"name": "selected",
|
|
6549
|
-
"type": {
|
|
6550
|
-
"text": "Component[]"
|
|
6551
|
-
},
|
|
6552
|
-
"default": "[]",
|
|
6553
|
-
"fieldName": "selected"
|
|
6554
|
-
},
|
|
6555
|
-
{
|
|
6556
|
-
"name": "props",
|
|
6557
|
-
"type": {
|
|
6558
|
-
"text": "any[]"
|
|
6559
|
-
},
|
|
6560
|
-
"default": "[]",
|
|
6561
|
-
"fieldName": "props"
|
|
6562
|
-
},
|
|
6563
|
-
{
|
|
6564
|
-
"name": "propertyEditor",
|
|
6565
|
-
"type": {
|
|
6566
|
-
"text": "any[]"
|
|
6567
|
-
},
|
|
6568
|
-
"default": "[]",
|
|
6569
|
-
"fieldName": "propertyEditor"
|
|
6570
|
-
}
|
|
6571
|
-
],
|
|
6572
|
-
"mixins": [
|
|
6573
|
-
{
|
|
6574
|
-
"name": "ScopedElementsMixin",
|
|
6575
|
-
"package": "@open-wc/scoped-elements"
|
|
6576
|
-
}
|
|
6577
|
-
],
|
|
6578
|
-
"superclass": {
|
|
6579
|
-
"name": "AbstractProperty",
|
|
6580
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6581
|
-
},
|
|
6582
|
-
"events": [
|
|
6583
|
-
{
|
|
6584
|
-
"name": "property-change",
|
|
6585
|
-
"type": {
|
|
6586
|
-
"text": "CustomEvent"
|
|
6587
|
-
},
|
|
6588
|
-
"inheritedFrom": {
|
|
6589
|
-
"name": "AbstractProperty",
|
|
6590
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6591
|
-
}
|
|
6592
|
-
}
|
|
6593
|
-
]
|
|
6594
|
-
}
|
|
6595
|
-
],
|
|
6596
|
-
"exports": [
|
|
6597
|
-
{
|
|
6598
|
-
"kind": "js",
|
|
6599
|
-
"name": "PropertySpecific",
|
|
6600
|
-
"declaration": {
|
|
6601
|
-
"name": "PropertySpecific",
|
|
6602
|
-
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6603
|
-
}
|
|
6604
|
-
}
|
|
6605
|
-
]
|
|
6606
|
-
},
|
|
6607
|
-
{
|
|
6608
|
-
"kind": "javascript-module",
|
|
6609
|
-
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6610
|
-
"declarations": [
|
|
6611
|
-
{
|
|
6612
|
-
"kind": "class",
|
|
6613
|
-
"description": "",
|
|
6614
|
-
"name": "PropertyStyles",
|
|
6615
|
-
"members": [
|
|
6616
|
-
{
|
|
6617
|
-
"kind": "field",
|
|
6618
|
-
"name": "value",
|
|
6619
|
-
"type": {
|
|
6620
|
-
"text": "any"
|
|
6621
|
-
},
|
|
6622
|
-
"default": "{}",
|
|
6623
|
-
"attribute": "value"
|
|
6624
|
-
},
|
|
6625
|
-
{
|
|
6626
|
-
"kind": "field",
|
|
6627
|
-
"name": "selected",
|
|
6628
|
-
"type": {
|
|
6629
|
-
"text": "Component[]"
|
|
6630
|
-
},
|
|
6631
|
-
"default": "[]",
|
|
6632
|
-
"attribute": "selected"
|
|
6633
|
-
},
|
|
6634
|
-
{
|
|
6635
|
-
"kind": "field",
|
|
6636
|
-
"name": "fonts",
|
|
6637
|
-
"type": {
|
|
6638
|
-
"text": "any[]"
|
|
6639
|
-
},
|
|
6640
|
-
"default": "[]",
|
|
6641
|
-
"attribute": "fonts"
|
|
6642
|
-
},
|
|
6643
|
-
{
|
|
6644
|
-
"kind": "field",
|
|
6645
|
-
"name": "fontAvailable",
|
|
6646
|
-
"type": {
|
|
6647
|
-
"text": "boolean"
|
|
6648
|
-
},
|
|
6649
|
-
"default": "false"
|
|
6648
|
+
]
|
|
6650
6649
|
},
|
|
6651
6650
|
{
|
|
6652
6651
|
"kind": "method",
|
|
@@ -6662,19 +6661,15 @@
|
|
|
6662
6661
|
},
|
|
6663
6662
|
{
|
|
6664
6663
|
"kind": "method",
|
|
6665
|
-
"name": "
|
|
6664
|
+
"name": "_is3dish",
|
|
6666
6665
|
"parameters": [
|
|
6667
6666
|
{
|
|
6668
|
-
"name": "
|
|
6667
|
+
"name": "selected",
|
|
6669
6668
|
"type": {
|
|
6670
|
-
"text": "
|
|
6669
|
+
"text": "Component[]"
|
|
6671
6670
|
}
|
|
6672
6671
|
}
|
|
6673
|
-
]
|
|
6674
|
-
"inheritedFrom": {
|
|
6675
|
-
"name": "AbstractProperty",
|
|
6676
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6677
|
-
}
|
|
6672
|
+
]
|
|
6678
6673
|
},
|
|
6679
6674
|
{
|
|
6680
6675
|
"kind": "method",
|
|
@@ -6715,57 +6710,62 @@
|
|
|
6715
6710
|
}
|
|
6716
6711
|
}
|
|
6717
6712
|
],
|
|
6713
|
+
"events": [
|
|
6714
|
+
{
|
|
6715
|
+
"name": "bounds-change",
|
|
6716
|
+
"type": {
|
|
6717
|
+
"text": "CustomEvent"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "property-change",
|
|
6722
|
+
"type": {
|
|
6723
|
+
"text": "CustomEvent"
|
|
6724
|
+
},
|
|
6725
|
+
"inheritedFrom": {
|
|
6726
|
+
"name": "AbstractProperty",
|
|
6727
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6728
|
+
}
|
|
6729
|
+
}
|
|
6730
|
+
],
|
|
6718
6731
|
"attributes": [
|
|
6719
6732
|
{
|
|
6720
6733
|
"name": "value",
|
|
6721
6734
|
"type": {
|
|
6722
|
-
"text": "
|
|
6735
|
+
"text": "Properties | undefined"
|
|
6723
6736
|
},
|
|
6724
|
-
"default": "{}",
|
|
6725
6737
|
"fieldName": "value"
|
|
6726
6738
|
},
|
|
6727
6739
|
{
|
|
6728
|
-
"name": "
|
|
6740
|
+
"name": "bounds",
|
|
6729
6741
|
"type": {
|
|
6730
|
-
"text": "
|
|
6742
|
+
"text": "BOUNDS | null"
|
|
6731
6743
|
},
|
|
6732
|
-
"default": "
|
|
6733
|
-
"fieldName": "
|
|
6744
|
+
"default": "null",
|
|
6745
|
+
"fieldName": "bounds"
|
|
6734
6746
|
},
|
|
6735
6747
|
{
|
|
6736
|
-
"name": "
|
|
6748
|
+
"name": "selected",
|
|
6737
6749
|
"type": {
|
|
6738
|
-
"text": "
|
|
6750
|
+
"text": "Component[]"
|
|
6739
6751
|
},
|
|
6740
6752
|
"default": "[]",
|
|
6741
|
-
"fieldName": "
|
|
6753
|
+
"fieldName": "selected"
|
|
6742
6754
|
}
|
|
6743
6755
|
],
|
|
6744
6756
|
"superclass": {
|
|
6745
6757
|
"name": "AbstractProperty",
|
|
6746
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6747
|
-
}
|
|
6748
|
-
"events": [
|
|
6749
|
-
{
|
|
6750
|
-
"name": "property-change",
|
|
6751
|
-
"type": {
|
|
6752
|
-
"text": "CustomEvent"
|
|
6753
|
-
},
|
|
6754
|
-
"inheritedFrom": {
|
|
6755
|
-
"name": "AbstractProperty",
|
|
6756
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6757
|
-
}
|
|
6758
|
-
}
|
|
6759
|
-
]
|
|
6758
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6759
|
+
}
|
|
6760
6760
|
}
|
|
6761
6761
|
],
|
|
6762
6762
|
"exports": [
|
|
6763
6763
|
{
|
|
6764
6764
|
"kind": "js",
|
|
6765
|
-
"name": "
|
|
6765
|
+
"name": "PropertyShapes",
|
|
6766
6766
|
"declaration": {
|
|
6767
|
-
"name": "
|
|
6768
|
-
"module": "src/modeller/property-sidebar/
|
|
6767
|
+
"name": "PropertyShapes",
|
|
6768
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6769
6769
|
}
|
|
6770
6770
|
}
|
|
6771
6771
|
]
|