@fmsim/board 1.0.8 → 1.0.10
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",
|
|
@@ -4690,41 +4690,30 @@
|
|
|
4690
4690
|
},
|
|
4691
4691
|
{
|
|
4692
4692
|
"kind": "javascript-module",
|
|
4693
|
-
"path": "src/modeller/property-sidebar/
|
|
4694
|
-
"declarations": [
|
|
4695
|
-
{
|
|
4696
|
-
"kind": "variable",
|
|
4697
|
-
"name": "EffectsSharedStyle",
|
|
4698
|
-
"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; } `"
|
|
4699
|
-
}
|
|
4700
|
-
],
|
|
4701
|
-
"exports": [
|
|
4702
|
-
{
|
|
4703
|
-
"kind": "js",
|
|
4704
|
-
"name": "EffectsSharedStyle",
|
|
4705
|
-
"declaration": {
|
|
4706
|
-
"name": "EffectsSharedStyle",
|
|
4707
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
4708
|
-
}
|
|
4709
|
-
}
|
|
4710
|
-
]
|
|
4711
|
-
},
|
|
4712
|
-
{
|
|
4713
|
-
"kind": "javascript-module",
|
|
4714
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
4693
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
4715
4694
|
"declarations": [
|
|
4716
4695
|
{
|
|
4717
4696
|
"kind": "class",
|
|
4718
|
-
"description": "",
|
|
4719
|
-
"name": "
|
|
4697
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
4698
|
+
"name": "DataBindingMapper",
|
|
4720
4699
|
"members": [
|
|
4721
4700
|
{
|
|
4722
4701
|
"kind": "field",
|
|
4723
|
-
"name": "
|
|
4702
|
+
"name": "mapping",
|
|
4724
4703
|
"type": {
|
|
4725
|
-
"text": "
|
|
4704
|
+
"text": "Mapping"
|
|
4726
4705
|
},
|
|
4727
|
-
"
|
|
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"
|
|
4728
4717
|
},
|
|
4729
4718
|
{
|
|
4730
4719
|
"kind": "field",
|
|
@@ -4736,350 +4725,251 @@
|
|
|
4736
4725
|
},
|
|
4737
4726
|
{
|
|
4738
4727
|
"kind": "field",
|
|
4739
|
-
"name": "
|
|
4728
|
+
"name": "_valueTypes",
|
|
4740
4729
|
"type": {
|
|
4741
|
-
"text": "
|
|
4730
|
+
"text": "any"
|
|
4742
4731
|
},
|
|
4743
|
-
"default": "
|
|
4744
|
-
"attribute": "selected"
|
|
4732
|
+
"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' }"
|
|
4745
4733
|
},
|
|
4746
4734
|
{
|
|
4747
4735
|
"kind": "field",
|
|
4748
|
-
"name": "
|
|
4749
|
-
"
|
|
4750
|
-
|
|
4736
|
+
"name": "_componentIds",
|
|
4737
|
+
"type": {
|
|
4738
|
+
"text": "{ value: string; description: string }[]"
|
|
4739
|
+
},
|
|
4740
|
+
"default": "[]"
|
|
4741
|
+
},
|
|
4742
|
+
{
|
|
4743
|
+
"kind": "field",
|
|
4744
|
+
"name": "editor",
|
|
4745
|
+
"type": {
|
|
4746
|
+
"text": "HTMLInputElement"
|
|
4747
|
+
}
|
|
4748
|
+
},
|
|
4749
|
+
{
|
|
4750
|
+
"kind": "field",
|
|
4751
|
+
"name": "target",
|
|
4752
|
+
"type": {
|
|
4753
|
+
"text": "HTMLInputElement"
|
|
4754
|
+
}
|
|
4751
4755
|
},
|
|
4752
4756
|
{
|
|
4753
4757
|
"kind": "method",
|
|
4754
|
-
"name": "
|
|
4758
|
+
"name": "_valuetype",
|
|
4755
4759
|
"parameters": [
|
|
4756
4760
|
{
|
|
4757
|
-
"name": "
|
|
4761
|
+
"name": "property",
|
|
4758
4762
|
"type": {
|
|
4759
|
-
"text": "
|
|
4763
|
+
"text": "string"
|
|
4760
4764
|
}
|
|
4761
4765
|
}
|
|
4762
|
-
]
|
|
4763
|
-
|
|
4764
|
-
|
|
4765
|
-
|
|
4766
|
-
|
|
4766
|
+
]
|
|
4767
|
+
},
|
|
4768
|
+
{
|
|
4769
|
+
"kind": "field",
|
|
4770
|
+
"name": "_keep_saved_rule_params",
|
|
4771
|
+
"type": {
|
|
4772
|
+
"text": "boolean"
|
|
4773
|
+
},
|
|
4774
|
+
"privacy": "private",
|
|
4775
|
+
"default": "false"
|
|
4767
4776
|
},
|
|
4768
4777
|
{
|
|
4769
4778
|
"kind": "method",
|
|
4770
|
-
"name": "
|
|
4779
|
+
"name": "_onChangedMapping"
|
|
4780
|
+
},
|
|
4781
|
+
{
|
|
4782
|
+
"kind": "method",
|
|
4783
|
+
"name": "_onChangeRule",
|
|
4771
4784
|
"parameters": [
|
|
4772
4785
|
{
|
|
4773
|
-
"name": "
|
|
4786
|
+
"name": "e",
|
|
4774
4787
|
"type": {
|
|
4775
|
-
"text": "
|
|
4788
|
+
"text": "Event"
|
|
4776
4789
|
}
|
|
4777
4790
|
}
|
|
4778
|
-
]
|
|
4779
|
-
"inheritedFrom": {
|
|
4780
|
-
"name": "AbstractProperty",
|
|
4781
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4782
|
-
}
|
|
4791
|
+
]
|
|
4783
4792
|
},
|
|
4784
4793
|
{
|
|
4785
4794
|
"kind": "method",
|
|
4786
|
-
"name": "
|
|
4795
|
+
"name": "_onChange",
|
|
4787
4796
|
"parameters": [
|
|
4788
4797
|
{
|
|
4789
|
-
"name": "
|
|
4790
|
-
"type": {
|
|
4791
|
-
"text": "string"
|
|
4792
|
-
}
|
|
4793
|
-
},
|
|
4794
|
-
{
|
|
4795
|
-
"name": "value",
|
|
4798
|
+
"name": "e",
|
|
4796
4799
|
"type": {
|
|
4797
|
-
"text": "
|
|
4800
|
+
"text": "Event"
|
|
4798
4801
|
}
|
|
4799
4802
|
}
|
|
4800
|
-
]
|
|
4801
|
-
"inheritedFrom": {
|
|
4802
|
-
"name": "AbstractProperty",
|
|
4803
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4804
|
-
}
|
|
4803
|
+
]
|
|
4805
4804
|
}
|
|
4806
4805
|
],
|
|
4807
|
-
"
|
|
4806
|
+
"events": [
|
|
4808
4807
|
{
|
|
4809
|
-
"name": "value",
|
|
4808
|
+
"name": "value-change",
|
|
4810
4809
|
"type": {
|
|
4811
|
-
"text": "
|
|
4810
|
+
"text": "CustomEvent"
|
|
4811
|
+
}
|
|
4812
|
+
}
|
|
4813
|
+
],
|
|
4814
|
+
"attributes": [
|
|
4815
|
+
{
|
|
4816
|
+
"name": "mapping",
|
|
4817
|
+
"type": {
|
|
4818
|
+
"text": "Mapping"
|
|
4812
4819
|
},
|
|
4813
|
-
"
|
|
4820
|
+
"default": "{ rule: 'value' }",
|
|
4821
|
+
"fieldName": "mapping"
|
|
4814
4822
|
},
|
|
4815
4823
|
{
|
|
4816
|
-
"name": "
|
|
4824
|
+
"name": "rule",
|
|
4817
4825
|
"type": {
|
|
4818
|
-
"text": "
|
|
4826
|
+
"text": "Rule"
|
|
4819
4827
|
},
|
|
4820
|
-
"
|
|
4828
|
+
"default": "{}",
|
|
4829
|
+
"fieldName": "rule"
|
|
4821
4830
|
},
|
|
4822
4831
|
{
|
|
4823
|
-
"name": "
|
|
4832
|
+
"name": "properties",
|
|
4824
4833
|
"type": {
|
|
4825
|
-
"text": "
|
|
4834
|
+
"text": "Properties[]"
|
|
4826
4835
|
},
|
|
4827
4836
|
"default": "[]",
|
|
4828
|
-
"fieldName": "
|
|
4829
|
-
}
|
|
4830
|
-
],
|
|
4831
|
-
"mixins": [
|
|
4837
|
+
"fieldName": "properties"
|
|
4838
|
+
},
|
|
4832
4839
|
{
|
|
4833
|
-
"name": "
|
|
4834
|
-
"
|
|
4840
|
+
"name": "scene",
|
|
4841
|
+
"type": {
|
|
4842
|
+
"text": "Scene | undefined"
|
|
4843
|
+
},
|
|
4844
|
+
"fieldName": "scene"
|
|
4835
4845
|
}
|
|
4836
4846
|
],
|
|
4837
4847
|
"superclass": {
|
|
4838
|
-
"name": "
|
|
4839
|
-
"
|
|
4848
|
+
"name": "LitElement",
|
|
4849
|
+
"package": "lit"
|
|
4840
4850
|
},
|
|
4841
|
-
"
|
|
4842
|
-
{
|
|
4843
|
-
"name": "property-change",
|
|
4844
|
-
"type": {
|
|
4845
|
-
"text": "CustomEvent"
|
|
4846
|
-
},
|
|
4847
|
-
"inheritedFrom": {
|
|
4848
|
-
"name": "AbstractProperty",
|
|
4849
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4850
|
-
}
|
|
4851
|
-
}
|
|
4852
|
-
]
|
|
4851
|
+
"customElement": true
|
|
4853
4852
|
}
|
|
4854
4853
|
],
|
|
4855
4854
|
"exports": [
|
|
4856
4855
|
{
|
|
4857
4856
|
"kind": "js",
|
|
4858
|
-
"name": "
|
|
4857
|
+
"name": "DataBindingMapper",
|
|
4859
4858
|
"declaration": {
|
|
4860
|
-
"name": "
|
|
4861
|
-
"module": "src/modeller/property-sidebar/
|
|
4859
|
+
"name": "DataBindingMapper",
|
|
4860
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
4862
4861
|
}
|
|
4863
4862
|
}
|
|
4864
4863
|
]
|
|
4865
4864
|
},
|
|
4866
4865
|
{
|
|
4867
4866
|
"kind": "javascript-module",
|
|
4868
|
-
"path": "src/modeller/property-sidebar/
|
|
4867
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
4869
4868
|
"declarations": [
|
|
4870
4869
|
{
|
|
4871
4870
|
"kind": "class",
|
|
4872
4871
|
"description": "",
|
|
4873
|
-
"name": "
|
|
4872
|
+
"name": "DataBindingValueMap",
|
|
4874
4873
|
"members": [
|
|
4875
|
-
{
|
|
4876
|
-
"kind": "field",
|
|
4877
|
-
"name": "value",
|
|
4878
|
-
"type": {
|
|
4879
|
-
"text": "Properties | undefined"
|
|
4880
|
-
},
|
|
4881
|
-
"attribute": "value"
|
|
4882
|
-
},
|
|
4883
|
-
{
|
|
4884
|
-
"kind": "field",
|
|
4885
|
-
"name": "scene",
|
|
4886
|
-
"type": {
|
|
4887
|
-
"text": "Scene | undefined"
|
|
4888
|
-
},
|
|
4889
|
-
"attribute": "scene"
|
|
4890
|
-
},
|
|
4891
|
-
{
|
|
4892
|
-
"kind": "method",
|
|
4893
|
-
"name": "_getPlaceHoder",
|
|
4894
|
-
"parameters": [
|
|
4895
|
-
{
|
|
4896
|
-
"name": "action",
|
|
4897
|
-
"type": {
|
|
4898
|
-
"text": "string"
|
|
4899
|
-
}
|
|
4900
|
-
}
|
|
4901
|
-
]
|
|
4902
|
-
},
|
|
4903
|
-
{
|
|
4904
|
-
"kind": "method",
|
|
4905
|
-
"name": "_getTargetList",
|
|
4906
|
-
"return": {
|
|
4907
|
-
"type": {
|
|
4908
|
-
"text": "{ value: string; description: string }[]"
|
|
4909
|
-
}
|
|
4910
|
-
},
|
|
4911
|
-
"parameters": [
|
|
4912
|
-
{
|
|
4913
|
-
"name": "action",
|
|
4914
|
-
"type": {
|
|
4915
|
-
"text": "string"
|
|
4916
|
-
}
|
|
4917
|
-
}
|
|
4918
|
-
]
|
|
4919
|
-
},
|
|
4920
4874
|
{
|
|
4921
4875
|
"kind": "method",
|
|
4922
|
-
"name": "
|
|
4876
|
+
"name": "valueInputTemplate",
|
|
4923
4877
|
"parameters": [
|
|
4924
4878
|
{
|
|
4925
|
-
"name": "
|
|
4879
|
+
"name": "value",
|
|
4880
|
+
"optional": true,
|
|
4926
4881
|
"type": {
|
|
4927
|
-
"text": "
|
|
4882
|
+
"text": "any"
|
|
4928
4883
|
}
|
|
4929
4884
|
}
|
|
4930
4885
|
]
|
|
4931
4886
|
}
|
|
4932
4887
|
],
|
|
4933
|
-
"events": [
|
|
4934
|
-
{
|
|
4935
|
-
"name": "change",
|
|
4936
|
-
"type": {
|
|
4937
|
-
"text": "CustomEvent"
|
|
4938
|
-
}
|
|
4939
|
-
}
|
|
4940
|
-
],
|
|
4941
|
-
"attributes": [
|
|
4942
|
-
{
|
|
4943
|
-
"name": "value",
|
|
4944
|
-
"type": {
|
|
4945
|
-
"text": "Properties | undefined"
|
|
4946
|
-
},
|
|
4947
|
-
"fieldName": "value"
|
|
4948
|
-
},
|
|
4949
|
-
{
|
|
4950
|
-
"name": "scene",
|
|
4951
|
-
"type": {
|
|
4952
|
-
"text": "Scene | undefined"
|
|
4953
|
-
},
|
|
4954
|
-
"fieldName": "scene"
|
|
4955
|
-
}
|
|
4956
|
-
],
|
|
4957
4888
|
"superclass": {
|
|
4958
|
-
"name": "
|
|
4959
|
-
"package": "
|
|
4889
|
+
"name": "OxInputValueMap",
|
|
4890
|
+
"package": "@operato/input"
|
|
4960
4891
|
},
|
|
4892
|
+
"tagName": "data-binding-value-map",
|
|
4961
4893
|
"customElement": true
|
|
4962
4894
|
}
|
|
4963
4895
|
],
|
|
4964
4896
|
"exports": [
|
|
4965
4897
|
{
|
|
4966
4898
|
"kind": "js",
|
|
4967
|
-
"name": "
|
|
4899
|
+
"name": "DataBindingValueMap",
|
|
4968
4900
|
"declaration": {
|
|
4969
|
-
"name": "
|
|
4970
|
-
"module": "src/modeller/property-sidebar/
|
|
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"
|
|
4971
4911
|
}
|
|
4972
4912
|
}
|
|
4973
4913
|
]
|
|
4974
4914
|
},
|
|
4975
4915
|
{
|
|
4976
4916
|
"kind": "javascript-module",
|
|
4977
|
-
"path": "src/modeller/property-sidebar/
|
|
4917
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
4978
4918
|
"declarations": [
|
|
4979
4919
|
{
|
|
4980
4920
|
"kind": "class",
|
|
4981
4921
|
"description": "",
|
|
4982
|
-
"name": "
|
|
4922
|
+
"name": "DataBindingValueRange",
|
|
4983
4923
|
"members": [
|
|
4984
|
-
{
|
|
4985
|
-
"kind": "field",
|
|
4986
|
-
"name": "value",
|
|
4987
|
-
"type": {
|
|
4988
|
-
"text": "Properties | undefined"
|
|
4989
|
-
},
|
|
4990
|
-
"attribute": "value"
|
|
4991
|
-
},
|
|
4992
|
-
{
|
|
4993
|
-
"kind": "field",
|
|
4994
|
-
"name": "scene",
|
|
4995
|
-
"type": {
|
|
4996
|
-
"text": "Scene | undefined"
|
|
4997
|
-
},
|
|
4998
|
-
"attribute": "scene"
|
|
4999
|
-
},
|
|
5000
|
-
{
|
|
5001
|
-
"kind": "field",
|
|
5002
|
-
"name": "targetList",
|
|
5003
|
-
"type": {
|
|
5004
|
-
"text": "{ value: string; description: string }[]"
|
|
5005
|
-
},
|
|
5006
|
-
"default": "[]"
|
|
5007
|
-
},
|
|
5008
|
-
{
|
|
5009
|
-
"kind": "method",
|
|
5010
|
-
"name": "_getPlaceHoder",
|
|
5011
|
-
"parameters": [
|
|
5012
|
-
{
|
|
5013
|
-
"name": "action",
|
|
5014
|
-
"type": {
|
|
5015
|
-
"text": "string"
|
|
5016
|
-
}
|
|
5017
|
-
}
|
|
5018
|
-
]
|
|
5019
|
-
},
|
|
5020
4924
|
{
|
|
5021
4925
|
"kind": "method",
|
|
5022
|
-
"name": "
|
|
4926
|
+
"name": "valueInputTemplate",
|
|
5023
4927
|
"parameters": [
|
|
5024
4928
|
{
|
|
5025
|
-
"name": "
|
|
4929
|
+
"name": "value",
|
|
4930
|
+
"optional": true,
|
|
5026
4931
|
"type": {
|
|
5027
|
-
"text": "
|
|
4932
|
+
"text": "any"
|
|
5028
4933
|
}
|
|
5029
4934
|
}
|
|
5030
4935
|
]
|
|
5031
4936
|
}
|
|
5032
4937
|
],
|
|
5033
|
-
"events": [
|
|
5034
|
-
{
|
|
5035
|
-
"name": "change",
|
|
5036
|
-
"type": {
|
|
5037
|
-
"text": "CustomEvent"
|
|
5038
|
-
}
|
|
5039
|
-
}
|
|
5040
|
-
],
|
|
5041
|
-
"attributes": [
|
|
5042
|
-
{
|
|
5043
|
-
"name": "value",
|
|
5044
|
-
"type": {
|
|
5045
|
-
"text": "Properties | undefined"
|
|
5046
|
-
},
|
|
5047
|
-
"fieldName": "value"
|
|
5048
|
-
},
|
|
5049
|
-
{
|
|
5050
|
-
"name": "scene",
|
|
5051
|
-
"type": {
|
|
5052
|
-
"text": "Scene | undefined"
|
|
5053
|
-
},
|
|
5054
|
-
"fieldName": "scene"
|
|
5055
|
-
}
|
|
5056
|
-
],
|
|
5057
4938
|
"superclass": {
|
|
5058
|
-
"name": "
|
|
5059
|
-
"package": "
|
|
4939
|
+
"name": "OxInputValueRange",
|
|
4940
|
+
"package": "@operato/input"
|
|
5060
4941
|
},
|
|
4942
|
+
"tagName": "data-binding-value-range",
|
|
5061
4943
|
"customElement": true
|
|
5062
4944
|
}
|
|
5063
4945
|
],
|
|
5064
4946
|
"exports": [
|
|
5065
4947
|
{
|
|
5066
4948
|
"kind": "js",
|
|
5067
|
-
"name": "
|
|
4949
|
+
"name": "DataBindingValueRange",
|
|
5068
4950
|
"declaration": {
|
|
5069
|
-
"name": "
|
|
5070
|
-
"module": "src/modeller/property-sidebar/
|
|
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",
|
|
4958
|
+
"declaration": {
|
|
4959
|
+
"name": "DataBindingValueRange",
|
|
4960
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5071
4961
|
}
|
|
5072
4962
|
}
|
|
5073
4963
|
]
|
|
5074
4964
|
},
|
|
5075
4965
|
{
|
|
5076
4966
|
"kind": "javascript-module",
|
|
5077
|
-
"path": "src/modeller/property-sidebar/
|
|
4967
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
5078
4968
|
"declarations": [
|
|
5079
4969
|
{
|
|
5080
4970
|
"kind": "class",
|
|
5081
4971
|
"description": "",
|
|
5082
|
-
"name": "
|
|
4972
|
+
"name": "PropertyDataBinding",
|
|
5083
4973
|
"members": [
|
|
5084
4974
|
{
|
|
5085
4975
|
"kind": "field",
|
|
@@ -5099,10 +4989,87 @@
|
|
|
5099
4989
|
},
|
|
5100
4990
|
{
|
|
5101
4991
|
"kind": "field",
|
|
5102
|
-
"name": "
|
|
5103
|
-
"
|
|
4992
|
+
"name": "mappingIndex",
|
|
4993
|
+
"type": {
|
|
4994
|
+
"text": "number"
|
|
4995
|
+
},
|
|
4996
|
+
"default": "0"
|
|
4997
|
+
},
|
|
4998
|
+
{
|
|
4999
|
+
"kind": "field",
|
|
5000
|
+
"name": "_afterRender",
|
|
5001
|
+
"type": {
|
|
5002
|
+
"text": "Function | null | undefined"
|
|
5003
|
+
}
|
|
5004
|
+
},
|
|
5005
|
+
{
|
|
5006
|
+
"kind": "field",
|
|
5007
|
+
"name": "_dataExpanded",
|
|
5008
|
+
"type": {
|
|
5009
|
+
"text": "boolean"
|
|
5010
|
+
},
|
|
5011
|
+
"default": "true"
|
|
5012
|
+
},
|
|
5013
|
+
{
|
|
5014
|
+
"kind": "field",
|
|
5015
|
+
"name": "tabs",
|
|
5016
|
+
"type": {
|
|
5017
|
+
"text": "HTMLElement"
|
|
5018
|
+
}
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"kind": "field",
|
|
5022
|
+
"name": "tabNavLeftButton",
|
|
5023
|
+
"type": {
|
|
5024
|
+
"text": "HTMLElement"
|
|
5025
|
+
}
|
|
5026
|
+
},
|
|
5027
|
+
{
|
|
5028
|
+
"kind": "field",
|
|
5029
|
+
"name": "tabNavRightButton",
|
|
5030
|
+
"type": {
|
|
5031
|
+
"text": "HTMLElement"
|
|
5032
|
+
}
|
|
5033
|
+
},
|
|
5034
|
+
{
|
|
5035
|
+
"kind": "field",
|
|
5036
|
+
"name": "mappings",
|
|
5037
|
+
"readonly": true
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"kind": "field",
|
|
5041
|
+
"name": "scopedElements",
|
|
5042
|
+
"static": true,
|
|
5104
5043
|
"readonly": true
|
|
5105
5044
|
},
|
|
5045
|
+
{
|
|
5046
|
+
"kind": "method",
|
|
5047
|
+
"name": "_setMappingIndex",
|
|
5048
|
+
"parameters": [
|
|
5049
|
+
{
|
|
5050
|
+
"name": "idx",
|
|
5051
|
+
"type": {
|
|
5052
|
+
"text": "number"
|
|
5053
|
+
}
|
|
5054
|
+
}
|
|
5055
|
+
]
|
|
5056
|
+
},
|
|
5057
|
+
{
|
|
5058
|
+
"kind": "method",
|
|
5059
|
+
"name": "_clearDataBindingMapper"
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"kind": "method",
|
|
5063
|
+
"name": "_copyDataBindingMapper"
|
|
5064
|
+
},
|
|
5065
|
+
{
|
|
5066
|
+
"kind": "method",
|
|
5067
|
+
"name": "_pasteDataBindingMapper"
|
|
5068
|
+
},
|
|
5069
|
+
{
|
|
5070
|
+
"kind": "method",
|
|
5071
|
+
"name": "_onValueChanged"
|
|
5072
|
+
},
|
|
5106
5073
|
{
|
|
5107
5074
|
"kind": "method",
|
|
5108
5075
|
"name": "_onValueChange",
|
|
@@ -5113,14 +5080,89 @@
|
|
|
5113
5080
|
"text": "Event"
|
|
5114
5081
|
}
|
|
5115
5082
|
}
|
|
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
|
|
5093
|
+
},
|
|
5094
|
+
{
|
|
5095
|
+
"kind": "method",
|
|
5096
|
+
"name": "_onMappingChanged",
|
|
5097
|
+
"parameters": [
|
|
5098
|
+
{
|
|
5099
|
+
"name": "e",
|
|
5100
|
+
"type": {
|
|
5101
|
+
"text": "CustomEvent"
|
|
5102
|
+
}
|
|
5103
|
+
}
|
|
5116
5104
|
]
|
|
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
|
+
}
|
|
5117
5155
|
}
|
|
5118
5156
|
],
|
|
5119
5157
|
"events": [
|
|
5120
5158
|
{
|
|
5121
|
-
"name": "change",
|
|
5159
|
+
"name": "property-change",
|
|
5122
5160
|
"type": {
|
|
5123
5161
|
"text": "CustomEvent"
|
|
5162
|
+
},
|
|
5163
|
+
"inheritedFrom": {
|
|
5164
|
+
"name": "AbstractProperty",
|
|
5165
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5124
5166
|
}
|
|
5125
5167
|
}
|
|
5126
5168
|
],
|
|
@@ -5147,264 +5189,236 @@
|
|
|
5147
5189
|
}
|
|
5148
5190
|
],
|
|
5149
5191
|
"superclass": {
|
|
5150
|
-
"name": "
|
|
5151
|
-
"
|
|
5152
|
-
}
|
|
5153
|
-
"customElement": true
|
|
5192
|
+
"name": "AbstractProperty",
|
|
5193
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5194
|
+
}
|
|
5154
5195
|
}
|
|
5155
5196
|
],
|
|
5156
5197
|
"exports": [
|
|
5157
5198
|
{
|
|
5158
5199
|
"kind": "js",
|
|
5159
|
-
"name": "
|
|
5200
|
+
"name": "PropertyDataBinding",
|
|
5160
5201
|
"declaration": {
|
|
5161
|
-
"name": "
|
|
5162
|
-
"module": "src/modeller/property-sidebar/
|
|
5202
|
+
"name": "PropertyDataBinding",
|
|
5203
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5163
5204
|
}
|
|
5164
5205
|
}
|
|
5165
5206
|
]
|
|
5166
5207
|
},
|
|
5167
5208
|
{
|
|
5168
5209
|
"kind": "javascript-module",
|
|
5169
|
-
"path": "src/modeller/property-sidebar/
|
|
5210
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5170
5211
|
"declarations": [
|
|
5171
5212
|
{
|
|
5172
5213
|
"kind": "class",
|
|
5173
|
-
"description": "
|
|
5174
|
-
"name": "
|
|
5214
|
+
"description": "",
|
|
5215
|
+
"name": "SceneInspector",
|
|
5175
5216
|
"members": [
|
|
5176
5217
|
{
|
|
5177
5218
|
"kind": "field",
|
|
5178
|
-
"name": "
|
|
5219
|
+
"name": "scene",
|
|
5179
5220
|
"type": {
|
|
5180
|
-
"text": "
|
|
5221
|
+
"text": "Scene | undefined"
|
|
5181
5222
|
},
|
|
5182
|
-
"attribute": "
|
|
5223
|
+
"attribute": "scene"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"kind": "field",
|
|
5227
|
+
"name": "searchText",
|
|
5228
|
+
"type": {
|
|
5229
|
+
"text": "string"
|
|
5230
|
+
},
|
|
5231
|
+
"privacy": "private",
|
|
5232
|
+
"default": "''"
|
|
5233
|
+
},
|
|
5234
|
+
{
|
|
5235
|
+
"kind": "field",
|
|
5236
|
+
"name": "_extendedMap",
|
|
5237
|
+
"type": {
|
|
5238
|
+
"text": "any"
|
|
5239
|
+
},
|
|
5240
|
+
"privacy": "private"
|
|
5241
|
+
},
|
|
5242
|
+
{
|
|
5243
|
+
"kind": "field",
|
|
5244
|
+
"name": "show",
|
|
5245
|
+
"type": {
|
|
5246
|
+
"text": "boolean"
|
|
5247
|
+
},
|
|
5248
|
+
"privacy": "private",
|
|
5249
|
+
"default": "false"
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"kind": "field",
|
|
5253
|
+
"name": "count",
|
|
5254
|
+
"type": {
|
|
5255
|
+
"text": "number"
|
|
5256
|
+
},
|
|
5257
|
+
"privacy": "private",
|
|
5258
|
+
"default": "-1"
|
|
5183
5259
|
},
|
|
5184
5260
|
{
|
|
5185
5261
|
"kind": "method",
|
|
5186
|
-
"name": "
|
|
5262
|
+
"name": "disconnectScene",
|
|
5187
5263
|
"parameters": [
|
|
5188
5264
|
{
|
|
5189
|
-
"name": "
|
|
5265
|
+
"name": "scene",
|
|
5266
|
+
"optional": true,
|
|
5190
5267
|
"type": {
|
|
5191
|
-
"text": "
|
|
5268
|
+
"text": "Scene"
|
|
5192
5269
|
}
|
|
5193
5270
|
}
|
|
5194
5271
|
]
|
|
5195
|
-
}
|
|
5196
|
-
],
|
|
5197
|
-
"events": [
|
|
5272
|
+
},
|
|
5198
5273
|
{
|
|
5199
|
-
"
|
|
5200
|
-
"
|
|
5201
|
-
|
|
5202
|
-
}
|
|
5203
|
-
}
|
|
5204
|
-
],
|
|
5205
|
-
"attributes": [
|
|
5274
|
+
"kind": "method",
|
|
5275
|
+
"name": "refresh"
|
|
5276
|
+
},
|
|
5206
5277
|
{
|
|
5207
|
-
"
|
|
5208
|
-
"
|
|
5209
|
-
|
|
5210
|
-
|
|
5211
|
-
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
|
|
5217
|
-
},
|
|
5218
|
-
"customElement": true
|
|
5219
|
-
}
|
|
5220
|
-
],
|
|
5221
|
-
"exports": [
|
|
5222
|
-
{
|
|
5223
|
-
"kind": "js",
|
|
5224
|
-
"name": "PropertyShadow",
|
|
5225
|
-
"declaration": {
|
|
5226
|
-
"name": "PropertyShadow",
|
|
5227
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5228
|
-
}
|
|
5229
|
-
}
|
|
5230
|
-
]
|
|
5231
|
-
},
|
|
5232
|
-
{
|
|
5233
|
-
"kind": "javascript-module",
|
|
5234
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5235
|
-
"declarations": [
|
|
5236
|
-
{
|
|
5237
|
-
"kind": "function",
|
|
5238
|
-
"name": "convert",
|
|
5239
|
-
"parameters": [
|
|
5240
|
-
{
|
|
5241
|
-
"name": "element",
|
|
5242
|
-
"type": {
|
|
5243
|
-
"text": "any"
|
|
5244
|
-
}
|
|
5245
|
-
}
|
|
5246
|
-
]
|
|
5247
|
-
}
|
|
5248
|
-
],
|
|
5249
|
-
"exports": [
|
|
5250
|
-
{
|
|
5251
|
-
"kind": "js",
|
|
5252
|
-
"name": "convert",
|
|
5253
|
-
"declaration": {
|
|
5254
|
-
"name": "convert",
|
|
5255
|
-
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5256
|
-
}
|
|
5257
|
-
}
|
|
5258
|
-
]
|
|
5259
|
-
},
|
|
5260
|
-
{
|
|
5261
|
-
"kind": "javascript-module",
|
|
5262
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5263
|
-
"declarations": [
|
|
5264
|
-
{
|
|
5265
|
-
"kind": "class",
|
|
5266
|
-
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5267
|
-
"name": "DataBindingMapper",
|
|
5268
|
-
"members": [
|
|
5269
|
-
{
|
|
5270
|
-
"kind": "field",
|
|
5271
|
-
"name": "mapping",
|
|
5272
|
-
"type": {
|
|
5273
|
-
"text": "Mapping"
|
|
5274
|
-
},
|
|
5275
|
-
"default": "{ rule: 'value' }",
|
|
5276
|
-
"attribute": "mapping"
|
|
5277
|
-
},
|
|
5278
|
-
{
|
|
5279
|
-
"kind": "field",
|
|
5280
|
-
"name": "rule",
|
|
5281
|
-
"type": {
|
|
5282
|
-
"text": "Rule"
|
|
5283
|
-
},
|
|
5284
|
-
"default": "{}",
|
|
5285
|
-
"attribute": "rule"
|
|
5286
|
-
},
|
|
5287
|
-
{
|
|
5288
|
-
"kind": "field",
|
|
5289
|
-
"name": "scene",
|
|
5290
|
-
"type": {
|
|
5291
|
-
"text": "Scene | undefined"
|
|
5292
|
-
},
|
|
5293
|
-
"attribute": "scene"
|
|
5278
|
+
"kind": "method",
|
|
5279
|
+
"name": "_onclick",
|
|
5280
|
+
"parameters": [
|
|
5281
|
+
{
|
|
5282
|
+
"name": "e",
|
|
5283
|
+
"type": {
|
|
5284
|
+
"text": "MouseEvent"
|
|
5285
|
+
}
|
|
5286
|
+
}
|
|
5287
|
+
]
|
|
5294
5288
|
},
|
|
5295
5289
|
{
|
|
5296
|
-
"kind": "
|
|
5297
|
-
"name": "
|
|
5298
|
-
"
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5290
|
+
"kind": "method",
|
|
5291
|
+
"name": "_ondblclick",
|
|
5292
|
+
"parameters": [
|
|
5293
|
+
{
|
|
5294
|
+
"name": "e",
|
|
5295
|
+
"type": {
|
|
5296
|
+
"text": "MouseEvent"
|
|
5297
|
+
}
|
|
5298
|
+
}
|
|
5299
|
+
]
|
|
5302
5300
|
},
|
|
5303
5301
|
{
|
|
5304
5302
|
"kind": "field",
|
|
5305
|
-
"name": "
|
|
5306
|
-
"
|
|
5307
|
-
"text": "{ value: string; description: string }[]"
|
|
5308
|
-
},
|
|
5309
|
-
"default": "[]"
|
|
5303
|
+
"name": "extendedMap",
|
|
5304
|
+
"readonly": true
|
|
5310
5305
|
},
|
|
5311
5306
|
{
|
|
5312
|
-
"kind": "
|
|
5313
|
-
"name": "
|
|
5314
|
-
"
|
|
5315
|
-
|
|
5316
|
-
|
|
5307
|
+
"kind": "method",
|
|
5308
|
+
"name": "getNodeHandleClass",
|
|
5309
|
+
"parameters": [
|
|
5310
|
+
{
|
|
5311
|
+
"name": "component",
|
|
5312
|
+
"type": {
|
|
5313
|
+
"text": "Component"
|
|
5314
|
+
}
|
|
5315
|
+
}
|
|
5316
|
+
]
|
|
5317
5317
|
},
|
|
5318
5318
|
{
|
|
5319
|
-
"kind": "
|
|
5320
|
-
"name": "
|
|
5321
|
-
"
|
|
5322
|
-
|
|
5323
|
-
|
|
5319
|
+
"kind": "method",
|
|
5320
|
+
"name": "isExtended",
|
|
5321
|
+
"parameters": [
|
|
5322
|
+
{
|
|
5323
|
+
"name": "component",
|
|
5324
|
+
"type": {
|
|
5325
|
+
"text": "Component"
|
|
5326
|
+
}
|
|
5327
|
+
}
|
|
5328
|
+
]
|
|
5324
5329
|
},
|
|
5325
5330
|
{
|
|
5326
5331
|
"kind": "method",
|
|
5327
|
-
"name": "
|
|
5332
|
+
"name": "toggleExtended",
|
|
5328
5333
|
"parameters": [
|
|
5329
5334
|
{
|
|
5330
|
-
"name": "
|
|
5335
|
+
"name": "component",
|
|
5331
5336
|
"type": {
|
|
5332
|
-
"text": "
|
|
5337
|
+
"text": "Component"
|
|
5333
5338
|
}
|
|
5334
5339
|
}
|
|
5335
5340
|
]
|
|
5336
5341
|
},
|
|
5337
5342
|
{
|
|
5338
|
-
"kind": "
|
|
5339
|
-
"name": "
|
|
5340
|
-
"
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
|
|
5343
|
+
"kind": "method",
|
|
5344
|
+
"name": "toggleHidden",
|
|
5345
|
+
"parameters": [
|
|
5346
|
+
{
|
|
5347
|
+
"name": "component",
|
|
5348
|
+
"type": {
|
|
5349
|
+
"text": "Component"
|
|
5350
|
+
}
|
|
5351
|
+
}
|
|
5352
|
+
]
|
|
5345
5353
|
},
|
|
5346
5354
|
{
|
|
5347
5355
|
"kind": "method",
|
|
5348
|
-
"name": "
|
|
5356
|
+
"name": "selectComponent",
|
|
5357
|
+
"parameters": [
|
|
5358
|
+
{
|
|
5359
|
+
"name": "component",
|
|
5360
|
+
"type": {
|
|
5361
|
+
"text": "Component"
|
|
5362
|
+
}
|
|
5363
|
+
},
|
|
5364
|
+
{
|
|
5365
|
+
"name": "append",
|
|
5366
|
+
"default": "false",
|
|
5367
|
+
"type": {
|
|
5368
|
+
"text": "boolean"
|
|
5369
|
+
}
|
|
5370
|
+
}
|
|
5371
|
+
]
|
|
5349
5372
|
},
|
|
5350
5373
|
{
|
|
5351
5374
|
"kind": "method",
|
|
5352
|
-
"name": "
|
|
5375
|
+
"name": "shouldBeShown",
|
|
5376
|
+
"return": {
|
|
5377
|
+
"type": {
|
|
5378
|
+
"text": "boolean"
|
|
5379
|
+
}
|
|
5380
|
+
},
|
|
5353
5381
|
"parameters": [
|
|
5354
5382
|
{
|
|
5355
|
-
"name": "
|
|
5383
|
+
"name": "component",
|
|
5356
5384
|
"type": {
|
|
5357
|
-
"text": "
|
|
5385
|
+
"text": "Component"
|
|
5386
|
+
}
|
|
5387
|
+
},
|
|
5388
|
+
{
|
|
5389
|
+
"name": "counting",
|
|
5390
|
+
"default": "false",
|
|
5391
|
+
"type": {
|
|
5392
|
+
"text": "boolean"
|
|
5358
5393
|
}
|
|
5359
5394
|
}
|
|
5360
5395
|
]
|
|
5361
5396
|
},
|
|
5362
5397
|
{
|
|
5363
5398
|
"kind": "method",
|
|
5364
|
-
"name": "
|
|
5399
|
+
"name": "renderComponent",
|
|
5400
|
+
"return": {
|
|
5401
|
+
"type": {
|
|
5402
|
+
"text": "TemplateResult"
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5365
5405
|
"parameters": [
|
|
5366
5406
|
{
|
|
5367
|
-
"name": "
|
|
5407
|
+
"name": "component",
|
|
5368
5408
|
"type": {
|
|
5369
|
-
"text": "
|
|
5409
|
+
"text": "Component"
|
|
5410
|
+
}
|
|
5411
|
+
},
|
|
5412
|
+
{
|
|
5413
|
+
"name": "depth",
|
|
5414
|
+
"type": {
|
|
5415
|
+
"text": "number"
|
|
5370
5416
|
}
|
|
5371
5417
|
}
|
|
5372
5418
|
]
|
|
5373
5419
|
}
|
|
5374
5420
|
],
|
|
5375
|
-
"events": [
|
|
5376
|
-
{
|
|
5377
|
-
"name": "value-change",
|
|
5378
|
-
"type": {
|
|
5379
|
-
"text": "CustomEvent"
|
|
5380
|
-
}
|
|
5381
|
-
}
|
|
5382
|
-
],
|
|
5383
5421
|
"attributes": [
|
|
5384
|
-
{
|
|
5385
|
-
"name": "mapping",
|
|
5386
|
-
"type": {
|
|
5387
|
-
"text": "Mapping"
|
|
5388
|
-
},
|
|
5389
|
-
"default": "{ rule: 'value' }",
|
|
5390
|
-
"fieldName": "mapping"
|
|
5391
|
-
},
|
|
5392
|
-
{
|
|
5393
|
-
"name": "rule",
|
|
5394
|
-
"type": {
|
|
5395
|
-
"text": "Rule"
|
|
5396
|
-
},
|
|
5397
|
-
"default": "{}",
|
|
5398
|
-
"fieldName": "rule"
|
|
5399
|
-
},
|
|
5400
|
-
{
|
|
5401
|
-
"name": "properties",
|
|
5402
|
-
"type": {
|
|
5403
|
-
"text": "Properties[]"
|
|
5404
|
-
},
|
|
5405
|
-
"default": "[]",
|
|
5406
|
-
"fieldName": "properties"
|
|
5407
|
-
},
|
|
5408
5422
|
{
|
|
5409
5423
|
"name": "scene",
|
|
5410
5424
|
"type": {
|
|
@@ -5423,122 +5437,43 @@
|
|
|
5423
5437
|
"exports": [
|
|
5424
5438
|
{
|
|
5425
5439
|
"kind": "js",
|
|
5426
|
-
"name": "
|
|
5440
|
+
"name": "SceneInspector",
|
|
5427
5441
|
"declaration": {
|
|
5428
|
-
"name": "
|
|
5429
|
-
"module": "src/modeller/property-sidebar/
|
|
5442
|
+
"name": "SceneInspector",
|
|
5443
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5430
5444
|
}
|
|
5431
5445
|
}
|
|
5432
5446
|
]
|
|
5433
5447
|
},
|
|
5434
5448
|
{
|
|
5435
5449
|
"kind": "javascript-module",
|
|
5436
|
-
"path": "src/modeller/property-sidebar/
|
|
5450
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5437
5451
|
"declarations": [
|
|
5438
5452
|
{
|
|
5439
|
-
"kind": "
|
|
5440
|
-
"
|
|
5441
|
-
"
|
|
5442
|
-
"members": [
|
|
5443
|
-
{
|
|
5444
|
-
"kind": "method",
|
|
5445
|
-
"name": "valueInputTemplate",
|
|
5446
|
-
"parameters": [
|
|
5447
|
-
{
|
|
5448
|
-
"name": "value",
|
|
5449
|
-
"optional": true,
|
|
5450
|
-
"type": {
|
|
5451
|
-
"text": "any"
|
|
5452
|
-
}
|
|
5453
|
-
}
|
|
5454
|
-
]
|
|
5455
|
-
}
|
|
5456
|
-
],
|
|
5457
|
-
"superclass": {
|
|
5458
|
-
"name": "OxInputValueMap",
|
|
5459
|
-
"package": "@operato/input"
|
|
5460
|
-
},
|
|
5461
|
-
"tagName": "data-binding-value-map",
|
|
5462
|
-
"customElement": true
|
|
5463
|
-
}
|
|
5464
|
-
],
|
|
5465
|
-
"exports": [
|
|
5466
|
-
{
|
|
5467
|
-
"kind": "js",
|
|
5468
|
-
"name": "DataBindingValueMap",
|
|
5469
|
-
"declaration": {
|
|
5470
|
-
"name": "DataBindingValueMap",
|
|
5471
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5472
|
-
}
|
|
5473
|
-
},
|
|
5474
|
-
{
|
|
5475
|
-
"kind": "custom-element-definition",
|
|
5476
|
-
"name": "data-binding-value-map",
|
|
5477
|
-
"declaration": {
|
|
5478
|
-
"name": "DataBindingValueMap",
|
|
5479
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5480
|
-
}
|
|
5481
|
-
}
|
|
5482
|
-
]
|
|
5483
|
-
},
|
|
5484
|
-
{
|
|
5485
|
-
"kind": "javascript-module",
|
|
5486
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
5487
|
-
"declarations": [
|
|
5488
|
-
{
|
|
5489
|
-
"kind": "class",
|
|
5490
|
-
"description": "",
|
|
5491
|
-
"name": "DataBindingValueRange",
|
|
5492
|
-
"members": [
|
|
5493
|
-
{
|
|
5494
|
-
"kind": "method",
|
|
5495
|
-
"name": "valueInputTemplate",
|
|
5496
|
-
"parameters": [
|
|
5497
|
-
{
|
|
5498
|
-
"name": "value",
|
|
5499
|
-
"optional": true,
|
|
5500
|
-
"type": {
|
|
5501
|
-
"text": "any"
|
|
5502
|
-
}
|
|
5503
|
-
}
|
|
5504
|
-
]
|
|
5505
|
-
}
|
|
5506
|
-
],
|
|
5507
|
-
"superclass": {
|
|
5508
|
-
"name": "OxInputValueRange",
|
|
5509
|
-
"package": "@operato/input"
|
|
5510
|
-
},
|
|
5511
|
-
"tagName": "data-binding-value-range",
|
|
5512
|
-
"customElement": true
|
|
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; } `"
|
|
5513
5456
|
}
|
|
5514
5457
|
],
|
|
5515
5458
|
"exports": [
|
|
5516
5459
|
{
|
|
5517
5460
|
"kind": "js",
|
|
5518
|
-
"name": "
|
|
5519
|
-
"declaration": {
|
|
5520
|
-
"name": "DataBindingValueRange",
|
|
5521
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5522
|
-
}
|
|
5523
|
-
},
|
|
5524
|
-
{
|
|
5525
|
-
"kind": "custom-element-definition",
|
|
5526
|
-
"name": "data-binding-value-range",
|
|
5461
|
+
"name": "EffectsSharedStyle",
|
|
5527
5462
|
"declaration": {
|
|
5528
|
-
"name": "
|
|
5529
|
-
"module": "src/modeller/property-sidebar/
|
|
5463
|
+
"name": "EffectsSharedStyle",
|
|
5464
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5530
5465
|
}
|
|
5531
5466
|
}
|
|
5532
5467
|
]
|
|
5533
5468
|
},
|
|
5534
5469
|
{
|
|
5535
5470
|
"kind": "javascript-module",
|
|
5536
|
-
"path": "src/modeller/property-sidebar/
|
|
5471
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5537
5472
|
"declarations": [
|
|
5538
5473
|
{
|
|
5539
5474
|
"kind": "class",
|
|
5540
5475
|
"description": "",
|
|
5541
|
-
"name": "
|
|
5476
|
+
"name": "PropertyEffects",
|
|
5542
5477
|
"members": [
|
|
5543
5478
|
{
|
|
5544
5479
|
"kind": "field",
|
|
@@ -5558,52 +5493,12 @@
|
|
|
5558
5493
|
},
|
|
5559
5494
|
{
|
|
5560
5495
|
"kind": "field",
|
|
5561
|
-
"name": "
|
|
5562
|
-
"type": {
|
|
5563
|
-
"text": "number"
|
|
5564
|
-
},
|
|
5565
|
-
"default": "0"
|
|
5566
|
-
},
|
|
5567
|
-
{
|
|
5568
|
-
"kind": "field",
|
|
5569
|
-
"name": "_afterRender",
|
|
5570
|
-
"type": {
|
|
5571
|
-
"text": "Function | null | undefined"
|
|
5572
|
-
}
|
|
5573
|
-
},
|
|
5574
|
-
{
|
|
5575
|
-
"kind": "field",
|
|
5576
|
-
"name": "_dataExpanded",
|
|
5496
|
+
"name": "selected",
|
|
5577
5497
|
"type": {
|
|
5578
|
-
"text": "
|
|
5498
|
+
"text": "Component[]"
|
|
5579
5499
|
},
|
|
5580
|
-
"default": "
|
|
5581
|
-
|
|
5582
|
-
{
|
|
5583
|
-
"kind": "field",
|
|
5584
|
-
"name": "tabs",
|
|
5585
|
-
"type": {
|
|
5586
|
-
"text": "HTMLElement"
|
|
5587
|
-
}
|
|
5588
|
-
},
|
|
5589
|
-
{
|
|
5590
|
-
"kind": "field",
|
|
5591
|
-
"name": "tabNavLeftButton",
|
|
5592
|
-
"type": {
|
|
5593
|
-
"text": "HTMLElement"
|
|
5594
|
-
}
|
|
5595
|
-
},
|
|
5596
|
-
{
|
|
5597
|
-
"kind": "field",
|
|
5598
|
-
"name": "tabNavRightButton",
|
|
5599
|
-
"type": {
|
|
5600
|
-
"text": "HTMLElement"
|
|
5601
|
-
}
|
|
5602
|
-
},
|
|
5603
|
-
{
|
|
5604
|
-
"kind": "field",
|
|
5605
|
-
"name": "mappings",
|
|
5606
|
-
"readonly": true
|
|
5500
|
+
"default": "[]",
|
|
5501
|
+
"attribute": "selected"
|
|
5607
5502
|
},
|
|
5608
5503
|
{
|
|
5609
5504
|
"kind": "field",
|
|
@@ -5611,34 +5506,6 @@
|
|
|
5611
5506
|
"static": true,
|
|
5612
5507
|
"readonly": true
|
|
5613
5508
|
},
|
|
5614
|
-
{
|
|
5615
|
-
"kind": "method",
|
|
5616
|
-
"name": "_setMappingIndex",
|
|
5617
|
-
"parameters": [
|
|
5618
|
-
{
|
|
5619
|
-
"name": "idx",
|
|
5620
|
-
"type": {
|
|
5621
|
-
"text": "number"
|
|
5622
|
-
}
|
|
5623
|
-
}
|
|
5624
|
-
]
|
|
5625
|
-
},
|
|
5626
|
-
{
|
|
5627
|
-
"kind": "method",
|
|
5628
|
-
"name": "_clearDataBindingMapper"
|
|
5629
|
-
},
|
|
5630
|
-
{
|
|
5631
|
-
"kind": "method",
|
|
5632
|
-
"name": "_copyDataBindingMapper"
|
|
5633
|
-
},
|
|
5634
|
-
{
|
|
5635
|
-
"kind": "method",
|
|
5636
|
-
"name": "_pasteDataBindingMapper"
|
|
5637
|
-
},
|
|
5638
|
-
{
|
|
5639
|
-
"kind": "method",
|
|
5640
|
-
"name": "_onValueChanged"
|
|
5641
|
-
},
|
|
5642
5509
|
{
|
|
5643
5510
|
"kind": "method",
|
|
5644
5511
|
"name": "_onValueChange",
|
|
@@ -5655,35 +5522,6 @@
|
|
|
5655
5522
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5656
5523
|
}
|
|
5657
5524
|
},
|
|
5658
|
-
{
|
|
5659
|
-
"kind": "field",
|
|
5660
|
-
"name": "tabContainer",
|
|
5661
|
-
"readonly": true
|
|
5662
|
-
},
|
|
5663
|
-
{
|
|
5664
|
-
"kind": "method",
|
|
5665
|
-
"name": "_onMappingChanged",
|
|
5666
|
-
"parameters": [
|
|
5667
|
-
{
|
|
5668
|
-
"name": "e",
|
|
5669
|
-
"type": {
|
|
5670
|
-
"text": "CustomEvent"
|
|
5671
|
-
}
|
|
5672
|
-
}
|
|
5673
|
-
]
|
|
5674
|
-
},
|
|
5675
|
-
{
|
|
5676
|
-
"kind": "method",
|
|
5677
|
-
"name": "_onTabScroll"
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"kind": "method",
|
|
5681
|
-
"name": "_onTabScrollNavLeft"
|
|
5682
|
-
},
|
|
5683
|
-
{
|
|
5684
|
-
"kind": "method",
|
|
5685
|
-
"name": "_onTabScrollNavRight"
|
|
5686
|
-
},
|
|
5687
5525
|
{
|
|
5688
5526
|
"kind": "method",
|
|
5689
5527
|
"name": "_getValueFromEventTarget",
|
|
@@ -5723,18 +5561,6 @@
|
|
|
5723
5561
|
}
|
|
5724
5562
|
}
|
|
5725
5563
|
],
|
|
5726
|
-
"events": [
|
|
5727
|
-
{
|
|
5728
|
-
"name": "property-change",
|
|
5729
|
-
"type": {
|
|
5730
|
-
"text": "CustomEvent"
|
|
5731
|
-
},
|
|
5732
|
-
"inheritedFrom": {
|
|
5733
|
-
"name": "AbstractProperty",
|
|
5734
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5735
|
-
}
|
|
5736
|
-
}
|
|
5737
|
-
],
|
|
5738
5564
|
"attributes": [
|
|
5739
5565
|
{
|
|
5740
5566
|
"name": "value",
|
|
@@ -5749,6 +5575,14 @@
|
|
|
5749
5575
|
"text": "Scene | undefined"
|
|
5750
5576
|
},
|
|
5751
5577
|
"fieldName": "scene"
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"name": "selected",
|
|
5581
|
+
"type": {
|
|
5582
|
+
"text": "Component[]"
|
|
5583
|
+
},
|
|
5584
|
+
"default": "[]",
|
|
5585
|
+
"fieldName": "selected"
|
|
5752
5586
|
}
|
|
5753
5587
|
],
|
|
5754
5588
|
"mixins": [
|
|
@@ -5760,240 +5594,378 @@
|
|
|
5760
5594
|
"superclass": {
|
|
5761
5595
|
"name": "AbstractProperty",
|
|
5762
5596
|
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5763
|
-
}
|
|
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
|
+
]
|
|
5764
5610
|
}
|
|
5765
5611
|
],
|
|
5766
5612
|
"exports": [
|
|
5767
5613
|
{
|
|
5768
5614
|
"kind": "js",
|
|
5769
|
-
"name": "
|
|
5615
|
+
"name": "PropertyEffects",
|
|
5770
5616
|
"declaration": {
|
|
5771
|
-
"name": "
|
|
5772
|
-
"module": "src/modeller/property-sidebar/
|
|
5617
|
+
"name": "PropertyEffects",
|
|
5618
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5773
5619
|
}
|
|
5774
5620
|
}
|
|
5775
5621
|
]
|
|
5776
5622
|
},
|
|
5777
5623
|
{
|
|
5778
5624
|
"kind": "javascript-module",
|
|
5779
|
-
"path": "src/modeller/property-sidebar/
|
|
5625
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5780
5626
|
"declarations": [
|
|
5781
5627
|
{
|
|
5782
5628
|
"kind": "class",
|
|
5783
5629
|
"description": "",
|
|
5784
|
-
"name": "
|
|
5630
|
+
"name": "PropertyEventHover",
|
|
5785
5631
|
"members": [
|
|
5786
5632
|
{
|
|
5787
5633
|
"kind": "field",
|
|
5788
|
-
"name": "
|
|
5789
|
-
"type": {
|
|
5790
|
-
"text": "Scene | undefined"
|
|
5791
|
-
},
|
|
5792
|
-
"attribute": "scene"
|
|
5793
|
-
},
|
|
5794
|
-
{
|
|
5795
|
-
"kind": "field",
|
|
5796
|
-
"name": "searchText",
|
|
5634
|
+
"name": "value",
|
|
5797
5635
|
"type": {
|
|
5798
|
-
"text": "
|
|
5636
|
+
"text": "Properties | undefined"
|
|
5799
5637
|
},
|
|
5800
|
-
"
|
|
5801
|
-
"default": "''"
|
|
5638
|
+
"attribute": "value"
|
|
5802
5639
|
},
|
|
5803
5640
|
{
|
|
5804
5641
|
"kind": "field",
|
|
5805
|
-
"name": "
|
|
5642
|
+
"name": "scene",
|
|
5806
5643
|
"type": {
|
|
5807
|
-
"text": "
|
|
5644
|
+
"text": "Scene | undefined"
|
|
5808
5645
|
},
|
|
5809
|
-
"
|
|
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"
|
|
5646
|
+
"attribute": "scene"
|
|
5828
5647
|
},
|
|
5829
5648
|
{
|
|
5830
5649
|
"kind": "method",
|
|
5831
|
-
"name": "
|
|
5650
|
+
"name": "_getPlaceHoder",
|
|
5832
5651
|
"parameters": [
|
|
5833
5652
|
{
|
|
5834
|
-
"name": "
|
|
5835
|
-
"optional": true,
|
|
5653
|
+
"name": "action",
|
|
5836
5654
|
"type": {
|
|
5837
|
-
"text": "
|
|
5655
|
+
"text": "string"
|
|
5838
5656
|
}
|
|
5839
5657
|
}
|
|
5840
5658
|
]
|
|
5841
5659
|
},
|
|
5842
5660
|
{
|
|
5843
5661
|
"kind": "method",
|
|
5844
|
-
"name": "
|
|
5845
|
-
|
|
5846
|
-
|
|
5847
|
-
|
|
5848
|
-
|
|
5662
|
+
"name": "_getTargetList",
|
|
5663
|
+
"return": {
|
|
5664
|
+
"type": {
|
|
5665
|
+
"text": "{ value: string; description: string }[]"
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5849
5668
|
"parameters": [
|
|
5850
5669
|
{
|
|
5851
|
-
"name": "
|
|
5670
|
+
"name": "action",
|
|
5852
5671
|
"type": {
|
|
5853
|
-
"text": "
|
|
5672
|
+
"text": "string"
|
|
5854
5673
|
}
|
|
5855
5674
|
}
|
|
5856
5675
|
]
|
|
5857
5676
|
},
|
|
5858
5677
|
{
|
|
5859
5678
|
"kind": "method",
|
|
5860
|
-
"name": "
|
|
5679
|
+
"name": "_onValueChange",
|
|
5861
5680
|
"parameters": [
|
|
5862
5681
|
{
|
|
5863
5682
|
"name": "e",
|
|
5864
5683
|
"type": {
|
|
5865
|
-
"text": "
|
|
5684
|
+
"text": "Event"
|
|
5866
5685
|
}
|
|
5867
5686
|
}
|
|
5868
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"
|
|
5869
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
|
+
},
|
|
5718
|
+
"customElement": true
|
|
5719
|
+
}
|
|
5720
|
+
],
|
|
5721
|
+
"exports": [
|
|
5722
|
+
{
|
|
5723
|
+
"kind": "js",
|
|
5724
|
+
"name": "PropertyEventHover",
|
|
5725
|
+
"declaration": {
|
|
5726
|
+
"name": "PropertyEventHover",
|
|
5727
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
5728
|
+
}
|
|
5729
|
+
}
|
|
5730
|
+
]
|
|
5731
|
+
},
|
|
5732
|
+
{
|
|
5733
|
+
"kind": "javascript-module",
|
|
5734
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
5735
|
+
"declarations": [
|
|
5736
|
+
{
|
|
5737
|
+
"kind": "class",
|
|
5738
|
+
"description": "",
|
|
5739
|
+
"name": "PropertyEventTap",
|
|
5740
|
+
"members": [
|
|
5870
5741
|
{
|
|
5871
5742
|
"kind": "field",
|
|
5872
|
-
"name": "
|
|
5873
|
-
"
|
|
5743
|
+
"name": "value",
|
|
5744
|
+
"type": {
|
|
5745
|
+
"text": "Properties | undefined"
|
|
5746
|
+
},
|
|
5747
|
+
"attribute": "value"
|
|
5874
5748
|
},
|
|
5875
5749
|
{
|
|
5876
|
-
"kind": "
|
|
5877
|
-
"name": "
|
|
5878
|
-
"
|
|
5879
|
-
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
"text": "Component"
|
|
5883
|
-
}
|
|
5884
|
-
}
|
|
5885
|
-
]
|
|
5750
|
+
"kind": "field",
|
|
5751
|
+
"name": "scene",
|
|
5752
|
+
"type": {
|
|
5753
|
+
"text": "Scene | undefined"
|
|
5754
|
+
},
|
|
5755
|
+
"attribute": "scene"
|
|
5886
5756
|
},
|
|
5887
5757
|
{
|
|
5888
|
-
"kind": "
|
|
5889
|
-
"name": "
|
|
5890
|
-
"
|
|
5891
|
-
{
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
"text": "Component"
|
|
5895
|
-
}
|
|
5896
|
-
}
|
|
5897
|
-
]
|
|
5758
|
+
"kind": "field",
|
|
5759
|
+
"name": "targetList",
|
|
5760
|
+
"type": {
|
|
5761
|
+
"text": "{ value: string; description: string }[]"
|
|
5762
|
+
},
|
|
5763
|
+
"default": "[]"
|
|
5898
5764
|
},
|
|
5899
5765
|
{
|
|
5900
5766
|
"kind": "method",
|
|
5901
|
-
"name": "
|
|
5767
|
+
"name": "_getPlaceHoder",
|
|
5902
5768
|
"parameters": [
|
|
5903
5769
|
{
|
|
5904
|
-
"name": "
|
|
5770
|
+
"name": "action",
|
|
5905
5771
|
"type": {
|
|
5906
|
-
"text": "
|
|
5772
|
+
"text": "string"
|
|
5907
5773
|
}
|
|
5908
5774
|
}
|
|
5909
5775
|
]
|
|
5910
5776
|
},
|
|
5911
5777
|
{
|
|
5912
5778
|
"kind": "method",
|
|
5913
|
-
"name": "
|
|
5779
|
+
"name": "_onValueChange",
|
|
5914
5780
|
"parameters": [
|
|
5915
5781
|
{
|
|
5916
|
-
"name": "
|
|
5782
|
+
"name": "e",
|
|
5917
5783
|
"type": {
|
|
5918
|
-
"text": "
|
|
5784
|
+
"text": "Event"
|
|
5919
5785
|
}
|
|
5920
5786
|
}
|
|
5921
5787
|
]
|
|
5788
|
+
}
|
|
5789
|
+
],
|
|
5790
|
+
"events": [
|
|
5791
|
+
{
|
|
5792
|
+
"name": "change",
|
|
5793
|
+
"type": {
|
|
5794
|
+
"text": "CustomEvent"
|
|
5795
|
+
}
|
|
5796
|
+
}
|
|
5797
|
+
],
|
|
5798
|
+
"attributes": [
|
|
5799
|
+
{
|
|
5800
|
+
"name": "value",
|
|
5801
|
+
"type": {
|
|
5802
|
+
"text": "Properties | undefined"
|
|
5803
|
+
},
|
|
5804
|
+
"fieldName": "value"
|
|
5805
|
+
},
|
|
5806
|
+
{
|
|
5807
|
+
"name": "scene",
|
|
5808
|
+
"type": {
|
|
5809
|
+
"text": "Scene | undefined"
|
|
5810
|
+
},
|
|
5811
|
+
"fieldName": "scene"
|
|
5812
|
+
}
|
|
5813
|
+
],
|
|
5814
|
+
"superclass": {
|
|
5815
|
+
"name": "LitElement",
|
|
5816
|
+
"package": "lit"
|
|
5817
|
+
},
|
|
5818
|
+
"customElement": true
|
|
5819
|
+
}
|
|
5820
|
+
],
|
|
5821
|
+
"exports": [
|
|
5822
|
+
{
|
|
5823
|
+
"kind": "js",
|
|
5824
|
+
"name": "PropertyEventTap",
|
|
5825
|
+
"declaration": {
|
|
5826
|
+
"name": "PropertyEventTap",
|
|
5827
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
5828
|
+
}
|
|
5829
|
+
}
|
|
5830
|
+
]
|
|
5831
|
+
},
|
|
5832
|
+
{
|
|
5833
|
+
"kind": "javascript-module",
|
|
5834
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
5835
|
+
"declarations": [
|
|
5836
|
+
{
|
|
5837
|
+
"kind": "class",
|
|
5838
|
+
"description": "",
|
|
5839
|
+
"name": "PropertyEvent",
|
|
5840
|
+
"members": [
|
|
5841
|
+
{
|
|
5842
|
+
"kind": "field",
|
|
5843
|
+
"name": "value",
|
|
5844
|
+
"type": {
|
|
5845
|
+
"text": "Properties | undefined"
|
|
5846
|
+
},
|
|
5847
|
+
"attribute": "value"
|
|
5848
|
+
},
|
|
5849
|
+
{
|
|
5850
|
+
"kind": "field",
|
|
5851
|
+
"name": "scene",
|
|
5852
|
+
"type": {
|
|
5853
|
+
"text": "Scene | undefined"
|
|
5854
|
+
},
|
|
5855
|
+
"attribute": "scene"
|
|
5856
|
+
},
|
|
5857
|
+
{
|
|
5858
|
+
"kind": "field",
|
|
5859
|
+
"name": "scopedElements",
|
|
5860
|
+
"static": true,
|
|
5861
|
+
"readonly": true
|
|
5922
5862
|
},
|
|
5923
5863
|
{
|
|
5924
5864
|
"kind": "method",
|
|
5925
|
-
"name": "
|
|
5865
|
+
"name": "_onValueChange",
|
|
5926
5866
|
"parameters": [
|
|
5927
5867
|
{
|
|
5928
|
-
"name": "
|
|
5929
|
-
"type": {
|
|
5930
|
-
"text": "Component"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"name": "append",
|
|
5935
|
-
"default": "false",
|
|
5868
|
+
"name": "e",
|
|
5936
5869
|
"type": {
|
|
5937
|
-
"text": "
|
|
5870
|
+
"text": "Event"
|
|
5938
5871
|
}
|
|
5939
5872
|
}
|
|
5940
5873
|
]
|
|
5874
|
+
}
|
|
5875
|
+
],
|
|
5876
|
+
"events": [
|
|
5877
|
+
{
|
|
5878
|
+
"name": "change",
|
|
5879
|
+
"type": {
|
|
5880
|
+
"text": "CustomEvent"
|
|
5881
|
+
}
|
|
5882
|
+
}
|
|
5883
|
+
],
|
|
5884
|
+
"attributes": [
|
|
5885
|
+
{
|
|
5886
|
+
"name": "value",
|
|
5887
|
+
"type": {
|
|
5888
|
+
"text": "Properties | undefined"
|
|
5889
|
+
},
|
|
5890
|
+
"fieldName": "value"
|
|
5941
5891
|
},
|
|
5942
5892
|
{
|
|
5943
|
-
"
|
|
5944
|
-
"
|
|
5945
|
-
|
|
5946
|
-
"type": {
|
|
5947
|
-
"text": "boolean"
|
|
5948
|
-
}
|
|
5893
|
+
"name": "scene",
|
|
5894
|
+
"type": {
|
|
5895
|
+
"text": "Scene | undefined"
|
|
5949
5896
|
},
|
|
5950
|
-
"
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5897
|
+
"fieldName": "scene"
|
|
5898
|
+
}
|
|
5899
|
+
],
|
|
5900
|
+
"mixins": [
|
|
5901
|
+
{
|
|
5902
|
+
"name": "ScopedElementsMixin",
|
|
5903
|
+
"package": "@open-wc/scoped-elements"
|
|
5904
|
+
}
|
|
5905
|
+
],
|
|
5906
|
+
"superclass": {
|
|
5907
|
+
"name": "LitElement",
|
|
5908
|
+
"package": "lit"
|
|
5909
|
+
},
|
|
5910
|
+
"customElement": true
|
|
5911
|
+
}
|
|
5912
|
+
],
|
|
5913
|
+
"exports": [
|
|
5914
|
+
{
|
|
5915
|
+
"kind": "js",
|
|
5916
|
+
"name": "PropertyEvent",
|
|
5917
|
+
"declaration": {
|
|
5918
|
+
"name": "PropertyEvent",
|
|
5919
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5920
|
+
}
|
|
5921
|
+
}
|
|
5922
|
+
]
|
|
5923
|
+
},
|
|
5924
|
+
{
|
|
5925
|
+
"kind": "javascript-module",
|
|
5926
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5927
|
+
"declarations": [
|
|
5928
|
+
{
|
|
5929
|
+
"kind": "class",
|
|
5930
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5931
|
+
"name": "PropertyShadow",
|
|
5932
|
+
"members": [
|
|
5933
|
+
{
|
|
5934
|
+
"kind": "field",
|
|
5935
|
+
"name": "value",
|
|
5936
|
+
"type": {
|
|
5937
|
+
"text": "Properties | undefined"
|
|
5938
|
+
},
|
|
5939
|
+
"attribute": "value"
|
|
5965
5940
|
},
|
|
5966
5941
|
{
|
|
5967
5942
|
"kind": "method",
|
|
5968
|
-
"name": "
|
|
5969
|
-
"return": {
|
|
5970
|
-
"type": {
|
|
5971
|
-
"text": "TemplateResult"
|
|
5972
|
-
}
|
|
5973
|
-
},
|
|
5943
|
+
"name": "_onValueChange",
|
|
5974
5944
|
"parameters": [
|
|
5975
5945
|
{
|
|
5976
|
-
"name": "
|
|
5977
|
-
"type": {
|
|
5978
|
-
"text": "Component"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
{
|
|
5982
|
-
"name": "depth",
|
|
5946
|
+
"name": "e",
|
|
5983
5947
|
"type": {
|
|
5984
|
-
"text": "
|
|
5948
|
+
"text": "Event"
|
|
5985
5949
|
}
|
|
5986
5950
|
}
|
|
5987
5951
|
]
|
|
5988
5952
|
}
|
|
5989
5953
|
],
|
|
5954
|
+
"events": [
|
|
5955
|
+
{
|
|
5956
|
+
"name": "change",
|
|
5957
|
+
"type": {
|
|
5958
|
+
"text": "CustomEvent"
|
|
5959
|
+
}
|
|
5960
|
+
}
|
|
5961
|
+
],
|
|
5990
5962
|
"attributes": [
|
|
5991
5963
|
{
|
|
5992
|
-
"name": "
|
|
5964
|
+
"name": "value",
|
|
5993
5965
|
"type": {
|
|
5994
|
-
"text": "
|
|
5966
|
+
"text": "Properties | undefined"
|
|
5995
5967
|
},
|
|
5996
|
-
"fieldName": "
|
|
5968
|
+
"fieldName": "value"
|
|
5997
5969
|
}
|
|
5998
5970
|
],
|
|
5999
5971
|
"superclass": {
|
|
@@ -6006,10 +5978,38 @@
|
|
|
6006
5978
|
"exports": [
|
|
6007
5979
|
{
|
|
6008
5980
|
"kind": "js",
|
|
6009
|
-
"name": "
|
|
5981
|
+
"name": "PropertyShadow",
|
|
6010
5982
|
"declaration": {
|
|
6011
|
-
"name": "
|
|
6012
|
-
"module": "src/modeller/property-sidebar/
|
|
5983
|
+
"name": "PropertyShadow",
|
|
5984
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
]
|
|
5988
|
+
},
|
|
5989
|
+
{
|
|
5990
|
+
"kind": "javascript-module",
|
|
5991
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
5992
|
+
"declarations": [
|
|
5993
|
+
{
|
|
5994
|
+
"kind": "function",
|
|
5995
|
+
"name": "convert",
|
|
5996
|
+
"parameters": [
|
|
5997
|
+
{
|
|
5998
|
+
"name": "element",
|
|
5999
|
+
"type": {
|
|
6000
|
+
"text": "any"
|
|
6001
|
+
}
|
|
6002
|
+
}
|
|
6003
|
+
]
|
|
6004
|
+
}
|
|
6005
|
+
],
|
|
6006
|
+
"exports": [
|
|
6007
|
+
{
|
|
6008
|
+
"kind": "js",
|
|
6009
|
+
"name": "convert",
|
|
6010
|
+
"declaration": {
|
|
6011
|
+
"name": "convert",
|
|
6012
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
6013
6013
|
}
|
|
6014
6014
|
}
|
|
6015
6015
|
]
|