@fmsim/board 0.0.49 → 0.0.51
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 +415 -415
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,69 @@
|
|
|
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
|
+
},
|
|
5
68
|
{
|
|
6
69
|
"kind": "javascript-module",
|
|
7
70
|
"path": "src/index.ts",
|
|
@@ -1422,69 +1485,6 @@
|
|
|
1422
1485
|
"declarations": [],
|
|
1423
1486
|
"exports": []
|
|
1424
1487
|
},
|
|
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",
|
|
@@ -5513,400 +5513,157 @@
|
|
|
5513
5513
|
},
|
|
5514
5514
|
{
|
|
5515
5515
|
"kind": "javascript-module",
|
|
5516
|
-
"path": "src/modeller/property-sidebar/
|
|
5517
|
-
"declarations": [
|
|
5518
|
-
{
|
|
5519
|
-
"kind": "variable",
|
|
5520
|
-
"name": "BoxPaddingEditorStyles",
|
|
5521
|
-
"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`"
|
|
5522
|
-
}
|
|
5523
|
-
],
|
|
5524
|
-
"exports": [
|
|
5525
|
-
{
|
|
5526
|
-
"kind": "js",
|
|
5527
|
-
"name": "BoxPaddingEditorStyles",
|
|
5528
|
-
"declaration": {
|
|
5529
|
-
"name": "BoxPaddingEditorStyles",
|
|
5530
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5531
|
-
}
|
|
5532
|
-
}
|
|
5533
|
-
]
|
|
5534
|
-
},
|
|
5535
|
-
{
|
|
5536
|
-
"kind": "javascript-module",
|
|
5537
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5516
|
+
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5538
5517
|
"declarations": [
|
|
5539
5518
|
{
|
|
5540
5519
|
"kind": "class",
|
|
5541
5520
|
"description": "",
|
|
5542
|
-
"name": "
|
|
5521
|
+
"name": "SceneInspector",
|
|
5543
5522
|
"members": [
|
|
5544
5523
|
{
|
|
5545
5524
|
"kind": "field",
|
|
5546
|
-
"name": "
|
|
5525
|
+
"name": "scene",
|
|
5547
5526
|
"type": {
|
|
5548
|
-
"text": "
|
|
5527
|
+
"text": "Scene | undefined"
|
|
5549
5528
|
},
|
|
5550
|
-
"attribute": "
|
|
5529
|
+
"attribute": "scene"
|
|
5551
5530
|
},
|
|
5552
5531
|
{
|
|
5553
5532
|
"kind": "field",
|
|
5554
|
-
"name": "
|
|
5533
|
+
"name": "searchText",
|
|
5555
5534
|
"type": {
|
|
5556
|
-
"text": "
|
|
5535
|
+
"text": "string"
|
|
5557
5536
|
},
|
|
5558
|
-
"
|
|
5559
|
-
"
|
|
5537
|
+
"privacy": "private",
|
|
5538
|
+
"default": "''"
|
|
5560
5539
|
},
|
|
5561
5540
|
{
|
|
5562
5541
|
"kind": "field",
|
|
5563
|
-
"name": "
|
|
5542
|
+
"name": "_extendedMap",
|
|
5564
5543
|
"type": {
|
|
5565
|
-
"text": "
|
|
5544
|
+
"text": "any"
|
|
5566
5545
|
},
|
|
5567
|
-
"
|
|
5568
|
-
|
|
5546
|
+
"privacy": "private"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
"kind": "field",
|
|
5550
|
+
"name": "show",
|
|
5551
|
+
"type": {
|
|
5552
|
+
"text": "boolean"
|
|
5553
|
+
},
|
|
5554
|
+
"privacy": "private",
|
|
5555
|
+
"default": "false"
|
|
5569
5556
|
},
|
|
5570
5557
|
{
|
|
5571
5558
|
"kind": "method",
|
|
5572
|
-
"name": "
|
|
5559
|
+
"name": "disconnectScene",
|
|
5573
5560
|
"parameters": [
|
|
5574
5561
|
{
|
|
5575
|
-
"name": "
|
|
5562
|
+
"name": "scene",
|
|
5563
|
+
"optional": true,
|
|
5576
5564
|
"type": {
|
|
5577
|
-
"text": "
|
|
5565
|
+
"text": "Scene"
|
|
5578
5566
|
}
|
|
5579
5567
|
}
|
|
5580
|
-
]
|
|
5581
|
-
"inheritedFrom": {
|
|
5582
|
-
"name": "AbstractProperty",
|
|
5583
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5584
|
-
}
|
|
5568
|
+
]
|
|
5585
5569
|
},
|
|
5586
5570
|
{
|
|
5587
5571
|
"kind": "method",
|
|
5588
|
-
"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",
|
|
5589
5585
|
"parameters": [
|
|
5590
5586
|
{
|
|
5591
|
-
"name": "
|
|
5587
|
+
"name": "e",
|
|
5592
5588
|
"type": {
|
|
5593
|
-
"text": "
|
|
5589
|
+
"text": "Sortable.SortableEvent"
|
|
5594
5590
|
}
|
|
5595
5591
|
}
|
|
5596
5592
|
]
|
|
5597
5593
|
},
|
|
5598
5594
|
{
|
|
5599
5595
|
"kind": "method",
|
|
5600
|
-
"name": "
|
|
5596
|
+
"name": "_onclick",
|
|
5601
5597
|
"parameters": [
|
|
5602
5598
|
{
|
|
5603
|
-
"name": "
|
|
5599
|
+
"name": "e",
|
|
5604
5600
|
"type": {
|
|
5605
|
-
"text": "
|
|
5601
|
+
"text": "MouseEvent"
|
|
5606
5602
|
}
|
|
5607
5603
|
}
|
|
5608
5604
|
]
|
|
5609
5605
|
},
|
|
5610
5606
|
{
|
|
5611
5607
|
"kind": "method",
|
|
5612
|
-
"name": "
|
|
5608
|
+
"name": "_ondblclick",
|
|
5613
5609
|
"parameters": [
|
|
5614
5610
|
{
|
|
5615
|
-
"name": "
|
|
5611
|
+
"name": "e",
|
|
5616
5612
|
"type": {
|
|
5617
|
-
"text": "
|
|
5613
|
+
"text": "MouseEvent"
|
|
5618
5614
|
}
|
|
5619
5615
|
}
|
|
5620
5616
|
]
|
|
5621
5617
|
},
|
|
5618
|
+
{
|
|
5619
|
+
"kind": "field",
|
|
5620
|
+
"name": "extendedMap",
|
|
5621
|
+
"readonly": true
|
|
5622
|
+
},
|
|
5622
5623
|
{
|
|
5623
5624
|
"kind": "method",
|
|
5624
|
-
"name": "
|
|
5625
|
+
"name": "getNodeHandleClass",
|
|
5625
5626
|
"parameters": [
|
|
5626
5627
|
{
|
|
5627
|
-
"name": "
|
|
5628
|
+
"name": "component",
|
|
5628
5629
|
"type": {
|
|
5629
|
-
"text": "Component
|
|
5630
|
+
"text": "Component"
|
|
5630
5631
|
}
|
|
5631
5632
|
}
|
|
5632
5633
|
]
|
|
5633
5634
|
},
|
|
5634
5635
|
{
|
|
5635
5636
|
"kind": "method",
|
|
5636
|
-
"name": "
|
|
5637
|
+
"name": "isExtended",
|
|
5637
5638
|
"parameters": [
|
|
5638
5639
|
{
|
|
5639
|
-
"name": "
|
|
5640
|
+
"name": "component",
|
|
5640
5641
|
"type": {
|
|
5641
|
-
"text": "Component
|
|
5642
|
+
"text": "Component"
|
|
5642
5643
|
}
|
|
5643
5644
|
}
|
|
5644
5645
|
]
|
|
5645
5646
|
},
|
|
5646
5647
|
{
|
|
5647
5648
|
"kind": "method",
|
|
5648
|
-
"name": "
|
|
5649
|
+
"name": "toggleExtended",
|
|
5649
5650
|
"parameters": [
|
|
5650
5651
|
{
|
|
5651
|
-
"name": "
|
|
5652
|
+
"name": "component",
|
|
5652
5653
|
"type": {
|
|
5653
|
-
"text": "Component
|
|
5654
|
+
"text": "Component"
|
|
5654
5655
|
}
|
|
5655
5656
|
}
|
|
5656
5657
|
]
|
|
5657
5658
|
},
|
|
5658
5659
|
{
|
|
5659
5660
|
"kind": "method",
|
|
5660
|
-
"name": "
|
|
5661
|
+
"name": "toggleHidden",
|
|
5661
5662
|
"parameters": [
|
|
5662
5663
|
{
|
|
5663
|
-
"name": "
|
|
5664
|
+
"name": "component",
|
|
5664
5665
|
"type": {
|
|
5665
|
-
"text": "
|
|
5666
|
-
}
|
|
5667
|
-
}
|
|
5668
|
-
],
|
|
5669
|
-
"inheritedFrom": {
|
|
5670
|
-
"name": "AbstractProperty",
|
|
5671
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5672
|
-
}
|
|
5673
|
-
},
|
|
5674
|
-
{
|
|
5675
|
-
"kind": "method",
|
|
5676
|
-
"name": "_onAfterValueChange",
|
|
5677
|
-
"parameters": [
|
|
5678
|
-
{
|
|
5679
|
-
"name": "key",
|
|
5680
|
-
"type": {
|
|
5681
|
-
"text": "string"
|
|
5682
|
-
}
|
|
5683
|
-
},
|
|
5684
|
-
{
|
|
5685
|
-
"name": "value",
|
|
5686
|
-
"type": {
|
|
5687
|
-
"text": "any"
|
|
5688
|
-
}
|
|
5689
|
-
}
|
|
5690
|
-
],
|
|
5691
|
-
"inheritedFrom": {
|
|
5692
|
-
"name": "AbstractProperty",
|
|
5693
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5694
|
-
}
|
|
5695
|
-
}
|
|
5696
|
-
],
|
|
5697
|
-
"events": [
|
|
5698
|
-
{
|
|
5699
|
-
"name": "bounds-change",
|
|
5700
|
-
"type": {
|
|
5701
|
-
"text": "CustomEvent"
|
|
5702
|
-
}
|
|
5703
|
-
},
|
|
5704
|
-
{
|
|
5705
|
-
"name": "property-change",
|
|
5706
|
-
"type": {
|
|
5707
|
-
"text": "CustomEvent"
|
|
5708
|
-
},
|
|
5709
|
-
"inheritedFrom": {
|
|
5710
|
-
"name": "AbstractProperty",
|
|
5711
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
5712
|
-
}
|
|
5713
|
-
}
|
|
5714
|
-
],
|
|
5715
|
-
"attributes": [
|
|
5716
|
-
{
|
|
5717
|
-
"name": "value",
|
|
5718
|
-
"type": {
|
|
5719
|
-
"text": "Properties | undefined"
|
|
5720
|
-
},
|
|
5721
|
-
"fieldName": "value"
|
|
5722
|
-
},
|
|
5723
|
-
{
|
|
5724
|
-
"name": "bounds",
|
|
5725
|
-
"type": {
|
|
5726
|
-
"text": "BOUNDS | null"
|
|
5727
|
-
},
|
|
5728
|
-
"default": "null",
|
|
5729
|
-
"fieldName": "bounds"
|
|
5730
|
-
},
|
|
5731
|
-
{
|
|
5732
|
-
"name": "selected",
|
|
5733
|
-
"type": {
|
|
5734
|
-
"text": "Component[]"
|
|
5735
|
-
},
|
|
5736
|
-
"default": "[]",
|
|
5737
|
-
"fieldName": "selected"
|
|
5738
|
-
}
|
|
5739
|
-
],
|
|
5740
|
-
"superclass": {
|
|
5741
|
-
"name": "AbstractProperty",
|
|
5742
|
-
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5743
|
-
}
|
|
5744
|
-
}
|
|
5745
|
-
],
|
|
5746
|
-
"exports": [
|
|
5747
|
-
{
|
|
5748
|
-
"kind": "js",
|
|
5749
|
-
"name": "PropertyShapes",
|
|
5750
|
-
"declaration": {
|
|
5751
|
-
"name": "PropertyShapes",
|
|
5752
|
-
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
5753
|
-
}
|
|
5754
|
-
}
|
|
5755
|
-
]
|
|
5756
|
-
},
|
|
5757
|
-
{
|
|
5758
|
-
"kind": "javascript-module",
|
|
5759
|
-
"path": "src/modeller/property-sidebar/inspector/inspector.ts",
|
|
5760
|
-
"declarations": [
|
|
5761
|
-
{
|
|
5762
|
-
"kind": "class",
|
|
5763
|
-
"description": "",
|
|
5764
|
-
"name": "SceneInspector",
|
|
5765
|
-
"members": [
|
|
5766
|
-
{
|
|
5767
|
-
"kind": "field",
|
|
5768
|
-
"name": "scene",
|
|
5769
|
-
"type": {
|
|
5770
|
-
"text": "Scene | undefined"
|
|
5771
|
-
},
|
|
5772
|
-
"attribute": "scene"
|
|
5773
|
-
},
|
|
5774
|
-
{
|
|
5775
|
-
"kind": "field",
|
|
5776
|
-
"name": "searchText",
|
|
5777
|
-
"type": {
|
|
5778
|
-
"text": "string"
|
|
5779
|
-
},
|
|
5780
|
-
"privacy": "private",
|
|
5781
|
-
"default": "''"
|
|
5782
|
-
},
|
|
5783
|
-
{
|
|
5784
|
-
"kind": "field",
|
|
5785
|
-
"name": "_extendedMap",
|
|
5786
|
-
"type": {
|
|
5787
|
-
"text": "any"
|
|
5788
|
-
},
|
|
5789
|
-
"privacy": "private"
|
|
5790
|
-
},
|
|
5791
|
-
{
|
|
5792
|
-
"kind": "field",
|
|
5793
|
-
"name": "show",
|
|
5794
|
-
"type": {
|
|
5795
|
-
"text": "boolean"
|
|
5796
|
-
},
|
|
5797
|
-
"privacy": "private",
|
|
5798
|
-
"default": "false"
|
|
5799
|
-
},
|
|
5800
|
-
{
|
|
5801
|
-
"kind": "method",
|
|
5802
|
-
"name": "disconnectScene",
|
|
5803
|
-
"parameters": [
|
|
5804
|
-
{
|
|
5805
|
-
"name": "scene",
|
|
5806
|
-
"optional": true,
|
|
5807
|
-
"type": {
|
|
5808
|
-
"text": "Scene"
|
|
5809
|
-
}
|
|
5810
|
-
}
|
|
5811
|
-
]
|
|
5812
|
-
},
|
|
5813
|
-
{
|
|
5814
|
-
"kind": "method",
|
|
5815
|
-
"name": "refresh"
|
|
5816
|
-
},
|
|
5817
|
-
{
|
|
5818
|
-
"kind": "field",
|
|
5819
|
-
"name": "sortableConfig",
|
|
5820
|
-
"type": {
|
|
5821
|
-
"text": "Sortable.Options"
|
|
5822
|
-
},
|
|
5823
|
-
"default": "{\n group: 'inspector',\n animation: 150,\n draggable: '.component',\n swapThreshold: 1,\n onSort: this.onSort.bind(this)\n }"
|
|
5824
|
-
},
|
|
5825
|
-
{
|
|
5826
|
-
"kind": "method",
|
|
5827
|
-
"name": "onSort",
|
|
5828
|
-
"parameters": [
|
|
5829
|
-
{
|
|
5830
|
-
"name": "e",
|
|
5831
|
-
"type": {
|
|
5832
|
-
"text": "Sortable.SortableEvent"
|
|
5833
|
-
}
|
|
5834
|
-
}
|
|
5835
|
-
]
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"kind": "method",
|
|
5839
|
-
"name": "_onclick",
|
|
5840
|
-
"parameters": [
|
|
5841
|
-
{
|
|
5842
|
-
"name": "e",
|
|
5843
|
-
"type": {
|
|
5844
|
-
"text": "MouseEvent"
|
|
5845
|
-
}
|
|
5846
|
-
}
|
|
5847
|
-
]
|
|
5848
|
-
},
|
|
5849
|
-
{
|
|
5850
|
-
"kind": "method",
|
|
5851
|
-
"name": "_ondblclick",
|
|
5852
|
-
"parameters": [
|
|
5853
|
-
{
|
|
5854
|
-
"name": "e",
|
|
5855
|
-
"type": {
|
|
5856
|
-
"text": "MouseEvent"
|
|
5857
|
-
}
|
|
5858
|
-
}
|
|
5859
|
-
]
|
|
5860
|
-
},
|
|
5861
|
-
{
|
|
5862
|
-
"kind": "field",
|
|
5863
|
-
"name": "extendedMap",
|
|
5864
|
-
"readonly": true
|
|
5865
|
-
},
|
|
5866
|
-
{
|
|
5867
|
-
"kind": "method",
|
|
5868
|
-
"name": "getNodeHandleClass",
|
|
5869
|
-
"parameters": [
|
|
5870
|
-
{
|
|
5871
|
-
"name": "component",
|
|
5872
|
-
"type": {
|
|
5873
|
-
"text": "Component"
|
|
5874
|
-
}
|
|
5875
|
-
}
|
|
5876
|
-
]
|
|
5877
|
-
},
|
|
5878
|
-
{
|
|
5879
|
-
"kind": "method",
|
|
5880
|
-
"name": "isExtended",
|
|
5881
|
-
"parameters": [
|
|
5882
|
-
{
|
|
5883
|
-
"name": "component",
|
|
5884
|
-
"type": {
|
|
5885
|
-
"text": "Component"
|
|
5886
|
-
}
|
|
5887
|
-
}
|
|
5888
|
-
]
|
|
5889
|
-
},
|
|
5890
|
-
{
|
|
5891
|
-
"kind": "method",
|
|
5892
|
-
"name": "toggleExtended",
|
|
5893
|
-
"parameters": [
|
|
5894
|
-
{
|
|
5895
|
-
"name": "component",
|
|
5896
|
-
"type": {
|
|
5897
|
-
"text": "Component"
|
|
5898
|
-
}
|
|
5899
|
-
}
|
|
5900
|
-
]
|
|
5901
|
-
},
|
|
5902
|
-
{
|
|
5903
|
-
"kind": "method",
|
|
5904
|
-
"name": "toggleHidden",
|
|
5905
|
-
"parameters": [
|
|
5906
|
-
{
|
|
5907
|
-
"name": "component",
|
|
5908
|
-
"type": {
|
|
5909
|
-
"text": "Component"
|
|
5666
|
+
"text": "Component"
|
|
5910
5667
|
}
|
|
5911
5668
|
}
|
|
5912
5669
|
]
|
|
@@ -5993,22 +5750,51 @@
|
|
|
5993
5750
|
},
|
|
5994
5751
|
{
|
|
5995
5752
|
"kind": "javascript-module",
|
|
5996
|
-
"path": "src/modeller/property-sidebar/
|
|
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",
|
|
5997
5775
|
"declarations": [
|
|
5998
5776
|
{
|
|
5999
5777
|
"kind": "class",
|
|
6000
5778
|
"description": "",
|
|
6001
|
-
"name": "
|
|
5779
|
+
"name": "PropertyShapes",
|
|
6002
5780
|
"members": [
|
|
6003
5781
|
{
|
|
6004
5782
|
"kind": "field",
|
|
6005
5783
|
"name": "value",
|
|
6006
5784
|
"type": {
|
|
6007
|
-
"text": "
|
|
5785
|
+
"text": "Properties | undefined"
|
|
6008
5786
|
},
|
|
6009
|
-
"default": "{}",
|
|
6010
5787
|
"attribute": "value"
|
|
6011
5788
|
},
|
|
5789
|
+
{
|
|
5790
|
+
"kind": "field",
|
|
5791
|
+
"name": "bounds",
|
|
5792
|
+
"type": {
|
|
5793
|
+
"text": "BOUNDS | null"
|
|
5794
|
+
},
|
|
5795
|
+
"default": "null",
|
|
5796
|
+
"attribute": "bounds"
|
|
5797
|
+
},
|
|
6012
5798
|
{
|
|
6013
5799
|
"kind": "field",
|
|
6014
5800
|
"name": "selected",
|
|
@@ -6019,13 +5805,68 @@
|
|
|
6019
5805
|
"attribute": "selected"
|
|
6020
5806
|
},
|
|
6021
5807
|
{
|
|
6022
|
-
"kind": "
|
|
6023
|
-
"name": "
|
|
6024
|
-
"
|
|
6025
|
-
|
|
6026
|
-
|
|
6027
|
-
|
|
6028
|
-
|
|
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
|
+
]
|
|
6029
5870
|
},
|
|
6030
5871
|
{
|
|
6031
5872
|
"kind": "method",
|
|
@@ -6041,19 +5882,15 @@
|
|
|
6041
5882
|
},
|
|
6042
5883
|
{
|
|
6043
5884
|
"kind": "method",
|
|
6044
|
-
"name": "
|
|
5885
|
+
"name": "_is3dish",
|
|
6045
5886
|
"parameters": [
|
|
6046
5887
|
{
|
|
6047
|
-
"name": "
|
|
5888
|
+
"name": "selected",
|
|
6048
5889
|
"type": {
|
|
6049
|
-
"text": "
|
|
5890
|
+
"text": "Component[]"
|
|
6050
5891
|
}
|
|
6051
5892
|
}
|
|
6052
|
-
]
|
|
6053
|
-
"inheritedFrom": {
|
|
6054
|
-
"name": "AbstractProperty",
|
|
6055
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6056
|
-
}
|
|
5893
|
+
]
|
|
6057
5894
|
},
|
|
6058
5895
|
{
|
|
6059
5896
|
"kind": "method",
|
|
@@ -6094,57 +5931,62 @@
|
|
|
6094
5931
|
}
|
|
6095
5932
|
}
|
|
6096
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
|
+
],
|
|
6097
5952
|
"attributes": [
|
|
6098
5953
|
{
|
|
6099
5954
|
"name": "value",
|
|
6100
5955
|
"type": {
|
|
6101
|
-
"text": "
|
|
5956
|
+
"text": "Properties | undefined"
|
|
6102
5957
|
},
|
|
6103
|
-
"default": "{}",
|
|
6104
5958
|
"fieldName": "value"
|
|
6105
5959
|
},
|
|
6106
5960
|
{
|
|
6107
|
-
"name": "
|
|
5961
|
+
"name": "bounds",
|
|
6108
5962
|
"type": {
|
|
6109
|
-
"text": "
|
|
5963
|
+
"text": "BOUNDS | null"
|
|
6110
5964
|
},
|
|
6111
|
-
"default": "
|
|
6112
|
-
"fieldName": "
|
|
5965
|
+
"default": "null",
|
|
5966
|
+
"fieldName": "bounds"
|
|
6113
5967
|
},
|
|
6114
5968
|
{
|
|
6115
|
-
"name": "
|
|
5969
|
+
"name": "selected",
|
|
6116
5970
|
"type": {
|
|
6117
|
-
"text": "
|
|
5971
|
+
"text": "Component[]"
|
|
6118
5972
|
},
|
|
6119
5973
|
"default": "[]",
|
|
6120
|
-
"fieldName": "
|
|
5974
|
+
"fieldName": "selected"
|
|
6121
5975
|
}
|
|
6122
5976
|
],
|
|
6123
5977
|
"superclass": {
|
|
6124
5978
|
"name": "AbstractProperty",
|
|
6125
|
-
"module": "/src/modeller/property-sidebar/abstract-property
|
|
6126
|
-
}
|
|
6127
|
-
"events": [
|
|
6128
|
-
{
|
|
6129
|
-
"name": "property-change",
|
|
6130
|
-
"type": {
|
|
6131
|
-
"text": "CustomEvent"
|
|
6132
|
-
},
|
|
6133
|
-
"inheritedFrom": {
|
|
6134
|
-
"name": "AbstractProperty",
|
|
6135
|
-
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6136
|
-
}
|
|
6137
|
-
}
|
|
6138
|
-
]
|
|
5979
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
5980
|
+
}
|
|
6139
5981
|
}
|
|
6140
5982
|
],
|
|
6141
5983
|
"exports": [
|
|
6142
5984
|
{
|
|
6143
5985
|
"kind": "js",
|
|
6144
|
-
"name": "
|
|
5986
|
+
"name": "PropertyShapes",
|
|
6145
5987
|
"declaration": {
|
|
6146
|
-
"name": "
|
|
6147
|
-
"module": "src/modeller/property-sidebar/
|
|
5988
|
+
"name": "PropertyShapes",
|
|
5989
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6148
5990
|
}
|
|
6149
5991
|
}
|
|
6150
5992
|
]
|
|
@@ -6495,6 +6337,164 @@
|
|
|
6495
6337
|
}
|
|
6496
6338
|
}
|
|
6497
6339
|
]
|
|
6340
|
+
},
|
|
6341
|
+
{
|
|
6342
|
+
"kind": "javascript-module",
|
|
6343
|
+
"path": "src/modeller/property-sidebar/styles/styles.ts",
|
|
6344
|
+
"declarations": [
|
|
6345
|
+
{
|
|
6346
|
+
"kind": "class",
|
|
6347
|
+
"description": "",
|
|
6348
|
+
"name": "PropertyStyles",
|
|
6349
|
+
"members": [
|
|
6350
|
+
{
|
|
6351
|
+
"kind": "field",
|
|
6352
|
+
"name": "value",
|
|
6353
|
+
"type": {
|
|
6354
|
+
"text": "any"
|
|
6355
|
+
},
|
|
6356
|
+
"default": "{}",
|
|
6357
|
+
"attribute": "value"
|
|
6358
|
+
},
|
|
6359
|
+
{
|
|
6360
|
+
"kind": "field",
|
|
6361
|
+
"name": "selected",
|
|
6362
|
+
"type": {
|
|
6363
|
+
"text": "Component[]"
|
|
6364
|
+
},
|
|
6365
|
+
"default": "[]",
|
|
6366
|
+
"attribute": "selected"
|
|
6367
|
+
},
|
|
6368
|
+
{
|
|
6369
|
+
"kind": "field",
|
|
6370
|
+
"name": "fonts",
|
|
6371
|
+
"type": {
|
|
6372
|
+
"text": "any[]"
|
|
6373
|
+
},
|
|
6374
|
+
"default": "[]",
|
|
6375
|
+
"attribute": "fonts"
|
|
6376
|
+
},
|
|
6377
|
+
{
|
|
6378
|
+
"kind": "method",
|
|
6379
|
+
"name": "_isLine",
|
|
6380
|
+
"parameters": [
|
|
6381
|
+
{
|
|
6382
|
+
"name": "selected",
|
|
6383
|
+
"type": {
|
|
6384
|
+
"text": "Component[]"
|
|
6385
|
+
}
|
|
6386
|
+
}
|
|
6387
|
+
]
|
|
6388
|
+
},
|
|
6389
|
+
{
|
|
6390
|
+
"kind": "method",
|
|
6391
|
+
"name": "_onValueChange",
|
|
6392
|
+
"parameters": [
|
|
6393
|
+
{
|
|
6394
|
+
"name": "e",
|
|
6395
|
+
"type": {
|
|
6396
|
+
"text": "Event"
|
|
6397
|
+
}
|
|
6398
|
+
}
|
|
6399
|
+
],
|
|
6400
|
+
"inheritedFrom": {
|
|
6401
|
+
"name": "AbstractProperty",
|
|
6402
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6403
|
+
}
|
|
6404
|
+
},
|
|
6405
|
+
{
|
|
6406
|
+
"kind": "method",
|
|
6407
|
+
"name": "_getValueFromEventTarget",
|
|
6408
|
+
"parameters": [
|
|
6409
|
+
{
|
|
6410
|
+
"name": "element",
|
|
6411
|
+
"type": {
|
|
6412
|
+
"text": "HTMLElement"
|
|
6413
|
+
}
|
|
6414
|
+
}
|
|
6415
|
+
],
|
|
6416
|
+
"inheritedFrom": {
|
|
6417
|
+
"name": "AbstractProperty",
|
|
6418
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6419
|
+
}
|
|
6420
|
+
},
|
|
6421
|
+
{
|
|
6422
|
+
"kind": "method",
|
|
6423
|
+
"name": "_onAfterValueChange",
|
|
6424
|
+
"parameters": [
|
|
6425
|
+
{
|
|
6426
|
+
"name": "key",
|
|
6427
|
+
"type": {
|
|
6428
|
+
"text": "string"
|
|
6429
|
+
}
|
|
6430
|
+
},
|
|
6431
|
+
{
|
|
6432
|
+
"name": "value",
|
|
6433
|
+
"type": {
|
|
6434
|
+
"text": "any"
|
|
6435
|
+
}
|
|
6436
|
+
}
|
|
6437
|
+
],
|
|
6438
|
+
"inheritedFrom": {
|
|
6439
|
+
"name": "AbstractProperty",
|
|
6440
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6441
|
+
}
|
|
6442
|
+
}
|
|
6443
|
+
],
|
|
6444
|
+
"attributes": [
|
|
6445
|
+
{
|
|
6446
|
+
"name": "value",
|
|
6447
|
+
"type": {
|
|
6448
|
+
"text": "any"
|
|
6449
|
+
},
|
|
6450
|
+
"default": "{}",
|
|
6451
|
+
"fieldName": "value"
|
|
6452
|
+
},
|
|
6453
|
+
{
|
|
6454
|
+
"name": "selected",
|
|
6455
|
+
"type": {
|
|
6456
|
+
"text": "Component[]"
|
|
6457
|
+
},
|
|
6458
|
+
"default": "[]",
|
|
6459
|
+
"fieldName": "selected"
|
|
6460
|
+
},
|
|
6461
|
+
{
|
|
6462
|
+
"name": "fonts",
|
|
6463
|
+
"type": {
|
|
6464
|
+
"text": "any[]"
|
|
6465
|
+
},
|
|
6466
|
+
"default": "[]",
|
|
6467
|
+
"fieldName": "fonts"
|
|
6468
|
+
}
|
|
6469
|
+
],
|
|
6470
|
+
"superclass": {
|
|
6471
|
+
"name": "AbstractProperty",
|
|
6472
|
+
"module": "/src/modeller/property-sidebar/abstract-property.js"
|
|
6473
|
+
},
|
|
6474
|
+
"events": [
|
|
6475
|
+
{
|
|
6476
|
+
"name": "property-change",
|
|
6477
|
+
"type": {
|
|
6478
|
+
"text": "CustomEvent"
|
|
6479
|
+
},
|
|
6480
|
+
"inheritedFrom": {
|
|
6481
|
+
"name": "AbstractProperty",
|
|
6482
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6483
|
+
}
|
|
6484
|
+
}
|
|
6485
|
+
]
|
|
6486
|
+
}
|
|
6487
|
+
],
|
|
6488
|
+
"exports": [
|
|
6489
|
+
{
|
|
6490
|
+
"kind": "js",
|
|
6491
|
+
"name": "PropertyStyles",
|
|
6492
|
+
"declaration": {
|
|
6493
|
+
"name": "PropertyStyles",
|
|
6494
|
+
"module": "src/modeller/property-sidebar/styles/styles.ts"
|
|
6495
|
+
}
|
|
6496
|
+
}
|
|
6497
|
+
]
|
|
6498
6498
|
}
|
|
6499
6499
|
]
|
|
6500
6500
|
}
|