@fmsim/board 1.0.61 → 1.0.62

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.
Files changed (2) hide show
  1. package/custom-elements.json +490 -490
  2. package/package.json +4 -4
@@ -5774,6 +5774,246 @@
5774
5774
  }
5775
5775
  ]
5776
5776
  },
5777
+ {
5778
+ "kind": "javascript-module",
5779
+ "path": "src/modeller/property-sidebar/inspector/inspector.ts",
5780
+ "declarations": [
5781
+ {
5782
+ "kind": "class",
5783
+ "description": "",
5784
+ "name": "SceneInspector",
5785
+ "members": [
5786
+ {
5787
+ "kind": "field",
5788
+ "name": "scene",
5789
+ "type": {
5790
+ "text": "Scene | undefined"
5791
+ },
5792
+ "attribute": "scene"
5793
+ },
5794
+ {
5795
+ "kind": "field",
5796
+ "name": "searchText",
5797
+ "type": {
5798
+ "text": "string"
5799
+ },
5800
+ "privacy": "private",
5801
+ "default": "''"
5802
+ },
5803
+ {
5804
+ "kind": "field",
5805
+ "name": "_extendedMap",
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
+ },
5777
6017
  {
5778
6018
  "kind": "javascript-module",
5779
6019
  "path": "src/modeller/property-sidebar/data-binding/data-binding-mapper.ts",
@@ -6862,509 +7102,26 @@
6862
7102
  },
6863
7103
  {
6864
7104
  "kind": "javascript-module",
6865
- "path": "src/modeller/property-sidebar/inspector/inspector.ts",
7105
+ "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
6866
7106
  "declarations": [
6867
7107
  {
6868
7108
  "kind": "class",
6869
7109
  "description": "",
6870
- "name": "SceneInspector",
7110
+ "name": "SpecificPropertiesBuilder",
6871
7111
  "members": [
6872
7112
  {
6873
7113
  "kind": "field",
6874
- "name": "scene",
7114
+ "name": "value",
6875
7115
  "type": {
6876
- "text": "Scene | undefined"
7116
+ "text": "any"
6877
7117
  },
6878
- "attribute": "scene"
7118
+ "attribute": "value"
6879
7119
  },
6880
7120
  {
6881
7121
  "kind": "field",
6882
- "name": "searchText",
7122
+ "name": "props",
6883
7123
  "type": {
6884
- "text": "string"
6885
- },
6886
- "privacy": "private",
6887
- "default": "''"
6888
- },
6889
- {
6890
- "kind": "field",
6891
- "name": "_extendedMap",
6892
- "type": {
6893
- "text": "any"
6894
- },
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"
6914
- },
6915
- {
6916
- "kind": "method",
6917
- "name": "disconnectScene",
6918
- "parameters": [
6919
- {
6920
- "name": "scene",
6921
- "optional": true,
6922
- "type": {
6923
- "text": "Scene"
6924
- }
6925
- }
6926
- ]
6927
- },
6928
- {
6929
- "kind": "method",
6930
- "name": "refresh"
6931
- },
6932
- {
6933
- "kind": "method",
6934
- "name": "_onclick",
6935
- "parameters": [
6936
- {
6937
- "name": "e",
6938
- "type": {
6939
- "text": "MouseEvent"
6940
- }
6941
- }
6942
- ]
6943
- },
6944
- {
6945
- "kind": "method",
6946
- "name": "_ondblclick",
6947
- "parameters": [
6948
- {
6949
- "name": "e",
6950
- "type": {
6951
- "text": "MouseEvent"
6952
- }
6953
- }
6954
- ]
6955
- },
6956
- {
6957
- "kind": "field",
6958
- "name": "extendedMap",
6959
- "readonly": true
6960
- },
6961
- {
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"
7083
- }
7084
- ],
7085
- "superclass": {
7086
- "name": "LitElement",
7087
- "package": "lit"
7088
- },
7089
- "customElement": true
7090
- }
7091
- ],
7092
- "exports": [
7093
- {
7094
- "kind": "js",
7095
- "name": "SceneInspector",
7096
- "declaration": {
7097
- "name": "SceneInspector",
7098
- "module": "src/modeller/property-sidebar/inspector/inspector.ts"
7099
- }
7100
- }
7101
- ]
7102
- },
7103
- {
7104
- "kind": "javascript-module",
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",
7127
- "declarations": [
7128
- {
7129
- "kind": "class",
7130
- "description": "",
7131
- "name": "PropertyShapes",
7132
- "members": [
7133
- {
7134
- "kind": "field",
7135
- "name": "value",
7136
- "type": {
7137
- "text": "Properties | undefined"
7138
- },
7139
- "attribute": "value"
7140
- },
7141
- {
7142
- "kind": "field",
7143
- "name": "bounds",
7144
- "type": {
7145
- "text": "BOUNDS | null"
7146
- },
7147
- "default": "null",
7148
- "attribute": "bounds"
7149
- },
7150
- {
7151
- "kind": "field",
7152
- "name": "selected",
7153
- "type": {
7154
- "text": "Component[]"
7155
- },
7156
- "default": "[]",
7157
- "attribute": "selected"
7158
- },
7159
- {
7160
- "kind": "method",
7161
- "name": "_onValueChange",
7162
- "parameters": [
7163
- {
7164
- "name": "e",
7165
- "type": {
7166
- "text": "Event"
7167
- }
7168
- }
7169
- ],
7170
- "inheritedFrom": {
7171
- "name": "AbstractProperty",
7172
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7173
- }
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
- },
7199
- {
7200
- "kind": "method",
7201
- "name": "_isIdentifiable",
7202
- "parameters": [
7203
- {
7204
- "name": "selected",
7205
- "type": {
7206
- "text": "Component[]"
7207
- }
7208
- }
7209
- ]
7210
- },
7211
- {
7212
- "kind": "method",
7213
- "name": "_isClassIdentifiable",
7214
- "parameters": [
7215
- {
7216
- "name": "selected",
7217
- "type": {
7218
- "text": "Component[]"
7219
- }
7220
- }
7221
- ]
7222
- },
7223
- {
7224
- "kind": "method",
7225
- "name": "_isLine",
7226
- "parameters": [
7227
- {
7228
- "name": "selected",
7229
- "type": {
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[]"
7243
- }
7244
- }
7245
- ]
7246
- },
7247
- {
7248
- "kind": "method",
7249
- "name": "_getValueFromEventTarget",
7250
- "parameters": [
7251
- {
7252
- "name": "element",
7253
- "type": {
7254
- "text": "HTMLElement"
7255
- }
7256
- }
7257
- ],
7258
- "inheritedFrom": {
7259
- "name": "AbstractProperty",
7260
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7261
- }
7262
- },
7263
- {
7264
- "kind": "method",
7265
- "name": "_onAfterValueChange",
7266
- "parameters": [
7267
- {
7268
- "name": "key",
7269
- "type": {
7270
- "text": "string"
7271
- }
7272
- },
7273
- {
7274
- "name": "value",
7275
- "type": {
7276
- "text": "any"
7277
- }
7278
- }
7279
- ],
7280
- "inheritedFrom": {
7281
- "name": "AbstractProperty",
7282
- "module": "src/modeller/property-sidebar/abstract-property.ts"
7283
- }
7284
- }
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
- ],
7304
- "attributes": [
7305
- {
7306
- "name": "value",
7307
- "type": {
7308
- "text": "Properties | undefined"
7309
- },
7310
- "fieldName": "value"
7311
- },
7312
- {
7313
- "name": "bounds",
7314
- "type": {
7315
- "text": "BOUNDS | null"
7316
- },
7317
- "default": "null",
7318
- "fieldName": "bounds"
7319
- },
7320
- {
7321
- "name": "selected",
7322
- "type": {
7323
- "text": "Component[]"
7324
- },
7325
- "default": "[]",
7326
- "fieldName": "selected"
7327
- }
7328
- ],
7329
- "superclass": {
7330
- "name": "AbstractProperty",
7331
- "module": "/src/modeller/property-sidebar/abstract-property"
7332
- }
7333
- }
7334
- ],
7335
- "exports": [
7336
- {
7337
- "kind": "js",
7338
- "name": "PropertyShapes",
7339
- "declaration": {
7340
- "name": "PropertyShapes",
7341
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
7342
- }
7343
- }
7344
- ]
7345
- },
7346
- {
7347
- "kind": "javascript-module",
7348
- "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
7349
- "declarations": [
7350
- {
7351
- "kind": "class",
7352
- "description": "",
7353
- "name": "SpecificPropertiesBuilder",
7354
- "members": [
7355
- {
7356
- "kind": "field",
7357
- "name": "value",
7358
- "type": {
7359
- "text": "any"
7360
- },
7361
- "attribute": "value"
7362
- },
7363
- {
7364
- "kind": "field",
7365
- "name": "props",
7366
- "type": {
7367
- "text": "any[]"
7124
+ "text": "any[]"
7368
7125
  },
7369
7126
  "default": "[]",
7370
7127
  "attribute": "props"
@@ -7855,6 +7612,249 @@
7855
7612
  }
7856
7613
  }
7857
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; } `"
7624
+ }
7625
+ ],
7626
+ "exports": [
7627
+ {
7628
+ "kind": "js",
7629
+ "name": "BoxPaddingEditorStyles",
7630
+ "declaration": {
7631
+ "name": "BoxPaddingEditorStyles",
7632
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
7633
+ }
7634
+ }
7635
+ ]
7636
+ },
7637
+ {
7638
+ "kind": "javascript-module",
7639
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
7640
+ "declarations": [
7641
+ {
7642
+ "kind": "class",
7643
+ "description": "",
7644
+ "name": "PropertyShapes",
7645
+ "members": [
7646
+ {
7647
+ "kind": "field",
7648
+ "name": "value",
7649
+ "type": {
7650
+ "text": "Properties | undefined"
7651
+ },
7652
+ "attribute": "value"
7653
+ },
7654
+ {
7655
+ "kind": "field",
7656
+ "name": "bounds",
7657
+ "type": {
7658
+ "text": "BOUNDS | null"
7659
+ },
7660
+ "default": "null",
7661
+ "attribute": "bounds"
7662
+ },
7663
+ {
7664
+ "kind": "field",
7665
+ "name": "selected",
7666
+ "type": {
7667
+ "text": "Component[]"
7668
+ },
7669
+ "default": "[]",
7670
+ "attribute": "selected"
7671
+ },
7672
+ {
7673
+ "kind": "method",
7674
+ "name": "_onValueChange",
7675
+ "parameters": [
7676
+ {
7677
+ "name": "e",
7678
+ "type": {
7679
+ "text": "Event"
7680
+ }
7681
+ }
7682
+ ],
7683
+ "inheritedFrom": {
7684
+ "name": "AbstractProperty",
7685
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7686
+ }
7687
+ },
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
+ {
7713
+ "kind": "method",
7714
+ "name": "_isIdentifiable",
7715
+ "parameters": [
7716
+ {
7717
+ "name": "selected",
7718
+ "type": {
7719
+ "text": "Component[]"
7720
+ }
7721
+ }
7722
+ ]
7723
+ },
7724
+ {
7725
+ "kind": "method",
7726
+ "name": "_isClassIdentifiable",
7727
+ "parameters": [
7728
+ {
7729
+ "name": "selected",
7730
+ "type": {
7731
+ "text": "Component[]"
7732
+ }
7733
+ }
7734
+ ]
7735
+ },
7736
+ {
7737
+ "kind": "method",
7738
+ "name": "_isLine",
7739
+ "parameters": [
7740
+ {
7741
+ "name": "selected",
7742
+ "type": {
7743
+ "text": "Component[]"
7744
+ }
7745
+ }
7746
+ ]
7747
+ },
7748
+ {
7749
+ "kind": "method",
7750
+ "name": "_is3dish",
7751
+ "parameters": [
7752
+ {
7753
+ "name": "selected",
7754
+ "type": {
7755
+ "text": "Component[]"
7756
+ }
7757
+ }
7758
+ ]
7759
+ },
7760
+ {
7761
+ "kind": "method",
7762
+ "name": "_getValueFromEventTarget",
7763
+ "parameters": [
7764
+ {
7765
+ "name": "element",
7766
+ "type": {
7767
+ "text": "HTMLElement"
7768
+ }
7769
+ }
7770
+ ],
7771
+ "inheritedFrom": {
7772
+ "name": "AbstractProperty",
7773
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7774
+ }
7775
+ },
7776
+ {
7777
+ "kind": "method",
7778
+ "name": "_onAfterValueChange",
7779
+ "parameters": [
7780
+ {
7781
+ "name": "key",
7782
+ "type": {
7783
+ "text": "string"
7784
+ }
7785
+ },
7786
+ {
7787
+ "name": "value",
7788
+ "type": {
7789
+ "text": "any"
7790
+ }
7791
+ }
7792
+ ],
7793
+ "inheritedFrom": {
7794
+ "name": "AbstractProperty",
7795
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
7796
+ }
7797
+ }
7798
+ ],
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
+ "attributes": [
7818
+ {
7819
+ "name": "value",
7820
+ "type": {
7821
+ "text": "Properties | undefined"
7822
+ },
7823
+ "fieldName": "value"
7824
+ },
7825
+ {
7826
+ "name": "bounds",
7827
+ "type": {
7828
+ "text": "BOUNDS | null"
7829
+ },
7830
+ "default": "null",
7831
+ "fieldName": "bounds"
7832
+ },
7833
+ {
7834
+ "name": "selected",
7835
+ "type": {
7836
+ "text": "Component[]"
7837
+ },
7838
+ "default": "[]",
7839
+ "fieldName": "selected"
7840
+ }
7841
+ ],
7842
+ "superclass": {
7843
+ "name": "AbstractProperty",
7844
+ "module": "/src/modeller/property-sidebar/abstract-property"
7845
+ }
7846
+ }
7847
+ ],
7848
+ "exports": [
7849
+ {
7850
+ "kind": "js",
7851
+ "name": "PropertyShapes",
7852
+ "declaration": {
7853
+ "name": "PropertyShapes",
7854
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
7855
+ }
7856
+ }
7857
+ ]
7858
7858
  }
7859
7859
  ]
7860
7860
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmsim/board",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "description": "보드 구성을 위한 기본 UI (웹)컴포넌트들을 제공합니다.",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/src/index.js",
@@ -88,7 +88,7 @@
88
88
  "build-storybook": "storybook build"
89
89
  },
90
90
  "dependencies": {
91
- "@fmsim/api": "^1.0.61",
91
+ "@fmsim/api": "^1.0.62",
92
92
  "@open-wc/scoped-elements": "^3.0.5",
93
93
  "@operato/app": "^1.3.7",
94
94
  "@operato/data-grist": "^1.3.5",
@@ -114,7 +114,7 @@
114
114
  "devDependencies": {
115
115
  "@custom-elements-manifest/analyzer": "^0.10.4",
116
116
  "@hatiolab/prettier-config": "^1.0.0",
117
- "@hatiolab/things-scene": "^9.0.0-beta.40",
117
+ "@hatiolab/things-scene": "^9.0.0-beta.62",
118
118
  "@material/mwc-fab": "^0.27.0",
119
119
  "@material/mwc-icon": "^0.27.0",
120
120
  "@open-wc/eslint-config": "^12.0.3",
@@ -150,5 +150,5 @@
150
150
  "prettier --write"
151
151
  ]
152
152
  },
153
- "gitHead": "352e4fa7d969e85836b4d414be5f5ead30de83c9"
153
+ "gitHead": "883270512ba8650c0286e504e3877cf3b72b1d0f"
154
154
  }