@fmsim/board 1.0.28 → 1.0.29

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.
@@ -1692,7 +1692,7 @@
1692
1692
  "type": {
1693
1693
  "text": "ComponentGroup"
1694
1694
  },
1695
- "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' } } ] }"
1695
+ "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' } } ] }"
1696
1696
  }
1697
1697
  ],
1698
1698
  "exports": [
@@ -5774,6 +5774,249 @@
5774
5774
  }
5775
5775
  ]
5776
5776
  },
5777
+ {
5778
+ "kind": "javascript-module",
5779
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
5780
+ "declarations": [
5781
+ {
5782
+ "kind": "variable",
5783
+ "name": "BoxPaddingEditorStyles",
5784
+ "default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
5785
+ }
5786
+ ],
5787
+ "exports": [
5788
+ {
5789
+ "kind": "js",
5790
+ "name": "BoxPaddingEditorStyles",
5791
+ "declaration": {
5792
+ "name": "BoxPaddingEditorStyles",
5793
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
5794
+ }
5795
+ }
5796
+ ]
5797
+ },
5798
+ {
5799
+ "kind": "javascript-module",
5800
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
5801
+ "declarations": [
5802
+ {
5803
+ "kind": "class",
5804
+ "description": "",
5805
+ "name": "PropertyShapes",
5806
+ "members": [
5807
+ {
5808
+ "kind": "field",
5809
+ "name": "value",
5810
+ "type": {
5811
+ "text": "Properties | undefined"
5812
+ },
5813
+ "attribute": "value"
5814
+ },
5815
+ {
5816
+ "kind": "field",
5817
+ "name": "bounds",
5818
+ "type": {
5819
+ "text": "BOUNDS | null"
5820
+ },
5821
+ "default": "null",
5822
+ "attribute": "bounds"
5823
+ },
5824
+ {
5825
+ "kind": "field",
5826
+ "name": "selected",
5827
+ "type": {
5828
+ "text": "Component[]"
5829
+ },
5830
+ "default": "[]",
5831
+ "attribute": "selected"
5832
+ },
5833
+ {
5834
+ "kind": "method",
5835
+ "name": "_onValueChange",
5836
+ "parameters": [
5837
+ {
5838
+ "name": "e",
5839
+ "type": {
5840
+ "text": "Event"
5841
+ }
5842
+ }
5843
+ ],
5844
+ "inheritedFrom": {
5845
+ "name": "AbstractProperty",
5846
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5847
+ }
5848
+ },
5849
+ {
5850
+ "kind": "method",
5851
+ "name": "_hasTextProperty",
5852
+ "parameters": [
5853
+ {
5854
+ "name": "selected",
5855
+ "type": {
5856
+ "text": "Component[]"
5857
+ }
5858
+ }
5859
+ ]
5860
+ },
5861
+ {
5862
+ "kind": "method",
5863
+ "name": "_hasProperties",
5864
+ "parameters": [
5865
+ {
5866
+ "name": "selected",
5867
+ "type": {
5868
+ "text": "Component[]"
5869
+ }
5870
+ }
5871
+ ]
5872
+ },
5873
+ {
5874
+ "kind": "method",
5875
+ "name": "_isIdentifiable",
5876
+ "parameters": [
5877
+ {
5878
+ "name": "selected",
5879
+ "type": {
5880
+ "text": "Component[]"
5881
+ }
5882
+ }
5883
+ ]
5884
+ },
5885
+ {
5886
+ "kind": "method",
5887
+ "name": "_isClassIdentifiable",
5888
+ "parameters": [
5889
+ {
5890
+ "name": "selected",
5891
+ "type": {
5892
+ "text": "Component[]"
5893
+ }
5894
+ }
5895
+ ]
5896
+ },
5897
+ {
5898
+ "kind": "method",
5899
+ "name": "_isLine",
5900
+ "parameters": [
5901
+ {
5902
+ "name": "selected",
5903
+ "type": {
5904
+ "text": "Component[]"
5905
+ }
5906
+ }
5907
+ ]
5908
+ },
5909
+ {
5910
+ "kind": "method",
5911
+ "name": "_is3dish",
5912
+ "parameters": [
5913
+ {
5914
+ "name": "selected",
5915
+ "type": {
5916
+ "text": "Component[]"
5917
+ }
5918
+ }
5919
+ ]
5920
+ },
5921
+ {
5922
+ "kind": "method",
5923
+ "name": "_getValueFromEventTarget",
5924
+ "parameters": [
5925
+ {
5926
+ "name": "element",
5927
+ "type": {
5928
+ "text": "HTMLElement"
5929
+ }
5930
+ }
5931
+ ],
5932
+ "inheritedFrom": {
5933
+ "name": "AbstractProperty",
5934
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5935
+ }
5936
+ },
5937
+ {
5938
+ "kind": "method",
5939
+ "name": "_onAfterValueChange",
5940
+ "parameters": [
5941
+ {
5942
+ "name": "key",
5943
+ "type": {
5944
+ "text": "string"
5945
+ }
5946
+ },
5947
+ {
5948
+ "name": "value",
5949
+ "type": {
5950
+ "text": "any"
5951
+ }
5952
+ }
5953
+ ],
5954
+ "inheritedFrom": {
5955
+ "name": "AbstractProperty",
5956
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5957
+ }
5958
+ }
5959
+ ],
5960
+ "events": [
5961
+ {
5962
+ "name": "bounds-change",
5963
+ "type": {
5964
+ "text": "CustomEvent"
5965
+ }
5966
+ },
5967
+ {
5968
+ "name": "property-change",
5969
+ "type": {
5970
+ "text": "CustomEvent"
5971
+ },
5972
+ "inheritedFrom": {
5973
+ "name": "AbstractProperty",
5974
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5975
+ }
5976
+ }
5977
+ ],
5978
+ "attributes": [
5979
+ {
5980
+ "name": "value",
5981
+ "type": {
5982
+ "text": "Properties | undefined"
5983
+ },
5984
+ "fieldName": "value"
5985
+ },
5986
+ {
5987
+ "name": "bounds",
5988
+ "type": {
5989
+ "text": "BOUNDS | null"
5990
+ },
5991
+ "default": "null",
5992
+ "fieldName": "bounds"
5993
+ },
5994
+ {
5995
+ "name": "selected",
5996
+ "type": {
5997
+ "text": "Component[]"
5998
+ },
5999
+ "default": "[]",
6000
+ "fieldName": "selected"
6001
+ }
6002
+ ],
6003
+ "superclass": {
6004
+ "name": "AbstractProperty",
6005
+ "module": "/src/modeller/property-sidebar/abstract-property"
6006
+ }
6007
+ }
6008
+ ],
6009
+ "exports": [
6010
+ {
6011
+ "kind": "js",
6012
+ "name": "PropertyShapes",
6013
+ "declaration": {
6014
+ "name": "PropertyShapes",
6015
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6016
+ }
6017
+ }
6018
+ ]
6019
+ },
5777
6020
  {
5778
6021
  "kind": "javascript-module",
5779
6022
  "path": "src/modeller/property-sidebar/inspector/inspector.ts",
@@ -5955,227 +6198,61 @@
5955
6198
  }
