@fmsim/board 1.0.62 → 1.0.64
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 +602 -602
- package/dist/src/component/etc.js +17 -0
- package/dist/src/component/etc.js.map +1 -1
- package/dist/src/modeller/edit-toolbar.d.ts +0 -1
- package/dist/src/modeller/edit-toolbar.js +1 -475
- package/dist/src/modeller/edit-toolbar.js.map +1 -1
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js +1 -0
- package/dist/src/modeller/property-sidebar/effects/property-event-tap.js.map +1 -1
- package/dist/src/ox-board-viewer.d.ts +3 -0
- package/dist/src/ox-board-viewer.js +31 -1
- package/dist/src/ox-board-viewer.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -1028,6 +1028,14 @@
|
|
|
1028
1028
|
"kind": "field",
|
|
1029
1029
|
"name": "fmbMonitoringInitHandler"
|
|
1030
1030
|
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "field",
|
|
1033
|
+
"name": "fmbShowLegendHandler"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"kind": "field",
|
|
1037
|
+
"name": "fmbHideLegendHandler"
|
|
1038
|
+
},
|
|
1031
1039
|
{
|
|
1032
1040
|
"kind": "field",
|
|
1033
1041
|
"name": "clickComponentHandler"
|
|
@@ -1268,6 +1276,10 @@
|
|
|
1268
1276
|
}
|
|
1269
1277
|
]
|
|
1270
1278
|
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "method",
|
|
1281
|
+
"name": "onLegendToggle"
|
|
1282
|
+
},
|
|
1271
1283
|
{
|
|
1272
1284
|
"kind": "method",
|
|
1273
1285
|
"name": "getSceneData"
|
|
@@ -1739,7 +1751,7 @@
|
|
|
1739
1751
|
"type": {
|
|
1740
1752
|
"text": "ComponentGroup"
|
|
1741
1753
|
},
|
|
1742
|
-
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'triangle', description: 'triangle shape', icon: triangle, group: 'shape', model: { type: 'triangle', x1: 150, y1: 100, x2: 100, y2: 200, x3: 200, y3: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } }, { type: 'container', description: 'container shape', icon: container, group: 'container', model: { type: 'container', left: 100, top: 100, width: 400, height: 300, fillStyle: '#fff', strokeStyle: '#999', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } } ] }"
|
|
1754
|
+
"default": "{ name: 'etc', description: 'a group of components that have not yet been defined.', icon, templates: [ { type: 'rect', description: 'rectangle shape', icon: rect, group: 'shape', model: { type: 'rect', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'ellipse', description: 'ellipse shape', icon: ellipse, group: 'shape', model: { type: 'ellipse', rx: 50, ry: 50, cx: 150, cy: 150, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'triangle', description: 'triangle shape', icon: triangle, group: 'shape', model: { type: 'triangle', x1: 150, y1: 100, x2: 100, y2: 200, x3: 200, y3: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'line', description: 'simple line', icon: lineIcon, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'solid', lineCap: 'butt' } }, { type: 'dash', description: 'dash line', icon: dash, group: 'line', model: { type: 'line', x1: 100, y1: 100, x2: 200, y2: 200, fillStyle: '#fff', strokeStyle: '#000', alpha: 1, hidden: false, lineWidth: 3, lineDash: 'round-dot', lineCap: 'butt' } }, { type: 'container', description: 'container shape', icon: container, group: 'container', model: { type: 'container', left: 100, top: 100, width: 400, height: 300, fillStyle: '#fff', strokeStyle: '#999', alpha: 1, hidden: false, lineWidth: 1, lineDash: 'solid', lineCap: 'butt' } }, { type: 'popup', description: 'popup window', icon: popup, group: 'container', model: { type: 'popup', left: 100, top: 100, width: 100, height: 100, fillStyle: '#fff', strokeStyle: 'DarkGoldenRod', hidden: true } } ] }"
|
|
1743
1755
|
}
|
|
1744
1756
|
],
|
|
1745
1757
|
"exports": [
|
|
@@ -3573,18 +3585,6 @@
|
|
|
3573
3585
|
}
|
|
3574
3586
|
}
|
|
3575
3587
|
]
|
|
3576
|
-
},
|
|
3577
|
-
{
|
|
3578
|
-
"kind": "method",
|
|
3579
|
-
"name": "onTapGenerateModel",
|
|
3580
|
-
"parameters": [
|
|
3581
|
-
{
|
|
3582
|
-
"name": "e",
|
|
3583
|
-
"type": {
|
|
3584
|
-
"text": "TouchEvent | string"
|
|
3585
|
-
}
|
|
3586
|
-
}
|
|
3587
|
-
]
|
|
3588
3588
|
}
|
|
3589
3589
|
],
|
|
3590
3590
|
"events": [
|
|
@@ -5776,218 +5776,152 @@
|
|
|
5776
5776
|
},
|
|
5777
5777
|
{
|
|
5778
5778
|
"kind": "javascript-module",
|
|
5779
|
-
"path": "src/modeller/property-sidebar/
|
|
5779
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
|
|
5780
5780
|
"declarations": [
|
|
5781
5781
|
{
|
|
5782
5782
|
"kind": "class",
|
|
5783
|
-
"description": "",
|
|
5784
|
-
"name": "
|
|
5783
|
+
"description": "element for mapping data value editing\n\nExample:\n\n<data-binding-mapper mapping=${mapping}>\n</data-binding-mapper>",
|
|
5784
|
+
"name": "DataBindingMapper",
|
|
5785
5785
|
"members": [
|
|
5786
5786
|
{
|
|
5787
5787
|
"kind": "field",
|
|
5788
|
-
"name": "
|
|
5788
|
+
"name": "mapping",
|
|
5789
5789
|
"type": {
|
|
5790
|
-
"text": "
|
|
5790
|
+
"text": "Mapping"
|
|
5791
5791
|
},
|
|
5792
|
-
"
|
|
5792
|
+
"default": "{ rule: 'value' }",
|
|
5793
|
+
"attribute": "mapping"
|
|
5793
5794
|
},
|
|
5794
5795
|
{
|
|
5795
5796
|
"kind": "field",
|
|
5796
|
-
"name": "
|
|
5797
|
+
"name": "rule",
|
|
5797
5798
|
"type": {
|
|
5798
|
-
"text": "
|
|
5799
|
+
"text": "Rule"
|
|
5799
5800
|
},
|
|
5800
|
-
"
|
|
5801
|
-
"
|
|
5801
|
+
"default": "{}",
|
|
5802
|
+
"attribute": "rule"
|
|
5802
5803
|
},
|
|
5803
5804
|
{
|
|
5804
5805
|
"kind": "field",
|
|
5805
|
-
"name": "
|
|
5806
|
+
"name": "scene",
|
|
5806
5807
|
"type": {
|
|
5807
|
-
"text": "
|
|
5808
|
+
"text": "Scene | undefined"
|
|
5808
5809
|
},
|
|
5809
|
-
"
|
|
5810
|
+
"attribute": "scene"
|
|
5810
5811
|
},
|
|
5811
5812
|
{
|
|
5812
5813
|
"kind": "field",
|
|
5813
|
-
"name": "
|
|
5814
|
+
"name": "_valueTypes",
|
|
5814
5815
|
"type": {
|
|
5815
|
-
"text": "
|
|
5816
|
+
"text": "any"
|
|
5816
5817
|
},
|
|
5817
|
-
"
|
|
5818
|
-
"default": "false"
|
|
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
5819
|
},
|
|
5820
5820
|
{
|
|
5821
5821
|
"kind": "field",
|
|
5822
|
-
"name": "
|
|
5822
|
+
"name": "_componentIds",
|
|
5823
5823
|
"type": {
|
|
5824
|
-
"text": "
|
|
5824
|
+
"text": "{ value: string; description: string }[]"
|
|
5825
5825
|
},
|
|
5826
|
-
"
|
|
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
|
-
]
|
|
5826
|
+
"default": "[]"
|
|
5841
5827
|
},
|
|
5842
5828
|
{
|
|
5843
|
-
"kind": "
|
|
5844
|
-
"name": "
|
|
5829
|
+
"kind": "field",
|
|
5830
|
+
"name": "editor",
|
|
5831
|
+
"type": {
|
|
5832
|
+
"text": "HTMLInputElement"
|
|
5833
|
+
}
|
|
5845
5834
|
},
|
|
5846
5835
|
{
|
|
5847
|
-
"kind": "
|
|
5848
|
-
"name": "
|
|
5849
|
-
"
|
|
5850
|
-
|
|
5851
|
-
|
|
5852
|
-
"type": {
|
|
5853
|
-
"text": "MouseEvent"
|
|
5854
|
-
}
|
|
5855
|
-
}
|
|
5856
|
-
]
|
|
5836
|
+
"kind": "field",
|
|
5837
|
+
"name": "target",
|
|
5838
|
+
"type": {
|
|
5839
|
+
"text": "HTMLInputElement"
|
|
5840
|
+
}
|
|
5857
5841
|
},
|
|
5858
5842
|
{
|
|
5859
5843
|
"kind": "method",
|
|
5860
|
-
"name": "
|
|
5844
|
+
"name": "_valuetype",
|
|
5861
5845
|
"parameters": [
|
|
5862
5846
|
{
|
|
5863
|
-
"name": "
|
|
5847
|
+
"name": "property",
|
|
5864
5848
|
"type": {
|
|
5865
|
-
"text": "
|
|
5849
|
+
"text": "string"
|
|
5866
5850
|
}
|
|
5867
5851
|
}
|
|
5868
5852
|
]
|
|
5869
5853
|
},
|
|
5870
5854
|
{
|
|
5871
5855
|
"kind": "field",
|
|
5872
|
-
"name": "
|
|
5873
|
-
"
|
|
5856
|
+
"name": "_keep_saved_rule_params",
|
|
5857
|
+
"type": {
|
|
5858
|
+
"text": "boolean"
|
|
5859
|
+
},
|
|
5860
|
+
"privacy": "private",
|
|
5861
|
+
"default": "false"
|
|
5874
5862
|
},
|
|
5875
5863
|
{
|
|
5876
5864
|
"kind": "method",
|
|
5877
|
-
"name": "
|
|
5878
|
-
"parameters": [
|
|
5879
|
-
{
|
|
5880
|
-
"name": "component",
|
|
5881
|
-
"type": {
|
|
5882
|
-
"text": "Component"
|
|
5883
|
-
}
|
|
5884
|
-
}
|
|
5885
|
-
]
|
|
5865
|
+
"name": "_onChangedMapping"
|
|
5886
5866
|
},
|
|
5887
5867
|
{
|
|
5888
5868
|
"kind": "method",
|
|
5889
|
-
"name": "
|
|
5869
|
+
"name": "_onChangeRule",
|
|
5890
5870
|
"parameters": [
|
|
5891
5871
|
{
|
|
5892
|
-
"name": "
|
|
5872
|
+
"name": "e",
|
|
5893
5873
|
"type": {
|
|
5894
|
-
"text": "
|
|
5874
|
+
"text": "Event"
|
|
5895
5875
|
}
|
|
5896
5876
|
}
|
|
5897
5877
|
]
|
|
5898
5878
|
},
|
|
5899
5879
|
{
|
|
5900
5880
|
"kind": "method",
|
|
5901
|
-
"name": "
|
|
5881
|
+
"name": "_onChange",
|
|
5902
5882
|
"parameters": [
|
|
5903
5883
|
{
|
|
5904
|
-
"name": "
|
|
5884
|
+
"name": "e",
|
|
5905
5885
|
"type": {
|
|
5906
|
-
"text": "
|
|
5886
|
+
"text": "Event"
|
|
5907
5887
|
}
|
|
5908
5888
|
}
|
|
5909
5889
|
]
|
|
5910
|
-
}
|
|
5890
|
+
}
|
|
5891
|
+
],
|
|
5892
|
+
"events": [
|
|
5911
5893
|
{
|
|
5912
|
-
"
|
|
5913
|
-
"
|
|
5914
|
-
|
|
5915
|
-
|
|
5916
|
-
|
|
5917
|
-
|
|
5918
|
-
|
|
5919
|
-
}
|
|
5920
|
-
}
|
|
5921
|
-
]
|
|
5922
|
-
},
|
|
5894
|
+
"name": "value-change",
|
|
5895
|
+
"type": {
|
|
5896
|
+
"text": "CustomEvent"
|
|
5897
|
+
}
|
|
5898
|
+
}
|
|
5899
|
+
],
|
|
5900
|
+
"attributes": [
|
|
5923
5901
|
{
|
|
5924
|
-
"
|
|
5925
|
-
"
|
|
5926
|
-
|
|
5927
|
-
|
|
5928
|
-
|
|
5929
|
-
|
|
5930
|
-
"text": "Component"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"name": "append",
|
|
5935
|
-
"default": "false",
|
|
5936
|
-
"type": {
|
|
5937
|
-
"text": "boolean"
|
|
5938
|
-
}
|
|
5939
|
-
}
|
|
5940
|
-
]
|
|
5902
|
+
"name": "mapping",
|
|
5903
|
+
"type": {
|
|
5904
|
+
"text": "Mapping"
|
|
5905
|
+
},
|
|
5906
|
+
"default": "{ rule: 'value' }",
|
|
5907
|
+
"fieldName": "mapping"
|
|
5941
5908
|
},
|
|
5942
5909
|
{
|
|
5943
|
-
"
|
|
5944
|
-
"
|
|
5945
|
-
|
|
5946
|
-
"type": {
|
|
5947
|
-
"text": "boolean"
|
|
5948
|
-
}
|
|
5910
|
+
"name": "rule",
|
|
5911
|
+
"type": {
|
|
5912
|
+
"text": "Rule"
|
|
5949
5913
|
},
|
|
5950
|
-
"
|
|
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
|
-
]
|
|
5914
|
+
"default": "{}",
|
|
5915
|
+
"fieldName": "rule"
|
|
5965
5916
|
},
|
|
5966
5917
|
{
|
|
5967
|
-
"
|
|
5968
|
-
"
|
|
5969
|
-
|
|
5970
|
-
"type": {
|
|
5971
|
-
"text": "TemplateResult"
|
|
5972
|
-
}
|
|
5918
|
+
"name": "properties",
|
|
5919
|
+
"type": {
|
|
5920
|
+
"text": "Properties[]"
|
|
5973
5921
|
},
|
|
5974
|
-
"
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
"type": {
|
|
5978
|
-
"text": "Component"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
{
|
|
5982
|
-
"name": "depth",
|
|
5983
|
-
"type": {
|
|
5984
|
-
"text": "number"
|
|
5985
|
-
}
|
|
5986
|
-
}
|
|
5987
|
-
]
|
|
5988
|
-
}
|
|
5989
|
-
],
|
|
5990
|
-
"attributes": [
|
|
5922
|
+
"default": "[]",
|
|
5923
|
+
"fieldName": "properties"
|
|
5924
|
+
},
|
|
5991
5925
|
{
|
|
5992
5926
|
"name": "scene",
|
|
5993
5927
|
"type": {
|
|
@@ -6006,196 +5940,22 @@
|
|
|
6006
5940
|
"exports": [
|
|
6007
5941
|
{
|
|
6008
5942
|
"kind": "js",
|
|
6009
|
-
"name": "
|
|
5943
|
+
"name": "DataBindingMapper",
|
|
6010
5944
|
"declaration": {
|
|
6011
|
-
"name": "
|
|
6012
|
-
"module": "src/modeller/property-sidebar/
|
|
5945
|
+
"name": "DataBindingMapper",
|
|
5946
|
+
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
6013
5947
|
}
|
|
6014
5948
|
}
|
|
6015
5949
|
]
|
|
6016
5950
|
},
|
|
6017
5951
|
{
|
|
6018
5952
|
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-
|
|
5953
|
+
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
6020
5954
|
"declarations": [
|
|
6021
5955
|
{
|
|
6022
5956
|
"kind": "class",
|
|
6023
|
-
"description": "
|
|
6024
|
-
"name": "
|
|
6025
|
-
"members": [
|
|
6026
|
-
{
|
|
6027
|
-
"kind": "field",
|
|
6028
|
-
"name": "mapping",
|
|
6029
|
-
"type": {
|
|
6030
|
-
"text": "Mapping"
|
|
6031
|
-
},
|
|
6032
|
-
"default": "{ rule: 'value' }",
|
|
6033
|
-
"attribute": "mapping"
|
|
6034
|
-
},
|
|
6035
|
-
{
|
|
6036
|
-
"kind": "field",
|
|
6037
|
-
"name": "rule",
|
|
6038
|
-
"type": {
|
|
6039
|
-
"text": "Rule"
|
|
6040
|
-
},
|
|
6041
|
-
"default": "{}",
|
|
6042
|
-
"attribute": "rule"
|
|
6043
|
-
},
|
|
6044
|
-
{
|
|
6045
|
-
"kind": "field",
|
|
6046
|
-
"name": "scene",
|
|
6047
|
-
"type": {
|
|
6048
|
-
"text": "Scene | undefined"
|
|
6049
|
-
},
|
|
6050
|
-
"attribute": "scene"
|
|
6051
|
-
},
|
|
6052
|
-
{
|
|
6053
|
-
"kind": "field",
|
|
6054
|
-
"name": "_valueTypes",
|
|
6055
|
-
"type": {
|
|
6056
|
-
"text": "any"
|
|
6057
|
-
},
|
|
6058
|
-
"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' }"
|
|
6059
|
-
},
|
|
6060
|
-
{
|
|
6061
|
-
"kind": "field",
|
|
6062
|
-
"name": "_componentIds",
|
|
6063
|
-
"type": {
|
|
6064
|
-
"text": "{ value: string; description: string }[]"
|
|
6065
|
-
},
|
|
6066
|
-
"default": "[]"
|
|
6067
|
-
},
|
|
6068
|
-
{
|
|
6069
|
-
"kind": "field",
|
|
6070
|
-
"name": "editor",
|
|
6071
|
-
"type": {
|
|
6072
|
-
"text": "HTMLInputElement"
|
|
6073
|
-
}
|
|
6074
|
-
},
|
|
6075
|
-
{
|
|
6076
|
-
"kind": "field",
|
|
6077
|
-
"name": "target",
|
|
6078
|
-
"type": {
|
|
6079
|
-
"text": "HTMLInputElement"
|
|
6080
|
-
}
|
|
6081
|
-
},
|
|
6082
|
-
{
|
|
6083
|
-
"kind": "method",
|
|
6084
|
-
"name": "_valuetype",
|
|
6085
|
-
"parameters": [
|
|
6086
|
-
{
|
|
6087
|
-
"name": "property",
|
|
6088
|
-
"type": {
|
|
6089
|
-
"text": "string"
|
|
6090
|
-
}
|
|
6091
|
-
}
|
|
6092
|
-
]
|
|
6093
|
-
},
|
|
6094
|
-
{
|
|
6095
|
-
"kind": "field",
|
|
6096
|
-
"name": "_keep_saved_rule_params",
|
|
6097
|
-
"type": {
|
|
6098
|
-
"text": "boolean"
|
|
6099
|
-
},
|
|
6100
|
-
"privacy": "private",
|
|
6101
|
-
"default": "false"
|
|
6102
|
-
},
|
|
6103
|
-
{
|
|
6104
|
-
"kind": "method",
|
|
6105
|
-
"name": "_onChangedMapping"
|
|
6106
|
-
},
|
|
6107
|
-
{
|
|
6108
|
-
"kind": "method",
|
|
6109
|
-
"name": "_onChangeRule",
|
|
6110
|
-
"parameters": [
|
|
6111
|
-
{
|
|
6112
|
-
"name": "e",
|
|
6113
|
-
"type": {
|
|
6114
|
-
"text": "Event"
|
|
6115
|
-
}
|
|
6116
|
-
}
|
|
6117
|
-
]
|
|
6118
|
-
},
|
|
6119
|
-
{
|
|
6120
|
-
"kind": "method",
|
|
6121
|
-
"name": "_onChange",
|
|
6122
|
-
"parameters": [
|
|
6123
|
-
{
|
|
6124
|
-
"name": "e",
|
|
6125
|
-
"type": {
|
|
6126
|
-
"text": "Event"
|
|
6127
|
-
}
|
|
6128
|
-
}
|
|
6129
|
-
]
|
|
6130
|
-
}
|
|
6131
|
-
],
|
|
6132
|
-
"events": [
|
|
6133
|
-
{
|
|
6134
|
-
"name": "value-change",
|
|
6135
|
-
"type": {
|
|
6136
|
-
"text": "CustomEvent"
|
|
6137
|
-
}
|
|
6138
|
-
}
|
|
6139
|
-
],
|
|
6140
|
-
"attributes": [
|
|
6141
|
-
{
|
|
6142
|
-
"name": "mapping",
|
|
6143
|
-
"type": {
|
|
6144
|
-
"text": "Mapping"
|
|
6145
|
-
},
|
|
6146
|
-
"default": "{ rule: 'value' }",
|
|
6147
|
-
"fieldName": "mapping"
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"name": "rule",
|
|
6151
|
-
"type": {
|
|
6152
|
-
"text": "Rule"
|
|
6153
|
-
},
|
|
6154
|
-
"default": "{}",
|
|
6155
|
-
"fieldName": "rule"
|
|
6156
|
-
},
|
|
6157
|
-
{
|
|
6158
|
-
"name": "properties",
|
|
6159
|
-
"type": {
|
|
6160
|
-
"text": "Properties[]"
|
|
6161
|
-
},
|
|
6162
|
-
"default": "[]",
|
|
6163
|
-
"fieldName": "properties"
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"name": "scene",
|
|
6167
|
-
"type": {
|
|
6168
|
-
"text": "Scene | undefined"
|
|
6169
|
-
},
|
|
6170
|
-
"fieldName": "scene"
|
|
6171
|
-
}
|
|
6172
|
-
],
|
|
6173
|
-
"superclass": {
|
|
6174
|
-
"name": "LitElement",
|
|
6175
|
-
"package": "lit"
|
|
6176
|
-
},
|
|
6177
|
-
"customElement": true
|
|
6178
|
-
}
|
|
6179
|
-
],
|
|
6180
|
-
"exports": [
|
|
6181
|
-
{
|
|
6182
|
-
"kind": "js",
|
|
6183
|
-
"name": "DataBindingMapper",
|
|
6184
|
-
"declaration": {
|
|
6185
|
-
"name": "DataBindingMapper",
|
|
6186
|
-
"module": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts"
|
|
6187
|
-
}
|
|
6188
|
-
}
|
|
6189
|
-
]
|
|
6190
|
-
},
|
|
6191
|
-
{
|
|
6192
|
-
"kind": "javascript-module",
|
|
6193
|
-
"path": "src/modeller/property-sidebar/data-binding/data-binding-value-map.ts",
|
|
6194
|
-
"declarations": [
|
|
6195
|
-
{
|
|
6196
|
-
"kind": "class",
|
|
6197
|
-
"description": "",
|
|
6198
|
-
"name": "DataBindingValueMap",
|
|
5957
|
+
"description": "",
|
|
5958
|
+
"name": "DataBindingValueMap",
|
|
6199
5959
|
"members": [
|
|
6200
5960
|
{
|
|
6201
5961
|
"kind": "method",
|
|
@@ -7102,97 +6862,224 @@
|
|
|
7102
6862
|
},
|
|
7103
6863
|
{
|
|
7104
6864
|
"kind": "javascript-module",
|
|
7105
|
-
"path": "src/modeller/property-sidebar/
|
|
6865
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
7106
6866
|
"declarations": [
|
|
7107
6867
|
{
|
|
7108
6868
|
"kind": "class",
|
|
7109
6869
|
"description": "",
|
|
7110
|
-
"name": "
|
|
6870
|
+
"name": "SceneInspector",
|
|
7111
6871
|
"members": [
|
|
7112
6872
|
{
|
|
7113
6873
|
"kind": "field",
|
|
7114
|
-
"name": "
|
|
6874
|
+
"name": "scene",
|
|
7115
6875
|
"type": {
|
|
7116
|
-
"text": "
|
|
6876
|
+
"text": "Scene | undefined"
|
|
7117
6877
|
},
|
|
7118
|
-
"attribute": "
|
|
6878
|
+
"attribute": "scene"
|
|
7119
6879
|
},
|
|
7120
6880
|
{
|
|
7121
6881
|
"kind": "field",
|
|
7122
|
-
"name": "
|
|
6882
|
+
"name": "searchText",
|
|
7123
6883
|
"type": {
|
|
7124
|
-
"text": "
|
|
6884
|
+
"text": "string"
|
|
7125
6885
|
},
|
|
7126
|
-
"
|
|
7127
|
-
"
|
|
6886
|
+
"privacy": "private",
|
|
6887
|
+
"default": "''"
|
|
7128
6888
|
},
|
|
7129
6889
|
{
|
|
7130
6890
|
"kind": "field",
|
|
7131
|
-
"name": "
|
|
6891
|
+
"name": "_extendedMap",
|
|
7132
6892
|
"type": {
|
|
7133
6893
|
"text": "any"
|
|
7134
6894
|
},
|
|
7135
|
-
"
|
|
6895
|
+
"privacy": "private"
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"kind": "field",
|
|
6899
|
+
"name": "show",
|
|
6900
|
+
"type": {
|
|
6901
|
+
"text": "boolean"
|
|
6902
|
+
},
|
|
6903
|
+
"privacy": "private",
|
|
6904
|
+
"default": "false"
|
|
6905
|
+
},
|
|
6906
|
+
{
|
|
6907
|
+
"kind": "field",
|
|
6908
|
+
"name": "count",
|
|
6909
|
+
"type": {
|
|
6910
|
+
"text": "number"
|
|
6911
|
+
},
|
|
6912
|
+
"privacy": "private",
|
|
6913
|
+
"default": "-1"
|
|
7136
6914
|
},
|
|
7137
6915
|
{
|
|
7138
6916
|
"kind": "method",
|
|
7139
|
-
"name": "
|
|
6917
|
+
"name": "disconnectScene",
|
|
7140
6918
|
"parameters": [
|
|
7141
6919
|
{
|
|
7142
|
-
"name": "
|
|
6920
|
+
"name": "scene",
|
|
6921
|
+
"optional": true,
|
|
7143
6922
|
"type": {
|
|
7144
|
-
"text": "
|
|
6923
|
+
"text": "Scene"
|
|
7145
6924
|
}
|
|
7146
6925
|
}
|
|
7147
6926
|
]
|
|
7148
6927
|
},
|
|
7149
6928
|
{
|
|
7150
6929
|
"kind": "method",
|
|
7151
|
-
"name": "
|
|
6930
|
+
"name": "refresh"
|
|
7152
6931
|
},
|
|
7153
6932
|
{
|
|
7154
6933
|
"kind": "method",
|
|
7155
|
-
"name": "
|
|
6934
|
+
"name": "_onclick",
|
|
7156
6935
|
"parameters": [
|
|
7157
6936
|
{
|
|
7158
6937
|
"name": "e",
|
|
7159
6938
|
"type": {
|
|
7160
|
-
"text": "
|
|
6939
|
+
"text": "MouseEvent"
|
|
7161
6940
|
}
|
|
7162
6941
|
}
|
|
7163
6942
|
]
|
|
7164
|
-
}
|
|
7165
|
-
],
|
|
7166
|
-
"events": [
|
|
7167
|
-
{
|
|
7168
|
-
"name": "property-change",
|
|
7169
|
-
"type": {
|
|
7170
|
-
"text": "CustomEvent"
|
|
7171
|
-
}
|
|
7172
|
-
}
|
|
7173
|
-
],
|
|
7174
|
-
"attributes": [
|
|
6943
|
+
},
|
|
7175
6944
|
{
|
|
7176
|
-
"
|
|
7177
|
-
"
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
|
|
6945
|
+
"kind": "method",
|
|
6946
|
+
"name": "_ondblclick",
|
|
6947
|
+
"parameters": [
|
|
6948
|
+
{
|
|
6949
|
+
"name": "e",
|
|
6950
|
+
"type": {
|
|
6951
|
+
"text": "MouseEvent"
|
|
6952
|
+
}
|
|
6953
|
+
}
|
|
6954
|
+
]
|
|
7181
6955
|
},
|
|
7182
6956
|
{
|
|
7183
|
-
"
|
|
7184
|
-
"
|
|
7185
|
-
|
|
7186
|
-
},
|
|
7187
|
-
"default": "[]",
|
|
7188
|
-
"fieldName": "props"
|
|
6957
|
+
"kind": "field",
|
|
6958
|
+
"name": "extendedMap",
|
|
6959
|
+
"readonly": true
|
|
7189
6960
|
},
|
|
7190
6961
|
{
|
|
7191
|
-
"
|
|
7192
|
-
"
|
|
7193
|
-
|
|
7194
|
-
|
|
7195
|
-
|
|
6962
|
+
"kind": "method",
|
|
6963
|
+
"name": "getNodeHandleClass",
|
|
6964
|
+
"parameters": [
|
|
6965
|
+
{
|
|
6966
|
+
"name": "component",
|
|
6967
|
+
"type": {
|
|
6968
|
+
"text": "Component"
|
|
6969
|
+
}
|
|
6970
|
+
}
|
|
6971
|
+
]
|
|
6972
|
+
},
|
|
6973
|
+
{
|
|
6974
|
+
"kind": "method",
|
|
6975
|
+
"name": "isExtended",
|
|
6976
|
+
"parameters": [
|
|
6977
|
+
{
|
|
6978
|
+
"name": "component",
|
|
6979
|
+
"type": {
|
|
6980
|
+
"text": "Component"
|
|
6981
|
+
}
|
|
6982
|
+
}
|
|
6983
|
+
]
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"kind": "method",
|
|
6987
|
+
"name": "toggleExtended",
|
|
6988
|
+
"parameters": [
|
|
6989
|
+
{
|
|
6990
|
+
"name": "component",
|
|
6991
|
+
"type": {
|
|
6992
|
+
"text": "Component"
|
|
6993
|
+
}
|
|
6994
|
+
}
|
|
6995
|
+
]
|
|
6996
|
+
},
|
|
6997
|
+
{
|
|
6998
|
+
"kind": "method",
|
|
6999
|
+
"name": "toggleHidden",
|
|
7000
|
+
"parameters": [
|
|
7001
|
+
{
|
|
7002
|
+
"name": "component",
|
|
7003
|
+
"type": {
|
|
7004
|
+
"text": "Component"
|
|
7005
|
+
}
|
|
7006
|
+
}
|
|
7007
|
+
]
|
|
7008
|
+
},
|
|
7009
|
+
{
|
|
7010
|
+
"kind": "method",
|
|
7011
|
+
"name": "selectComponent",
|
|
7012
|
+
"parameters": [
|
|
7013
|
+
{
|
|
7014
|
+
"name": "component",
|
|
7015
|
+
"type": {
|
|
7016
|
+
"text": "Component"
|
|
7017
|
+
}
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
"name": "append",
|
|
7021
|
+
"default": "false",
|
|
7022
|
+
"type": {
|
|
7023
|
+
"text": "boolean"
|
|
7024
|
+
}
|
|
7025
|
+
}
|
|
7026
|
+
]
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"kind": "method",
|
|
7030
|
+
"name": "shouldBeShown",
|
|
7031
|
+
"return": {
|
|
7032
|
+
"type": {
|
|
7033
|
+
"text": "boolean"
|
|
7034
|
+
}
|
|
7035
|
+
},
|
|
7036
|
+
"parameters": [
|
|
7037
|
+
{
|
|
7038
|
+
"name": "component",
|
|
7039
|
+
"type": {
|
|
7040
|
+
"text": "Component"
|
|
7041
|
+
}
|
|
7042
|
+
},
|
|
7043
|
+
{
|
|
7044
|
+
"name": "counting",
|
|
7045
|
+
"default": "false",
|
|
7046
|
+
"type": {
|
|
7047
|
+
"text": "boolean"
|
|
7048
|
+
}
|
|
7049
|
+
}
|
|
7050
|
+
]
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"kind": "method",
|
|
7054
|
+
"name": "renderComponent",
|
|
7055
|
+
"return": {
|
|
7056
|
+
"type": {
|
|
7057
|
+
"text": "TemplateResult"
|
|
7058
|
+
}
|
|
7059
|
+
},
|
|
7060
|
+
"parameters": [
|
|
7061
|
+
{
|
|
7062
|
+
"name": "component",
|
|
7063
|
+
"type": {
|
|
7064
|
+
"text": "Component"
|
|
7065
|
+
}
|
|
7066
|
+
},
|
|
7067
|
+
{
|
|
7068
|
+
"name": "depth",
|
|
7069
|
+
"type": {
|
|
7070
|
+
"text": "number"
|
|
7071
|
+
}
|
|
7072
|
+
}
|
|
7073
|
+
]
|
|
7074
|
+
}
|
|
7075
|
+
],
|
|
7076
|
+
"attributes": [
|
|
7077
|
+
{
|
|
7078
|
+
"name": "scene",
|
|
7079
|
+
"type": {
|
|
7080
|
+
"text": "Scene | undefined"
|
|
7081
|
+
},
|
|
7082
|
+
"fieldName": "scene"
|
|
7196
7083
|
}
|
|
7197
7084
|
],
|
|
7198
7085
|
"superclass": {
|
|
@@ -7205,39 +7092,60 @@
|
|
|
7205
7092
|
"exports": [
|
|
7206
7093
|
{
|
|
7207
7094
|
"kind": "js",
|
|
7208
|
-
"name": "
|
|
7095
|
+
"name": "SceneInspector",
|
|
7209
7096
|
"declaration": {
|
|
7210
|
-
"name": "
|
|
7211
|
-
"module": "src/modeller/property-sidebar/
|
|
7097
|
+
"name": "SceneInspector",
|
|
7098
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
7212
7099
|
}
|
|
7213
7100
|
}
|
|
7214
7101
|
]
|
|
7215
7102
|
},
|
|
7216
7103
|
{
|
|
7217
7104
|
"kind": "javascript-module",
|
|
7218
|
-
"path": "src/modeller/property-sidebar/
|
|
7105
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7106
|
+
"declarations": [
|
|
7107
|
+
{
|
|
7108
|
+
"kind": "variable",
|
|
7109
|
+
"name": "BoxPaddingEditorStyles",
|
|
7110
|
+
"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; } `"
|
|
7111
|
+
}
|
|
7112
|
+
],
|
|
7113
|
+
"exports": [
|
|
7114
|
+
{
|
|
7115
|
+
"kind": "js",
|
|
7116
|
+
"name": "BoxPaddingEditorStyles",
|
|
7117
|
+
"declaration": {
|
|
7118
|
+
"name": "BoxPaddingEditorStyles",
|
|
7119
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
7120
|
+
}
|
|
7121
|
+
}
|
|
7122
|
+
]
|
|
7123
|
+
},
|
|
7124
|
+
{
|
|
7125
|
+
"kind": "javascript-module",
|
|
7126
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
7219
7127
|
"declarations": [
|
|
7220
7128
|
{
|
|
7221
7129
|
"kind": "class",
|
|
7222
7130
|
"description": "",
|
|
7223
|
-
"name": "
|
|
7131
|
+
"name": "PropertyShapes",
|
|
7224
7132
|
"members": [
|
|
7225
7133
|
{
|
|
7226
7134
|
"kind": "field",
|
|
7227
7135
|
"name": "value",
|
|
7228
7136
|
"type": {
|
|
7229
|
-
"text": "
|
|
7137
|
+
"text": "Properties | undefined"
|
|
7230
7138
|
},
|
|
7231
7139
|
"attribute": "value"
|
|
7232
7140
|
},
|
|
7233
7141
|
{
|
|
7234
7142
|
"kind": "field",
|
|
7235
|
-
"name": "
|
|
7143
|
+
"name": "bounds",
|
|
7236
7144
|
"type": {
|
|
7237
|
-
"text": "
|
|
7145
|
+
"text": "BOUNDS | null"
|
|
7238
7146
|
},
|
|
7239
7147
|
"default": "null",
|
|
7240
|
-
"attribute": "
|
|
7148
|
+
"attribute": "bounds"
|
|
7241
7149
|
},
|
|
7242
7150
|
{
|
|
7243
7151
|
"kind": "field",
|
|
@@ -7248,38 +7156,6 @@
|
|
|
7248
7156
|
"default": "[]",
|
|
7249
7157
|
"attribute": "selected"
|
|
7250
7158
|
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "field",
|
|
7253
|
-
"name": "props",
|
|
7254
|
-
"type": {
|
|
7255
|
-
"text": "any[]"
|
|
7256
|
-
},
|
|
7257
|
-
"default": "[]",
|
|
7258
|
-
"attribute": "props"
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"kind": "field",
|
|
7262
|
-
"name": "propertyEditor",
|
|
7263
|
-
"type": {
|
|
7264
|
-
"text": "any[]"
|
|
7265
|
-
},
|
|
7266
|
-
"default": "[]",
|
|
7267
|
-
"attribute": "propertyEditor"
|
|
7268
|
-
},
|
|
7269
|
-
{
|
|
7270
|
-
"kind": "field",
|
|
7271
|
-
"name": "boundINeedSelected",
|
|
7272
|
-
"type": {
|
|
7273
|
-
"text": "any"
|
|
7274
|
-
},
|
|
7275
|
-
"privacy": "private"
|
|
7276
|
-
},
|
|
7277
|
-
{
|
|
7278
|
-
"kind": "field",
|
|
7279
|
-
"name": "scopedElements",
|
|
7280
|
-
"static": true,
|
|
7281
|
-
"readonly": true
|
|
7282
|
-
},
|
|
7283
7159
|
{
|
|
7284
7160
|
"kind": "method",
|
|
7285
7161
|
"name": "_onValueChange",
|
|
@@ -7296,6 +7172,30 @@
|
|
|
7296
7172
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7297
7173
|
}
|
|
7298
7174
|
},
|
|
7175
|
+
{
|
|
7176
|
+
"kind": "method",
|
|
7177
|
+
"name": "_hasTextProperty",
|
|
7178
|
+
"parameters": [
|
|
7179
|
+
{
|
|
7180
|
+
"name": "selected",
|
|
7181
|
+
"type": {
|
|
7182
|
+
"text": "Component[]"
|
|
7183
|
+
}
|
|
7184
|
+
}
|
|
7185
|
+
]
|
|
7186
|
+
},
|
|
7187
|
+
{
|
|
7188
|
+
"kind": "method",
|
|
7189
|
+
"name": "_hasProperties",
|
|
7190
|
+
"parameters": [
|
|
7191
|
+
{
|
|
7192
|
+
"name": "selected",
|
|
7193
|
+
"type": {
|
|
7194
|
+
"text": "Component[]"
|
|
7195
|
+
}
|
|
7196
|
+
}
|
|
7197
|
+
]
|
|
7198
|
+
},
|
|
7299
7199
|
{
|
|
7300
7200
|
"kind": "method",
|
|
7301
7201
|
"name": "_isIdentifiable",
|
|
@@ -7310,7 +7210,7 @@
|
|
|
7310
7210
|
},
|
|
7311
7211
|
{
|
|
7312
7212
|
"kind": "method",
|
|
7313
|
-
"name": "
|
|
7213
|
+
"name": "_isClassIdentifiable",
|
|
7314
7214
|
"parameters": [
|
|
7315
7215
|
{
|
|
7316
7216
|
"name": "selected",
|
|
@@ -7322,12 +7222,24 @@
|
|
|
7322
7222
|
},
|
|
7323
7223
|
{
|
|
7324
7224
|
"kind": "method",
|
|
7325
|
-
"name": "
|
|
7225
|
+
"name": "_isLine",
|
|
7326
7226
|
"parameters": [
|
|
7327
7227
|
{
|
|
7328
|
-
"name": "
|
|
7228
|
+
"name": "selected",
|
|
7329
7229
|
"type": {
|
|
7330
|
-
"text": "
|
|
7230
|
+
"text": "Component[]"
|
|
7231
|
+
}
|
|
7232
|
+
}
|
|
7233
|
+
]
|
|
7234
|
+
},
|
|
7235
|
+
{
|
|
7236
|
+
"kind": "method",
|
|
7237
|
+
"name": "_is3dish",
|
|
7238
|
+
"parameters": [
|
|
7239
|
+
{
|
|
7240
|
+
"name": "selected",
|
|
7241
|
+
"type": {
|
|
7242
|
+
"text": "Component[]"
|
|
7331
7243
|
}
|
|
7332
7244
|
}
|
|
7333
7245
|
]
|
|
@@ -7371,21 +7283,39 @@
|
|
|
7371
7283
|
}
|
|
7372
7284
|
}
|
|
7373
7285
|
],
|
|
7286
|
+
"events": [
|
|
7287
|
+
{
|
|
7288
|
+
"name": "bounds-change",
|
|
7289
|
+
"type": {
|
|
7290
|
+
"text": "CustomEvent"
|
|
7291
|
+
}
|
|
7292
|
+
},
|
|
7293
|
+
{
|
|
7294
|
+
"name": "property-change",
|
|
7295
|
+
"type": {
|
|
7296
|
+
"text": "CustomEvent"
|
|
7297
|
+
},
|
|
7298
|
+
"inheritedFrom": {
|
|
7299
|
+
"name": "AbstractProperty",
|
|
7300
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7301
|
+
}
|
|
7302
|
+
}
|
|
7303
|
+
],
|
|
7374
7304
|
"attributes": [
|
|
7375
7305
|
{
|
|
7376
7306
|
"name": "value",
|
|
7377
7307
|
"type": {
|
|
7378
|
-
"text": "
|
|
7308
|
+
"text": "Properties | undefined"
|
|
7379
7309
|
},
|
|
7380
7310
|
"fieldName": "value"
|
|
7381
7311
|
},
|
|
7382
7312
|
{
|
|
7383
|
-
"name": "
|
|
7313
|
+
"name": "bounds",
|
|
7384
7314
|
"type": {
|
|
7385
|
-
"text": "
|
|
7315
|
+
"text": "BOUNDS | null"
|
|
7386
7316
|
},
|
|
7387
7317
|
"default": "null",
|
|
7388
|
-
"fieldName": "
|
|
7318
|
+
"fieldName": "bounds"
|
|
7389
7319
|
},
|
|
7390
7320
|
{
|
|
7391
7321
|
"name": "selected",
|
|
@@ -7394,55 +7324,21 @@
|
|
|
7394
7324
|
},
|
|
7395
7325
|
"default": "[]",
|
|
7396
7326
|
"fieldName": "selected"
|
|
7397
|
-
},
|
|
7398
|
-
{
|
|
7399
|
-
"name": "props",
|
|
7400
|
-
"type": {
|
|
7401
|
-
"text": "any[]"
|
|
7402
|
-
},
|
|
7403
|
-
"default": "[]",
|
|
7404
|
-
"fieldName": "props"
|
|
7405
|
-
},
|
|
7406
|
-
{
|
|
7407
|
-
"name": "propertyEditor",
|
|
7408
|
-
"type": {
|
|
7409
|
-
"text": "any[]"
|
|
7410
|
-
},
|
|
7411
|
-
"default": "[]",
|
|
7412
|
-
"fieldName": "propertyEditor"
|
|
7413
|
-
}
|
|
7414
|
-
],
|
|
7415
|
-
"mixins": [
|
|
7416
|
-
{
|
|
7417
|
-
"name": "ScopedElementsMixin",
|
|
7418
|
-
"package": "@open-wc/scoped-elements"
|
|
7419
7327
|
}
|
|
7420
7328
|
],
|
|
7421
7329
|
"superclass": {
|
|
7422
7330
|
"name": "AbstractProperty",
|
|
7423
7331
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7424
|
-
}
|
|
7425
|
-
"events": [
|
|
7426
|
-
{
|
|
7427
|
-
"name": "property-change",
|
|
7428
|
-
"type": {
|
|
7429
|
-
"text": "CustomEvent"
|
|
7430
|
-
},
|
|
7431
|
-
"inheritedFrom": {
|
|
7432
|
-
"name": "AbstractProperty",
|
|
7433
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7434
|
-
}
|
|
7435
|
-
}
|
|
7436
|
-
]
|
|
7332
|
+
}
|
|
7437
7333
|
}
|
|
7438
7334
|
],
|
|
7439
7335
|
"exports": [
|
|
7440
7336
|
{
|
|
7441
7337
|
"kind": "js",
|
|
7442
|
-
"name": "
|
|
7338
|
+
"name": "PropertyShapes",
|
|
7443
7339
|
"declaration": {
|
|
7444
|
-
"name": "
|
|
7445
|
-
"module": "src/modeller/property-sidebar/
|
|
7340
|
+
"name": "PropertyShapes",
|
|
7341
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
7446
7342
|
}
|
|
7447
7343
|
}
|
|
7448
7344
|
]
|
|
@@ -7521,40 +7417,166 @@
|
|
|
7521
7417
|
},
|
|
7522
7418
|
{
|
|
7523
7419
|
"kind": "method",
|
|
7524
|
-
"name": "_getValueFromEventTarget",
|
|
7420
|
+
"name": "_getValueFromEventTarget",
|
|
7421
|
+
"parameters": [
|
|
7422
|
+
{
|
|
7423
|
+
"name": "element",
|
|
7424
|
+
"type": {
|
|
7425
|
+
"text": "HTMLElement"
|
|
7426
|
+
}
|
|
7427
|
+
}
|
|
7428
|
+
],
|
|
7429
|
+
"inheritedFrom": {
|
|
7430
|
+
"name": "AbstractProperty",
|
|
7431
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7432
|
+
}
|
|
7433
|
+
},
|
|
7434
|
+
{
|
|
7435
|
+
"kind": "method",
|
|
7436
|
+
"name": "_onAfterValueChange",
|
|
7437
|
+
"parameters": [
|
|
7438
|
+
{
|
|
7439
|
+
"name": "key",
|
|
7440
|
+
"type": {
|
|
7441
|
+
"text": "string"
|
|
7442
|
+
}
|
|
7443
|
+
},
|
|
7444
|
+
{
|
|
7445
|
+
"name": "value",
|
|
7446
|
+
"type": {
|
|
7447
|
+
"text": "any"
|
|
7448
|
+
}
|
|
7449
|
+
}
|
|
7450
|
+
],
|
|
7451
|
+
"inheritedFrom": {
|
|
7452
|
+
"name": "AbstractProperty",
|
|
7453
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7454
|
+
}
|
|
7455
|
+
}
|
|
7456
|
+
],
|
|
7457
|
+
"attributes": [
|
|
7458
|
+
{
|
|
7459
|
+
"name": "value",
|
|
7460
|
+
"type": {
|
|
7461
|
+
"text": "any"
|
|
7462
|
+
},
|
|
7463
|
+
"default": "{}",
|
|
7464
|
+
"fieldName": "value"
|
|
7465
|
+
},
|
|
7466
|
+
{
|
|
7467
|
+
"name": "selected",
|
|
7468
|
+
"type": {
|
|
7469
|
+
"text": "Component[]"
|
|
7470
|
+
},
|
|
7471
|
+
"default": "[]",
|
|
7472
|
+
"fieldName": "selected"
|
|
7473
|
+
},
|
|
7474
|
+
{
|
|
7475
|
+
"name": "fonts",
|
|
7476
|
+
"type": {
|
|
7477
|
+
"text": "any[]"
|
|
7478
|
+
},
|
|
7479
|
+
"default": "[]",
|
|
7480
|
+
"fieldName": "fonts"
|
|
7481
|
+
}
|
|
7482
|
+
],
|
|
7483
|
+
"superclass": {
|
|
7484
|
+
"name": "AbstractProperty",
|
|
7485
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
7486
|
+
},
|
|
7487
|
+
"events": [
|
|
7488
|
+
{
|
|
7489
|
+
"name": "property-change",
|
|
7490
|
+
"type": {
|
|
7491
|
+
"text": "CustomEvent"
|
|
7492
|
+
},
|
|
7493
|
+
"inheritedFrom": {
|
|
7494
|
+
"name": "AbstractProperty",
|
|
7495
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7496
|
+
}
|
|
7497
|
+
}
|
|
7498
|
+
]
|
|
7499
|
+
}
|
|
7500
|
+
],
|
|
7501
|
+
"exports": [
|
|
7502
|
+
{
|
|
7503
|
+
"kind": "js",
|
|
7504
|
+
"name": "PropertyStyles",
|
|
7505
|
+
"declaration": {
|
|
7506
|
+
"name": "PropertyStyles",
|
|
7507
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7508
|
+
}
|
|
7509
|
+
}
|
|
7510
|
+
]
|
|
7511
|
+
},
|
|
7512
|
+
{
|
|
7513
|
+
"kind": "javascript-module",
|
|
7514
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
7515
|
+
"declarations": [
|
|
7516
|
+
{
|
|
7517
|
+
"kind": "class",
|
|
7518
|
+
"description": "",
|
|
7519
|
+
"name": "SpecificPropertiesBuilder",
|
|
7520
|
+
"members": [
|
|
7521
|
+
{
|
|
7522
|
+
"kind": "field",
|
|
7523
|
+
"name": "value",
|
|
7524
|
+
"type": {
|
|
7525
|
+
"text": "any"
|
|
7526
|
+
},
|
|
7527
|
+
"attribute": "value"
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"kind": "field",
|
|
7531
|
+
"name": "props",
|
|
7532
|
+
"type": {
|
|
7533
|
+
"text": "any[]"
|
|
7534
|
+
},
|
|
7535
|
+
"default": "[]",
|
|
7536
|
+
"attribute": "props"
|
|
7537
|
+
},
|
|
7538
|
+
{
|
|
7539
|
+
"kind": "field",
|
|
7540
|
+
"name": "propertyEditor",
|
|
7541
|
+
"type": {
|
|
7542
|
+
"text": "any"
|
|
7543
|
+
},
|
|
7544
|
+
"attribute": "propertyEditor"
|
|
7545
|
+
},
|
|
7546
|
+
{
|
|
7547
|
+
"kind": "method",
|
|
7548
|
+
"name": "_onPropsChanged",
|
|
7525
7549
|
"parameters": [
|
|
7526
7550
|
{
|
|
7527
|
-
"name": "
|
|
7551
|
+
"name": "props",
|
|
7528
7552
|
"type": {
|
|
7529
|
-
"text": "
|
|
7553
|
+
"text": "any[]"
|
|
7530
7554
|
}
|
|
7531
7555
|
}
|
|
7532
|
-
]
|
|
7533
|
-
"inheritedFrom": {
|
|
7534
|
-
"name": "AbstractProperty",
|
|
7535
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7536
|
-
}
|
|
7556
|
+
]
|
|
7537
7557
|
},
|
|
7538
7558
|
{
|
|
7539
7559
|
"kind": "method",
|
|
7540
|
-
"name": "
|
|
7560
|
+
"name": "_setValues"
|
|
7561
|
+
},
|
|
7562
|
+
{
|
|
7563
|
+
"kind": "method",
|
|
7564
|
+
"name": "_onValueChanged",
|
|
7541
7565
|
"parameters": [
|
|
7542
7566
|
{
|
|
7543
|
-
"name": "
|
|
7544
|
-
"type": {
|
|
7545
|
-
"text": "string"
|
|
7546
|
-
}
|
|
7547
|
-
},
|
|
7548
|
-
{
|
|
7549
|
-
"name": "value",
|
|
7567
|
+
"name": "e",
|
|
7550
7568
|
"type": {
|
|
7551
|
-
"text": "
|
|
7569
|
+
"text": "Event"
|
|
7552
7570
|
}
|
|
7553
7571
|
}
|
|
7554
|
-
]
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7572
|
+
]
|
|
7573
|
+
}
|
|
7574
|
+
],
|
|
7575
|
+
"events": [
|
|
7576
|
+
{
|
|
7577
|
+
"name": "property-change",
|
|
7578
|
+
"type": {
|
|
7579
|
+
"text": "CustomEvent"
|
|
7558
7580
|
}
|
|
7559
7581
|
}
|
|
7560
7582
|
],
|
|
@@ -7564,101 +7586,67 @@
|
|
|
7564
7586
|
"type": {
|
|
7565
7587
|
"text": "any"
|
|
7566
7588
|
},
|
|
7567
|
-
"default": "{}",
|
|
7568
7589
|
"fieldName": "value"
|
|
7569
7590
|
},
|
|
7570
7591
|
{
|
|
7571
|
-
"name": "
|
|
7592
|
+
"name": "props",
|
|
7572
7593
|
"type": {
|
|
7573
|
-
"text": "
|
|
7594
|
+
"text": "any[]"
|
|
7574
7595
|
},
|
|
7575
7596
|
"default": "[]",
|
|
7576
|
-
"fieldName": "
|
|
7597
|
+
"fieldName": "props"
|
|
7577
7598
|
},
|
|
7578
7599
|
{
|
|
7579
|
-
"name": "
|
|
7600
|
+
"name": "propertyEditor",
|
|
7580
7601
|
"type": {
|
|
7581
|
-
"text": "any
|
|
7602
|
+
"text": "any"
|
|
7582
7603
|
},
|
|
7583
|
-
"
|
|
7584
|
-
"fieldName": "fonts"
|
|
7604
|
+
"fieldName": "propertyEditor"
|
|
7585
7605
|
}
|
|
7586
7606
|
],
|
|
7587
7607
|
"superclass": {
|
|
7588
|
-
"name": "
|
|
7589
|
-
"
|
|
7608
|
+
"name": "LitElement",
|
|
7609
|
+
"package": "lit"
|
|
7590
7610
|
},
|
|
7591
|
-
"
|
|
7592
|
-
{
|
|
7593
|
-
"name": "property-change",
|
|
7594
|
-
"type": {
|
|
7595
|
-
"text": "CustomEvent"
|
|
7596
|
-
},
|
|
7597
|
-
"inheritedFrom": {
|
|
7598
|
-
"name": "AbstractProperty",
|
|
7599
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7600
|
-
}
|
|
7601
|
-
}
|
|
7602
|
-
]
|
|
7603
|
-
}
|
|
7604
|
-
],
|
|
7605
|
-
"exports": [
|
|
7606
|
-
{
|
|
7607
|
-
"kind": "js",
|
|
7608
|
-
"name": "PropertyStyles",
|
|
7609
|
-
"declaration": {
|
|
7610
|
-
"name": "PropertyStyles",
|
|
7611
|
-
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
7612
|
-
}
|
|
7613
|
-
}
|
|
7614
|
-
]
|
|
7615
|
-
},
|
|
7616
|
-
{
|
|
7617
|
-
"kind": "javascript-module",
|
|
7618
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
7619
|
-
"declarations": [
|
|
7620
|
-
{
|
|
7621
|
-
"kind": "variable",
|
|
7622
|
-
"name": "BoxPaddingEditorStyles",
|
|
7623
|
-
"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; } `"
|
|
7611
|
+
"customElement": true
|
|
7624
7612
|
}
|
|
7625
7613
|
],
|
|
7626
7614
|
"exports": [
|
|
7627
7615
|
{
|
|
7628
7616
|
"kind": "js",
|
|
7629
|
-
"name": "
|
|
7617
|
+
"name": "SpecificPropertiesBuilder",
|
|
7630
7618
|
"declaration": {
|
|
7631
|
-
"name": "
|
|
7632
|
-
"module": "src/modeller/property-sidebar/
|
|
7619
|
+
"name": "SpecificPropertiesBuilder",
|
|
7620
|
+
"module": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts"
|
|
7633
7621
|
}
|
|
7634
7622
|
}
|
|
7635
7623
|
]
|
|
7636
7624
|
},
|
|
7637
7625
|
{
|
|
7638
7626
|
"kind": "javascript-module",
|
|
7639
|
-
"path": "src/modeller/property-sidebar/
|
|
7627
|
+
"path": "src/modeller/property-sidebar/specifics/specifics.ts",
|
|
7640
7628
|
"declarations": [
|
|
7641
7629
|
{
|
|
7642
7630
|
"kind": "class",
|
|
7643
7631
|
"description": "",
|
|
7644
|
-
"name": "
|
|
7632
|
+
"name": "PropertySpecific",
|
|
7645
7633
|
"members": [
|
|
7646
7634
|
{
|
|
7647
7635
|
"kind": "field",
|
|
7648
7636
|
"name": "value",
|
|
7649
7637
|
"type": {
|
|
7650
|
-
"text": "
|
|
7638
|
+
"text": "any"
|
|
7651
7639
|
},
|
|
7652
7640
|
"attribute": "value"
|
|
7653
7641
|
},
|
|
7654
7642
|
{
|
|
7655
7643
|
"kind": "field",
|
|
7656
|
-
"name": "
|
|
7644
|
+
"name": "scene",
|
|
7657
7645
|
"type": {
|
|
7658
|
-
"text": "
|
|
7646
|
+
"text": "Scene | null"
|
|
7659
7647
|
},
|
|
7660
7648
|
"default": "null",
|
|
7661
|
-
"attribute": "
|
|
7649
|
+
"attribute": "scene"
|
|
7662
7650
|
},
|
|
7663
7651
|
{
|
|
7664
7652
|
"kind": "field",
|
|
@@ -7669,6 +7657,38 @@
|
|
|
7669
7657
|
"default": "[]",
|
|
7670
7658
|
"attribute": "selected"
|
|
7671
7659
|
},
|
|
7660
|
+
{
|
|
7661
|
+
"kind": "field",
|
|
7662
|
+
"name": "props",
|
|
7663
|
+
"type": {
|
|
7664
|
+
"text": "any[]"
|
|
7665
|
+
},
|
|
7666
|
+
"default": "[]",
|
|
7667
|
+
"attribute": "props"
|
|
7668
|
+
},
|
|
7669
|
+
{
|
|
7670
|
+
"kind": "field",
|
|
7671
|
+
"name": "propertyEditor",
|
|
7672
|
+
"type": {
|
|
7673
|
+
"text": "any[]"
|
|
7674
|
+
},
|
|
7675
|
+
"default": "[]",
|
|
7676
|
+
"attribute": "propertyEditor"
|
|
7677
|
+
},
|
|
7678
|
+
{
|
|
7679
|
+
"kind": "field",
|
|
7680
|
+
"name": "boundINeedSelected",
|
|
7681
|
+
"type": {
|
|
7682
|
+
"text": "any"
|
|
7683
|
+
},
|
|
7684
|
+
"privacy": "private"
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"kind": "field",
|
|
7688
|
+
"name": "scopedElements",
|
|
7689
|
+
"static": true,
|
|
7690
|
+
"readonly": true
|
|
7691
|
+
},
|
|
7672
7692
|
{
|
|
7673
7693
|
"kind": "method",
|
|
7674
7694
|
"name": "_onValueChange",
|
|
@@ -7685,30 +7705,6 @@
|
|
|
7685
7705
|
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7686
7706
|
}
|
|
7687
7707
|
},
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "method",
|
|
7690
|
-
"name": "_hasTextProperty",
|
|
7691
|
-
"parameters": [
|
|
7692
|
-
{
|
|
7693
|
-
"name": "selected",
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "Component[]"
|
|
7696
|
-
}
|
|
7697
|
-
}
|
|
7698
|
-
]
|
|
7699
|
-
},
|
|
7700
|
-
{
|
|
7701
|
-
"kind": "method",
|
|
7702
|
-
"name": "_hasProperties",
|
|
7703
|
-
"parameters": [
|
|
7704
|
-
{
|
|
7705
|
-
"name": "selected",
|
|
7706
|
-
"type": {
|
|
7707
|
-
"text": "Component[]"
|
|
7708
|
-
}
|
|
7709
|
-
}
|
|
7710
|
-
]
|
|
7711
|
-
},
|
|
7712
7708
|
{
|
|
7713
7709
|
"kind": "method",
|
|
7714
7710
|
"name": "_isIdentifiable",
|
|
@@ -7723,19 +7719,7 @@
|
|
|
7723
7719
|
},
|
|
7724
7720
|
{
|
|
7725
7721
|
"kind": "method",
|
|
7726
|
-
"name": "
|
|
7727
|
-
"parameters": [
|
|
7728
|
-
{
|
|
7729
|
-
"name": "selected",
|
|
7730
|
-
"type": {
|
|
7731
|
-
"text": "Component[]"
|
|
7732
|
-
}
|
|
7733
|
-
}
|
|
7734
|
-
]
|
|
7735
|
-
},
|
|
7736
|
-
{
|
|
7737
|
-
"kind": "method",
|
|
7738
|
-
"name": "_isLine",
|
|
7722
|
+
"name": "_hasTextProperty",
|
|
7739
7723
|
"parameters": [
|
|
7740
7724
|
{
|
|
7741
7725
|
"name": "selected",
|
|
@@ -7747,12 +7731,12 @@
|
|
|
7747
7731
|
},
|
|
7748
7732
|
{
|
|
7749
7733
|
"kind": "method",
|
|
7750
|
-
"name": "
|
|
7734
|
+
"name": "_onINeedSelected",
|
|
7751
7735
|
"parameters": [
|
|
7752
7736
|
{
|
|
7753
|
-
"name": "
|
|
7737
|
+
"name": "e",
|
|
7754
7738
|
"type": {
|
|
7755
|
-
"text": "
|
|
7739
|
+
"text": "CustomEvent"
|
|
7756
7740
|
}
|
|
7757
7741
|
}
|
|
7758
7742
|
]
|
|
@@ -7796,39 +7780,21 @@
|
|
|
7796
7780
|
}
|
|
7797
7781
|
}
|
|
7798
7782
|
],
|
|
7799
|
-
"events": [
|
|
7800
|
-
{
|
|
7801
|
-
"name": "bounds-change",
|
|
7802
|
-
"type": {
|
|
7803
|
-
"text": "CustomEvent"
|
|
7804
|
-
}
|
|
7805
|
-
},
|
|
7806
|
-
{
|
|
7807
|
-
"name": "property-change",
|
|
7808
|
-
"type": {
|
|
7809
|
-
"text": "CustomEvent"
|
|
7810
|
-
},
|
|
7811
|
-
"inheritedFrom": {
|
|
7812
|
-
"name": "AbstractProperty",
|
|
7813
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7814
|
-
}
|
|
7815
|
-
}
|
|
7816
|
-
],
|
|
7817
7783
|
"attributes": [
|
|
7818
7784
|
{
|
|
7819
7785
|
"name": "value",
|
|
7820
7786
|
"type": {
|
|
7821
|
-
"text": "
|
|
7787
|
+
"text": "any"
|
|
7822
7788
|
},
|
|
7823
7789
|
"fieldName": "value"
|
|
7824
7790
|
},
|
|
7825
7791
|
{
|
|
7826
|
-
"name": "
|
|
7792
|
+
"name": "scene",
|
|
7827
7793
|
"type": {
|
|
7828
|
-
"text": "
|
|
7794
|
+
"text": "Scene | null"
|
|
7829
7795
|
},
|
|
7830
7796
|
"default": "null",
|
|
7831
|
-
"fieldName": "
|
|
7797
|
+
"fieldName": "scene"
|
|
7832
7798
|
},
|
|
7833
7799
|
{
|
|
7834
7800
|
"name": "selected",
|
|
@@ -7837,21 +7803,55 @@
|
|
|
7837
7803
|
},
|
|
7838
7804
|
"default": "[]",
|
|
7839
7805
|
"fieldName": "selected"
|
|
7806
|
+
},
|
|
7807
|
+
{
|
|
7808
|
+
"name": "props",
|
|
7809
|
+
"type": {
|
|
7810
|
+
"text": "any[]"
|
|
7811
|
+
},
|
|
7812
|
+
"default": "[]",
|
|
7813
|
+
"fieldName": "props"
|
|
7814
|
+
},
|
|
7815
|
+
{
|
|
7816
|
+
"name": "propertyEditor",
|
|
7817
|
+
"type": {
|
|
7818
|
+
"text": "any[]"
|
|
7819
|
+
},
|
|
7820
|
+
"default": "[]",
|
|
7821
|
+
"fieldName": "propertyEditor"
|
|
7822
|
+
}
|
|
7823
|
+
],
|
|
7824
|
+
"mixins": [
|
|
7825
|
+
{
|
|
7826
|
+
"name": "ScopedElementsMixin",
|
|
7827
|
+
"package": "@open-wc/scoped-elements"
|
|
7840
7828
|
}
|
|
7841
7829
|
],
|
|
7842
7830
|
"superclass": {
|
|
7843
7831
|
"name": "AbstractProperty",
|
|
7844
7832
|
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
7845
|
-
}
|
|
7833
|
+
},
|
|
7834
|
+
"events": [
|
|
7835
|
+
{
|
|
7836
|
+
"name": "property-change",
|
|
7837
|
+
"type": {
|
|
7838
|
+
"text": "CustomEvent"
|
|
7839
|
+
},
|
|
7840
|
+
"inheritedFrom": {
|
|
7841
|
+
"name": "AbstractProperty",
|
|
7842
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
7843
|
+
}
|
|
7844
|
+
}
|
|
7845
|
+
]
|
|
7846
7846
|
}
|
|
7847
7847
|
],
|
|
7848
7848
|
"exports": [
|
|
7849
7849
|
{
|
|
7850
7850
|
"kind": "js",
|
|
7851
|
-
"name": "
|
|
7851
|
+
"name": "PropertySpecific",
|
|
7852
7852
|
"declaration": {
|
|
7853
|
-
"name": "
|
|
7854
|
-
"module": "src/modeller/property-sidebar/
|
|
7853
|
+
"name": "PropertySpecific",
|
|
7854
|
+
"module": "src/modeller/property-sidebar/specifics/specifics.ts"
|
|
7855
7855
|
}
|
|
7856
7856
|
}
|
|
7857
7857
|
]
|