@fmsim/board 0.0.50 → 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 +138 -138
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -1636,6 +1636,144 @@
|
|
|
1636
1636
|
}
|
|
1637
1637
|
]
|
|
1638
1638
|
},
|
|
1639
|
+
{
|
|
1640
|
+
"kind": "javascript-module",
|
|
1641
|
+
"path": "src/layers/mcs-event-handlers.ts",
|
|
1642
|
+
"declarations": [],
|
|
1643
|
+
"exports": []
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "javascript-module",
|
|
1647
|
+
"path": "src/layers/movement-layer.ts",
|
|
1648
|
+
"declarations": [
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "class",
|
|
1651
|
+
"description": "",
|
|
1652
|
+
"name": "MovementLayer",
|
|
1653
|
+
"members": [
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "field",
|
|
1656
|
+
"name": "capturable",
|
|
1657
|
+
"readonly": true
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "method",
|
|
1661
|
+
"name": "drawArrow",
|
|
1662
|
+
"parameters": [
|
|
1663
|
+
{
|
|
1664
|
+
"name": "ctx",
|
|
1665
|
+
"type": {
|
|
1666
|
+
"text": "CanvasRenderingContext2D"
|
|
1667
|
+
}
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "p0",
|
|
1671
|
+
"type": {
|
|
1672
|
+
"text": "POINT"
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"name": "p1",
|
|
1677
|
+
"type": {
|
|
1678
|
+
"text": "POINT"
|
|
1679
|
+
}
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "headLength",
|
|
1683
|
+
"default": "10",
|
|
1684
|
+
"type": {
|
|
1685
|
+
"text": "number"
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
1688
|
+
]
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "method",
|
|
1692
|
+
"name": "findSourceAndTarget",
|
|
1693
|
+
"return": {
|
|
1694
|
+
"type": {
|
|
1695
|
+
"text": "[Component?, Component?]"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"parameters": [
|
|
1699
|
+
{
|
|
1700
|
+
"name": "path",
|
|
1701
|
+
"type": {
|
|
1702
|
+
"text": "PATH"
|
|
1703
|
+
}
|
|
1704
|
+
}
|
|
1705
|
+
]
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"kind": "field",
|
|
1709
|
+
"name": "eventMap",
|
|
1710
|
+
"readonly": true
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "method",
|
|
1714
|
+
"name": "onchangeModelLayer",
|
|
1715
|
+
"parameters": [
|
|
1716
|
+
{
|
|
1717
|
+
"name": "after",
|
|
1718
|
+
"type": {
|
|
1719
|
+
"text": "any"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"name": "before",
|
|
1724
|
+
"type": {
|
|
1725
|
+
"text": "any"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"name": "hint",
|
|
1730
|
+
"type": {
|
|
1731
|
+
"text": "any"
|
|
1732
|
+
}
|
|
1733
|
+
}
|
|
1734
|
+
]
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"kind": "method",
|
|
1738
|
+
"name": "onchangeData",
|
|
1739
|
+
"return": {
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "void"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
"parameters": [
|
|
1745
|
+
{
|
|
1746
|
+
"name": "after",
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "Properties"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "before",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"text": "Properties"
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1757
|
+
]
|
|
1758
|
+
}
|
|
1759
|
+
],
|
|
1760
|
+
"superclass": {
|
|
1761
|
+
"name": "Layer",
|
|
1762
|
+
"package": "@hatiolab/things-scene"
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"exports": [
|
|
1767
|
+
{
|
|
1768
|
+
"kind": "js",
|
|
1769
|
+
"name": "default",
|
|
1770
|
+
"declaration": {
|
|
1771
|
+
"name": "MovementLayer",
|
|
1772
|
+
"module": "src/layers/movement-layer.ts"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1639
1777
|
{
|
|
1640
1778
|
"kind": "javascript-module",
|
|
1641
1779
|
"path": "src/modeller/edit-toolbar-style.ts",
|
|
@@ -2719,144 +2857,6 @@
|
|
|
2719
2857
|
}
|
|
2720
2858
|
]
|
|
2721
2859
|
},
|
|
2722
|
-
{
|
|
2723
|
-
"kind": "javascript-module",
|
|
2724
|
-
"path": "src/layers/mcs-event-handlers.ts",
|
|
2725
|
-
"declarations": [],
|
|
2726
|
-
"exports": []
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"kind": "javascript-module",
|
|
2730
|
-
"path": "src/layers/movement-layer.ts",
|
|
2731
|
-
"declarations": [
|
|
2732
|
-
{
|
|
2733
|
-
"kind": "class",
|
|
2734
|
-
"description": "",
|
|
2735
|
-
"name": "MovementLayer",
|
|
2736
|
-
"members": [
|
|
2737
|
-
{
|
|
2738
|
-
"kind": "field",
|
|
2739
|
-
"name": "capturable",
|
|
2740
|
-
"readonly": true
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "method",
|
|
2744
|
-
"name": "drawArrow",
|
|
2745
|
-
"parameters": [
|
|
2746
|
-
{
|
|
2747
|
-
"name": "ctx",
|
|
2748
|
-
"type": {
|
|
2749
|
-
"text": "CanvasRenderingContext2D"
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"name": "p0",
|
|
2754
|
-
"type": {
|
|
2755
|
-
"text": "POINT"
|
|
2756
|
-
}
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"name": "p1",
|
|
2760
|
-
"type": {
|
|
2761
|
-
"text": "POINT"
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"name": "headLength",
|
|
2766
|
-
"default": "10",
|
|
2767
|
-
"type": {
|
|
2768
|
-
"text": "number"
|
|
2769
|
-
}
|
|
2770
|
-
}
|
|
2771
|
-
]
|
|
2772
|
-
},
|
|
2773
|
-
{
|
|
2774
|
-
"kind": "method",
|
|
2775
|
-
"name": "findSourceAndTarget",
|
|
2776
|
-
"return": {
|
|
2777
|
-
"type": {
|
|
2778
|
-
"text": "[Component?, Component?]"
|
|
2779
|
-
}
|
|
2780
|
-
},
|
|
2781
|
-
"parameters": [
|
|
2782
|
-
{
|
|
2783
|
-
"name": "path",
|
|
2784
|
-
"type": {
|
|
2785
|
-
"text": "PATH"
|
|
2786
|
-
}
|
|
2787
|
-
}
|
|
2788
|
-
]
|
|
2789
|
-
},
|
|
2790
|
-
{
|
|
2791
|
-
"kind": "field",
|
|
2792
|
-
"name": "eventMap",
|
|
2793
|
-
"readonly": true
|
|
2794
|
-
},
|
|
2795
|
-
{
|
|
2796
|
-
"kind": "method",
|
|
2797
|
-
"name": "onchangeModelLayer",
|
|
2798
|
-
"parameters": [
|
|
2799
|
-
{
|
|
2800
|
-
"name": "after",
|
|
2801
|
-
"type": {
|
|
2802
|
-
"text": "any"
|
|
2803
|
-
}
|
|
2804
|
-
},
|
|
2805
|
-
{
|
|
2806
|
-
"name": "before",
|
|
2807
|
-
"type": {
|
|
2808
|
-
"text": "any"
|
|
2809
|
-
}
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"name": "hint",
|
|
2813
|
-
"type": {
|
|
2814
|
-
"text": "any"
|
|
2815
|
-
}
|
|
2816
|
-
}
|
|
2817
|
-
]
|
|
2818
|
-
},
|
|
2819
|
-
{
|
|
2820
|
-
"kind": "method",
|
|
2821
|
-
"name": "onchangeData",
|
|
2822
|
-
"return": {
|
|
2823
|
-
"type": {
|
|
2824
|
-
"text": "void"
|
|
2825
|
-
}
|
|
2826
|
-
},
|
|
2827
|
-
"parameters": [
|
|
2828
|
-
{
|
|
2829
|
-
"name": "after",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "Properties"
|
|
2832
|
-
}
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"name": "before",
|
|
2836
|
-
"type": {
|
|
2837
|
-
"text": "Properties"
|
|
2838
|
-
}
|
|
2839
|
-
}
|
|
2840
|
-
]
|
|
2841
|
-
}
|
|
2842
|
-
],
|
|
2843
|
-
"superclass": {
|
|
2844
|
-
"name": "Layer",
|
|
2845
|
-
"package": "@hatiolab/things-scene"
|
|
2846
|
-
}
|
|
2847
|
-
}
|
|
2848
|
-
],
|
|
2849
|
-
"exports": [
|
|
2850
|
-
{
|
|
2851
|
-
"kind": "js",
|
|
2852
|
-
"name": "default",
|
|
2853
|
-
"declaration": {
|
|
2854
|
-
"name": "MovementLayer",
|
|
2855
|
-
"module": "src/layers/movement-layer.ts"
|
|
2856
|
-
}
|
|
2857
|
-
}
|
|
2858
|
-
]
|
|
2859
|
-
},
|
|
2860
2860
|
{
|
|
2861
2861
|
"kind": "javascript-module",
|
|
2862
2862
|
"path": "src/modeller/component-toolbar/component-detail.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fmsim/board",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.51",
|
|
4
4
|
"description": "보드 구성을 위한 기본 UI (웹)컴포넌트들을 제공합니다.",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@fmsim/api": "^0.0.
|
|
87
|
+
"@fmsim/api": "^0.0.51",
|
|
88
88
|
"@open-wc/scoped-elements": "^2.0.0-next.6",
|
|
89
89
|
"@operato/app": "^1.3.7",
|
|
90
90
|
"@operato/data-grist": "^1.3.5",
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"prettier --write"
|
|
146
146
|
]
|
|
147
147
|
},
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "6c85d899dccb4be5e175a64454609d54f65f6cc0"
|
|
149
149
|
}
|