5956
6199
  },
5957
6200
  {
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/styles/styles.ts",
6020
- "declarations": [
6021
- {
6022
- "kind": "class",
6023
- "description": "",
6024
- "name": "PropertyStyles",
6025
- "members": [
6026
- {
6027
- "kind": "field",
6028
- "name": "value",
6029
- "type": {
6030
- "text": "any"
6031
- },
6032
- "default": "{}",
6033
- "attribute": "value"
6034
- },
6035
- {
6036
- "kind": "field",
6037
- "name": "selected",
6038
- "type": {
6039
- "text": "Component[]"
6040
- },
6041
- "default": "[]",
6042
- "attribute": "selected"
6043
- },
6044
- {
6045
- "kind": "field",
6046
- "name": "fonts",
6047
- "type": {
6048
- "text": "any[]"
6049
- },
6050
- "default": "[]",
6051
- "attribute": "fonts"
6052
- },
6053
- {
6054
- "kind": "field",
6055
- "name": "fontAvailable",
6056
- "type": {
6057
- "text": "boolean"
6058
- },
6059
- "default": "false"
6060
- },
6061
- {
6062
- "kind": "method",
6063
- "name": "_isLine",
6064
- "parameters": [
6065
- {
6066
- "name": "selected",
6067
- "type": {
6068
- "text": "Component[]"
6069
- }
6070
- }
6071
- ]
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": "_getValueFromEventTarget",
6092
- "parameters": [
6093
- {
6094
- "name": "element",
6201
+ "name": "counting",
6202
+ "default": "false",
6095
6203
  "type": {
6096
- "text": "HTMLElement"
6204
+ "text": "boolean"
6097
6205
  }
6098
6206
  }
6099
- ],
6100
- "inheritedFrom": {
6101
- "name": "AbstractProperty",
6102
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6103
- }
6207
+ ]
6104
6208
  },
6105
6209
  {
6106
6210
  "kind": "method",
6107
- "name": "_onAfterValueChange",
6211
+ "name": "renderComponent",
6212
+ "return": {
6213
+ "type": {
6214
+ "text": "TemplateResult"
6215
+ }
6216
+ },
6108
6217
  "parameters": [
6109
6218
  {
6110
- "name": "key",
6219
+ "name": "component",
6111
6220
  "type": {
6112
- "text": "string"
6221
+ "text": "Component"
6113
6222
  }
6114
6223
  },
6115
6224
  {
6116
- "name": "value",
6225
+ "name": "depth",
6117
6226
  "type": {
6118
- "text": "any"
6227
+ "text": "number"
6119
6228
  }
6120
6229
  }
6121
- ],
6122
- "inheritedFrom": {
6123
- "name": "AbstractProperty",
6124
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6125
- }
6230
+ ]
6126
6231
  }
6127
6232
  ],
6128
6233
  "attributes": [
6129
6234
  {
6130
- "name": "value",
6131
- "type": {
6132
- "text": "any"
6133
- },
6134
- "default": "{}",
6135
- "fieldName": "value"
6136
- },
6137
- {
6138
- "name": "selected",
6139
- "type": {
6140
- "text": "Component[]"
6141
- },
6142
- "default": "[]",
6143
- "fieldName": "selected"
6144
- },
6145
- {
6146
- "name": "fonts",
6235
+ "name": "scene",
6147
6236
  "type": {
6148
- "text": "any[]"
6237
+ "text": "Scene | undefined"
6149
6238
  },
6150
- "default": "[]",
6151
- "fieldName": "fonts"
6239
+ "fieldName": "scene"
6152
6240
  }
6153
6241
  ],
6154
6242
  "superclass": {
6155
- "name": "AbstractProperty",
6156
- "module": "/src/modeller/property-sidebar/abstract-property.js"
6243
+ "name": "LitElement",
6244
+ "package": "lit"
6157
6245
  },
6158
- "events": [
6159
- {
6160
- "name": "property-change",
6161
- "type": {
6162
- "text": "CustomEvent"
6163
- },
6164
- "inheritedFrom": {
6165
- "name": "AbstractProperty",
6166
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6167
- }
6168
- }
6169
- ]
6246
+ "customElement": true
6170
6247
  }
