@fmsim/board 0.0.51 → 0.0.53
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 +345 -345
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -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",
|
|
@@ -5750,333 +5750,90 @@
|
|
|
5750
5750
|
},
|
|
5751
5751
|
{
|
|
5752
5752
|
"kind": "javascript-module",
|
|
5753
|
-
"path": "src/modeller/property-sidebar/
|
|
5754
|
-
"declarations": [
|
|
5755
|
-
{
|
|
5756
|
-
"kind": "variable",
|
|
5757
|
-
"name": "BoxPaddingEditorStyles",
|
|
5758
|
-
"default": "css`\n .box-padding {\n width: 100%;\n }\n\n .box-padding td {\n background: var(--url-icon-properties-padding) 50% 0 no-repeat;\n }\n\n .box-padding tr:nth-child(1),\n .box-padding tr:nth-child(3) {\n height: 20px;\n }\n\n .box-padding tr td:nth-child(1),\n .box-padding tr td:nth-child(3) {\n width: 18px;\n }\n\n .box-padding .slide1 {\n background-position: 0 0;\n }\n\n .box-padding .slide2 {\n background-position: 50% -40px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide3 {\n background-position: 100% -440px;\n }\n\n .box-padding .slide4 {\n background-position: 0 -360px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide5 {\n background: none;\n text-align: center;\n }\n\n .box-padding .slide6 {\n background-position: 100% -160px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide7 {\n background-position: 0 100%;\n }\n\n .box-padding .slide8 {\n background-position: 50% -320px;\n background-color: rgba(69, 46, 41, 0.2);\n }\n\n .box-padding .slide9 {\n background-position: 0 0px;\n }\n\n .box-padding input {\n background-color: transparent;\n width: 35px;\n margin: 0px;\n padding: 0px;\n clear: both;\n float: initial;\n border: 1px solid #fff;\n border-width: 0 0 1px 0;\n text-align: right;\n font-size: 14px;\n }\n\n .slide5 input:nth-child(1),\n .slide5 input:nth-child(4) {\n display: block;\n margin: auto;\n }\n\n .slide5 input:nth-child(2) {\n float: left;\n }\n\n .slide5 input:nth-child(3) {\n float: right;\n margin-top: -25px;\n }\n\n .slide5 input:nth-child(4) {\n margin-top: -5px;\n }\n`"
|
|
5759
|
-
}
|
|
5760
|
-
],
|
|
5761
|
-
"exports": [
|
|
5762
|
-
{
|
|
5763
|
-
"kind": "js",
|
|
5764
|
-
"name": "BoxPaddingEditorStyles",
|
|
5765
|
-
"declaration": {
|
|
5766
|
-
"name": "BoxPaddingEditorStyles",
|
|
5767
|
-
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
5768
|
-
}
|
|
5769
|
-
}
|
|
5770
|
-
]
|
|
5771
|
-
},
|
|
5772
|
-
{
|
|
5773
|
-
"kind": "javascript-module",
|
|
5774
|
-
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
5753
|
+
"path": "src/modeller/property-sidebar/specifics/specific-properties-builder.ts",
|
|
5775
5754
|
"declarations": [
|
|
5776
5755
|
{
|
|
5777
5756
|
"kind": "class",
|
|
5778
5757
|
"description": "",
|
|
5779
|
-
"name": "
|
|
5758
|
+
"name": "SpecificPropertiesBuilder",
|
|
5780
5759
|
"members": [
|
|
5781
5760
|
{
|
|
5782
5761
|
"kind": "field",
|
|
5783
5762
|
"name": "value",
|
|
5784
5763
|
"type": {
|
|
5785
|
-
"text": "
|
|
5764
|
+
"text": "any"
|
|
5786
5765
|
},
|
|
5787
5766
|
"attribute": "value"
|
|
5788
5767
|
},
|
|
5789
5768
|
{
|
|
5790
5769
|
"kind": "field",
|
|
5791
|
-
"name": "
|
|
5770
|
+
"name": "props",
|
|
5792
5771
|
"type": {
|
|
5793
|
-
"text": "
|
|
5772
|
+
"text": "any[]"
|
|
5794
5773
|
},
|
|
5795
|
-
"default": "
|
|
5796
|
-
"attribute": "
|
|
5774
|
+
"default": "[]",
|
|
5775
|
+
"attribute": "props"
|
|
5797
5776
|
},
|
|
5798
5777
|
{
|
|
5799
5778
|
"kind": "field",
|
|
5800
|
-
"name": "
|
|
5779
|
+
"name": "propertyEditor",
|
|
5801
5780
|
"type": {
|
|
5802
|
-
"text": "
|
|
5781
|
+
"text": "any"
|
|
5803
5782
|
},
|
|
5804
|
-
"
|
|
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
|
-
}
|
|
5783
|
+
"attribute": "propertyEditor"
|
|
5822
5784
|
},
|
|
5823
5785
|
{
|
|
5824
5786
|
"kind": "method",
|
|
5825
|
-
"name": "
|
|
5787
|
+
"name": "_onPropsChanged",
|
|
5826
5788
|
"parameters": [
|
|
5827
5789
|
{
|
|
5828
|
-
"name": "
|
|
5790
|
+
"name": "props",
|
|
5829
5791
|
"type": {
|
|
5830
|
-
"text": "
|
|
5792
|
+
"text": "any[]"
|
|
5831
5793
|
}
|
|
5832
5794
|
}
|
|
5833
5795
|
]
|
|
5834
5796
|
},
|
|
5835
5797
|
{
|
|
5836
5798
|
"kind": "method",
|
|
5837
|
-
"name": "
|
|
5838
|
-
"parameters": [
|
|
5839
|
-
{
|
|
5840
|
-
"name": "selected",
|
|
5841
|
-
"type": {
|
|
5842
|
-
"text": "Component[]"
|
|
5843
|
-
}
|
|
5844
|
-
}
|
|
5845
|
-
]
|
|
5799
|
+
"name": "_setValues"
|
|
5846
5800
|
},
|
|
5847
5801
|
{
|
|
5848
5802
|
"kind": "method",
|
|
5849
|
-
"name": "
|
|
5803
|
+
"name": "_onValueChanged",
|
|
5850
5804
|
"parameters": [
|
|
5851
5805
|
{
|
|
5852
|
-
"name": "
|
|
5806
|
+
"name": "e",
|
|
5853
5807
|
"type": {
|
|
5854
|
-
"text": "
|
|
5808
|
+
"text": "Event"
|
|
5855
5809
|
}
|
|
5856
5810
|
}
|
|
5857
5811
|
]
|
|
5858
|
-
}
|
|
5812
|
+
}
|
|
5813
|
+
],
|
|
5814
|
+
"events": [
|
|
5859
5815
|
{
|
|
5860
|
-
"
|
|
5861
|
-
"
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5867
|
-
|
|
5868
|
-
|
|
5869
|
-
|
|
5816
|
+
"name": "property-change",
|
|
5817
|
+
"type": {
|
|
5818
|
+
"text": "CustomEvent"
|
|
5819
|
+
}
|
|
5820
|
+
}
|
|
5821
|
+
],
|
|
5822
|
+
"attributes": [
|
|
5823
|
+
{
|
|
5824
|
+
"name": "value",
|
|
5825
|
+
"type": {
|
|
5826
|
+
"text": "any"
|
|
5827
|
+
},
|
|
5828
|
+
"fieldName": "value"
|
|
5870
5829
|
},
|
|
5871
5830
|
{
|
|
5872
|
-
"
|
|
5873
|
-
"
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
|
|
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",
|
|
6047
|
-
"parameters": [
|
|
6048
|
-
{
|
|
6049
|
-
"name": "e",
|
|
6050
|
-
"type": {
|
|
6051
|
-
"text": "Event"
|
|
6052
|
-
}
|
|
6053
|
-
}
|
|
6054
|
-
]
|
|
6055
|
-
}
|
|
6056
|
-
],
|
|
6057
|
-
"events": [
|
|
6058
|
-
{
|
|
6059
|
-
"name": "property-change",
|
|
6060
|
-
"type": {
|
|
6061
|
-
"text": "CustomEvent"
|
|
6062
|
-
}
|
|
6063
|
-
}
|
|
6064
|
-
],
|
|
6065
|
-
"attributes": [
|
|
6066
|
-
{
|
|
6067
|
-
"name": "value",
|
|
6068
|
-
"type": {
|
|
6069
|
-
"text": "any"
|
|
6070
|
-
},
|
|
6071
|
-
"fieldName": "value"
|
|
6072
|
-
},
|
|
6073
|
-
{
|
|
6074
|
-
"name": "props",
|
|
6075
|
-
"type": {
|
|
6076
|
-
"text": "any[]"
|
|
6077
|
-
},
|
|
6078
|
-
"default": "[]",
|
|
6079
|
-
"fieldName": "props"
|
|
5831
|
+
"name": "props",
|
|
5832
|
+
"type": {
|
|
5833
|
+
"text": "any[]"
|
|
5834
|
+
},
|
|
5835
|
+
"default": "[]",
|
|
5836
|
+
"fieldName": "props"
|
|
6080
5837
|
},
|
|
6081
5838
|
{
|
|
6082
5839
|
"name": "propertyEditor",
|
|
@@ -6495,6 +6252,249 @@
|
|
|
6495
6252
|
}
|
|
6496
6253
|
}
|
|
6497
6254
|
]
|
|
6255
|
+
},
|
|
6256
|
+
{
|
|
6257
|
+
"kind": "javascript-module",
|
|
6258
|
+
"path": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts",
|
|
6259
|
+
"declarations": [
|
|
6260
|
+
{
|
|
6261
|
+
"kind": "variable",
|
|
6262
|
+
"name": "BoxPaddingEditorStyles",
|
|
6263
|
+
"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`"
|
|
6264
|
+
}
|
|
6265
|
+
],
|
|
6266
|
+
"exports": [
|
|
6267
|
+
{
|
|
6268
|
+
"kind": "js",
|
|
6269
|
+
"name": "BoxPaddingEditorStyles",
|
|
6270
|
+
"declaration": {
|
|
6271
|
+
"name": "BoxPaddingEditorStyles",
|
|
6272
|
+
"module": "src/modeller/property-sidebar/shapes/box-padding-editor-styles.ts"
|
|
6273
|
+
}
|
|
6274
|
+
}
|
|
6275
|
+
]
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"kind": "javascript-module",
|
|
6279
|
+
"path": "src/modeller/property-sidebar/shapes/shapes.ts",
|
|
6280
|
+
"declarations": [
|
|
6281
|
+
{
|
|
6282
|
+
"kind": "class",
|
|
6283
|
+
"description": "",
|
|
6284
|
+
"name": "PropertyShapes",
|
|
6285
|
+
"members": [
|
|
6286
|
+
{
|
|
6287
|
+
"kind": "field",
|
|
6288
|
+
"name": "value",
|
|
6289
|
+
"type": {
|
|
6290
|
+
"text": "Properties | undefined"
|
|
6291
|
+
},
|
|
6292
|
+
"attribute": "value"
|
|
6293
|
+
},
|
|
6294
|
+
{
|
|
6295
|
+
"kind": "field",
|
|
6296
|
+
"name": "bounds",
|
|
6297
|
+
"type": {
|
|
6298
|
+
"text": "BOUNDS | null"
|
|
6299
|
+
},
|
|
6300
|
+
"default": "null",
|
|
6301
|
+
"attribute": "bounds"
|
|
6302
|
+
},
|
|
6303
|
+
{
|
|
6304
|
+
"kind": "field",
|
|
6305
|
+
"name": "selected",
|
|
6306
|
+
"type": {
|
|
6307
|
+
"text": "Component[]"
|
|
6308
|
+
},
|
|
6309
|
+
"default": "[]",
|
|
6310
|
+
"attribute": "selected"
|
|
6311
|
+
},
|
|
6312
|
+
{
|
|
6313
|
+
"kind": "method",
|
|
6314
|
+
"name": "_onValueChange",
|
|
6315
|
+
"parameters": [
|
|
6316
|
+
{
|
|
6317
|
+
"name": "e",
|
|
6318
|
+
"type": {
|
|
6319
|
+
"text": "Event"
|
|
6320
|
+
}
|
|
6321
|
+
}
|
|
6322
|
+
],
|
|
6323
|
+
"inheritedFrom": {
|
|
6324
|
+
"name": "AbstractProperty",
|
|
6325
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6326
|
+
}
|
|
6327
|
+
},
|
|
6328
|
+
{
|
|
6329
|
+
"kind": "method",
|
|
6330
|
+
"name": "_hasTextProperty",
|
|
6331
|
+
"parameters": [
|
|
6332
|
+
{
|
|
6333
|
+
"name": "selected",
|
|
6334
|
+
"type": {
|
|
6335
|
+
"text": "Component[]"
|
|
6336
|
+
}
|
|
6337
|
+
}
|
|
6338
|
+
]
|
|
6339
|
+
},
|
|
6340
|
+
{
|
|
6341
|
+
"kind": "method",
|
|
6342
|
+
"name": "_hasProperties",
|
|
6343
|
+
"parameters": [
|
|
6344
|
+
{
|
|
6345
|
+
"name": "selected",
|
|
6346
|
+
"type": {
|
|
6347
|
+
"text": "Component[]"
|
|
6348
|
+
}
|
|
6349
|
+
}
|
|
6350
|
+
]
|
|
6351
|
+
},
|
|
6352
|
+
{
|
|
6353
|
+
"kind": "method",
|
|
6354
|
+
"name": "_isIdentifiable",
|
|
6355
|
+
"parameters": [
|
|
6356
|
+
{
|
|
6357
|
+
"name": "selected",
|
|
6358
|
+
"type": {
|
|
6359
|
+
"text": "Component[]"
|
|
6360
|
+
}
|
|
6361
|
+
}
|
|
6362
|
+
]
|
|
6363
|
+
},
|
|
6364
|
+
{
|
|
6365
|
+
"kind": "method",
|
|
6366
|
+
"name": "_isClassIdentifiable",
|
|
6367
|
+
"parameters": [
|
|
6368
|
+
{
|
|
6369
|
+
"name": "selected",
|
|
6370
|
+
"type": {
|
|
6371
|
+
"text": "Component[]"
|
|
6372
|
+
}
|
|
6373
|
+
}
|
|
6374
|
+
]
|
|
6375
|
+
},
|
|
6376
|
+
{
|
|
6377
|
+
"kind": "method",
|
|
6378
|
+
"name": "_isLine",
|
|
6379
|
+
"parameters": [
|
|
6380
|
+
{
|
|
6381
|
+
"name": "selected",
|
|
6382
|
+
"type": {
|
|
6383
|
+
"text": "Component[]"
|
|
6384
|
+
}
|
|
6385
|
+
}
|
|
6386
|
+
]
|
|
6387
|
+
},
|
|
6388
|
+
{
|
|
6389
|
+
"kind": "method",
|
|
6390
|
+
"name": "_is3dish",
|
|
6391
|
+
"parameters": [
|
|
6392
|
+
{
|
|
6393
|
+
"name": "selected",
|
|
6394
|
+
"type": {
|
|
6395
|
+
"text": "Component[]"
|
|
6396
|
+
}
|
|
6397
|
+
}
|
|
6398
|
+
]
|
|
6399
|
+
},
|
|
6400
|
+
{
|
|
6401
|
+
"kind": "method",
|
|
6402
|
+
"name": "_getValueFromEventTarget",
|
|
6403
|
+
"parameters": [
|
|
6404
|
+
{
|
|
6405
|
+
"name": "element",
|
|
6406
|
+
"type": {
|
|
6407
|
+
"text": "HTMLElement"
|
|
6408
|
+
}
|
|
6409
|
+
}
|
|
6410
|
+
],
|
|
6411
|
+
"inheritedFrom": {
|
|
6412
|
+
"name": "AbstractProperty",
|
|
6413
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6414
|
+
}
|
|
6415
|
+
},
|
|
6416
|
+
{
|
|
6417
|
+
"kind": "method",
|
|
6418
|
+
"name": "_onAfterValueChange",
|
|
6419
|
+
"parameters": [
|
|
6420
|
+
{
|
|
6421
|
+
"name": "key",
|
|
6422
|
+
"type": {
|
|
6423
|
+
"text": "string"
|
|
6424
|
+
}
|
|
6425
|
+
},
|
|
6426
|
+
{
|
|
6427
|
+
"name": "value",
|
|
6428
|
+
"type": {
|
|
6429
|
+
"text": "any"
|
|
6430
|
+
}
|
|
6431
|
+
}
|
|
6432
|
+
],
|
|
6433
|
+
"inheritedFrom": {
|
|
6434
|
+
"name": "AbstractProperty",
|
|
6435
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6436
|
+
}
|
|
6437
|
+
}
|
|
6438
|
+
],
|
|
6439
|
+
"events": [
|
|
6440
|
+
{
|
|
6441
|
+
"name": "bounds-change",
|
|
6442
|
+
"type": {
|
|
6443
|
+
"text": "CustomEvent"
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"name": "property-change",
|
|
6448
|
+
"type": {
|
|
6449
|
+
"text": "CustomEvent"
|
|
6450
|
+
},
|
|
6451
|
+
"inheritedFrom": {
|
|
6452
|
+
"name": "AbstractProperty",
|
|
6453
|
+
"module": "src/modeller/property-sidebar/abstract-property.ts"
|
|
6454
|
+
}
|
|
6455
|
+
}
|
|
6456
|
+
],
|
|
6457
|
+
"attributes": [
|
|
6458
|
+
{
|
|
6459
|
+
"name": "value",
|
|
6460
|
+
"type": {
|
|
6461
|
+
"text": "Properties | undefined"
|
|
6462
|
+
},
|
|
6463
|
+
"fieldName": "value"
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"name": "bounds",
|
|
6467
|
+
"type": {
|
|
6468
|
+
"text": "BOUNDS | null"
|
|
6469
|
+
},
|
|
6470
|
+
"default": "null",
|
|
6471
|
+
"fieldName": "bounds"
|
|
6472
|
+
},
|
|
6473
|
+
{
|
|
6474
|
+
"name": "selected",
|
|
6475
|
+
"type": {
|
|
6476
|
+
"text": "Component[]"
|
|
6477
|
+
},
|
|
6478
|
+
"default": "[]",
|
|
6479
|
+
"fieldName": "selected"
|
|
6480
|
+
}
|
|
6481
|
+
],
|
|
6482
|
+
"superclass": {
|
|
6483
|
+
"name": "AbstractProperty",
|
|
6484
|
+
"module": "/src/modeller/property-sidebar/abstract-property"
|
|
6485
|
+
}
|
|
6486
|
+
}
|
|
6487
|
+
],
|
|
6488
|
+
"exports": [
|
|
6489
|
+
{
|
|
6490
|
+
"kind": "js",
|
|
6491
|
+
"name": "PropertyShapes",
|
|
6492
|
+
"declaration": {
|
|
6493
|
+
"name": "PropertyShapes",
|
|
6494
|
+
"module": "src/modeller/property-sidebar/shapes/shapes.ts"
|
|
6495
|
+
}
|
|
6496
|
+
}
|
|
6497
|
+
]
|
|
6498
6498
|
}
|
|
6499
6499
|
]
|
|
6500
6500
|
}
|