@fmsim/board 1.0.23 → 1.0.24
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/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -6014,6 +6014,249 @@
|
|
|
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
|
+
},
|
|
6017
6260
|
{
|
|
6018
6261
|
"kind": "javascript-module",
|
|
6019
6262
|
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
@@ -6526,249 +6769,6 @@
|
|
|
6526
6769
|
}
|
|
6527
6770
|
}
|
|
6528
6771
|
]
|
|
6529
|
-
},
|
|
6530
|
-
{
|
|
6531
|
-
"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",
|
|
6554
|
-
"declarations": [
|
|
6555
|
-
{
|
|
6556
|
-
"kind": "class",
|
|
6557
|
-
"description": "",
|
|
6558
|
-
"name": "PropertyShapes",
|
|
6559
|
-
"members": [
|
|
6560
|
-
{
|
|
6561
|
-
"kind": "field",
|
|
6562
|
-
"name": "value",
|
|
6563
|
-
"type": {
|
|
6564
|
-
"text": "Properties | undefined"
|
|
6565
|
-
},
|
|
6566
|
-
"attribute": "value"
|
|
6567
|
-
},
|
|
6568
|
-
{
|
|
6569
|
-
"kind": "field",
|
|
6570
|
-
"name": "bounds",
|
|
6571
|
-
"type": {
|
|
6572
|
-
"text": "BOUNDS | null"
|
|
6573
|
-
},
|
|
6574
|
-
"default": "null",
|
|
6575
|
-
"attribute": "bounds"
|
|
6576
|
-
},
|
|
6577
|
-
{
|
|
6578
|
-
"kind": "field",
|
|
6579
|
-
"name": "selected",
|
|
6580
|
-
"type": {
|
|
6581
|
-
"text": "Component[]"
|
|
6582
|
-
},
|
|
6583
|
-
"default": "[]",
|
|
6584
|
-
"attribute": "selected"
|
|
6585
|
-
},
|
|
6586
|
-
{
|
|
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
|
-
]
|
|
6637
|
-
},
|
|
6638
|
-
{
|
|
6639
|
-
"kind": "method",
|
|
6640
|
-
"name": "_isClassIdentifiable",
|
|
6641
|
-
"parameters": [
|
|
6642
|
-
{
|
|
6643
|
-
"name": "selected",
|
|
6644
|
-
"type": {
|
|
6645
|
-
"text": "Component[]"
|
|
6646
|
-
}
|
|
6647
|
-
}
|
|
6648
|
-
]
|
|
6649
|
-
},
|
|
6650
|
-
{
|
|
6651
|
-
"kind": "method",
|
|
6652
|
-
"name": "_isLine",
|
|
6653
|
-
"parameters": [
|
|
6654
|
-
{
|
|
6655
|
-
"name": "selected",
|
|
6656
|
-
"type": {
|
|
6657
|
-
"text": "Component[]"
|
|
6658
|
-
}
|
|
6659
|
-
}
|
|
6660
|
-
]
|
|
6661
|
-
},
|
|
6662
|
-
{
|
|
6663
|
-
"kind": "method",
|
|
6664
|
-
"name": "_is3dish",
|
|
6665
|
-
"parameters": [
|
|
6666
|
-
{
|
|
6667
|
-
"name": "selected",
|
|
6668
|
-
"type": {
|
|
6669
|
-
"text": "Component[]"
|
|
6670
|
-
}
|
|
6671
|
-
}
|
|
6672
|
-
]
|
|
6673
|
-
},
|
|
6674
|
-
{
|
|
6675
|
-
"kind": "method",
|
|
6676
|
-
"name": "_getValueFromEventTarget",
|
|
6677
|
-
"parameters": [
|
|
6678
|
-
{
|
|
6679
|
-
"name": "element",
|
|
6680
|
-
"type": {
|
|
6681
|
-
"text": "HTMLElement"
|
|
6682
|
-
}
|
|
6683
|
-
}
|
|
6684
|
-
],
|
|
6685
|
-
"inheritedFrom": {
|
|
6686
|
-
"name": "AbstractProperty",
|
|
6687
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6688
|
-
}
|
|
6689
|
-
},
|
|
6690
|
-
{
|
|
6691
|
-
"kind": "method",
|
|
6692
|
-
"name": "_onAfterValueChange",
|
|
6693
|
-
"parameters": [
|
|
6694
|
-
{
|
|
6695
|
-
"name": "key",
|
|
6696
|
-
"type": {
|
|
6697
|
-
"text": "string"
|
|
6698
|
-
}
|
|
6699
|
-
},
|
|
6700
|
-
{
|
|
6701
|
-
"name": "value",
|
|
6702
|
-
"type": {
|
|
6703
|
-
"text": "any"
|
|
6704
|
-
}
|
|
6705
|
-
}
|
|
6706
|
-
],
|
|
6707
|
-
"inheritedFrom": {
|
|
6708
|
-
"name": "AbstractProperty",
|
|
6709
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6710
|
-
}
|
|
6711
|
-
}
|
|
6712
|
-
],
|
|
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
|
-
"attributes": [
|
|
6732
|
-
{
|
|
6733
|
-
"name": "value",
|
|
6734
|
-
"type": {
|
|
6735
|
-
"text": "Properties | undefined"
|
|
6736
|
-
},
|
|
6737
|
-
"fieldName": "value"
|
|
6738
|
-
},
|
|
6739
|
-
{
|
|
6740
|
-
"name": "bounds",
|
|
6741
|
-
"type": {
|
|
6742
|
-
"text": "BOUNDS | null"
|
|
6743
|
-
},
|
|
6744
|
-
"default": "null",
|
|
6745
|
-
"fieldName": "bounds"
|
|
6746
|
-
},
|
|
6747
|
-
{
|
|
6748
|
-
"name": "selected",
|
|
6749
|
-
"type": {
|
|
6750
|
-
"text": "Component[]"
|
|
6751
|
-
},
|
|
6752
|
-
"default": "[]",
|
|
6753
|
-
"fieldName": "selected"
|
|
6754
|
-
}
|
|
6755
|
-
],
|
|
6756
|
-
"superclass": {
|
|
6757
|
-
"name": "AbstractProperty",
|
|
6758
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6759
|
-
}
|
|
6760
|
-
}
|
|
6761
|
-
],
|
|
6762
|
-
"exports": [
|
|
6763
|
-
{
|
|
6764
|
-
"kind": "js",
|
|
6765
|
-
"name": "PropertyShapes",
|
|
6766
|
-
"declaration": {
|
|
6767
|
-
"name": "PropertyShapes",
|
|
6768
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6769
|
-
}
|
|
6770
|
-
}
|
|
6771
|
-
]
|
|
6772
6772
|
}
|
|
6773
6773
|
]
|
|
6774
6774
|
}
|