@fmsim/board 0.0.66 → 0.0.67
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 +296 -296
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,69 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "stories/index.stories.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "Regular"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"kind": "variable",
|
|
15
|
-
"name": "CustomTitle"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"kind": "variable",
|
|
19
|
-
"name": "CustomCounter"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"kind": "variable",
|
|
23
|
-
"name": "SlottedContent"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"exports": [
|
|
27
|
-
{
|
|
28
|
-
"kind": "js",
|
|
29
|
-
"name": "default",
|
|
30
|
-
"declaration": {
|
|
31
|
-
"module": "stories/index.stories.ts"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"kind": "js",
|
|
36
|
-
"name": "Regular",
|
|
37
|
-
"declaration": {
|
|
38
|
-
"name": "Regular",
|
|
39
|
-
"module": "stories/index.stories.ts"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"kind": "js",
|
|
44
|
-
"name": "CustomTitle",
|
|
45
|
-
"declaration": {
|
|
46
|
-
"name": "CustomTitle",
|
|
47
|
-
"module": "stories/index.stories.ts"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"kind": "js",
|
|
52
|
-
"name": "CustomCounter",
|
|
53
|
-
"declaration": {
|
|
54
|
-
"name": "CustomCounter",
|
|
55
|
-
"module": "stories/index.stories.ts"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"kind": "js",
|
|
60
|
-
"name": "SlottedContent",
|
|
61
|
-
"declaration": {
|
|
62
|
-
"name": "SlottedContent",
|
|
63
|
-
"module": "stories/index.stories.ts"
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
]
|
|
67
|
-
},
|
|
68
5
|
{
|
|
69
6
|
"kind": "javascript-module",
|
|
70
7
|
"path": "src/index.ts",
|
|
@@ -1652,6 +1589,69 @@
|
|
|
1652
1589
|
"declarations": [],
|
|
1653
1590
|
"exports": []
|
|
1654
1591
|
},
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "javascript-module",
|
|
1594
|
+
"path": "stories/index.stories.ts",
|
|
1595
|
+
"declarations": [
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "variable",
|
|
1598
|
+
"name": "Regular"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"kind": "variable",
|
|
1602
|
+
"name": "CustomTitle"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "variable",
|
|
1606
|
+
"name": "CustomCounter"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "variable",
|
|
1610
|
+
"name": "SlottedContent"
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
"exports": [
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "js",
|
|
1616
|
+
"name": "default",
|
|
1617
|
+
"declaration": {
|
|
1618
|
+
"module": "stories/index.stories.ts"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "js",
|
|
1623
|
+
"name": "Regular",
|
|
1624
|
+
"declaration": {
|
|
1625
|
+
"name": "Regular",
|
|
1626
|
+
"module": "stories/index.stories.ts"
|
|
1627
|
+
}
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"kind": "js",
|
|
1631
|
+
"name": "CustomTitle",
|
|
1632
|
+
"declaration": {
|
|
1633
|
+
"name": "CustomTitle",
|
|
1634
|
+
"module": "stories/index.stories.ts"
|
|
1635
|
+
}
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "js",
|
|
1639
|
+
"name": "CustomCounter",
|
|
1640
|
+
"declaration": {
|
|
1641
|
+
"name": "CustomCounter",
|
|
1642
|
+
"module": "stories/index.stories.ts"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "js",
|
|
1647
|
+
"name": "SlottedContent",
|
|
1648
|
+
"declaration": {
|
|
1649
|
+
"name": "SlottedContent",
|
|
1650
|
+
"module": "stories/index.stories.ts"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
1655
|
{
|
|
1656
1656
|
"kind": "javascript-module",
|
|
1657
1657
|
"path": "src/component/etc.ts",
|
|
@@ -5960,480 +5960,480 @@
|
|
|
5960
5960
|
},
|
|
5961
5961
|
{
|
|
5962
5962
|
"kind": "javascript-module",
|
|
5963
|
-
"path": "src/modeller/property-sidebar/
|
|
5963
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
5964
|
+
"declarations": [
|
|
5965
|
+
{
|
|
5966
|
+
"kind": "variable",
|
|
5967
|
+
"name": "BoxPaddingEditorStyles",
|
|
5968
|
+
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
5969
|
+
}
|
|
5970
|
+
],
|
|
5971
|
+
"exports": [
|
|
5972
|
+
{
|
|
5973
|
+
"kind": "js",
|
|
5974
|
+
"name": "BoxPaddingEditorStyles",
|
|
5975
|
+
"declaration": {
|
|
5976
|
+
"name": "BoxPaddingEditorStyles",
|
|
5977
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5978
|
+
}
|
|
5979
|
+
}
|
|
5980
|
+
]
|
|
5981
|
+
},
|
|
5982
|
+
{
|
|
5983
|
+
"kind": "javascript-module",
|
|
5984
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5964
5985
|
"declarations": [
|
|
5965
5986
|
{
|
|
5966
5987
|
"kind": "class",
|
|
5967
5988
|
"description": "",
|
|
5968
|
-
"name": "
|
|
5989
|
+
"name": "PropertyShapes",
|
|
5969
5990
|
"members": [
|
|
5970
5991
|
{
|
|
5971
5992
|
"kind": "field",
|
|
5972
|
-
"name": "
|
|
5973
|
-
"type": {
|
|
5974
|
-
"text": "Scene | undefined"
|
|
5975
|
-
},
|
|
5976
|
-
"attribute": "scene"
|
|
5977
|
-
},
|
|
5978
|
-
{
|
|
5979
|
-
"kind": "field",
|
|
5980
|
-
"name": "searchText",
|
|
5993
|
+
"name": "value",
|
|
5981
5994
|
"type": {
|
|
5982
|
-
"text": "
|
|
5995
|
+
"text": "Properties | undefined"
|
|
5983
5996
|
},
|
|
5984
|
-
"
|
|
5985
|
-
"default": "''"
|
|
5997
|
+
"attribute": "value"
|
|
5986
5998
|
},
|
|
5987
5999
|
{
|
|
5988
6000
|
"kind": "field",
|
|
5989
|
-
"name": "
|
|
6001
|
+
"name": "bounds",
|
|
5990
6002
|
"type": {
|
|
5991
|
-
"text": "
|
|
6003
|
+
"text": "BOUNDS | null"
|
|
5992
6004
|
},
|
|
5993
|
-
"
|
|
6005
|
+
"default": "null",
|
|
6006
|
+
"attribute": "bounds"
|
|
5994
6007
|
},
|
|
5995
6008
|
{
|
|
5996
6009
|
"kind": "field",
|
|
5997
|
-
"name": "
|
|
6010
|
+
"name": "selected",
|
|
5998
6011
|
"type": {
|
|
5999
|
-
"text": "
|
|
6012
|
+
"text": "Component[]"
|
|
6000
6013
|
},
|
|
6001
|
-
"
|
|
6002
|
-
"
|
|
6014
|
+
"default": "[]",
|
|
6015
|
+
"attribute": "selected"
|
|
6003
6016
|
},
|
|
6004
6017
|
{
|
|
6005
6018
|
"kind": "method",
|
|
6006
|
-
"name": "
|
|
6019
|
+
"name": "_onValueChange",
|
|
6007
6020
|
"parameters": [
|
|
6008
6021
|
{
|
|
6009
|
-
"name": "
|
|
6010
|
-
"optional": true,
|
|
6022
|
+
"name": "e",
|
|
6011
6023
|
"type": {
|
|
6012
|
-
"text": "
|
|
6024
|
+
"text": "Event"
|
|
6013
6025
|
}
|
|
6014
6026
|
}
|
|
6015
|
-
]
|
|
6016
|
-
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
6020
|
-
},
|
|
6021
|
-
{
|
|
6022
|
-
"kind": "field",
|
|
6023
|
-
"name": "sortableConfig",
|
|
6024
|
-
"type": {
|
|
6025
|
-
"text": "Sortable.Options"
|
|
6026
|
-
},
|
|
6027
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6027
|
+
],
|
|
6028
|
+
"inheritedFrom": {
|
|
6029
|
+
"name": "AbstractProperty",
|
|
6030
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6031
|
+
}
|
|
6028
6032
|
},
|
|
6029
6033
|
{
|
|
6030
6034
|
"kind": "method",
|
|
6031
|
-
"name": "
|
|
6035
|
+
"name": "_hasTextProperty",
|
|
6032
6036
|
"parameters": [
|
|
6033
6037
|
{
|
|
6034
|
-
"name": "
|
|
6038
|
+
"name": "selected",
|
|
6035
6039
|
"type": {
|
|
6036
|
-
"text": "
|
|
6040
|
+
"text": "Component[]"
|
|
6037
6041
|
}
|
|
6038
6042
|
}
|
|
6039
6043
|
]
|
|
6040
6044
|
},
|
|
6041
6045
|
{
|
|
6042
6046
|
"kind": "method",
|
|
6043
|
-
"name": "
|
|
6047
|
+
"name": "_hasProperties",
|
|
6044
6048
|
"parameters": [
|
|
6045
6049
|
{
|
|
6046
|
-
"name": "
|
|
6050
|
+
"name": "selected",
|
|
6047
6051
|
"type": {
|
|
6048
|
-
"text": "
|
|
6052
|
+
"text": "Component[]"
|
|
6049
6053
|
}
|
|
6050
6054
|
}
|
|
6051
6055
|
]
|
|
6052
6056
|
},
|
|
6053
6057
|
{
|
|
6054
6058
|
"kind": "method",
|
|
6055
|
-
"name": "
|
|
6059
|
+
"name": "_isIdentifiable",
|
|
6056
6060
|
"parameters": [
|
|
6057
6061
|
{
|
|
6058
|
-
"name": "
|
|
6062
|
+
"name": "selected",
|
|
6059
6063
|
"type": {
|
|
6060
|
-
"text": "
|
|
6064
|
+
"text": "Component[]"
|
|
6061
6065
|
}
|
|
6062
6066
|
}
|
|
6063
6067
|
]
|
|
6064
6068
|
},
|
|
6065
|
-
{
|
|
6066
|
-
"kind": "field",
|
|
6067
|
-
"name": "extendedMap",
|
|
6068
|
-
"readonly": true
|
|
6069
|
-
},
|
|
6070
6069
|
{
|
|
6071
6070
|
"kind": "method",
|
|
6072
|
-
"name": "
|
|
6071
|
+
"name": "_isClassIdentifiable",
|
|
6073
6072
|
"parameters": [
|
|
6074
6073
|
{
|
|
6075
|
-
"name": "
|
|
6074
|
+
"name": "selected",
|
|
6076
6075
|
"type": {
|
|
6077
|
-
"text": "Component"
|
|
6076
|
+
"text": "Component[]"
|
|
6078
6077
|
}
|
|
6079
6078
|
}
|
|
6080
6079
|
]
|
|
6081
6080
|
},
|
|
6082
6081
|
{
|
|
6083
6082
|
"kind": "method",
|
|
6084
|
-
"name": "
|
|
6083
|
+
"name": "_isLine",
|
|
6085
6084
|
"parameters": [
|
|
6086
6085
|
{
|
|
6087
|
-
"name": "
|
|
6086
|
+
"name": "selected",
|
|
6088
6087
|
"type": {
|
|
6089
|
-
"text": "Component"
|
|
6088
|
+
"text": "Component[]"
|
|
6090
6089
|
}
|
|
6091
6090
|
}
|
|
6092
6091
|
]
|
|
6093
6092
|
},
|
|
6094
6093
|
{
|
|
6095
6094
|
"kind": "method",
|
|
6096
|
-
"name": "
|
|
6095
|
+
"name": "_is3dish",
|
|
6097
6096
|
"parameters": [
|
|
6098
6097
|
{
|
|
6099
|
-
"name": "
|
|
6098
|
+
"name": "selected",
|
|
6100
6099
|
"type": {
|
|
6101
|
-
"text": "Component"
|
|
6100
|
+
"text": "Component[]"
|
|
6102
6101
|
}
|
|
6103
6102
|
}
|
|
6104
6103
|
]
|
|
6105
6104
|
},
|
|
6106
6105
|
{
|
|
6107
6106
|
"kind": "method",
|
|
6108
|
-
"name": "
|
|
6107
|
+
"name": "_getValueFromEventTarget",
|
|
6109
6108
|
"parameters": [
|
|
6110
6109
|
{
|
|
6111
|
-
"name": "
|
|
6110
|
+
"name": "element",
|
|
6112
6111
|
"type": {
|
|
6113
|
-
"text": "
|
|
6112
|
+
"text": "HTMLElement"
|
|
6114
6113
|
}
|
|
6115
6114
|
}
|
|
6116
|
-
]
|
|
6117
|
-
|
|
6118
|
-
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
"parameters": [
|
|
6122
|
-
{
|
|
6123
|
-
"name": "component",
|
|
6124
|
-
"type": {
|
|
6125
|
-
"text": "Component"
|
|
6126
|
-
}
|
|
6127
|
-
}
|
|
6128
|
-
]
|
|
6129
|
-
},
|
|
6130
|
-
{
|
|
6131
|
-
"kind": "method",
|
|
6132
|
-
"name": "shouldBeShown",
|
|
6133
|
-
"return": {
|
|
6134
|
-
"type": {
|
|
6135
|
-
"text": "boolean"
|
|
6136
|
-
}
|
|
6137
|
-
},
|
|
6138
|
-
"parameters": [
|
|
6139
|
-
{
|
|
6140
|
-
"name": "component",
|
|
6141
|
-
"type": {
|
|
6142
|
-
"text": "Component"
|
|
6143
|
-
}
|
|
6144
|
-
}
|
|
6145
|
-
]
|
|
6115
|
+
],
|
|
6116
|
+
"inheritedFrom": {
|
|
6117
|
+
"name": "AbstractProperty",
|
|
6118
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6119
|
+
}
|
|
6146
6120
|
},
|
|
6147
6121
|
{
|
|
6148
6122
|
"kind": "method",
|
|
6149
|
-
"name": "
|
|
6150
|
-
"return": {
|
|
6151
|
-
"type": {
|
|
6152
|
-
"text": "TemplateResult"
|
|
6153
|
-
}
|
|
6154
|
-
},
|
|
6123
|
+
"name": "_onAfterValueChange",
|
|
6155
6124
|
"parameters": [
|
|
6156
6125
|
{
|
|
6157
|
-
"name": "
|
|
6126
|
+
"name": "key",
|
|
6158
6127
|
"type": {
|
|
6159
|
-
"text": "
|
|
6128
|
+
"text": "string"
|
|
6160
6129
|
}
|
|
6161
6130
|
},
|
|
6162
6131
|
{
|
|
6163
|
-
"name": "
|
|
6132
|
+
"name": "value",
|
|
6164
6133
|
"type": {
|
|
6165
|
-
"text": "
|
|
6134
|
+
"text": "any"
|
|
6166
6135
|
}
|
|
6167
6136
|
}
|
|
6168
|
-
]
|
|
6137
|
+
],
|
|
6138
|
+
"inheritedFrom": {
|
|
6139
|
+
"name": "AbstractProperty",
|
|
6140
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6141
|
+
}
|
|
6142
|
+
}
|
|
6143
|
+
],
|
|
6144
|
+
"events": [
|
|
6145
|
+
{
|
|
6146
|
+
"name": "bounds-change",
|
|
6147
|
+
"type": {
|
|
6148
|
+
"text": "CustomEvent"
|
|
6149
|
+
}
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
"name": "property-change",
|
|
6153
|
+
"type": {
|
|
6154
|
+
"text": "CustomEvent"
|
|
6155
|
+
},
|
|
6156
|
+
"inheritedFrom": {
|
|
6157
|
+
"name": "AbstractProperty",
|
|
6158
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6159
|
+
}
|
|
6169
6160
|
}
|
|
6170
6161
|
],
|
|
6171
6162
|
"attributes": [
|
|
6172
6163
|
{
|
|
6173
|
-
"name": "
|
|
6164
|
+
"name": "value",
|
|
6174
6165
|
"type": {
|
|
6175
|
-
"text": "
|
|
6166
|
+
"text": "Properties | undefined"
|
|
6176
6167
|
},
|
|
6177
|
-
"fieldName": "
|
|
6168
|
+
"fieldName": "value"
|
|
6169
|
+
},
|
|
6170
|
+
{
|
|
6171
|
+
"name": "bounds",
|
|
6172
|
+
"type": {
|
|
6173
|
+
"text": "BOUNDS | null"
|
|
6174
|
+
},
|
|
6175
|
+
"default": "null",
|
|
6176
|
+
"fieldName": "bounds"
|
|
6177
|
+
},
|
|
6178
|
+
{
|
|
6179
|
+
"name": "selected",
|
|
6180
|
+
"type": {
|
|
6181
|
+
"text": "Component[]"
|
|
6182
|
+
},
|
|
6183
|
+
"default": "[]",
|
|
6184
|
+
"fieldName": "selected"
|
|
6178
6185
|
}
|
|
6179
6186
|
],
|
|
6180
6187
|
"superclass": {
|
|
6181
|
-
"name": "
|
|
6182
|
-
"
|
|
6183
|
-
},
|
|
6184
|
-
"customElement": true
|
|
6185
|
-
}
|
|
6186
|
-
],
|
|
6187
|
-
"exports": [
|
|
6188
|
-
{
|
|
6189
|
-
"kind": "js",
|
|
6190
|
-
"name": "SceneInspector",
|
|
6191
|
-
"declaration": {
|
|
6192
|
-
"name": "SceneInspector",
|
|
6193
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6188
|
+
"name": "AbstractProperty",
|
|
6189
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6194
6190
|
}
|
|
6195
6191
|
}
|
|
6196
|
-
]
|
|
6197
|
-
},
|
|
6198
|
-
{
|
|
6199
|
-
"kind": "javascript-module",
|
|
6200
|
-
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6201
|
-
"declarations": [
|
|
6202
|
-
{
|
|
6203
|
-
"kind": "variable",
|
|
6204
|
-
"name": "BoxPaddingEditorStyles",
|
|
6205
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
6206
|
-
}
|
|
6207
6192
|
],
|
|
6208
6193
|
"exports": [
|
|
6209
6194
|
{
|
|
6210
6195
|
"kind": "js",
|
|
6211
|
-
"name": "
|
|
6196
|
+
"name": "PropertyShapes",
|
|
6212
6197
|
"declaration": {
|
|
6213
|
-
"name": "
|
|
6214
|
-
"module": "src/modeller/property-sidebar/shapes/
|
|
6198
|
+
"name": "PropertyShapes",
|
|
6199
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6215
6200
|
}
|
|
6216
6201
|
}
|
|
6217
6202
|
]
|
|
6218
6203
|
},
|
|
6219
6204
|
{
|
|
6220
6205
|
"kind": "javascript-module",
|
|
6221
|
-
"path": "src/modeller/property-sidebar/
|
|
6206
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
6222
6207
|
"declarations": [
|
|
6223
6208
|
{
|
|
6224
6209
|
"kind": "class",
|
|
6225
6210
|
"description": "",
|
|
6226
|
-
"name": "
|
|
6211
|
+
"name": "SceneInspector",
|
|
6227
6212
|
"members": [
|
|
6228
6213
|
{
|
|
6229
6214
|
"kind": "field",
|
|
6230
|
-
"name": "
|
|
6215
|
+
"name": "scene",
|
|
6231
6216
|
"type": {
|
|
6232
|
-
"text": "
|
|
6217
|
+
"text": "Scene | undefined"
|
|
6233
6218
|
},
|
|
6234
|
-
"attribute": "
|
|
6219
|
+
"attribute": "scene"
|
|
6235
6220
|
},
|
|
6236
6221
|
{
|
|
6237
6222
|
"kind": "field",
|
|
6238
|
-
"name": "
|
|
6223
|
+
"name": "searchText",
|
|
6239
6224
|
"type": {
|
|
6240
|
-
"text": "
|
|
6225
|
+
"text": "string"
|
|
6241
6226
|
},
|
|
6242
|
-
"
|
|
6243
|
-
"
|
|
6227
|
+
"privacy": "private",
|
|
6228
|
+
"default": "''"
|
|
6244
6229
|
},
|
|
6245
6230
|
{
|
|
6246
6231
|
"kind": "field",
|
|
6247
|
-
"name": "
|
|
6232
|
+
"name": "_extendedMap",
|
|
6248
6233
|
"type": {
|
|
6249
|
-
"text": "
|
|
6234
|
+
"text": "any"
|
|
6250
6235
|
},
|
|
6251
|
-
"
|
|
6252
|
-
|
|
6236
|
+
"privacy": "private"
|
|
6237
|
+
},
|
|
6238
|
+
{
|
|
6239
|
+
"kind": "field",
|
|
6240
|
+
"name": "show",
|
|
6241
|
+
"type": {
|
|
6242
|
+
"text": "boolean"
|
|
6243
|
+
},
|
|
6244
|
+
"privacy": "private",
|
|
6245
|
+
"default": "false"
|
|
6253
6246
|
},
|
|
6254
6247
|
{
|
|
6255
6248
|
"kind": "method",
|
|
6256
|
-
"name": "
|
|
6249
|
+
"name": "disconnectScene",
|
|
6257
6250
|
"parameters": [
|
|
6258
6251
|
{
|
|
6259
|
-
"name": "
|
|
6252
|
+
"name": "scene",
|
|
6253
|
+
"optional": true,
|
|
6260
6254
|
"type": {
|
|
6261
|
-
"text": "
|
|
6255
|
+
"text": "Scene"
|
|
6262
6256
|
}
|
|
6263
6257
|
}
|
|
6264
|
-
]
|
|
6265
|
-
"inheritedFrom": {
|
|
6266
|
-
"name": "AbstractProperty",
|
|
6267
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6268
|
-
}
|
|
6258
|
+
]
|
|
6269
6259
|
},
|
|
6270
6260
|
{
|
|
6271
6261
|
"kind": "method",
|
|
6272
|
-
"name": "
|
|
6262
|
+
"name": "refresh"
|
|
6263
|
+
},
|
|
6264
|
+
{
|
|
6265
|
+
"kind": "field",
|
|
6266
|
+
"name": "sortableConfig",
|
|
6267
|
+
"type": {
|
|
6268
|
+
"text": "Sortable.Options"
|
|
6269
|
+
},
|
|
6270
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"kind": "method",
|
|
6274
|
+
"name": "onSort",
|
|
6273
6275
|
"parameters": [
|
|
6274
6276
|
{
|
|
6275
|
-
"name": "
|
|
6277
|
+
"name": "e",
|
|
6276
6278
|
"type": {
|
|
6277
|
-
"text": "
|
|
6279
|
+
"text": "Sortable.SortableEvent"
|
|
6278
6280
|
}
|
|
6279
6281
|
}
|
|
6280
6282
|
]
|
|
6281
6283
|
},
|
|
6282
6284
|
{
|
|
6283
6285
|
"kind": "method",
|
|
6284
|
-
"name": "
|
|
6286
|
+
"name": "_onclick",
|
|
6285
6287
|
"parameters": [
|
|
6286
6288
|
{
|
|
6287
|
-
"name": "
|
|
6289
|
+
"name": "e",
|
|
6288
6290
|
"type": {
|
|
6289
|
-
"text": "
|
|
6291
|
+
"text": "MouseEvent"
|
|
6290
6292
|
}
|
|
6291
6293
|
}
|
|
6292
6294
|
]
|
|
6293
6295
|
},
|
|
6294
6296
|
{
|
|
6295
6297
|
"kind": "method",
|
|
6296
|
-
"name": "
|
|
6298
|
+
"name": "_ondblclick",
|
|
6297
6299
|
"parameters": [
|
|
6298
6300
|
{
|
|
6299
|
-
"name": "
|
|
6301
|
+
"name": "e",
|
|
6300
6302
|
"type": {
|
|
6301
|
-
"text": "
|
|
6303
|
+
"text": "MouseEvent"
|
|
6302
6304
|
}
|
|
6303
6305
|
}
|
|
6304
6306
|
]
|
|
6305
6307
|
},
|
|
6308
|
+
{
|
|
6309
|
+
"kind": "field",
|
|
6310
|
+
"name": "extendedMap",
|
|
6311
|
+
"readonly": true
|
|
6312
|
+
},
|
|
6306
6313
|
{
|
|
6307
6314
|
"kind": "method",
|
|
6308
|
-
"name": "
|
|
6315
|
+
"name": "getNodeHandleClass",
|
|
6309
6316
|
"parameters": [
|
|
6310
6317
|
{
|
|
6311
|
-
"name": "
|
|
6318
|
+
"name": "component",
|
|
6312
6319
|
"type": {
|
|
6313
|
-
"text": "Component
|
|
6320
|
+
"text": "Component"
|
|
6314
6321
|
}
|
|
6315
6322
|
}
|
|
6316
6323
|
]
|
|
6317
6324
|
},
|
|
6318
6325
|
{
|
|
6319
6326
|
"kind": "method",
|
|
6320
|
-
"name": "
|
|
6327
|
+
"name": "isExtended",
|
|
6321
6328
|
"parameters": [
|
|
6322
6329
|
{
|
|
6323
|
-
"name": "
|
|
6330
|
+
"name": "component",
|
|
6324
6331
|
"type": {
|
|
6325
|
-
"text": "Component
|
|
6332
|
+
"text": "Component"
|
|
6326
6333
|
}
|
|
6327
6334
|
}
|
|
6328
6335
|
]
|
|
6329
6336
|
},
|
|
6330
6337
|
{
|
|
6331
6338
|
"kind": "method",
|
|
6332
|
-
"name": "
|
|
6339
|
+
"name": "toggleExtended",
|
|
6333
6340
|
"parameters": [
|
|
6334
6341
|
{
|
|
6335
|
-
"name": "
|
|
6342
|
+
"name": "component",
|
|
6336
6343
|
"type": {
|
|
6337
|
-
"text": "Component
|
|
6344
|
+
"text": "Component"
|
|
6338
6345
|
}
|
|
6339
6346
|
}
|
|
6340
6347
|
]
|
|
6341
6348
|
},
|
|
6342
6349
|
{
|
|
6343
6350
|
"kind": "method",
|
|
6344
|
-
"name": "
|
|
6351
|
+
"name": "toggleHidden",
|
|
6345
6352
|
"parameters": [
|
|
6346
6353
|
{
|
|
6347
|
-
"name": "
|
|
6354
|
+
"name": "component",
|
|
6348
6355
|
"type": {
|
|
6349
|
-
"text": "
|
|
6356
|
+
"text": "Component"
|
|
6350
6357
|
}
|
|
6351
6358
|
}
|
|
6352
|
-
]
|
|
6353
|
-
"inheritedFrom": {
|
|
6354
|
-
"name": "AbstractProperty",
|
|
6355
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6356
|
-
}
|
|
6359
|
+
]
|
|
6357
6360
|
},
|
|
6358
6361
|
{
|
|
6359
6362
|
"kind": "method",
|
|
6360
|
-
"name": "
|
|
6363
|
+
"name": "selectComponent",
|
|
6361
6364
|
"parameters": [
|
|
6362
6365
|
{
|
|
6363
|
-
"name": "
|
|
6366
|
+
"name": "component",
|
|
6364
6367
|
"type": {
|
|
6365
|
-
"text": "
|
|
6368
|
+
"text": "Component"
|
|
6366
6369
|
}
|
|
6367
|
-
}
|
|
6370
|
+
}
|
|
6371
|
+
]
|
|
6372
|
+
},
|
|
6373
|
+
{
|
|
6374
|
+
"kind": "method",
|
|
6375
|
+
"name": "shouldBeShown",
|
|
6376
|
+
"return": {
|
|
6377
|
+
"type": {
|
|
6378
|
+
"text": "boolean"
|
|
6379
|
+
}
|
|
6380
|
+
},
|
|
6381
|
+
"parameters": [
|
|
6368
6382
|
{
|
|
6369
|
-
"name": "
|
|
6383
|
+
"name": "component",
|
|
6370
6384
|
"type": {
|
|
6371
|
-
"text": "
|
|
6385
|
+
"text": "Component"
|
|
6372
6386
|
}
|
|
6373
6387
|
}
|
|
6374
|
-
]
|
|
6375
|
-
"inheritedFrom": {
|
|
6376
|
-
"name": "AbstractProperty",
|
|
6377
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6378
|
-
}
|
|
6379
|
-
}
|
|
6380
|
-
],
|
|
6381
|
-
"events": [
|
|
6382
|
-
{
|
|
6383
|
-
"name": "bounds-change",
|
|
6384
|
-
"type": {
|
|
6385
|
-
"text": "CustomEvent"
|
|
6386
|
-
}
|
|
6388
|
+
]
|
|
6387
6389
|
},
|
|
6388
6390
|
{
|
|
6389
|
-
"
|
|
6390
|
-
"
|
|
6391
|
-
|
|
6391
|
+
"kind": "method",
|
|
6392
|
+
"name": "renderComponent",
|
|
6393
|
+
"return": {
|
|
6394
|
+
"type": {
|
|
6395
|
+
"text": "TemplateResult"
|
|
6396
|
+
}
|
|
6392
6397
|
},
|
|
6393
|
-
"
|
|
6394
|
-
|
|
6395
|
-
|
|
6396
|
-
|
|
6398
|
+
"parameters": [
|
|
6399
|
+
{
|
|
6400
|
+
"name": "component",
|
|
6401
|
+
"type": {
|
|
6402
|
+
"text": "Component"
|
|
6403
|
+
}
|
|
6404
|
+
},
|
|
6405
|
+
{
|
|
6406
|
+
"name": "depth",
|
|
6407
|
+
"type": {
|
|
6408
|
+
"text": "number"
|
|
6409
|
+
}
|
|
6410
|
+
}
|
|
6411
|
+
]
|
|
6397
6412
|
}
|
|
6398
6413
|
],
|
|
6399
6414
|
"attributes": [
|
|
6400
6415
|
{
|
|
6401
|
-
"name": "
|
|
6402
|
-
"type": {
|
|
6403
|
-
"text": "Properties | undefined"
|
|
6404
|
-
},
|
|
6405
|
-
"fieldName": "value"
|
|
6406
|
-
},
|
|
6407
|
-
{
|
|
6408
|
-
"name": "bounds",
|
|
6409
|
-
"type": {
|
|
6410
|
-
"text": "BOUNDS | null"
|
|
6411
|
-
},
|
|
6412
|
-
"default": "null",
|
|
6413
|
-
"fieldName": "bounds"
|
|
6414
|
-
},
|
|
6415
|
-
{
|
|
6416
|
-
"name": "selected",
|
|
6416
|
+
"name": "scene",
|
|
6417
6417
|
"type": {
|
|
6418
|
-
"text": "
|
|
6418
|
+
"text": "Scene | undefined"
|
|
6419
6419
|
},
|
|
6420
|
-
"
|
|
6421
|
-
"fieldName": "selected"
|
|
6420
|
+
"fieldName": "scene"
|
|
6422
6421
|
}
|
|
6423
6422
|
],
|
|
6424
6423
|
"superclass": {
|
|
6425
|
-
"name": "
|
|
6426
|
-
"
|
|
6427
|
-
}
|
|
6424
|
+
"name": "LitElement",
|
|
6425
|
+
"package": "lit"
|
|
6426
|
+
},
|
|
6427
|
+
"customElement": true
|
|
6428
6428
|
}
|
|
6429
6429
|
],
|
|
6430
6430
|
"exports": [
|
|
6431
6431
|
{
|
|
6432
6432
|
"kind": "js",
|
|
6433
|
-
"name": "
|
|
6433
|
+
"name": "SceneInspector",
|
|
6434
6434
|
"declaration": {
|
|
6435
|
-
"name": "
|
|
6436
|
-
"module": "src/modeller/property-sidebar/
|
|
6435
|
+
"name": "SceneInspector",
|
|
6436
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
6437
6437
|
}
|
|
6438
6438
|
}
|
|
6439
6439
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fmsim/board",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67",
|
|
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": "^0.0.
|
|
87
|
+
"@fmsim/api": "^0.0.67",
|
|
88
88
|
"@open-wc/scoped-elements": "^2.0.0-next.6",
|
|
89
89
|
"@operato/app": "^1.3.7",
|
|
90
90
|
"@operato/data-grist": "^1.3.5",
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"prettier --write"
|
|
146
146
|
]
|
|
147
147
|
},
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "c2194dc399e450da947bb60d7b86bae40fdee3e6"
|
|
149
149
|
}
|