@fmsim/board 1.0.19 → 1.0.22
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 +492 -492
- package/dist/src/layers/mcs-mouse-event-handler.js +1 -2
- package/dist/src/layers/mcs-mouse-event-handler.js.map +1 -1
- package/dist/src/ox-board-viewer.js +7 -12
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -4688,246 +4688,6 @@
|
|
|
4688
4688
|
}
|
|
4689
4689
|
]
|
|
4690
4690
|
},
|
|
4691
|
-
{
|
|
4692
|
-
"kind": "javascript-module",
|
|
4693
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
4694
|
-
"declarations": [
|
|
4695
|
-
{
|
|
4696
|
-
"kind": "class",
|
|
4697
|
-
"description": "",
|
|
4698
|
-
"name": "SceneInspector",
|
|
4699
|
-
"members": [
|
|
4700
|
-
{
|
|
4701
|
-
"kind": "field",
|
|
4702
|
-
"name": "scene",
|
|
4703
|
-
"type": {
|
|
4704
|
-
"text": "Scene | undefined"
|
|
4705
|
-
},
|
|
4706
|
-
"attribute": "scene"
|
|
4707
|
-
},
|
|
4708
|
-
{
|
|
4709
|
-
"kind": "field",
|
|
4710
|
-
"name": "searchText",
|
|
4711
|
-
"type": {
|
|
4712
|
-
"text": "string"
|
|
4713
|
-
},
|
|
4714
|
-
"privacy": "private",
|
|
4715
|
-
"default": "''"
|
|
4716
|
-
},
|
|
4717
|
-
{
|
|
4718
|
-
"kind": "field",
|
|
4719
|
-
"name": "_extendedMap",
|
|
4720
|
-
"type": {
|
|
4721
|
-
"text": "any"
|
|
4722
|
-
},
|
|
4723
|
-
"privacy": "private"
|
|
4724
|
-
},
|
|
4725
|
-
{
|
|
4726
|
-
"kind": "field",
|
|
4727
|
-
"name": "show",
|
|
4728
|
-
"type": {
|
|
4729
|
-
"text": "boolean"
|
|
4730
|
-
},
|
|
4731
|
-
"privacy": "private",
|
|
4732
|
-
"default": "false"
|
|
4733
|
-
},
|
|
4734
|
-
{
|
|
4735
|
-
"kind": "field",
|
|
4736
|
-
"name": "count",
|
|
4737
|
-
"type": {
|
|
4738
|
-
"text": "number"
|
|
4739
|
-
},
|
|
4740
|
-
"privacy": "private",
|
|
4741
|
-
"default": "-1"
|
|
4742
|
-
},
|
|
4743
|
-
{
|
|
4744
|
-
"kind": "method",
|
|
4745
|
-
"name": "disconnectScene",
|
|
4746
|
-
"parameters": [
|
|
4747
|
-
{
|
|
4748
|
-
"name": "scene",
|
|
4749
|
-
"optional": true,
|
|
4750
|
-
"type": {
|
|
4751
|
-
"text": "Scene"
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
]
|
|
4755
|
-
},
|
|
4756
|
-
{
|
|
4757
|
-
"kind": "method",
|
|
4758
|
-
"name": "refresh"
|
|
4759
|
-
},
|
|
4760
|
-
{
|
|
4761
|
-
"kind": "method",
|
|
4762
|
-
"name": "_onclick",
|
|
4763
|
-
"parameters": [
|
|
4764
|
-
{
|
|
4765
|
-
"name": "e",
|
|
4766
|
-
"type": {
|
|
4767
|
-
"text": "MouseEvent"
|
|
4768
|
-
}
|
|
4769
|
-
}
|
|
4770
|
-
]
|
|
4771
|
-
},
|
|
4772
|
-
{
|
|
4773
|
-
"kind": "method",
|
|
4774
|
-
"name": "_ondblclick",
|
|
4775
|
-
"parameters": [
|
|
4776
|
-
{
|
|
4777
|
-
"name": "e",
|
|
4778
|
-
"type": {
|
|
4779
|
-
"text": "MouseEvent"
|
|
4780
|
-
}
|
|
4781
|
-
}
|
|
4782
|
-
]
|
|
4783
|
-
},
|
|
4784
|
-
{
|
|
4785
|
-
"kind": "field",
|
|
4786
|
-
"name": "extendedMap",
|
|
4787
|
-
"readonly": true
|
|
4788
|
-
},
|
|
4789
|
-
{
|
|
4790
|
-
"kind": "method",
|
|
4791
|
-
"name": "getNodeHandleClass",
|
|
4792
|
-
"parameters": [
|
|
4793
|
-
{
|
|
4794
|
-
"name": "component",
|
|
4795
|
-
"type": {
|
|
4796
|
-
"text": "Component"
|
|
4797
|
-
}
|
|
4798
|
-
}
|
|
4799
|
-
]
|
|
4800
|
-
},
|
|
4801
|
-
{
|
|
4802
|
-
"kind": "method",
|
|
4803
|
-
"name": "isExtended",
|
|
4804
|
-
"parameters": [
|
|
4805
|
-
{
|
|
4806
|
-
"name": "component",
|
|
4807
|
-
"type": {
|
|
4808
|
-
"text": "Component"
|
|
4809
|
-
}
|
|
4810
|
-
}
|
|
4811
|
-
]
|
|
4812
|
-
},
|
|
4813
|
-
{
|
|
4814
|
-
"kind": "method",
|
|
4815
|
-
"name": "toggleExtended",
|
|
4816
|
-
"parameters": [
|
|
4817
|
-
{
|
|
4818
|
-
"name": "component",
|
|
4819
|
-
"type": {
|
|
4820
|
-
"text": "Component"
|
|
4821
|
-
}
|
|
4822
|
-
}
|
|
4823
|
-
]
|
|
4824
|
-
},
|
|
4825
|
-
{
|
|
4826
|
-
"kind": "method",
|
|
4827
|
-
"name": "toggleHidden",
|
|
4828
|
-
"parameters": [
|
|
4829
|
-
{
|
|
4830
|
-
"name": "component",
|
|
4831
|
-
"type": {
|
|
4832
|
-
"text": "Component"
|
|
4833
|
-
}
|
|
4834
|
-
}
|
|
4835
|
-
]
|
|
4836
|
-
},
|
|
4837
|
-
{
|
|
4838
|
-
"kind": "method",
|
|
4839
|
-
"name": "selectComponent",
|
|
4840
|
-
"parameters": [
|
|
4841
|
-
{
|
|
4842
|
-
"name": "component",
|
|
4843
|
-
"type": {
|
|
4844
|
-
"text": "Component"
|
|
4845
|
-
}
|
|
4846
|
-
},
|
|
4847
|
-
{
|
|
4848
|
-
"name": "append",
|
|
4849
|
-
"default": "false",
|
|
4850
|
-
"type": {
|
|
4851
|
-
"text": "boolean"
|
|
4852
|
-
}
|
|
4853
|
-
}
|
|
4854
|
-
]
|
|
4855
|
-
},
|
|
4856
|
-
{
|
|
4857
|
-
"kind": "method",
|
|
4858
|
-
"name": "shouldBeShown",
|
|
4859
|
-
"return": {
|
|
4860
|
-
"type": {
|
|
4861
|
-
"text": "boolean"
|
|
4862
|
-
}
|
|
4863
|
-
},
|
|
4864
|
-
"parameters": [
|
|
4865
|
-
{
|
|
4866
|
-
"name": "component",
|
|
4867
|
-
"type": {
|
|
4868
|
-
"text": "Component"
|
|
4869
|
-
}
|
|
4870
|
-
},
|
|
4871
|
-
{
|
|
4872
|
-
"name": "counting",
|
|
4873
|
-
"default": "false",
|
|
4874
|
-
"type": {
|
|
4875
|
-
"text": "boolean"
|
|
4876
|
-
}
|
|
4877
|
-
}
|
|
4878
|
-
]
|
|
4879
|
-
},
|
|
4880
|
-
{
|
|
4881
|
-
"kind": "method",
|
|
4882
|
-
"name": "renderComponent",
|
|
4883
|
-
"return": {
|
|
4884
|
-
"type": {
|
|
4885
|
-
"text": "TemplateResult"
|
|
4886
|
-
}
|
|
4887
|
-
},
|
|
4888
|
-
"parameters": [
|
|
4889
|
-
{
|
|
4890
|
-
"name": "component",
|
|
4891
|
-
"type": {
|
|
4892
|
-
"text": "Component"
|
|
4893
|
-
}
|
|
4894
|
-
},
|
|
4895
|
-
{
|
|
4896
|
-
"name": "depth",
|
|
4897
|
-
"type": {
|
|
4898
|
-
"text": "number"
|
|
4899
|
-
}
|
|
4900
|
-
}
|
|
4901
|
-
]
|
|
4902
|
-
}
|
|
4903
|
-
],
|
|
4904
|
-
"attributes": [
|
|
4905
|
-
{
|
|
4906
|
-
"name": "scene",
|
|
4907
|
-
"type": {
|
|
4908
|
-
"text": "Scene | undefined"
|
|
4909
|
-
},
|
|
4910
|
-
"fieldName": "scene"
|
|
4911
|
-
}
|
|
4912
|
-
],
|
|
4913
|
-
"superclass": {
|
|
4914
|
-
"name": "LitElement",
|
|
4915
|
-
"package": "lit"
|
|
4916
|
-
},
|
|
4917
|
-
"customElement": true
|
|
4918
|
-
}
|
|
4919
|
-
],
|
|
4920
|
-
"exports": [
|
|
4921
|
-
{
|
|
4922
|
-
"kind": "js",
|
|
4923
|
-
"name": "SceneInspector",
|
|
4924
|
-
"declaration": {
|
|
4925
|
-
"name": "SceneInspector",
|
|
4926
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
4927
|
-
}
|
|
4928
|
-
}
|
|
4929
|
-
]
|
|
4930
|
-
},
|
|
4931
4691
|
{
|
|
4932
4692
|
"kind": "javascript-module",
|
|
4933
4693
|
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
@@ -6016,29 +5776,512 @@
|
|
|
6016
5776
|
},
|
|
6017
5777
|
{
|
|
6018
5778
|
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/
|
|
5779
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6020
5780
|
"declarations": [
|
|
6021
5781
|
{
|
|
6022
5782
|
"kind": "class",
|
|
6023
5783
|
"description": "",
|
|
6024
|
-
"name": "
|
|
5784
|
+
"name": "SceneInspector",
|
|
6025
5785
|
"members": [
|
|
6026
5786
|
{
|
|
6027
5787
|
"kind": "field",
|
|
6028
|
-
"name": "
|
|
5788
|
+
"name": "scene",
|
|
6029
5789
|
"type": {
|
|
6030
|
-
"text": "
|
|
5790
|
+
"text": "Scene | undefined"
|
|
6031
5791
|
},
|
|
6032
|
-
"attribute": "
|
|
5792
|
+
"attribute": "scene"
|
|
6033
5793
|
},
|
|
6034
5794
|
{
|
|
6035
5795
|
"kind": "field",
|
|
6036
|
-
"name": "
|
|
5796
|
+
"name": "searchText",
|
|
6037
5797
|
"type": {
|
|
6038
|
-
"text": "
|
|
5798
|
+
"text": "string"
|
|
6039
5799
|
},
|
|
6040
|
-
"
|
|
6041
|
-
"
|
|
5800
|
+
"privacy": "private",
|
|
5801
|
+
"default": "''"
|
|
5802
|
+
},
|
|
5803
|
+
{
|
|
5804
|
+
"kind": "field",
|
|
5805
|
+
"name": "_extendedMap",
|
|
5806
|
+
"type": {
|
|
5807
|
+
"text": "any"
|
|
5808
|
+
},
|
|
5809
|
+
"privacy": "private"
|
|
5810
|
+
},
|
|
5811
|
+
{
|
|
5812
|
+
"kind": "field",
|
|
5813
|
+
"name": "show",
|
|
5814
|
+
"type": {
|
|
5815
|
+
"text": "boolean"
|
|
5816
|
+
},
|
|
5817
|
+
"privacy": "private",
|
|
5818
|
+
"default": "false"
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"kind": "field",
|
|
5822
|
+
"name": "count",
|
|
5823
|
+
"type": {
|
|
5824
|
+
"text": "number"
|
|
5825
|
+
},
|
|
5826
|
+
"privacy": "private",
|
|
5827
|
+
"default": "-1"
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"kind": "method",
|
|
5831
|
+
"name": "disconnectScene",
|
|
5832
|
+
"parameters": [
|
|
5833
|
+
{
|
|
5834
|
+
"name": "scene",
|
|
5835
|
+
"optional": true,
|
|
5836
|
+
"type": {
|
|
5837
|
+
"text": "Scene"
|
|
5838
|
+
}
|
|
5839
|
+
}
|
|
5840
|
+
]
|
|
5841
|
+
},
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "method",
|
|
5844
|
+
"name": "refresh"
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "method",
|
|
5848
|
+
"name": "_onclick",
|
|
5849
|
+
"parameters": [
|
|
5850
|
+
{
|
|
5851
|
+
"name": "e",
|
|
5852
|
+
"type": {
|
|
5853
|
+
"text": "MouseEvent"
|
|
5854
|
+
}
|
|
5855
|
+
}
|
|
5856
|
+
]
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"kind": "method",
|
|
5860
|
+
"name": "_ondblclick",
|
|
5861
|
+
"parameters": [
|
|
5862
|
+
{
|
|
5863
|
+
"name": "e",
|
|
5864
|
+
"type": {
|
|
5865
|
+
"text": "MouseEvent"
|
|
5866
|
+
}
|
|
5867
|
+
}
|
|
5868
|
+
]
|
|
5869
|
+
},
|
|
5870
|
+
{
|
|
5871
|
+
"kind": "field",
|
|
5872
|
+
"name": "extendedMap",
|
|
5873
|
+
"readonly": true
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"kind": "method",
|
|
5877
|
+
"name": "getNodeHandleClass",
|
|
5878
|
+
"parameters": [
|
|
5879
|
+
{
|
|
5880
|
+
"name": "component",
|
|
5881
|
+
"type": {
|
|
5882
|
+
"text": "Component"
|
|
5883
|
+
}
|
|
5884
|
+
}
|
|
5885
|
+
]
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
"kind": "method",
|
|
5889
|
+
"name": "isExtended",
|
|
5890
|
+
"parameters": [
|
|
5891
|
+
{
|
|
5892
|
+
"name": "component",
|
|
5893
|
+
"type": {
|
|
5894
|
+
"text": "Component"
|
|
5895
|
+
}
|
|
5896
|
+
}
|
|
5897
|
+
]
|
|
5898
|
+
},
|
|
5899
|
+
{
|
|
5900
|
+
"kind": "method",
|
|
5901
|
+
"name": "toggleExtended",
|
|
5902
|
+
"parameters": [
|
|
5903
|
+
{
|
|
5904
|
+
"name": "component",
|
|
5905
|
+
"type": {
|
|
5906
|
+
"text": "Component"
|
|
5907
|
+
}
|
|
5908
|
+
}
|
|
5909
|
+
]
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"kind": "method",
|
|
5913
|
+
"name": "toggleHidden",
|
|
5914
|
+
"parameters": [
|
|
5915
|
+
{
|
|
5916
|
+
"name": "component",
|
|
5917
|
+
"type": {
|
|
5918
|
+
"text": "Component"
|
|
5919
|
+
}
|
|
5920
|
+
}
|
|
5921
|
+
]
|
|
5922
|
+
},
|
|
5923
|
+
{
|
|
5924
|
+
"kind": "method",
|
|
5925
|
+
"name": "selectComponent",
|
|
5926
|
+
"parameters": [
|
|
5927
|
+
{
|
|
5928
|
+
"name": "component",
|
|
5929
|
+
"type": {
|
|
5930
|
+
"text": "Component"
|
|
5931
|
+
}
|
|
5932
|
+
},
|
|
5933
|
+
{
|
|
5934
|
+
"name": "append",
|
|
5935
|
+
"default": "false",
|
|
5936
|
+
"type": {
|
|
5937
|
+
"text": "boolean"
|
|
5938
|
+
}
|
|
5939
|
+
}
|
|
5940
|
+
]
|
|
5941
|
+
},
|
|
5942
|
+
{
|
|
5943
|
+
"kind": "method",
|
|
5944
|
+
"name": "shouldBeShown",
|
|
5945
|
+
"return": {
|
|
5946
|
+
"type": {
|
|
5947
|
+
"text": "boolean"
|
|
5948
|
+
}
|
|
5949
|
+
},
|
|
5950
|
+
"parameters": [
|
|
5951
|
+
{
|
|
5952
|
+
"name": "component",
|
|
5953
|
+
"type": {
|
|
5954
|
+
"text": "Component"
|
|
5955
|
+
}
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"name": "counting",
|
|
5959
|
+
"default": "false",
|
|
5960
|
+
"type": {
|
|
5961
|
+
"text": "boolean"
|
|
5962
|
+
}
|
|
5963
|
+
}
|
|
5964
|
+
]
|
|
5965
|
+
},
|
|
5966
|
+
{
|
|
5967
|
+
"kind": "method",
|
|
5968
|
+
"name": "renderComponent",
|
|
5969
|
+
"return": {
|
|
5970
|
+
"type": {
|
|
5971
|
+
"text": "TemplateResult"
|
|
5972
|
+
}
|
|
5973
|
+
},
|
|
5974
|
+
"parameters": [
|
|
5975
|
+
{
|
|
5976
|
+
"name": "component",
|
|
5977
|
+
"type": {
|
|
5978
|
+
"text": "Component"
|
|
5979
|
+
}
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
"name": "depth",
|
|
5983
|
+
"type": {
|
|
5984
|
+
"text": "number"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
]
|
|
5988
|
+
}
|
|
5989
|
+
],
|
|
5990
|
+
"attributes": [
|
|
5991
|
+
{
|
|
5992
|
+
"name": "scene",
|
|
5993
|
+
"type": {
|
|
5994
|
+
"text": "Scene | undefined"
|
|
5995
|
+
},
|
|
5996
|
+
"fieldName": "scene"
|
|
5997
|
+
}
|
|
5998
|
+
],
|
|
5999
|
+
"superclass": {
|
|
6000
|
+
"name": "LitElement",
|
|
6001
|
+
"package": "lit"
|
|
6002
|
+
},
|
|
6003
|
+
"customElement": true
|
|
6004
|
+
}
|
|
6005
|
+
],
|
|
6006
|
+
"exports": [
|
|
6007
|
+
{
|
|
6008
|
+
"kind": "js",
|
|
6009
|
+
"name": "SceneInspector",
|
|
6010
|
+
"declaration": {
|
|
6011
|
+
"name": "SceneInspector",
|
|
6012
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6013
|
+
}
|
|
6014
|
+
}
|
|
6015
|
+
]
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"kind": "javascript-module",
|
|
6019
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6020
|
+
"declarations": [
|
|
6021
|
+
{
|
|
6022
|
+
"kind": "variable",
|
|
6023
|
+
"name": "BoxPaddingEditorStyles",
|
|
6024
|
+
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6025
|
+
}
|
|
6026
|
+
],
|
|
6027
|
+
"exports": [
|
|
6028
|
+
{
|
|
6029
|
+
"kind": "js",
|
|
6030
|
+
"name": "BoxPaddingEditorStyles",
|
|
6031
|
+
"declaration": {
|
|
6032
|
+
"name": "BoxPaddingEditorStyles",
|
|
6033
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6034
|
+
}
|
|
6035
|
+
}
|
|
6036
|
+
]
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"kind": "javascript-module",
|
|
6040
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6041
|
+
"declarations": [
|
|
6042
|
+
{
|
|
6043
|
+
"kind": "class",
|
|
6044
|
+
"description": "",
|
|
6045
|
+
"name": "PropertyShapes",
|
|
6046
|
+
"members": [
|
|
6047
|
+
{
|
|
6048
|
+
"kind": "field",
|
|
6049
|
+
"name": "value",
|
|
6050
|
+
"type": {
|
|
6051
|
+
"text": "Properties | undefined"
|
|
6052
|
+
},
|
|
6053
|
+
"attribute": "value"
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"kind": "field",
|
|
6057
|
+
"name": "bounds",
|
|
6058
|
+
"type": {
|
|
6059
|
+
"text": "BOUNDS | null"
|
|
6060
|
+
},
|
|
6061
|
+
"default": "null",
|
|
6062
|
+
"attribute": "bounds"
|
|
6063
|
+
},
|
|
6064
|
+
{
|
|
6065
|
+
"kind": "field",
|
|
6066
|
+
"name": "selected",
|
|
6067
|
+
"type": {
|
|
6068
|
+
"text": "Component[]"
|
|
6069
|
+
},
|
|
6070
|
+
"default": "[]",
|
|
6071
|
+
"attribute": "selected"
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"kind": "method",
|
|
6075
|
+
"name": "_onValueChange",
|
|
6076
|
+
"parameters": [
|
|
6077
|
+
{
|
|
6078
|
+
"name": "e",
|
|
6079
|
+
"type": {
|
|
6080
|
+
"text": "Event"
|
|
6081
|
+
}
|
|
6082
|
+
}
|
|
6083
|
+
],
|
|
6084
|
+
"inheritedFrom": {
|
|
6085
|
+
"name": "AbstractProperty",
|
|
6086
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
+
}
|
|
6088
|
+
},
|
|
6089
|
+
{
|
|
6090
|
+
"kind": "method",
|
|
6091
|
+
"name": "_hasTextProperty",
|
|
6092
|
+
"parameters": [
|
|
6093
|
+
{
|
|
6094
|
+
"name": "selected",
|
|
6095
|
+
"type": {
|
|
6096
|
+
"text": "Component[]"
|
|
6097
|
+
}
|
|
6098
|
+
}
|
|
6099
|
+
]
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"kind": "method",
|
|
6103
|
+
"name": "_hasProperties",
|
|
6104
|
+
"parameters": [
|
|
6105
|
+
{
|
|
6106
|
+
"name": "selected",
|
|
6107
|
+
"type": {
|
|
6108
|
+
"text": "Component[]"
|
|
6109
|
+
}
|
|
6110
|
+
}
|
|
6111
|
+
]
|
|
6112
|
+
},
|
|
6113
|
+
{
|
|
6114
|
+
"kind": "method",
|
|
6115
|
+
"name": "_isIdentifiable",
|
|
6116
|
+
"parameters": [
|
|
6117
|
+
{
|
|
6118
|
+
"name": "selected",
|
|
6119
|
+
"type": {
|
|
6120
|
+
"text": "Component[]"
|
|
6121
|
+
}
|
|
6122
|
+
}
|
|
6123
|
+
]
|
|
6124
|
+
},
|
|
6125
|
+
{
|
|
6126
|
+
"kind": "method",
|
|
6127
|
+
"name": "_isClassIdentifiable",
|
|
6128
|
+
"parameters": [
|
|
6129
|
+
{
|
|
6130
|
+
"name": "selected",
|
|
6131
|
+
"type": {
|
|
6132
|
+
"text": "Component[]"
|
|
6133
|
+
}
|
|
6134
|
+
}
|
|
6135
|
+
]
|
|
6136
|
+
},
|
|
6137
|
+
{
|
|
6138
|
+
"kind": "method",
|
|
6139
|
+
"name": "_isLine",
|
|
6140
|
+
"parameters": [
|
|
6141
|
+
{
|
|
6142
|
+
"name": "selected",
|
|
6143
|
+
"type": {
|
|
6144
|
+
"text": "Component[]"
|
|
6145
|
+
}
|
|
6146
|
+
}
|
|
6147
|
+
]
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"kind": "method",
|
|
6151
|
+
"name": "_is3dish",
|
|
6152
|
+
"parameters": [
|
|
6153
|
+
{
|
|
6154
|
+
"name": "selected",
|
|
6155
|
+
"type": {
|
|
6156
|
+
"text": "Component[]"
|
|
6157
|
+
}
|
|
6158
|
+
}
|
|
6159
|
+
]
|
|
6160
|
+
},
|
|
6161
|
+
{
|
|
6162
|
+
"kind": "method",
|
|
6163
|
+
"name": "_getValueFromEventTarget",
|
|
6164
|
+
"parameters": [
|
|
6165
|
+
{
|
|
6166
|
+
"name": "element",
|
|
6167
|
+
"type": {
|
|
6168
|
+
"text": "HTMLElement"
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6171
|
+
],
|
|
6172
|
+
"inheritedFrom": {
|
|
6173
|
+
"name": "AbstractProperty",
|
|
6174
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6175
|
+
}
|
|
6176
|
+
},
|
|
6177
|
+
{
|
|
6178
|
+
"kind": "method",
|
|
6179
|
+
"name": "_onAfterValueChange",
|
|
6180
|
+
"parameters": [
|
|
6181
|
+
{
|
|
6182
|
+
"name": "key",
|
|
6183
|
+
"type": {
|
|
6184
|
+
"text": "string"
|
|
6185
|
+
}
|
|
6186
|
+
},
|
|
6187
|
+
{
|
|
6188
|
+
"name": "value",
|
|
6189
|
+
"type": {
|
|
6190
|
+
"text": "any"
|
|
6191
|
+
}
|
|
6192
|
+
}
|
|
6193
|
+
],
|
|
6194
|
+
"inheritedFrom": {
|
|
6195
|
+
"name": "AbstractProperty",
|
|
6196
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6197
|
+
}
|
|
6198
|
+
}
|
|
6199
|
+
],
|
|
6200
|
+
"events": [
|
|
6201
|
+
{
|
|
6202
|
+
"name": "bounds-change",
|
|
6203
|
+
"type": {
|
|
6204
|
+
"text": "CustomEvent"
|
|
6205
|
+
}
|
|
6206
|
+
},
|
|
6207
|
+
{
|
|
6208
|
+
"name": "property-change",
|
|
6209
|
+
"type": {
|
|
6210
|
+
"text": "CustomEvent"
|
|
6211
|
+
},
|
|
6212
|
+
"inheritedFrom": {
|
|
6213
|
+
"name": "AbstractProperty",
|
|
6214
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6215
|
+
}
|
|
6216
|
+
}
|
|
6217
|
+
],
|
|
6218
|
+
"attributes": [
|
|
6219
|
+
{
|
|
6220
|
+
"name": "value",
|
|
6221
|
+
"type": {
|
|
6222
|
+
"text": "Properties | undefined"
|
|
6223
|
+
},
|
|
6224
|
+
"fieldName": "value"
|
|
6225
|
+
},
|
|
6226
|
+
{
|
|
6227
|
+
"name": "bounds",
|
|
6228
|
+
"type": {
|
|
6229
|
+
"text": "BOUNDS | null"
|
|
6230
|
+
},
|
|
6231
|
+
"default": "null",
|
|
6232
|
+
"fieldName": "bounds"
|
|
6233
|
+
},
|
|
6234
|
+
{
|
|
6235
|
+
"name": "selected",
|
|
6236
|
+
"type": {
|
|
6237
|
+
"text": "Component[]"
|
|
6238
|
+
},
|
|
6239
|
+
"default": "[]",
|
|
6240
|
+
"fieldName": "selected"
|
|
6241
|
+
}
|
|
6242
|
+
],
|
|
6243
|
+
"superclass": {
|
|
6244
|
+
"name": "AbstractProperty",
|
|
6245
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
+
}
|
|
6247
|
+
}
|
|
6248
|
+
],
|
|
6249
|
+
"exports": [
|
|
6250
|
+
{
|
|
6251
|
+
"kind": "js",
|
|
6252
|
+
"name": "PropertyShapes",
|
|
6253
|
+
"declaration": {
|
|
6254
|
+
"name": "PropertyShapes",
|
|
6255
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6256
|
+
}
|
|
6257
|
+
}
|
|
6258
|
+
]
|
|
6259
|
+
},
|
|
6260
|
+
{
|
|
6261
|
+
"kind": "javascript-module",
|
|
6262
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
6263
|
+
"declarations": [
|
|
6264
|
+
{
|
|
6265
|
+
"kind": "class",
|
|
6266
|
+
"description": "",
|
|
6267
|
+
"name": "SpecificPropertiesBuilder",
|
|
6268
|
+
"members": [
|
|
6269
|
+
{
|
|
6270
|
+
"kind": "field",
|
|
6271
|
+
"name": "value",
|
|
6272
|
+
"type": {
|
|
6273
|
+
"text": "any"
|
|
6274
|
+
},
|
|
6275
|
+
"attribute": "value"
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"kind": "field",
|
|
6279
|
+
"name": "props",
|
|
6280
|
+
"type": {
|
|
6281
|
+
"text": "any[]"
|
|
6282
|
+
},
|
|
6283
|
+
"default": "[]",
|
|
6284
|
+
"attribute": "props"
|
|
6042
6285
|
},
|
|
6043
6286
|
{
|
|
6044
6287
|
"kind": "field",
|
|
@@ -6361,249 +6604,6 @@
|
|
|
6361
6604
|
}
|
|
6362
6605
|
]
|
|
6363
6606
|
},
|
|
6364
|
-
{
|
|
6365
|
-
"kind": "javascript-module",
|
|
6366
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6367
|
-
"declarations": [
|
|
6368
|
-
{
|
|
6369
|
-
"kind": "variable",
|
|
6370
|
-
"name": "BoxPaddingEditorStyles",
|
|
6371
|
-
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6372
|
-
}
|
|
6373
|
-
],
|
|
6374
|
-
"exports": [
|
|
6375
|
-
{
|
|
6376
|
-
"kind": "js",
|
|
6377
|
-
"name": "BoxPaddingEditorStyles",
|
|
6378
|
-
"declaration": {
|
|
6379
|
-
"name": "BoxPaddingEditorStyles",
|
|
6380
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6381
|
-
}
|
|
6382
|
-
}
|
|
6383
|
-
]
|
|
6384
|
-
},
|
|
6385
|
-
{
|
|
6386
|
-
"kind": "javascript-module",
|
|
6387
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6388
|
-
"declarations": [
|
|
6389
|
-
{
|
|
6390
|
-
"kind": "class",
|
|
6391
|
-
"description": "",
|
|
6392
|
-
"name": "PropertyShapes",
|
|
6393
|
-
"members": [
|
|
6394
|
-
{
|
|
6395
|
-
"kind": "field",
|
|
6396
|
-
"name": "value",
|
|
6397
|
-
"type": {
|
|
6398
|
-
"text": "Properties | undefined"
|
|
6399
|
-
},
|
|
6400
|
-
"attribute": "value"
|
|
6401
|
-
},
|
|
6402
|
-
{
|
|
6403
|
-
"kind": "field",
|
|
6404
|
-
"name": "bounds",
|
|
6405
|
-
"type": {
|
|
6406
|
-
"text": "BOUNDS | null"
|
|
6407
|
-
},
|
|
6408
|
-
"default": "null",
|
|
6409
|
-
"attribute": "bounds"
|
|
6410
|
-
},
|
|
6411
|
-
{
|
|
6412
|
-
"kind": "field",
|
|
6413
|
-
"name": "selected",
|
|
6414
|
-
"type": {
|
|
6415
|
-
"text": "Component[]"
|
|
6416
|
-
},
|
|
6417
|
-
"default": "[]",
|
|
6418
|
-
"attribute": "selected"
|
|
6419
|
-
},
|
|
6420
|
-
{
|
|
6421
|
-
"kind": "method",
|
|
6422
|
-
"name": "_onValueChange",
|
|
6423
|
-
"parameters": [
|
|
6424
|
-
{
|
|
6425
|
-
"name": "e",
|
|
6426
|
-
"type": {
|
|
6427
|
-
"text": "Event"
|
|
6428
|
-
}
|
|
6429
|
-
}
|
|
6430
|
-
],
|
|
6431
|
-
"inheritedFrom": {
|
|
6432
|
-
"name": "AbstractProperty",
|
|
6433
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6434
|
-
}
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"kind": "method",
|
|
6438
|
-
"name": "_hasTextProperty",
|
|
6439
|
-
"parameters": [
|
|
6440
|
-
{
|
|
6441
|
-
"name": "selected",
|
|
6442
|
-
"type": {
|
|
6443
|
-
"text": "Component[]"
|
|
6444
|
-
}
|
|
6445
|
-
}
|
|
6446
|
-
]
|
|
6447
|
-
},
|
|
6448
|
-
{
|
|
6449
|
-
"kind": "method",
|
|
6450
|
-
"name": "_hasProperties",
|
|
6451
|
-
"parameters": [
|
|
6452
|
-
{
|
|
6453
|
-
"name": "selected",
|
|
6454
|
-
"type": {
|
|
6455
|
-
"text": "Component[]"
|
|
6456
|
-
}
|
|
6457
|
-
}
|
|
6458
|
-
]
|
|
6459
|
-
},
|
|
6460
|
-
{
|
|
6461
|
-
"kind": "method",
|
|
6462
|
-
"name": "_isIdentifiable",
|
|
6463
|
-
"parameters": [
|
|
6464
|
-
{
|
|
6465
|
-
"name": "selected",
|
|
6466
|
-
"type": {
|
|
6467
|
-
"text": "Component[]"
|
|
6468
|
-
}
|
|
6469
|
-
}
|
|
6470
|
-
]
|
|
6471
|
-
},
|
|
6472
|
-
{
|
|
6473
|
-
"kind": "method",
|
|
6474
|
-
"name": "_isClassIdentifiable",
|
|
6475
|
-
"parameters": [
|
|
6476
|
-
{
|
|
6477
|
-
"name": "selected",
|
|
6478
|
-
"type": {
|
|
6479
|
-
"text": "Component[]"
|
|
6480
|
-
}
|
|
6481
|
-
}
|
|
6482
|
-
]
|
|
6483
|
-
},
|
|
6484
|
-
{
|
|
6485
|
-
"kind": "method",
|
|
6486
|
-
"name": "_isLine",
|
|
6487
|
-
"parameters": [
|
|
6488
|
-
{
|
|
6489
|
-
"name": "selected",
|
|
6490
|
-
"type": {
|
|
6491
|
-
"text": "Component[]"
|
|
6492
|
-
}
|
|
6493
|
-
}
|
|
6494
|
-
]
|
|
6495
|
-
},
|
|
6496
|
-
{
|
|
6497
|
-
"kind": "method",
|
|
6498
|
-
"name": "_is3dish",
|
|
6499
|
-
"parameters": [
|
|
6500
|
-
{
|
|
6501
|
-
"name": "selected",
|
|
6502
|
-
"type": {
|
|
6503
|
-
"text": "Component[]"
|
|
6504
|
-
}
|
|
6505
|
-
}
|
|
6506
|
-
]
|
|
6507
|
-
},
|
|
6508
|
-
{
|
|
6509
|
-
"kind": "method",
|
|
6510
|
-
"name": "_getValueFromEventTarget",
|
|
6511
|
-
"parameters": [
|
|
6512
|
-
{
|
|
6513
|
-
"name": "element",
|
|
6514
|
-
"type": {
|
|
6515
|
-
"text": "HTMLElement"
|
|
6516
|
-
}
|
|
6517
|
-
}
|
|
6518
|
-
],
|
|
6519
|
-
"inheritedFrom": {
|
|
6520
|
-
"name": "AbstractProperty",
|
|
6521
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6522
|
-
}
|
|
6523
|
-
},
|
|
6524
|
-
{
|
|
6525
|
-
"kind": "method",
|
|
6526
|
-
"name": "_onAfterValueChange",
|
|
6527
|
-
"parameters": [
|
|
6528
|
-
{
|
|
6529
|
-
"name": "key",
|
|
6530
|
-
"type": {
|
|
6531
|
-
"text": "string"
|
|
6532
|
-
}
|
|
6533
|
-
},
|
|
6534
|
-
{
|
|
6535
|
-
"name": "value",
|
|
6536
|
-
"type": {
|
|
6537
|
-
"text": "any"
|
|
6538
|
-
}
|
|
6539
|
-
}
|
|
6540
|
-
],
|
|
6541
|
-
"inheritedFrom": {
|
|
6542
|
-
"name": "AbstractProperty",
|
|
6543
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6544
|
-
}
|
|
6545
|
-
}
|
|
6546
|
-
],
|
|
6547
|
-
"events": [
|
|
6548
|
-
{
|
|
6549
|
-
"name": "bounds-change",
|
|
6550
|
-
"type": {
|
|
6551
|
-
"text": "CustomEvent"
|
|
6552
|
-
}
|
|
6553
|
-
},
|
|
6554
|
-
{
|
|
6555
|
-
"name": "property-change",
|
|
6556
|
-
"type": {
|
|
6557
|
-
"text": "CustomEvent"
|
|
6558
|
-
},
|
|
6559
|
-
"inheritedFrom": {
|
|
6560
|
-
"name": "AbstractProperty",
|
|
6561
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6562
|
-
}
|
|
6563
|
-
}
|
|
6564
|
-
],
|
|
6565
|
-
"attributes": [
|
|
6566
|
-
{
|
|
6567
|
-
"name": "value",
|
|
6568
|
-
"type": {
|
|
6569
|
-
"text": "Properties | undefined"
|
|
6570
|
-
},
|
|
6571
|
-
"fieldName": "value"
|
|
6572
|
-
},
|
|
6573
|
-
{
|
|
6574
|
-
"name": "bounds",
|
|
6575
|
-
"type": {
|
|
6576
|
-
"text": "BOUNDS | null"
|
|
6577
|
-
},
|
|
6578
|
-
"default": "null",
|
|
6579
|
-
"fieldName": "bounds"
|
|
6580
|
-
},
|
|
6581
|
-
{
|
|
6582
|
-
"name": "selected",
|
|
6583
|
-
"type": {
|
|
6584
|
-
"text": "Component[]"
|
|
6585
|
-
},
|
|
6586
|
-
"default": "[]",
|
|
6587
|
-
"fieldName": "selected"
|
|
6588
|
-
}
|
|
6589
|
-
],
|
|
6590
|
-
"superclass": {
|
|
6591
|
-
"name": "AbstractProperty",
|
|
6592
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6593
|
-
}
|
|
6594
|
-
}
|
|
6595
|
-
],
|
|
6596
|
-
"exports": [
|
|
6597
|
-
{
|
|
6598
|
-
"kind": "js",
|
|
6599
|
-
"name": "PropertyShapes",
|
|
6600
|
-
"declaration": {
|
|
6601
|
-
"name": "PropertyShapes",
|
|
6602
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6603
|
-
}
|
|
6604
|
-
}
|
|
6605
|
-
]
|
|
6606
|
-
},
|
|
6607
6607
|
{
|
|
6608
6608
|
"kind": "javascript-module",
|
|
6609
6609
|
"path": "src/modeller/property-sidebar/styles/styles.ts",
|