@fmsim/board 0.0.93 → 0.0.94

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",
@@ -1670,6 +1607,69 @@
1670
1607
  "declarations": [],
1671
1608
  "exports": []
1672
1609
  },
1610
+ {
1611
+ "kind": "javascript-module",
1612
+ "path": "stories/index.stories.ts",
1613
+ "declarations": [
1614
+ {
1615
+ "kind": "variable",
1616
+ "name": "Regular"
1617
+ },
1618
+ {
1619
+ "kind": "variable",
1620
+ "name": "CustomTitle"
1621
+ },
1622
+ {
1623
+ "kind": "variable",
1624
+ "name": "CustomCounter"
1625
+ },
1626
+ {
1627
+ "kind": "variable",
1628
+ "name": "SlottedContent"
1629
+ }
1630
+ ],
1631
+ "exports": [
1632
+ {
1633
+ "kind": "js",
1634
+ "name": "default",
1635
+ "declaration": {
1636
+ "module": "stories/index.stories.ts"
1637
+ }
1638
+ },
1639
+ {
1640
+ "kind": "js",
1641
+ "name": "Regular",
1642
+ "declaration": {
1643
+ "name": "Regular",
1644
+ "module": "stories/index.stories.ts"
1645
+ }
1646
+ },
1647
+ {
1648
+ "kind": "js",
1649
+ "name": "CustomTitle",
1650
+ "declaration": {
1651
+ "name": "CustomTitle",
1652
+ "module": "stories/index.stories.ts"
1653
+ }
1654
+ },
1655
+ {
1656
+ "kind": "js",
1657
+ "name": "CustomCounter",
1658
+ "declaration": {
1659
+ "name": "CustomCounter",
1660
+ "module": "stories/index.stories.ts"
1661
+ }
1662
+ },
1663
+ {
1664
+ "kind": "js",
1665
+ "name": "SlottedContent",
1666
+ "declaration": {
1667
+ "name": "SlottedContent",
1668
+ "module": "stories/index.stories.ts"
1669
+ }
1670
+ }
1671
+ ]
1672
+ },
1673
1673
  {
1674
1674
  "kind": "javascript-module",
1675
1675
  "path": "src/component/etc.ts",
@@ -5423,33 +5423,33 @@
5423
5423
  },
5424
5424
  {
5425
5425
  "kind": "javascript-module",
5426
- "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
5426
+ "path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
5427
5427
  "declarations": [
5428
5428
  {
5429
5429
  "kind": "variable",
5430
- "name": "BoxPaddingEditorStyles",
5431
- "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`"
5430
+ "name": "EffectsSharedStyle",
5431
+ "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`"
5432
5432
  }
5433
5433
  ],
5434
5434
  "exports": [
5435
5435
  {
5436
5436
  "kind": "js",
5437
- "name": "BoxPaddingEditorStyles",
5437
+ "name": "EffectsSharedStyle",
5438
5438
  "declaration": {
5439
- "name": "BoxPaddingEditorStyles",
5440
- "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
5439
+ "name": "EffectsSharedStyle",
5440
+ "module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
5441
5441
  }
5442
5442
  }
5443
5443
  ]
5444
5444
  },
