@fmsim/board 1.0.17 → 1.0.19
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 +953 -953
- package/dist/src/layers/mcs-mouse-event-handler.js +6 -14
- package/dist/src/layers/mcs-mouse-event-handler.js.map +1 -1
- package/dist/src/ox-board-viewer.d.ts +3 -3
- package/dist/src/ox-board-viewer.js +43 -16
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,69 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "stories/index.stories.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "Regular"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"kind": "variable",
|
|
15
|
-
"name": "CustomTitle"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "variable",
|
|
19
|
-
"name": "CustomCounter"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"kind": "variable",
|
|
23
|
-
"name": "SlottedContent"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"exports": [
|
|
27
|
-
{
|
|
28
|
-
"kind": "js",
|
|
29
|
-
"name": "default",
|
|
30
|
-
"declaration": {
|
|
31
|
-
"module": "stories/index.stories.ts"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"kind": "js",
|
|
36
|
-
"name": "Regular",
|
|
37
|
-
"declaration": {
|
|
38
|
-
"name": "Regular",
|
|
39
|
-
"module": "stories/index.stories.ts"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "js",
|
|
44
|
-
"name": "CustomTitle",
|
|
45
|
-
"declaration": {
|
|
46
|
-
"name": "CustomTitle",
|
|
47
|
-
"module": "stories/index.stories.ts"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "js",
|
|
52
|
-
"name": "CustomCounter",
|
|
53
|
-
"declaration": {
|
|
54
|
-
"name": "CustomCounter",
|
|
55
|
-
"module": "stories/index.stories.ts"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"kind": "js",
|
|
60
|
-
"name": "SlottedContent",
|
|
61
|
-
"declaration": {
|
|
62
|
-
"name": "SlottedContent",
|
|
63
|
-
"module": "stories/index.stories.ts"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
5
|
{
|
|
69
6
|
"kind": "javascript-module",
|
|
70
7
|
"path": "src/index.ts",
|
|
@@ -1072,15 +1009,15 @@
|
|
|
1072
1009
|
},
|
|
1073
1010
|
{
|
|
1074
1011
|
"kind": "field",
|
|
1075
|
-
"name": "
|
|
1012
|
+
"name": "fmbStartAnimation"
|
|
1076
1013
|
},
|
|
1077
1014
|
{
|
|
1078
1015
|
"kind": "field",
|
|
1079
|
-
"name": "
|
|
1016
|
+
"name": "fmbStopAnimation"
|
|
1080
1017
|
},
|
|
1081
1018
|
{
|
|
1082
1019
|
"kind": "field",
|
|
1083
|
-
"name": "
|
|
1020
|
+
"name": "fmbResetAnimation"
|
|
1084
1021
|
},
|
|
1085
1022
|
{
|
|
1086
1023
|
"kind": "method",
|
|
@@ -1682,6 +1619,69 @@
|
|
|
1682
1619
|
"declarations": [],
|
|
1683
1620
|
"exports": []
|
|
1684
1621
|
},
|
|
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",
|
|
@@ -4690,31 +4690,13 @@
|
|
|
4690
4690
|
},
|
|
4691
4691
|
{
|
|
4692
4692
|
"kind": "javascript-module",
|
|
4693
|
-
"path": "src/modeller/property-sidebar/
|
|
4693
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
4694
4694
|
"declarations": [
|
|
4695
4695
|
{
|
|
4696
4696
|
"kind": "class",
|
|
4697
|
-
"description": "
|
|
4698
|
-
"name": "
|
|
4697
|
+
"description": "",
|
|
4698
|
+
"name": "SceneInspector",
|
|
4699
4699
|
"members": [
|
|
4700
|
-
{
|
|
4701
|
-
"kind": "field",
|
|
4702
|
-
"name": "mapping",
|
|
4703
|
-
"type": {
|
|
4704
|
-
"text": "Mapping"
|
|
4705
|
-
},
|
|
4706
|
-
"default": "{ rule: 'value' }",
|
|
4707
|
-
"attribute": "mapping"
|
|
4708
|
-
},
|
|
4709
|
-
{
|
|
4710
|
-
"kind": "field",
|
|
4711
|
-
"name": "rule",
|
|
4712
|
-
"type": {
|
|
4713
|
-
"text": "Rule"
|
|
4714
|
-
},
|
|
4715
|
-
"default": "{}",
|
|
4716
|
-
"attribute": "rule"
|
|
4717
|
-
},
|
|
4718
4700
|
{
|
|
4719
4701
|
"kind": "field",
|
|
4720
4702
|
"name": "scene",
|
|
@@ -4725,354 +4707,320 @@
|
|
|
4725
4707
|
},
|
|
4726
4708
|
{
|
|
4727
4709
|
"kind": "field",
|
|
4728
|
-
"name": "
|
|
4710
|
+
"name": "searchText",
|
|
4729
4711
|
"type": {
|
|
4730
|
-
"text": "
|
|
4712
|
+
"text": "string"
|
|
4731
4713
|
},
|
|
4732
|
-
"
|
|
4714
|
+
"privacy": "private",
|
|
4715
|
+
"default": "''"
|
|
4733
4716
|
},
|
|
4734
4717
|
{
|
|
4735
4718
|
"kind": "field",
|
|
4736
|
-
"name": "
|
|
4719
|
+
"name": "_extendedMap",
|
|
4737
4720
|
"type": {
|
|
4738
|
-
"text": "
|
|
4721
|
+
"text": "any"
|
|
4739
4722
|
},
|
|
4740
|
-
"
|
|
4723
|
+
"privacy": "private"
|
|
4741
4724
|
},
|
|
4742
4725
|
{
|
|
4743
4726
|
"kind": "field",
|
|
4744
|
-
"name": "
|
|
4727
|
+
"name": "show",
|
|
4745
4728
|
"type": {
|
|
4746
|
-
"text": "
|
|
4747
|
-
}
|
|
4729
|
+
"text": "boolean"
|
|
4730
|
+
},
|
|
4731
|
+
"privacy": "private",
|
|
4732
|
+
"default": "false"
|
|
4748
4733
|
},
|
|
4749
4734
|
{
|
|
4750
4735
|
"kind": "field",
|
|
4751
|
-
"name": "
|
|
4736
|
+
"name": "count",
|
|
4752
4737
|
"type": {
|
|
4753
|
-
"text": "
|
|
4754
|
-
}
|
|
4738
|
+
"text": "number"
|
|
4739
|
+
},
|
|
4740
|
+
"privacy": "private",
|
|
4741
|
+
"default": "-1"
|
|
4755
4742
|
},
|
|
4756
4743
|
{
|
|
4757
4744
|
"kind": "method",
|
|
4758
|
-
"name": "
|
|
4745
|
+
"name": "disconnectScene",
|
|
4759
4746
|
"parameters": [
|
|
4760
4747
|
{
|
|
4761
|
-
"name": "
|
|
4748
|
+
"name": "scene",
|
|
4749
|
+
"optional": true,
|
|
4762
4750
|
"type": {
|
|
4763
|
-
"text": "
|
|
4751
|
+
"text": "Scene"
|
|
4764
4752
|
}
|
|
4765
4753
|
}
|
|
4766
4754
|
]
|
|
4767
4755
|
},
|
|
4768
|
-
{
|
|
4769
|
-
"kind": "field",
|
|
4770
|
-
"name": "_keep_saved_rule_params",
|
|
4771
|
-
"type": {
|
|
4772
|
-
"text": "boolean"
|
|
4773
|
-
},
|
|
4774
|
-
"privacy": "private",
|
|
4775
|
-
"default": "false"
|
|
4776
|
-
},
|
|
4777
4756
|
{
|
|
4778
4757
|
"kind": "method",
|
|
4779
|
-
"name": "
|
|
4758
|
+
"name": "refresh"
|
|
4780
4759
|
},
|
|
4781
4760
|
{
|
|
4782
4761
|
"kind": "method",
|
|
4783
|
-
"name": "
|
|
4762
|
+
"name": "_onclick",
|
|
4784
4763
|
"parameters": [
|
|
4785
4764
|
{
|
|
4786
4765
|
"name": "e",
|
|
4787
4766
|
"type": {
|
|
4788
|
-
"text": "
|
|
4767
|
+
"text": "MouseEvent"
|
|
4789
4768
|
}
|
|
4790
4769
|
}
|
|
4791
4770
|
]
|
|
4792
4771
|
},
|
|
4793
4772
|
{
|
|
4794
4773
|
"kind": "method",
|
|
4795
|
-
"name": "
|
|
4774
|
+
"name": "_ondblclick",
|
|
4796
4775
|
"parameters": [
|
|
4797
4776
|
{
|
|
4798
4777
|
"name": "e",
|
|
4799
4778
|
"type": {
|
|
4800
|
-
"text": "
|
|
4779
|
+
"text": "MouseEvent"
|
|
4801
4780
|
}
|
|
4802
4781
|
}
|
|
4803
4782
|
]
|
|
4804
|
-
}
|
|
4805
|
-
],
|
|
4806
|
-
"events": [
|
|
4807
|
-
{
|
|
4808
|
-
"name": "value-change",
|
|
4809
|
-
"type": {
|
|
4810
|
-
"text": "CustomEvent"
|
|
4811
|
-
}
|
|
4812
|
-
}
|
|
4813
|
-
],
|
|
4814
|
-
"attributes": [
|
|
4815
|
-
{
|
|
4816
|
-
"name": "mapping",
|
|
4817
|
-
"type": {
|
|
4818
|
-
"text": "Mapping"
|
|
4819
|
-
},
|
|
4820
|
-
"default": "{ rule: 'value' }",
|
|
4821
|
-
"fieldName": "mapping"
|
|
4822
4783
|
},
|
|
4823
4784
|
{
|
|
4824
|
-
"
|
|
4825
|
-
"
|
|
4826
|
-
|
|
4827
|
-
},
|
|
4828
|
-
"default": "{}",
|
|
4829
|
-
"fieldName": "rule"
|
|
4785
|
+
"kind": "field",
|
|
4786
|
+
"name": "extendedMap",
|
|
4787
|
+
"readonly": true
|
|
4830
4788
|
},
|
|
4831
4789
|
{
|
|
4832
|
-
"
|
|
4833
|
-
"
|
|
4834
|
-
|
|
4835
|
-
|
|
4836
|
-
|
|
4837
|
-
|
|
4790
|
+
"kind": "method",
|
|
4791
|
+
"name": "getNodeHandleClass",
|
|
4792
|
+
"parameters": [
|
|
4793
|
+
{
|
|
4794
|
+
"name": "component",
|
|
4795
|
+
"type": {
|
|
4796
|
+
"text": "Component"
|
|
4797
|
+
}
|
|
4798
|
+
}
|
|
4799
|
+
]
|
|
4838
4800
|
},
|
|
4839
4801
|
{
|
|
4840
|
-
"
|
|
4841
|
-
"
|
|
4842
|
-
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
"customElement": true
|
|
4852
|
-
}
|
|
4853
|
-
],
|
|
4854
|
-
"exports": [
|
|
4855
|
-
{
|
|
4856
|
-
"kind": "js",
|
|
4857
|
-
"name": "DataBindingMapper",
|
|
4858
|
-
"declaration": {
|
|
4859
|
-
"name": "DataBindingMapper",
|
|
4860
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
4861
|
-
}
|
|
4862
|
-
}
|
|
4863
|
-
]
|
|
4864
|
-
},
|
|
4865
|
-
{
|
|
4866
|
-
"kind": "javascript-module",
|
|
4867
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
4868
|
-
"declarations": [
|
|
4869
|
-
{
|
|
4870
|
-
"kind": "class",
|
|
4871
|
-
"description": "",
|
|
4872
|
-
"name": "DataBindingValueMap",
|
|
4873
|
-
"members": [
|
|
4802
|
+
"kind": "method",
|
|
4803
|
+
"name": "isExtended",
|
|
4804
|
+
"parameters": [
|
|
4805
|
+
{
|
|
4806
|
+
"name": "component",
|
|
4807
|
+
"type": {
|
|
4808
|
+
"text": "Component"
|
|
4809
|
+
}
|
|
4810
|
+
}
|
|
4811
|
+
]
|
|
4812
|
+
},
|
|
4874
4813
|
{
|
|
4875
4814
|
"kind": "method",
|
|
4876
|
-
"name": "
|
|
4815
|
+
"name": "toggleExtended",
|
|
4877
4816
|
"parameters": [
|
|
4878
4817
|
{
|
|
4879
|
-
"name": "
|
|
4880
|
-
"optional": true,
|
|
4818
|
+
"name": "component",
|
|
4881
4819
|
"type": {
|
|
4882
|
-
"text": "
|
|
4820
|
+
"text": "Component"
|
|
4883
4821
|
}
|
|
4884
4822
|
}
|
|
4885
4823
|
]
|
|
4886
|
-
}
|
|
4887
|
-
],
|
|
4888
|
-
"superclass": {
|
|
4889
|
-
"name": "OxInputValueMap",
|
|
4890
|
-
"package": "@operato/input"
|
|
4891
|
-
},
|
|
4892
|
-
"tagName": "data-binding-value-map",
|
|
4893
|
-
"customElement": true
|
|
4894
|
-
}
|
|
4895
|
-
],
|
|
4896
|
-
"exports": [
|
|
4897
|
-
{
|
|
4898
|
-
"kind": "js",
|
|
4899
|
-
"name": "DataBindingValueMap",
|
|
4900
|
-
"declaration": {
|
|
4901
|
-
"name": "DataBindingValueMap",
|
|
4902
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4903
|
-
}
|
|
4904
|
-
},
|
|
4905
|
-
{
|
|
4906
|
-
"kind": "custom-element-definition",
|
|
4907
|
-
"name": "data-binding-value-map",
|
|
4908
|
-
"declaration": {
|
|
4909
|
-
"name": "DataBindingValueMap",
|
|
4910
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
4911
|
-
}
|
|
4912
|
-
}
|
|
4913
|
-
]
|
|
4914
|
-
},
|
|
4915
|
-
{
|
|
4916
|
-
"kind": "javascript-module",
|
|
4917
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
4918
|
-
"declarations": [
|
|
4919
|
-
{
|
|
4920
|
-
"kind": "class",
|
|
4921
|
-
"description": "",
|
|
4922
|
-
"name": "DataBindingValueRange",
|
|
4923
|
-
"members": [
|
|
4824
|
+
},
|
|
4924
4825
|
{
|
|
4925
4826
|
"kind": "method",
|
|
4926
|
-
"name": "
|
|
4827
|
+
"name": "toggleHidden",
|
|
4927
4828
|
"parameters": [
|
|
4928
4829
|
{
|
|
4929
|
-
"name": "
|
|
4930
|
-
"optional": true,
|
|
4830
|
+
"name": "component",
|
|
4931
4831
|
"type": {
|
|
4932
|
-
"text": "
|
|
4832
|
+
"text": "Component"
|
|
4833
|
+
}
|
|
4834
|
+
}
|
|
4835
|
+
]
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
"kind": "method",
|
|
4839
|
+
"name": "selectComponent",
|
|
4840
|
+
"parameters": [
|
|
4841
|
+
{
|
|
4842
|
+
"name": "component",
|
|
4843
|
+
"type": {
|
|
4844
|
+
"text": "Component"
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
{
|
|
4848
|
+
"name": "append",
|
|
4849
|
+
"default": "false",
|
|
4850
|
+
"type": {
|
|
4851
|
+
"text": "boolean"
|
|
4852
|
+
}
|
|
4853
|
+
}
|
|
4854
|
+
]
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"kind": "method",
|
|
4858
|
+
"name": "shouldBeShown",
|
|
4859
|
+
"return": {
|
|
4860
|
+
"type": {
|
|
4861
|
+
"text": "boolean"
|
|
4862
|
+
}
|
|
4863
|
+
},
|
|
4864
|
+
"parameters": [
|
|
4865
|
+
{
|
|
4866
|
+
"name": "component",
|
|
4867
|
+
"type": {
|
|
4868
|
+
"text": "Component"
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "counting",
|
|
4873
|
+
"default": "false",
|
|
4874
|
+
"type": {
|
|
4875
|
+
"text": "boolean"
|
|
4876
|
+
}
|
|
4877
|
+
}
|
|
4878
|
+
]
|
|
4879
|
+
},
|
|
4880
|
+
{
|
|
4881
|
+
"kind": "method",
|
|
4882
|
+
"name": "renderComponent",
|
|
4883
|
+
"return": {
|
|
4884
|
+
"type": {
|
|
4885
|
+
"text": "TemplateResult"
|
|
4886
|
+
}
|
|
4887
|
+
},
|
|
4888
|
+
"parameters": [
|
|
4889
|
+
{
|
|
4890
|
+
"name": "component",
|
|
4891
|
+
"type": {
|
|
4892
|
+
"text": "Component"
|
|
4893
|
+
}
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"name": "depth",
|
|
4897
|
+
"type": {
|
|
4898
|
+
"text": "number"
|
|
4933
4899
|
}
|
|
4934
4900
|
}
|
|
4935
4901
|
]
|
|
4936
4902
|
}
|
|
4937
4903
|
],
|
|
4904
|
+
"attributes": [
|
|
4905
|
+
{
|
|
4906
|
+
"name": "scene",
|
|
4907
|
+
"type": {
|
|
4908
|
+
"text": "Scene | undefined"
|
|
4909
|
+
},
|
|
4910
|
+
"fieldName": "scene"
|
|
4911
|
+
}
|
|
4912
|
+
],
|
|
4938
4913
|
"superclass": {
|
|
4939
|
-
"name": "
|
|
4940
|
-
"package": "
|
|
4914
|
+
"name": "LitElement",
|
|
4915
|
+
"package": "lit"
|
|
4941
4916
|
},
|
|
4942
|
-
"tagName": "data-binding-value-range",
|
|
4943
4917
|
"customElement": true
|
|
4944
4918
|
}
|
|
4945
4919
|
],
|
|
4946
4920
|
"exports": [
|
|
4947
4921
|
{
|
|
4948
4922
|
"kind": "js",
|
|
4949
|
-
"name": "
|
|
4950
|
-
"declaration": {
|
|
4951
|
-
"name": "DataBindingValueRange",
|
|
4952
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
4953
|
-
}
|
|
4954
|
-
},
|
|
4955
|
-
{
|
|
4956
|
-
"kind": "custom-element-definition",
|
|
4957
|
-
"name": "data-binding-value-range",
|
|
4923
|
+
"name": "SceneInspector",
|
|
4958
4924
|
"declaration": {
|
|
4959
|
-
"name": "
|
|
4960
|
-
"module": "src/modeller/property-sidebar/
|
|
4925
|
+
"name": "SceneInspector",
|
|
4926
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
4961
4927
|
}
|
|
4962
4928
|
}
|
|
4963
4929
|
]
|
|
4964
4930
|
},
|
|
4965
4931
|
{
|
|
4966
4932
|
"kind": "javascript-module",
|
|
4967
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
4933
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
4968
4934
|
"declarations": [
|
|
4969
4935
|
{
|
|
4970
4936
|
"kind": "class",
|
|
4971
|
-
"description": "",
|
|
4972
|
-
"name": "
|
|
4937
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
4938
|
+
"name": "DataBindingMapper",
|
|
4973
4939
|
"members": [
|
|
4974
4940
|
{
|
|
4975
4941
|
"kind": "field",
|
|
4976
|
-
"name": "
|
|
4942
|
+
"name": "mapping",
|
|
4977
4943
|
"type": {
|
|
4978
|
-
"text": "
|
|
4944
|
+
"text": "Mapping"
|
|
4979
4945
|
},
|
|
4980
|
-
"
|
|
4946
|
+
"default": "{ rule: 'value' }",
|
|
4947
|
+
"attribute": "mapping"
|
|
4981
4948
|
},
|
|
4982
4949
|
{
|
|
4983
4950
|
"kind": "field",
|
|
4984
|
-
"name": "
|
|
4951
|
+
"name": "rule",
|
|
4985
4952
|
"type": {
|
|
4986
|
-
"text": "
|
|
4953
|
+
"text": "Rule"
|
|
4987
4954
|
},
|
|
4988
|
-
"
|
|
4955
|
+
"default": "{}",
|
|
4956
|
+
"attribute": "rule"
|
|
4989
4957
|
},
|
|
4990
4958
|
{
|
|
4991
4959
|
"kind": "field",
|
|
4992
|
-
"name": "
|
|
4960
|
+
"name": "scene",
|
|
4993
4961
|
"type": {
|
|
4994
|
-
"text": "
|
|
4962
|
+
"text": "Scene | undefined"
|
|
4995
4963
|
},
|
|
4996
|
-
"
|
|
4997
|
-
},
|
|
4998
|
-
{
|
|
4999
|
-
"kind": "field",
|
|
5000
|
-
"name": "_afterRender",
|
|
5001
|
-
"type": {
|
|
5002
|
-
"text": "Function | null | undefined"
|
|
5003
|
-
}
|
|
4964
|
+
"attribute": "scene"
|
|
5004
4965
|
},
|
|
5005
4966
|
{
|
|
5006
4967
|
"kind": "field",
|
|
5007
|
-
"name": "
|
|
4968
|
+
"name": "_valueTypes",
|
|
5008
4969
|
"type": {
|
|
5009
|
-
"text": "
|
|
4970
|
+
"text": "any"
|
|
5010
4971
|
},
|
|
5011
|
-
"default": "
|
|
4972
|
+
"default": "{ play: 'boolean', hidden: 'boolean', started: 'boolean', rotation: 'number', value: 'number', fillStyle: 'color', strokeStyle: 'color', fontColor: 'color', data: 'object', source: 'attachment', location: 'object', dimension: 'object', text: 'string', ref: 'string' }"
|
|
5012
4973
|
},
|
|
5013
4974
|
{
|
|
5014
4975
|
"kind": "field",
|
|
5015
|
-
"name": "
|
|
4976
|
+
"name": "_componentIds",
|
|
5016
4977
|
"type": {
|
|
5017
|
-
"text": "
|
|
5018
|
-
}
|
|
4978
|
+
"text": "{ value: string; description: string }[]"
|
|
4979
|
+
},
|
|
4980
|
+
"default": "[]"
|
|
5019
4981
|
},
|
|
5020
4982
|
{
|
|
5021
4983
|
"kind": "field",
|
|
5022
|
-
"name": "
|
|
4984
|
+
"name": "editor",
|
|
5023
4985
|
"type": {
|
|
5024
|
-
"text": "
|
|
4986
|
+
"text": "HTMLInputElement"
|
|
5025
4987
|
}
|
|
5026
4988
|
},
|
|
5027
4989
|
{
|
|
5028
4990
|
"kind": "field",
|
|
5029
|
-
"name": "
|
|
4991
|
+
"name": "target",
|
|
5030
4992
|
"type": {
|
|
5031
|
-
"text": "
|
|
4993
|
+
"text": "HTMLInputElement"
|
|
5032
4994
|
}
|
|
5033
4995
|
},
|
|
5034
|
-
{
|
|
5035
|
-
"kind": "field",
|
|
5036
|
-
"name": "mappings",
|
|
5037
|
-
"readonly": true
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"kind": "field",
|
|
5041
|
-
"name": "scopedElements",
|
|
5042
|
-
"static": true,
|
|
5043
|
-
"readonly": true
|
|
5044
|
-
},
|
|
5045
4996
|
{
|
|
5046
4997
|
"kind": "method",
|
|
5047
|
-
"name": "
|
|
4998
|
+
"name": "_valuetype",
|
|
5048
4999
|
"parameters": [
|
|
5049
5000
|
{
|
|
5050
|
-
"name": "
|
|
5001
|
+
"name": "property",
|
|
5051
5002
|
"type": {
|
|
5052
|
-
"text": "
|
|
5003
|
+
"text": "string"
|
|
5053
5004
|
}
|
|
5054
5005
|
}
|
|
5055
5006
|
]
|
|
5056
5007
|
},
|
|
5057
5008
|
{
|
|
5058
|
-
"kind": "
|
|
5059
|
-
"name": "
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
"
|
|
5064
|
-
|
|
5065
|
-
{
|
|
5066
|
-
"kind": "method",
|
|
5067
|
-
"name": "_pasteDataBindingMapper"
|
|
5009
|
+
"kind": "field",
|
|
5010
|
+
"name": "_keep_saved_rule_params",
|
|
5011
|
+
"type": {
|
|
5012
|
+
"text": "boolean"
|
|
5013
|
+
},
|
|
5014
|
+
"privacy": "private",
|
|
5015
|
+
"default": "false"
|
|
5068
5016
|
},
|
|
5069
5017
|
{
|
|
5070
5018
|
"kind": "method",
|
|
5071
|
-
"name": "
|
|
5019
|
+
"name": "_onChangedMapping"
|
|
5072
5020
|
},
|
|
5073
5021
|
{
|
|
5074
5022
|
"kind": "method",
|
|
5075
|
-
"name": "
|
|
5023
|
+
"name": "_onChangeRule",
|
|
5076
5024
|
"parameters": [
|
|
5077
5025
|
{
|
|
5078
5026
|
"name": "e",
|
|
@@ -5080,99 +5028,53 @@
|
|
|
5080
5028
|
"text": "Event"
|
|
5081
5029
|
}
|
|
5082
5030
|
}
|
|
5083
|
-
]
|
|
5084
|
-
"inheritedFrom": {
|
|
5085
|
-
"name": "AbstractProperty",
|
|
5086
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5087
|
-
}
|
|
5088
|
-
},
|
|
5089
|
-
{
|
|
5090
|
-
"kind": "field",
|
|
5091
|
-
"name": "tabContainer",
|
|
5092
|
-
"readonly": true
|
|
5031
|
+
]
|
|
5093
5032
|
},
|
|
5094
5033
|
{
|
|
5095
5034
|
"kind": "method",
|
|
5096
|
-
"name": "
|
|
5035
|
+
"name": "_onChange",
|
|
5097
5036
|
"parameters": [
|
|
5098
5037
|
{
|
|
5099
5038
|
"name": "e",
|
|
5100
5039
|
"type": {
|
|
5101
|
-
"text": "
|
|
5040
|
+
"text": "Event"
|
|
5102
5041
|
}
|
|
5103
5042
|
}
|
|
5104
5043
|
]
|
|
5105
|
-
},
|
|
5106
|
-
{
|
|
5107
|
-
"kind": "method",
|
|
5108
|
-
"name": "_onTabScroll"
|
|
5109
|
-
},
|
|
5110
|
-
{
|
|
5111
|
-
"kind": "method",
|
|
5112
|
-
"name": "_onTabScrollNavLeft"
|
|
5113
|
-
},
|
|
5114
|
-
{
|
|
5115
|
-
"kind": "method",
|
|
5116
|
-
"name": "_onTabScrollNavRight"
|
|
5117
|
-
},
|
|
5118
|
-
{
|
|
5119
|
-
"kind": "method",
|
|
5120
|
-
"name": "_getValueFromEventTarget",
|
|
5121
|
-
"parameters": [
|
|
5122
|
-
{
|
|
5123
|
-
"name": "element",
|
|
5124
|
-
"type": {
|
|
5125
|
-
"text": "HTMLElement"
|
|
5126
|
-
}
|
|
5127
|
-
}
|
|
5128
|
-
],
|
|
5129
|
-
"inheritedFrom": {
|
|
5130
|
-
"name": "AbstractProperty",
|
|
5131
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5132
|
-
}
|
|
5133
|
-
},
|
|
5134
|
-
{
|
|
5135
|
-
"kind": "method",
|
|
5136
|
-
"name": "_onAfterValueChange",
|
|
5137
|
-
"parameters": [
|
|
5138
|
-
{
|
|
5139
|
-
"name": "key",
|
|
5140
|
-
"type": {
|
|
5141
|
-
"text": "string"
|
|
5142
|
-
}
|
|
5143
|
-
},
|
|
5144
|
-
{
|
|
5145
|
-
"name": "value",
|
|
5146
|
-
"type": {
|
|
5147
|
-
"text": "any"
|
|
5148
|
-
}
|
|
5149
|
-
}
|
|
5150
|
-
],
|
|
5151
|
-
"inheritedFrom": {
|
|
5152
|
-
"name": "AbstractProperty",
|
|
5153
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5154
|
-
}
|
|
5155
5044
|
}
|
|
5156
5045
|
],
|
|
5157
5046
|
"events": [
|
|
5158
5047
|
{
|
|
5159
|
-
"name": "
|
|
5048
|
+
"name": "value-change",
|
|
5160
5049
|
"type": {
|
|
5161
5050
|
"text": "CustomEvent"
|
|
5162
|
-
},
|
|
5163
|
-
"inheritedFrom": {
|
|
5164
|
-
"name": "AbstractProperty",
|
|
5165
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5166
5051
|
}
|
|
5167
5052
|
}
|
|
5168
5053
|
],
|
|
5169
5054
|
"attributes": [
|
|
5170
5055
|
{
|
|
5171
|
-
"name": "
|
|
5056
|
+
"name": "mapping",
|
|
5172
5057
|
"type": {
|
|
5173
|
-
"text": "
|
|
5058
|
+
"text": "Mapping"
|
|
5174
5059
|
},
|
|
5175
|
-
"
|
|
5060
|
+
"default": "{ rule: 'value' }",
|
|
5061
|
+
"fieldName": "mapping"
|
|
5062
|
+
},
|
|
5063
|
+
{
|
|
5064
|
+
"name": "rule",
|
|
5065
|
+
"type": {
|
|
5066
|
+
"text": "Rule"
|
|
5067
|
+
},
|
|
5068
|
+
"default": "{}",
|
|
5069
|
+
"fieldName": "rule"
|
|
5070
|
+
},
|
|
5071
|
+
{
|
|
5072
|
+
"name": "properties",
|
|
5073
|
+
"type": {
|
|
5074
|
+
"text": "Properties[]"
|
|
5075
|
+
},
|
|
5076
|
+
"default": "[]",
|
|
5077
|
+
"fieldName": "properties"
|
|
5176
5078
|
},
|
|
5177
5079
|
{
|
|
5178
5080
|
"name": "scene",
|
|
@@ -5182,58 +5084,132 @@
|
|
|
5182
5084
|
"fieldName": "scene"
|
|
5183
5085
|
}
|
|
5184
5086
|
],
|
|
5185
|
-
"
|
|
5087
|
+
"superclass": {
|
|
5088
|
+
"name": "LitElement",
|
|
5089
|
+
"package": "lit"
|
|
5090
|
+
},
|
|
5091
|
+
"customElement": true
|
|
5092
|
+
}
|
|
5093
|
+
],
|
|
5094
|
+
"exports": [
|
|
5095
|
+
{
|
|
5096
|
+
"kind": "js",
|
|
5097
|
+
"name": "DataBindingMapper",
|
|
5098
|
+
"declaration": {
|
|
5099
|
+
"name": "DataBindingMapper",
|
|
5100
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5101
|
+
}
|
|
5102
|
+
}
|
|
5103
|
+
]
|
|
5104
|
+
},
|
|
5105
|
+
{
|
|
5106
|
+
"kind": "javascript-module",
|
|
5107
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5108
|
+
"declarations": [
|
|
5109
|
+
{
|
|
5110
|
+
"kind": "class",
|
|
5111
|
+
"description": "",
|
|
5112
|
+
"name": "DataBindingValueMap",
|
|
5113
|
+
"members": [
|
|
5186
5114
|
{
|
|
5187
|
-
"
|
|
5188
|
-
"
|
|
5115
|
+
"kind": "method",
|
|
5116
|
+
"name": "valueInputTemplate",
|
|
5117
|
+
"parameters": [
|
|
5118
|
+
{
|
|
5119
|
+
"name": "value",
|
|
5120
|
+
"optional": true,
|
|
5121
|
+
"type": {
|
|
5122
|
+
"text": "any"
|
|
5123
|
+
}
|
|
5124
|
+
}
|
|
5125
|
+
]
|
|
5189
5126
|
}
|
|
5190
5127
|
],
|
|
5191
5128
|
"superclass": {
|
|
5192
|
-
"name": "
|
|
5193
|
-
"
|
|
5194
|
-
}
|
|
5129
|
+
"name": "OxInputValueMap",
|
|
5130
|
+
"package": "@operato/input"
|
|
5131
|
+
},
|
|
5132
|
+
"tagName": "data-binding-value-map",
|
|
5133
|
+
"customElement": true
|
|
5195
5134
|
}
|
|
5196
5135
|
],
|
|
5197
5136
|
"exports": [
|
|
5198
5137
|
{
|
|
5199
5138
|
"kind": "js",
|
|
5200
|
-
"name": "
|
|
5139
|
+
"name": "DataBindingValueMap",
|
|
5201
5140
|
"declaration": {
|
|
5202
|
-
"name": "
|
|
5203
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5141
|
+
"name": "DataBindingValueMap",
|
|
5142
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5143
|
+
}
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"kind": "custom-element-definition",
|
|
5147
|
+
"name": "data-binding-value-map",
|
|
5148
|
+
"declaration": {
|
|
5149
|
+
"name": "DataBindingValueMap",
|
|
5150
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5204
5151
|
}
|
|
5205
5152
|
}
|
|
5206
5153
|
]
|
|
5207
5154
|
},
|
|
5208
5155
|
{
|
|
5209
5156
|
"kind": "javascript-module",
|
|
5210
|
-
"path": "src/modeller/property-sidebar/
|
|
5157
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
5211
5158
|
"declarations": [
|
|
5212
5159
|
{
|
|
5213
|
-
"kind": "
|
|
5214
|
-
"
|
|
5215
|
-
"
|
|
5160
|
+
"kind": "class",
|
|
5161
|
+
"description": "",
|
|
5162
|
+
"name": "DataBindingValueRange",
|
|
5163
|
+
"members": [
|
|
5164
|
+
{
|
|
5165
|
+
"kind": "method",
|
|
5166
|
+
"name": "valueInputTemplate",
|
|
5167
|
+
"parameters": [
|
|
5168
|
+
{
|
|
5169
|
+
"name": "value",
|
|
5170
|
+
"optional": true,
|
|
5171
|
+
"type": {
|
|
5172
|
+
"text": "any"
|
|
5173
|
+
}
|
|
5174
|
+
}
|
|
5175
|
+
]
|
|
5176
|
+
}
|
|
5177
|
+
],
|
|
5178
|
+
"superclass": {
|
|
5179
|
+
"name": "OxInputValueRange",
|
|
5180
|
+
"package": "@operato/input"
|
|
5181
|
+
},
|
|
5182
|
+
"tagName": "data-binding-value-range",
|
|
5183
|
+
"customElement": true
|
|
5216
5184
|
}
|
|
5217
5185
|
],
|
|
5218
5186
|
"exports": [
|
|
5219
5187
|
{
|
|
5220
5188
|
"kind": "js",
|
|
5221
|
-
"name": "
|
|
5189
|
+
"name": "DataBindingValueRange",
|
|
5222
5190
|
"declaration": {
|
|
5223
|
-
"name": "
|
|
5224
|
-
"module": "src/modeller/property-sidebar/
|
|
5191
|
+
"name": "DataBindingValueRange",
|
|
5192
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5193
|
+
}
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"kind": "custom-element-definition",
|
|
5197
|
+
"name": "data-binding-value-range",
|
|
5198
|
+
"declaration": {
|
|
5199
|
+
"name": "DataBindingValueRange",
|
|
5200
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5225
5201
|
}
|
|
5226
5202
|
}
|
|
5227
5203
|
]
|
|
5228
5204
|
},
|
|
5229
5205
|
{
|
|
5230
5206
|
"kind": "javascript-module",
|
|
5231
|
-
"path": "src/modeller/property-sidebar/
|
|
5207
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
5232
5208
|
"declarations": [
|
|
5233
5209
|
{
|
|
5234
5210
|
"kind": "class",
|
|
5235
5211
|
"description": "",
|
|
5236
|
-
"name": "
|
|
5212
|
+
"name": "PropertyDataBinding",
|
|
5237
5213
|
"members": [
|
|
5238
5214
|
{
|
|
5239
5215
|
"kind": "field",
|
|
@@ -5253,40 +5229,137 @@
|
|
|
5253
5229
|
},
|
|
5254
5230
|
{
|
|
5255
5231
|
"kind": "field",
|
|
5256
|
-
"name": "
|
|
5232
|
+
"name": "mappingIndex",
|
|
5257
5233
|
"type": {
|
|
5258
|
-
"text": "
|
|
5234
|
+
"text": "number"
|
|
5259
5235
|
},
|
|
5260
|
-
"default": "
|
|
5261
|
-
"attribute": "selected"
|
|
5236
|
+
"default": "0"
|
|
5262
5237
|
},
|
|
5263
5238
|
{
|
|
5264
5239
|
"kind": "field",
|
|
5265
|
-
"name": "
|
|
5266
|
-
"
|
|
5267
|
-
|
|
5268
|
-
},
|
|
5269
|
-
{
|
|
5270
|
-
"kind": "method",
|
|
5271
|
-
"name": "_onValueChange",
|
|
5272
|
-
"parameters": [
|
|
5273
|
-
{
|
|
5274
|
-
"name": "e",
|
|
5275
|
-
"type": {
|
|
5276
|
-
"text": "Event"
|
|
5277
|
-
}
|
|
5278
|
-
}
|
|
5279
|
-
],
|
|
5280
|
-
"inheritedFrom": {
|
|
5281
|
-
"name": "AbstractProperty",
|
|
5282
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5240
|
+
"name": "_afterRender",
|
|
5241
|
+
"type": {
|
|
5242
|
+
"text": "Function | null | undefined"
|
|
5283
5243
|
}
|
|
5284
5244
|
},
|
|
5285
5245
|
{
|
|
5286
|
-
"kind": "
|
|
5287
|
-
"name": "
|
|
5288
|
-
"
|
|
5289
|
-
|
|
5246
|
+
"kind": "field",
|
|
5247
|
+
"name": "_dataExpanded",
|
|
5248
|
+
"type": {
|
|
5249
|
+
"text": "boolean"
|
|
5250
|
+
},
|
|
5251
|
+
"default": "true"
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"kind": "field",
|
|
5255
|
+
"name": "tabs",
|
|
5256
|
+
"type": {
|
|
5257
|
+
"text": "HTMLElement"
|
|
5258
|
+
}
|
|
5259
|
+
},
|
|
5260
|
+
{
|
|
5261
|
+
"kind": "field",
|
|
5262
|
+
"name": "tabNavLeftButton",
|
|
5263
|
+
"type": {
|
|
5264
|
+
"text": "HTMLElement"
|
|
5265
|
+
}
|
|
5266
|
+
},
|
|
5267
|
+
{
|
|
5268
|
+
"kind": "field",
|
|
5269
|
+
"name": "tabNavRightButton",
|
|
5270
|
+
"type": {
|
|
5271
|
+
"text": "HTMLElement"
|
|
5272
|
+
}
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"kind": "field",
|
|
5276
|
+
"name": "mappings",
|
|
5277
|
+
"readonly": true
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
"kind": "field",
|
|
5281
|
+
"name": "scopedElements",
|
|
5282
|
+
"static": true,
|
|
5283
|
+
"readonly": true
|
|
5284
|
+
},
|
|
5285
|
+
{
|
|
5286
|
+
"kind": "method",
|
|
5287
|
+
"name": "_setMappingIndex",
|
|
5288
|
+
"parameters": [
|
|
5289
|
+
{
|
|
5290
|
+
"name": "idx",
|
|
5291
|
+
"type": {
|
|
5292
|
+
"text": "number"
|
|
5293
|
+
}
|
|
5294
|
+
}
|
|
5295
|
+
]
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"kind": "method",
|
|
5299
|
+
"name": "_clearDataBindingMapper"
|
|
5300
|
+
},
|
|
5301
|
+
{
|
|
5302
|
+
"kind": "method",
|
|
5303
|
+
"name": "_copyDataBindingMapper"
|
|
5304
|
+
},
|
|
5305
|
+
{
|
|
5306
|
+
"kind": "method",
|
|
5307
|
+
"name": "_pasteDataBindingMapper"
|
|
5308
|
+
},
|
|
5309
|
+
{
|
|
5310
|
+
"kind": "method",
|
|
5311
|
+
"name": "_onValueChanged"
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"kind": "method",
|
|
5315
|
+
"name": "_onValueChange",
|
|
5316
|
+
"parameters": [
|
|
5317
|
+
{
|
|
5318
|
+
"name": "e",
|
|
5319
|
+
"type": {
|
|
5320
|
+
"text": "Event"
|
|
5321
|
+
}
|
|
5322
|
+
}
|
|
5323
|
+
],
|
|
5324
|
+
"inheritedFrom": {
|
|
5325
|
+
"name": "AbstractProperty",
|
|
5326
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5327
|
+
}
|
|
5328
|
+
},
|
|
5329
|
+
{
|
|
5330
|
+
"kind": "field",
|
|
5331
|
+
"name": "tabContainer",
|
|
5332
|
+
"readonly": true
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"kind": "method",
|
|
5336
|
+
"name": "_onMappingChanged",
|
|
5337
|
+
"parameters": [
|
|
5338
|
+
{
|
|
5339
|
+
"name": "e",
|
|
5340
|
+
"type": {
|
|
5341
|
+
"text": "CustomEvent"
|
|
5342
|
+
}
|
|
5343
|
+
}
|
|
5344
|
+
]
|
|
5345
|
+
},
|
|
5346
|
+
{
|
|
5347
|
+
"kind": "method",
|
|
5348
|
+
"name": "_onTabScroll"
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"kind": "method",
|
|
5352
|
+
"name": "_onTabScrollNavLeft"
|
|
5353
|
+
},
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "method",
|
|
5356
|
+
"name": "_onTabScrollNavRight"
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"kind": "method",
|
|
5360
|
+
"name": "_getValueFromEventTarget",
|
|
5361
|
+
"parameters": [
|
|
5362
|
+
{
|
|
5290
5363
|
"name": "element",
|
|
5291
5364
|
"type": {
|
|
5292
5365
|
"text": "HTMLElement"
|
|
@@ -5321,6 +5394,18 @@
|
|
|
5321
5394
|
}
|
|
5322
5395
|
}
|
|
5323
5396
|
],
|
|
5397
|
+
"events": [
|
|
5398
|
+
{
|
|
5399
|
+
"name": "property-change",
|
|
5400
|
+
"type": {
|
|
5401
|
+
"text": "CustomEvent"
|
|
5402
|
+
},
|
|
5403
|
+
"inheritedFrom": {
|
|
5404
|
+
"name": "AbstractProperty",
|
|
5405
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5406
|
+
}
|
|
5407
|
+
}
|
|
5408
|
+
],
|
|
5324
5409
|
"attributes": [
|
|
5325
5410
|
{
|
|
5326
5411
|
"name": "value",
|
|
@@ -5335,14 +5420,6 @@
|
|
|
5335
5420
|
"text": "Scene | undefined"
|
|
5336
5421
|
},
|
|
5337
5422
|
"fieldName": "scene"
|
|
5338
|
-
},
|
|
5339
|
-
{
|
|
5340
|
-
"name": "selected",
|
|
5341
|
-
"type": {
|
|
5342
|
-
"text": "Component[]"
|
|
5343
|
-
},
|
|
5344
|
-
"default": "[]",
|
|
5345
|
-
"fieldName": "selected"
|
|
5346
5423
|
}
|
|
5347
5424
|
],
|
|
5348
5425
|
"mixins": [
|
|
@@ -5354,40 +5431,49 @@
|
|
|
5354
5431
|
"superclass": {
|
|
5355
5432
|
"name": "AbstractProperty",
|
|
5356
5433
|
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5357
|
-
}
|
|
5358
|
-
"events": [
|
|
5359
|
-
{
|
|
5360
|
-
"name": "property-change",
|
|
5361
|
-
"type": {
|
|
5362
|
-
"text": "CustomEvent"
|
|
5363
|
-
},
|
|
5364
|
-
"inheritedFrom": {
|
|
5365
|
-
"name": "AbstractProperty",
|
|
5366
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5367
|
-
}
|
|
5368
|
-
}
|
|
5369
|
-
]
|
|
5434
|
+
}
|
|
5370
5435
|
}
|
|
5371
5436
|
],
|
|
5372
5437
|
"exports": [
|
|
5373
5438
|
{
|
|
5374
5439
|
"kind": "js",
|
|
5375
|
-
"name": "
|
|
5440
|
+
"name": "PropertyDataBinding",
|
|
5376
5441
|
"declaration": {
|
|
5377
|
-
"name": "
|
|
5378
|
-
"module": "src/modeller/property-sidebar/
|
|
5442
|
+
"name": "PropertyDataBinding",
|
|
5443
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5379
5444
|
}
|
|
5380
5445
|
}
|
|
5381
5446
|
]
|
|
5382
5447
|
},
|
|
5383
5448
|
{
|
|
5384
5449
|
"kind": "javascript-module",
|
|
5385
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
5450
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5451
|
+
"declarations": [
|
|
5452
|
+
{
|
|
5453
|
+
"kind": "variable",
|
|
5454
|
+
"name": "EffectsSharedStyle",
|
|
5455
|
+
"default": "css` :host { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } * { align-self: stretch; } label { grid-column: span 3; text-align: right; text-transform: capitalize; align-self: center; } input, select, ox-input-angle, ox-input-color, [custom-editor] { grid-column: span 7; } input, select, ox-input-angle input, ox-input-color input, [custom-editor] input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } input[type='checkbox'] { grid-column: 4 / 5; align-self: center; } label.checkbox-label { grid-column: span 6; text-align: left; } [fullwidth] { grid-column: 1 / -1; } `"
|
|
5456
|
+
}
|
|
5457
|
+
],
|
|
5458
|
+
"exports": [
|
|
5459
|
+
{
|
|
5460
|
+
"kind": "js",
|
|
5461
|
+
"name": "EffectsSharedStyle",
|
|
5462
|
+
"declaration": {
|
|
5463
|
+
"name": "EffectsSharedStyle",
|
|
5464
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
]
|
|
5468
|
+
},
|
|
5469
|
+
{
|
|
5470
|
+
"kind": "javascript-module",
|
|
5471
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5386
5472
|
"declarations": [
|
|
5387
5473
|
{
|
|
5388
5474
|
"kind": "class",
|
|
5389
5475
|
"description": "",
|
|
5390
|
-
"name": "
|
|
5476
|
+
"name": "PropertyEffects",
|
|
5391
5477
|
"members": [
|
|
5392
5478
|
{
|
|
5393
5479
|
"kind": "field",
|
|
@@ -5405,53 +5491,73 @@
|
|
|
5405
5491
|
},
|
|
5406
5492
|
"attribute": "scene"
|
|
5407
5493
|
},
|
|
5494
|
+
{
|
|
5495
|
+
"kind": "field",
|
|
5496
|
+
"name": "selected",
|
|
5497
|
+
"type": {
|
|
5498
|
+
"text": "Component[]"
|
|
5499
|
+
},
|
|
5500
|
+
"default": "[]",
|
|
5501
|
+
"attribute": "selected"
|
|
5502
|
+
},
|
|
5503
|
+
{
|
|
5504
|
+
"kind": "field",
|
|
5505
|
+
"name": "scopedElements",
|
|
5506
|
+
"static": true,
|
|
5507
|
+
"readonly": true
|
|
5508
|
+
},
|
|
5408
5509
|
{
|
|
5409
5510
|
"kind": "method",
|
|
5410
|
-
"name": "
|
|
5511
|
+
"name": "_onValueChange",
|
|
5411
5512
|
"parameters": [
|
|
5412
5513
|
{
|
|
5413
|
-
"name": "
|
|
5514
|
+
"name": "e",
|
|
5414
5515
|
"type": {
|
|
5415
|
-
"text": "
|
|
5516
|
+
"text": "Event"
|
|
5416
5517
|
}
|
|
5417
5518
|
}
|
|
5418
|
-
]
|
|
5519
|
+
],
|
|
5520
|
+
"inheritedFrom": {
|
|
5521
|
+
"name": "AbstractProperty",
|
|
5522
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5523
|
+
}
|
|
5419
5524
|
},
|
|
5420
5525
|
{
|
|
5421
5526
|
"kind": "method",
|
|
5422
|
-
"name": "
|
|
5423
|
-
"return": {
|
|
5424
|
-
"type": {
|
|
5425
|
-
"text": "{ value: string; description: string }[]"
|
|
5426
|
-
}
|
|
5427
|
-
},
|
|
5527
|
+
"name": "_getValueFromEventTarget",
|
|
5428
5528
|
"parameters": [
|
|
5429
5529
|
{
|
|
5430
|
-
"name": "
|
|
5530
|
+
"name": "element",
|
|
5431
5531
|
"type": {
|
|
5432
|
-
"text": "
|
|
5532
|
+
"text": "HTMLElement"
|
|
5433
5533
|
}
|
|
5434
5534
|
}
|
|
5435
|
-
]
|
|
5535
|
+
],
|
|
5536
|
+
"inheritedFrom": {
|
|
5537
|
+
"name": "AbstractProperty",
|
|
5538
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5539
|
+
}
|
|
5436
5540
|
},
|
|
5437
5541
|
{
|
|
5438
5542
|
"kind": "method",
|
|
5439
|
-
"name": "
|
|
5543
|
+
"name": "_onAfterValueChange",
|
|
5440
5544
|
"parameters": [
|
|
5441
5545
|
{
|
|
5442
|
-
"name": "
|
|
5546
|
+
"name": "key",
|
|
5443
5547
|
"type": {
|
|
5444
|
-
"text": "
|
|
5548
|
+
"text": "string"
|
|
5549
|
+
}
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"name": "value",
|
|
5553
|
+
"type": {
|
|
5554
|
+
"text": "any"
|
|
5445
5555
|
}
|
|
5446
5556
|
}
|
|
5447
|
-
]
|
|
5448
|
-
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
{
|
|
5452
|
-
"name": "change",
|
|
5453
|
-
"type": {
|
|
5454
|
-
"text": "CustomEvent"
|
|
5557
|
+
],
|
|
5558
|
+
"inheritedFrom": {
|
|
5559
|
+
"name": "AbstractProperty",
|
|
5560
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5455
5561
|
}
|
|
5456
5562
|
}
|
|
5457
5563
|
],
|
|
@@ -5469,12 +5575,146 @@
|
|
|
5469
5575
|
"text": "Scene | undefined"
|
|
5470
5576
|
},
|
|
5471
5577
|
"fieldName": "scene"
|
|
5472
|
-
}
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5476
|
-
|
|
5477
|
-
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"name": "selected",
|
|
5581
|
+
"type": {
|
|
5582
|
+
"text": "Component[]"
|
|
5583
|
+
},
|
|
5584
|
+
"default": "[]",
|
|
5585
|
+
"fieldName": "selected"
|
|
5586
|
+
}
|
|
5587
|
+
],
|
|
5588
|
+
"mixins": [
|
|
5589
|
+
{
|
|
5590
|
+
"name": "ScopedElementsMixin",
|
|
5591
|
+
"package": "@open-wc/scoped-elements"
|
|
5592
|
+
}
|
|
5593
|
+
],
|
|
5594
|
+
"superclass": {
|
|
5595
|
+
"name": "AbstractProperty",
|
|
5596
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5597
|
+
},
|
|
5598
|
+
"events": [
|
|
5599
|
+
{
|
|
5600
|
+
"name": "property-change",
|
|
5601
|
+
"type": {
|
|
5602
|
+
"text": "CustomEvent"
|
|
5603
|
+
},
|
|
5604
|
+
"inheritedFrom": {
|
|
5605
|
+
"name": "AbstractProperty",
|
|
5606
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5607
|
+
}
|
|
5608
|
+
}
|
|
5609
|
+
]
|
|
5610
|
+
}
|
|
5611
|
+
],
|
|
5612
|
+
"exports": [
|
|
5613
|
+
{
|
|
5614
|
+
"kind": "js",
|
|
5615
|
+
"name": "PropertyEffects",
|
|
5616
|
+
"declaration": {
|
|
5617
|
+
"name": "PropertyEffects",
|
|
5618
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5619
|
+
}
|
|
5620
|
+
}
|
|
5621
|
+
]
|
|
5622
|
+
},
|
|
5623
|
+
{
|
|
5624
|
+
"kind": "javascript-module",
|
|
5625
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5626
|
+
"declarations": [
|
|
5627
|
+
{
|
|
5628
|
+
"kind": "class",
|
|
5629
|
+
"description": "",
|
|
5630
|
+
"name": "PropertyEventHover",
|
|
5631
|
+
"members": [
|
|
5632
|
+
{
|
|
5633
|
+
"kind": "field",
|
|
5634
|
+
"name": "value",
|
|
5635
|
+
"type": {
|
|
5636
|
+
"text": "Properties | undefined"
|
|
5637
|
+
},
|
|
5638
|
+
"attribute": "value"
|
|
5639
|
+
},
|
|
5640
|
+
{
|
|
5641
|
+
"kind": "field",
|
|
5642
|
+
"name": "scene",
|
|
5643
|
+
"type": {
|
|
5644
|
+
"text": "Scene | undefined"
|
|
5645
|
+
},
|
|
5646
|
+
"attribute": "scene"
|
|
5647
|
+
},
|
|
5648
|
+
{
|
|
5649
|
+
"kind": "method",
|
|
5650
|
+
"name": "_getPlaceHoder",
|
|
5651
|
+
"parameters": [
|
|
5652
|
+
{
|
|
5653
|
+
"name": "action",
|
|
5654
|
+
"type": {
|
|
5655
|
+
"text": "string"
|
|
5656
|
+
}
|
|
5657
|
+
}
|
|
5658
|
+
]
|
|
5659
|
+
},
|
|
5660
|
+
{
|
|
5661
|
+
"kind": "method",
|
|
5662
|
+
"name": "_getTargetList",
|
|
5663
|
+
"return": {
|
|
5664
|
+
"type": {
|
|
5665
|
+
"text": "{ value: string; description: string }[]"
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5668
|
+
"parameters": [
|
|
5669
|
+
{
|
|
5670
|
+
"name": "action",
|
|
5671
|
+
"type": {
|
|
5672
|
+
"text": "string"
|
|
5673
|
+
}
|
|
5674
|
+
}
|
|
5675
|
+
]
|
|
5676
|
+
},
|
|
5677
|
+
{
|
|
5678
|
+
"kind": "method",
|
|
5679
|
+
"name": "_onValueChange",
|
|
5680
|
+
"parameters": [
|
|
5681
|
+
{
|
|
5682
|
+
"name": "e",
|
|
5683
|
+
"type": {
|
|
5684
|
+
"text": "Event"
|
|
5685
|
+
}
|
|
5686
|
+
}
|
|
5687
|
+
]
|
|
5688
|
+
}
|
|
5689
|
+
],
|
|
5690
|
+
"events": [
|
|
5691
|
+
{
|
|
5692
|
+
"name": "change",
|
|
5693
|
+
"type": {
|
|
5694
|
+
"text": "CustomEvent"
|
|
5695
|
+
}
|
|
5696
|
+
}
|
|
5697
|
+
],
|
|
5698
|
+
"attributes": [
|
|
5699
|
+
{
|
|
5700
|
+
"name": "value",
|
|
5701
|
+
"type": {
|
|
5702
|
+
"text": "Properties | undefined"
|
|
5703
|
+
},
|
|
5704
|
+
"fieldName": "value"
|
|
5705
|
+
},
|
|
5706
|
+
{
|
|
5707
|
+
"name": "scene",
|
|
5708
|
+
"type": {
|
|
5709
|
+
"text": "Scene | undefined"
|
|
5710
|
+
},
|
|
5711
|
+
"fieldName": "scene"
|
|
5712
|
+
}
|
|
5713
|
+
],
|
|
5714
|
+
"superclass": {
|
|
5715
|
+
"name": "LitElement",
|
|
5716
|
+
"package": "lit"
|
|
5717
|
+
},
|
|
5478
5718
|
"customElement": true
|
|
5479
5719
|
}
|
|
5480
5720
|
],
|
|
@@ -5758,501 +5998,18 @@
|
|
|
5758
5998
|
"name": "element",
|
|
5759
5999
|
"type": {
|
|
5760
6000
|
"text": "any"
|
|
5761
|
-
}
|
|
5762
|
-
}
|
|
5763
|
-
]
|
|
5764
|
-
}
|
|
5765
|
-
],
|
|
5766
|
-
"exports": [
|
|
5767
|
-
{
|
|
5768
|
-
"kind": "js",
|
|
5769
|
-
"name": "convert",
|
|
5770
|
-
"declaration": {
|
|
5771
|
-
"name": "convert",
|
|
5772
|
-
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5773
|
-
}
|
|
5774
|
-
}
|
|
5775
|
-
]
|
|
5776
|
-
},
|
|
5777
|
-
{
|
|
5778
|
-
"kind": "javascript-module",
|
|
5779
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5780
|
-
"declarations": [
|
|
5781
|
-
{
|
|
5782
|
-
"kind": "class",
|
|
5783
|
-
"description": "",
|
|
5784
|
-
"name": "SceneInspector",
|
|
5785
|
-
"members": [
|
|
5786
|
-
{
|
|
5787
|
-
"kind": "field",
|
|
5788
|
-
"name": "scene",
|
|
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",
|
|
5806
|
-
"type": {
|
|
5807
|
-
"text": "any"
|
|
5808
|
-
},
|
|
5809
|
-
"privacy": "private"
|
|
5810
|
-
},
|
|
5811
|
-
{
|
|
5812
|
-
"kind": "field",
|
|
5813
|
-
"name": "show",
|
|
5814
|
-
"type": {
|
|
5815
|
-
"text": "boolean"
|
|
5816
|
-
},
|
|
5817
|
-
"privacy": "private",
|
|
5818
|
-
"default": "false"
|
|
5819
|
-
},
|
|
5820
|
-
{
|
|
5821
|
-
"kind": "field",
|
|
5822
|
-
"name": "count",
|
|
5823
|
-
"type": {
|
|
5824
|
-
"text": "number"
|
|
5825
|
-
},
|
|
5826
|
-
"privacy": "private",
|
|
5827
|
-
"default": "-1"
|
|
5828
|
-
},
|
|
5829
|
-
{
|
|
5830
|
-
"kind": "method",
|
|
5831
|
-
"name": "disconnectScene",
|
|
5832
|
-
"parameters": [
|
|
5833
|
-
{
|
|
5834
|
-
"name": "scene",
|
|
5835
|
-
"optional": true,
|
|
5836
|
-
"type": {
|
|
5837
|
-
"text": "Scene"
|
|
5838
|
-
}
|
|
5839
|
-
}
|
|
5840
|
-
]
|
|
5841
|
-
},
|
|
5842
|
-
{
|
|
5843
|
-
"kind": "method",
|
|
5844
|
-
"name": "refresh"
|
|
5845
|
-
},
|
|
5846
|
-
{
|
|
5847
|
-
"kind": "method",
|
|
5848
|
-
"name": "_onclick",
|
|
5849
|
-
"parameters": [
|
|
5850
|
-
{
|
|
5851
|
-
"name": "e",
|
|
5852
|
-
"type": {
|
|
5853
|
-
"text": "MouseEvent"
|
|
5854
|
-
}
|
|
5855
|
-
}
|
|
5856
|
-
]
|
|
5857
|
-
},
|
|
5858
|
-
{
|
|
5859
|
-
"kind": "method",
|
|
5860
|
-
"name": "_ondblclick",
|
|
5861
|
-
"parameters": [
|
|
5862
|
-
{
|
|
5863
|
-
"name": "e",
|
|
5864
|
-
"type": {
|
|
5865
|
-
"text": "MouseEvent"
|
|
5866
|
-
}
|
|
5867
|
-
}
|
|
5868
|
-
]
|
|
5869
|
-
},
|
|
5870
|
-
{
|
|
5871
|
-
"kind": "field",
|
|
5872
|
-
"name": "extendedMap",
|
|
5873
|
-
"readonly": true
|
|
5874
|
-
},
|
|
5875
|
-
{
|
|
5876
|
-
"kind": "method",
|
|
5877
|
-
"name": "getNodeHandleClass",
|
|
5878
|
-
"parameters": [
|
|
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
|
-
}
|
|
5949
|
-
},
|
|
5950
|
-
"parameters": [
|
|
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
|
-
]
|
|
5965
|
-
},
|
|
5966
|
-
{
|
|
5967
|
-
"kind": "method",
|
|
5968
|
-
"name": "renderComponent",
|
|
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",
|
|
5993
|
-
"type": {
|
|
5994
|
-
"text": "Scene | undefined"
|
|
5995
|
-
},
|
|
5996
|
-
"fieldName": "scene"
|
|
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": [
|
|
6047
|
-
{
|
|
6048
|
-
"kind": "field",
|
|
6049
|
-
"name": "value",
|
|
6050
|
-
"type": {
|
|
6051
|
-
"text": "Properties | undefined"
|
|
6052
|
-
},
|
|
6053
|
-
"attribute": "value"
|
|
6054
|
-
},
|
|
6055
|
-
{
|
|
6056
|
-
"kind": "field",
|
|
6057
|
-
"name": "bounds",
|
|
6058
|
-
"type": {
|
|
6059
|
-
"text": "BOUNDS | null"
|
|
6060
|
-
},
|
|
6061
|
-
"default": "null",
|
|
6062
|
-
"attribute": "bounds"
|
|
6063
|
-
},
|
|
6064
|
-
{
|
|
6065
|
-
"kind": "field",
|
|
6066
|
-
"name": "selected",
|
|
6067
|
-
"type": {
|
|
6068
|
-
"text": "Component[]"
|
|
6069
|
-
},
|
|
6070
|
-
"default": "[]",
|
|
6071
|
-
"attribute": "selected"
|
|
6072
|
-
},
|
|
6073
|
-
{
|
|
6074
|
-
"kind": "method",
|
|
6075
|
-
"name": "_onValueChange",
|
|
6076
|
-
"parameters": [
|
|
6077
|
-
{
|
|
6078
|
-
"name": "e",
|
|
6079
|
-
"type": {
|
|
6080
|
-
"text": "Event"
|
|
6081
|
-
}
|
|
6082
|
-
}
|
|
6083
|
-
],
|
|
6084
|
-
"inheritedFrom": {
|
|
6085
|
-
"name": "AbstractProperty",
|
|
6086
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
-
}
|
|
6088
|
-
},
|
|
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
|
-
{
|
|
6114
|
-
"kind": "method",
|
|
6115
|
-
"name": "_isIdentifiable",
|
|
6116
|
-
"parameters": [
|
|
6117
|
-
{
|
|
6118
|
-
"name": "selected",
|
|
6119
|
-
"type": {
|
|
6120
|
-
"text": "Component[]"
|
|
6121
|
-
}
|
|
6122
|
-
}
|
|
6123
|
-
]
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "method",
|
|
6127
|
-
"name": "_isClassIdentifiable",
|
|
6128
|
-
"parameters": [
|
|
6129
|
-
{
|
|
6130
|
-
"name": "selected",
|
|
6131
|
-
"type": {
|
|
6132
|
-
"text": "Component[]"
|
|
6133
|
-
}
|
|
6134
|
-
}
|
|
6135
|
-
]
|
|
6136
|
-
},
|
|
6137
|
-
{
|
|
6138
|
-
"kind": "method",
|
|
6139
|
-
"name": "_isLine",
|
|
6140
|
-
"parameters": [
|
|
6141
|
-
{
|
|
6142
|
-
"name": "selected",
|
|
6143
|
-
"type": {
|
|
6144
|
-
"text": "Component[]"
|
|
6145
|
-
}
|
|
6146
|
-
}
|
|
6147
|
-
]
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"kind": "method",
|
|
6151
|
-
"name": "_is3dish",
|
|
6152
|
-
"parameters": [
|
|
6153
|
-
{
|
|
6154
|
-
"name": "selected",
|
|
6155
|
-
"type": {
|
|
6156
|
-
"text": "Component[]"
|
|
6157
|
-
}
|
|
6158
|
-
}
|
|
6159
|
-
]
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"kind": "method",
|
|
6163
|
-
"name": "_getValueFromEventTarget",
|
|
6164
|
-
"parameters": [
|
|
6165
|
-
{
|
|
6166
|
-
"name": "element",
|
|
6167
|
-
"type": {
|
|
6168
|
-
"text": "HTMLElement"
|
|
6169
|
-
}
|
|
6170
|
-
}
|
|
6171
|
-
],
|
|
6172
|
-
"inheritedFrom": {
|
|
6173
|
-
"name": "AbstractProperty",
|
|
6174
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6175
|
-
}
|
|
6176
|
-
},
|
|
6177
|
-
{
|
|
6178
|
-
"kind": "method",
|
|
6179
|
-
"name": "_onAfterValueChange",
|
|
6180
|
-
"parameters": [
|
|
6181
|
-
{
|
|
6182
|
-
"name": "key",
|
|
6183
|
-
"type": {
|
|
6184
|
-
"text": "string"
|
|
6185
|
-
}
|
|
6186
|
-
},
|
|
6187
|
-
{
|
|
6188
|
-
"name": "value",
|
|
6189
|
-
"type": {
|
|
6190
|
-
"text": "any"
|
|
6191
|
-
}
|
|
6192
|
-
}
|
|
6193
|
-
],
|
|
6194
|
-
"inheritedFrom": {
|
|
6195
|
-
"name": "AbstractProperty",
|
|
6196
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6197
|
-
}
|
|
6198
|
-
}
|
|
6199
|
-
],
|
|
6200
|
-
"events": [
|
|
6201
|
-
{
|
|
6202
|
-
"name": "bounds-change",
|
|
6203
|
-
"type": {
|
|
6204
|
-
"text": "CustomEvent"
|
|
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"
|
|
6223
|
-
},
|
|
6224
|
-
"fieldName": "value"
|
|
6225
|
-
},
|
|
6226
|
-
{
|
|
6227
|
-
"name": "bounds",
|
|
6228
|
-
"type": {
|
|
6229
|
-
"text": "BOUNDS | null"
|
|
6230
|
-
},
|
|
6231
|
-
"default": "null",
|
|
6232
|
-
"fieldName": "bounds"
|
|
6233
|
-
},
|
|
6234
|
-
{
|
|
6235
|
-
"name": "selected",
|
|
6236
|
-
"type": {
|
|
6237
|
-
"text": "Component[]"
|
|
6238
|
-
},
|
|
6239
|
-
"default": "[]",
|
|
6240
|
-
"fieldName": "selected"
|
|
6001
|
+
}
|
|
6241
6002
|
}
|
|
6242
|
-
]
|
|
6243
|
-
"superclass": {
|
|
6244
|
-
"name": "AbstractProperty",
|
|
6245
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
-
}
|
|
6003
|
+
]
|
|
6247
6004
|
}
|
|
6248
6005
|
],
|
|
6249
6006
|
"exports": [
|
|
6250
6007
|
{
|
|
6251
6008
|
"kind": "js",
|
|
6252
|
-
"name": "
|
|
6009
|
+
"name": "convert",
|
|
6253
6010
|
"declaration": {
|
|
6254
|
-
"name": "
|
|
6255
|
-
"module": "src/modeller/property-sidebar/
|
|
6011
|
+
"name": "convert",
|
|
6012
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
6256
6013
|
}
|
|
6257
6014
|
}
|
|
6258
6015
|
]
|
|
@@ -6604,6 +6361,249 @@
|
|
|
6604
6361
|
}
|
|
6605
6362
|
]
|
|
6606
6363
|
},
|
|
6364
|
+
{
|
|
6365
|
+
"kind": "javascript-module",
|
|
6366
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6367
|
+
"declarations": [
|
|
6368
|
+
{
|
|
6369
|
+
"kind": "variable",
|
|
6370
|
+
"name": "BoxPaddingEditorStyles",
|
|
6371
|
+
"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; } `"
|
|
6372
|
+
}
|
|
6373
|
+
],
|
|
6374
|
+
"exports": [
|
|
6375
|
+
{
|
|
6376
|
+
"kind": "js",
|
|
6377
|
+
"name": "BoxPaddingEditorStyles",
|
|
6378
|
+
"declaration": {
|
|
6379
|
+
"name": "BoxPaddingEditorStyles",
|
|
6380
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6381
|
+
}
|
|
6382
|
+
}
|
|
6383
|
+
]
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"kind": "javascript-module",
|
|
6387
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6388
|
+
"declarations": [
|
|
6389
|
+
{
|
|
6390
|
+
"kind": "class",
|
|
6391
|
+
"description": "",
|
|
6392
|
+
"name": "PropertyShapes",
|
|
6393
|
+
"members": [
|
|
6394
|
+
{
|
|
6395
|
+
"kind": "field",
|
|
6396
|
+
"name": "value",
|
|
6397
|
+
"type": {
|
|
6398
|
+
"text": "Properties | undefined"
|
|
6399
|
+
},
|
|
6400
|
+
"attribute": "value"
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
"kind": "field",
|
|
6404
|
+
"name": "bounds",
|
|
6405
|
+
"type": {
|
|
6406
|
+
"text": "BOUNDS | null"
|
|
6407
|
+
},
|
|
6408
|
+
"default": "null",
|
|
6409
|
+
"attribute": "bounds"
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
"kind": "field",
|
|
6413
|
+
"name": "selected",
|
|
6414
|
+
"type": {
|
|
6415
|
+
"text": "Component[]"
|
|
6416
|
+
},
|
|
6417
|
+
"default": "[]",
|
|
6418
|
+
"attribute": "selected"
|
|
6419
|
+
},
|
|
6420
|
+
{
|
|
6421
|
+
"kind": "method",
|
|
6422
|
+
"name": "_onValueChange",
|
|
6423
|
+
"parameters": [
|
|
6424
|
+
{
|
|
6425
|
+
"name": "e",
|
|
6426
|
+
"type": {
|
|
6427
|
+
"text": "Event"
|
|
6428
|
+
}
|
|
6429
|
+
}
|
|
6430
|
+
],
|
|
6431
|
+
"inheritedFrom": {
|
|
6432
|
+
"name": "AbstractProperty",
|
|
6433
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6434
|
+
}
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "method",
|
|
6438
|
+
"name": "_hasTextProperty",
|
|
6439
|
+
"parameters": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "selected",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "Component[]"
|
|
6444
|
+
}
|
|
6445
|
+
}
|
|
6446
|
+
]
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"kind": "method",
|
|
6450
|
+
"name": "_hasProperties",
|
|
6451
|
+
"parameters": [
|
|
6452
|
+
{
|
|
6453
|
+
"name": "selected",
|
|
6454
|
+
"type": {
|
|
6455
|
+
"text": "Component[]"
|
|
6456
|
+
}
|
|
6457
|
+
}
|
|
6458
|
+
]
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "method",
|
|
6462
|
+
"name": "_isIdentifiable",
|
|
6463
|
+
"parameters": [
|
|
6464
|
+
{
|
|
6465
|
+
"name": "selected",
|
|
6466
|
+
"type": {
|
|
6467
|
+
"text": "Component[]"
|
|
6468
|
+
}
|
|
6469
|
+
}
|
|
6470
|
+
]
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"kind": "method",
|
|
6474
|
+
"name": "_isClassIdentifiable",
|
|
6475
|
+
"parameters": [
|
|
6476
|
+
{
|
|
6477
|
+
"name": "selected",
|
|
6478
|
+
"type": {
|
|
6479
|
+
"text": "Component[]"
|
|
6480
|
+
}
|
|
6481
|
+
}
|
|
6482
|
+
]
|
|
6483
|
+
},
|
|
6484
|
+
{
|
|
6485
|
+
"kind": "method",
|
|
6486
|
+
"name": "_isLine",
|
|
6487
|
+
"parameters": [
|
|
6488
|
+
{
|
|
6489
|
+
"name": "selected",
|
|
6490
|
+
"type": {
|
|
6491
|
+
"text": "Component[]"
|
|
6492
|
+
}
|
|
6493
|
+
}
|
|
6494
|
+
]
|
|
6495
|
+
},
|
|
6496
|
+
{
|
|
6497
|
+
"kind": "method",
|
|
6498
|
+
"name": "_is3dish",
|
|
6499
|
+
"parameters": [
|
|
6500
|
+
{
|
|
6501
|
+
"name": "selected",
|
|
6502
|
+
"type": {
|
|
6503
|
+
"text": "Component[]"
|
|
6504
|
+
}
|
|
6505
|
+
}
|
|
6506
|
+
]
|
|
6507
|
+
},
|
|
6508
|
+
{
|
|
6509
|
+
"kind": "method",
|
|
6510
|
+
"name": "_getValueFromEventTarget",
|
|
6511
|
+
"parameters": [
|
|
6512
|
+
{
|
|
6513
|
+
"name": "element",
|
|
6514
|
+
"type": {
|
|
6515
|
+
"text": "HTMLElement"
|
|
6516
|
+
}
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"inheritedFrom": {
|
|
6520
|
+
"name": "AbstractProperty",
|
|
6521
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6522
|
+
}
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"kind": "method",
|
|
6526
|
+
"name": "_onAfterValueChange",
|
|
6527
|
+
"parameters": [
|
|
6528
|
+
{
|
|
6529
|
+
"name": "key",
|
|
6530
|
+
"type": {
|
|
6531
|
+
"text": "string"
|
|
6532
|
+
}
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "value",
|
|
6536
|
+
"type": {
|
|
6537
|
+
"text": "any"
|
|
6538
|
+
}
|
|
6539
|
+
}
|
|
6540
|
+
],
|
|
6541
|
+
"inheritedFrom": {
|
|
6542
|
+
"name": "AbstractProperty",
|
|
6543
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6544
|
+
}
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"events": [
|
|
6548
|
+
{
|
|
6549
|
+
"name": "bounds-change",
|
|
6550
|
+
"type": {
|
|
6551
|
+
"text": "CustomEvent"
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "property-change",
|
|
6556
|
+
"type": {
|
|
6557
|
+
"text": "CustomEvent"
|
|
6558
|
+
},
|
|
6559
|
+
"inheritedFrom": {
|
|
6560
|
+
"name": "AbstractProperty",
|
|
6561
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6562
|
+
}
|
|
6563
|
+
}
|
|
6564
|
+
],
|
|
6565
|
+
"attributes": [
|
|
6566
|
+
{
|
|
6567
|
+
"name": "value",
|
|
6568
|
+
"type": {
|
|
6569
|
+
"text": "Properties | undefined"
|
|
6570
|
+
},
|
|
6571
|
+
"fieldName": "value"
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"name": "bounds",
|
|
6575
|
+
"type": {
|
|
6576
|
+
"text": "BOUNDS | null"
|
|
6577
|
+
},
|
|
6578
|
+
"default": "null",
|
|
6579
|
+
"fieldName": "bounds"
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"name": "selected",
|
|
6583
|
+
"type": {
|
|
6584
|
+
"text": "Component[]"
|
|
6585
|
+
},
|
|
6586
|
+
"default": "[]",
|
|
6587
|
+
"fieldName": "selected"
|
|
6588
|
+
}
|
|
6589
|
+
],
|
|
6590
|
+
"superclass": {
|
|
6591
|
+
"name": "AbstractProperty",
|
|
6592
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6593
|
+
}
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"exports": [
|
|
6597
|
+
{
|
|
6598
|
+
"kind": "js",
|
|
6599
|
+
"name": "PropertyShapes",
|
|
6600
|
+
"declaration": {
|
|
6601
|
+
"name": "PropertyShapes",
|
|
6602
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6603
|
+
}
|
|
6604
|
+
}
|
|
6605
|
+
]
|
|
6606
|
+
},
|
|
6607
6607
|
{
|
|
6608
6608
|
"kind": "javascript-module",
|
|
6609
6609
|
"path": "src/modeller/property-sidebar/styles/styles.ts",
|