@fmsim/board 0.0.54 → 0.0.56

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.
@@ -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",
@@ -1487,59 +1424,63 @@
1487
1424
  },
1488
1425
  {
1489
1426
  "kind": "javascript-module",
1490
- "path": "src/component/etc.ts",
1427
+ "path": "stories/index.stories.ts",
1491
1428
  "declarations": [
1492
1429
  {
1493
1430
  "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}"
1431
+ "name": "Regular"
1432
+ },
1433
+ {
1434
+ "kind": "variable",
1435
+ "name": "CustomTitle"
1436
+ },
1437
+ {
1438
+ "kind": "variable",
1439
+ "name": "CustomCounter"
1440
+ },
1441
+ {
1442
+ "kind": "variable",
1443
+ "name": "SlottedContent"
1499
1444
  }
1500
1445
  ],
1501
1446
  "exports": [
1502
1447
  {
1503
1448
  "kind": "js",
1504
- "name": "etc",
1449
+ "name": "default",
1505
1450
  "declaration": {
1506
- "name": "etc",
1507
- "module": "src/component/etc.ts"
1451
+ "module": "stories/index.stories.ts"
1508
1452
  }
1509
- }
1510
- ]
1511
- },
1512
- {
1513
- "kind": "javascript-module",
1514
- "path": "src/component/index.ts",
1515
- "declarations": [],
1516
- "exports": [
1453
+ },
1517
1454
  {
1518
1455
  "kind": "js",
1519
- "name": "*",
1456
+ "name": "Regular",
1520
1457
  "declaration": {
1521
- "name": "*",
1522
- "package": "./etc"
1458
+ "name": "Regular",
1459
+ "module": "stories/index.stories.ts"
1523
1460
  }
1524
- }
1525
- ]
1526
- },
1527
- {
1528
- "kind": "javascript-module",
1529
- "path": "src/component/register-default-groups.ts",
1530
- "declarations": [
1461
+ },
1531
1462
  {
1532
- "kind": "function",
1533
- "name": "registerDefaultGroups"
1534
- }
1535
- ],
1536
- "exports": [
1463
+ "kind": "js",
1464
+ "name": "CustomTitle",
1465
+ "declaration": {
1466
+ "name": "CustomTitle",
1467
+ "module": "stories/index.stories.ts"
1468
+ }
1469
+ },
1537
1470
  {
1538
1471
  "kind": "js",
1539
- "name": "registerDefaultGroups",
1472
+ "name": "CustomCounter",
1540
1473
  "declaration": {
1541
- "name": "registerDefaultGroups",
1542
- "module": "src/component/register-default-groups.ts"
1474
+ "name": "CustomCounter",
1475
+ "module": "stories/index.stories.ts"
1476
+ }
1477
+ },
1478
+ {
1479
+ "kind": "js",
1480
+ "name": "SlottedContent",
1481
+ "declaration": {
1482
+ "name": "SlottedContent",
1483
+ "module": "stories/index.stories.ts"
1543
1484
  }
1544
1485
  }
1545
1486
  ]
@@ -1636,6 +1577,65 @@
1636
1577
  }
1637
1578
  ]
1638
1579
  },
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",
@@ -5750,57 +5750,300 @@
5750
5750
  },
