@fmsim/board 0.0.56 → 0.0.58
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 +482 -482
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -1485,6 +1485,65 @@
|
|
|
1485
1485
|
}
|
|
1486
1486
|
]
|
|
1487
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"kind": "javascript-module",
|
|
1490
|
+
"path": "src/component/etc.ts",
|
|
1491
|
+
"declarations": [
|
|
1492
|
+
{
|
|
1493
|
+
"kind": "variable",
|
|
1494
|
+
"name": "etc",
|
|
1495
|
+
"type": {
|
|
1496
|
+
"text": "ComponentGroup"
|
|
1497
|
+
},
|
|
1498
|
+
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1499
|
+
}
|
|
1500
|
+
],
|
|
1501
|
+
"exports": [
|
|
1502
|
+
{
|
|
1503
|
+
"kind": "js",
|
|
1504
|
+
"name": "etc",
|
|
1505
|
+
"declaration": {
|
|
1506
|
+
"name": "etc",
|
|
1507
|
+
"module": "src/component/etc.ts"
|
|
1508
|
+
}
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "javascript-module",
|
|
1514
|
+
"path": "src/component/index.ts",
|
|
1515
|
+
"declarations": [],
|
|
1516
|
+
"exports": [
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "js",
|
|
1519
|
+
"name": "*",
|
|
1520
|
+
"declaration": {
|
|
1521
|
+
"name": "*",
|
|
1522
|
+
"package": "./etc"
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
]
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "javascript-module",
|
|
1529
|
+
"path": "src/component/register-default-groups.ts",
|
|
1530
|
+
"declarations": [
|
|
1531
|
+
{
|
|
1532
|
+
"kind": "function",
|
|
1533
|
+
"name": "registerDefaultGroups"
|
|
1534
|
+
}
|
|
1535
|
+
],
|
|
1536
|
+
"exports": [
|
|
1537
|
+
{
|
|
1538
|
+
"kind": "js",
|
|
1539
|
+
"name": "registerDefaultGroups",
|
|
1540
|
+
"declaration": {
|
|
1541
|
+
"name": "registerDefaultGroups",
|
|
1542
|
+
"module": "src/component/register-default-groups.ts"
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
]
|
|
1546
|
+
},
|
|
1488
1547
|
{
|
|
1489
1548
|
"kind": "javascript-module",
|
|
1490
1549
|
"path": "src/data-storage/data-storage.ts",
|
|
@@ -1577,65 +1636,6 @@
|
|
|
1577
1636
|
}
|
|
1578
1637
|
]
|
|
1579
1638
|
},
|
|
1580
|
-
{
|
|
1581
|
-
"kind": "javascript-module",
|
|
1582
|
-
"path": "src/component/etc.ts",
|
|
1583
|
-
"declarations": [
|
|
1584
|
-
{
|
|
1585
|
-
"kind": "variable",
|
|
1586
|
-
"name": "etc",
|
|
1587
|
-
"type": {
|
|
1588
|
-
"text": "ComponentGroup"
|
|
1589
|
-
},
|
|
1590
|
-
"default": "{\n name: 'etc',\n description: 'a group of components that have not yet been defined.',\n icon,\n templates: [\n {\n type: 'rect',\n description: 'rectangle shape',\n icon: rect,\n group: 'shape',\n model: {\n type: 'rect',\n left: 100,\n top: 100,\n width: 100,\n height: 100,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'ellipse',\n description: 'ellipse shape',\n icon: ellipse,\n group: 'shape',\n model: {\n type: 'ellipse',\n rx: 50,\n ry: 50,\n cx: 150,\n cy: 150,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 1,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'line',\n description: 'simple line',\n icon: lineIcon,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'solid',\n lineCap: 'butt'\n }\n },\n {\n type: 'dash',\n description: 'dash line',\n icon: dash,\n group: 'line',\n model: {\n type: 'line',\n x1: 100,\n y1: 100,\n x2: 200,\n y2: 200,\n fillStyle: '#fff',\n strokeStyle: '#000',\n alpha: 1,\n hidden: false,\n lineWidth: 3,\n lineDash: 'round-dot',\n lineCap: 'butt'\n }\n }\n ]\n}"
|
|
1591
|
-
}
|
|
1592
|
-
],
|
|
1593
|
-
"exports": [
|
|
1594
|
-
{
|
|
1595
|
-
"kind": "js",
|
|
1596
|
-
"name": "etc",
|
|
1597
|
-
"declaration": {
|
|
1598
|
-
"name": "etc",
|
|
1599
|
-
"module": "src/component/etc.ts"
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
]
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "javascript-module",
|
|
1606
|
-
"path": "src/component/index.ts",
|
|
1607
|
-
"declarations": [],
|
|
1608
|
-
"exports": [
|
|
1609
|
-
{
|
|
1610
|
-
"kind": "js",
|
|
1611
|
-
"name": "*",
|
|
1612
|
-
"declaration": {
|
|
1613
|
-
"name": "*",
|
|
1614
|
-
"package": "./etc"
|
|
1615
|
-
}
|
|
1616
|
-
}
|
|
1617
|
-
]
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "javascript-module",
|
|
1621
|
-
"path": "src/component/register-default-groups.ts",
|
|
1622
|
-
"declarations": [
|
|
1623
|
-
{
|
|
1624
|
-
"kind": "function",
|
|
1625
|
-
"name": "registerDefaultGroups"
|
|
1626
|
-
}
|
|
1627
|
-
],
|
|
1628
|
-
"exports": [
|
|
1629
|
-
{
|
|
1630
|
-
"kind": "js",
|
|
1631
|
-
"name": "registerDefaultGroups",
|
|
1632
|
-
"declaration": {
|
|
1633
|
-
"name": "registerDefaultGroups",
|
|
1634
|
-
"module": "src/component/register-default-groups.ts"
|
|
1635
|
-
}
|
|
1636
|
-
}
|
|
1637
|
-
]
|
|
1638
|
-
},
|
|
1639
1639
|
{
|
|
1640
1640
|
"kind": "javascript-module",
|
|
1641
1641
|
"path": "src/layers/mcs-event-handlers.ts",
|
|
@@ -4936,355 +4936,118 @@
|
|
|
4936
4936
|
},
|
|
4937
4937
|
{
|
|
4938
4938
|
"kind": "javascript-module",
|
|
4939
|
-
"path": "src/modeller/property-sidebar/
|
|
4939
|
+
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
4940
|
+
"declarations": [
|
|
4941
|
+
{
|
|
4942
|
+
"kind": "variable",
|
|
4943
|
+
"name": "EffectsSharedStyle",
|
|
4944
|
+
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
4945
|
+
}
|
|
4946
|
+
],
|
|
4947
|
+
"exports": [
|
|
4948
|
+
{
|
|
4949
|
+
"kind": "js",
|
|
4950
|
+
"name": "EffectsSharedStyle",
|
|
4951
|
+
"declaration": {
|
|
4952
|
+
"name": "EffectsSharedStyle",
|
|
4953
|
+
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
4954
|
+
}
|
|
4955
|
+
}
|
|
4956
|
+
]
|
|
4957
|
+
},
|
|
4958
|
+
{
|
|
4959
|
+
"kind": "javascript-module",
|
|
4960
|
+
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
4940
4961
|
"declarations": [
|
|
4941
4962
|
{
|
|
4942
4963
|
"kind": "class",
|
|
4943
4964
|
"description": "",
|
|
4944
|
-
"name": "
|
|
4965
|
+
"name": "PropertyEffects",
|
|
4945
4966
|
"members": [
|
|
4946
4967
|
{
|
|
4947
4968
|
"kind": "field",
|
|
4948
|
-
"name": "
|
|
4949
|
-
"type": {
|
|
4950
|
-
"text": "Scene | undefined"
|
|
4951
|
-
},
|
|
4952
|
-
"attribute": "scene"
|
|
4953
|
-
},
|
|
4954
|
-
{
|
|
4955
|
-
"kind": "field",
|
|
4956
|
-
"name": "searchText",
|
|
4969
|
+
"name": "value",
|
|
4957
4970
|
"type": {
|
|
4958
|
-
"text": "
|
|
4971
|
+
"text": "Properties | undefined"
|
|
4959
4972
|
},
|
|
4960
|
-
"
|
|
4961
|
-
"default": "''"
|
|
4973
|
+
"attribute": "value"
|
|
4962
4974
|
},
|
|
4963
4975
|
{
|
|
4964
4976
|
"kind": "field",
|
|
4965
|
-
"name": "
|
|
4977
|
+
"name": "scene",
|
|
4966
4978
|
"type": {
|
|
4967
|
-
"text": "
|
|
4979
|
+
"text": "Scene | undefined"
|
|
4968
4980
|
},
|
|
4969
|
-
"
|
|
4981
|
+
"attribute": "scene"
|
|
4970
4982
|
},
|
|
4971
4983
|
{
|
|
4972
4984
|
"kind": "field",
|
|
4973
|
-
"name": "
|
|
4974
|
-
"
|
|
4975
|
-
|
|
4976
|
-
},
|
|
4977
|
-
"privacy": "private",
|
|
4978
|
-
"default": "false"
|
|
4985
|
+
"name": "scopedElements",
|
|
4986
|
+
"static": true,
|
|
4987
|
+
"readonly": true
|
|
4979
4988
|
},
|
|
4980
4989
|
{
|
|
4981
4990
|
"kind": "method",
|
|
4982
|
-
"name": "
|
|
4991
|
+
"name": "_onValueChange",
|
|
4983
4992
|
"parameters": [
|
|
4984
4993
|
{
|
|
4985
|
-
"name": "
|
|
4986
|
-
"optional": true,
|
|
4994
|
+
"name": "e",
|
|
4987
4995
|
"type": {
|
|
4988
|
-
"text": "
|
|
4996
|
+
"text": "Event"
|
|
4989
4997
|
}
|
|
4990
4998
|
}
|
|
4991
|
-
]
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
},
|
|
4997
|
-
{
|
|
4998
|
-
"kind": "field",
|
|
4999
|
-
"name": "sortableConfig",
|
|
5000
|
-
"type": {
|
|
5001
|
-
"text": "Sortable.Options"
|
|
5002
|
-
},
|
|
5003
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
4999
|
+
],
|
|
5000
|
+
"inheritedFrom": {
|
|
5001
|
+
"name": "AbstractProperty",
|
|
5002
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5003
|
+
}
|
|
5004
5004
|
},
|
|
5005
5005
|
{
|
|
5006
5006
|
"kind": "method",
|
|
5007
|
-
"name": "
|
|
5007
|
+
"name": "_getValueFromEventTarget",
|
|
5008
5008
|
"parameters": [
|
|
5009
5009
|
{
|
|
5010
|
-
"name": "
|
|
5010
|
+
"name": "element",
|
|
5011
5011
|
"type": {
|
|
5012
|
-
"text": "
|
|
5012
|
+
"text": "HTMLElement"
|
|
5013
5013
|
}
|
|
5014
5014
|
}
|
|
5015
|
-
]
|
|
5015
|
+
],
|
|
5016
|
+
"inheritedFrom": {
|
|
5017
|
+
"name": "AbstractProperty",
|
|
5018
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5019
|
+
}
|
|
5016
5020
|
},
|
|
5017
5021
|
{
|
|
5018
5022
|
"kind": "method",
|
|
5019
|
-
"name": "
|
|
5023
|
+
"name": "_onAfterValueChange",
|
|
5020
5024
|
"parameters": [
|
|
5021
5025
|
{
|
|
5022
|
-
"name": "
|
|
5026
|
+
"name": "key",
|
|
5023
5027
|
"type": {
|
|
5024
|
-
"text": "
|
|
5028
|
+
"text": "string"
|
|
5025
5029
|
}
|
|
5026
|
-
}
|
|
5027
|
-
]
|
|
5028
|
-
},
|
|
5029
|
-
{
|
|
5030
|
-
"kind": "method",
|
|
5031
|
-
"name": "_ondblclick",
|
|
5032
|
-
"parameters": [
|
|
5030
|
+
},
|
|
5033
5031
|
{
|
|
5034
|
-
"name": "
|
|
5032
|
+
"name": "value",
|
|
5035
5033
|
"type": {
|
|
5036
|
-
"text": "
|
|
5034
|
+
"text": "any"
|
|
5037
5035
|
}
|
|
5038
5036
|
}
|
|
5039
|
-
]
|
|
5040
|
-
|
|
5037
|
+
],
|
|
5038
|
+
"inheritedFrom": {
|
|
5039
|
+
"name": "AbstractProperty",
|
|
5040
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5041
|
+
}
|
|
5042
|
+
}
|
|
5043
|
+
],
|
|
5044
|
+
"attributes": [
|
|
5041
5045
|
{
|
|
5042
|
-
"
|
|
5043
|
-
"
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
"kind": "method",
|
|
5048
|
-
"name": "getNodeHandleClass",
|
|
5049
|
-
"parameters": [
|
|
5050
|
-
{
|
|
5051
|
-
"name": "component",
|
|
5052
|
-
"type": {
|
|
5053
|
-
"text": "Component"
|
|
5054
|
-
}
|
|
5055
|
-
}
|
|
5056
|
-
]
|
|
5057
|
-
},
|
|
5058
|
-
{
|
|
5059
|
-
"kind": "method",
|
|
5060
|
-
"name": "isExtended",
|
|
5061
|
-
"parameters": [
|
|
5062
|
-
{
|
|
5063
|
-
"name": "component",
|
|
5064
|
-
"type": {
|
|
5065
|
-
"text": "Component"
|
|
5066
|
-
}
|
|
5067
|
-
}
|
|
5068
|
-
]
|
|
5069
|
-
},
|
|
5070
|
-
{
|
|
5071
|
-
"kind": "method",
|
|
5072
|
-
"name": "toggleExtended",
|
|
5073
|
-
"parameters": [
|
|
5074
|
-
{
|
|
5075
|
-
"name": "component",
|
|
5076
|
-
"type": {
|
|
5077
|
-
"text": "Component"
|
|
5078
|
-
}
|
|
5079
|
-
}
|
|
5080
|
-
]
|
|
5081
|
-
},
|
|
5082
|
-
{
|
|
5083
|
-
"kind": "method",
|
|
5084
|
-
"name": "toggleHidden",
|
|
5085
|
-
"parameters": [
|
|
5086
|
-
{
|
|
5087
|
-
"name": "component",
|
|
5088
|
-
"type": {
|
|
5089
|
-
"text": "Component"
|
|
5090
|
-
}
|
|
5091
|
-
}
|
|
5092
|
-
]
|
|
5093
|
-
},
|
|
5094
|
-
{
|
|
5095
|
-
"kind": "method",
|
|
5096
|
-
"name": "selectComponent",
|
|
5097
|
-
"parameters": [
|
|
5098
|
-
{
|
|
5099
|
-
"name": "component",
|
|
5100
|
-
"type": {
|
|
5101
|
-
"text": "Component"
|
|
5102
|
-
}
|
|
5103
|
-
}
|
|
5104
|
-
]
|
|
5105
|
-
},
|
|
5106
|
-
{
|
|
5107
|
-
"kind": "method",
|
|
5108
|
-
"name": "shouldBeShown",
|
|
5109
|
-
"return": {
|
|
5110
|
-
"type": {
|
|
5111
|
-
"text": "boolean"
|
|
5112
|
-
}
|
|
5113
|
-
},
|
|
5114
|
-
"parameters": [
|
|
5115
|
-
{
|
|
5116
|
-
"name": "component",
|
|
5117
|
-
"type": {
|
|
5118
|
-
"text": "Component"
|
|
5119
|
-
}
|
|
5120
|
-
}
|
|
5121
|
-
]
|
|
5122
|
-
},
|
|
5123
|
-
{
|
|
5124
|
-
"kind": "method",
|
|
5125
|
-
"name": "renderComponent",
|
|
5126
|
-
"return": {
|
|
5127
|
-
"type": {
|
|
5128
|
-
"text": "TemplateResult"
|
|
5129
|
-
}
|
|
5130
|
-
},
|
|
5131
|
-
"parameters": [
|
|
5132
|
-
{
|
|
5133
|
-
"name": "component",
|
|
5134
|
-
"type": {
|
|
5135
|
-
"text": "Component"
|
|
5136
|
-
}
|
|
5137
|
-
},
|
|
5138
|
-
{
|
|
5139
|
-
"name": "depth",
|
|
5140
|
-
"type": {
|
|
5141
|
-
"text": "number"
|
|
5142
|
-
}
|
|
5143
|
-
}
|
|
5144
|
-
]
|
|
5145
|
-
}
|
|
5146
|
-
],
|
|
5147
|
-
"attributes": [
|
|
5148
|
-
{
|
|
5149
|
-
"name": "scene",
|
|
5150
|
-
"type": {
|
|
5151
|
-
"text": "Scene | undefined"
|
|
5152
|
-
},
|
|
5153
|
-
"fieldName": "scene"
|
|
5154
|
-
}
|
|
5155
|
-
],
|
|
5156
|
-
"superclass": {
|
|
5157
|
-
"name": "LitElement",
|
|
5158
|
-
"package": "lit"
|
|
5159
|
-
},
|
|
5160
|
-
"customElement": true
|
|
5161
|
-
}
|
|
5162
|
-
],
|
|
5163
|
-
"exports": [
|
|
5164
|
-
{
|
|
5165
|
-
"kind": "js",
|
|
5166
|
-
"name": "SceneInspector",
|
|
5167
|
-
"declaration": {
|
|
5168
|
-
"name": "SceneInspector",
|
|
5169
|
-
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5170
|
-
}
|
|
5171
|
-
}
|
|
5172
|
-
]
|
|
5173
|
-
},
|
|
5174
|
-
{
|
|
5175
|
-
"kind": "javascript-module",
|
|
5176
|
-
"path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
|
|
5177
|
-
"declarations": [
|
|
5178
|
-
{
|
|
5179
|
-
"kind": "variable",
|
|
5180
|
-
"name": "EffectsSharedStyle",
|
|
5181
|
-
"default": "css`\n :host {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n grid-auto-rows: minmax(24px, auto);\n\n align-items: center;\n }\n\n * {\n align-self: stretch;\n }\n\n label {\n grid-column: span 3;\n text-align: right;\n text-transform: capitalize;\n\n align-self: center;\n }\n\n input,\n select,\n ox-input-angle,\n ox-input-color,\n [custom-editor] {\n grid-column: span 7;\n }\n\n input,\n select,\n ox-input-angle input,\n ox-input-color input,\n [custom-editor] input {\n border: var(--property-sidebar-fieldset-border);\n }\n\n ox-input-data {\n height: 300px;\n }\n\n input[type='checkbox'] {\n grid-column: 4 / 5;\n align-self: center;\n }\n\n label.checkbox-label {\n grid-column: span 6;\n text-align: left;\n }\n\n [fullwidth] {\n grid-column: 1 / -1;\n }\n`"
|
|
5182
|
-
}
|
|
5183
|
-
],
|
|
5184
|
-
"exports": [
|
|
5185
|
-
{
|
|
5186
|
-
"kind": "js",
|
|
5187
|
-
"name": "EffectsSharedStyle",
|
|
5188
|
-
"declaration": {
|
|
5189
|
-
"name": "EffectsSharedStyle",
|
|
5190
|
-
"module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
|
|
5191
|
-
}
|
|
5192
|
-
}
|
|
5193
|
-
]
|
|
5194
|
-
},
|
|
5195
|
-
{
|
|
5196
|
-
"kind": "javascript-module",
|
|
5197
|
-
"path": "src/modeller/property-sidebar/effects/effects.ts",
|
|
5198
|
-
"declarations": [
|
|
5199
|
-
{
|
|
5200
|
-
"kind": "class",
|
|
5201
|
-
"description": "",
|
|
5202
|
-
"name": "PropertyEffects",
|
|
5203
|
-
"members": [
|
|
5204
|
-
{
|
|
5205
|
-
"kind": "field",
|
|
5206
|
-
"name": "value",
|
|
5207
|
-
"type": {
|
|
5208
|
-
"text": "Properties | undefined"
|
|
5209
|
-
},
|
|
5210
|
-
"attribute": "value"
|
|
5211
|
-
},
|
|
5212
|
-
{
|
|
5213
|
-
"kind": "field",
|
|
5214
|
-
"name": "scene",
|
|
5215
|
-
"type": {
|
|
5216
|
-
"text": "Scene | undefined"
|
|
5217
|
-
},
|
|
5218
|
-
"attribute": "scene"
|
|
5219
|
-
},
|
|
5220
|
-
{
|
|
5221
|
-
"kind": "field",
|
|
5222
|
-
"name": "scopedElements",
|
|
5223
|
-
"static": true,
|
|
5224
|
-
"readonly": true
|
|
5225
|
-
},
|
|
5226
|
-
{
|
|
5227
|
-
"kind": "method",
|
|
5228
|
-
"name": "_onValueChange",
|
|
5229
|
-
"parameters": [
|
|
5230
|
-
{
|
|
5231
|
-
"name": "e",
|
|
5232
|
-
"type": {
|
|
5233
|
-
"text": "Event"
|
|
5234
|
-
}
|
|
5235
|
-
}
|
|
5236
|
-
],
|
|
5237
|
-
"inheritedFrom": {
|
|
5238
|
-
"name": "AbstractProperty",
|
|
5239
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5240
|
-
}
|
|
5241
|
-
},
|
|
5242
|
-
{
|
|
5243
|
-
"kind": "method",
|
|
5244
|
-
"name": "_getValueFromEventTarget",
|
|
5245
|
-
"parameters": [
|
|
5246
|
-
{
|
|
5247
|
-
"name": "element",
|
|
5248
|
-
"type": {
|
|
5249
|
-
"text": "HTMLElement"
|
|
5250
|
-
}
|
|
5251
|
-
}
|
|
5252
|
-
],
|
|
5253
|
-
"inheritedFrom": {
|
|
5254
|
-
"name": "AbstractProperty",
|
|
5255
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5256
|
-
}
|
|
5257
|
-
},
|
|
5258
|
-
{
|
|
5259
|
-
"kind": "method",
|
|
5260
|
-
"name": "_onAfterValueChange",
|
|
5261
|
-
"parameters": [
|
|
5262
|
-
{
|
|
5263
|
-
"name": "key",
|
|
5264
|
-
"type": {
|
|
5265
|
-
"text": "string"
|
|
5266
|
-
}
|
|
5267
|
-
},
|
|
5268
|
-
{
|
|
5269
|
-
"name": "value",
|
|
5270
|
-
"type": {
|
|
5271
|
-
"text": "any"
|
|
5272
|
-
}
|
|
5273
|
-
}
|
|
5274
|
-
],
|
|
5275
|
-
"inheritedFrom": {
|
|
5276
|
-
"name": "AbstractProperty",
|
|
5277
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5278
|
-
}
|
|
5279
|
-
}
|
|
5280
|
-
],
|
|
5281
|
-
"attributes": [
|
|
5282
|
-
{
|
|
5283
|
-
"name": "value",
|
|
5284
|
-
"type": {
|
|
5285
|
-
"text": "Properties | undefined"
|
|
5286
|
-
},
|
|
5287
|
-
"fieldName": "value"
|
|
5046
|
+
"name": "value",
|
|
5047
|
+
"type": {
|
|
5048
|
+
"text": "Properties | undefined"
|
|
5049
|
+
},
|
|
5050
|
+
"fieldName": "value"
|
|
5288
5051
|
},
|
|
5289
5052
|
{
|
|
5290
5053
|
"name": "scene",
|
|
@@ -5750,243 +5513,237 @@
|
|
|
5750
5513
|
},
|
|
5751
5514
|
{
|
|
5752
5515
|
"kind": "javascript-module",
|
|
5753
|
-
"path": "src/modeller/property-sidebar/
|
|
5754
|
-
"declarations": [
|
|
5755
|
-
{
|
|
5756
|
-
"kind": "variable",
|
|
5757
|
-
"name": "BoxPaddingEditorStyles",
|
|
5758
|
-
"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`"
|
|
5759
|
-
}
|
|
5760
|
-
],
|
|
5761
|
-
"exports": [
|
|
5762
|
-
{
|
|
5763
|
-
"kind": "js",
|
|
5764
|
-
"name": "BoxPaddingEditorStyles",
|
|
5765
|
-
"declaration": {
|
|
5766
|
-
"name": "BoxPaddingEditorStyles",
|
|
5767
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5768
|
-
}
|
|
5769
|
-
}
|
|
5770
|
-
]
|
|
5771
|
-
},
|
|
5772
|
-
{
|
|
5773
|
-
"kind": "javascript-module",
|
|
5774
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5516
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5775
5517
|
"declarations": [
|
|
5776
5518
|
{
|
|
5777
5519
|
"kind": "class",
|
|
5778
5520
|
"description": "",
|
|
5779
|
-
"name": "
|
|
5521
|
+
"name": "SceneInspector",
|
|
5780
5522
|
"members": [
|
|
5781
5523
|
{
|
|
5782
5524
|
"kind": "field",
|
|
5783
|
-
"name": "
|
|
5525
|
+
"name": "scene",
|
|
5784
5526
|
"type": {
|
|
5785
|
-
"text": "
|
|
5527
|
+
"text": "Scene | undefined"
|
|
5786
5528
|
},
|
|
5787
|
-
"attribute": "
|
|
5529
|
+
"attribute": "scene"
|
|
5788
5530
|
},
|
|
5789
5531
|
{
|
|
5790
5532
|
"kind": "field",
|
|
5791
|
-
"name": "
|
|
5533
|
+
"name": "searchText",
|
|
5792
5534
|
"type": {
|
|
5793
|
-
"text": "
|
|
5535
|
+
"text": "string"
|
|
5794
5536
|
},
|
|
5795
|
-
"
|
|
5796
|
-
"
|
|
5537
|
+
"privacy": "private",
|
|
5538
|
+
"default": "''"
|
|
5797
5539
|
},
|
|
5798
5540
|
{
|
|
5799
5541
|
"kind": "field",
|
|
5800
|
-
"name": "
|
|
5542
|
+
"name": "_extendedMap",
|
|
5801
5543
|
"type": {
|
|
5802
|
-
"text": "
|
|
5544
|
+
"text": "any"
|
|
5803
5545
|
},
|
|
5804
|
-
"
|
|
5805
|
-
|
|
5546
|
+
"privacy": "private"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"kind": "field",
|
|
5550
|
+
"name": "show",
|
|
5551
|
+
"type": {
|
|
5552
|
+
"text": "boolean"
|
|
5553
|
+
},
|
|
5554
|
+
"privacy": "private",
|
|
5555
|
+
"default": "false"
|
|
5806
5556
|
},
|
|
5807
5557
|
{
|
|
5808
5558
|
"kind": "method",
|
|
5809
|
-
"name": "
|
|
5559
|
+
"name": "disconnectScene",
|
|
5810
5560
|
"parameters": [
|
|
5811
5561
|
{
|
|
5812
|
-
"name": "
|
|
5562
|
+
"name": "scene",
|
|
5563
|
+
"optional": true,
|
|
5813
5564
|
"type": {
|
|
5814
|
-
"text": "
|
|
5565
|
+
"text": "Scene"
|
|
5815
5566
|
}
|
|
5816
5567
|
}
|
|
5817
|
-
]
|
|
5818
|
-
"inheritedFrom": {
|
|
5819
|
-
"name": "AbstractProperty",
|
|
5820
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5821
|
-
}
|
|
5568
|
+
]
|
|
5822
5569
|
},
|
|
5823
5570
|
{
|
|
5824
5571
|
"kind": "method",
|
|
5825
|
-
"name": "
|
|
5572
|
+
"name": "refresh"
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"kind": "field",
|
|
5576
|
+
"name": "sortableConfig",
|
|
5577
|
+
"type": {
|
|
5578
|
+
"text": "Sortable.Options"
|
|
5579
|
+
},
|
|
5580
|
+
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5581
|
+
},
|
|
5582
|
+
{
|
|
5583
|
+
"kind": "method",
|
|
5584
|
+
"name": "onSort",
|
|
5826
5585
|
"parameters": [
|
|
5827
5586
|
{
|
|
5828
|
-
"name": "
|
|
5587
|
+
"name": "e",
|
|
5829
5588
|
"type": {
|
|
5830
|
-
"text": "
|
|
5589
|
+
"text": "Sortable.SortableEvent"
|
|
5831
5590
|
}
|
|
5832
5591
|
}
|
|
5833
5592
|
]
|
|
5834
5593
|
},
|
|
5835
5594
|
{
|
|
5836
5595
|
"kind": "method",
|
|
5837
|
-
"name": "
|
|
5596
|
+
"name": "_onclick",
|
|
5838
5597
|
"parameters": [
|
|
5839
5598
|
{
|
|
5840
|
-
"name": "
|
|
5599
|
+
"name": "e",
|
|
5841
5600
|
"type": {
|
|
5842
|
-
"text": "
|
|
5601
|
+
"text": "MouseEvent"
|
|
5843
5602
|
}
|
|
5844
5603
|
}
|
|
5845
5604
|
]
|
|
5846
5605
|
},
|
|
5847
5606
|
{
|
|
5848
5607
|
"kind": "method",
|
|
5849
|
-
"name": "
|
|
5608
|
+
"name": "_ondblclick",
|
|
5850
5609
|
"parameters": [
|
|
5851
5610
|
{
|
|
5852
|
-
"name": "
|
|
5611
|
+
"name": "e",
|
|
5853
5612
|
"type": {
|
|
5854
|
-
"text": "
|
|
5613
|
+
"text": "MouseEvent"
|
|
5855
5614
|
}
|
|
5856
5615
|
}
|
|
5857
5616
|
]
|
|
5858
5617
|
},
|
|
5618
|
+
{
|
|
5619
|
+
"kind": "field",
|
|
5620
|
+
"name": "extendedMap",
|
|
5621
|
+
"readonly": true
|
|
5622
|
+
},
|
|
5859
5623
|
{
|
|
5860
5624
|
"kind": "method",
|
|
5861
|
-
"name": "
|
|
5625
|
+
"name": "getNodeHandleClass",
|
|
5862
5626
|
"parameters": [
|
|
5863
5627
|
{
|
|
5864
|
-
"name": "
|
|
5628
|
+
"name": "component",
|
|
5865
5629
|
"type": {
|
|
5866
|
-
"text": "Component
|
|
5630
|
+
"text": "Component"
|
|
5867
5631
|
}
|
|
5868
5632
|
}
|
|
5869
5633
|
]
|
|
5870
5634
|
},
|
|
5871
5635
|
{
|
|
5872
5636
|
"kind": "method",
|
|
5873
|
-
"name": "
|
|
5637
|
+
"name": "isExtended",
|
|
5874
5638
|
"parameters": [
|
|
5875
5639
|
{
|
|
5876
|
-
"name": "
|
|
5640
|
+
"name": "component",
|
|
5877
5641
|
"type": {
|
|
5878
|
-
"text": "Component
|
|
5642
|
+
"text": "Component"
|
|
5879
5643
|
}
|
|
5880
5644
|
}
|
|
5881
5645
|
]
|
|
5882
5646
|
},
|
|
5883
5647
|
{
|
|
5884
5648
|
"kind": "method",
|
|
5885
|
-
"name": "
|
|
5649
|
+
"name": "toggleExtended",
|
|
5886
5650
|
"parameters": [
|
|
5887
5651
|
{
|
|
5888
|
-
"name": "
|
|
5652
|
+
"name": "component",
|
|
5889
5653
|
"type": {
|
|
5890
|
-
"text": "Component
|
|
5654
|
+
"text": "Component"
|
|
5891
5655
|
}
|
|
5892
5656
|
}
|
|
5893
5657
|
]
|
|
5894
5658
|
},
|
|
5895
5659
|
{
|
|
5896
5660
|
"kind": "method",
|
|
5897
|
-
"name": "
|
|
5661
|
+
"name": "toggleHidden",
|
|
5898
5662
|
"parameters": [
|
|
5899
5663
|
{
|
|
5900
|
-
"name": "
|
|
5664
|
+
"name": "component",
|
|
5901
5665
|
"type": {
|
|
5902
|
-
"text": "
|
|
5666
|
+
"text": "Component"
|
|
5903
5667
|
}
|
|
5904
5668
|
}
|
|
5905
|
-
]
|
|
5906
|
-
"inheritedFrom": {
|
|
5907
|
-
"name": "AbstractProperty",
|
|
5908
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5909
|
-
}
|
|
5669
|
+
]
|
|
5910
5670
|
},
|
|
5911
5671
|
{
|
|
5912
5672
|
"kind": "method",
|
|
5913
|
-
"name": "
|
|
5673
|
+
"name": "selectComponent",
|
|
5914
5674
|
"parameters": [
|
|
5915
5675
|
{
|
|
5916
|
-
"name": "
|
|
5676
|
+
"name": "component",
|
|
5917
5677
|
"type": {
|
|
5918
|
-
"text": "
|
|
5678
|
+
"text": "Component"
|
|
5919
5679
|
}
|
|
5920
|
-
}
|
|
5680
|
+
}
|
|
5681
|
+
]
|
|
5682
|
+
},
|
|
5683
|
+
{
|
|
5684
|
+
"kind": "method",
|
|
5685
|
+
"name": "shouldBeShown",
|
|
5686
|
+
"return": {
|
|
5687
|
+
"type": {
|
|
5688
|
+
"text": "boolean"
|
|
5689
|
+
}
|
|
5690
|
+
},
|
|
5691
|
+
"parameters": [
|
|
5921
5692
|
{
|
|
5922
|
-
"name": "
|
|
5693
|
+
"name": "component",
|
|
5923
5694
|
"type": {
|
|
5924
|
-
"text": "
|
|
5695
|
+
"text": "Component"
|
|
5925
5696
|
}
|
|
5926
5697
|
}
|
|
5927
|
-
]
|
|
5928
|
-
"inheritedFrom": {
|
|
5929
|
-
"name": "AbstractProperty",
|
|
5930
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5931
|
-
}
|
|
5932
|
-
}
|
|
5933
|
-
],
|
|
5934
|
-
"events": [
|
|
5935
|
-
{
|
|
5936
|
-
"name": "bounds-change",
|
|
5937
|
-
"type": {
|
|
5938
|
-
"text": "CustomEvent"
|
|
5939
|
-
}
|
|
5698
|
+
]
|
|
5940
5699
|
},
|
|
5941
5700
|
{
|
|
5942
|
-
"
|
|
5943
|
-
"
|
|
5944
|
-
|
|
5701
|
+
"kind": "method",
|
|
5702
|
+
"name": "renderComponent",
|
|
5703
|
+
"return": {
|
|
5704
|
+
"type": {
|
|
5705
|
+
"text": "TemplateResult"
|
|
5706
|
+
}
|
|
5945
5707
|
},
|
|
5946
|
-
"
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
|
|
5708
|
+
"parameters": [
|
|
5709
|
+
{
|
|
5710
|
+
"name": "component",
|
|
5711
|
+
"type": {
|
|
5712
|
+
"text": "Component"
|
|
5713
|
+
}
|
|
5714
|
+
},
|
|
5715
|
+
{
|
|
5716
|
+
"name": "depth",
|
|
5717
|
+
"type": {
|
|
5718
|
+
"text": "number"
|
|
5719
|
+
}
|
|
5720
|
+
}
|
|
5721
|
+
]
|
|
5950
5722
|
}
|
|
5951
5723
|
],
|
|
5952
5724
|
"attributes": [
|
|
5953
5725
|
{
|
|
5954
|
-
"name": "
|
|
5955
|
-
"type": {
|
|
5956
|
-
"text": "Properties | undefined"
|
|
5957
|
-
},
|
|
5958
|
-
"fieldName": "value"
|
|
5959
|
-
},
|
|
5960
|
-
{
|
|
5961
|
-
"name": "bounds",
|
|
5962
|
-
"type": {
|
|
5963
|
-
"text": "BOUNDS | null"
|
|
5964
|
-
},
|
|
5965
|
-
"default": "null",
|
|
5966
|
-
"fieldName": "bounds"
|
|
5967
|
-
},
|
|
5968
|
-
{
|
|
5969
|
-
"name": "selected",
|
|
5726
|
+
"name": "scene",
|
|
5970
5727
|
"type": {
|
|
5971
|
-
"text": "
|
|
5728
|
+
"text": "Scene | undefined"
|
|
5972
5729
|
},
|
|
5973
|
-
"
|
|
5974
|
-
"fieldName": "selected"
|
|
5730
|
+
"fieldName": "scene"
|
|
5975
5731
|
}
|
|
5976
5732
|
],
|
|
5977
5733
|
"superclass": {
|
|
5978
|
-
"name": "
|
|
5979
|
-
"
|
|
5980
|
-
}
|
|
5734
|
+
"name": "LitElement",
|
|
5735
|
+
"package": "lit"
|
|
5736
|
+
},
|
|
5737
|
+
"customElement": true
|
|
5981
5738
|
}
|
|
5982
5739
|
],
|
|
5983
5740
|
"exports": [
|
|
5984
5741
|
{
|
|
5985
5742
|
"kind": "js",
|
|
5986
|
-
"name": "
|
|
5743
|
+
"name": "SceneInspector",
|
|
5987
5744
|
"declaration": {
|
|
5988
|
-
"name": "
|
|
5989
|
-
"module": "src/modeller/property-sidebar/
|
|
5745
|
+
"name": "SceneInspector",
|
|
5746
|
+
"module": "src/modeller/property-sidebar/inspector/inspector.ts"
|
|
5990
5747
|
}
|
|
5991
5748
|
}
|
|
5992
5749
|
]
|
|
@@ -6338,6 +6095,249 @@
|
|
|
6338
6095
|
}
|
|
6339
6096
|
]
|
|
6340
6097
|
},
|
|
6098
|
+
{
|
|
6099
|
+
"kind": "javascript-module",
|
|
6100
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6101
|
+
"declarations": [
|
|
6102
|
+
{
|
|
6103
|
+
"kind": "variable",
|
|
6104
|
+
"name": "BoxPaddingEditorStyles",
|
|
6105
|
+
"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`"
|
|
6106
|
+
}
|
|
6107
|
+
],
|
|
6108
|
+
"exports": [
|
|
6109
|
+
{
|
|
6110
|
+
"kind": "js",
|
|
6111
|
+
"name": "BoxPaddingEditorStyles",
|
|
6112
|
+
"declaration": {
|
|
6113
|
+
"name": "BoxPaddingEditorStyles",
|
|
6114
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6115
|
+
}
|
|
6116
|
+
}
|
|
6117
|
+
]
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
"kind": "javascript-module",
|
|
6121
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6122
|
+
"declarations": [
|
|
6123
|
+
{
|
|
6124
|
+
"kind": "class",
|
|
6125
|
+
"description": "",
|
|
6126
|
+
"name": "PropertyShapes",
|
|
6127
|
+
"members": [
|
|
6128
|
+
{
|
|
6129
|
+
"kind": "field",
|
|
6130
|
+
"name": "value",
|
|
6131
|
+
"type": {
|
|
6132
|
+
"text": "Properties | undefined"
|
|
6133
|
+
},
|
|
6134
|
+
"attribute": "value"
|
|
6135
|
+
},
|
|
6136
|
+
{
|
|
6137
|
+
"kind": "field",
|
|
6138
|
+
"name": "bounds",
|
|
6139
|
+
"type": {
|
|
6140
|
+
"text": "BOUNDS | null"
|
|
6141
|
+
},
|
|
6142
|
+
"default": "null",
|
|
6143
|
+
"attribute": "bounds"
|
|
6144
|
+
},
|
|
6145
|
+
{
|
|
6146
|
+
"kind": "field",
|
|
6147
|
+
"name": "selected",
|
|
6148
|
+
"type": {
|
|
6149
|
+
"text": "Component[]"
|
|
6150
|
+
},
|
|
6151
|
+
"default": "[]",
|
|
6152
|
+
"attribute": "selected"
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
"kind": "method",
|
|
6156
|
+
"name": "_onValueChange",
|
|
6157
|
+
"parameters": [
|
|
6158
|
+
{
|
|
6159
|
+
"name": "e",
|
|
6160
|
+
"type": {
|
|
6161
|
+
"text": "Event"
|
|
6162
|
+
}
|
|
6163
|
+
}
|
|
6164
|
+
],
|
|
6165
|
+
"inheritedFrom": {
|
|
6166
|
+
"name": "AbstractProperty",
|
|
6167
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6168
|
+
}
|
|
6169
|
+
},
|
|
6170
|
+
{
|
|
6171
|
+
"kind": "method",
|
|
6172
|
+
"name": "_hasTextProperty",
|
|
6173
|
+
"parameters": [
|
|
6174
|
+
{
|
|
6175
|
+
"name": "selected",
|
|
6176
|
+
"type": {
|
|
6177
|
+
"text": "Component[]"
|
|
6178
|
+
}
|
|
6179
|
+
}
|
|
6180
|
+
]
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"kind": "method",
|
|
6184
|
+
"name": "_hasProperties",
|
|
6185
|
+
"parameters": [
|
|
6186
|
+
{
|
|
6187
|
+
"name": "selected",
|
|
6188
|
+
"type": {
|
|
6189
|
+
"text": "Component[]"
|
|
6190
|
+
}
|
|
6191
|
+
}
|
|
6192
|
+
]
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"kind": "method",
|
|
6196
|
+
"name": "_isIdentifiable",
|
|
6197
|
+
"parameters": [
|
|
6198
|
+
{
|
|
6199
|
+
"name": "selected",
|
|
6200
|
+
"type": {
|
|
6201
|
+
"text": "Component[]"
|
|
6202
|
+
}
|
|
6203
|
+
}
|
|
6204
|
+
]
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"kind": "method",
|
|
6208
|
+
"name": "_isClassIdentifiable",
|
|
6209
|
+
"parameters": [
|
|
6210
|
+
{
|
|
6211
|
+
"name": "selected",
|
|
6212
|
+
"type": {
|
|
6213
|
+
"text": "Component[]"
|
|
6214
|
+
}
|
|
6215
|
+
}
|
|
6216
|
+
]
|
|
6217
|
+
},
|
|
6218
|
+
{
|
|
6219
|
+
"kind": "method",
|
|
6220
|
+
"name": "_isLine",
|
|
6221
|
+
"parameters": [
|
|
6222
|
+
{
|
|
6223
|
+
"name": "selected",
|
|
6224
|
+
"type": {
|
|
6225
|
+
"text": "Component[]"
|
|
6226
|
+
}
|
|
6227
|
+
}
|
|
6228
|
+
]
|
|
6229
|
+
},
|
|
6230
|
+
{
|
|
6231
|
+
"kind": "method",
|
|
6232
|
+
"name": "_is3dish",
|
|
6233
|
+
"parameters": [
|
|
6234
|
+
{
|
|
6235
|
+
"name": "selected",
|
|
6236
|
+
"type": {
|
|
6237
|
+
"text": "Component[]"
|
|
6238
|
+
}
|
|
6239
|
+
}
|
|
6240
|
+
]
|
|
6241
|
+
},
|
|
6242
|
+
{
|
|
6243
|
+
"kind": "method",
|
|
6244
|
+
"name": "_getValueFromEventTarget",
|
|
6245
|
+
"parameters": [
|
|
6246
|
+
{
|
|
6247
|
+
"name": "element",
|
|
6248
|
+
"type": {
|
|
6249
|
+
"text": "HTMLElement"
|
|
6250
|
+
}
|
|
6251
|
+
}
|
|
6252
|
+
],
|
|
6253
|
+
"inheritedFrom": {
|
|
6254
|
+
"name": "AbstractProperty",
|
|
6255
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6256
|
+
}
|
|
6257
|
+
},
|
|
6258
|
+
{
|
|
6259
|
+
"kind": "method",
|
|
6260
|
+
"name": "_onAfterValueChange",
|
|
6261
|
+
"parameters": [
|
|
6262
|
+
{
|
|
6263
|
+
"name": "key",
|
|
6264
|
+
"type": {
|
|
6265
|
+
"text": "string"
|
|
6266
|
+
}
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
"name": "value",
|
|
6270
|
+
"type": {
|
|
6271
|
+
"text": "any"
|
|
6272
|
+
}
|
|
6273
|
+
}
|
|
6274
|
+
],
|
|
6275
|
+
"inheritedFrom": {
|
|
6276
|
+
"name": "AbstractProperty",
|
|
6277
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6278
|
+
}
|
|
6279
|
+
}
|
|
6280
|
+
],
|
|
6281
|
+
"events": [
|
|
6282
|
+
{
|
|
6283
|
+
"name": "bounds-change",
|
|
6284
|
+
"type": {
|
|
6285
|
+
"text": "CustomEvent"
|
|
6286
|
+
}
|
|
6287
|
+
},
|
|
6288
|
+
{
|
|
6289
|
+
"name": "property-change",
|
|
6290
|
+
"type": {
|
|
6291
|
+
"text": "CustomEvent"
|
|
6292
|
+
},
|
|
6293
|
+
"inheritedFrom": {
|
|
6294
|
+
"name": "AbstractProperty",
|
|
6295
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6296
|
+
}
|
|
6297
|
+
}
|
|
6298
|
+
],
|
|
6299
|
+
"attributes": [
|
|
6300
|
+
{
|
|
6301
|
+
"name": "value",
|
|
6302
|
+
"type": {
|
|
6303
|
+
"text": "Properties | undefined"
|
|
6304
|
+
},
|
|
6305
|
+
"fieldName": "value"
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "bounds",
|
|
6309
|
+
"type": {
|
|
6310
|
+
"text": "BOUNDS | null"
|
|
6311
|
+
},
|
|
6312
|
+
"default": "null",
|
|
6313
|
+
"fieldName": "bounds"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
"name": "selected",
|
|
6317
|
+
"type": {
|
|
6318
|
+
"text": "Component[]"
|
|
6319
|
+
},
|
|
6320
|
+
"default": "[]",
|
|
6321
|
+
"fieldName": "selected"
|
|
6322
|
+
}
|
|
6323
|
+
],
|
|
6324
|
+
"superclass": {
|
|
6325
|
+
"name": "AbstractProperty",
|
|
6326
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6327
|
+
}
|
|
6328
|
+
}
|
|
6329
|
+
],
|
|
6330
|
+
"exports": [
|
|
6331
|
+
{
|
|
6332
|
+
"kind": "js",
|
|
6333
|
+
"name": "PropertyShapes",
|
|
6334
|
+
"declaration": {
|
|
6335
|
+
"name": "PropertyShapes",
|
|
6336
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6337
|
+
}
|
|
6338
|
+
}
|
|
6339
|
+
]
|
|
6340
|
+
},
|
|
6341
6341
|
{
|
|
6342
6342
|
"kind": "javascript-module",
|
|
6343
6343
|
"path": "src/modeller/property-sidebar/styles/styles.ts",
|