@fmsim/board 0.0.51 → 0.0.52

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",
@@ -1485,6 +1422,69 @@
1485
1422
  "declarations": [],
1486
1423
  "exports": []
1487
1424
  },
1425
+ {
1426
+ "kind": "javascript-module",
1427
+ "path": "stories/index.stories.ts",
1428
+ "declarations": [
1429
+ {
1430
+ "kind": "variable",
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"
1444
+ }
1445
+ ],
1446
+ "exports": [
1447
+ {
1448
+ "kind": "js",
1449
+ "name": "default",
1450
+ "declaration": {
1451
+ "module": "stories/index.stories.ts"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "Regular",
1457
+ "declaration": {
1458
+ "name": "Regular",
1459
+ "module": "stories/index.stories.ts"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "CustomTitle",
1465
+ "declaration": {
1466
+ "name": "CustomTitle",
1467
+ "module": "stories/index.stories.ts"
1468
+ }
1469
+ },
1470
+ {
1471
+ "kind": "js",
1472
+ "name": "CustomCounter",
1473
+ "declaration": {
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"
1484
+ }
1485
+ }
1486
+ ]
1487
+ },
1488
1488
  {
1489
1489
  "kind": "javascript-module",
1490
1490
  "path": "src/component/etc.ts",
@@ -4936,122 +4936,359 @@
4936
4936
  },
4937
4937
  {
4938
4938
  "kind": "javascript-module",
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",
4939
+ "path": "src/modeller/property-sidebar/inspector/inspector.ts",
4961
4940
  "declarations": [
4962
4941
  {
4963
4942
  "kind": "class",
4964
4943
  "description": "",
4965
- "name": "PropertyEffects",
4944
+ "name": "SceneInspector",
4966
4945
  "members": [
4967
4946
  {
4968
4947
  "kind": "field",
4969
- "name": "value",
4948
+ "name": "scene",
4970
4949
  "type": {
4971
- "text": "Properties | undefined"
4950
+ "text": "Scene | undefined"
4972
4951
  },
4973
- "attribute": "value"
4952
+ "attribute": "scene"
4974
4953
  },
4975
4954
  {
4976
4955
  "kind": "field",
4977
- "name": "scene",
4956
+ "name": "searchText",
4978
4957
  "type": {
4979
- "text": "Scene | undefined"
4958
+ "text": "string"
4980
4959
  },
4981
- "attribute": "scene"
4960
+ "privacy": "private",
4961
+ "default": "''"
4982
4962
  },
4983
4963
  {
4984
4964
  "kind": "field",
4985
- "name": "scopedElements",
4986
- "static": true,
4987
- "readonly": true
4965
+ "name": "_extendedMap",
4966
+ "type": {
4967
+ "text": "any"
4968
+ },
4969
+ "privacy": "private"
4970
+ },
4971
+ {
4972
+ "kind": "field",
4973
+ "name": "show",
4974
+ "type": {
4975
+ "text": "boolean"
4976
+ },
4977
+ "privacy": "private",
4978
+ "default": "false"
4988
4979
  },
4989
4980
  {
4990
4981
  "kind": "method",
4991
- "name": "_onValueChange",
4982
+ "name": "disconnectScene",
4992
4983
  "parameters": [
4993
4984
  {
4994
- "name": "e",
4985
+ "name": "scene",
4986
+ "optional": true,
4995
4987
  "type": {
4996
- "text": "Event"
4988
+ "text": "Scene"
4997
4989
  }
4998
4990
  }
4999
- ],
5000
- "inheritedFrom": {
5001
- "name": "AbstractProperty",
5002
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5003
- }
4991
+ ]
5004
4992
  },
5005
4993
  {
5006
4994
  "kind": "method",
5007
- "name": "_getValueFromEventTarget",
4995
+ "name": "refresh"
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 }"
5004
+ },
5005
+ {
5006
+ "kind": "method",
5007
+ "name": "onSort",
5008
5008
  "parameters": [
5009
5009
  {
5010
- "name": "element",
5010
+ "name": "e",
5011
5011
  "type": {
5012
- "text": "HTMLElement"
5012
+ "text": "Sortable.SortableEvent"
5013
5013
  }
5014
5014
  }
5015
- ],
5016
- "inheritedFrom": {
5017
- "name": "AbstractProperty",
5018
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5019
- }
5015
+ ]
5020
5016
  },
5021
5017
  {
5022
5018
  "kind": "method",
5023
- "name": "_onAfterValueChange",
5019
+ "name": "_onclick",
5024
5020
  "parameters": [
5025
5021
  {
5026
- "name": "key",
5022
+ "name": "e",
5027
5023
  "type": {
5028
- "text": "string"
5024
+ "text": "MouseEvent"
5029
5025
  }
5030
- },
5026
+ }
5027
+ ]
5028
+ },
5029
+ {
5030
+ "kind": "method",
5031
+ "name": "_ondblclick",
5032
+ "parameters": [
5031
5033
  {
5032
- "name": "value",
5034
+ "name": "e",
5033
5035
  "type": {
5034
- "text": "any"
5036
+ "text": "MouseEvent"
5035
5037
  }
5036
5038
  }
5037
- ],
5038
- "inheritedFrom": {
5039
- "name": "AbstractProperty",
5040
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5041
- }
5042
- }
5043
- ],
5044
- "attributes": [
5039
+ ]
5040
+ },
5045
5041
  {
5046
- "name": "value",
5047
- "type": {
5048
- "text": "Properties | undefined"
5049
- },
5050
- "fieldName": "value"
5042
+ "kind": "field",
5043
+ "name": "extendedMap",
5044
+ "readonly": true
5051
5045
  },
