@fmsim/board 1.0.40 → 1.0.41
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
|
@@ -4660,248 +4660,632 @@
|
|
|
4660
4660
|
},
|
|
4661
4661
|
{
|
|
4662
4662
|
"kind": "javascript-module",
|
|
4663
|
-
"path": "src/modeller/
|
|
4663
|
+
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
4664
4664
|
"declarations": [
|
|
4665
4665
|
{
|
|
4666
4666
|
"kind": "class",
|
|
4667
4667
|
"description": "",
|
|
4668
|
-
"name": "
|
|
4668
|
+
"name": "AbstractProperty",
|
|
4669
4669
|
"members": [
|
|
4670
4670
|
{
|
|
4671
4671
|
"kind": "method",
|
|
4672
|
-
"name": "
|
|
4672
|
+
"name": "_onValueChange",
|
|
4673
4673
|
"parameters": [
|
|
4674
4674
|
{
|
|
4675
|
-
"name": "
|
|
4675
|
+
"name": "e",
|
|
4676
4676
|
"type": {
|
|
4677
|
-
"text": "
|
|
4677
|
+
"text": "Event"
|
|
4678
4678
|
}
|
|
4679
4679
|
}
|
|
4680
4680
|
]
|
|
4681
|
-
}
|
|
4682
|
-
],
|
|
4683
|
-
"superclass": {
|
|
4684
|
-
"name": "SceneLayer",
|
|
4685
|
-
"package": "@hatiolab/things-scene"
|
|
4686
|
-
}
|
|
4687
|
-
}
|
|
4688
|
-
],
|
|
4689
|
-
"exports": [
|
|
4690
|
-
{
|
|
4691
|
-
"kind": "js",
|
|
4692
|
-
"name": "default",
|
|
4693
|
-
"declaration": {
|
|
4694
|
-
"name": "ConfidentialOverlay",
|
|
4695
|
-
"module": "src/modeller/scene-viewer/confidential-overlay.ts"
|
|
4696
|
-
}
|
|
4697
|
-
}
|
|
4698
|
-
]
|
|
4699
|
-
},
|
|
4700
|
-
{
|
|
4701
|
-
"kind": "javascript-module",
|
|
4702
|
-
"path": "src/modeller/scene-viewer/ox-scene-handler.ts",
|
|
4703
|
-
"declarations": [
|
|
4704
|
-
{
|
|
4705
|
-
"kind": "class",
|
|
4706
|
-
"description": "",
|
|
4707
|
-
"name": "OxSceneHandler",
|
|
4708
|
-
"members": [
|
|
4681
|
+
},
|
|
4709
4682
|
{
|
|
4710
|
-
"kind": "
|
|
4711
|
-
"name": "
|
|
4712
|
-
"
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4683
|
+
"kind": "method",
|
|
4684
|
+
"name": "_getValueFromEventTarget",
|
|
4685
|
+
"parameters": [
|
|
4686
|
+
{
|
|
4687
|
+
"name": "element",
|
|
4688
|
+
"type": {
|
|
4689
|
+
"text": "HTMLElement"
|
|
4690
|
+
}
|
|
4691
|
+
}
|
|
4692
|
+
]
|
|
4716
4693
|
},
|
|
4717
4694
|
{
|
|
4718
|
-
"kind": "
|
|
4719
|
-
"name": "
|
|
4720
|
-
"
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4695
|
+
"kind": "method",
|
|
4696
|
+
"name": "_onAfterValueChange",
|
|
4697
|
+
"parameters": [
|
|
4698
|
+
{
|
|
4699
|
+
"name": "key",
|
|
4700
|
+
"type": {
|
|
4701
|
+
"text": "string"
|
|
4702
|
+
}
|
|
4703
|
+
},
|
|
4704
|
+
{
|
|
4705
|
+
"name": "value",
|
|
4706
|
+
"type": {
|
|
4707
|
+
"text": "any"
|
|
4708
|
+
}
|
|
4709
|
+
}
|
|
4710
|
+
]
|
|
4724
4711
|
}
|
|
4725
4712
|
],
|
|
4726
|
-
"
|
|
4727
|
-
{
|
|
4728
|
-
"name": "type",
|
|
4729
|
-
"type": {
|
|
4730
|
-
"text": "string"
|
|
4731
|
-
},
|
|
4732
|
-
"fieldName": "type"
|
|
4733
|
-
},
|
|
4713
|
+
"events": [
|
|
4734
4714
|
{
|
|
4735
|
-
"name": "
|
|
4715
|
+
"name": "property-change",
|
|
4736
4716
|
"type": {
|
|
4737
|
-
"text": "
|
|
4738
|
-
}
|
|
4739
|
-
"fieldName": "model"
|
|
4717
|
+
"text": "CustomEvent"
|
|
4718
|
+
}
|
|
4740
4719
|
}
|
|
4741
4720
|
],
|
|
4742
4721
|
"superclass": {
|
|
4743
4722
|
"name": "LitElement",
|
|
4744
4723
|
"package": "lit"
|
|
4745
4724
|
},
|
|
4746
|
-
"tagName": "ox-scene-handler",
|
|
4747
4725
|
"customElement": true
|
|
4748
4726
|
}
|
|
4749
4727
|
],
|
|
4750
4728
|
"exports": [
|
|
4751
4729
|
{
|
|
4752
4730
|
"kind": "js",
|
|
4753
|
-
"name": "
|
|
4731
|
+
"name": "AbstractProperty",
|
|
4754
4732
|
"declaration": {
|
|
4755
|
-
"name": "
|
|
4756
|
-
"module": "src/modeller/
|
|
4733
|
+
"name": "AbstractProperty",
|
|
4734
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
4757
4735
|
}
|
|
4758
|
-
}
|
|
4736
|
+
}
|
|
4737
|
+
]
|
|
4738
|
+
},
|
|
4739
|
+
{
|
|
4740
|
+
"kind": "javascript-module",
|
|
4741
|
+
"path": "src/modeller/property-sidebar/property-shared-style.ts",
|
|
4742
|
+
"declarations": [
|
|
4759
4743
|
{
|
|
4760
|
-
"kind": "
|
|
4761
|
-
"name": "
|
|
4744
|
+
"kind": "variable",
|
|
4745
|
+
"name": "PropertySharedStyle",
|
|
4746
|
+
"default": "css` fieldset { border: none; margin: 4px; padding: 9px 4px 9px 4px; border-bottom: var(--property-sidebar-fieldset-border); color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-label); } fieldset legend { padding: 5px 0 0 5px; color: var(--property-sidebar-fieldset-legend-color); font: var(--property-sidebar-fieldset-legend); text-transform: capitalize; } select, input { border: var(--property-sidebar-fieldset-border); } ox-input-data { height: 300px; } /* property grid */ .property-grid { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .property-grid > * { width: 100%; box-sizing: border-box; } .property-grid > label { grid-column: span 3; text-align: right; text-transform: capitalize; line-height: 2; } .property-grid > input, .property-grid > table, .property-grid > select, .property-grid > ox-input-angle, .property-grid > ox-buttons-radio, .property-grid > ox-input-color, [custom-editor] { grid-column: span 7; align-self: stretch; } .property-grid > .checkbox-row { grid-column: span 10; } .property-grid > .property-full-label { grid-column: span 3; text-align: right; text-transform: capitalize; } .property-grid > .property-half-label { grid-column: span 1; } .property-grid > .property-full-input { grid-column: span 7; } .property-grid > .property-half-input { grid-column: span 4; } /* checkbox-row */ .checkbox-row { display: grid; grid-template-columns: repeat(10, 1fr); grid-gap: 5px; grid-auto-rows: minmax(24px, auto); align-items: center; } .checkbox-row > input { grid-column: 4 / 5; } .checkbox-row > label { grid-column: span 6; text-align: left; } /* image resources */ .icon-only-label { grid-column: span 1; background: var(--url-icon-properties-label) no-repeat; float: left; margin: 0; align-self: stretch; } .icon-only-label.color { background-position: 100% -500px; } .icon-only-label.font-size { background-position: 100% -594px; } .icon-only-label.leading { background-position: 100% -696px; } .icon-only-label.hscale { background-position: 100% -296px; } .icon-only-label.vscale { background-position: 100% -396px; } .icon-only-label.linewidth { background-position: 100% -894px; } .icon-only-label.lineHeight { background-position: 100% -995px; } .icon-only-label.letterSpacing { background-position: 100% -1594px; } `"
|
|
4747
|
+
}
|
|
4748
|
+
],
|
|
4749
|
+
"exports": [
|
|
4750
|
+
{
|
|
4751
|
+
"kind": "js",
|
|
4752
|
+
"name": "PropertySharedStyle",
|
|
4762
4753
|
"declaration": {
|
|
4763
|
-
"name": "
|
|
4764
|
-
"module": "src/modeller/
|
|
4754
|
+
"name": "PropertySharedStyle",
|
|
4755
|
+
"module": "src/modeller/property-sidebar/property-shared-style.ts"
|
|
4765
4756
|
}
|
|
4766
4757
|
}
|
|
4767
4758
|
]
|
|
4768
4759
|
},
|
|
4769
4760
|
{
|
|
4770
4761
|
"kind": "javascript-module",
|
|
4771
|
-
"path": "src/modeller/
|
|
4762
|
+
"path": "src/modeller/property-sidebar/property-sidebar.ts",
|
|
4772
4763
|
"declarations": [
|
|
4773
4764
|
{
|
|
4774
4765
|
"kind": "class",
|
|
4775
4766
|
"description": "",
|
|
4776
|
-
"name": "
|
|
4767
|
+
"name": "PropertySidebar",
|
|
4777
4768
|
"members": [
|
|
4778
4769
|
{
|
|
4779
4770
|
"kind": "field",
|
|
4780
|
-
"name": "
|
|
4771
|
+
"name": "scene",
|
|
4781
4772
|
"type": {
|
|
4782
|
-
"text": "
|
|
4773
|
+
"text": "Scene | null"
|
|
4783
4774
|
},
|
|
4784
|
-
"
|
|
4775
|
+
"default": "null",
|
|
4776
|
+
"attribute": "scene"
|
|
4785
4777
|
},
|
|
4786
4778
|
{
|
|
4787
4779
|
"kind": "field",
|
|
4788
|
-
"name": "
|
|
4780
|
+
"name": "bounds",
|
|
4789
4781
|
"type": {
|
|
4790
|
-
"text": "
|
|
4782
|
+
"text": "any"
|
|
4791
4783
|
},
|
|
4792
|
-
"
|
|
4784
|
+
"default": "{}",
|
|
4785
|
+
"attribute": "bounds"
|
|
4793
4786
|
},
|
|
4794
4787
|
{
|
|
4795
|
-
"kind": "
|
|
4796
|
-
"name": "
|
|
4797
|
-
}
|
|
4798
|
-
],
|
|
4799
|
-
"attributes": [
|
|
4800
|
-
{
|
|
4801
|
-
"name": "type",
|
|
4788
|
+
"kind": "field",
|
|
4789
|
+
"name": "model",
|
|
4802
4790
|
"type": {
|
|
4803
|
-
"text": "
|
|
4791
|
+
"text": "Model | null"
|
|
4804
4792
|
},
|
|
4805
|
-
"
|
|
4793
|
+
"default": "{}",
|
|
4794
|
+
"attribute": "model"
|
|
4806
4795
|
},
|
|
4807
4796
|
{
|
|
4808
|
-
"
|
|
4797
|
+
"kind": "field",
|
|
4798
|
+
"name": "selected",
|
|
4809
4799
|
"type": {
|
|
4810
|
-
"text": "
|
|
4800
|
+
"text": "Component[]"
|
|
4811
4801
|
},
|
|
4812
|
-
"
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
"superclass": {
|
|
4816
|
-
"name": "LitElement",
|
|
4817
|
-
"package": "lit"
|
|
4818
|
-
},
|
|
4819
|
-
"tagName": "ox-scene-layer",
|
|
4820
|
-
"customElement": true
|
|
4821
|
-
}
|
|
4822
|
-
],
|
|
4823
|
-
"exports": [
|
|
4824
|
-
{
|
|
4825
|
-
"kind": "js",
|
|
4826
|
-
"name": "default",
|
|
4827
|
-
"declaration": {
|
|
4828
|
-
"name": "OxSceneLayer",
|
|
4829
|
-
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4830
|
-
}
|
|
4831
|
-
},
|
|
4832
|
-
{
|
|
4833
|
-
"kind": "custom-element-definition",
|
|
4834
|
-
"name": "ox-scene-layer",
|
|
4835
|
-
"declaration": {
|
|
4836
|
-
"name": "OxSceneLayer",
|
|
4837
|
-
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
4838
|
-
}
|
|
4839
|
-
}
|
|
4840
|
-
]
|
|
4841
|
-
},
|
|
4842
|
-
{
|
|
4843
|
-
"kind": "javascript-module",
|
|
4844
|
-
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
4845
|
-
"declarations": [
|
|
4846
|
-
{
|
|
4847
|
-
"kind": "class",
|
|
4848
|
-
"description": "",
|
|
4849
|
-
"name": "OxSceneProperty",
|
|
4850
|
-
"members": [
|
|
4802
|
+
"default": "[]",
|
|
4803
|
+
"attribute": "selected"
|
|
4804
|
+
},
|
|
4851
4805
|
{
|
|
4852
4806
|
"kind": "field",
|
|
4853
|
-
"name": "
|
|
4807
|
+
"name": "specificProps",
|
|
4854
4808
|
"type": {
|
|
4855
|
-
"text": "
|
|
4809
|
+
"text": "any"
|
|
4856
4810
|
},
|
|
4857
|
-
"attribute": "
|
|
4811
|
+
"attribute": "specificProps"
|
|
4858
4812
|
},
|
|
4859
4813
|
{
|
|
4860
4814
|
"kind": "field",
|
|
4861
|
-
"name": "
|
|
4815
|
+
"name": "tabName",
|
|
4862
4816
|
"type": {
|
|
4863
|
-
"text": "string"
|
|
4817
|
+
"text": "string | null"
|
|
4864
4818
|
},
|
|
4865
|
-
"
|
|
4819
|
+
"default": "'specific'",
|
|
4820
|
+
"attribute": "tabName"
|
|
4866
4821
|
},
|
|
4867
4822
|
{
|
|
4868
4823
|
"kind": "field",
|
|
4869
|
-
"name": "
|
|
4824
|
+
"name": "collapsed",
|
|
4870
4825
|
"type": {
|
|
4871
|
-
"text": "
|
|
4826
|
+
"text": "boolean"
|
|
4872
4827
|
},
|
|
4873
|
-
"
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
"attributes": [
|
|
4828
|
+
"default": "false",
|
|
4829
|
+
"attribute": "collapsed"
|
|
4830
|
+
},
|
|
4877
4831
|
{
|
|
4878
|
-
"
|
|
4832
|
+
"kind": "field",
|
|
4833
|
+
"name": "fonts",
|
|
4879
4834
|
"type": {
|
|
4880
|
-
"text": "
|
|
4835
|
+
"text": "any[]"
|
|
4881
4836
|
},
|
|
4882
|
-
"
|
|
4837
|
+
"default": "[]",
|
|
4838
|
+
"attribute": "fonts"
|
|
4883
4839
|
},
|
|
4884
4840
|
{
|
|
4885
|
-
"
|
|
4841
|
+
"kind": "field",
|
|
4842
|
+
"name": "propertyEditor",
|
|
4886
4843
|
"type": {
|
|
4887
|
-
"text": "
|
|
4844
|
+
"text": "any[]"
|
|
4888
4845
|
},
|
|
4889
|
-
"
|
|
4846
|
+
"default": "[]",
|
|
4847
|
+
"attribute": "propertyEditor"
|
|
4890
4848
|
},
|
|
4891
4849
|
{
|
|
4892
|
-
"
|
|
4850
|
+
"kind": "field",
|
|
4851
|
+
"name": "propertyTarget",
|
|
4893
4852
|
"type": {
|
|
4894
|
-
"text": "
|
|
4853
|
+
"text": "Component | null"
|
|
4895
4854
|
},
|
|
4896
|
-
"
|
|
4897
|
-
}
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4855
|
+
"default": "null"
|
|
4856
|
+
},
|
|
4857
|
+
{
|
|
4858
|
+
"kind": "field",
|
|
4859
|
+
"name": "scopedElements",
|
|
4860
|
+
"static": true,
|
|
4861
|
+
"readonly": true
|
|
4862
|
+
},
|
|
4863
|
+
{
|
|
4864
|
+
"kind": "method",
|
|
4865
|
+
"name": "_onPropertyChanged",
|
|
4866
|
+
"parameters": [
|
|
4867
|
+
{
|
|
4868
|
+
"name": "e",
|
|
4869
|
+
"type": {
|
|
4870
|
+
"text": "CustomEvent"
|
|
4871
|
+
}
|
|
4872
|
+
}
|
|
4873
|
+
]
|
|
4874
|
+
},
|
|
4875
|
+
{
|
|
4876
|
+
"kind": "method",
|
|
4877
|
+
"name": "_onBoundsChanged",
|
|
4878
|
+
"parameters": [
|
|
4879
|
+
{
|
|
4880
|
+
"name": "e",
|
|
4881
|
+
"type": {
|
|
4882
|
+
"text": "CustomEvent"
|
|
4883
|
+
}
|
|
4884
|
+
}
|
|
4885
|
+
]
|
|
4886
|
+
},
|
|
4887
|
+
{
|
|
4888
|
+
"kind": "method",
|
|
4889
|
+
"name": "_onChangedByScene"
|
|
4890
|
+
},
|
|
4891
|
+
{
|
|
4892
|
+
"kind": "method",
|
|
4893
|
+
"name": "_setPropertyTargetAsDefault"
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"kind": "method",
|
|
4897
|
+
"name": "_onCollapsed",
|
|
4898
|
+
"parameters": [
|
|
4899
|
+
{
|
|
4900
|
+
"name": "collapsed",
|
|
4901
|
+
"type": {
|
|
4902
|
+
"text": "boolean"
|
|
4903
|
+
}
|
|
4904
|
+
}
|
|
4905
|
+
]
|
|
4906
|
+
},
|
|
4907
|
+
{
|
|
4908
|
+
"kind": "method",
|
|
4909
|
+
"name": "_onSceneChanged"
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"kind": "method",
|
|
4913
|
+
"name": "_onSelectedChanged",
|
|
4914
|
+
"parameters": [
|
|
4915
|
+
{
|
|
4916
|
+
"name": "after",
|
|
4917
|
+
"type": {
|
|
4918
|
+
"text": "Component[]"
|
|
4919
|
+
}
|
|
4920
|
+
}
|
|
4921
|
+
]
|
|
4922
|
+
},
|
|
4923
|
+
{
|
|
4924
|
+
"kind": "method",
|
|
4925
|
+
"name": "_setPropertyTarget",
|
|
4926
|
+
"parameters": [
|
|
4927
|
+
{
|
|
4928
|
+
"name": "newTarget",
|
|
4929
|
+
"type": {
|
|
4930
|
+
"text": "Component | null"
|
|
4931
|
+
}
|
|
4932
|
+
}
|
|
4933
|
+
]
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"kind": "method",
|
|
4937
|
+
"name": "_setBounds",
|
|
4938
|
+
"parameters": [
|
|
4939
|
+
{
|
|
4940
|
+
"name": "bounds",
|
|
4941
|
+
"type": {
|
|
4942
|
+
"text": "BOUNDS"
|
|
4943
|
+
}
|
|
4944
|
+
}
|
|
4945
|
+
]
|
|
4946
|
+
}
|
|
4947
|
+
],
|
|
4948
|
+
"attributes": [
|
|
4949
|
+
{
|
|
4950
|
+
"name": "scene",
|
|
4951
|
+
"type": {
|
|
4952
|
+
"text": "Scene | null"
|
|
4953
|
+
},
|
|
4954
|
+
"default": "null",
|
|
4955
|
+
"fieldName": "scene"
|
|
4956
|
+
},
|
|
4957
|
+
{
|
|
4958
|
+
"name": "bounds",
|
|
4959
|
+
"type": {
|
|
4960
|
+
"text": "any"
|
|
4961
|
+
},
|
|
4962
|
+
"default": "{}",
|
|
4963
|
+
"fieldName": "bounds"
|
|
4964
|
+
},
|
|
4965
|
+
{
|
|
4966
|
+
"name": "model",
|
|
4967
|
+
"type": {
|
|
4968
|
+
"text": "Model | null"
|
|
4969
|
+
},
|
|
4970
|
+
"default": "{}",
|
|
4971
|
+
"fieldName": "model"
|
|
4972
|
+
},
|
|
4973
|
+
{
|
|
4974
|
+
"name": "selected",
|
|
4975
|
+
"type": {
|
|
4976
|
+
"text": "Component[]"
|
|
4977
|
+
},
|
|
4978
|
+
"default": "[]",
|
|
4979
|
+
"fieldName": "selected"
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
"name": "specificProps",
|
|
4983
|
+
"type": {
|
|
4984
|
+
"text": "any"
|
|
4985
|
+
},
|
|
4986
|
+
"fieldName": "specificProps"
|
|
4987
|
+
},
|
|
4988
|
+
{
|
|
4989
|
+
"name": "tabName",
|
|
4990
|
+
"type": {
|
|
4991
|
+
"text": "string | null"
|
|
4992
|
+
},
|
|
4993
|
+
"default": "'specific'",
|
|
4994
|
+
"fieldName": "tabName"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"name": "collapsed",
|
|
4998
|
+
"type": {
|
|
4999
|
+
"text": "boolean"
|
|
5000
|
+
},
|
|
5001
|
+
"default": "false",
|
|
5002
|
+
"fieldName": "collapsed"
|
|
5003
|
+
},
|
|
5004
|
+
{
|
|
5005
|
+
"name": "fonts",
|
|
5006
|
+
"type": {
|
|
5007
|
+
"text": "any[]"
|
|
5008
|
+
},
|
|
5009
|
+
"default": "[]",
|
|
5010
|
+
"fieldName": "fonts"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "propertyEditor",
|
|
5014
|
+
"type": {
|
|
5015
|
+
"text": "any[]"
|
|
5016
|
+
},
|
|
5017
|
+
"default": "[]",
|
|
5018
|
+
"fieldName": "propertyEditor"
|
|
5019
|
+
}
|
|
5020
|
+
],
|
|
5021
|
+
"mixins": [
|
|
5022
|
+
{
|
|
5023
|
+
"name": "ScopedElementsMixin",
|
|
5024
|
+
"package": "@open-wc/scoped-elements"
|
|
5025
|
+
}
|
|
5026
|
+
],
|
|
5027
|
+
"superclass": {
|
|
5028
|
+
"name": "LitElement",
|
|
5029
|
+
"package": "lit"
|
|
5030
|
+
},
|
|
5031
|
+
"customElement": true
|
|
5032
|
+
}
|
|
5033
|
+
],
|
|
5034
|
+
"exports": [
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "js",
|
|
5037
|
+
"name": "PropertySidebar",
|
|
5038
|
+
"declaration": {
|
|
5039
|
+
"name": "PropertySidebar",
|
|
5040
|
+
"module": "src/modeller/property-sidebar/property-sidebar.ts"
|
|
5041
|
+
}
|
|
5042
|
+
}
|
|
5043
|
+
]
|
|
5044
|
+
},
|
|
5045
|
+
{
|
|
5046
|
+
"kind": "javascript-module",
|
|
5047
|
+
"path": "src/modeller/scene-viewer/confidential-overlay.ts",
|
|
5048
|
+
"declarations": [
|
|
5049
|
+
{
|
|
5050
|
+
"kind": "class",
|
|
5051
|
+
"description": "",
|
|
5052
|
+
"name": "ConfidentialOverlay",
|
|
5053
|
+
"members": [
|
|
5054
|
+
{
|
|
5055
|
+
"kind": "method",
|
|
5056
|
+
"name": "_draw",
|
|
5057
|
+
"parameters": [
|
|
5058
|
+
{
|
|
5059
|
+
"name": "context",
|
|
5060
|
+
"type": {
|
|
5061
|
+
"text": "CanvasRenderingContext2D"
|
|
5062
|
+
}
|
|
5063
|
+
}
|
|
5064
|
+
]
|
|
5065
|
+
}
|
|
5066
|
+
],
|
|
5067
|
+
"superclass": {
|
|
5068
|
+
"name": "SceneLayer",
|
|
5069
|
+
"package": "@hatiolab/things-scene"
|
|
5070
|
+
}
|
|
5071
|
+
}
|
|
5072
|
+
],
|
|
5073
|
+
"exports": [
|
|
5074
|
+
{
|
|
5075
|
+
"kind": "js",
|
|
5076
|
+
"name": "default",
|
|
5077
|
+
"declaration": {
|
|
5078
|
+
"name": "ConfidentialOverlay",
|
|
5079
|
+
"module": "src/modeller/scene-viewer/confidential-overlay.ts"
|
|
5080
|
+
}
|
|
5081
|
+
}
|
|
5082
|
+
]
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"kind": "javascript-module",
|
|
5086
|
+
"path": "src/modeller/scene-viewer/ox-scene-handler.ts",
|
|
5087
|
+
"declarations": [
|
|
5088
|
+
{
|
|
5089
|
+
"kind": "class",
|
|
5090
|
+
"description": "",
|
|
5091
|
+
"name": "OxSceneHandler",
|
|
5092
|
+
"members": [
|
|
5093
|
+
{
|
|
5094
|
+
"kind": "field",
|
|
5095
|
+
"name": "type",
|
|
5096
|
+
"type": {
|
|
5097
|
+
"text": "string"
|
|
5098
|
+
},
|
|
5099
|
+
"attribute": "type"
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"kind": "field",
|
|
5103
|
+
"name": "model",
|
|
5104
|
+
"type": {
|
|
5105
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
5106
|
+
},
|
|
5107
|
+
"attribute": "model"
|
|
5108
|
+
}
|
|
5109
|
+
],
|
|
5110
|
+
"attributes": [
|
|
5111
|
+
{
|
|
5112
|
+
"name": "type",
|
|
5113
|
+
"type": {
|
|
5114
|
+
"text": "string"
|
|
5115
|
+
},
|
|
5116
|
+
"fieldName": "type"
|
|
5117
|
+
},
|
|
5118
|
+
{
|
|
5119
|
+
"name": "model",
|
|
5120
|
+
"type": {
|
|
5121
|
+
"text": "{\n type: Object\n notify: true\n }"
|
|
5122
|
+
},
|
|
5123
|
+
"fieldName": "model"
|
|
5124
|
+
}
|
|
5125
|
+
],
|
|
5126
|
+
"superclass": {
|
|
5127
|
+
"name": "LitElement",
|
|
5128
|
+
"package": "lit"
|
|
5129
|
+
},
|
|
5130
|
+
"tagName": "ox-scene-handler",
|
|
5131
|
+
"customElement": true
|
|
5132
|
+
}
|
|
5133
|
+
],
|
|
5134
|
+
"exports": [
|
|
5135
|
+
{
|
|
5136
|
+
"kind": "js",
|
|
5137
|
+
"name": "default",
|
|
5138
|
+
"declaration": {
|
|
5139
|
+
"name": "OxSceneHandler",
|
|
5140
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
5141
|
+
}
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"kind": "custom-element-definition",
|
|
5145
|
+
"name": "ox-scene-handler",
|
|
5146
|
+
"declaration": {
|
|
5147
|
+
"name": "OxSceneHandler",
|
|
5148
|
+
"module": "src/modeller/scene-viewer/ox-scene-handler.ts"
|
|
5149
|
+
}
|
|
5150
|
+
}
|
|
5151
|
+
]
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"kind": "javascript-module",
|
|
5155
|
+
"path": "src/modeller/scene-viewer/ox-scene-layer.ts",
|
|
5156
|
+
"declarations": [
|
|
5157
|
+
{
|
|
5158
|
+
"kind": "class",
|
|
5159
|
+
"description": "",
|
|
5160
|
+
"name": "OxSceneLayer",
|
|
5161
|
+
"members": [
|
|
5162
|
+
{
|
|
5163
|
+
"kind": "field",
|
|
5164
|
+
"name": "type",
|
|
5165
|
+
"type": {
|
|
5166
|
+
"text": "String | undefined"
|
|
5167
|
+
},
|
|
5168
|
+
"attribute": "type"
|
|
5169
|
+
},
|
|
5170
|
+
{
|
|
5171
|
+
"kind": "field",
|
|
5172
|
+
"name": "text",
|
|
5173
|
+
"type": {
|
|
5174
|
+
"text": "String | undefined"
|
|
5175
|
+
},
|
|
5176
|
+
"attribute": "text"
|
|
5177
|
+
},
|
|
5178
|
+
{
|
|
5179
|
+
"kind": "method",
|
|
5180
|
+
"name": "getModel"
|
|
5181
|
+
}
|
|
5182
|
+
],
|
|
5183
|
+
"attributes": [
|
|
5184
|
+
{
|
|
5185
|
+
"name": "type",
|
|
5186
|
+
"type": {
|
|
5187
|
+
"text": "String | undefined"
|
|
5188
|
+
},
|
|
5189
|
+
"fieldName": "type"
|
|
5190
|
+
},
|
|
5191
|
+
{
|
|
5192
|
+
"name": "text",
|
|
5193
|
+
"type": {
|
|
5194
|
+
"text": "String | undefined"
|
|
5195
|
+
},
|
|
5196
|
+
"fieldName": "text"
|
|
5197
|
+
}
|
|
5198
|
+
],
|
|
5199
|
+
"superclass": {
|
|
5200
|
+
"name": "LitElement",
|
|
5201
|
+
"package": "lit"
|
|
5202
|
+
},
|
|
5203
|
+
"tagName": "ox-scene-layer",
|
|
5204
|
+
"customElement": true
|
|
5205
|
+
}
|
|
5206
|
+
],
|
|
5207
|
+
"exports": [
|
|
5208
|
+
{
|
|
5209
|
+
"kind": "js",
|
|
5210
|
+
"name": "default",
|
|
5211
|
+
"declaration": {
|
|
5212
|
+
"name": "OxSceneLayer",
|
|
5213
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
5214
|
+
}
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"kind": "custom-element-definition",
|
|
5218
|
+
"name": "ox-scene-layer",
|
|
5219
|
+
"declaration": {
|
|
5220
|
+
"name": "OxSceneLayer",
|
|
5221
|
+
"module": "src/modeller/scene-viewer/ox-scene-layer.ts"
|
|
5222
|
+
}
|
|
5223
|
+
}
|
|
5224
|
+
]
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"kind": "javascript-module",
|
|
5228
|
+
"path": "src/modeller/scene-viewer/ox-scene-property.ts",
|
|
5229
|
+
"declarations": [
|
|
5230
|
+
{
|
|
5231
|
+
"kind": "class",
|
|
5232
|
+
"description": "",
|
|
5233
|
+
"name": "OxSceneProperty",
|
|
5234
|
+
"members": [
|
|
5235
|
+
{
|
|
5236
|
+
"kind": "field",
|
|
5237
|
+
"name": "name",
|
|
5238
|
+
"type": {
|
|
5239
|
+
"text": "string"
|
|
5240
|
+
},
|
|
5241
|
+
"attribute": "name"
|
|
5242
|
+
},
|
|
5243
|
+
{
|
|
5244
|
+
"kind": "field",
|
|
5245
|
+
"name": "value",
|
|
5246
|
+
"type": {
|
|
5247
|
+
"text": "string"
|
|
5248
|
+
},
|
|
5249
|
+
"attribute": "value"
|
|
5250
|
+
},
|
|
5251
|
+
{
|
|
5252
|
+
"kind": "field",
|
|
5253
|
+
"name": "type",
|
|
5254
|
+
"type": {
|
|
5255
|
+
"text": "string"
|
|
5256
|
+
},
|
|
5257
|
+
"attribute": "type"
|
|
5258
|
+
}
|
|
5259
|
+
],
|
|
5260
|
+
"attributes": [
|
|
5261
|
+
{
|
|
5262
|
+
"name": "name",
|
|
5263
|
+
"type": {
|
|
5264
|
+
"text": "string"
|
|
5265
|
+
},
|
|
5266
|
+
"fieldName": "name"
|
|
5267
|
+
},
|
|
5268
|
+
{
|
|
5269
|
+
"name": "value",
|
|
5270
|
+
"type": {
|
|
5271
|
+
"text": "string"
|
|
5272
|
+
},
|
|
5273
|
+
"fieldName": "value"
|
|
5274
|
+
},
|
|
5275
|
+
{
|
|
5276
|
+
"name": "type",
|
|
5277
|
+
"type": {
|
|
5278
|
+
"text": "string"
|
|
5279
|
+
},
|
|
5280
|
+
"fieldName": "type"
|
|
5281
|
+
}
|
|
5282
|
+
],
|
|
5283
|
+
"superclass": {
|
|
5284
|
+
"name": "LitElement",
|
|
5285
|
+
"package": "lit"
|
|
5286
|
+
},
|
|
5287
|
+
"tagName": "ox-scene-property",
|
|
5288
|
+
"customElement": true
|
|
4905
5289
|
}
|
|
4906
5290
|
],
|
|
4907
5291
|
"exports": [
|
|
@@ -5341,189 +5725,100 @@
|
|
|
5341
5725
|
{
|
|
5342
5726
|
"name": "name",
|
|
5343
5727
|
"type": {
|
|
5344
|
-
"text": "string"
|
|
5345
|
-
},
|
|
5346
|
-
"default": "'noname'",
|
|
5347
|
-
"fieldName": "name"
|
|
5348
|
-
},
|
|
5349
|
-
{
|
|
5350
|
-
"name": "enableInspector",
|
|
5351
|
-
"type": {
|
|
5352
|
-
"text": "boolean"
|
|
5353
|
-
},
|
|
5354
|
-
"default": "true",
|
|
5355
|
-
"fieldName": "enableInspector"
|
|
5356
|
-
},
|
|
5357
|
-
{
|
|
5358
|
-
"name": "showInspector",
|
|
5359
|
-
"type": {
|
|
5360
|
-
"text": "boolean"
|
|
5361
|
-
},
|
|
5362
|
-
"default": "false",
|
|
5363
|
-
"fieldName": "showInspector"
|
|
5364
|
-
}
|
|
5365
|
-
],
|
|
5366
|
-
"superclass": {
|
|
5367
|
-
"name": "LitElement",
|
|
5368
|
-
"package": "lit"
|
|
5369
|
-
},
|
|
5370
|
-
"tagName": "ox-scene-viewer",
|
|
5371
|
-
"customElement": true
|
|
5372
|
-
}
|
|
5373
|
-
],
|
|
5374
|
-
"exports": [
|
|
5375
|
-
{
|
|
5376
|
-
"kind": "js",
|
|
5377
|
-
"name": "default",
|
|
5378
|
-
"declaration": {
|
|
5379
|
-
"name": "OxSceneViewer",
|
|
5380
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
5381
|
-
}
|
|
5382
|
-
},
|
|
5383
|
-
{
|
|
5384
|
-
"kind": "custom-element-definition",
|
|
5385
|
-
"name": "ox-scene-viewer",
|
|
5386
|
-
"declaration": {
|
|
5387
|
-
"name": "OxSceneViewer",
|
|
5388
|
-
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
5389
|
-
}
|
|
5390
|
-
}
|
|
5391
|
-
]
|
|
5392
|
-
},
|
|
5393
|
-
{
|
|
5394
|
-
"kind": "javascript-module",
|
|
5395
|
-
"path": "src/modeller/property-sidebar/abstract-property.ts",
|
|
5396
|
-
"declarations": [
|
|
5397
|
-
{
|
|
5398
|
-
"kind": "class",
|
|
5399
|
-
"description": "",
|
|
5400
|
-
"name": "AbstractProperty",
|
|
5401
|
-
"members": [
|
|
5402
|
-
{
|
|
5403
|
-
"kind": "method",
|
|
5404
|
-
"name": "_onValueChange",
|
|
5405
|
-
"parameters": [
|
|
5406
|
-
{
|
|
5407
|
-
"name": "e",
|
|
5408
|
-
"type": {
|
|
5409
|
-
"text": "Event"
|
|
5410
|
-
}
|
|
5411
|
-
}
|
|
5412
|
-
]
|
|
5413
|
-
},
|
|
5414
|
-
{
|
|
5415
|
-
"kind": "method",
|
|
5416
|
-
"name": "_getValueFromEventTarget",
|
|
5417
|
-
"parameters": [
|
|
5418
|
-
{
|
|
5419
|
-
"name": "element",
|
|
5420
|
-
"type": {
|
|
5421
|
-
"text": "HTMLElement"
|
|
5422
|
-
}
|
|
5423
|
-
}
|
|
5424
|
-
]
|
|
5425
|
-
},
|
|
5426
|
-
{
|
|
5427
|
-
"kind": "method",
|
|
5428
|
-
"name": "_onAfterValueChange",
|
|
5429
|
-
"parameters": [
|
|
5430
|
-
{
|
|
5431
|
-
"name": "key",
|
|
5432
|
-
"type": {
|
|
5433
|
-
"text": "string"
|
|
5434
|
-
}
|
|
5435
|
-
},
|
|
5436
|
-
{
|
|
5437
|
-
"name": "value",
|
|
5438
|
-
"type": {
|
|
5439
|
-
"text": "any"
|
|
5440
|
-
}
|
|
5441
|
-
}
|
|
5442
|
-
]
|
|
5443
|
-
}
|
|
5444
|
-
],
|
|
5445
|
-
"events": [
|
|
5728
|
+
"text": "string"
|
|
5729
|
+
},
|
|
5730
|
+
"default": "'noname'",
|
|
5731
|
+
"fieldName": "name"
|
|
5732
|
+
},
|
|
5446
5733
|
{
|
|
5447
|
-
"name": "
|
|
5734
|
+
"name": "enableInspector",
|
|
5448
5735
|
"type": {
|
|
5449
|
-
"text": "
|
|
5450
|
-
}
|
|
5736
|
+
"text": "boolean"
|
|
5737
|
+
},
|
|
5738
|
+
"default": "true",
|
|
5739
|
+
"fieldName": "enableInspector"
|
|
5740
|
+
},
|
|
5741
|
+
{
|
|
5742
|
+
"name": "showInspector",
|
|
5743
|
+
"type": {
|
|
5744
|
+
"text": "boolean"
|
|
5745
|
+
},
|
|
5746
|
+
"default": "false",
|
|
5747
|
+
"fieldName": "showInspector"
|
|
5451
5748
|
}
|
|
5452
5749
|
],
|
|
5453
5750
|
"superclass": {
|
|
5454
5751
|
"name": "LitElement",
|
|
5455
5752
|
"package": "lit"
|
|
5456
5753
|
},
|
|
5754
|
+
"tagName": "ox-scene-viewer",
|
|
5457
5755
|
"customElement": true
|
|
5458
5756
|
}
|
|
5459
5757
|
],
|
|
5460
5758
|
"exports": [
|
|
5461
5759
|
{
|
|
5462
5760
|
"kind": "js",
|
|
5463
|
-
"name": "
|
|
5761
|
+
"name": "default",
|
|
5464
5762
|
"declaration": {
|
|
5465
|
-
"name": "
|
|
5466
|
-
"module": "src/modeller/
|
|
5763
|
+
"name": "OxSceneViewer",
|
|
5764
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
5765
|
+
}
|
|
5766
|
+
},
|
|
5767
|
+
{
|
|
5768
|
+
"kind": "custom-element-definition",
|
|
5769
|
+
"name": "ox-scene-viewer",
|
|
5770
|
+
"declaration": {
|
|
5771
|
+
"name": "OxSceneViewer",
|
|
5772
|
+
"module": "src/modeller/scene-viewer/ox-scene-viewer.ts"
|
|
5467
5773
|
}
|
|
5468
5774
|
}
|
|
5469
5775
|
]
|
|
5470
5776
|
},
|
|
5471
5777
|
{
|
|
5472
5778
|
"kind": "javascript-module",
|
|
5473
|
-
"path": "src/modeller/property-sidebar/
|
|
5779
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5474
5780
|
"declarations": [
|
|
5475
5781
|
{
|
|
5476
5782
|
"kind": "variable",
|
|
5477
|
-
"name": "
|
|
5478
|
-
"default": "css`
|
|
5783
|
+
"name": "EffectsSharedStyle",
|
|
5784
|
+
"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; } `"
|
|
5479
5785
|
}
|
|
5480
5786
|
],
|
|
5481
5787
|
"exports": [
|
|
5482
5788
|
{
|
|
5483
5789
|
"kind": "js",
|
|
5484
|
-
"name": "
|
|
5790
|
+
"name": "EffectsSharedStyle",
|
|
5485
5791
|
"declaration": {
|
|
5486
|
-
"name": "
|
|
5487
|
-
"module": "src/modeller/property-sidebar/
|
|
5792
|
+
"name": "EffectsSharedStyle",
|
|
5793
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5488
5794
|
}
|
|
5489
5795
|
}
|
|
5490
5796
|
]
|
|
5491
5797
|
},
|
|
5492
5798
|
{
|
|
5493
5799
|
"kind": "javascript-module",
|
|
5494
|
-
"path": "src/modeller/property-sidebar/
|
|
5800
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5495
5801
|
"declarations": [
|
|
5496
5802
|
{
|
|
5497
5803
|
"kind": "class",
|
|
5498
5804
|
"description": "",
|
|
5499
|
-
"name": "
|
|
5805
|
+
"name": "PropertyEffects",
|
|
5500
5806
|
"members": [
|
|
5501
5807
|
{
|
|
5502
5808
|
"kind": "field",
|
|
5503
|
-
"name": "
|
|
5504
|
-
"type": {
|
|
5505
|
-
"text": "Scene | null"
|
|
5506
|
-
},
|
|
5507
|
-
"default": "null",
|
|
5508
|
-
"attribute": "scene"
|
|
5509
|
-
},
|
|
5510
|
-
{
|
|
5511
|
-
"kind": "field",
|
|
5512
|
-
"name": "bounds",
|
|
5809
|
+
"name": "value",
|
|
5513
5810
|
"type": {
|
|
5514
|
-
"text": "
|
|
5811
|
+
"text": "Properties | undefined"
|
|
5515
5812
|
},
|
|
5516
|
-
"
|
|
5517
|
-
"attribute": "bounds"
|
|
5813
|
+
"attribute": "value"
|
|
5518
5814
|
},
|
|
5519
5815
|
{
|
|
5520
5816
|
"kind": "field",
|
|
5521
|
-
"name": "
|
|
5817
|
+
"name": "scene",
|
|
5522
5818
|
"type": {
|
|
5523
|
-
"text": "
|
|
5819
|
+
"text": "Scene | undefined"
|
|
5524
5820
|
},
|
|
5525
|
-
"
|
|
5526
|
-
"attribute": "model"
|
|
5821
|
+
"attribute": "scene"
|
|
5527
5822
|
},
|
|
5528
5823
|
{
|
|
5529
5824
|
"kind": "field",
|
|
@@ -5534,58 +5829,6 @@
|
|
|
5534
5829
|
"default": "[]",
|
|
5535
5830
|
"attribute": "selected"
|
|
5536
5831
|
},
|
|
5537
|
-
{
|
|
5538
|
-
"kind": "field",
|
|
5539
|
-
"name": "specificProps",
|
|
5540
|
-
"type": {
|
|
5541
|
-
"text": "any"
|
|
5542
|
-
},
|
|
5543
|
-
"attribute": "specificProps"
|
|
5544
|
-
},
|
|
5545
|
-
{
|
|
5546
|
-
"kind": "field",
|
|
5547
|
-
"name": "tabName",
|
|
5548
|
-
"type": {
|
|
5549
|
-
"text": "string | null"
|
|
5550
|
-
},
|
|
5551
|
-
"default": "'specific'",
|
|
5552
|
-
"attribute": "tabName"
|
|
5553
|
-
},
|
|
5554
|
-
{
|
|
5555
|
-
"kind": "field",
|
|
5556
|
-
"name": "collapsed",
|
|
5557
|
-
"type": {
|
|
5558
|
-
"text": "boolean"
|
|
5559
|
-
},
|
|
5560
|
-
"default": "false",
|
|
5561
|
-
"attribute": "collapsed"
|
|
5562
|
-
},
|
|
5563
|
-
{
|
|
5564
|
-
"kind": "field",
|
|
5565
|
-
"name": "fonts",
|
|
5566
|
-
"type": {
|
|
5567
|
-
"text": "any[]"
|
|
5568
|
-
},
|
|
5569
|
-
"default": "[]",
|
|
5570
|
-
"attribute": "fonts"
|
|
5571
|
-
},
|
|
5572
|
-
{
|
|
5573
|
-
"kind": "field",
|
|
5574
|
-
"name": "propertyEditor",
|
|
5575
|
-
"type": {
|
|
5576
|
-
"text": "any[]"
|
|
5577
|
-
},
|
|
5578
|
-
"default": "[]",
|
|
5579
|
-
"attribute": "propertyEditor"
|
|
5580
|
-
},
|
|
5581
|
-
{
|
|
5582
|
-
"kind": "field",
|
|
5583
|
-
"name": "propertyTarget",
|
|
5584
|
-
"type": {
|
|
5585
|
-
"text": "Component | null"
|
|
5586
|
-
},
|
|
5587
|
-
"default": "null"
|
|
5588
|
-
},
|
|
5589
5832
|
{
|
|
5590
5833
|
"kind": "field",
|
|
5591
5834
|
"name": "scopedElements",
|
|
@@ -5594,160 +5837,81 @@
|
|
|
5594
5837
|
},
|
|
5595
5838
|
{
|
|
5596
5839
|
"kind": "method",
|
|
5597
|
-
"name": "
|
|
5598
|
-
"parameters": [
|
|
5599
|
-
{
|
|
5600
|
-
"name": "e",
|
|
5601
|
-
"type": {
|
|
5602
|
-
"text": "CustomEvent"
|
|
5603
|
-
}
|
|
5604
|
-
}
|
|
5605
|
-
]
|
|
5606
|
-
},
|
|
5607
|
-
{
|
|
5608
|
-
"kind": "method",
|
|
5609
|
-
"name": "_onBoundsChanged",
|
|
5840
|
+
"name": "_onValueChange",
|
|
5610
5841
|
"parameters": [
|
|
5611
5842
|
{
|
|
5612
5843
|
"name": "e",
|
|
5613
5844
|
"type": {
|
|
5614
|
-
"text": "
|
|
5615
|
-
}
|
|
5616
|
-
}
|
|
5617
|
-
]
|
|
5618
|
-
},
|
|
5619
|
-
{
|
|
5620
|
-
"kind": "method",
|
|
5621
|
-
"name": "_onChangedByScene"
|
|
5622
|
-
},
|
|
5623
|
-
{
|
|
5624
|
-
"kind": "method",
|
|
5625
|
-
"name": "_setPropertyTargetAsDefault"
|
|
5626
|
-
},
|
|
5627
|
-
{
|
|
5628
|
-
"kind": "method",
|
|
5629
|
-
"name": "_onCollapsed",
|
|
5630
|
-
"parameters": [
|
|
5631
|
-
{
|
|
5632
|
-
"name": "collapsed",
|
|
5633
|
-
"type": {
|
|
5634
|
-
"text": "boolean"
|
|
5635
|
-
}
|
|
5636
|
-
}
|
|
5637
|
-
]
|
|
5638
|
-
},
|
|
5639
|
-
{
|
|
5640
|
-
"kind": "method",
|
|
5641
|
-
"name": "_onSceneChanged"
|
|
5642
|
-
},
|
|
5643
|
-
{
|
|
5644
|
-
"kind": "method",
|
|
5645
|
-
"name": "_onSelectedChanged",
|
|
5646
|
-
"parameters": [
|
|
5647
|
-
{
|
|
5648
|
-
"name": "after",
|
|
5649
|
-
"type": {
|
|
5650
|
-
"text": "Component[]"
|
|
5845
|
+
"text": "Event"
|
|
5651
5846
|
}
|
|
5652
5847
|
}
|
|
5653
|
-
]
|
|
5848
|
+
],
|
|
5849
|
+
"inheritedFrom": {
|
|
5850
|
+
"name": "AbstractProperty",
|
|
5851
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5852
|
+
}
|
|
5654
5853
|
},
|
|
5655
5854
|
{
|
|
5656
5855
|
"kind": "method",
|
|
5657
|
-
"name": "
|
|
5856
|
+
"name": "_getValueFromEventTarget",
|
|
5658
5857
|
"parameters": [
|
|
5659
5858
|
{
|
|
5660
|
-
"name": "
|
|
5859
|
+
"name": "element",
|
|
5661
5860
|
"type": {
|
|
5662
|
-
"text": "
|
|
5861
|
+
"text": "HTMLElement"
|
|
5663
5862
|
}
|
|
5664
5863
|
}
|
|
5665
|
-
]
|
|
5864
|
+
],
|
|
5865
|
+
"inheritedFrom": {
|
|
5866
|
+
"name": "AbstractProperty",
|
|
5867
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5868
|
+
}
|
|
5666
5869
|
},
|
|
5667
5870
|
{
|
|
5668
5871
|
"kind": "method",
|
|
5669
|
-
"name": "
|
|
5872
|
+
"name": "_onAfterValueChange",
|
|
5670
5873
|
"parameters": [
|
|
5671
5874
|
{
|
|
5672
|
-
"name": "
|
|
5875
|
+
"name": "key",
|
|
5673
5876
|
"type": {
|
|
5674
|
-
"text": "
|
|
5877
|
+
"text": "string"
|
|
5675
5878
|
}
|
|
5676
|
-
}
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5681
|
-
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
|
|
5685
|
-
|
|
5686
|
-
|
|
5687
|
-
|
|
5688
|
-
}
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
"type": {
|
|
5692
|
-
"text": "any"
|
|
5693
|
-
},
|
|
5694
|
-
"default": "{}",
|
|
5695
|
-
"fieldName": "bounds"
|
|
5696
|
-
},
|
|
5697
|
-
{
|
|
5698
|
-
"name": "model",
|
|
5699
|
-
"type": {
|
|
5700
|
-
"text": "Model | null"
|
|
5701
|
-
},
|
|
5702
|
-
"default": "{}",
|
|
5703
|
-
"fieldName": "model"
|
|
5704
|
-
},
|
|
5705
|
-
{
|
|
5706
|
-
"name": "selected",
|
|
5707
|
-
"type": {
|
|
5708
|
-
"text": "Component[]"
|
|
5709
|
-
},
|
|
5710
|
-
"default": "[]",
|
|
5711
|
-
"fieldName": "selected"
|
|
5712
|
-
},
|
|
5713
|
-
{
|
|
5714
|
-
"name": "specificProps",
|
|
5715
|
-
"type": {
|
|
5716
|
-
"text": "any"
|
|
5717
|
-
},
|
|
5718
|
-
"fieldName": "specificProps"
|
|
5719
|
-
},
|
|
5720
|
-
{
|
|
5721
|
-
"name": "tabName",
|
|
5722
|
-
"type": {
|
|
5723
|
-
"text": "string | null"
|
|
5724
|
-
},
|
|
5725
|
-
"default": "'specific'",
|
|
5726
|
-
"fieldName": "tabName"
|
|
5727
|
-
},
|
|
5879
|
+
},
|
|
5880
|
+
{
|
|
5881
|
+
"name": "value",
|
|
5882
|
+
"type": {
|
|
5883
|
+
"text": "any"
|
|
5884
|
+
}
|
|
5885
|
+
}
|
|
5886
|
+
],
|
|
5887
|
+
"inheritedFrom": {
|
|
5888
|
+
"name": "AbstractProperty",
|
|
5889
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5890
|
+
}
|
|
5891
|
+
}
|
|
5892
|
+
],
|
|
5893
|
+
"attributes": [
|
|
5728
5894
|
{
|
|
5729
|
-
"name": "
|
|
5895
|
+
"name": "value",
|
|
5730
5896
|
"type": {
|
|
5731
|
-
"text": "
|
|
5897
|
+
"text": "Properties | undefined"
|
|
5732
5898
|
},
|
|
5733
|
-
"
|
|
5734
|
-
"fieldName": "collapsed"
|
|
5899
|
+
"fieldName": "value"
|
|
5735
5900
|
},
|
|
5736
5901
|
{
|
|
5737
|
-
"name": "
|
|
5902
|
+
"name": "scene",
|
|
5738
5903
|
"type": {
|
|
5739
|
-
"text": "
|
|
5904
|
+
"text": "Scene | undefined"
|
|
5740
5905
|
},
|
|
5741
|
-
"
|
|
5742
|
-
"fieldName": "fonts"
|
|
5906
|
+
"fieldName": "scene"
|
|
5743
5907
|
},
|
|
5744
5908
|
{
|
|
5745
|
-
"name": "
|
|
5909
|
+
"name": "selected",
|
|
5746
5910
|
"type": {
|
|
5747
|
-
"text": "
|
|
5911
|
+
"text": "Component[]"
|
|
5748
5912
|
},
|
|
5749
5913
|
"default": "[]",
|
|
5750
|
-
"fieldName": "
|
|
5914
|
+
"fieldName": "selected"
|
|
5751
5915
|
}
|
|
5752
5916
|
],
|
|
5753
5917
|
"mixins": [
|
|
@@ -5757,49 +5921,50 @@
|
|
|
5757
5921
|
}
|
|
5758
5922
|
],
|
|
5759
5923
|
"superclass": {
|
|
5760
|
-
"name": "
|
|
5761
|
-
"
|
|
5924
|
+
"name": "AbstractProperty",
|
|
5925
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
5762
5926
|
},
|
|
5763
|
-
"
|
|
5927
|
+
"events": [
|
|
5928
|
+
{
|
|
5929
|
+
"name": "property-change",
|
|
5930
|
+
"type": {
|
|
5931
|
+
"text": "CustomEvent"
|
|
5932
|
+
},
|
|
5933
|
+
"inheritedFrom": {
|
|
5934
|
+
"name": "AbstractProperty",
|
|
5935
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5936
|
+
}
|
|
5937
|
+
}
|
|
5938
|
+
]
|
|
5764
5939
|
}
|
|
5765
5940
|
],
|
|
5766
5941
|
"exports": [
|
|
5767
5942
|
{
|
|
5768
5943
|
"kind": "js",
|
|
5769
|
-
"name": "
|
|
5944
|
+
"name": "PropertyEffects",
|
|
5770
5945
|
"declaration": {
|
|
5771
|
-
"name": "
|
|
5772
|
-
"module": "src/modeller/property-sidebar/
|
|
5946
|
+
"name": "PropertyEffects",
|
|
5947
|
+
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
5773
5948
|
}
|
|
5774
5949
|
}
|
|
5775
5950
|
]
|
|
5776
5951
|
},
|
|
5777
5952
|
{
|
|
5778
5953
|
"kind": "javascript-module",
|
|
5779
|
-
"path": "src/modeller/property-sidebar/
|
|
5954
|
+
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
5780
5955
|
"declarations": [
|
|
5781
5956
|
{
|
|
5782
5957
|
"kind": "class",
|
|
5783
|
-
"description": "
|
|
5784
|
-
"name": "
|
|
5958
|
+
"description": "",
|
|
5959
|
+
"name": "PropertyEventHover",
|
|
5785
5960
|
"members": [
|
|
5786
5961
|
{
|
|
5787
5962
|
"kind": "field",
|
|
5788
|
-
"name": "
|
|
5789
|
-
"type": {
|
|
5790
|
-
"text": "Mapping"
|
|
5791
|
-
},
|
|
5792
|
-
"default": "{ rule: 'value' }",
|
|
5793
|
-
"attribute": "mapping"
|
|
5794
|
-
},
|
|
5795
|
-
{
|
|
5796
|
-
"kind": "field",
|
|
5797
|
-
"name": "rule",
|
|
5963
|
+
"name": "value",
|
|
5798
5964
|
"type": {
|
|
5799
|
-
"text": "
|
|
5965
|
+
"text": "Properties | undefined"
|
|
5800
5966
|
},
|
|
5801
|
-
"
|
|
5802
|
-
"attribute": "rule"
|
|
5967
|
+
"attribute": "value"
|
|
5803
5968
|
},
|
|
5804
5969
|
{
|
|
5805
5970
|
"kind": "field",
|
|
@@ -5809,76 +5974,38 @@
|
|
|
5809
5974
|
},
|
|
5810
5975
|
"attribute": "scene"
|
|
5811
5976
|
},
|
|
5812
|
-
{
|
|
5813
|
-
"kind": "field",
|
|
5814
|
-
"name": "_valueTypes",
|
|
5815
|
-
"type": {
|
|
5816
|
-
"text": "any"
|
|
5817
|
-
},
|
|
5818
|
-
"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' }"
|
|
5819
|
-
},
|
|
5820
|
-
{
|
|
5821
|
-
"kind": "field",
|
|
5822
|
-
"name": "_componentIds",
|
|
5823
|
-
"type": {
|
|
5824
|
-
"text": "{ value: string; description: string }[]"
|
|
5825
|
-
},
|
|
5826
|
-
"default": "[]"
|
|
5827
|
-
},
|
|
5828
|
-
{
|
|
5829
|
-
"kind": "field",
|
|
5830
|
-
"name": "editor",
|
|
5831
|
-
"type": {
|
|
5832
|
-
"text": "HTMLInputElement"
|
|
5833
|
-
}
|
|
5834
|
-
},
|
|
5835
|
-
{
|
|
5836
|
-
"kind": "field",
|
|
5837
|
-
"name": "target",
|
|
5838
|
-
"type": {
|
|
5839
|
-
"text": "HTMLInputElement"
|
|
5840
|
-
}
|
|
5841
|
-
},
|
|
5842
5977
|
{
|
|
5843
5978
|
"kind": "method",
|
|
5844
|
-
"name": "
|
|
5979
|
+
"name": "_getPlaceHoder",
|
|
5845
5980
|
"parameters": [
|
|
5846
5981
|
{
|
|
5847
|
-
"name": "
|
|
5982
|
+
"name": "action",
|
|
5848
5983
|
"type": {
|
|
5849
5984
|
"text": "string"
|
|
5850
5985
|
}
|
|
5851
5986
|
}
|
|
5852
5987
|
]
|
|
5853
5988
|
},
|
|
5854
|
-
{
|
|
5855
|
-
"kind": "field",
|
|
5856
|
-
"name": "_keep_saved_rule_params",
|
|
5857
|
-
"type": {
|
|
5858
|
-
"text": "boolean"
|
|
5859
|
-
},
|
|
5860
|
-
"privacy": "private",
|
|
5861
|
-
"default": "false"
|
|
5862
|
-
},
|
|
5863
|
-
{
|
|
5864
|
-
"kind": "method",
|
|
5865
|
-
"name": "_onChangedMapping"
|
|
5866
|
-
},
|
|
5867
5989
|
{
|
|
5868
5990
|
"kind": "method",
|
|
5869
|
-
"name": "
|
|
5991
|
+
"name": "_getTargetList",
|
|
5992
|
+
"return": {
|
|
5993
|
+
"type": {
|
|
5994
|
+
"text": "{ value: string; description: string }[]"
|
|
5995
|
+
}
|
|
5996
|
+
},
|
|
5870
5997
|
"parameters": [
|
|
5871
5998
|
{
|
|
5872
|
-
"name": "
|
|
5999
|
+
"name": "action",
|
|
5873
6000
|
"type": {
|
|
5874
|
-
"text": "
|
|
6001
|
+
"text": "string"
|
|
5875
6002
|
}
|
|
5876
6003
|
}
|
|
5877
6004
|
]
|
|
5878
6005
|
},
|
|
5879
6006
|
{
|
|
5880
6007
|
"kind": "method",
|
|
5881
|
-
"name": "
|
|
6008
|
+
"name": "_onValueChange",
|
|
5882
6009
|
"parameters": [
|
|
5883
6010
|
{
|
|
5884
6011
|
"name": "e",
|
|
@@ -5891,7 +6018,7 @@
|
|
|
5891
6018
|
],
|
|
5892
6019
|
"events": [
|
|
5893
6020
|
{
|
|
5894
|
-
"name": "
|
|
6021
|
+
"name": "change",
|
|
5895
6022
|
"type": {
|
|
5896
6023
|
"text": "CustomEvent"
|
|
5897
6024
|
}
|
|
@@ -5899,28 +6026,11 @@
|
|
|
5899
6026
|
],
|
|
5900
6027
|
"attributes": [
|
|
5901
6028
|
{
|
|
5902
|
-
"name": "
|
|
5903
|
-
"type": {
|
|
5904
|
-
"text": "Mapping"
|
|
5905
|
-
},
|
|
5906
|
-
"default": "{ rule: 'value' }",
|
|
5907
|
-
"fieldName": "mapping"
|
|
5908
|
-
},
|
|
5909
|
-
{
|
|
5910
|
-
"name": "rule",
|
|
5911
|
-
"type": {
|
|
5912
|
-
"text": "Rule"
|
|
5913
|
-
},
|
|
5914
|
-
"default": "{}",
|
|
5915
|
-
"fieldName": "rule"
|
|
5916
|
-
},
|
|
5917
|
-
{
|
|
5918
|
-
"name": "properties",
|
|
6029
|
+
"name": "value",
|
|
5919
6030
|
"type": {
|
|
5920
|
-
"text": "Properties
|
|
6031
|
+
"text": "Properties | undefined"
|
|
5921
6032
|
},
|
|
5922
|
-
"
|
|
5923
|
-
"fieldName": "properties"
|
|
6033
|
+
"fieldName": "value"
|
|
5924
6034
|
},
|
|
5925
6035
|
{
|
|
5926
6036
|
"name": "scene",
|
|
@@ -5940,122 +6050,22 @@
|
|
|
5940
6050
|
"exports": [
|
|
5941
6051
|
{
|
|
5942
6052
|
"kind": "js",
|
|
5943
|
-
"name": "
|
|
5944
|
-
"declaration": {
|
|
5945
|
-
"name": "DataBindingMapper",
|
|
5946
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
5947
|
-
}
|
|
5948
|
-
}
|
|
5949
|
-
]
|
|
5950
|
-
},
|
|
5951
|
-
{
|
|
5952
|
-
"kind": "javascript-module",
|
|
5953
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
5954
|
-
"declarations": [
|
|
5955
|
-
{
|
|
5956
|
-
"kind": "class",
|
|
5957
|
-
"description": "",
|
|
5958
|
-
"name": "DataBindingValueMap",
|
|
5959
|
-
"members": [
|
|
5960
|
-
{
|
|
5961
|
-
"kind": "method",
|
|
5962
|
-
"name": "valueInputTemplate",
|
|
5963
|
-
"parameters": [
|
|
5964
|
-
{
|
|
5965
|
-
"name": "value",
|
|
5966
|
-
"optional": true,
|
|
5967
|
-
"type": {
|
|
5968
|
-
"text": "any"
|
|
5969
|
-
}
|
|
5970
|
-
}
|
|
5971
|
-
]
|
|
5972
|
-
}
|
|
5973
|
-
],
|
|
5974
|
-
"superclass": {
|
|
5975
|
-
"name": "OxInputValueMap",
|
|
5976
|
-
"package": "@operato/input"
|
|
5977
|
-
},
|
|
5978
|
-
"tagName": "data-binding-value-map",
|
|
5979
|
-
"customElement": true
|
|
5980
|
-
}
|
|
5981
|
-
],
|
|
5982
|
-
"exports": [
|
|
5983
|
-
{
|
|
5984
|
-
"kind": "js",
|
|
5985
|
-
"name": "DataBindingValueMap",
|
|
5986
|
-
"declaration": {
|
|
5987
|
-
"name": "DataBindingValueMap",
|
|
5988
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5989
|
-
}
|
|
5990
|
-
},
|
|
5991
|
-
{
|
|
5992
|
-
"kind": "custom-element-definition",
|
|
5993
|
-
"name": "data-binding-value-map",
|
|
5994
|
-
"declaration": {
|
|
5995
|
-
"name": "DataBindingValueMap",
|
|
5996
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
5997
|
-
}
|
|
5998
|
-
}
|
|
5999
|
-
]
|
|
6000
|
-
},
|
|
6001
|
-
{
|
|
6002
|
-
"kind": "javascript-module",
|
|
6003
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
6004
|
-
"declarations": [
|
|
6005
|
-
{
|
|
6006
|
-
"kind": "class",
|
|
6007
|
-
"description": "",
|
|
6008
|
-
"name": "DataBindingValueRange",
|
|
6009
|
-
"members": [
|
|
6010
|
-
{
|
|
6011
|
-
"kind": "method",
|
|
6012
|
-
"name": "valueInputTemplate",
|
|
6013
|
-
"parameters": [
|
|
6014
|
-
{
|
|
6015
|
-
"name": "value",
|
|
6016
|
-
"optional": true,
|
|
6017
|
-
"type": {
|
|
6018
|
-
"text": "any"
|
|
6019
|
-
}
|
|
6020
|
-
}
|
|
6021
|
-
]
|
|
6022
|
-
}
|
|
6023
|
-
],
|
|
6024
|
-
"superclass": {
|
|
6025
|
-
"name": "OxInputValueRange",
|
|
6026
|
-
"package": "@operato/input"
|
|
6027
|
-
},
|
|
6028
|
-
"tagName": "data-binding-value-range",
|
|
6029
|
-
"customElement": true
|
|
6030
|
-
}
|
|
6031
|
-
],
|
|
6032
|
-
"exports": [
|
|
6033
|
-
{
|
|
6034
|
-
"kind": "js",
|
|
6035
|
-
"name": "DataBindingValueRange",
|
|
6036
|
-
"declaration": {
|
|
6037
|
-
"name": "DataBindingValueRange",
|
|
6038
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
6039
|
-
}
|
|
6040
|
-
},
|
|
6041
|
-
{
|
|
6042
|
-
"kind": "custom-element-definition",
|
|
6043
|
-
"name": "data-binding-value-range",
|
|
6053
|
+
"name": "PropertyEventHover",
|
|
6044
6054
|
"declaration": {
|
|
6045
|
-
"name": "
|
|
6046
|
-
"module": "src/modeller/property-sidebar/
|
|
6055
|
+
"name": "PropertyEventHover",
|
|
6056
|
+
"module": "src/modeller/property-sidebar/effects/property-event-hover.ts"
|
|
6047
6057
|
}
|
|
6048
6058
|
}
|
|
6049
6059
|
]
|
|
6050
6060
|
},
|
|
6051
6061
|
{
|
|
6052
6062
|
"kind": "javascript-module",
|
|
6053
|
-
"path": "src/modeller/property-sidebar/
|
|
6063
|
+
"path": "src/modeller/property-sidebar/effects/property-event-tap.ts",
|
|
6054
6064
|
"declarations": [
|
|
6055
6065
|
{
|
|
6056
6066
|
"kind": "class",
|
|
6057
6067
|
"description": "",
|
|
6058
|
-
"name": "
|
|
6068
|
+
"name": "PropertyEventTap",
|
|
6059
6069
|
"members": [
|
|
6060
6070
|
{
|
|
6061
6071
|
"kind": "field",
|
|
@@ -6075,87 +6085,24 @@
|
|
|
6075
6085
|
},
|
|
6076
6086
|
{
|
|
6077
6087
|
"kind": "field",
|
|
6078
|
-
"name": "
|
|
6079
|
-
"type": {
|
|
6080
|
-
"text": "number"
|
|
6081
|
-
},
|
|
6082
|
-
"default": "0"
|
|
6083
|
-
},
|
|
6084
|
-
{
|
|
6085
|
-
"kind": "field",
|
|
6086
|
-
"name": "_afterRender",
|
|
6087
|
-
"type": {
|
|
6088
|
-
"text": "Function | null | undefined"
|
|
6089
|
-
}
|
|
6090
|
-
},
|
|
6091
|
-
{
|
|
6092
|
-
"kind": "field",
|
|
6093
|
-
"name": "_dataExpanded",
|
|
6088
|
+
"name": "targetList",
|
|
6094
6089
|
"type": {
|
|
6095
|
-
"text": "
|
|
6090
|
+
"text": "{ value: string; description: string }[]"
|
|
6096
6091
|
},
|
|
6097
|
-
"default": "
|
|
6098
|
-
},
|
|
6099
|
-
{
|
|
6100
|
-
"kind": "field",
|
|
6101
|
-
"name": "tabs",
|
|
6102
|
-
"type": {
|
|
6103
|
-
"text": "HTMLElement"
|
|
6104
|
-
}
|
|
6105
|
-
},
|
|
6106
|
-
{
|
|
6107
|
-
"kind": "field",
|
|
6108
|
-
"name": "tabNavLeftButton",
|
|
6109
|
-
"type": {
|
|
6110
|
-
"text": "HTMLElement"
|
|
6111
|
-
}
|
|
6112
|
-
},
|
|
6113
|
-
{
|
|
6114
|
-
"kind": "field",
|
|
6115
|
-
"name": "tabNavRightButton",
|
|
6116
|
-
"type": {
|
|
6117
|
-
"text": "HTMLElement"
|
|
6118
|
-
}
|
|
6119
|
-
},
|
|
6120
|
-
{
|
|
6121
|
-
"kind": "field",
|
|
6122
|
-
"name": "mappings",
|
|
6123
|
-
"readonly": true
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "field",
|
|
6127
|
-
"name": "scopedElements",
|
|
6128
|
-
"static": true,
|
|
6129
|
-
"readonly": true
|
|
6092
|
+
"default": "[]"
|
|
6130
6093
|
},
|
|
6131
6094
|
{
|
|
6132
6095
|
"kind": "method",
|
|
6133
|
-
"name": "
|
|
6096
|
+
"name": "_getPlaceHoder",
|
|
6134
6097
|
"parameters": [
|
|
6135
6098
|
{
|
|
6136
|
-
"name": "
|
|
6099
|
+
"name": "action",
|
|
6137
6100
|
"type": {
|
|
6138
|
-
"text": "
|
|
6101
|
+
"text": "string"
|
|
6139
6102
|
}
|
|
6140
6103
|
}
|
|
6141
6104
|
]
|
|
6142
6105
|
},
|
|
6143
|
-
{
|
|
6144
|
-
"kind": "method",
|
|
6145
|
-
"name": "_clearDataBindingMapper"
|
|
6146
|
-
},
|
|
6147
|
-
{
|
|
6148
|
-
"kind": "method",
|
|
6149
|
-
"name": "_copyDataBindingMapper"
|
|
6150
|
-
},
|
|
6151
|
-
{
|
|
6152
|
-
"kind": "method",
|
|
6153
|
-
"name": "_pasteDataBindingMapper"
|
|
6154
|
-
},
|
|
6155
|
-
{
|
|
6156
|
-
"kind": "method",
|
|
6157
|
-
"name": "_onValueChanged"
|
|
6158
|
-
},
|
|
6159
6106
|
{
|
|
6160
6107
|
"kind": "method",
|
|
6161
6108
|
"name": "_onValueChange",
|
|
@@ -6166,89 +6113,178 @@
|
|
|
6166
6113
|
"text": "Event"
|
|
6167
6114
|
}
|
|
6168
6115
|
}
|
|
6169
|
-
]
|
|
6170
|
-
|
|
6171
|
-
|
|
6172
|
-
|
|
6116
|
+
]
|
|
6117
|
+
}
|
|
6118
|
+
],
|
|
6119
|
+
"events": [
|
|
6120
|
+
{
|
|
6121
|
+
"name": "change",
|
|
6122
|
+
"type": {
|
|
6123
|
+
"text": "CustomEvent"
|
|
6173
6124
|
}
|
|
6125
|
+
}
|
|
6126
|
+
],
|
|
6127
|
+
"attributes": [
|
|
6128
|
+
{
|
|
6129
|
+
"name": "value",
|
|
6130
|
+
"type": {
|
|
6131
|
+
"text": "Properties | undefined"
|
|
6132
|
+
},
|
|
6133
|
+
"fieldName": "value"
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
"name": "scene",
|
|
6137
|
+
"type": {
|
|
6138
|
+
"text": "Scene | undefined"
|
|
6139
|
+
},
|
|
6140
|
+
"fieldName": "scene"
|
|
6141
|
+
}
|
|
6142
|
+
],
|
|
6143
|
+
"superclass": {
|
|
6144
|
+
"name": "LitElement",
|
|
6145
|
+
"package": "lit"
|
|
6146
|
+
},
|
|
6147
|
+
"customElement": true
|
|
6148
|
+
}
|
|
6149
|
+
],
|
|
6150
|
+
"exports": [
|
|
6151
|
+
{
|
|
6152
|
+
"kind": "js",
|
|
6153
|
+
"name": "PropertyEventTap",
|
|
6154
|
+
"declaration": {
|
|
6155
|
+
"name": "PropertyEventTap",
|
|
6156
|
+
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
]
|
|
6160
|
+
},
|
|
6161
|
+
{
|
|
6162
|
+
"kind": "javascript-module",
|
|
6163
|
+
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6164
|
+
"declarations": [
|
|
6165
|
+
{
|
|
6166
|
+
"kind": "class",
|
|
6167
|
+
"description": "",
|
|
6168
|
+
"name": "PropertyEvent",
|
|
6169
|
+
"members": [
|
|
6170
|
+
{
|
|
6171
|
+
"kind": "field",
|
|
6172
|
+
"name": "value",
|
|
6173
|
+
"type": {
|
|
6174
|
+
"text": "Properties | undefined"
|
|
6175
|
+
},
|
|
6176
|
+
"attribute": "value"
|
|
6174
6177
|
},
|
|
6175
6178
|
{
|
|
6176
6179
|
"kind": "field",
|
|
6177
|
-
"name": "
|
|
6180
|
+
"name": "scene",
|
|
6181
|
+
"type": {
|
|
6182
|
+
"text": "Scene | undefined"
|
|
6183
|
+
},
|
|
6184
|
+
"attribute": "scene"
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
"kind": "field",
|
|
6188
|
+
"name": "scopedElements",
|
|
6189
|
+
"static": true,
|
|
6178
6190
|
"readonly": true
|
|
6179
6191
|
},
|
|
6180
6192
|
{
|
|
6181
6193
|
"kind": "method",
|
|
6182
|
-
"name": "
|
|
6194
|
+
"name": "_onValueChange",
|
|
6183
6195
|
"parameters": [
|
|
6184
6196
|
{
|
|
6185
6197
|
"name": "e",
|
|
6186
6198
|
"type": {
|
|
6187
|
-
"text": "
|
|
6199
|
+
"text": "Event"
|
|
6188
6200
|
}
|
|
6189
6201
|
}
|
|
6190
6202
|
]
|
|
6191
|
-
}
|
|
6203
|
+
}
|
|
6204
|
+
],
|
|
6205
|
+
"events": [
|
|
6192
6206
|
{
|
|
6193
|
-
"
|
|
6194
|
-
"
|
|
6195
|
-
|
|
6207
|
+
"name": "change",
|
|
6208
|
+
"type": {
|
|
6209
|
+
"text": "CustomEvent"
|
|
6210
|
+
}
|
|
6211
|
+
}
|
|
6212
|
+
],
|
|
6213
|
+
"attributes": [
|
|
6196
6214
|
{
|
|
6197
|
-
"
|
|
6198
|
-
"
|
|
6215
|
+
"name": "value",
|
|
6216
|
+
"type": {
|
|
6217
|
+
"text": "Properties | undefined"
|
|
6218
|
+
},
|
|
6219
|
+
"fieldName": "value"
|
|
6199
6220
|
},
|
|
6200
6221
|
{
|
|
6201
|
-
"
|
|
6202
|
-
"
|
|
6203
|
-
|
|
6222
|
+
"name": "scene",
|
|
6223
|
+
"type": {
|
|
6224
|
+
"text": "Scene | undefined"
|
|
6225
|
+
},
|
|
6226
|
+
"fieldName": "scene"
|
|
6227
|
+
}
|
|
6228
|
+
],
|
|
6229
|
+
"mixins": [
|
|
6204
6230
|
{
|
|
6205
|
-
"
|
|
6206
|
-
"
|
|
6207
|
-
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
|
|
6214
|
-
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6218
|
-
|
|
6231
|
+
"name": "ScopedElementsMixin",
|
|
6232
|
+
"package": "@open-wc/scoped-elements"
|
|
6233
|
+
}
|
|
6234
|
+
],
|
|
6235
|
+
"superclass": {
|
|
6236
|
+
"name": "LitElement",
|
|
6237
|
+
"package": "lit"
|
|
6238
|
+
},
|
|
6239
|
+
"customElement": true
|
|
6240
|
+
}
|
|
6241
|
+
],
|
|
6242
|
+
"exports": [
|
|
6243
|
+
{
|
|
6244
|
+
"kind": "js",
|
|
6245
|
+
"name": "PropertyEvent",
|
|
6246
|
+
"declaration": {
|
|
6247
|
+
"name": "PropertyEvent",
|
|
6248
|
+
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
6249
|
+
}
|
|
6250
|
+
}
|
|
6251
|
+
]
|
|
6252
|
+
},
|
|
6253
|
+
{
|
|
6254
|
+
"kind": "javascript-module",
|
|
6255
|
+
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
6256
|
+
"declarations": [
|
|
6257
|
+
{
|
|
6258
|
+
"kind": "class",
|
|
6259
|
+
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
6260
|
+
"name": "PropertyShadow",
|
|
6261
|
+
"members": [
|
|
6262
|
+
{
|
|
6263
|
+
"kind": "field",
|
|
6264
|
+
"name": "value",
|
|
6265
|
+
"type": {
|
|
6266
|
+
"text": "Properties | undefined"
|
|
6267
|
+
},
|
|
6268
|
+
"attribute": "value"
|
|
6219
6269
|
},
|
|
6220
6270
|
{
|
|
6221
6271
|
"kind": "method",
|
|
6222
|
-
"name": "
|
|
6272
|
+
"name": "_onValueChange",
|
|
6223
6273
|
"parameters": [
|
|
6224
6274
|
{
|
|
6225
|
-
"name": "
|
|
6226
|
-
"type": {
|
|
6227
|
-
"text": "string"
|
|
6228
|
-
}
|
|
6229
|
-
},
|
|
6230
|
-
{
|
|
6231
|
-
"name": "value",
|
|
6275
|
+
"name": "e",
|
|
6232
6276
|
"type": {
|
|
6233
|
-
"text": "
|
|
6277
|
+
"text": "Event"
|
|
6234
6278
|
}
|
|
6235
6279
|
}
|
|
6236
|
-
]
|
|
6237
|
-
"inheritedFrom": {
|
|
6238
|
-
"name": "AbstractProperty",
|
|
6239
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6240
|
-
}
|
|
6280
|
+
]
|
|
6241
6281
|
}
|
|
6242
6282
|
],
|
|
6243
6283
|
"events": [
|
|
6244
6284
|
{
|
|
6245
|
-
"name": "
|
|
6285
|
+
"name": "change",
|
|
6246
6286
|
"type": {
|
|
6247
6287
|
"text": "CustomEvent"
|
|
6248
|
-
},
|
|
6249
|
-
"inheritedFrom": {
|
|
6250
|
-
"name": "AbstractProperty",
|
|
6251
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6252
6288
|
}
|
|
6253
6289
|
}
|
|
6254
6290
|
],
|
|
@@ -6259,34 +6295,50 @@
|
|
|
6259
6295
|
"text": "Properties | undefined"
|
|
6260
6296
|
},
|
|
6261
6297
|
"fieldName": "value"
|
|
6262
|
-
},
|
|
6263
|
-
{
|
|
6264
|
-
"name": "scene",
|
|
6265
|
-
"type": {
|
|
6266
|
-
"text": "Scene | undefined"
|
|
6267
|
-
},
|
|
6268
|
-
"fieldName": "scene"
|
|
6269
|
-
}
|
|
6270
|
-
],
|
|
6271
|
-
"mixins": [
|
|
6272
|
-
{
|
|
6273
|
-
"name": "ScopedElementsMixin",
|
|
6274
|
-
"package": "@open-wc/scoped-elements"
|
|
6275
6298
|
}
|
|
6276
6299
|
],
|
|
6277
6300
|
"superclass": {
|
|
6278
|
-
"name": "
|
|
6279
|
-
"
|
|
6301
|
+
"name": "LitElement",
|
|
6302
|
+
"package": "lit"
|
|
6303
|
+
},
|
|
6304
|
+
"customElement": true
|
|
6305
|
+
}
|
|
6306
|
+
],
|
|
6307
|
+
"exports": [
|
|
6308
|
+
{
|
|
6309
|
+
"kind": "js",
|
|
6310
|
+
"name": "PropertyShadow",
|
|
6311
|
+
"declaration": {
|
|
6312
|
+
"name": "PropertyShadow",
|
|
6313
|
+
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
6280
6314
|
}
|
|
6281
6315
|
}
|
|
6316
|
+
]
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"kind": "javascript-module",
|
|
6320
|
+
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
6321
|
+
"declarations": [
|
|
6322
|
+
{
|
|
6323
|
+
"kind": "function",
|
|
6324
|
+
"name": "convert",
|
|
6325
|
+
"parameters": [
|
|
6326
|
+
{
|
|
6327
|
+
"name": "element",
|
|
6328
|
+
"type": {
|
|
6329
|
+
"text": "any"
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6332
|
+
]
|
|
6333
|
+
}
|
|
6282
6334
|
],
|
|
6283
6335
|
"exports": [
|
|
6284
6336
|
{
|
|
6285
6337
|
"kind": "js",
|
|
6286
|
-
"name": "
|
|
6338
|
+
"name": "convert",
|
|
6287
6339
|
"declaration": {
|
|
6288
|
-
"name": "
|
|
6289
|
-
"module": "src/modeller/property-sidebar/
|
|
6340
|
+
"name": "convert",
|
|
6341
|
+
"module": "src/modeller/property-sidebar/effects/value-converter.ts"
|
|
6290
6342
|
}
|
|
6291
6343
|
}
|
|
6292
6344
|
]
|
|
@@ -6533,210 +6585,75 @@
|
|
|
6533
6585
|
},
|
|
6534
6586
|
{
|
|
6535
6587
|
"kind": "javascript-module",
|
|
6536
|
-
"path": "src/modeller/property-sidebar/
|
|
6537
|
-
"declarations": [
|
|
6538
|
-
{
|
|
6539
|
-
"kind": "variable",
|
|
6540
|
-
"name": "EffectsSharedStyle",
|
|
6541
|
-
"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; } `"
|
|
6542
|
-
}
|
|
6543
|
-
],
|
|
6544
|
-
"exports": [
|
|
6545
|
-
{
|
|
6546
|
-
"kind": "js",
|
|
6547
|
-
"name": "EffectsSharedStyle",
|
|
6548
|
-
"declaration": {
|
|
6549
|
-
"name": "EffectsSharedStyle",
|
|
6550
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
6551
|
-
}
|
|
6552
|
-
}
|
|
6553
|
-
]
|
|
6554
|
-
},
|
|
6555
|
-
{
|
|
6556
|
-
"kind": "javascript-module",
|
|
6557
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
6588
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
6558
6589
|
"declarations": [
|
|
6559
6590
|
{
|
|
6560
6591
|
"kind": "class",
|
|
6561
|
-
"description": "",
|
|
6562
|
-
"name": "
|
|
6592
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
6593
|
+
"name": "DataBindingMapper",
|
|
6563
6594
|
"members": [
|
|
6564
6595
|
{
|
|
6565
6596
|
"kind": "field",
|
|
6566
|
-
"name": "
|
|
6597
|
+
"name": "mapping",
|
|
6567
6598
|
"type": {
|
|
6568
|
-
"text": "
|
|
6599
|
+
"text": "Mapping"
|
|
6569
6600
|
},
|
|
6570
|
-
"
|
|
6601
|
+
"default": "{ rule: 'value' }",
|
|
6602
|
+
"attribute": "mapping"
|
|
6571
6603
|
},
|
|
6572
6604
|
{
|
|
6573
6605
|
"kind": "field",
|
|
6574
|
-
"name": "
|
|
6606
|
+
"name": "rule",
|
|
6575
6607
|
"type": {
|
|
6576
|
-
"text": "
|
|
6608
|
+
"text": "Rule"
|
|
6577
6609
|
},
|
|
6578
|
-
"
|
|
6610
|
+
"default": "{}",
|
|
6611
|
+
"attribute": "rule"
|
|
6579
6612
|
},
|
|
6580
6613
|
{
|
|
6581
6614
|
"kind": "field",
|
|
6582
|
-
"name": "
|
|
6615
|
+
"name": "scene",
|
|
6583
6616
|
"type": {
|
|
6584
|
-
"text": "
|
|
6617
|
+
"text": "Scene | undefined"
|
|
6585
6618
|
},
|
|
6586
|
-
"
|
|
6587
|
-
"attribute": "selected"
|
|
6619
|
+
"attribute": "scene"
|
|
6588
6620
|
},
|
|
6589
6621
|
{
|
|
6590
6622
|
"kind": "field",
|
|
6591
|
-
"name": "
|
|
6592
|
-
"static": true,
|
|
6593
|
-
"readonly": true
|
|
6594
|
-
},
|
|
6595
|
-
{
|
|
6596
|
-
"kind": "method",
|
|
6597
|
-
"name": "_onValueChange",
|
|
6598
|
-
"parameters": [
|
|
6599
|
-
{
|
|
6600
|
-
"name": "e",
|
|
6601
|
-
"type": {
|
|
6602
|
-
"text": "Event"
|
|
6603
|
-
}
|
|
6604
|
-
}
|
|
6605
|
-
],
|
|
6606
|
-
"inheritedFrom": {
|
|
6607
|
-
"name": "AbstractProperty",
|
|
6608
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6609
|
-
}
|
|
6610
|
-
},
|
|
6611
|
-
{
|
|
6612
|
-
"kind": "method",
|
|
6613
|
-
"name": "_getValueFromEventTarget",
|
|
6614
|
-
"parameters": [
|
|
6615
|
-
{
|
|
6616
|
-
"name": "element",
|
|
6617
|
-
"type": {
|
|
6618
|
-
"text": "HTMLElement"
|
|
6619
|
-
}
|
|
6620
|
-
}
|
|
6621
|
-
],
|
|
6622
|
-
"inheritedFrom": {
|
|
6623
|
-
"name": "AbstractProperty",
|
|
6624
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6625
|
-
}
|
|
6626
|
-
},
|
|
6627
|
-
{
|
|
6628
|
-
"kind": "method",
|
|
6629
|
-
"name": "_onAfterValueChange",
|
|
6630
|
-
"parameters": [
|
|
6631
|
-
{
|
|
6632
|
-
"name": "key",
|
|
6633
|
-
"type": {
|
|
6634
|
-
"text": "string"
|
|
6635
|
-
}
|
|
6636
|
-
},
|
|
6637
|
-
{
|
|
6638
|
-
"name": "value",
|
|
6639
|
-
"type": {
|
|
6640
|
-
"text": "any"
|
|
6641
|
-
}
|
|
6642
|
-
}
|
|
6643
|
-
],
|
|
6644
|
-
"inheritedFrom": {
|
|
6645
|
-
"name": "AbstractProperty",
|
|
6646
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6647
|
-
}
|
|
6648
|
-
}
|
|
6649
|
-
],
|
|
6650
|
-
"attributes": [
|
|
6651
|
-
{
|
|
6652
|
-
"name": "value",
|
|
6623
|
+
"name": "_valueTypes",
|
|
6653
6624
|
"type": {
|
|
6654
|
-
"text": "
|
|
6625
|
+
"text": "any"
|
|
6655
6626
|
},
|
|
6656
|
-
"
|
|
6627
|
+
"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' }"
|
|
6657
6628
|
},
|
|
6658
6629
|
{
|
|
6659
|
-
"
|
|
6630
|
+
"kind": "field",
|
|
6631
|
+
"name": "_componentIds",
|
|
6660
6632
|
"type": {
|
|
6661
|
-
"text": "
|
|
6633
|
+
"text": "{ value: string; description: string }[]"
|
|
6662
6634
|
},
|
|
6663
|
-
"
|
|
6635
|
+
"default": "[]"
|
|
6664
6636
|
},
|
|
6665
|
-
{
|
|
6666
|
-
"name": "selected",
|
|
6667
|
-
"type": {
|
|
6668
|
-
"text": "Component[]"
|
|
6669
|
-
},
|
|
6670
|
-
"default": "[]",
|
|
6671
|
-
"fieldName": "selected"
|
|
6672
|
-
}
|
|
6673
|
-
],
|
|
6674
|
-
"mixins": [
|
|
6675
|
-
{
|
|
6676
|
-
"name": "ScopedElementsMixin",
|
|
6677
|
-
"package": "@open-wc/scoped-elements"
|
|
6678
|
-
}
|
|
6679
|
-
],
|
|
6680
|
-
"superclass": {
|
|
6681
|
-
"name": "AbstractProperty",
|
|
6682
|
-
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6683
|
-
},
|
|
6684
|
-
"events": [
|
|
6685
|
-
{
|
|
6686
|
-
"name": "property-change",
|
|
6687
|
-
"type": {
|
|
6688
|
-
"text": "CustomEvent"
|
|
6689
|
-
},
|
|
6690
|
-
"inheritedFrom": {
|
|
6691
|
-
"name": "AbstractProperty",
|
|
6692
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6693
|
-
}
|
|
6694
|
-
}
|
|
6695
|
-
]
|
|
6696
|
-
}
|
|
6697
|
-
],
|
|
6698
|
-
"exports": [
|
|
6699
|
-
{
|
|
6700
|
-
"kind": "js",
|
|
6701
|
-
"name": "PropertyEffects",
|
|
6702
|
-
"declaration": {
|
|
6703
|
-
"name": "PropertyEffects",
|
|
6704
|
-
"module": "src/modeller/property-sidebar/effects/effects.ts"
|
|
6705
|
-
}
|
|
6706
|
-
}
|
|
6707
|
-
]
|
|
6708
|
-
},
|
|
6709
|
-
{
|
|
6710
|
-
"kind": "javascript-module",
|
|
6711
|
-
"path": "src/modeller/property-sidebar/effects/property-event-hover.ts",
|
|
6712
|
-
"declarations": [
|
|
6713
|
-
{
|
|
6714
|
-
"kind": "class",
|
|
6715
|
-
"description": "",
|
|
6716
|
-
"name": "PropertyEventHover",
|
|
6717
|
-
"members": [
|
|
6718
6637
|
{
|
|
6719
6638
|
"kind": "field",
|
|
6720
|
-
"name": "
|
|
6721
|
-
"type": {
|
|
6722
|
-
"text": "
|
|
6723
|
-
}
|
|
6724
|
-
"attribute": "value"
|
|
6639
|
+
"name": "editor",
|
|
6640
|
+
"type": {
|
|
6641
|
+
"text": "HTMLInputElement"
|
|
6642
|
+
}
|
|
6725
6643
|
},
|
|
6726
6644
|
{
|
|
6727
6645
|
"kind": "field",
|
|
6728
|
-
"name": "
|
|
6646
|
+
"name": "target",
|
|
6729
6647
|
"type": {
|
|
6730
|
-
"text": "
|
|
6731
|
-
}
|
|
6732
|
-
"attribute": "scene"
|
|
6648
|
+
"text": "HTMLInputElement"
|
|
6649
|
+
}
|
|
6733
6650
|
},
|
|
6734
6651
|
{
|
|
6735
6652
|
"kind": "method",
|
|
6736
|
-
"name": "
|
|
6653
|
+
"name": "_valuetype",
|
|
6737
6654
|
"parameters": [
|
|
6738
6655
|
{
|
|
6739
|
-
"name": "
|
|
6656
|
+
"name": "property",
|
|
6740
6657
|
"type": {
|
|
6741
6658
|
"text": "string"
|
|
6742
6659
|
}
|
|
@@ -6744,25 +6661,33 @@
|
|
|
6744
6661
|
]
|
|
6745
6662
|
},
|
|
6746
6663
|
{
|
|
6747
|
-
"kind": "
|
|
6748
|
-
"name": "
|
|
6749
|
-
"
|
|
6750
|
-
"
|
|
6751
|
-
"text": "{ value: string; description: string }[]"
|
|
6752
|
-
}
|
|
6664
|
+
"kind": "field",
|
|
6665
|
+
"name": "_keep_saved_rule_params",
|
|
6666
|
+
"type": {
|
|
6667
|
+
"text": "boolean"
|
|
6753
6668
|
},
|
|
6669
|
+
"privacy": "private",
|
|
6670
|
+
"default": "false"
|
|
6671
|
+
},
|
|
6672
|
+
{
|
|
6673
|
+
"kind": "method",
|
|
6674
|
+
"name": "_onChangedMapping"
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"kind": "method",
|
|
6678
|
+
"name": "_onChangeRule",
|
|
6754
6679
|
"parameters": [
|
|
6755
6680
|
{
|
|
6756
|
-
"name": "
|
|
6681
|
+
"name": "e",
|
|
6757
6682
|
"type": {
|
|
6758
|
-
"text": "
|
|
6683
|
+
"text": "Event"
|
|
6759
6684
|
}
|
|
6760
6685
|
}
|
|
6761
6686
|
]
|
|
6762
6687
|
},
|
|
6763
6688
|
{
|
|
6764
6689
|
"kind": "method",
|
|
6765
|
-
"name": "
|
|
6690
|
+
"name": "_onChange",
|
|
6766
6691
|
"parameters": [
|
|
6767
6692
|
{
|
|
6768
6693
|
"name": "e",
|
|
@@ -6775,7 +6700,7 @@
|
|
|
6775
6700
|
],
|
|
6776
6701
|
"events": [
|
|
6777
6702
|
{
|
|
6778
|
-
"name": "change",
|
|
6703
|
+
"name": "value-change",
|
|
6779
6704
|
"type": {
|
|
6780
6705
|
"text": "CustomEvent"
|
|
6781
6706
|
}
|
|
@@ -6783,11 +6708,28 @@
|
|
|
6783
6708
|
],
|
|
6784
6709
|
"attributes": [
|
|
6785
6710
|
{
|
|
6786
|
-
"name": "
|
|
6711
|
+
"name": "mapping",
|
|
6787
6712
|
"type": {
|
|
6788
|
-
"text": "
|
|
6713
|
+
"text": "Mapping"
|
|
6789
6714
|
},
|
|
6790
|
-
"
|
|
6715
|
+
"default": "{ rule: 'value' }",
|
|
6716
|
+
"fieldName": "mapping"
|
|
6717
|
+
},
|
|
6718
|
+
{
|
|
6719
|
+
"name": "rule",
|
|
6720
|
+
"type": {
|
|
6721
|
+
"text": "Rule"
|
|
6722
|
+
},
|
|
6723
|
+
"default": "{}",
|
|
6724
|
+
"fieldName": "rule"
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"name": "properties",
|
|
6728
|
+
"type": {
|
|
6729
|
+
"text": "Properties[]"
|
|
6730
|
+
},
|
|
6731
|
+
"default": "[]",
|
|
6732
|
+
"fieldName": "properties"
|
|
6791
6733
|
},
|
|
6792
6734
|
{
|
|
6793
6735
|
"name": "scene",
|
|
@@ -6807,22 +6749,122 @@
|
|
|
6807
6749
|
"exports": [
|
|
6808
6750
|
{
|
|
6809
6751
|
"kind": "js",
|
|
6810
|
-
"name": "
|
|
6752
|
+
"name": "DataBindingMapper",
|
|
6811
6753
|
"declaration": {
|
|
6812
|
-
"name": "
|
|
6813
|
-
"module": "src/modeller/property-sidebar/
|
|
6754
|
+
"name": "DataBindingMapper",
|
|
6755
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
6814
6756
|
}
|
|
6815
6757
|
}
|
|
6816
6758
|
]
|
|
6817
6759
|
},
|
|
6818
6760
|
{
|
|
6819
6761
|
"kind": "javascript-module",
|
|
6820
|
-
"path": "src/modeller/property-sidebar/
|
|
6762
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
6821
6763
|
"declarations": [
|
|
6822
6764
|
{
|
|
6823
6765
|
"kind": "class",
|
|
6824
6766
|
"description": "",
|
|
6825
|
-
"name": "
|
|
6767
|
+
"name": "DataBindingValueMap",
|
|
6768
|
+
"members": [
|
|
6769
|
+
{
|
|
6770
|
+
"kind": "method",
|
|
6771
|
+
"name": "valueInputTemplate",
|
|
6772
|
+
"parameters": [
|
|
6773
|
+
{
|
|
6774
|
+
"name": "value",
|
|
6775
|
+
"optional": true,
|
|
6776
|
+
"type": {
|
|
6777
|
+
"text": "any"
|
|
6778
|
+
}
|
|
6779
|
+
}
|
|
6780
|
+
]
|
|
6781
|
+
}
|
|
6782
|
+
],
|
|
6783
|
+
"superclass": {
|
|
6784
|
+
"name": "OxInputValueMap",
|
|
6785
|
+
"package": "@operato/input"
|
|
6786
|
+
},
|
|
6787
|
+
"tagName": "data-binding-value-map",
|
|
6788
|
+
"customElement": true
|
|
6789
|
+
}
|
|
6790
|
+
],
|
|
6791
|
+
"exports": [
|
|
6792
|
+
{
|
|
6793
|
+
"kind": "js",
|
|
6794
|
+
"name": "DataBindingValueMap",
|
|
6795
|
+
"declaration": {
|
|
6796
|
+
"name": "DataBindingValueMap",
|
|
6797
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6800
|
+
{
|
|
6801
|
+
"kind": "custom-element-definition",
|
|
6802
|
+
"name": "data-binding-value-map",
|
|
6803
|
+
"declaration": {
|
|
6804
|
+
"name": "DataBindingValueMap",
|
|
6805
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts"
|
|
6806
|
+
}
|
|
6807
|
+
}
|
|
6808
|
+
]
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"kind": "javascript-module",
|
|
6812
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts",
|
|
6813
|
+
"declarations": [
|
|
6814
|
+
{
|
|
6815
|
+
"kind": "class",
|
|
6816
|
+
"description": "",
|
|
6817
|
+
"name": "DataBindingValueRange",
|
|
6818
|
+
"members": [
|
|
6819
|
+
{
|
|
6820
|
+
"kind": "method",
|
|
6821
|
+
"name": "valueInputTemplate",
|
|
6822
|
+
"parameters": [
|
|
6823
|
+
{
|
|
6824
|
+
"name": "value",
|
|
6825
|
+
"optional": true,
|
|
6826
|
+
"type": {
|
|
6827
|
+
"text": "any"
|
|
6828
|
+
}
|
|
6829
|
+
}
|
|
6830
|
+
]
|
|
6831
|
+
}
|
|
6832
|
+
],
|
|
6833
|
+
"superclass": {
|
|
6834
|
+
"name": "OxInputValueRange",
|
|
6835
|
+
"package": "@operato/input"
|
|
6836
|
+
},
|
|
6837
|
+
"tagName": "data-binding-value-range",
|
|
6838
|
+
"customElement": true
|
|
6839
|
+
}
|
|
6840
|
+
],
|
|
6841
|
+
"exports": [
|
|
6842
|
+
{
|
|
6843
|
+
"kind": "js",
|
|
6844
|
+
"name": "DataBindingValueRange",
|
|
6845
|
+
"declaration": {
|
|
6846
|
+
"name": "DataBindingValueRange",
|
|
6847
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
6848
|
+
}
|
|
6849
|
+
},
|
|
6850
|
+
{
|
|
6851
|
+
"kind": "custom-element-definition",
|
|
6852
|
+
"name": "data-binding-value-range",
|
|
6853
|
+
"declaration": {
|
|
6854
|
+
"name": "DataBindingValueRange",
|
|
6855
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-value-range.ts"
|
|
6856
|
+
}
|
|
6857
|
+
}
|
|
6858
|
+
]
|
|
6859
|
+
},
|
|
6860
|
+
{
|
|
6861
|
+
"kind": "javascript-module",
|
|
6862
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding.ts",
|
|
6863
|
+
"declarations": [
|
|
6864
|
+
{
|
|
6865
|
+
"kind": "class",
|
|
6866
|
+
"description": "",
|
|
6867
|
+
"name": "PropertyDataBinding",
|
|
6826
6868
|
"members": [
|
|
6827
6869
|
{
|
|
6828
6870
|
"kind": "field",
|
|
@@ -6833,137 +6875,189 @@
|
|
|
6833
6875
|
"attribute": "value"
|
|
6834
6876
|
},
|
|
6835
6877
|
{
|
|
6836
|
-
"kind": "field",
|
|
6837
|
-
"name": "scene",
|
|
6838
|
-
"type": {
|
|
6839
|
-
"text": "Scene | undefined"
|
|
6840
|
-
},
|
|
6841
|
-
"attribute": "scene"
|
|
6878
|
+
"kind": "field",
|
|
6879
|
+
"name": "scene",
|
|
6880
|
+
"type": {
|
|
6881
|
+
"text": "Scene | undefined"
|
|
6882
|
+
},
|
|
6883
|
+
"attribute": "scene"
|
|
6884
|
+
},
|
|
6885
|
+
{
|
|
6886
|
+
"kind": "field",
|
|
6887
|
+
"name": "mappingIndex",
|
|
6888
|
+
"type": {
|
|
6889
|
+
"text": "number"
|
|
6890
|
+
},
|
|
6891
|
+
"default": "0"
|
|
6892
|
+
},
|
|
6893
|
+
{
|
|
6894
|
+
"kind": "field",
|
|
6895
|
+
"name": "_afterRender",
|
|
6896
|
+
"type": {
|
|
6897
|
+
"text": "Function | null | undefined"
|
|
6898
|
+
}
|
|
6899
|
+
},
|
|
6900
|
+
{
|
|
6901
|
+
"kind": "field",
|
|
6902
|
+
"name": "_dataExpanded",
|
|
6903
|
+
"type": {
|
|
6904
|
+
"text": "boolean"
|
|
6905
|
+
},
|
|
6906
|
+
"default": "true"
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"kind": "field",
|
|
6910
|
+
"name": "tabs",
|
|
6911
|
+
"type": {
|
|
6912
|
+
"text": "HTMLElement"
|
|
6913
|
+
}
|
|
6914
|
+
},
|
|
6915
|
+
{
|
|
6916
|
+
"kind": "field",
|
|
6917
|
+
"name": "tabNavLeftButton",
|
|
6918
|
+
"type": {
|
|
6919
|
+
"text": "HTMLElement"
|
|
6920
|
+
}
|
|
6921
|
+
},
|
|
6922
|
+
{
|
|
6923
|
+
"kind": "field",
|
|
6924
|
+
"name": "tabNavRightButton",
|
|
6925
|
+
"type": {
|
|
6926
|
+
"text": "HTMLElement"
|
|
6927
|
+
}
|
|
6928
|
+
},
|
|
6929
|
+
{
|
|
6930
|
+
"kind": "field",
|
|
6931
|
+
"name": "mappings",
|
|
6932
|
+
"readonly": true
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"kind": "field",
|
|
6936
|
+
"name": "scopedElements",
|
|
6937
|
+
"static": true,
|
|
6938
|
+
"readonly": true
|
|
6939
|
+
},
|
|
6940
|
+
{
|
|
6941
|
+
"kind": "method",
|
|
6942
|
+
"name": "_setMappingIndex",
|
|
6943
|
+
"parameters": [
|
|
6944
|
+
{
|
|
6945
|
+
"name": "idx",
|
|
6946
|
+
"type": {
|
|
6947
|
+
"text": "number"
|
|
6948
|
+
}
|
|
6949
|
+
}
|
|
6950
|
+
]
|
|
6951
|
+
},
|
|
6952
|
+
{
|
|
6953
|
+
"kind": "method",
|
|
6954
|
+
"name": "_clearDataBindingMapper"
|
|
6955
|
+
},
|
|
6956
|
+
{
|
|
6957
|
+
"kind": "method",
|
|
6958
|
+
"name": "_copyDataBindingMapper"
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"kind": "method",
|
|
6962
|
+
"name": "_pasteDataBindingMapper"
|
|
6842
6963
|
},
|
|
6843
6964
|
{
|
|
6844
|
-
"kind": "
|
|
6845
|
-
"name": "
|
|
6846
|
-
"type": {
|
|
6847
|
-
"text": "{ value: string; description: string }[]"
|
|
6848
|
-
},
|
|
6849
|
-
"default": "[]"
|
|
6965
|
+
"kind": "method",
|
|
6966
|
+
"name": "_onValueChanged"
|
|
6850
6967
|
},
|
|
6851
6968
|
{
|
|
6852
6969
|
"kind": "method",
|
|
6853
|
-
"name": "
|
|
6970
|
+
"name": "_onValueChange",
|
|
6854
6971
|
"parameters": [
|
|
6855
6972
|
{
|
|
6856
|
-
"name": "
|
|
6973
|
+
"name": "e",
|
|
6857
6974
|
"type": {
|
|
6858
|
-
"text": "
|
|
6975
|
+
"text": "Event"
|
|
6859
6976
|
}
|
|
6860
6977
|
}
|
|
6861
|
-
]
|
|
6978
|
+
],
|
|
6979
|
+
"inheritedFrom": {
|
|
6980
|
+
"name": "AbstractProperty",
|
|
6981
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6982
|
+
}
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"kind": "field",
|
|
6986
|
+
"name": "tabContainer",
|
|
6987
|
+
"readonly": true
|
|
6862
6988
|
},
|
|
6863
6989
|
{
|
|
6864
6990
|
"kind": "method",
|
|
6865
|
-
"name": "
|
|
6991
|
+
"name": "_onMappingChanged",
|
|
6866
6992
|
"parameters": [
|
|
6867
6993
|
{
|
|
6868
6994
|
"name": "e",
|
|
6869
6995
|
"type": {
|
|
6870
|
-
"text": "
|
|
6996
|
+
"text": "CustomEvent"
|
|
6871
6997
|
}
|
|
6872
6998
|
}
|
|
6873
6999
|
]
|
|
6874
|
-
}
|
|
6875
|
-
],
|
|
6876
|
-
"events": [
|
|
6877
|
-
{
|
|
6878
|
-
"name": "change",
|
|
6879
|
-
"type": {
|
|
6880
|
-
"text": "CustomEvent"
|
|
6881
|
-
}
|
|
6882
|
-
}
|
|
6883
|
-
],
|
|
6884
|
-
"attributes": [
|
|
6885
|
-
{
|
|
6886
|
-
"name": "value",
|
|
6887
|
-
"type": {
|
|
6888
|
-
"text": "Properties | undefined"
|
|
6889
|
-
},
|
|
6890
|
-
"fieldName": "value"
|
|
6891
7000
|
},
|
|
6892
7001
|
{
|
|
6893
|
-
"
|
|
6894
|
-
"
|
|
6895
|
-
|
|
6896
|
-
},
|
|
6897
|
-
"fieldName": "scene"
|
|
6898
|
-
}
|
|
6899
|
-
],
|
|
6900
|
-
"superclass": {
|
|
6901
|
-
"name": "LitElement",
|
|
6902
|
-
"package": "lit"
|
|
6903
|
-
},
|
|
6904
|
-
"customElement": true
|
|
6905
|
-
}
|
|
6906
|
-
],
|
|
6907
|
-
"exports": [
|
|
6908
|
-
{
|
|
6909
|
-
"kind": "js",
|
|
6910
|
-
"name": "PropertyEventTap",
|
|
6911
|
-
"declaration": {
|
|
6912
|
-
"name": "PropertyEventTap",
|
|
6913
|
-
"module": "src/modeller/property-sidebar/effects/property-event-tap.ts"
|
|
6914
|
-
}
|
|
6915
|
-
}
|
|
6916
|
-
]
|
|
6917
|
-
},
|
|
6918
|
-
{
|
|
6919
|
-
"kind": "javascript-module",
|
|
6920
|
-
"path": "src/modeller/property-sidebar/effects/property-event.ts",
|
|
6921
|
-
"declarations": [
|
|
6922
|
-
{
|
|
6923
|
-
"kind": "class",
|
|
6924
|
-
"description": "",
|
|
6925
|
-
"name": "PropertyEvent",
|
|
6926
|
-
"members": [
|
|
7002
|
+
"kind": "method",
|
|
7003
|
+
"name": "_onTabScroll"
|
|
7004
|
+
},
|
|
6927
7005
|
{
|
|
6928
|
-
"kind": "
|
|
6929
|
-
"name": "
|
|
6930
|
-
"type": {
|
|
6931
|
-
"text": "Properties | undefined"
|
|
6932
|
-
},
|
|
6933
|
-
"attribute": "value"
|
|
7006
|
+
"kind": "method",
|
|
7007
|
+
"name": "_onTabScrollNavLeft"
|
|
6934
7008
|
},
|
|
6935
7009
|
{
|
|
6936
|
-
"kind": "
|
|
6937
|
-
"name": "
|
|
6938
|
-
"type": {
|
|
6939
|
-
"text": "Scene | undefined"
|
|
6940
|
-
},
|
|
6941
|
-
"attribute": "scene"
|
|
7010
|
+
"kind": "method",
|
|
7011
|
+
"name": "_onTabScrollNavRight"
|
|
6942
7012
|
},
|
|
6943
7013
|
{
|
|
6944
|
-
"kind": "
|
|
6945
|
-
"name": "
|
|
6946
|
-
"
|
|
6947
|
-
|
|
7014
|
+
"kind": "method",
|
|
7015
|
+
"name": "_getValueFromEventTarget",
|
|
7016
|
+
"parameters": [
|
|
7017
|
+
{
|
|
7018
|
+
"name": "element",
|
|
7019
|
+
"type": {
|
|
7020
|
+
"text": "HTMLElement"
|
|
7021
|
+
}
|
|
7022
|
+
}
|
|
7023
|
+
],
|
|
7024
|
+
"inheritedFrom": {
|
|
7025
|
+
"name": "AbstractProperty",
|
|
7026
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7027
|
+
}
|
|
6948
7028
|
},
|
|
6949
7029
|
{
|
|
6950
7030
|
"kind": "method",
|
|
6951
|
-
"name": "
|
|
7031
|
+
"name": "_onAfterValueChange",
|
|
6952
7032
|
"parameters": [
|
|
6953
7033
|
{
|
|
6954
|
-
"name": "
|
|
7034
|
+
"name": "key",
|
|
6955
7035
|
"type": {
|
|
6956
|
-
"text": "
|
|
7036
|
+
"text": "string"
|
|
7037
|
+
}
|
|
7038
|
+
},
|
|
7039
|
+
{
|
|
7040
|
+
"name": "value",
|
|
7041
|
+
"type": {
|
|
7042
|
+
"text": "any"
|
|
6957
7043
|
}
|
|
6958
7044
|
}
|
|
6959
|
-
]
|
|
7045
|
+
],
|
|
7046
|
+
"inheritedFrom": {
|
|
7047
|
+
"name": "AbstractProperty",
|
|
7048
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7049
|
+
}
|
|
6960
7050
|
}
|
|
6961
7051
|
],
|
|
6962
7052
|
"events": [
|
|
6963
7053
|
{
|
|
6964
|
-
"name": "change",
|
|
7054
|
+
"name": "property-change",
|
|
6965
7055
|
"type": {
|
|
6966
7056
|
"text": "CustomEvent"
|
|
7057
|
+
},
|
|
7058
|
+
"inheritedFrom": {
|
|
7059
|
+
"name": "AbstractProperty",
|
|
7060
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6967
7061
|
}
|
|
6968
7062
|
}
|
|
6969
7063
|
],
|
|
@@ -6990,112 +7084,18 @@
|
|
|
6990
7084
|
}
|
|
6991
7085
|
],
|
|
6992
7086
|
"superclass": {
|
|
6993
|
-
"name": "
|
|
6994
|
-
"
|
|
6995
|
-
},
|
|
6996
|
-
"customElement": true
|
|
6997
|
-
}
|
|
6998
|
-
],
|
|
6999
|
-
"exports": [
|
|
7000
|
-
{
|
|
7001
|
-
"kind": "js",
|
|
7002
|
-
"name": "PropertyEvent",
|
|
7003
|
-
"declaration": {
|
|
7004
|
-
"name": "PropertyEvent",
|
|
7005
|
-
"module": "src/modeller/property-sidebar/effects/property-event.ts"
|
|
7006
|
-
}
|
|
7007
|
-
}
|
|
7008
|
-
]
|
|
7009
|
-
},
|
|
7010
|
-
{
|
|
7011
|
-
"kind": "javascript-module",
|
|
7012
|
-
"path": "src/modeller/property-sidebar/effects/property-shadow.ts",
|
|
7013
|
-
"declarations": [
|
|
7014
|
-
{
|
|
7015
|
-
"kind": "class",
|
|
7016
|
-
"description": "컴포넌트의 그림자 속성을 편집하는 element\n\nExample:\n <property-shadow",
|
|
7017
|
-
"name": "PropertyShadow",
|
|
7018
|
-
"members": [
|
|
7019
|
-
{
|
|
7020
|
-
"kind": "field",
|
|
7021
|
-
"name": "value",
|
|
7022
|
-
"type": {
|
|
7023
|
-
"text": "Properties | undefined"
|
|
7024
|
-
},
|
|
7025
|
-
"attribute": "value"
|
|
7026
|
-
},
|
|
7027
|
-
{
|
|
7028
|
-
"kind": "method",
|
|
7029
|
-
"name": "_onValueChange",
|
|
7030
|
-
"parameters": [
|
|
7031
|
-
{
|
|
7032
|
-
"name": "e",
|
|
7033
|
-
"type": {
|
|
7034
|
-
"text": "Event"
|
|
7035
|
-
}
|
|
7036
|
-
}
|
|
7037
|
-
]
|
|
7038
|
-
}
|
|
7039
|
-
],
|
|
7040
|
-
"events": [
|
|
7041
|
-
{
|
|
7042
|
-
"name": "change",
|
|
7043
|
-
"type": {
|
|
7044
|
-
"text": "CustomEvent"
|
|
7045
|
-
}
|
|
7046
|
-
}
|
|
7047
|
-
],
|
|
7048
|
-
"attributes": [
|
|
7049
|
-
{
|
|
7050
|
-
"name": "value",
|
|
7051
|
-
"type": {
|
|
7052
|
-
"text": "Properties | undefined"
|
|
7053
|
-
},
|
|
7054
|
-
"fieldName": "value"
|
|
7055
|
-
}
|
|
7056
|
-
],
|
|
7057
|
-
"superclass": {
|
|
7058
|
-
"name": "LitElement",
|
|
7059
|
-
"package": "lit"
|
|
7060
|
-
},
|
|
7061
|
-
"customElement": true
|
|
7062
|
-
}
|
|
7063
|
-
],
|
|
7064
|
-
"exports": [
|
|
7065
|
-
{
|
|
7066
|
-
"kind": "js",
|
|
7067
|
-
"name": "PropertyShadow",
|
|
7068
|
-
"declaration": {
|
|
7069
|
-
"name": "PropertyShadow",
|
|
7070
|
-
"module": "src/modeller/property-sidebar/effects/property-shadow.ts"
|
|
7087
|
+
"name": "AbstractProperty",
|
|
7088
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7071
7089
|
}
|
|
7072
7090
|
}
|
|
7073
|
-
]
|
|
7074
|
-
},
|
|
7075
|
-
{
|
|
7076
|
-
"kind": "javascript-module",
|
|
7077
|
-
"path": "src/modeller/property-sidebar/effects/value-converter.ts",
|
|
7078
|
-
"declarations": [
|
|
7079
|
-
{
|
|
7080
|
-
"kind": "function",
|
|
7081
|
-
"name": "convert",
|
|
7082
|
-
"parameters": [
|
|
7083
|
-
{
|
|
7084
|
-
"name": "element",
|
|
7085
|
-
"type": {
|
|
7086
|
-
"text": "any"
|
|
7087
|
-
}
|
|
7088
|
-
}
|
|
7089
|
-
]
|
|
7090
|
-
}
|
|
7091
7091
|
],
|
|
7092
7092
|
"exports": [
|
|
7093
7093
|
{
|
|
7094
7094
|
"kind": "js",
|
|
7095
|
-
"name": "
|
|
7095
|
+
"name": "PropertyDataBinding",
|
|
7096
7096
|
"declaration": {
|
|
7097
|
-
"name": "
|
|
7098
|
-
"module": "src/modeller/property-sidebar/
|
|
7097
|
+
"name": "PropertyDataBinding",
|
|
7098
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding.ts"
|
|
7099
7099
|
}
|
|
7100
7100
|
}
|
|
7101
7101
|
]
|