@fmsim/board 1.0.31 → 1.0.33
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 +243 -243
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -6014,249 +6014,6 @@
|
|
|
6014
6014
|
}
|
|
6015
6015
|
]
|
|
6016
6016
|
},
|
|
6017
|
-
{
|
|
6018
|
-
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6020
|
-
"declarations": [
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "variable",
|
|
6023
|
-
"name": "BoxPaddingEditorStyles",
|
|
6024
|
-
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6025
|
-
}
|
|
6026
|
-
],
|
|
6027
|
-
"exports": [
|
|
6028
|
-
{
|
|
6029
|
-
"kind": "js",
|
|
6030
|
-
"name": "BoxPaddingEditorStyles",
|
|
6031
|
-
"declaration": {
|
|
6032
|
-
"name": "BoxPaddingEditorStyles",
|
|
6033
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6034
|
-
}
|
|
6035
|
-
}
|
|
6036
|
-
]
|
|
6037
|
-
},
|
|
6038
|
-
{
|
|
6039
|
-
"kind": "javascript-module",
|
|
6040
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6041
|
-
"declarations": [
|
|
6042
|
-
{
|
|
6043
|
-
"kind": "class",
|
|
6044
|
-
"description": "",
|
|
6045
|
-
"name": "PropertyShapes",
|
|
6046
|
-
"members": [
|
|
6047
|
-
{
|
|
6048
|
-
"kind": "field",
|
|
6049
|
-
"name": "value",
|
|
6050
|
-
"type": {
|
|
6051
|
-
"text": "Properties | undefined"
|
|
6052
|
-
},
|
|
6053
|
-
"attribute": "value"
|
|
6054
|
-
},
|
|
6055
|
-
{
|
|
6056
|
-
"kind": "field",
|
|
6057
|
-
"name": "bounds",
|
|
6058
|
-
"type": {
|
|
6059
|
-
"text": "BOUNDS | null"
|
|
6060
|
-
},
|
|
6061
|
-
"default": "null",
|
|
6062
|
-
"attribute": "bounds"
|
|
6063
|
-
},
|
|
6064
|
-
{
|
|
6065
|
-
"kind": "field",
|
|
6066
|
-
"name": "selected",
|
|
6067
|
-
"type": {
|
|
6068
|
-
"text": "Component[]"
|
|
6069
|
-
},
|
|
6070
|
-
"default": "[]",
|
|
6071
|
-
"attribute": "selected"
|
|
6072
|
-
},
|
|
6073
|
-
{
|
|
6074
|
-
"kind": "method",
|
|
6075
|
-
"name": "_onValueChange",
|
|
6076
|
-
"parameters": [
|
|
6077
|
-
{
|
|
6078
|
-
"name": "e",
|
|
6079
|
-
"type": {
|
|
6080
|
-
"text": "Event"
|
|
6081
|
-
}
|
|
6082
|
-
}
|
|
6083
|
-
],
|
|
6084
|
-
"inheritedFrom": {
|
|
6085
|
-
"name": "AbstractProperty",
|
|
6086
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6087
|
-
}
|
|
6088
|
-
},
|
|
6089
|
-
{
|
|
6090
|
-
"kind": "method",
|
|
6091
|
-
"name": "_hasTextProperty",
|
|
6092
|
-
"parameters": [
|
|
6093
|
-
{
|
|
6094
|
-
"name": "selected",
|
|
6095
|
-
"type": {
|
|
6096
|
-
"text": "Component[]"
|
|
6097
|
-
}
|
|
6098
|
-
}
|
|
6099
|
-
]
|
|
6100
|
-
},
|
|
6101
|
-
{
|
|
6102
|
-
"kind": "method",
|
|
6103
|
-
"name": "_hasProperties",
|
|
6104
|
-
"parameters": [
|
|
6105
|
-
{
|
|
6106
|
-
"name": "selected",
|
|
6107
|
-
"type": {
|
|
6108
|
-
"text": "Component[]"
|
|
6109
|
-
}
|
|
6110
|
-
}
|
|
6111
|
-
]
|
|
6112
|
-
},
|
|
6113
|
-
{
|
|
6114
|
-
"kind": "method",
|
|
6115
|
-
"name": "_isIdentifiable",
|
|
6116
|
-
"parameters": [
|
|
6117
|
-
{
|
|
6118
|
-
"name": "selected",
|
|
6119
|
-
"type": {
|
|
6120
|
-
"text": "Component[]"
|
|
6121
|
-
}
|
|
6122
|
-
}
|
|
6123
|
-
]
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "method",
|
|
6127
|
-
"name": "_isClassIdentifiable",
|
|
6128
|
-
"parameters": [
|
|
6129
|
-
{
|
|
6130
|
-
"name": "selected",
|
|
6131
|
-
"type": {
|
|
6132
|
-
"text": "Component[]"
|
|
6133
|
-
}
|
|
6134
|
-
}
|
|
6135
|
-
]
|
|
6136
|
-
},
|
|
6137
|
-
{
|
|
6138
|
-
"kind": "method",
|
|
6139
|
-
"name": "_isLine",
|
|
6140
|
-
"parameters": [
|
|
6141
|
-
{
|
|
6142
|
-
"name": "selected",
|
|
6143
|
-
"type": {
|
|
6144
|
-
"text": "Component[]"
|
|
6145
|
-
}
|
|
6146
|
-
}
|
|
6147
|
-
]
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"kind": "method",
|
|
6151
|
-
"name": "_is3dish",
|
|
6152
|
-
"parameters": [
|
|
6153
|
-
{
|
|
6154
|
-
"name": "selected",
|
|
6155
|
-
"type": {
|
|
6156
|
-
"text": "Component[]"
|
|
6157
|
-
}
|
|
6158
|
-
}
|
|
6159
|
-
]
|
|
6160
|
-
},
|
|
6161
|
-
{
|
|
6162
|
-
"kind": "method",
|
|
6163
|
-
"name": "_getValueFromEventTarget",
|
|
6164
|
-
"parameters": [
|
|
6165
|
-
{
|
|
6166
|
-
"name": "element",
|
|
6167
|
-
"type": {
|
|
6168
|
-
"text": "HTMLElement"
|
|
6169
|
-
}
|
|
6170
|
-
}
|
|
6171
|
-
],
|
|
6172
|
-
"inheritedFrom": {
|
|
6173
|
-
"name": "AbstractProperty",
|
|
6174
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6175
|
-
}
|
|
6176
|
-
},
|
|
6177
|
-
{
|
|
6178
|
-
"kind": "method",
|
|
6179
|
-
"name": "_onAfterValueChange",
|
|
6180
|
-
"parameters": [
|
|
6181
|
-
{
|
|
6182
|
-
"name": "key",
|
|
6183
|
-
"type": {
|
|
6184
|
-
"text": "string"
|
|
6185
|
-
}
|
|
6186
|
-
},
|
|
6187
|
-
{
|
|
6188
|
-
"name": "value",
|
|
6189
|
-
"type": {
|
|
6190
|
-
"text": "any"
|
|
6191
|
-
}
|
|
6192
|
-
}
|
|
6193
|
-
],
|
|
6194
|
-
"inheritedFrom": {
|
|
6195
|
-
"name": "AbstractProperty",
|
|
6196
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6197
|
-
}
|
|
6198
|
-
}
|
|
6199
|
-
],
|
|
6200
|
-
"events": [
|
|
6201
|
-
{
|
|
6202
|
-
"name": "bounds-change",
|
|
6203
|
-
"type": {
|
|
6204
|
-
"text": "CustomEvent"
|
|
6205
|
-
}
|
|
6206
|
-
},
|
|
6207
|
-
{
|
|
6208
|
-
"name": "property-change",
|
|
6209
|
-
"type": {
|
|
6210
|
-
"text": "CustomEvent"
|
|
6211
|
-
},
|
|
6212
|
-
"inheritedFrom": {
|
|
6213
|
-
"name": "AbstractProperty",
|
|
6214
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6215
|
-
}
|
|
6216
|
-
}
|
|
6217
|
-
],
|
|
6218
|
-
"attributes": [
|
|
6219
|
-
{
|
|
6220
|
-
"name": "value",
|
|
6221
|
-
"type": {
|
|
6222
|
-
"text": "Properties | undefined"
|
|
6223
|
-
},
|
|
6224
|
-
"fieldName": "value"
|
|
6225
|
-
},
|
|
6226
|
-
{
|
|
6227
|
-
"name": "bounds",
|
|
6228
|
-
"type": {
|
|
6229
|
-
"text": "BOUNDS | null"
|
|
6230
|
-
},
|
|
6231
|
-
"default": "null",
|
|
6232
|
-
"fieldName": "bounds"
|
|
6233
|
-
},
|
|
6234
|
-
{
|
|
6235
|
-
"name": "selected",
|
|
6236
|
-
"type": {
|
|
6237
|
-
"text": "Component[]"
|
|
6238
|
-
},
|
|
6239
|
-
"default": "[]",
|
|
6240
|
-
"fieldName": "selected"
|
|
6241
|
-
}
|
|
6242
|
-
],
|
|
6243
|
-
"superclass": {
|
|
6244
|
-
"name": "AbstractProperty",
|
|
6245
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6246
|
-
}
|
|
6247
|
-
}
|
|
6248
|
-
],
|
|
6249
|
-
"exports": [
|
|
6250
|
-
{
|
|
6251
|
-
"kind": "js",
|
|
6252
|
-
"name": "PropertyShapes",
|
|
6253
|
-
"declaration": {
|
|
6254
|
-
"name": "PropertyShapes",
|
|
6255
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6256
|
-
}
|
|
6257
|
-
}
|
|
6258
|
-
]
|
|
6259
|
-
},
|
|
6260
6017
|
{
|
|
6261
6018
|
"kind": "javascript-module",
|
|
6262
6019
|
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
@@ -6604,6 +6361,249 @@
|
|
|
6604
6361
|
}
|
|
6605
6362
|
]
|
|
6606
6363
|
},
|
|
6364
|
+
{
|
|
6365
|
+
"kind": "javascript-module",
|
|
6366
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6367
|
+
"declarations": [
|
|
6368
|
+
{
|
|
6369
|
+
"kind": "variable",
|
|
6370
|
+
"name": "BoxPaddingEditorStyles",
|
|
6371
|
+
"default": "css` .box-padding { width: 100%; } .box-padding td { background: var(--url-icon-properties-padding) 50% 0 no-repeat; } .box-padding tr:nth-child(1), .box-padding tr:nth-child(3) { height: 20px; } .box-padding tr td:nth-child(1), .box-padding tr td:nth-child(3) { width: 18px; } .box-padding .slide1 { background-position: 0 0; } .box-padding .slide2 { background-position: 50% -40px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide3 { background-position: 100% -440px; } .box-padding .slide4 { background-position: 0 -360px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide5 { background: none; text-align: center; } .box-padding .slide6 { background-position: 100% -160px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide7 { background-position: 0 100%; } .box-padding .slide8 { background-position: 50% -320px; background-color: rgba(69, 46, 41, 0.2); } .box-padding .slide9 { background-position: 0 0px; } .box-padding input { background-color: transparent; width: 35px; margin: 0px; padding: 0px; clear: both; float: initial; border: 1px solid #fff; border-width: 0 0 1px 0; text-align: right; font-size: 14px; } .slide5 input:nth-child(1), .slide5 input:nth-child(4) { display: block; margin: auto; } .slide5 input:nth-child(2) { float: left; } .slide5 input:nth-child(3) { float: right; margin-top: -25px; } .slide5 input:nth-child(4) { margin-top: -5px; } `"
|
|
6372
|
+
}
|
|
6373
|
+
],
|
|
6374
|
+
"exports": [
|
|
6375
|
+
{
|
|
6376
|
+
"kind": "js",
|
|
6377
|
+
"name": "BoxPaddingEditorStyles",
|
|
6378
|
+
"declaration": {
|
|
6379
|
+
"name": "BoxPaddingEditorStyles",
|
|
6380
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6381
|
+
}
|
|
6382
|
+
}
|
|
6383
|
+
]
|
|
6384
|
+
},
|
|
6385
|
+
{
|
|
6386
|
+
"kind": "javascript-module",
|
|
6387
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6388
|
+
"declarations": [
|
|
6389
|
+
{
|
|
6390
|
+
"kind": "class",
|
|
6391
|
+
"description": "",
|
|
6392
|
+
"name": "PropertyShapes",
|
|
6393
|
+
"members": [
|
|
6394
|
+
{
|
|
6395
|
+
"kind": "field",
|
|
6396
|
+
"name": "value",
|
|
6397
|
+
"type": {
|
|
6398
|
+
"text": "Properties | undefined"
|
|
6399
|
+
},
|
|
6400
|
+
"attribute": "value"
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
"kind": "field",
|
|
6404
|
+
"name": "bounds",
|
|
6405
|
+
"type": {
|
|
6406
|
+
"text": "BOUNDS | null"
|
|
6407
|
+
},
|
|
6408
|
+
"default": "null",
|
|
6409
|
+
"attribute": "bounds"
|
|
6410
|
+
},
|
|
6411
|
+
{
|
|
6412
|
+
"kind": "field",
|
|
6413
|
+
"name": "selected",
|
|
6414
|
+
"type": {
|
|
6415
|
+
"text": "Component[]"
|
|
6416
|
+
},
|
|
6417
|
+
"default": "[]",
|
|
6418
|
+
"attribute": "selected"
|
|
6419
|
+
},
|
|
6420
|
+
{
|
|
6421
|
+
"kind": "method",
|
|
6422
|
+
"name": "_onValueChange",
|
|
6423
|
+
"parameters": [
|
|
6424
|
+
{
|
|
6425
|
+
"name": "e",
|
|
6426
|
+
"type": {
|
|
6427
|
+
"text": "Event"
|
|
6428
|
+
}
|
|
6429
|
+
}
|
|
6430
|
+
],
|
|
6431
|
+
"inheritedFrom": {
|
|
6432
|
+
"name": "AbstractProperty",
|
|
6433
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6434
|
+
}
|
|
6435
|
+
},
|
|
6436
|
+
{
|
|
6437
|
+
"kind": "method",
|
|
6438
|
+
"name": "_hasTextProperty",
|
|
6439
|
+
"parameters": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "selected",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "Component[]"
|
|
6444
|
+
}
|
|
6445
|
+
}
|
|
6446
|
+
]
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"kind": "method",
|
|
6450
|
+
"name": "_hasProperties",
|
|
6451
|
+
"parameters": [
|
|
6452
|
+
{
|
|
6453
|
+
"name": "selected",
|
|
6454
|
+
"type": {
|
|
6455
|
+
"text": "Component[]"
|
|
6456
|
+
}
|
|
6457
|
+
}
|
|
6458
|
+
]
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "method",
|
|
6462
|
+
"name": "_isIdentifiable",
|
|
6463
|
+
"parameters": [
|
|
6464
|
+
{
|
|
6465
|
+
"name": "selected",
|
|
6466
|
+
"type": {
|
|
6467
|
+
"text": "Component[]"
|
|
6468
|
+
}
|
|
6469
|
+
}
|
|
6470
|
+
]
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"kind": "method",
|
|
6474
|
+
"name": "_isClassIdentifiable",
|
|
6475
|
+
"parameters": [
|
|
6476
|
+
{
|
|
6477
|
+
"name": "selected",
|
|
6478
|
+
"type": {
|
|
6479
|
+
"text": "Component[]"
|
|
6480
|
+
}
|
|
6481
|
+
}
|
|
6482
|
+
]
|
|
6483
|
+
},
|
|
6484
|
+
{
|
|
6485
|
+
"kind": "method",
|
|
6486
|
+
"name": "_isLine",
|
|
6487
|
+
"parameters": [
|
|
6488
|
+
{
|
|
6489
|
+
"name": "selected",
|
|
6490
|
+
"type": {
|
|
6491
|
+
"text": "Component[]"
|
|
6492
|
+
}
|
|
6493
|
+
}
|
|
6494
|
+
]
|
|
6495
|
+
},
|
|
6496
|
+
{
|
|
6497
|
+
"kind": "method",
|
|
6498
|
+
"name": "_is3dish",
|
|
6499
|
+
"parameters": [
|
|
6500
|
+
{
|
|
6501
|
+
"name": "selected",
|
|
6502
|
+
"type": {
|
|
6503
|
+
"text": "Component[]"
|
|
6504
|
+
}
|
|
6505
|
+
}
|
|
6506
|
+
]
|
|
6507
|
+
},
|
|
6508
|
+
{
|
|
6509
|
+
"kind": "method",
|
|
6510
|
+
"name": "_getValueFromEventTarget",
|
|
6511
|
+
"parameters": [
|
|
6512
|
+
{
|
|
6513
|
+
"name": "element",
|
|
6514
|
+
"type": {
|
|
6515
|
+
"text": "HTMLElement"
|
|
6516
|
+
}
|
|
6517
|
+
}
|
|
6518
|
+
],
|
|
6519
|
+
"inheritedFrom": {
|
|
6520
|
+
"name": "AbstractProperty",
|
|
6521
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6522
|
+
}
|
|
6523
|
+
},
|
|
6524
|
+
{
|
|
6525
|
+
"kind": "method",
|
|
6526
|
+
"name": "_onAfterValueChange",
|
|
6527
|
+
"parameters": [
|
|
6528
|
+
{
|
|
6529
|
+
"name": "key",
|
|
6530
|
+
"type": {
|
|
6531
|
+
"text": "string"
|
|
6532
|
+
}
|
|
6533
|
+
},
|
|
6534
|
+
{
|
|
6535
|
+
"name": "value",
|
|
6536
|
+
"type": {
|
|
6537
|
+
"text": "any"
|
|
6538
|
+
}
|
|
6539
|
+
}
|
|
6540
|
+
],
|
|
6541
|
+
"inheritedFrom": {
|
|
6542
|
+
"name": "AbstractProperty",
|
|
6543
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6544
|
+
}
|
|
6545
|
+
}
|
|
6546
|
+
],
|
|
6547
|
+
"events": [
|
|
6548
|
+
{
|
|
6549
|
+
"name": "bounds-change",
|
|
6550
|
+
"type": {
|
|
6551
|
+
"text": "CustomEvent"
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "property-change",
|
|
6556
|
+
"type": {
|
|
6557
|
+
"text": "CustomEvent"
|
|
6558
|
+
},
|
|
6559
|
+
"inheritedFrom": {
|
|
6560
|
+
"name": "AbstractProperty",
|
|
6561
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6562
|
+
}
|
|
6563
|
+
}
|
|
6564
|
+
],
|
|
6565
|
+
"attributes": [
|
|
6566
|
+
{
|
|
6567
|
+
"name": "value",
|
|
6568
|
+
"type": {
|
|
6569
|
+
"text": "Properties | undefined"
|
|
6570
|
+
},
|
|
6571
|
+
"fieldName": "value"
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"name": "bounds",
|
|
6575
|
+
"type": {
|
|
6576
|
+
"text": "BOUNDS | null"
|
|
6577
|
+
},
|
|
6578
|
+
"default": "null",
|
|
6579
|
+
"fieldName": "bounds"
|
|
6580
|
+
},
|
|
6581
|
+
{
|
|
6582
|
+
"name": "selected",
|
|
6583
|
+
"type": {
|
|
6584
|
+
"text": "Component[]"
|
|
6585
|
+
},
|
|
6586
|
+
"default": "[]",
|
|
6587
|
+
"fieldName": "selected"
|
|
6588
|
+
}
|
|
6589
|
+
],
|
|
6590
|
+
"superclass": {
|
|
6591
|
+
"name": "AbstractProperty",
|
|
6592
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6593
|
+
}
|
|
6594
|
+
}
|
|
6595
|
+
],
|
|
6596
|
+
"exports": [
|
|
6597
|
+
{
|
|
6598
|
+
"kind": "js",
|
|
6599
|
+
"name": "PropertyShapes",
|
|
6600
|
+
"declaration": {
|
|
6601
|
+
"name": "PropertyShapes",
|
|
6602
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6603
|
+
}
|
|
6604
|
+
}
|
|
6605
|
+
]
|
|
6606
|
+
},
|
|
6607
6607
|
{
|
|
6608
6608
|
"kind": "javascript-module",
|
|
6609
6609
|
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fmsim/board",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"description": "보드 구성을 위한 기본 UI (웹)컴포넌트들을 제공합니다.",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@fmsim/api": "^1.0.
|
|
87
|
+
"@fmsim/api": "^1.0.33",
|
|
88
88
|
"@open-wc/scoped-elements": "^3.0.5",
|
|
89
89
|
"@operato/app": "^1.3.7",
|
|
90
90
|
"@operato/data-grist": "^1.3.5",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
112
112
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
113
|
-
"@hatiolab/things-scene": "^9.0.0-beta.
|
|
113
|
+
"@hatiolab/things-scene": "^9.0.0-beta.24",
|
|
114
114
|
"@material/mwc-fab": "^0.27.0",
|
|
115
115
|
"@material/mwc-icon": "^0.27.0",
|
|
116
116
|
"@open-wc/eslint-config": "^12.0.3",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"prettier --write"
|
|
147
147
|
]
|
|
148
148
|
},
|
|
149
|
-
"gitHead": "
|
|
149
|
+
"gitHead": "c2c4bc1a88022ccd22b5946c03c755e67f74414f"
|
|
150
150
|
}
|