5052
5046
  {
5053
- "name": "scene",
5054
- "type": {
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"
5288
+ },
5289
+ {
5290
+ "name": "scene",
5291
+ "type": {
5055
5292
  "text": "Scene | undefined"
5056
5293
  },
5057
5294
  "fieldName": "scene"
@@ -5513,500 +5750,20 @@
5513
5750
  },
5514
5751
  {
5515
5752
  "kind": "javascript-module",
5516
- "path": "src/modeller/property-sidebar/inspector/inspector.ts",
5753
+ "path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
5517
5754
  "declarations": [
5518
5755
  {
5519
5756
  "kind": "class",
5520
5757
  "description": "",
5521
- "name": "SceneInspector",
5758
+ "name": "SpecificPropertiesBuilder",
5522
5759
  "members": [
5523
5760
  {
5524
5761
  "kind": "field",
5525
- "name": "scene",
5762
+ "name": "value",
5526
5763
  "type": {
5527
- "text": "Scene | undefined"
5764
+ "text": "any"
5528
5765
  },
5529
- "attribute": "scene"
5530
- },
5531
- {
5532
- "kind": "field",
5533
- "name": "searchText",
5534
- "type": {
5535
- "text": "string"
5536
- },
5537
- "privacy": "private",
5538
- "default": "''"
5539
- },
5540
- {
5541
- "kind": "field",
5542
- "name": "_extendedMap",
5543
- "type": {
5544
- "text": "any"
5545
- },
5546
- "privacy": "private"
5547
- },
5548
- {
5549
- "kind": "field",
5550
- "name": "show",
5551
- "type": {
5552
- "text": "boolean"
5553
- },
5554
- "privacy": "private",
5555
- "default": "false"
5556
- },
5557
- {
5558
- "kind": "method",
5559
- "name": "disconnectScene",
5560
- "parameters": [
5561
- {
5562
- "name": "scene",
5563
- "optional": true,
5564
- "type": {
5565
- "text": "Scene"
5566
- }
5567
- }
5568
- ]
5569
- },
5570
- {
5571
- "kind": "method",
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",
5585
- "parameters": [
5586
- {
5587
- "name": "e",
5588
- "type": {
5589
- "text": "Sortable.SortableEvent"
5590
- }
5591
- }
5592
- ]
5593
- },
5594
- {
5595
- "kind": "method",
5596
- "name": "_onclick",
5597
- "parameters": [
5598
- {
5599
- "name": "e",
5600
- "type": {
5601
- "text": "MouseEvent"
5602
- }
5603
- }
5604
- ]
5605
- },
5606
- {
5607
- "kind": "method",
5608
- "name": "_ondblclick",
5609
- "parameters": [
5610
- {
5611
- "name": "e",
5612
- "type": {
5613
- "text": "MouseEvent"
5614
- }
5615
- }
5616
- ]
5617
- },
5618
- {
5619
- "kind": "field",
5620
- "name": "extendedMap",
5621
- "readonly": true
5622
- },
5623
- {
5624
- "kind": "method",
5625
- "name": "getNodeHandleClass",
5626
- "parameters": [
5627
- {
5628
- "name": "component",
5629
- "type": {
5630
- "text": "Component"
5631
- }
5632
- }
5633
- ]
5634
- },
5635
- {
5636
- "kind": "method",
5637
- "name": "isExtended",
5638
- "parameters": [
5639
- {
5640
- "name": "component",
5641
- "type": {
5642
- "text": "Component"
5643
- }
5644
- }
5645
- ]
5646
- },
5647
- {
5648
- "kind": "method",
5649
- "name": "toggleExtended",
5650
- "parameters": [
5651
- {
5652
- "name": "component",
5653
- "type": {
5654
- "text": "Component"
5655
- }
5656
- }
5657
- ]
5658
- },
5659
- {
5660
- "kind": "method",
5661
- "name": "toggleHidden",
5662
- "parameters": [
5663
- {
5664
- "name": "component",
5665
- "type": {
5666
- "text": "Component"
5667
- }
5668
- }
5669
- ]
5670
- },
5671
- {
5672
- "kind": "method",
5673
- "name": "selectComponent",
5674
- "parameters": [
5675
- {
5676
- "name": "component",
5677
- "type": {
5678
- "text": "Component"
5679
- }
5680
- }
5681
- ]
5682
- },
5683
- {
5684
- "kind": "method",
5685
- "name": "shouldBeShown",
5686
- "return": {
5687
- "type": {
5688
- "text": "boolean"
5689
- }
5690
- },
5691
- "parameters": [
5692
- {
5693
- "name": "component",
5694
- "type": {
5695
- "text": "Component"
5696
- }
5697
- }
5698
- ]
5699
- },
5700
- {
5701
- "kind": "method",
5702
- "name": "renderComponent",
5703
- "return": {
5704
- "type": {
5705
- "text": "TemplateResult"
5706
- }
5707
- },
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
- ]
5722
- }
5723
- ],
5724
- "attributes": [
5725
- {
5726
- "name": "scene",
5727
- "type": {
5728
- "text": "Scene | undefined"
5729
- },
5730
- "fieldName": "scene"
5731
- }
5732
- ],
5733
- "superclass": {
5734
- "name": "LitElement",
5735
- "package": "lit"
5736
- },
5737
- "customElement": true
5738
- }
5739
- ],
5740
- "exports": [
5741
- {
5742
- "kind": "js",
5743
- "name": "SceneInspector",
5744
- "declaration": {
5745
- "name": "SceneInspector",
5746
- "module": "src/modeller/property-sidebar/inspector/inspector.ts"
5747
- }
5748
- }
5749
- ]
5750
- },
5751
- {
5752
- "kind": "javascript-module",
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",
5775
- "declarations": [
5776
- {
5777
- "kind": "class",
5778
- "description": "",
5779
- "name": "PropertyShapes",
5780
- "members": [
5781
- {
5782
- "kind": "field",
5783
- "name": "value",
5784
- "type": {
5785
- "text": "Properties | undefined"
5786
- },
5787
- "attribute": "value"
5788
- },
5789
- {
5790
- "kind": "field",
5791
- "name": "bounds",
5792
- "type": {
5793
- "text": "BOUNDS | null"
5794
- },
5795
- "default": "null",
5796
- "attribute": "bounds"
5797
- },
5798
- {
5799
- "kind": "field",
5800
- "name": "selected",
5801
- "type": {
5802
- "text": "Component[]"
5803
- },
5804
- "default": "[]",
5805
- "attribute": "selected"
5806
- },
5807
- {
5808
- "kind": "method",
5809
- "name": "_onValueChange",
5810
- "parameters": [
5811
- {
5812
- "name": "e",
5813
- "type": {
5814
- "text": "Event"
5815
- }
5816
- }
5817
- ],
5818
- "inheritedFrom": {
5819
- "name": "AbstractProperty",
5820
- "module": "src/modeller/property-sidebar/abstract-property.ts"
5821
- }
5822
- },
5823
- {
5824
- "kind": "method",
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"
5766
+ "attribute": "value"
6010
5767
  },
6011
5768
  {
6012
5769
  "kind": "field",
@@ -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",