5751
5751
  {
5752
5752
  "kind": "javascript-module",
5753
- "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
5753
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
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",
5754
5775
  "declarations": [
5755
5776
  {
5756
5777
  "kind": "class",
5757
5778
  "description": "",
5758
- "name": "SpecificPropertiesBuilder",
5779
+ "name": "PropertyShapes",
5759
5780
  "members": [
5760
5781
  {
5761
5782
  "kind": "field",
5762
5783
  "name": "value",
5763
5784
  "type": {
5764
- "text": "any"
5785
+ "text": "Properties | undefined"
5765
5786
  },
5766
5787
  "attribute": "value"
5767
5788
  },
5768
5789
  {
5769
5790
  "kind": "field",
5770
- "name": "props",
5791
+ "name": "bounds",
5771
5792
  "type": {
5772
- "text": "any[]"
5793
+ "text": "BOUNDS | null"
5773
5794
  },
5774
- "default": "[]",
5775
- "attribute": "props"
5795
+ "default": "null",
5796
+ "attribute": "bounds"
5776
5797
  },
5777
5798
  {
5778
5799
  "kind": "field",
5779
- "name": "propertyEditor",
5800
+ "name": "selected",
5780
5801
  "type": {
5781
- "text": "any"
5802
+ "text": "Component[]"
5782
5803
  },
5783
- "attribute": "propertyEditor"
5804
+ "default": "[]",
5805
+ "attribute": "selected"
5784
5806
  },
5785
5807
  {
5786
5808
  "kind": "method",
5787
- "name": "_onPropsChanged",
5809
+ "name": "_onValueChange",
5788
5810
  "parameters": [
5789
5811
  {
5790
- "name": "props",
5812
+ "name": "e",
5791
5813
  "type": {
5792
- "text": "any[]"
5814
+ "text": "Event"
5793
5815
  }
5794
5816
  }
5795
- ]
5796
- },
5797
- {
5798
- "kind": "method",
5799
- "name": "_setValues"
5817
+ ],
5818
+ "inheritedFrom": {
5819
+ "name": "AbstractProperty",
5820
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5821
+ }
5800
5822
  },
5801
5823
  {
5802
5824
  "kind": "method",
5803
- "name": "_onValueChanged",
5825
+ "name": "_hasTextProperty",
5826
+ "parameters": [
5827
+ {
5828
+ "name": "selected",
5829
+ "type": {
5830
+ "text": "Component[]"
5831
+ }
5832
+ }
5833
+ ]
5834
+ },
5835
+ {
5836
+ "kind": "method",
5837
+ "name": "_hasProperties",
5838
+ "parameters": [
5839
+ {
5840
+ "name": "selected",
5841
+ "type": {
5842
+ "text": "Component[]"
5843
+ }
5844
+ }
5845
+ ]
5846
+ },
5847
+ {
5848
+ "kind": "method",
5849
+ "name": "_isIdentifiable",
5850
+ "parameters": [
5851
+ {
5852
+ "name": "selected",
5853
+ "type": {
5854
+ "text": "Component[]"
5855
+ }
5856
+ }
5857
+ ]
5858
+ },
5859
+ {
5860
+ "kind": "method",
5861
+ "name": "_isClassIdentifiable",
5862
+ "parameters": [
5863
+ {
5864
+ "name": "selected",
5865
+ "type": {
5866
+ "text": "Component[]"
5867
+ }
5868
+ }
5869
+ ]
5870
+ },
5871
+ {
5872
+ "kind": "method",
5873
+ "name": "_isLine",
5874
+ "parameters": [
5875
+ {
5876
+ "name": "selected",
5877
+ "type": {
5878
+ "text": "Component[]"
5879
+ }
5880
+ }
5881
+ ]
5882
+ },
5883
+ {
5884
+ "kind": "method",
5885
+ "name": "_is3dish",
5886
+ "parameters": [
5887
+ {
5888
+ "name": "selected",
5889
+ "type": {
5890
+ "text": "Component[]"
5891
+ }
5892
+ }
5893
+ ]
5894
+ },
5895
+ {
5896
+ "kind": "method",
5897
+ "name": "_getValueFromEventTarget",
5898
+ "parameters": [
5899
+ {
5900
+ "name": "element",
5901
+ "type": {
5902
+ "text": "HTMLElement"
5903
+ }
5904
+ }
5905
+ ],
5906
+ "inheritedFrom": {
5907
+ "name": "AbstractProperty",
5908
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5909
+ }
5910
+ },
5911
+ {
5912
+ "kind": "method",
5913
+ "name": "_onAfterValueChange",
5914
+ "parameters": [
5915
+ {
5916
+ "name": "key",
5917
+ "type": {
5918
+ "text": "string"
5919
+ }
5920
+ },
5921
+ {
5922
+ "name": "value",
5923
+ "type": {
5924
+ "text": "any"
5925
+ }
5926
+ }
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
+ }
5940
+ },
5941
+ {
5942
+ "name": "property-change",
5943
+ "type": {
5944
+ "text": "CustomEvent"
5945
+ },
5946
+ "inheritedFrom": {
5947
+ "name": "AbstractProperty",
5948
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
5949
+ }
5950
+ }
5951
+ ],
5952
+ "attributes": [
5953
+ {
5954
+ "name": "value",
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",
5970
+ "type": {
5971
+ "text": "Component[]"
5972
+ },
5973
+ "default": "[]",
5974
+ "fieldName": "selected"
5975
+ }
5976
+ ],
5977
+ "superclass": {
5978
+ "name": "AbstractProperty",
5979
+ "module": "/src/modeller/property-sidebar/abstract-property"
5980
+ }
5981
+ }
5982
+ ],
5983
+ "exports": [
5984
+ {
5985
+ "kind": "js",
5986
+ "name": "PropertyShapes",
5987
+ "declaration": {
5988
+ "name": "PropertyShapes",
5989
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
5990
+ }
5991
+ }
5992
+ ]
5993
+ },
5994
+ {
5995
+ "kind": "javascript-module",
5996
+ "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
5997
+ "declarations": [
5998
+ {
5999
+ "kind": "class",
6000
+ "description": "",
6001
+ "name": "SpecificPropertiesBuilder",
6002
+ "members": [
6003
+ {
6004
+ "kind": "field",
6005
+ "name": "value",
6006
+ "type": {
6007
+ "text": "any"
6008
+ },
6009
+ "attribute": "value"
6010
+ },
6011
+ {
6012
+ "kind": "field",
6013
+ "name": "props",
6014
+ "type": {
6015
+ "text": "any[]"
6016
+ },
6017
+ "default": "[]",
6018
+ "attribute": "props"
6019
+ },
6020
+ {
6021
+ "kind": "field",
6022
+ "name": "propertyEditor",
6023
+ "type": {
6024
+ "text": "any"
6025
+ },
6026
+ "attribute": "propertyEditor"
6027
+ },
6028
+ {
6029
+ "kind": "method",
6030
+ "name": "_onPropsChanged",
6031
+ "parameters": [
6032
+ {
6033
+ "name": "props",
6034
+ "type": {
6035
+ "text": "any[]"
6036
+ }
6037
+ }
6038
+ ]
6039
+ },
6040
+ {
6041
+ "kind": "method",
6042
+ "name": "_setValues"
6043
+ },
6044
+ {
6045
+ "kind": "method",
6046
+ "name": "_onValueChanged",
5804
6047
  "parameters": [
5805
6048
  {
5806
6049
  "name": "e",
@@ -6095,249 +6338,6 @@
6095
6338
  }
6096
6339
  ]
6097
6340
  },
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",