@fmsim/board 1.0.23 → 1.0.25
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 +1020 -1020
- package/dist/src/ox-board-viewer.js +1 -1
- 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,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,30 +4690,41 @@
|
|
|
4690
4690
|
},
|
|
4691
4691
|
{
|
|
4692
4692
|
"kind": "javascript-module",
|
|
4693
|
-
"path": "src/modeller/property-sidebar/
|
|
4693
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
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",
|
|
4694
4715
|
"declarations": [
|
|
4695
4716
|
{
|
|
4696
4717
|
"kind": "class",
|
|
4697
|
-
"description": "
|
|
4698
|
-
"name": "
|
|
4718
|
+
"description": "",
|
|
4719
|
+
"name": "PropertyEffects",
|
|
4699
4720
|
"members": [
|
|
4700
4721
|
{
|
|
4701
4722
|
"kind": "field",
|
|
4702
|
-
"name": "
|
|
4703
|
-
"type": {
|
|
4704
|
-
"text": "Mapping"
|
|
4705
|
-
},
|
|
4706
|
-
"default": "{ rule: 'value' }",
|
|
4707
|
-
"attribute": "mapping"
|
|
4708
|
-
},
|
|
4709
|
-
{
|
|
4710
|
-
"kind": "field",
|
|
4711
|
-
"name": "rule",
|
|
4723
|
+
"name": "value",
|
|
4712
4724
|
"type": {
|
|
4713
|
-
"text": "
|
|
4725
|
+
"text": "Properties | undefined"
|
|
4714
4726
|
},
|
|
4715
|
-
"
|
|
4716
|
-
"attribute": "rule"
|
|
4727
|
+
"attribute": "value"
|
|
4717
4728
|
},
|
|
4718
4729
|
{
|
|
4719
4730
|
"kind": "field",
|
|
@@ -4725,251 +4736,350 @@
|
|
|
4725
4736
|
},
|
|
4726
4737
|
{
|
|
4727
4738
|
"kind": "field",
|
|
4728
|
-
"name": "
|
|
4729
|
-
"type": {
|
|
4730
|
-
"text": "any"
|
|
4731
|
-
},
|
|
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' }"
|
|
4733
|
-
},
|
|
4734
|
-
{
|
|
4735
|
-
"kind": "field",
|
|
4736
|
-
"name": "_componentIds",
|
|
4739
|
+
"name": "selected",
|
|
4737
4740
|
"type": {
|
|
4738
|
-
"text": "
|
|
4741
|
+
"text": "Component[]"
|
|
4739
4742
|
},
|
|
4740
|
-
"default": "[]"
|
|
4741
|
-
|
|
4742
|
-
{
|
|
4743
|
-
"kind": "field",
|
|
4744
|
-
"name": "editor",
|
|
4745
|
-
"type": {
|
|
4746
|
-
"text": "HTMLInputElement"
|
|
4747
|
-
}
|
|
4743
|
+
"default": "[]",
|
|
4744
|
+
"attribute": "selected"
|
|
4748
4745
|
},
|
|
4749
4746
|
{
|
|
4750
4747
|
"kind": "field",
|
|
4751
|
-
"name": "
|
|
4752
|
-
"
|
|
4753
|
-
|
|
4754
|
-
}
|
|
4748
|
+
"name": "scopedElements",
|
|
4749
|
+
"static": true,
|
|
4750
|
+
"readonly": true
|
|
4755
4751
|
},
|
|
4756
4752
|
{
|
|
4757
4753
|
"kind": "method",
|
|
4758
|
-
"name": "
|
|
4754
|
+
"name": "_onValueChange",
|
|
4759
4755
|
"parameters": [
|
|
4760
4756
|
{
|
|
4761
|
-
"name": "
|
|
4757
|
+
"name": "e",
|
|
4762
4758
|
"type": {
|
|
4763
|
-
"text": "
|
|
4759
|
+
"text": "Event"
|
|
4764
4760
|
}
|
|
4765
4761
|
}
|
|
4766
|
-
]
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
"type": {
|
|
4772
|
-
"text": "boolean"
|
|
4773
|
-
},
|
|
4774
|
-
"privacy": "private",
|
|
4775
|
-
"default": "false"
|
|
4776
|
-
},
|
|
4777
|
-
{
|
|
4778
|
-
"kind": "method",
|
|
4779
|
-
"name": "_onChangedMapping"
|
|
4762
|
+
],
|
|
4763
|
+
"inheritedFrom": {
|
|
4764
|
+
"name": "AbstractProperty",
|
|
4765
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4766
|
+
}
|
|
4780
4767
|
},
|
|
4781
4768
|
{
|
|
4782
4769
|
"kind": "method",
|
|
4783
|
-
"name": "
|
|
4770
|
+
"name": "_getValueFromEventTarget",
|
|
4784
4771
|
"parameters": [
|
|
4785
4772
|
{
|
|
4786
|
-
"name": "
|
|
4773
|
+
"name": "element",
|
|
4787
4774
|
"type": {
|
|
4788
|
-
"text": "
|
|
4775
|
+
"text": "HTMLElement"
|
|
4789
4776
|
}
|
|
4790
4777
|
}
|
|
4791
|
-
]
|
|
4778
|
+
],
|
|
4779
|
+
"inheritedFrom": {
|
|
4780
|
+
"name": "AbstractProperty",
|
|
4781
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4782
|
+
}
|
|
4792
4783
|
},
|
|
4793
4784
|
{
|
|
4794
4785
|
"kind": "method",
|
|
4795
|
-
"name": "
|
|
4786
|
+
"name": "_onAfterValueChange",
|
|
4796
4787
|
"parameters": [
|
|
4797
4788
|
{
|
|
4798
|
-
"name": "
|
|
4789
|
+
"name": "key",
|
|
4799
4790
|
"type": {
|
|
4800
|
-
"text": "
|
|
4791
|
+
"text": "string"
|
|
4792
|
+
}
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"name": "value",
|
|
4796
|
+
"type": {
|
|
4797
|
+
"text": "any"
|
|
4801
4798
|
}
|
|
4802
4799
|
}
|
|
4803
|
-
]
|
|
4800
|
+
],
|
|
4801
|
+
"inheritedFrom": {
|
|
4802
|
+
"name": "AbstractProperty",
|
|
4803
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4804
|
+
}
|
|
4804
4805
|
}
|
|
4805
4806
|
],
|
|
4806
|
-
"
|
|
4807
|
+
"attributes": [
|
|
4807
4808
|
{
|
|
4808
|
-
"name": "value
|
|
4809
|
-
"type": {
|
|
4810
|
-
"text": "CustomEvent"
|
|
4811
|
-
}
|
|
4812
|
-
}
|
|
4813
|
-
],
|
|
4814
|
-
"attributes": [
|
|
4815
|
-
{
|
|
4816
|
-
"name": "mapping",
|
|
4809
|
+
"name": "value",
|
|
4817
4810
|
"type": {
|
|
4818
|
-
"text": "
|
|
4811
|
+
"text": "Properties | undefined"
|
|
4819
4812
|
},
|
|
4820
|
-
"
|
|
4821
|
-
"fieldName": "mapping"
|
|
4813
|
+
"fieldName": "value"
|
|
4822
4814
|
},
|
|
4823
4815
|
{
|
|
4824
|
-
"name": "
|
|
4816
|
+
"name": "scene",
|
|
4825
4817
|
"type": {
|
|
4826
|
-
"text": "
|
|
4818
|
+
"text": "Scene | undefined"
|
|
4827
4819
|
},
|
|
4828
|
-
"
|
|
4829
|
-
"fieldName": "rule"
|
|
4820
|
+
"fieldName": "scene"
|
|
4830
4821
|
},
|
|
4831
4822
|
{
|
|
4832
|
-
"name": "
|
|
4823
|
+
"name": "selected",
|
|
4833
4824
|
"type": {
|
|
4834
|
-
"text": "
|
|
4825
|
+
"text": "Component[]"
|
|
4835
4826
|
},
|
|
4836
4827
|
"default": "[]",
|
|
4837
|
-
"fieldName": "
|
|
4838
|
-
}
|
|
4828
|
+
"fieldName": "selected"
|
|
4829
|
+
}
|
|
4830
|
+
],
|
|
4831
|
+
"mixins": [
|
|
4839
4832
|
{
|
|
4840
|
-
"name": "
|
|
4841
|
-
"
|
|
4842
|
-
"text": "Scene | undefined"
|
|
4843
|
-
},
|
|
4844
|
-
"fieldName": "scene"
|
|
4833
|
+
"name": "ScopedElementsMixin",
|
|
4834
|
+
"package": "@open-wc/scoped-elements"
|
|
4845
4835
|
}
|
|
4846
4836
|
],
|
|
4847
4837
|
"superclass": {
|
|
4848
|
-
"name": "
|
|
4849
|
-
"
|
|
4838
|
+
"name": "AbstractProperty",
|
|
4839
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
4850
4840
|
},
|
|
4851
|
-
"
|
|
4841
|
+
"events": [
|
|
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
|
+
]
|
|
4852
4853
|
}
|
|
4853
4854
|
],
|
|
4854
4855
|
"exports": [
|
|
4855
4856
|
{
|
|
4856
4857
|
"kind": "js",
|
|
4857
|
-
"name": "
|
|
4858
|
+
"name": "PropertyEffects",
|
|
4858
4859
|
"declaration": {
|
|
4859
|
-
"name": "
|
|
4860
|
-
"module": "src/modeller/property-sidebar/
|
|
4860
|
+
"name": "PropertyEffects",
|
|
4861
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
4861
4862
|
}
|
|
4862
4863
|
}
|
|
4863
4864
|
]
|
|
4864
4865
|
},
|
|
4865
4866
|
{
|
|
4866
4867
|
"kind": "javascript-module",
|
|
4867
|
-
"path": "src/modeller/property-sidebar/
|
|
4868
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
4868
4869
|
"declarations": [
|
|
4869
4870
|
{
|
|
4870
4871
|
"kind": "class",
|
|
4871
4872
|
"description": "",
|
|
4872
|
-
"name": "
|
|
4873
|
+
"name": "PropertyEventHover",
|
|
4873
4874
|
"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
|
+
},
|
|
4874
4891
|
{
|
|
4875
4892
|
"kind": "method",
|
|
4876
|
-
"name": "
|
|
4893
|
+
"name": "_getPlaceHoder",
|
|
4877
4894
|
"parameters": [
|
|
4878
4895
|
{
|
|
4879
|
-
"name": "
|
|
4880
|
-
"optional": true,
|
|
4896
|
+
"name": "action",
|
|
4881
4897
|
"type": {
|
|
4882
|
-
"text": "
|
|
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
|
+
{
|
|
4921
|
+
"kind": "method",
|
|
4922
|
+
"name": "_onValueChange",
|
|
4923
|
+
"parameters": [
|
|
4924
|
+
{
|
|
4925
|
+
"name": "e",
|
|
4926
|
+
"type": {
|
|
4927
|
+
"text": "Event"
|
|
4883
4928
|
}
|
|
4884
4929
|
}
|
|
4885
4930
|
]
|
|
4886
4931
|
}
|
|
4887
4932
|
],
|
|
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
|
+
],
|
|
4888
4957
|
"superclass": {
|
|
4889
|
-
"name": "
|
|
4890
|
-
"package": "
|
|
4958
|
+
"name": "LitElement",
|
|
4959
|
+
"package": "lit"
|
|
4891
4960
|
},
|
|
4892
|
-
"tagName": "data-binding-value-map",
|
|
4893
4961
|
"customElement": true
|
|
4894
4962
|
}
|
|
4895
4963
|
],
|
|
4896
4964
|
"exports": [
|
|
4897
4965
|
{
|
|
4898
4966
|
"kind": "js",
|
|
4899
|
-
"name": "
|
|
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",
|
|
4967
|
+
"name": "PropertyEventHover",
|
|
4908
4968
|
"declaration": {
|
|
4909
|
-
"name": "
|
|
4910
|
-
"module": "src/modeller/property-sidebar/
|
|
4969
|
+
"name": "PropertyEventHover",
|
|
4970
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
4911
4971
|
}
|
|
4912
4972
|
}
|
|
4913
4973
|
]
|
|
4914
4974
|
},
|
|
4915
4975
|
{
|
|
4916
4976
|
"kind": "javascript-module",
|
|
4917
|
-
"path": "src/modeller/property-sidebar/
|
|
4977
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
4918
4978
|
"declarations": [
|
|
4919
4979
|
{
|
|
4920
4980
|
"kind": "class",
|
|
4921
4981
|
"description": "",
|
|
4922
|
-
"name": "
|
|
4982
|
+
"name": "PropertyEventTap",
|
|
4923
4983
|
"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
|
+
},
|
|
4924
5008
|
{
|
|
4925
5009
|
"kind": "method",
|
|
4926
|
-
"name": "
|
|
5010
|
+
"name": "_getPlaceHoder",
|
|
4927
5011
|
"parameters": [
|
|
4928
5012
|
{
|
|
4929
|
-
"name": "
|
|
4930
|
-
"optional": true,
|
|
5013
|
+
"name": "action",
|
|
4931
5014
|
"type": {
|
|
4932
|
-
"text": "
|
|
5015
|
+
"text": "string"
|
|
5016
|
+
}
|
|
5017
|
+
}
|
|
5018
|
+
]
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"kind": "method",
|
|
5022
|
+
"name": "_onValueChange",
|
|
5023
|
+
"parameters": [
|
|
5024
|
+
{
|
|
5025
|
+
"name": "e",
|
|
5026
|
+
"type": {
|
|
5027
|
+
"text": "Event"
|
|
4933
5028
|
}
|
|
4934
5029
|
}
|
|
4935
5030
|
]
|
|
4936
5031
|
}
|
|
4937
5032
|
],
|
|
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
|
+
],
|
|
4938
5057
|
"superclass": {
|
|
4939
|
-
"name": "
|
|
4940
|
-
"package": "
|
|
5058
|
+
"name": "LitElement",
|
|
5059
|
+
"package": "lit"
|
|
4941
5060
|
},
|
|
4942
|
-
"tagName": "data-binding-value-range",
|
|
4943
5061
|
"customElement": true
|
|
4944
5062
|
}
|
|
4945
5063
|
],
|
|
4946
5064
|
"exports": [
|
|
4947
5065
|
{
|
|
4948
5066
|
"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",
|
|
5067
|
+
"name": "PropertyEventTap",
|
|
4958
5068
|
"declaration": {
|
|
4959
|
-
"name": "
|
|
4960
|
-
"module": "src/modeller/property-sidebar/
|
|
5069
|
+
"name": "PropertyEventTap",
|
|
5070
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
4961
5071
|
}
|
|
4962
5072
|
}
|
|
4963
5073
|
]
|
|
4964
5074
|
},
|
|
4965
5075
|
{
|
|
4966
5076
|
"kind": "javascript-module",
|
|
4967
|
-
"path": "src/modeller/property-sidebar/
|
|
5077
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
4968
5078
|
"declarations": [
|
|
4969
5079
|
{
|
|
4970
5080
|
"kind": "class",
|
|
4971
5081
|
"description": "",
|
|
4972
|
-
"name": "
|
|
5082
|
+
"name": "PropertyEvent",
|
|
4973
5083
|
"members": [
|
|
4974
5084
|
{
|
|
4975
5085
|
"kind": "field",
|
|
@@ -4987,89 +5097,12 @@
|
|
|
4987
5097
|
},
|
|
4988
5098
|
"attribute": "scene"
|
|
4989
5099
|
},
|
|
4990
|
-
{
|
|
4991
|
-
"kind": "field",
|
|
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
5100
|
{
|
|
5040
5101
|
"kind": "field",
|
|
5041
5102
|
"name": "scopedElements",
|
|
5042
5103
|
"static": true,
|
|
5043
5104
|
"readonly": true
|
|
5044
5105
|
},
|
|
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
|
-
},
|
|
5073
5106
|
{
|
|
5074
5107
|
"kind": "method",
|
|
5075
5108
|
"name": "_onValueChange",
|
|
@@ -5080,89 +5113,14 @@
|
|
|
5080
5113
|
"text": "Event"
|
|
5081
5114
|
}
|
|
5082
5115
|
}
|
|
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
|
-
}
|
|
5104
5116
|
]
|
|
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
5117
|
}
|
|
5156
5118
|
],
|
|
5157
5119
|
"events": [
|
|
5158
5120
|
{
|
|
5159
|
-
"name": "
|
|
5121
|
+
"name": "change",
|
|
5160
5122
|
"type": {
|
|
5161
5123
|
"text": "CustomEvent"
|
|
5162
|
-
},
|
|
5163
|
-
"inheritedFrom": {
|
|
5164
|
-
"name": "AbstractProperty",
|
|
5165
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5166
5124
|
}
|
|
5167
5125
|
}
|
|
5168
5126
|
],
|
|
@@ -5189,51 +5147,31 @@
|
|
|
5189
5147
|
}
|
|
5190
5148
|
],
|
|
5191
5149
|
"superclass": {
|
|
5192
|
-
"name": "
|
|
5193
|
-
"
|
|
5194
|
-
}
|
|
5195
|
-
|
|
5196
|
-
],
|
|
5197
|
-
"exports": [
|
|
5198
|
-
{
|
|
5199
|
-
"kind": "js",
|
|
5200
|
-
"name": "PropertyDataBinding",
|
|
5201
|
-
"declaration": {
|
|
5202
|
-
"name": "PropertyDataBinding",
|
|
5203
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5204
|
-
}
|
|
5205
|
-
}
|
|
5206
|
-
]
|
|
5207
|
-
},
|
|
5208
|
-
{
|
|
5209
|
-
"kind": "javascript-module",
|
|
5210
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5211
|
-
"declarations": [
|
|
5212
|
-
{
|
|
5213
|
-
"kind": "variable",
|
|
5214
|
-
"name": "EffectsSharedStyle",
|
|
5215
|
-
"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; } `"
|
|
5150
|
+
"name": "LitElement",
|
|
5151
|
+
"package": "lit"
|
|
5152
|
+
},
|
|
5153
|
+
"customElement": true
|
|
5216
5154
|
}
|
|
5217
5155
|
],
|
|
5218
5156
|
"exports": [
|
|
5219
5157
|
{
|
|
5220
5158
|
"kind": "js",
|
|
5221
|
-
"name": "
|
|
5159
|
+
"name": "PropertyEvent",
|
|
5222
5160
|
"declaration": {
|
|
5223
|
-
"name": "
|
|
5224
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
5161
|
+
"name": "PropertyEvent",
|
|
5162
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5225
5163
|
}
|
|
5226
5164
|
}
|
|
5227
5165
|
]
|
|
5228
5166
|
},
|
|
5229
5167
|
{
|
|
5230
5168
|
"kind": "javascript-module",
|
|
5231
|
-
"path": "src/modeller/property-sidebar/effects/
|
|
5169
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5232
5170
|
"declarations": [
|
|
5233
5171
|
{
|
|
5234
5172
|
"kind": "class",
|
|
5235
|
-
"description": "",
|
|
5236
|
-
"name": "
|
|
5173
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5174
|
+
"name": "PropertyShadow",
|
|
5237
5175
|
"members": [
|
|
5238
5176
|
{
|
|
5239
5177
|
"kind": "field",
|
|
@@ -5243,29 +5181,6 @@
|
|
|
5243
5181
|
},
|
|
5244
5182
|
"attribute": "value"
|
|
5245
5183
|
},
|
|
5246
|
-
{
|
|
5247
|
-
"kind": "field",
|
|
5248
|
-
"name": "scene",
|
|
5249
|
-
"type": {
|
|
5250
|
-
"text": "Scene | undefined"
|
|
5251
|
-
},
|
|
5252
|
-
"attribute": "scene"
|
|
5253
|
-
},
|
|
5254
|
-
{
|
|
5255
|
-
"kind": "field",
|
|
5256
|
-
"name": "selected",
|
|
5257
|
-
"type": {
|
|
5258
|
-
"text": "Component[]"
|
|
5259
|
-
},
|
|
5260
|
-
"default": "[]",
|
|
5261
|
-
"attribute": "selected"
|
|
5262
|
-
},
|
|
5263
|
-
{
|
|
5264
|
-
"kind": "field",
|
|
5265
|
-
"name": "scopedElements",
|
|
5266
|
-
"static": true,
|
|
5267
|
-
"readonly": true
|
|
5268
|
-
},
|
|
5269
5184
|
{
|
|
5270
5185
|
"kind": "method",
|
|
5271
5186
|
"name": "_onValueChange",
|
|
@@ -5276,94 +5191,56 @@
|
|
|
5276
5191
|
"text": "Event"
|
|
5277
5192
|
}
|
|
5278
5193
|
}
|
|
5279
|
-
]
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
}
|
|
5284
|
-
},
|
|
5194
|
+
]
|
|
5195
|
+
}
|
|
5196
|
+
],
|
|
5197
|
+
"events": [
|
|
5285
5198
|
{
|
|
5286
|
-
"
|
|
5287
|
-
"
|
|
5288
|
-
|
|
5289
|
-
{
|
|
5290
|
-
"name": "element",
|
|
5291
|
-
"type": {
|
|
5292
|
-
"text": "HTMLElement"
|
|
5293
|
-
}
|
|
5294
|
-
}
|
|
5295
|
-
],
|
|
5296
|
-
"inheritedFrom": {
|
|
5297
|
-
"name": "AbstractProperty",
|
|
5298
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5199
|
+
"name": "change",
|
|
5200
|
+
"type": {
|
|
5201
|
+
"text": "CustomEvent"
|
|
5299
5202
|
}
|
|
5300
|
-
}
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
"name": "_onAfterValueChange",
|
|
5304
|
-
"parameters": [
|
|
5305
|
-
{
|
|
5306
|
-
"name": "key",
|
|
5307
|
-
"type": {
|
|
5308
|
-
"text": "string"
|
|
5309
|
-
}
|
|
5310
|
-
},
|
|
5311
|
-
{
|
|
5312
|
-
"name": "value",
|
|
5313
|
-
"type": {
|
|
5314
|
-
"text": "any"
|
|
5315
|
-
}
|
|
5316
|
-
}
|
|
5317
|
-
],
|
|
5318
|
-
"inheritedFrom": {
|
|
5319
|
-
"name": "AbstractProperty",
|
|
5320
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5321
|
-
}
|
|
5322
|
-
}
|
|
5323
|
-
],
|
|
5324
|
-
"attributes": [
|
|
5203
|
+
}
|
|
5204
|
+
],
|
|
5205
|
+
"attributes": [
|
|
5325
5206
|
{
|
|
5326
5207
|
"name": "value",
|
|
5327
5208
|
"type": {
|
|
5328
5209
|
"text": "Properties | undefined"
|
|
5329
5210
|
},
|
|
5330
5211
|
"fieldName": "value"
|
|
5331
|
-
},
|
|
5332
|
-
{
|
|
5333
|
-
"name": "scene",
|
|
5334
|
-
"type": {
|
|
5335
|
-
"text": "Scene | undefined"
|
|
5336
|
-
},
|
|
5337
|
-
"fieldName": "scene"
|
|
5338
|
-
},
|
|
5339
|
-
{
|
|
5340
|
-
"name": "selected",
|
|
5341
|
-
"type": {
|
|
5342
|
-
"text": "Component[]"
|
|
5343
|
-
},
|
|
5344
|
-
"default": "[]",
|
|
5345
|
-
"fieldName": "selected"
|
|
5346
|
-
}
|
|
5347
|
-
],
|
|
5348
|
-
"mixins": [
|
|
5349
|
-
{
|
|
5350
|
-
"name": "ScopedElementsMixin",
|
|
5351
|
-
"package": "@open-wc/scoped-elements"
|
|
5352
5212
|
}
|
|
5353
5213
|
],
|
|
5354
5214
|
"superclass": {
|
|
5355
|
-
"name": "
|
|
5356
|
-
"
|
|
5215
|
+
"name": "LitElement",
|
|
5216
|
+
"package": "lit"
|
|
5357
5217
|
},
|
|
5358
|
-
"
|
|
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": [
|
|
5359
5240
|
{
|
|
5360
|
-
"name": "
|
|
5241
|
+
"name": "element",
|
|
5361
5242
|
"type": {
|
|
5362
|
-
"text": "
|
|
5363
|
-
},
|
|
5364
|
-
"inheritedFrom": {
|
|
5365
|
-
"name": "AbstractProperty",
|
|
5366
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5243
|
+
"text": "any"
|
|
5367
5244
|
}
|
|
5368
5245
|
}
|
|
5369
5246
|
]
|
|
@@ -5372,30 +5249,40 @@
|
|
|
5372
5249
|
"exports": [
|
|
5373
5250
|
{
|
|
5374
5251
|
"kind": "js",
|
|
5375
|
-
"name": "
|
|
5252
|
+
"name": "convert",
|
|
5376
5253
|
"declaration": {
|
|
5377
|
-
"name": "
|
|
5378
|
-
"module": "src/modeller/property-sidebar/effects/
|
|
5254
|
+
"name": "convert",
|
|
5255
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
5379
5256
|
}
|
|
5380
5257
|
}
|
|
5381
5258
|
]
|
|
5382
5259
|
},
|
|
5383
5260
|
{
|
|
5384
5261
|
"kind": "javascript-module",
|
|
5385
|
-
"path": "src/modeller/property-sidebar/
|
|
5262
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5386
5263
|
"declarations": [
|
|
5387
5264
|
{
|
|
5388
5265
|
"kind": "class",
|
|
5389
|
-
"description": "",
|
|
5390
|
-
"name": "
|
|
5266
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5267
|
+
"name": "DataBindingMapper",
|
|
5391
5268
|
"members": [
|
|
5392
5269
|
{
|
|
5393
5270
|
"kind": "field",
|
|
5394
|
-
"name": "
|
|
5271
|
+
"name": "mapping",
|
|
5395
5272
|
"type": {
|
|
5396
|
-
"text": "
|
|
5273
|
+
"text": "Mapping"
|
|
5397
5274
|
},
|
|
5398
|
-
"
|
|
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"
|
|
5399
5286
|
},
|
|
5400
5287
|
{
|
|
5401
5288
|
"kind": "field",
|
|
@@ -5405,12 +5292,42 @@
|
|
|
5405
5292
|
},
|
|
5406
5293
|
"attribute": "scene"
|
|
5407
5294
|
},
|
|
5295
|
+
{
|
|
5296
|
+
"kind": "field",
|
|
5297
|
+
"name": "_valueTypes",
|
|
5298
|
+
"type": {
|
|
5299
|
+
"text": "any"
|
|
5300
|
+
},
|
|
5301
|
+
"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' }"
|
|
5302
|
+
},
|
|
5303
|
+
{
|
|
5304
|
+
"kind": "field",
|
|
5305
|
+
"name": "_componentIds",
|
|
5306
|
+
"type": {
|
|
5307
|
+
"text": "{ value: string; description: string }[]"
|
|
5308
|
+
},
|
|
5309
|
+
"default": "[]"
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"kind": "field",
|
|
5313
|
+
"name": "editor",
|
|
5314
|
+
"type": {
|
|
5315
|
+
"text": "HTMLInputElement"
|
|
5316
|
+
}
|
|
5317
|
+
},
|
|
5318
|
+
{
|
|
5319
|
+
"kind": "field",
|
|
5320
|
+
"name": "target",
|
|
5321
|
+
"type": {
|
|
5322
|
+
"text": "HTMLInputElement"
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
5408
5325
|
{
|
|
5409
5326
|
"kind": "method",
|
|
5410
|
-
"name": "
|
|
5327
|
+
"name": "_valuetype",
|
|
5411
5328
|
"parameters": [
|
|
5412
5329
|
{
|
|
5413
|
-
"name": "
|
|
5330
|
+
"name": "property",
|
|
5414
5331
|
"type": {
|
|
5415
5332
|
"text": "string"
|
|
5416
5333
|
}
|
|
@@ -5418,25 +5335,33 @@
|
|
|
5418
5335
|
]
|
|
5419
5336
|
},
|
|
5420
5337
|
{
|
|
5421
|
-
"kind": "
|
|
5422
|
-
"name": "
|
|
5423
|
-
"
|
|
5424
|
-
"
|
|
5425
|
-
"text": "{ value: string; description: string }[]"
|
|
5426
|
-
}
|
|
5338
|
+
"kind": "field",
|
|
5339
|
+
"name": "_keep_saved_rule_params",
|
|
5340
|
+
"type": {
|
|
5341
|
+
"text": "boolean"
|
|
5427
5342
|
},
|
|
5343
|
+
"privacy": "private",
|
|
5344
|
+
"default": "false"
|
|
5345
|
+
},
|
|
5346
|
+
{
|
|
5347
|
+
"kind": "method",
|
|
5348
|
+
"name": "_onChangedMapping"
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"kind": "method",
|
|
5352
|
+
"name": "_onChangeRule",
|
|
5428
5353
|
"parameters": [
|
|
5429
5354
|
{
|
|
5430
|
-
"name": "
|
|
5355
|
+
"name": "e",
|
|
5431
5356
|
"type": {
|
|
5432
|
-
"text": "
|
|
5357
|
+
"text": "Event"
|
|
5433
5358
|
}
|
|
5434
5359
|
}
|
|
5435
5360
|
]
|
|
5436
5361
|
},
|
|
5437
5362
|
{
|
|
5438
5363
|
"kind": "method",
|
|
5439
|
-
"name": "
|
|
5364
|
+
"name": "_onChange",
|
|
5440
5365
|
"parameters": [
|
|
5441
5366
|
{
|
|
5442
5367
|
"name": "e",
|
|
@@ -5449,7 +5374,7 @@
|
|
|
5449
5374
|
],
|
|
5450
5375
|
"events": [
|
|
5451
5376
|
{
|
|
5452
|
-
"name": "change",
|
|
5377
|
+
"name": "value-change",
|
|
5453
5378
|
"type": {
|
|
5454
5379
|
"text": "CustomEvent"
|
|
5455
5380
|
}
|
|
@@ -5457,11 +5382,28 @@
|
|
|
5457
5382
|
],
|
|
5458
5383
|
"attributes": [
|
|
5459
5384
|
{
|
|
5460
|
-
"name": "
|
|
5385
|
+
"name": "mapping",
|
|
5461
5386
|
"type": {
|
|
5462
|
-
"text": "
|
|
5387
|
+
"text": "Mapping"
|
|
5463
5388
|
},
|
|
5464
|
-
"
|
|
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"
|
|
5465
5407
|
},
|
|
5466
5408
|
{
|
|
5467
5409
|
"name": "scene",
|
|
@@ -5481,122 +5423,122 @@
|
|
|
5481
5423
|
"exports": [
|
|
5482
5424
|
{
|
|
5483
5425
|
"kind": "js",
|
|
5484
|
-
"name": "
|
|
5426
|
+
"name": "DataBindingMapper",
|
|
5485
5427
|
"declaration": {
|
|
5486
|
-
"name": "
|
|
5487
|
-
"module": "src/modeller/property-sidebar/
|
|
5428
|
+
"name": "DataBindingMapper",
|
|
5429
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5488
5430
|
}
|
|
5489
5431
|
}
|
|
5490
5432
|
]
|
|
5491
5433
|
},
|
|
5492
5434
|
{
|
|
5493
5435
|
"kind": "javascript-module",
|
|
5494
|
-
"path": "src/modeller/property-sidebar/
|
|
5436
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5495
5437
|
"declarations": [
|
|
5496
5438
|
{
|
|
5497
5439
|
"kind": "class",
|
|
5498
5440
|
"description": "",
|
|
5499
|
-
"name": "
|
|
5441
|
+
"name": "DataBindingValueMap",
|
|
5500
5442
|
"members": [
|
|
5501
|
-
{
|
|
5502
|
-
"kind": "field",
|
|
5503
|
-
"name": "value",
|
|
5504
|
-
"type": {
|
|
5505
|
-
"text": "Properties | undefined"
|
|
5506
|
-
},
|
|
5507
|
-
"attribute": "value"
|
|
5508
|
-
},
|
|
5509
|
-
{
|
|
5510
|
-
"kind": "field",
|
|
5511
|
-
"name": "scene",
|
|
5512
|
-
"type": {
|
|
5513
|
-
"text": "Scene | undefined"
|
|
5514
|
-
},
|
|
5515
|
-
"attribute": "scene"
|
|
5516
|
-
},
|
|
5517
|
-
{
|
|
5518
|
-
"kind": "field",
|
|
5519
|
-
"name": "targetList",
|
|
5520
|
-
"type": {
|
|
5521
|
-
"text": "{ value: string; description: string }[]"
|
|
5522
|
-
},
|
|
5523
|
-
"default": "[]"
|
|
5524
|
-
},
|
|
5525
5443
|
{
|
|
5526
5444
|
"kind": "method",
|
|
5527
|
-
"name": "
|
|
5445
|
+
"name": "valueInputTemplate",
|
|
5528
5446
|
"parameters": [
|
|
5529
5447
|
{
|
|
5530
|
-
"name": "
|
|
5448
|
+
"name": "value",
|
|
5449
|
+
"optional": true,
|
|
5531
5450
|
"type": {
|
|
5532
|
-
"text": "
|
|
5451
|
+
"text": "any"
|
|
5533
5452
|
}
|
|
5534
5453
|
}
|
|
5535
5454
|
]
|
|
5536
|
-
}
|
|
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": [
|
|
5537
5493
|
{
|
|
5538
5494
|
"kind": "method",
|
|
5539
|
-
"name": "
|
|
5495
|
+
"name": "valueInputTemplate",
|
|
5540
5496
|
"parameters": [
|
|
5541
5497
|
{
|
|
5542
|
-
"name": "
|
|
5498
|
+
"name": "value",
|
|
5499
|
+
"optional": true,
|
|
5543
5500
|
"type": {
|
|
5544
|
-
"text": "
|
|
5501
|
+
"text": "any"
|
|
5545
5502
|
}
|
|
5546
5503
|
}
|
|
5547
5504
|
]
|
|
5548
5505
|
}
|
|
5549
5506
|
],
|
|
5550
|
-
"events": [
|
|
5551
|
-
{
|
|
5552
|
-
"name": "change",
|
|
5553
|
-
"type": {
|
|
5554
|
-
"text": "CustomEvent"
|
|
5555
|
-
}
|
|
5556
|
-
}
|
|
5557
|
-
],
|
|
5558
|
-
"attributes": [
|
|
5559
|
-
{
|
|
5560
|
-
"name": "value",
|
|
5561
|
-
"type": {
|
|
5562
|
-
"text": "Properties | undefined"
|
|
5563
|
-
},
|
|
5564
|
-
"fieldName": "value"
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"name": "scene",
|
|
5568
|
-
"type": {
|
|
5569
|
-
"text": "Scene | undefined"
|
|
5570
|
-
},
|
|
5571
|
-
"fieldName": "scene"
|
|
5572
|
-
}
|
|
5573
|
-
],
|
|
5574
5507
|
"superclass": {
|
|
5575
|
-
"name": "
|
|
5576
|
-
"package": "
|
|
5508
|
+
"name": "OxInputValueRange",
|
|
5509
|
+
"package": "@operato/input"
|
|
5577
5510
|
},
|
|
5511
|
+
"tagName": "data-binding-value-range",
|
|
5578
5512
|
"customElement": true
|
|
5579
5513
|
}
|
|
5580
5514
|
],
|
|
5581
5515
|
"exports": [
|
|
5582
5516
|
{
|
|
5583
5517
|
"kind": "js",
|
|
5584
|
-
"name": "
|
|
5518
|
+
"name": "DataBindingValueRange",
|
|
5585
5519
|
"declaration": {
|
|
5586
|
-
"name": "
|
|
5587
|
-
"module": "src/modeller/property-sidebar/
|
|
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",
|
|
5527
|
+
"declaration": {
|
|
5528
|
+
"name": "DataBindingValueRange",
|
|
5529
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
5588
5530
|
}
|
|
5589
5531
|
}
|
|
5590
5532
|
]
|
|
5591
5533
|
},
|
|
5592
5534
|
{
|
|
5593
5535
|
"kind": "javascript-module",
|
|
5594
|
-
"path": "src/modeller/property-sidebar/
|
|
5536
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
5595
5537
|
"declarations": [
|
|
5596
5538
|
{
|
|
5597
5539
|
"kind": "class",
|
|
5598
5540
|
"description": "",
|
|
5599
|
-
"name": "
|
|
5541
|
+
"name": "PropertyDataBinding",
|
|
5600
5542
|
"members": [
|
|
5601
5543
|
{
|
|
5602
5544
|
"kind": "field",
|
|
@@ -5614,12 +5556,89 @@
|
|
|
5614
5556
|
},
|
|
5615
5557
|
"attribute": "scene"
|
|
5616
5558
|
},
|
|
5559
|
+
{
|
|
5560
|
+
"kind": "field",
|
|
5561
|
+
"name": "mappingIndex",
|
|
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",
|
|
5577
|
+
"type": {
|
|
5578
|
+
"text": "boolean"
|
|
5579
|
+
},
|
|
5580
|
+
"default": "true"
|
|
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
|
|
5607
|
+
},
|
|
5617
5608
|
{
|
|
5618
5609
|
"kind": "field",
|
|
5619
5610
|
"name": "scopedElements",
|
|
5620
5611
|
"static": true,
|
|
5621
5612
|
"readonly": true
|
|
5622
5613
|
},
|
|
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
|
+
},
|
|
5623
5642
|
{
|
|
5624
5643
|
"kind": "method",
|
|
5625
5644
|
"name": "_onValueChange",
|
|
@@ -5630,92 +5649,89 @@
|
|
|
5630
5649
|
"text": "Event"
|
|
5631
5650
|
}
|
|
5632
5651
|
}
|
|
5633
|
-
]
|
|
5634
|
-
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
{
|
|
5638
|
-
"name": "change",
|
|
5639
|
-
"type": {
|
|
5640
|
-
"text": "CustomEvent"
|
|
5652
|
+
],
|
|
5653
|
+
"inheritedFrom": {
|
|
5654
|
+
"name": "AbstractProperty",
|
|
5655
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5641
5656
|
}
|
|
5642
|
-
}
|
|
5643
|
-
],
|
|
5644
|
-
"attributes": [
|
|
5657
|
+
},
|
|
5645
5658
|
{
|
|
5646
|
-
"
|
|
5647
|
-
"
|
|
5648
|
-
|
|
5649
|
-
},
|
|
5650
|
-
"fieldName": "value"
|
|
5659
|
+
"kind": "field",
|
|
5660
|
+
"name": "tabContainer",
|
|
5661
|
+
"readonly": true
|
|
5651
5662
|
},
|
|
5652
5663
|
{
|
|
5653
|
-
"
|
|
5654
|
-
"
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5664
|
+
"kind": "method",
|
|
5665
|
+
"name": "_onMappingChanged",
|
|
5666
|
+
"parameters": [
|
|
5667
|
+
{
|
|
5668
|
+
"name": "e",
|
|
5669
|
+
"type": {
|
|
5670
|
+
"text": "CustomEvent"
|
|
5671
|
+
}
|
|
5672
|
+
}
|
|
5673
|
+
]
|
|
5674
|
+
},
|
|
5661
5675
|
{
|
|
5662
|
-
"
|
|
5663
|
-
"
|
|
5664
|
-
}
|
|
5665
|
-
],
|
|
5666
|
-
"superclass": {
|
|
5667
|
-
"name": "LitElement",
|
|
5668
|
-
"package": "lit"
|
|
5669
|
-
},
|
|
5670
|
-
"customElement": true
|
|
5671
|
-
}
|
|
5672
|
-
],
|
|
5673
|
-
"exports": [
|
|
5674
|
-
{
|
|
5675
|
-
"kind": "js",
|
|
5676
|
-
"name": "PropertyEvent",
|
|
5677
|
-
"declaration": {
|
|
5678
|
-
"name": "PropertyEvent",
|
|
5679
|
-
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
5680
|
-
}
|
|
5681
|
-
}
|
|
5682
|
-
]
|
|
5683
|
-
},
|
|
5684
|
-
{
|
|
5685
|
-
"kind": "javascript-module",
|
|
5686
|
-
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
5687
|
-
"declarations": [
|
|
5688
|
-
{
|
|
5689
|
-
"kind": "class",
|
|
5690
|
-
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
5691
|
-
"name": "PropertyShadow",
|
|
5692
|
-
"members": [
|
|
5676
|
+
"kind": "method",
|
|
5677
|
+
"name": "_onTabScroll"
|
|
5678
|
+
},
|
|
5693
5679
|
{
|
|
5694
|
-
"kind": "
|
|
5695
|
-
"name": "
|
|
5696
|
-
"type": {
|
|
5697
|
-
"text": "Properties | undefined"
|
|
5698
|
-
},
|
|
5699
|
-
"attribute": "value"
|
|
5680
|
+
"kind": "method",
|
|
5681
|
+
"name": "_onTabScrollNavLeft"
|
|
5700
5682
|
},
|
|
5701
5683
|
{
|
|
5702
5684
|
"kind": "method",
|
|
5703
|
-
"name": "
|
|
5685
|
+
"name": "_onTabScrollNavRight"
|
|
5686
|
+
},
|
|
5687
|
+
{
|
|
5688
|
+
"kind": "method",
|
|
5689
|
+
"name": "_getValueFromEventTarget",
|
|
5704
5690
|
"parameters": [
|
|
5705
5691
|
{
|
|
5706
|
-
"name": "
|
|
5692
|
+
"name": "element",
|
|
5693
|
+
"type": {
|
|
5694
|
+
"text": "HTMLElement"
|
|
5695
|
+
}
|
|
5696
|
+
}
|
|
5697
|
+
],
|
|
5698
|
+
"inheritedFrom": {
|
|
5699
|
+
"name": "AbstractProperty",
|
|
5700
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5701
|
+
}
|
|
5702
|
+
},
|
|
5703
|
+
{
|
|
5704
|
+
"kind": "method",
|
|
5705
|
+
"name": "_onAfterValueChange",
|
|
5706
|
+
"parameters": [
|
|
5707
|
+
{
|
|
5708
|
+
"name": "key",
|
|
5709
|
+
"type": {
|
|
5710
|
+
"text": "string"
|
|
5711
|
+
}
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
"name": "value",
|
|
5707
5715
|
"type": {
|
|
5708
|
-
"text": "
|
|
5716
|
+
"text": "any"
|
|
5709
5717
|
}
|
|
5710
5718
|
}
|
|
5711
|
-
]
|
|
5719
|
+
],
|
|
5720
|
+
"inheritedFrom": {
|
|
5721
|
+
"name": "AbstractProperty",
|
|
5722
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5723
|
+
}
|
|
5712
5724
|
}
|
|
5713
5725
|
],
|
|
5714
5726
|
"events": [
|
|
5715
5727
|
{
|
|
5716
|
-
"name": "change",
|
|
5728
|
+
"name": "property-change",
|
|
5717
5729
|
"type": {
|
|
5718
5730
|
"text": "CustomEvent"
|
|
5731
|
+
},
|
|
5732
|
+
"inheritedFrom": {
|
|
5733
|
+
"name": "AbstractProperty",
|
|
5734
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5719
5735
|
}
|
|
5720
5736
|
}
|
|
5721
5737
|
],
|
|
@@ -5726,290 +5742,277 @@
|
|
|
5726
5742
|
"text": "Properties | undefined"
|
|
5727
5743
|
},
|
|
5728
5744
|
"fieldName": "value"
|
|
5745
|
+
},
|
|
5746
|
+
{
|
|
5747
|
+
"name": "scene",
|
|
5748
|
+
"type": {
|
|
5749
|
+
"text": "Scene | undefined"
|
|
5750
|
+
},
|
|
5751
|
+
"fieldName": "scene"
|
|
5752
|
+
}
|
|
5753
|
+
],
|
|
5754
|
+
"mixins": [
|
|
5755
|
+
{
|
|
5756
|
+
"name": "ScopedElementsMixin",
|
|
5757
|
+
"package": "@open-wc/scoped-elements"
|
|
5729
5758
|
}
|
|
5730
5759
|
],
|
|
5731
5760
|
"superclass": {
|
|
5732
|
-
"name": "
|
|
5733
|
-
"
|
|
5734
|
-
}
|
|
5735
|
-
"customElement": true
|
|
5761
|
+
"name": "AbstractProperty",
|
|
5762
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5763
|
+
}
|
|
5736
5764
|
}
|
|
5737
5765
|
],
|
|
5738
5766
|
"exports": [
|
|
5739
5767
|
{
|
|
5740
5768
|
"kind": "js",
|
|
5741
|
-
"name": "
|
|
5769
|
+
"name": "PropertyDataBinding",
|
|
5742
5770
|
"declaration": {
|
|
5743
|
-
"name": "
|
|
5744
|
-
"module": "src/modeller/property-sidebar/
|
|
5771
|
+
"name": "PropertyDataBinding",
|
|
5772
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
5745
5773
|
}
|
|
5746
5774
|
}
|
|
5747
5775
|
]
|
|
5748
5776
|
},
|
|
5749
5777
|
{
|
|
5750
5778
|
"kind": "javascript-module",
|
|
5751
|
-
"path": "src/modeller/property-sidebar/
|
|
5779
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5752
5780
|
"declarations": [
|
|
5753
5781
|
{
|
|
5754
|
-
"kind": "
|
|
5755
|
-
"name": "
|
|
5756
|
-
"
|
|
5757
|
-
{
|
|
5758
|
-
"name": "element",
|
|
5759
|
-
"type": {
|
|
5760
|
-
"text": "any"
|
|
5761
|
-
}
|
|
5762
|
-
}
|
|
5763
|
-
]
|
|
5782
|
+
"kind": "variable",
|
|
5783
|
+
"name": "BoxPaddingEditorStyles",
|
|
5784
|
+
"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; } `"
|
|
5764
5785
|
}
|
|
5765
5786
|
],
|
|
5766
5787
|
"exports": [
|
|
5767
5788
|
{
|
|
5768
5789
|
"kind": "js",
|
|
5769
|
-
"name": "
|
|
5790
|
+
"name": "BoxPaddingEditorStyles",
|
|
5770
5791
|
"declaration": {
|
|
5771
|
-
"name": "
|
|
5772
|
-
"module": "src/modeller/property-sidebar/
|
|
5792
|
+
"name": "BoxPaddingEditorStyles",
|
|
5793
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5773
5794
|
}
|
|
5774
5795
|
}
|
|
5775
5796
|
]
|
|
5776
5797
|
},
|
|
5777
5798
|
{
|
|
5778
5799
|
"kind": "javascript-module",
|
|
5779
|
-
"path": "src/modeller/property-sidebar/
|
|
5800
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5780
5801
|
"declarations": [
|
|
5781
5802
|
{
|
|
5782
5803
|
"kind": "class",
|
|
5783
5804
|
"description": "",
|
|
5784
|
-
"name": "
|
|
5805
|
+
"name": "PropertyShapes",
|
|
5785
5806
|
"members": [
|
|
5786
5807
|
{
|
|
5787
5808
|
"kind": "field",
|
|
5788
|
-
"name": "
|
|
5789
|
-
"type": {
|
|
5790
|
-
"text": "Scene | undefined"
|
|
5791
|
-
},
|
|
5792
|
-
"attribute": "scene"
|
|
5793
|
-
},
|
|
5794
|
-
{
|
|
5795
|
-
"kind": "field",
|
|
5796
|
-
"name": "searchText",
|
|
5797
|
-
"type": {
|
|
5798
|
-
"text": "string"
|
|
5799
|
-
},
|
|
5800
|
-
"privacy": "private",
|
|
5801
|
-
"default": "''"
|
|
5802
|
-
},
|
|
5803
|
-
{
|
|
5804
|
-
"kind": "field",
|
|
5805
|
-
"name": "_extendedMap",
|
|
5809
|
+
"name": "value",
|
|
5806
5810
|
"type": {
|
|
5807
|
-
"text": "
|
|
5811
|
+
"text": "Properties | undefined"
|
|
5808
5812
|
},
|
|
5809
|
-
"
|
|
5813
|
+
"attribute": "value"
|
|
5810
5814
|
},
|
|
5811
5815
|
{
|
|
5812
5816
|
"kind": "field",
|
|
5813
|
-
"name": "
|
|
5817
|
+
"name": "bounds",
|
|
5814
5818
|
"type": {
|
|
5815
|
-
"text": "
|
|
5819
|
+
"text": "BOUNDS | null"
|
|
5816
5820
|
},
|
|
5817
|
-
"
|
|
5818
|
-
"
|
|
5821
|
+
"default": "null",
|
|
5822
|
+
"attribute": "bounds"
|
|
5819
5823
|
},
|
|
5820
5824
|
{
|
|
5821
5825
|
"kind": "field",
|
|
5822
|
-
"name": "
|
|
5826
|
+
"name": "selected",
|
|
5823
5827
|
"type": {
|
|
5824
|
-
"text": "
|
|
5828
|
+
"text": "Component[]"
|
|
5825
5829
|
},
|
|
5826
|
-
"
|
|
5827
|
-
"
|
|
5830
|
+
"default": "[]",
|
|
5831
|
+
"attribute": "selected"
|
|
5828
5832
|
},
|
|
5829
5833
|
{
|
|
5830
5834
|
"kind": "method",
|
|
5831
|
-
"name": "
|
|
5835
|
+
"name": "_onValueChange",
|
|
5832
5836
|
"parameters": [
|
|
5833
5837
|
{
|
|
5834
|
-
"name": "
|
|
5835
|
-
"optional": true,
|
|
5838
|
+
"name": "e",
|
|
5836
5839
|
"type": {
|
|
5837
|
-
"text": "
|
|
5840
|
+
"text": "Event"
|
|
5838
5841
|
}
|
|
5839
5842
|
}
|
|
5840
|
-
]
|
|
5841
|
-
|
|
5842
|
-
|
|
5843
|
-
|
|
5844
|
-
|
|
5843
|
+
],
|
|
5844
|
+
"inheritedFrom": {
|
|
5845
|
+
"name": "AbstractProperty",
|
|
5846
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5847
|
+
}
|
|
5845
5848
|
},
|
|
5846
5849
|
{
|
|
5847
5850
|
"kind": "method",
|
|
5848
|
-
"name": "
|
|
5851
|
+
"name": "_hasTextProperty",
|
|
5849
5852
|
"parameters": [
|
|
5850
5853
|
{
|
|
5851
|
-
"name": "
|
|
5854
|
+
"name": "selected",
|
|
5852
5855
|
"type": {
|
|
5853
|
-
"text": "
|
|
5856
|
+
"text": "Component[]"
|
|
5854
5857
|
}
|
|
5855
5858
|
}
|
|
5856
5859
|
]
|
|
5857
5860
|
},
|
|
5858
5861
|
{
|
|
5859
5862
|
"kind": "method",
|
|
5860
|
-
"name": "
|
|
5863
|
+
"name": "_hasProperties",
|
|
5861
5864
|
"parameters": [
|
|
5862
5865
|
{
|
|
5863
|
-
"name": "
|
|
5866
|
+
"name": "selected",
|
|
5864
5867
|
"type": {
|
|
5865
|
-
"text": "
|
|
5868
|
+
"text": "Component[]"
|
|
5866
5869
|
}
|
|
5867
5870
|
}
|
|
5868
5871
|
]
|
|
5869
5872
|
},
|
|
5870
|
-
{
|
|
5871
|
-
"kind": "field",
|
|
5872
|
-
"name": "extendedMap",
|
|
5873
|
-
"readonly": true
|
|
5874
|
-
},
|
|
5875
5873
|
{
|
|
5876
5874
|
"kind": "method",
|
|
5877
|
-
"name": "
|
|
5875
|
+
"name": "_isIdentifiable",
|
|
5878
5876
|
"parameters": [
|
|
5879
5877
|
{
|
|
5880
|
-
"name": "
|
|
5878
|
+
"name": "selected",
|
|
5881
5879
|
"type": {
|
|
5882
|
-
"text": "Component"
|
|
5880
|
+
"text": "Component[]"
|
|
5883
5881
|
}
|
|
5884
5882
|
}
|
|
5885
5883
|
]
|
|
5886
5884
|
},
|
|
5887
5885
|
{
|
|
5888
5886
|
"kind": "method",
|
|
5889
|
-
"name": "
|
|
5887
|
+
"name": "_isClassIdentifiable",
|
|
5890
5888
|
"parameters": [
|
|
5891
5889
|
{
|
|
5892
|
-
"name": "
|
|
5890
|
+
"name": "selected",
|
|
5893
5891
|
"type": {
|
|
5894
|
-
"text": "Component"
|
|
5892
|
+
"text": "Component[]"
|
|
5895
5893
|
}
|
|
5896
5894
|
}
|
|
5897
5895
|
]
|
|
5898
5896
|
},
|
|
5899
5897
|
{
|
|
5900
5898
|
"kind": "method",
|
|
5901
|
-
"name": "
|
|
5899
|
+
"name": "_isLine",
|
|
5902
5900
|
"parameters": [
|
|
5903
5901
|
{
|
|
5904
|
-
"name": "
|
|
5902
|
+
"name": "selected",
|
|
5905
5903
|
"type": {
|
|
5906
|
-
"text": "Component"
|
|
5904
|
+
"text": "Component[]"
|
|
5907
5905
|
}
|
|
5908
5906
|
}
|
|
5909
5907
|
]
|
|
5910
5908
|
},
|
|
5911
5909
|
{
|
|
5912
5910
|
"kind": "method",
|
|
5913
|
-
"name": "
|
|
5911
|
+
"name": "_is3dish",
|
|
5914
5912
|
"parameters": [
|
|
5915
5913
|
{
|
|
5916
|
-
"name": "
|
|
5914
|
+
"name": "selected",
|
|
5917
5915
|
"type": {
|
|
5918
|
-
"text": "Component"
|
|
5916
|
+
"text": "Component[]"
|
|
5919
5917
|
}
|
|
5920
5918
|
}
|
|
5921
5919
|
]
|
|
5922
5920
|
},
|
|
5923
5921
|
{
|
|
5924
5922
|
"kind": "method",
|
|
5925
|
-
"name": "
|
|
5923
|
+
"name": "_getValueFromEventTarget",
|
|
5926
5924
|
"parameters": [
|
|
5927
5925
|
{
|
|
5928
|
-
"name": "
|
|
5929
|
-
"type": {
|
|
5930
|
-
"text": "Component"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"name": "append",
|
|
5935
|
-
"default": "false",
|
|
5926
|
+
"name": "element",
|
|
5936
5927
|
"type": {
|
|
5937
|
-
"text": "
|
|
5928
|
+
"text": "HTMLElement"
|
|
5938
5929
|
}
|
|
5939
5930
|
}
|
|
5940
|
-
]
|
|
5931
|
+
],
|
|
5932
|
+
"inheritedFrom": {
|
|
5933
|
+
"name": "AbstractProperty",
|
|
5934
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5935
|
+
}
|
|
5941
5936
|
},
|
|
5942
5937
|
{
|
|
5943
5938
|
"kind": "method",
|
|
5944
|
-
"name": "
|
|
5945
|
-
"return": {
|
|
5946
|
-
"type": {
|
|
5947
|
-
"text": "boolean"
|
|
5948
|
-
}
|
|
5949
|
-
},
|
|
5939
|
+
"name": "_onAfterValueChange",
|
|
5950
5940
|
"parameters": [
|
|
5951
5941
|
{
|
|
5952
|
-
"name": "
|
|
5942
|
+
"name": "key",
|
|
5953
5943
|
"type": {
|
|
5954
|
-
"text": "
|
|
5944
|
+
"text": "string"
|
|
5955
5945
|
}
|
|
5956
5946
|
},
|
|
5957
5947
|
{
|
|
5958
|
-
"name": "
|
|
5959
|
-
"default": "false",
|
|
5948
|
+
"name": "value",
|
|
5960
5949
|
"type": {
|
|
5961
|
-
"text": "
|
|
5950
|
+
"text": "any"
|
|
5962
5951
|
}
|
|
5963
5952
|
}
|
|
5964
|
-
]
|
|
5953
|
+
],
|
|
5954
|
+
"inheritedFrom": {
|
|
5955
|
+
"name": "AbstractProperty",
|
|
5956
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5957
|
+
}
|
|
5958
|
+
}
|
|
5959
|
+
],
|
|
5960
|
+
"events": [
|
|
5961
|
+
{
|
|
5962
|
+
"name": "bounds-change",
|
|
5963
|
+
"type": {
|
|
5964
|
+
"text": "CustomEvent"
|
|
5965
|
+
}
|
|
5965
5966
|
},
|
|
5966
5967
|
{
|
|
5967
|
-
"
|
|
5968
|
-
"
|
|
5969
|
-
|
|
5970
|
-
"type": {
|
|
5971
|
-
"text": "TemplateResult"
|
|
5972
|
-
}
|
|
5968
|
+
"name": "property-change",
|
|
5969
|
+
"type": {
|
|
5970
|
+
"text": "CustomEvent"
|
|
5973
5971
|
},
|
|
5974
|
-
"
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
|
|
5978
|
-
"text": "Component"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
{
|
|
5982
|
-
"name": "depth",
|
|
5983
|
-
"type": {
|
|
5984
|
-
"text": "number"
|
|
5985
|
-
}
|
|
5986
|
-
}
|
|
5987
|
-
]
|
|
5972
|
+
"inheritedFrom": {
|
|
5973
|
+
"name": "AbstractProperty",
|
|
5974
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5975
|
+
}
|
|
5988
5976
|
}
|
|
5989
5977
|
],
|
|
5990
5978
|
"attributes": [
|
|
5991
5979
|
{
|
|
5992
|
-
"name": "
|
|
5980
|
+
"name": "value",
|
|
5981
|
+
"type": {
|
|
5982
|
+
"text": "Properties | undefined"
|
|
5983
|
+
},
|
|
5984
|
+
"fieldName": "value"
|
|
5985
|
+
},
|
|
5986
|
+
{
|
|
5987
|
+
"name": "bounds",
|
|
5988
|
+
"type": {
|
|
5989
|
+
"text": "BOUNDS | null"
|
|
5990
|
+
},
|
|
5991
|
+
"default": "null",
|
|
5992
|
+
"fieldName": "bounds"
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"name": "selected",
|
|
5993
5996
|
"type": {
|
|
5994
|
-
"text": "
|
|
5997
|
+
"text": "Component[]"
|
|
5995
5998
|
},
|
|
5996
|
-
"
|
|
5999
|
+
"default": "[]",
|
|
6000
|
+
"fieldName": "selected"
|
|
5997
6001
|
}
|
|
5998
6002
|
],
|
|
5999
6003
|
"superclass": {
|
|
6000
|
-
"name": "
|
|
6001
|
-
"
|
|
6002
|
-
}
|
|
6003
|
-
"customElement": true
|
|
6004
|
+
"name": "AbstractProperty",
|
|
6005
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6006
|
+
}
|
|
6004
6007
|
}
|
|
6005
6008
|
],
|
|
6006
6009
|
"exports": [
|
|
6007
6010
|
{
|
|
6008
6011
|
"kind": "js",
|
|
6009
|
-
"name": "
|
|
6012
|
+
"name": "PropertyShapes",
|
|
6010
6013
|
"declaration": {
|
|
6011
|
-
"name": "
|
|
6012
|
-
"module": "src/modeller/property-sidebar/
|
|
6014
|
+
"name": "PropertyShapes",
|
|
6015
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6013
6016
|
}
|
|
6014
6017
|
}
|
|
6015
6018
|
]
|
|
@@ -6347,16 +6350,256 @@
|
|
|
6347
6350
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6348
6351
|
}
|
|
6349
6352
|
}
|
|
6350
|
-
]
|
|
6353
|
+
]
|
|
6354
|
+
}
|
|
6355
|
+
],
|
|
6356
|
+
"exports": [
|
|
6357
|
+
{
|
|
6358
|
+
"kind": "js",
|
|
6359
|
+
"name": "PropertySpecific",
|
|
6360
|
+
"declaration": {
|
|
6361
|
+
"name": "PropertySpecific",
|
|
6362
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
6363
|
+
}
|
|
6364
|
+
}
|
|
6365
|
+
]
|
|
6366
|
+
},
|
|
6367
|
+
{
|
|
6368
|
+
"kind": "javascript-module",
|
|
6369
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6370
|
+
"declarations": [
|
|
6371
|
+
{
|
|
6372
|
+
"kind": "class",
|
|
6373
|
+
"description": "",
|
|
6374
|
+
"name": "SceneInspector",
|
|
6375
|
+
"members": [
|
|
6376
|
+
{
|
|
6377
|
+
"kind": "field",
|
|
6378
|
+
"name": "scene",
|
|
6379
|
+
"type": {
|
|
6380
|
+
"text": "Scene | undefined"
|
|
6381
|
+
},
|
|
6382
|
+
"attribute": "scene"
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"kind": "field",
|
|
6386
|
+
"name": "searchText",
|
|
6387
|
+
"type": {
|
|
6388
|
+
"text": "string"
|
|
6389
|
+
},
|
|
6390
|
+
"privacy": "private",
|
|
6391
|
+
"default": "''"
|
|
6392
|
+
},
|
|
6393
|
+
{
|
|
6394
|
+
"kind": "field",
|
|
6395
|
+
"name": "_extendedMap",
|
|
6396
|
+
"type": {
|
|
6397
|
+
"text": "any"
|
|
6398
|
+
},
|
|
6399
|
+
"privacy": "private"
|
|
6400
|
+
},
|
|
6401
|
+
{
|
|
6402
|
+
"kind": "field",
|
|
6403
|
+
"name": "show",
|
|
6404
|
+
"type": {
|
|
6405
|
+
"text": "boolean"
|
|
6406
|
+
},
|
|
6407
|
+
"privacy": "private",
|
|
6408
|
+
"default": "false"
|
|
6409
|
+
},
|
|
6410
|
+
{
|
|
6411
|
+
"kind": "field",
|
|
6412
|
+
"name": "count",
|
|
6413
|
+
"type": {
|
|
6414
|
+
"text": "number"
|
|
6415
|
+
},
|
|
6416
|
+
"privacy": "private",
|
|
6417
|
+
"default": "-1"
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
"kind": "method",
|
|
6421
|
+
"name": "disconnectScene",
|
|
6422
|
+
"parameters": [
|
|
6423
|
+
{
|
|
6424
|
+
"name": "scene",
|
|
6425
|
+
"optional": true,
|
|
6426
|
+
"type": {
|
|
6427
|
+
"text": "Scene"
|
|
6428
|
+
}
|
|
6429
|
+
}
|
|
6430
|
+
]
|
|
6431
|
+
},
|
|
6432
|
+
{
|
|
6433
|
+
"kind": "method",
|
|
6434
|
+
"name": "refresh"
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "method",
|
|
6438
|
+
"name": "_onclick",
|
|
6439
|
+
"parameters": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "e",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "MouseEvent"
|
|
6444
|
+
}
|
|
6445
|
+
}
|
|
6446
|
+
]
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"kind": "method",
|
|
6450
|
+
"name": "_ondblclick",
|
|
6451
|
+
"parameters": [
|
|
6452
|
+
{
|
|
6453
|
+
"name": "e",
|
|
6454
|
+
"type": {
|
|
6455
|
+
"text": "MouseEvent"
|
|
6456
|
+
}
|
|
6457
|
+
}
|
|
6458
|
+
]
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "field",
|
|
6462
|
+
"name": "extendedMap",
|
|
6463
|
+
"readonly": true
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"kind": "method",
|
|
6467
|
+
"name": "getNodeHandleClass",
|
|
6468
|
+
"parameters": [
|
|
6469
|
+
{
|
|
6470
|
+
"name": "component",
|
|
6471
|
+
"type": {
|
|
6472
|
+
"text": "Component"
|
|
6473
|
+
}
|
|
6474
|
+
}
|
|
6475
|
+
]
|
|
6476
|
+
},
|
|
6477
|
+
{
|
|
6478
|
+
"kind": "method",
|
|
6479
|
+
"name": "isExtended",
|
|
6480
|
+
"parameters": [
|
|
6481
|
+
{
|
|
6482
|
+
"name": "component",
|
|
6483
|
+
"type": {
|
|
6484
|
+
"text": "Component"
|
|
6485
|
+
}
|
|
6486
|
+
}
|
|
6487
|
+
]
|
|
6488
|
+
},
|
|
6489
|
+
{
|
|
6490
|
+
"kind": "method",
|
|
6491
|
+
"name": "toggleExtended",
|
|
6492
|
+
"parameters": [
|
|
6493
|
+
{
|
|
6494
|
+
"name": "component",
|
|
6495
|
+
"type": {
|
|
6496
|
+
"text": "Component"
|
|
6497
|
+
}
|
|
6498
|
+
}
|
|
6499
|
+
]
|
|
6500
|
+
},
|
|
6501
|
+
{
|
|
6502
|
+
"kind": "method",
|
|
6503
|
+
"name": "toggleHidden",
|
|
6504
|
+
"parameters": [
|
|
6505
|
+
{
|
|
6506
|
+
"name": "component",
|
|
6507
|
+
"type": {
|
|
6508
|
+
"text": "Component"
|
|
6509
|
+
}
|
|
6510
|
+
}
|
|
6511
|
+
]
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"kind": "method",
|
|
6515
|
+
"name": "selectComponent",
|
|
6516
|
+
"parameters": [
|
|
6517
|
+
{
|
|
6518
|
+
"name": "component",
|
|
6519
|
+
"type": {
|
|
6520
|
+
"text": "Component"
|
|
6521
|
+
}
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"name": "append",
|
|
6525
|
+
"default": "false",
|
|
6526
|
+
"type": {
|
|
6527
|
+
"text": "boolean"
|
|
6528
|
+
}
|
|
6529
|
+
}
|
|
6530
|
+
]
|
|
6531
|
+
},
|
|
6532
|
+
{
|
|
6533
|
+
"kind": "method",
|
|
6534
|
+
"name": "shouldBeShown",
|
|
6535
|
+
"return": {
|
|
6536
|
+
"type": {
|
|
6537
|
+
"text": "boolean"
|
|
6538
|
+
}
|
|
6539
|
+
},
|
|
6540
|
+
"parameters": [
|
|
6541
|
+
{
|
|
6542
|
+
"name": "component",
|
|
6543
|
+
"type": {
|
|
6544
|
+
"text": "Component"
|
|
6545
|
+
}
|
|
6546
|
+
},
|
|
6547
|
+
{
|
|
6548
|
+
"name": "counting",
|
|
6549
|
+
"default": "false",
|
|
6550
|
+
"type": {
|
|
6551
|
+
"text": "boolean"
|
|
6552
|
+
}
|
|
6553
|
+
}
|
|
6554
|
+
]
|
|
6555
|
+
},
|
|
6556
|
+
{
|
|
6557
|
+
"kind": "method",
|
|
6558
|
+
"name": "renderComponent",
|
|
6559
|
+
"return": {
|
|
6560
|
+
"type": {
|
|
6561
|
+
"text": "TemplateResult"
|
|
6562
|
+
}
|
|
6563
|
+
},
|
|
6564
|
+
"parameters": [
|
|
6565
|
+
{
|
|
6566
|
+
"name": "component",
|
|
6567
|
+
"type": {
|
|
6568
|
+
"text": "Component"
|
|
6569
|
+
}
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"name": "depth",
|
|
6573
|
+
"type": {
|
|
6574
|
+
"text": "number"
|
|
6575
|
+
}
|
|
6576
|
+
}
|
|
6577
|
+
]
|
|
6578
|
+
}
|
|
6579
|
+
],
|
|
6580
|
+
"attributes": [
|
|
6581
|
+
{
|
|
6582
|
+
"name": "scene",
|
|
6583
|
+
"type": {
|
|
6584
|
+
"text": "Scene | undefined"
|
|
6585
|
+
},
|
|
6586
|
+
"fieldName": "scene"
|
|
6587
|
+
}
|
|
6588
|
+
],
|
|
6589
|
+
"superclass": {
|
|
6590
|
+
"name": "LitElement",
|
|
6591
|
+
"package": "lit"
|
|
6592
|
+
},
|
|
6593
|
+
"customElement": true
|
|
6351
6594
|
}
|
|
6352
6595
|
],
|
|
6353
6596
|
"exports": [
|
|
6354
6597
|
{
|
|
6355
6598
|
"kind": "js",
|
|
6356
|
-
"name": "
|
|
6599
|
+
"name": "SceneInspector",
|
|
6357
6600
|
"declaration": {
|
|
6358
|
-
"name": "
|
|
6359
|
-
"module": "src/modeller/property-sidebar/
|
|
6601
|
+
"name": "SceneInspector",
|
|
6602
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6360
6603
|
}
|
|
6361
6604
|
}
|
|
6362
6605
|
]
|
|
@@ -6526,249 +6769,6 @@
|
|
|
6526
6769
|
}
|
|
6527
6770
|
}
|
|
6528
6771
|
]
|
|
6529
|
-
},
|
|
6530
|
-
{
|
|
6531
|
-
"kind": "javascript-module",
|
|
6532
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6533
|
-
"declarations": [
|
|
6534
|
-
{
|
|
6535
|
-
"kind": "variable",
|
|
6536
|
-
"name": "BoxPaddingEditorStyles",
|
|
6537
|
-
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6538
|
-
}
|
|
6539
|
-
],
|
|
6540
|
-
"exports": [
|
|
6541
|
-
{
|
|
6542
|
-
"kind": "js",
|
|
6543
|
-
"name": "BoxPaddingEditorStyles",
|
|
6544
|
-
"declaration": {
|
|
6545
|
-
"name": "BoxPaddingEditorStyles",
|
|
6546
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6547
|
-
}
|
|
6548
|
-
}
|
|
6549
|
-
]
|
|
6550
|
-
},
|
|
6551
|
-
{
|
|
6552
|
-
"kind": "javascript-module",
|
|
6553
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6554
|
-
"declarations": [
|
|
6555
|
-
{
|
|
6556
|
-
"kind": "class",
|
|
6557
|
-
"description": "",
|
|
6558
|
-
"name": "PropertyShapes",
|
|
6559
|
-
"members": [
|
|
6560
|
-
{
|
|
6561
|
-
"kind": "field",
|
|
6562
|
-
"name": "value",
|
|
6563
|
-
"type": {
|
|
6564
|
-
"text": "Properties | undefined"
|
|
6565
|
-
},
|
|
6566
|
-
"attribute": "value"
|
|
6567
|
-
},
|
|
6568
|
-
{
|
|
6569
|
-
"kind": "field",
|
|
6570
|
-
"name": "bounds",
|
|
6571
|
-
"type": {
|
|
6572
|
-
"text": "BOUNDS | null"
|
|
6573
|
-
},
|
|
6574
|
-
"default": "null",
|
|
6575
|
-
"attribute": "bounds"
|
|
6576
|
-
},
|
|
6577
|
-
{
|
|
6578
|
-
"kind": "field",
|
|
6579
|
-
"name": "selected",
|
|
6580
|
-
"type": {
|
|
6581
|
-
"text": "Component[]"
|
|
6582
|
-
},
|
|
6583
|
-
"default": "[]",
|
|
6584
|
-
"attribute": "selected"
|
|
6585
|
-
},
|
|
6586
|
-
{
|
|
6587
|
-
"kind": "method",
|
|
6588
|
-
"name": "_onValueChange",
|
|
6589
|
-
"parameters": [
|
|
6590
|
-
{
|
|
6591
|
-
"name": "e",
|
|
6592
|
-
"type": {
|
|
6593
|
-
"text": "Event"
|
|
6594
|
-
}
|
|
6595
|
-
}
|
|
6596
|
-
],
|
|
6597
|
-
"inheritedFrom": {
|
|
6598
|
-
"name": "AbstractProperty",
|
|
6599
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6600
|
-
}
|
|
6601
|
-
},
|
|
6602
|
-
{
|
|
6603
|
-
"kind": "method",
|
|
6604
|
-
"name": "_hasTextProperty",
|
|
6605
|
-
"parameters": [
|
|
6606
|
-
{
|
|
6607
|
-
"name": "selected",
|
|
6608
|
-
"type": {
|
|
6609
|
-
"text": "Component[]"
|
|
6610
|
-
}
|
|
6611
|
-
}
|
|
6612
|
-
]
|
|
6613
|
-
},
|
|
6614
|
-
{
|
|
6615
|
-
"kind": "method",
|
|
6616
|
-
"name": "_hasProperties",
|
|
6617
|
-
"parameters": [
|
|
6618
|
-
{
|
|
6619
|
-
"name": "selected",
|
|
6620
|
-
"type": {
|
|
6621
|
-
"text": "Component[]"
|
|
6622
|
-
}
|
|
6623
|
-
}
|
|
6624
|
-
]
|
|
6625
|
-
},
|
|
6626
|
-
{
|
|
6627
|
-
"kind": "method",
|
|
6628
|
-
"name": "_isIdentifiable",
|
|
6629
|
-
"parameters": [
|
|
6630
|
-
{
|
|
6631
|
-
"name": "selected",
|
|
6632
|
-
"type": {
|
|
6633
|
-
"text": "Component[]"
|
|
6634
|
-
}
|
|
6635
|
-
}
|
|
6636
|
-
]
|
|
6637
|
-
},
|
|
6638
|
-
{
|
|
6639
|
-
"kind": "method",
|
|
6640
|
-
"name": "_isClassIdentifiable",
|
|
6641
|
-
"parameters": [
|
|
6642
|
-
{
|
|
6643
|
-
"name": "selected",
|
|
6644
|
-
"type": {
|
|
6645
|
-
"text": "Component[]"
|
|
6646
|
-
}
|
|
6647
|
-
}
|
|
6648
|
-
]
|
|
6649
|
-
},
|
|
6650
|
-
{
|
|
6651
|
-
"kind": "method",
|
|
6652
|
-
"name": "_isLine",
|
|
6653
|
-
"parameters": [
|
|
6654
|
-
{
|
|
6655
|
-
"name": "selected",
|
|
6656
|
-
"type": {
|
|
6657
|
-
"text": "Component[]"
|
|
6658
|
-
}
|
|
6659
|
-
}
|
|
6660
|
-
]
|
|
6661
|
-
},
|
|
6662
|
-
{
|
|
6663
|
-
"kind": "method",
|
|
6664
|
-
"name": "_is3dish",
|
|
6665
|
-
"parameters": [
|
|
6666
|
-
{
|
|
6667
|
-
"name": "selected",
|
|
6668
|
-
"type": {
|
|
6669
|
-
"text": "Component[]"
|
|
6670
|
-
}
|
|
6671
|
-
}
|
|
6672
|
-
]
|
|
6673
|
-
},
|
|
6674
|
-
{
|
|
6675
|
-
"kind": "method",
|
|
6676
|
-
"name": "_getValueFromEventTarget",
|
|
6677
|
-
"parameters": [
|
|
6678
|
-
{
|
|
6679
|
-
"name": "element",
|
|
6680
|
-
"type": {
|
|
6681
|
-
"text": "HTMLElement"
|
|
6682
|
-
}
|
|
6683
|
-
}
|
|
6684
|
-
],
|
|
6685
|
-
"inheritedFrom": {
|
|
6686
|
-
"name": "AbstractProperty",
|
|
6687
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6688
|
-
}
|
|
6689
|
-
},
|
|
6690
|
-
{
|
|
6691
|
-
"kind": "method",
|
|
6692
|
-
"name": "_onAfterValueChange",
|
|
6693
|
-
"parameters": [
|
|
6694
|
-
{
|
|
6695
|
-
"name": "key",
|
|
6696
|
-
"type": {
|
|
6697
|
-
"text": "string"
|
|
6698
|
-
}
|
|
6699
|
-
},
|
|
6700
|
-
{
|
|
6701
|
-
"name": "value",
|
|
6702
|
-
"type": {
|
|
6703
|
-
"text": "any"
|
|
6704
|
-
}
|
|
6705
|
-
}
|
|
6706
|
-
],
|
|
6707
|
-
"inheritedFrom": {
|
|
6708
|
-
"name": "AbstractProperty",
|
|
6709
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6710
|
-
}
|
|
6711
|
-
}
|
|
6712
|
-
],
|
|
6713
|
-
"events": [
|
|
6714
|
-
{
|
|
6715
|
-
"name": "bounds-change",
|
|
6716
|
-
"type": {
|
|
6717
|
-
"text": "CustomEvent"
|
|
6718
|
-
}
|
|
6719
|
-
},
|
|
6720
|
-
{
|
|
6721
|
-
"name": "property-change",
|
|
6722
|
-
"type": {
|
|
6723
|
-
"text": "CustomEvent"
|
|
6724
|
-
},
|
|
6725
|
-
"inheritedFrom": {
|
|
6726
|
-
"name": "AbstractProperty",
|
|
6727
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6728
|
-
}
|
|
6729
|
-
}
|
|
6730
|
-
],
|
|
6731
|
-
"attributes": [
|
|
6732
|
-
{
|
|
6733
|
-
"name": "value",
|
|
6734
|
-
"type": {
|
|
6735
|
-
"text": "Properties | undefined"
|
|
6736
|
-
},
|
|
6737
|
-
"fieldName": "value"
|
|
6738
|
-
},
|
|
6739
|
-
{
|
|
6740
|
-
"name": "bounds",
|
|
6741
|
-
"type": {
|
|
6742
|
-
"text": "BOUNDS | null"
|
|
6743
|
-
},
|
|
6744
|
-
"default": "null",
|
|
6745
|
-
"fieldName": "bounds"
|
|
6746
|
-
},
|
|
6747
|
-
{
|
|
6748
|
-
"name": "selected",
|
|
6749
|
-
"type": {
|
|
6750
|
-
"text": "Component[]"
|
|
6751
|
-
},
|
|
6752
|
-
"default": "[]",
|
|
6753
|
-
"fieldName": "selected"
|
|
6754
|
-
}
|
|
6755
|
-
],
|
|
6756
|
-
"superclass": {
|
|
6757
|
-
"name": "AbstractProperty",
|
|
6758
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6759
|
-
}
|
|
6760
|
-
}
|
|
6761
|
-
],
|
|
6762
|
-
"exports": [
|
|
6763
|
-
{
|
|
6764
|
-
"kind": "js",
|
|
6765
|
-
"name": "PropertyShapes",
|
|
6766
|
-
"declaration": {
|
|
6767
|
-
"name": "PropertyShapes",
|
|
6768
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6769
|
-
}
|
|
6770
|
-
}
|
|
6771
|
-
]
|
|
6772
6772
|
}
|
|
6773
6773
|
]
|
|
6774
6774
|
}
|