5445
5445
  {
5446
5446
  "kind": "javascript-module",
5447
- "path": "src/modeller/property-sidebar/shapes/shapes.ts",
5447
+ "path": "src/modeller/property-sidebar/effects/effects.ts",
5448
5448
  "declarations": [
5449
5449
  {
5450
5450
  "kind": "class",
5451
5451
  "description": "",
5452
- "name": "PropertyShapes",
5452
+ "name": "PropertyEffects",
5453
5453
  "members": [
5454
5454
  {
5455
5455
  "kind": "field",
@@ -5461,21 +5461,17 @@
5461
5461
  },
5462
5462
  {
5463
5463
  "kind": "field",
5464
- "name": "bounds",
5464
+ "name": "scene",
5465
5465
  "type": {
5466
- "text": "BOUNDS | null"
5466
+ "text": "Scene | undefined"
5467
5467
  },
5468
- "default": "null",
5469
- "attribute": "bounds"
5468
+ "attribute": "scene"
5470
5469
  },
5471
5470
  {
5472
5471
  "kind": "field",
5473
- "name": "selected",
5474
- "type": {
5475
- "text": "Component[]"
5476
- },
5477
- "default": "[]",
5478
- "attribute": "selected"
5472
+ "name": "scopedElements",
5473
+ "static": true,
5474
+ "readonly": true
5479
5475
  },
5480
5476
  {
5481
5477
  "kind": "method",
@@ -5493,78 +5489,6 @@
5493
5489
  "module": "src/modeller/property-sidebar/abstract-property.ts"
5494
5490
  }
5495
5491
  },
5496
- {
5497
- "kind": "method",
5498
- "name": "_hasTextProperty",
5499
- "parameters": [
5500
- {
5501
- "name": "selected",
5502
- "type": {
5503
- "text": "Component[]"
5504
- }
5505
- }
5506
- ]
5507
- },
5508
- {
5509
- "kind": "method",
5510
- "name": "_hasProperties",
5511
- "parameters": [
5512
- {
5513
- "name": "selected",
5514
- "type": {
5515
- "text": "Component[]"
5516
- }
5517
- }
5518
- ]
5519
- },
5520
- {
5521
- "kind": "method",
5522
- "name": "_isIdentifiable",
5523
- "parameters": [
5524
- {
5525
- "name": "selected",
5526
- "type": {
5527
- "text": "Component[]"
5528
- }
5529
- }
5530
- ]
5531
- },
5532
- {
5533
- "kind": "method",
5534
- "name": "_isClassIdentifiable",
5535
- "parameters": [
5536
- {
5537
- "name": "selected",
5538
- "type": {
5539
- "text": "Component[]"
5540
- }
5541
- }
5542
- ]
5543
- },
5544
- {
5545
- "kind": "method",
5546
- "name": "_isLine",
5547
- "parameters": [
5548
- {
5549
- "name": "selected",
5550
- "type": {
5551
- "text": "Component[]"
5552
- }
5553
- }
5554
- ]
5555
- },
5556
- {
5557
- "kind": "method",
5558
- "name": "_is3dish",
5559
- "parameters": [
5560
- {
5561
- "name": "selected",
5562
- "type": {
5563
- "text": "Component[]"
5564
- }
5565
- }
5566
- ]
5567
- },
5568
5492
  {
5569
5493
  "kind": "method",
5570
5494
  "name": "_getValueFromEventTarget",
@@ -5604,24 +5528,6 @@
5604
5528
  }
5605
5529
  }
5606
5530
  ],
5607
- "events": [
5608
- {
5609
- "name": "bounds-change",
5610
- "type": {
5611
- "text": "CustomEvent"
5612
- }
5613
- },
5614
- {
5615
- "name": "property-change",
5616
- "type": {
5617
- "text": "CustomEvent"
5618
- },
5619
- "inheritedFrom": {
5620
- "name": "AbstractProperty",
5621
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5622
- }
5623
- }
5624
- ],
5625
5531
  "attributes": [
5626
5532
  {
5627
5533
  "name": "value",
@@ -5631,158 +5537,9 @@
5631
5537
  "fieldName": "value"
5632
5538
  },
5633
5539
  {
5634
- "name": "bounds",
5540
+ "name": "scene",
5635
5541
  "type": {
5636
- "text": "BOUNDS | null"
5637
- },
5638
- "default": "null",
5639
- "fieldName": "bounds"
5640
- },
5641
- {
5642
- "name": "selected",
5643
- "type": {
5644
- "text": "Component[]"
5645
- },
5646
- "default": "[]",
5647
- "fieldName": "selected"
5648
- }
5649
- ],
5650
- "superclass": {
5651
- "name": "AbstractProperty",
5652
- "module": "/src/modeller/property-sidebar/abstract-property"
5653
- }
5654
- }
5655
- ],
5656
- "exports": [
5657
- {
5658
- "kind": "js",
5659
- "name": "PropertyShapes",
5660
- "declaration": {
5661
- "name": "PropertyShapes",
5662
- "module": "src/modeller/property-sidebar/shapes/shapes.ts"
5663
- }
5664
- }
5665
- ]
5666
- },
5667
- {
5668
- "kind": "javascript-module",
5669
- "path": "src/modeller/property-sidebar/effects/effects-shared-style.ts",
5670
- "declarations": [
5671
- {
5672
- "kind": "variable",
5673
- "name": "EffectsSharedStyle",
5674
- "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`"
5675
- }
5676
- ],
5677
- "exports": [
5678
- {
5679
- "kind": "js",
5680
- "name": "EffectsSharedStyle",
5681
- "declaration": {
5682
- "name": "EffectsSharedStyle",
5683
- "module": "src/modeller/property-sidebar/effects/effects-shared-style.ts"
5684
- }
5685
- }
5686
- ]
5687
- },
5688
- {
5689
- "kind": "javascript-module",
5690
- "path": "src/modeller/property-sidebar/effects/effects.ts",
5691
- "declarations": [
5692
- {
5693
- "kind": "class",
5694
- "description": "",
5695
- "name": "PropertyEffects",
5696
- "members": [
5697
- {
5698
- "kind": "field",
5699
- "name": "value",
5700
- "type": {
5701
- "text": "Properties | undefined"
5702
- },
5703
- "attribute": "value"
5704
- },
5705
- {
5706
- "kind": "field",
5707
- "name": "scene",
5708
- "type": {
5709
- "text": "Scene | undefined"
5710
- },
5711
- "attribute": "scene"
5712
- },
5713
- {
5714
- "kind": "field",
5715
- "name": "scopedElements",
5716
- "static": true,
5717
- "readonly": true
5718
- },
5719
- {
5720
- "kind": "method",
5721
- "name": "_onValueChange",
5722
- "parameters": [
5723
- {
5724
- "name": "e",
5725
- "type": {
5726
- "text": "Event"
5727
- }
5728
- }
5729
- ],
5730
- "inheritedFrom": {
5731
- "name": "AbstractProperty",
5732
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5733
- }
5734
- },
5735
- {
5736
- "kind": "method",
5737
- "name": "_getValueFromEventTarget",
5738
- "parameters": [
5739
- {
5740
- "name": "element",
5741
- "type": {
5742
- "text": "HTMLElement"
5743
- }
5744
- }
5745
- ],
5746
- "inheritedFrom": {
5747
- "name": "AbstractProperty",
5748
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5749
- }
5750
- },
5751
- {
5752
- "kind": "method",
5753
- "name": "_onAfterValueChange",
5754
- "parameters": [
5755
- {
5756
- "name": "key",
5757
- "type": {
5758
- "text": "string"
5759
- }
5760
- },
5761
- {
5762
- "name": "value",
5763
- "type": {
5764
- "text": "any"
5765
- }
5766
- }
5767
- ],
5768
- "inheritedFrom": {
5769
- "name": "AbstractProperty",
5770
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5771
- }
5772
- }
5773
- ],
5774
- "attributes": [
5775
- {
5776
- "name": "value",
5777
- "type": {
5778
- "text": "Properties | undefined"
5779
- },
5780
- "fieldName": "value"
5781
- },
5782
- {
5783
- "name": "scene",
5784
- "type": {
5785
- "text": "Scene | undefined"
5542
+ "text": "Scene | undefined"
5786
5543
  },
5787
5544
  "fieldName": "scene"
5788
5545
  }
@@ -6241,6 +5998,249 @@
6241
5998
  }
6242
5999
  ]
6243
6000
  },
6001
+ {
6002
+ "kind": "javascript-module",
6003
+ "path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
6004
+ "declarations": [
6005
+ {
6006
+ "kind": "variable",
6007
+ "name": "BoxPaddingEditorStyles",
6008
+ "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`"
6009
+ }
6010
+ ],
6011
+ "exports": [
6012
+ {
6013
+ "kind": "js",
6014
+ "name": "BoxPaddingEditorStyles",
6015
+ "declaration": {
6016
+ "name": "BoxPaddingEditorStyles",
6017
+ "module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
6018
+ }
6019
+ }
6020
+ ]
6021
+ },
6022
+ {
6023
+ "kind": "javascript-module",
6024
+ "path": "src/modeller/property-sidebar/shapes/shapes.ts",
6025
+ "declarations": [
6026
+ {
6027
+ "kind": "class",
6028
+ "description": "",
6029
+ "name": "PropertyShapes",
6030
+ "members": [
6031
+ {
6032
+ "kind": "field",
6033
+ "name": "value",
6034
+ "type": {
6035
+ "text": "Properties | undefined"
6036
+ },
6037
+ "attribute": "value"
6038
+ },
6039
+ {
6040
+ "kind": "field",
6041
+ "name": "bounds",
6042
+ "type": {
6043
+ "text": "BOUNDS | null"
6044
+ },
6045
+ "default": "null",
6046
+ "attribute": "bounds"
6047
+ },
6048
+ {
6049
+ "kind": "field",
6050
+ "name": "selected",
6051
+ "type": {
6052
+ "text": "Component[]"
6053
+ },
6054
+ "default": "[]",
6055
+ "attribute": "selected"
6056
+ },
6057
+ {
6058
+ "kind": "method",
6059
+ "name": "_onValueChange",
6060
+ "parameters": [
6061
+ {
6062
+ "name": "e",
6063
+ "type": {
6064
+ "text": "Event"
6065
+ }
6066
+ }
6067
+ ],
6068
+ "inheritedFrom": {
6069
+ "name": "AbstractProperty",
6070
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6071
+ }
6072
+ },
6073
+ {
6074
+ "kind": "method",
6075
+ "name": "_hasTextProperty",
6076
+ "parameters": [
6077
+ {
6078
+ "name": "selected",
6079
+ "type": {
6080
+ "text": "Component[]"
6081
+ }
6082
+ }
6083
+ ]
6084
+ },
6085
+ {
6086
+ "kind": "method",
6087
+ "name": "_hasProperties",
6088
+ "parameters": [
6089
+ {
6090
+ "name": "selected",
6091
+ "type": {
6092
+ "text": "Component[]"
6093
+ }
6094
+ }
6095
+ ]
6096
+ },
6097
+ {
6098
+ "kind": "method",
6099
+ "name": "_isIdentifiable",
6100
+ "parameters": [
6101
+ {
6102
+ "name": "selected",
6103
+ "type": {
6104
+ "text": "Component[]"
6105
+ }
6106
+ }
6107
+ ]
6108
+ },
6109
+ {
6110
+ "kind": "method",
6111
+ "name": "_isClassIdentifiable",
6112
+ "parameters": [
6113
+ {
6114
+ "name": "selected",
6115
+ "type": {
6116
+ "text": "Component[]"
6117
+ }
6118
+ }
6119
+ ]
6120
+ },
6121
+ {
6122
+ "kind": "method",
6123
+ "name": "_isLine",
6124
+ "parameters": [
6125
+ {
6126
+ "name": "selected",
6127
+ "type": {
6128
+ "text": "Component[]"
6129
+ }
6130
+ }
6131
+ ]
6132
+ },
6133
+ {
6134
+ "kind": "method",
6135
+ "name": "_is3dish",
6136
+ "parameters": [
6137
+ {
6138
+ "name": "selected",
6139
+ "type": {
6140
+ "text": "Component[]"
6141
+ }
6142
+ }
6143
+ ]
6144
+ },
6145
+ {
6146
+ "kind": "method",
6147
+ "name": "_getValueFromEventTarget",
6148
+ "parameters": [
6149
+ {
6150
+ "name": "element",
6151
+ "type": {
6152
+ "text": "HTMLElement"
6153
+ }
6154
+ }
6155
+ ],
6156
+ "inheritedFrom": {
6157
+ "name": "AbstractProperty",
6158
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6159
+ }
6160
+ },
6161
+ {
6162
+ "kind": "method",
6163
+ "name": "_onAfterValueChange",
6164
+ "parameters": [
6165
+ {
6166
+ "name": "key",
6167
+ "type": {
6168
+ "text": "string"
6169
+ }
6170
+ },
6171
+ {
6172
+ "name": "value",
6173
+ "type": {
6174
+ "text": "any"
6175
+ }
6176
+ }
6177
+ ],
6178
+ "inheritedFrom": {
6179
+ "name": "AbstractProperty",
6180
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6181
+ }
6182
+ }
6183
+ ],
6184
+ "events": [
6185
+ {
6186
+ "name": "bounds-change",
6187
+ "type": {
6188
+ "text": "CustomEvent"
6189
+ }
6190
+ },
6191
+ {
6192
+ "name": "property-change",
6193
+ "type": {
6194
+ "text": "CustomEvent"
6195
+ },
6196
+ "inheritedFrom": {
6197
+ "name": "AbstractProperty",
6198
+ "module": "src/modeller/property-sidebar/abstract-property.ts"
6199
+ }
6200
+ }
6201
+ ],
6202
+ "attributes": [
6203
+ {
6204
+ "name": "value",
6205
+ "type": {
6206
+ "text": "Properties | undefined"
6207
+ },
6208
+ "fieldName": "value"
6209
+ },
6210
+ {
6211
+ "name": "bounds",
6212
+ "type": {
6213
+ "text": "BOUNDS | null"
6214
+ },
6215
+ "default": "null",
6216
+ "fieldName": "bounds"
6217
+ },
6218
+ {
6219
+ "name": "selected",
6220
+ "type": {
6221
+ "text": "Component[]"
6222
+ },
6223
+ "default": "[]",
6224
+ "fieldName": "selected"
6225
+ }
6226
+ ],
6227
+ "superclass": {
6228
+ "name": "AbstractProperty",
6229
+ "module": "/src/modeller/property-sidebar/abstract-property"
6230
+ }
6231
+ }
6232
+ ],
6233
+ "exports": [
6234
+ {
6235
+ "kind": "js",
6236
+ "name": "PropertyShapes",
6237
+ "declaration": {
6238
+ "name": "PropertyShapes",
6239
+ "module": "src/modeller/property-sidebar/shapes/shapes.ts"
6240
+ }
6241
+ }
6242
+ ]
6243
+ },
6244
6244
  {
6245
6245
  "kind": "javascript-module",
6246
6246
  "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",