6171
6248
  ],
6172
6249
  "exports": [
6173
6250
  {
6174
6251
  "kind": "js",
6175
- "name": "PropertyStyles",
6252
+ "name": "SceneInspector",
6176
6253
  "declaration": {
6177
- "name": "PropertyStyles",
6178
- "module": "src/modeller/property-sidebar/styles/styles.ts"
6254
+ "name": "SceneInspector",
6255
+ "module": "src/modeller/property-sidebar/inspector/inspector.ts"
6179
6256
  }
6180
6257
  }
6181
6258
  ]
@@ -6529,51 +6606,22 @@
6529
6606
  },
6530
6607
  {
6531
6608
  "kind": "javascript-module",
6532
- "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6533
- "declarations": [
6534
- {
6535
- "kind": "variable",
6536
- "name": "BoxPaddingEditorStyles",
6537
- "default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
6538
- }
6539
- ],
6540
- "exports": [
6541
- {
6542
- "kind": "js",
6543
- "name": "BoxPaddingEditorStyles",
6544
- "declaration": {
6545
- "name": "BoxPaddingEditorStyles",
6546
- "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6547
- }
6548
- }
6549
- ]
6550
- },
6551
- {
6552
- "kind": "javascript-module",
6553
- "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6609
+ "path": "src/modeller/property-sidebar/styles/styles.ts",
6554
6610
  "declarations": [
6555
6611
  {
6556
6612
  "kind": "class",
6557
6613
  "description": "",
6558
- "name": "PropertyShapes",
6614
+ "name": "PropertyStyles",
6559
6615
  "members": [
6560
6616
  {
6561
6617
  "kind": "field",
6562
6618
  "name": "value",
6563
6619
  "type": {
6564
- "text": "Properties | undefined"
6620
+ "text": "any"
6565
6621
  },
6622
+ "default": "{}",
6566
6623
  "attribute": "value"
6567
6624
  },
6568
- {
6569
- "kind": "field",
6570
- "name": "bounds",
6571
- "type": {
6572
- "text": "BOUNDS | null"
6573
- },
6574
- "default": "null",
6575
- "attribute": "bounds"
6576
- },
6577
6625
  {
6578
6626
  "kind": "field",
6579
6627
  "name": "selected",
@@ -6584,68 +6632,21 @@
6584
6632
  "attribute": "selected"
6585
6633
  },
6586
6634
  {
6587
- "kind": "method",
6588
- "name": "_onValueChange",
6589
- "parameters": [
6590
- {
6591
- "name": "e",
6592
- "type": {
6593
- "text": "Event"
6594
- }
6595
- }
6596
- ],
6597
- "inheritedFrom": {
6598
- "name": "AbstractProperty",
6599
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6600
- }
6601
- },
6602
- {
6603
- "kind": "method",
6604
- "name": "_hasTextProperty",
6605
- "parameters": [
6606
- {
6607
- "name": "selected",
6608
- "type": {
6609
- "text": "Component[]"
6610
- }
6611
- }
6612
- ]
6613
- },
6614
- {
6615
- "kind": "method",
6616
- "name": "_hasProperties",
6617
- "parameters": [
6618
- {
6619
- "name": "selected",
6620
- "type": {
6621
- "text": "Component[]"
6622
- }
6623
- }
6624
- ]
6625
- },
6626
- {
6627
- "kind": "method",
6628
- "name": "_isIdentifiable",
6629
- "parameters": [
6630
- {
6631
- "name": "selected",
6632
- "type": {
6633
- "text": "Component[]"
6634
- }
6635
- }
6636
- ]
6635
+ "kind": "field",
6636
+ "name": "fonts",
6637
+ "type": {
6638
+ "text": "any[]"
6639
+ },
6640
+ "default": "[]",
6641
+ "attribute": "fonts"
6637
6642
  },
6638
6643
  {
6639
- "kind": "method",
6640
- "name": "_isClassIdentifiable",
6641
- "parameters": [
6642
- {
6643
- "name": "selected",
6644
- "type": {
6645
- "text": "Component[]"
6646
- }
6647
- }
6648
- ]
6644
+ "kind": "field",
6645
+ "name": "fontAvailable",
6646
+ "type": {
6647
+ "text": "boolean"
6648
+ },
6649
+ "default": "false"
6649
6650
  },
6650
6651
  {
6651
6652
  "kind": "method",
@@ -6661,15 +6662,19 @@
6661
6662
  },
6662
6663
  {
6663
6664
  "kind": "method",
6664
- "name": "_is3dish",
6665
+ "name": "_onValueChange",
6665
6666
  "parameters": [
6666
6667
  {
6667
- "name": "selected",
6668
+ "name": "e",
6668
6669
  "type": {
6669
- "text": "Component[]"
6670
+ "text": "Event"
6670
6671
  }
6671
6672
  }
6672
- ]
6673
+ ],
6674
+ "inheritedFrom": {
6675
+ "name": "AbstractProperty",
6676
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6677
+ }
6673
6678
  },
6674
6679
  {
6675
6680
  "kind": "method",
@@ -6710,62 +6715,57 @@
6710
6715
  }
6711
6716
  }
6712
6717
  ],
6713
- "events": [
6714
- {
6715
- "name": "bounds-change",
6716
- "type": {
6717
- "text": "CustomEvent"
6718
- }
6719
- },
6720
- {
6721
- "name": "property-change",
6722
- "type": {
6723
- "text": "CustomEvent"
6724
- },
6725
- "inheritedFrom": {
6726
- "name": "AbstractProperty",
6727
- "module": "src/modeller/property-sidebar/abstract-property.ts"
6728
- }
6729
- }
6730
- ],
6731
6718
  "attributes": [
6732
6719
  {
6733
6720
  "name": "value",
6734
6721
  "type": {
6735
- "text": "Properties | undefined"
6722
+ "text": "any"
6736
6723
  },
6724
+ "default": "{}",
6737
6725
  "fieldName": "value"
6738
6726
  },
6739
6727
  {
6740
- "name": "bounds",
6728
+ "name": "selected",
6741
6729
  "type": {
6742
- "text": "BOUNDS | null"
6730
+ "text": "Component[]"
6743
6731
  },
6744
- "default": "null",
6745
- "fieldName": "bounds"
6732
+ "default": "[]",
6733
+ "fieldName": "selected"
6746
6734
  },
6747
6735
  {
6748
- "name": "selected",
6736
+ "name": "fonts",
6749
6737
  "type": {
6750
- "text": "Component[]"
6738
+ "text": "any[]"
6751
6739
  },
6752
6740
  "default": "[]",
6753
- "fieldName": "selected"
6741
+ "fieldName": "fonts"
6754
6742
  }
6755
6743
  ],
6756
6744
  "superclass": {
6757
6745
  "name": "AbstractProperty",
6758
- "module": "/src/modeller/property-sidebar/abstract-property"
6759
- }
6746
+ "module": "/src/modeller/property-sidebar/abstract-property.js"
6747
+ },
6748
+ "events": [
6749
+ {
6750
+ "name": "property-change",
6751
+ "type": {
6752
+ "text": "CustomEvent"
6753
+ },
6754
+ "inheritedFrom": {
6755
+ "name": "AbstractProperty",
6756
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6757
+ }
6758
+ }
6759
+ ]
6760
6760
  }
6761
6761
  ],
6762
6762
  "exports": [
6763
6763
  {
6764
6764
  "kind": "js",
6765
- "name": "PropertyShapes",
6765
+ "name": "PropertyStyles",
6766
6766
  "declaration": {
6767
- "name": "PropertyShapes",
6768
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6767
+ "name": "PropertyStyles",
6768
+ "module": "src/modeller/property-sidebar/styles/styles.ts"
6769
6769
  }
6770
6770
  }
6771
6771
  ]