bfg-common 1.3.61 → 1.3.63
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/assets/scss/common/icons/icons-2.scss +222 -222
- package/components/atoms/TheIcon.vue +0 -674
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +137 -137
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/recursionTree/RecursionTree.vue +203 -203
- package/components/common/vm/actions/clone/Clone.vue +518 -518
- package/composables/useAppVersion.ts +21 -21
- package/composables/useEnvLanguage.ts +20 -20
- package/composables/useLocal.ts +38 -38
- package/composables/useLocalStorage.ts +1 -1
- package/lib/models/store/tasks/interfaces.ts +108 -108
- package/lib/models/table/interfaces.ts +38 -38
- package/lib/utils/sendTask.ts +72 -72
- package/minify.js +146 -146
- package/package.json +1 -1
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/network/spicechannel.js +369 -369
- package/store/main/lib/interfaces.ts +9 -9
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
|
@@ -1619,680 +1619,6 @@
|
|
|
1619
1619
|
<polygon points="21.29 6 13 6 13 8 20.14 8 21.29 6"></polygon>
|
|
1620
1620
|
</svg>
|
|
1621
1621
|
</template>
|
|
1622
|
-
|
|
1623
|
-
<template v-else-if="props.name === 'dir-zone'">
|
|
1624
|
-
<svg
|
|
1625
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1626
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
1627
|
-
width="96"
|
|
1628
|
-
height="124"
|
|
1629
|
-
viewBox="0 0 96 124"
|
|
1630
|
-
>
|
|
1631
|
-
<defs>
|
|
1632
|
-
<linearGradient
|
|
1633
|
-
id="linear-gradient"
|
|
1634
|
-
x1="-1947.81"
|
|
1635
|
-
y1="26.92"
|
|
1636
|
-
x2="-1927.2"
|
|
1637
|
-
y2="47.22"
|
|
1638
|
-
gradientTransform="matrix(-1, 0, 0, 1, -1894.04, 0)"
|
|
1639
|
-
gradientUnits="userSpaceOnUse"
|
|
1640
|
-
>
|
|
1641
|
-
<stop offset="0.15" stop-color="#0091da" stop-opacity="0.4" />
|
|
1642
|
-
<stop offset="0.32" stop-color="#0091da" stop-opacity="0.32" />
|
|
1643
|
-
<stop offset="1" stop-color="#0091da" stop-opacity="0" />
|
|
1644
|
-
</linearGradient>
|
|
1645
|
-
<linearGradient
|
|
1646
|
-
id="linear-gradient-2"
|
|
1647
|
-
x1="75.2"
|
|
1648
|
-
y1="17.61"
|
|
1649
|
-
x2="4.5"
|
|
1650
|
-
y2="88.13"
|
|
1651
|
-
gradientUnits="userSpaceOnUse"
|
|
1652
|
-
>
|
|
1653
|
-
<stop offset="0.27" stop-color="#0091da" />
|
|
1654
|
-
<stop offset="0.69" stop-color="#0091da" stop-opacity="0.32" />
|
|
1655
|
-
<stop offset="0.9" stop-color="#0091da" stop-opacity="0" />
|
|
1656
|
-
</linearGradient>
|
|
1657
|
-
<linearGradient
|
|
1658
|
-
id="illus_grad"
|
|
1659
|
-
x1="-1978.87"
|
|
1660
|
-
y1="81.11"
|
|
1661
|
-
x2="-1949.93"
|
|
1662
|
-
y2="113.57"
|
|
1663
|
-
gradientTransform="matrix(-1, 0, 0, 1, -1897.93, 0)"
|
|
1664
|
-
gradientUnits="userSpaceOnUse"
|
|
1665
|
-
>
|
|
1666
|
-
<stop offset="0.15" stop-color="#0091da" stop-opacity="0.6" />
|
|
1667
|
-
<stop offset="0.54" stop-color="#0091da" stop-opacity="0.32" />
|
|
1668
|
-
<stop offset="1" stop-color="#0091da" stop-opacity="0" />
|
|
1669
|
-
</linearGradient>
|
|
1670
|
-
</defs>
|
|
1671
|
-
<g id="Layer_6" data-name="Layer 6">
|
|
1672
|
-
<rect class="cls-1" width="96" height="124" style="fill: none" />
|
|
1673
|
-
</g>
|
|
1674
|
-
<g id="Layer_4" data-name="Layer 4">
|
|
1675
|
-
<polygon
|
|
1676
|
-
class="cls-2"
|
|
1677
|
-
points="31.3 39.79 50.37 20.72 69.46 20.72 50.39 39.79 31.3 39.79"
|
|
1678
|
-
style="opacity: 0.5; fill: url(#linear-gradient)"
|
|
1679
|
-
/>
|
|
1680
|
-
<polygon
|
|
1681
|
-
class="cls-3"
|
|
1682
|
-
points="5 75.57 52.37 28.2 76.68 28.2 29.31 75.57 5 75.57"
|
|
1683
|
-
style="fill: url(#linear-gradient-2); opacity: 0.3"
|
|
1684
|
-
/>
|
|
1685
|
-
</g>
|
|
1686
|
-
<g id="Layer_2" data-name="Layer 2">
|
|
1687
|
-
<path
|
|
1688
|
-
class="cls-4"
|
|
1689
|
-
style="fill: #0091da"
|
|
1690
|
-
d="M42,93.62H18.25l8-36a1.24,1.24,0,0,1,1.21-1H81.89a1.25,1.25,0,0,1,1,.47,1.27,1.27,0,0,1,.24,1.07L80.5,70h2l2.51-11.33a3.26,3.26,0,0,0-.63-2.76,3.21,3.21,0,0,0-2.54-1.22H27.42a3.22,3.22,0,0,0-3.16,2.52L18,85.48V46.94a1.25,1.25,0,0,1,1.25-1.25H35.31l2.58,5H73.83a1.14,1.14,0,0,1,1.25,1.1v.9h2v-.9a3.11,3.11,0,0,0-3.25-3.1H39.11l-2.59-5H19.25A3.26,3.26,0,0,0,16,46.94V95h.1a1,1,0,0,0,.12.25,1,1,0,0,0,.78.37H42Z"
|
|
1691
|
-
/>
|
|
1692
|
-
<polygon
|
|
1693
|
-
class="cls-5"
|
|
1694
|
-
points="48 101.89 76.81 101.89 76.81 73.12 48 101.89"
|
|
1695
|
-
style="opacity: 0.5; fill: url(#illus_grad)"
|
|
1696
|
-
/>
|
|
1697
|
-
<rect
|
|
1698
|
-
class="cls-4"
|
|
1699
|
-
x="55.37"
|
|
1700
|
-
y="68.7"
|
|
1701
|
-
width="2"
|
|
1702
|
-
height="3.09"
|
|
1703
|
-
style="fill: #0091da"
|
|
1704
|
-
/>
|
|
1705
|
-
<rect
|
|
1706
|
-
class="cls-4"
|
|
1707
|
-
x="60.43"
|
|
1708
|
-
y="68.7"
|
|
1709
|
-
width="2"
|
|
1710
|
-
height="3.09"
|
|
1711
|
-
style="fill: #0091da"
|
|
1712
|
-
/>
|
|
1713
|
-
<rect
|
|
1714
|
-
class="cls-4"
|
|
1715
|
-
x="65.48"
|
|
1716
|
-
y="68.7"
|
|
1717
|
-
width="2"
|
|
1718
|
-
height="3.09"
|
|
1719
|
-
style="fill: #0091da"
|
|
1720
|
-
/>
|
|
1721
|
-
<rect
|
|
1722
|
-
class="cls-4"
|
|
1723
|
-
x="55.37"
|
|
1724
|
-
y="76.56"
|
|
1725
|
-
width="2"
|
|
1726
|
-
height="3.09"
|
|
1727
|
-
style="fill: #0091da"
|
|
1728
|
-
/>
|
|
1729
|
-
<rect
|
|
1730
|
-
class="cls-4"
|
|
1731
|
-
x="60.43"
|
|
1732
|
-
y="76.56"
|
|
1733
|
-
width="2"
|
|
1734
|
-
height="3.09"
|
|
1735
|
-
style="fill: #0091da"
|
|
1736
|
-
/>
|
|
1737
|
-
<rect
|
|
1738
|
-
class="cls-4"
|
|
1739
|
-
x="65.48"
|
|
1740
|
-
y="76.56"
|
|
1741
|
-
width="2"
|
|
1742
|
-
height="3.09"
|
|
1743
|
-
style="fill: #0091da"
|
|
1744
|
-
/>
|
|
1745
|
-
<rect
|
|
1746
|
-
class="cls-4"
|
|
1747
|
-
x="73.91"
|
|
1748
|
-
y="78.24"
|
|
1749
|
-
width="2"
|
|
1750
|
-
height="1.96"
|
|
1751
|
-
style="fill: #0091da"
|
|
1752
|
-
/>
|
|
1753
|
-
<rect
|
|
1754
|
-
class="cls-4"
|
|
1755
|
-
x="77.84"
|
|
1756
|
-
y="78.24"
|
|
1757
|
-
width="2"
|
|
1758
|
-
height="1.96"
|
|
1759
|
-
style="fill: #0091da"
|
|
1760
|
-
/>
|
|
1761
|
-
<rect
|
|
1762
|
-
class="cls-4"
|
|
1763
|
-
x="81.77"
|
|
1764
|
-
y="78.24"
|
|
1765
|
-
width="2"
|
|
1766
|
-
height="1.96"
|
|
1767
|
-
style="fill: #0091da"
|
|
1768
|
-
/>
|
|
1769
|
-
<rect
|
|
1770
|
-
class="cls-4"
|
|
1771
|
-
x="73.91"
|
|
1772
|
-
y="84.97"
|
|
1773
|
-
width="2"
|
|
1774
|
-
height="1.96"
|
|
1775
|
-
style="fill: #0091da"
|
|
1776
|
-
/>
|
|
1777
|
-
<rect
|
|
1778
|
-
class="cls-4"
|
|
1779
|
-
x="77.84"
|
|
1780
|
-
y="84.97"
|
|
1781
|
-
width="2"
|
|
1782
|
-
height="1.96"
|
|
1783
|
-
style="fill: #0091da"
|
|
1784
|
-
/>
|
|
1785
|
-
<rect
|
|
1786
|
-
class="cls-4"
|
|
1787
|
-
x="81.77"
|
|
1788
|
-
y="84.97"
|
|
1789
|
-
width="2"
|
|
1790
|
-
height="1.96"
|
|
1791
|
-
style="fill: #0091da"
|
|
1792
|
-
/>
|
|
1793
|
-
<rect
|
|
1794
|
-
class="cls-4"
|
|
1795
|
-
x="73.91"
|
|
1796
|
-
y="91.71"
|
|
1797
|
-
width="2"
|
|
1798
|
-
height="1.96"
|
|
1799
|
-
style="fill: #0091da"
|
|
1800
|
-
/>
|
|
1801
|
-
<rect
|
|
1802
|
-
class="cls-4"
|
|
1803
|
-
x="77.84"
|
|
1804
|
-
y="91.71"
|
|
1805
|
-
width="2"
|
|
1806
|
-
height="1.96"
|
|
1807
|
-
style="fill: #0091da"
|
|
1808
|
-
/>
|
|
1809
|
-
<rect
|
|
1810
|
-
class="cls-4"
|
|
1811
|
-
x="81.77"
|
|
1812
|
-
y="91.71"
|
|
1813
|
-
width="2"
|
|
1814
|
-
height="1.96"
|
|
1815
|
-
style="fill: #0091da"
|
|
1816
|
-
/>
|
|
1817
|
-
<rect
|
|
1818
|
-
class="cls-4"
|
|
1819
|
-
x="55.37"
|
|
1820
|
-
y="84.41"
|
|
1821
|
-
width="2"
|
|
1822
|
-
height="3.09"
|
|
1823
|
-
style="fill: #0091da"
|
|
1824
|
-
/>
|
|
1825
|
-
<rect
|
|
1826
|
-
class="cls-4"
|
|
1827
|
-
x="60.43"
|
|
1828
|
-
y="84.41"
|
|
1829
|
-
width="2"
|
|
1830
|
-
height="3.09"
|
|
1831
|
-
style="fill: #0091da"
|
|
1832
|
-
/>
|
|
1833
|
-
<rect
|
|
1834
|
-
class="cls-4"
|
|
1835
|
-
x="65.48"
|
|
1836
|
-
y="84.41"
|
|
1837
|
-
width="2"
|
|
1838
|
-
height="3.09"
|
|
1839
|
-
style="fill: #0091da"
|
|
1840
|
-
/>
|
|
1841
|
-
<rect
|
|
1842
|
-
class="cls-4"
|
|
1843
|
-
x="55.37"
|
|
1844
|
-
y="92.27"
|
|
1845
|
-
width="2"
|
|
1846
|
-
height="3.09"
|
|
1847
|
-
style="fill: #0091da"
|
|
1848
|
-
/>
|
|
1849
|
-
<rect
|
|
1850
|
-
class="cls-4"
|
|
1851
|
-
x="60.43"
|
|
1852
|
-
y="92.27"
|
|
1853
|
-
width="2"
|
|
1854
|
-
height="3.09"
|
|
1855
|
-
style="fill: #0091da"
|
|
1856
|
-
/>
|
|
1857
|
-
<rect
|
|
1858
|
-
class="cls-4"
|
|
1859
|
-
x="65.48"
|
|
1860
|
-
y="92.27"
|
|
1861
|
-
width="2"
|
|
1862
|
-
height="3.09"
|
|
1863
|
-
style="fill: #0091da"
|
|
1864
|
-
/>
|
|
1865
|
-
<path
|
|
1866
|
-
class="cls-4"
|
|
1867
|
-
style="fill: #0091da"
|
|
1868
|
-
d="M87,103l-37,0V62.51A1.52,1.52,0,0,1,51.51,61h19A1.52,1.52,0,0,1,72,62.51V101H86V74H74V72H86.49A1.52,1.52,0,0,1,88,73.51V103Zm-35-2H70V63H52Z"
|
|
1869
|
-
/>
|
|
1870
|
-
</g>
|
|
1871
|
-
</svg>
|
|
1872
|
-
</template>
|
|
1873
|
-
|
|
1874
|
-
<template v-else-if="props.name === 'dir-net'">
|
|
1875
|
-
<svg
|
|
1876
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
1877
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
1878
|
-
width="96"
|
|
1879
|
-
height="124"
|
|
1880
|
-
viewBox="0 0 96 124"
|
|
1881
|
-
>
|
|
1882
|
-
<defs>
|
|
1883
|
-
<linearGradient
|
|
1884
|
-
id="linear-gradient"
|
|
1885
|
-
x1="75.2"
|
|
1886
|
-
y1="17.61"
|
|
1887
|
-
x2="4.5"
|
|
1888
|
-
y2="88.13"
|
|
1889
|
-
gradientUnits="userSpaceOnUse"
|
|
1890
|
-
>
|
|
1891
|
-
<stop offset="0.27" stop-color="#0091da" />
|
|
1892
|
-
<stop offset="0.69" stop-color="#0091da" stop-opacity="0.32" />
|
|
1893
|
-
<stop offset="0.9" stop-color="#0091da" stop-opacity="0" />
|
|
1894
|
-
</linearGradient>
|
|
1895
|
-
<linearGradient
|
|
1896
|
-
id="linear-gradient-2"
|
|
1897
|
-
x1="-2547.81"
|
|
1898
|
-
y1="26.92"
|
|
1899
|
-
x2="-2527.2"
|
|
1900
|
-
y2="47.22"
|
|
1901
|
-
gradientTransform="matrix(-1, 0, 0, 1, -2494.04, 0)"
|
|
1902
|
-
gradientUnits="userSpaceOnUse"
|
|
1903
|
-
>
|
|
1904
|
-
<stop offset="0.15" stop-color="#0091da" stop-opacity="0.4" />
|
|
1905
|
-
<stop offset="0.32" stop-color="#0091da" stop-opacity="0.32" />
|
|
1906
|
-
<stop offset="1" stop-color="#0091da" stop-opacity="0" />
|
|
1907
|
-
</linearGradient>
|
|
1908
|
-
</defs>
|
|
1909
|
-
<g id="Layer_6" data-name="Layer 6">
|
|
1910
|
-
<rect class="cls-1" width="96" height="124" style="fill: none" />
|
|
1911
|
-
</g>
|
|
1912
|
-
<g id="Layer_4" data-name="Layer 4">
|
|
1913
|
-
<polygon
|
|
1914
|
-
class="cls-2"
|
|
1915
|
-
points="5 75.57 52.37 28.2 76.68 28.2 29.31 75.57 5 75.57"
|
|
1916
|
-
style="opacity: 0.3; fill: url(#linear-gradient)"
|
|
1917
|
-
/>
|
|
1918
|
-
<polygon
|
|
1919
|
-
class="cls-3"
|
|
1920
|
-
points="31.3 39.79 50.37 20.72 69.46 20.72 50.39 39.79 31.3 39.79"
|
|
1921
|
-
style="opacity: 0.5; fill: url(#linear-gradient-2)"
|
|
1922
|
-
/>
|
|
1923
|
-
</g>
|
|
1924
|
-
<g id="Layer_2" data-name="Layer 2">
|
|
1925
|
-
<path
|
|
1926
|
-
class="cls-4"
|
|
1927
|
-
style="fill: #0091da"
|
|
1928
|
-
d="M51.55,93.94H18.25l8-36a1.24,1.24,0,0,1,1.21-1H81.89a1.25,1.25,0,0,1,1,.47,1.28,1.28,0,0,1,.24,1.07l-1.54,7a21.93,21.93,0,0,1,1.68,1.66L85.06,59a3.25,3.25,0,0,0-3.17-4H27.42a3.23,3.23,0,0,0-3.16,2.53L18,85.79V47.25A1.25,1.25,0,0,1,19.25,46H35.31l2.58,5H73.83a1.14,1.14,0,0,1,1.25,1.1V53h2v-.9A3.11,3.11,0,0,0,73.83,49H39.11l-2.59-5H19.25A3.26,3.26,0,0,0,16,47.25V95.32h.1a1.08,1.08,0,0,0,.12.24,1,1,0,0,0,.78.38H53.36A21.35,21.35,0,0,1,51.55,93.94Z"
|
|
1929
|
-
/>
|
|
1930
|
-
<path
|
|
1931
|
-
class="cls-4"
|
|
1932
|
-
style="fill: #0091da"
|
|
1933
|
-
d="M67.82,98.88A17.84,17.84,0,1,1,85.65,81.05,17.85,17.85,0,0,1,67.82,98.88Zm0-33.67A15.84,15.84,0,1,0,83.65,81.05,15.85,15.85,0,0,0,67.82,65.21Z"
|
|
1934
|
-
/>
|
|
1935
|
-
<path
|
|
1936
|
-
class="cls-4"
|
|
1937
|
-
style="fill: #0091da"
|
|
1938
|
-
d="M61.93,94.1l-.2-1.69A18,18,0,0,0,75.91,67l1.55-.71a19.73,19.73,0,0,1-9.67,26.13A19.27,19.27,0,0,1,61.93,94.1Z"
|
|
1939
|
-
/>
|
|
1940
|
-
<path
|
|
1941
|
-
class="cls-4"
|
|
1942
|
-
style="fill: #0091da"
|
|
1943
|
-
d="M51.26,79.92l-1.32-1.07a22.3,22.3,0,0,1,5.34-4.73c8.56-5.45,19.92-4.57,28.92,2.26l-1,1.35c-8.43-6.39-19-7.24-27-2.18A20.77,20.77,0,0,0,51.26,79.92Z"
|
|
1944
|
-
/>
|
|
1945
|
-
<path
|
|
1946
|
-
class="cls-4"
|
|
1947
|
-
style="fill: #0091da"
|
|
1948
|
-
d="M74.51,96.35c-10.34-4.54-16.65-14-16.06-24.18a22.49,22.49,0,0,1,1.52-7l1.59.62a21,21,0,0,0-1.42,6.44c-.54,9.43,5.37,18.27,15,22.53Z"
|
|
1949
|
-
/>
|
|
1950
|
-
<path
|
|
1951
|
-
class="cls-4"
|
|
1952
|
-
style="fill: #0091da"
|
|
1953
|
-
d="M69.64,85.75a31.76,31.76,0,0,1-12.32-2.52A32.15,32.15,0,0,1,51,79.71l1-1.38a30.56,30.56,0,0,0,6,3.34,29.63,29.63,0,0,0,17.33,1.82l.33,1.67A31.06,31.06,0,0,1,69.64,85.75Z"
|
|
1954
|
-
/>
|
|
1955
|
-
<circle
|
|
1956
|
-
class="cls-4"
|
|
1957
|
-
style="fill: #0091da"
|
|
1958
|
-
cx="77.18"
|
|
1959
|
-
cy="66.73"
|
|
1960
|
-
r="1.89"
|
|
1961
|
-
/>
|
|
1962
|
-
<circle
|
|
1963
|
-
class="cls-4"
|
|
1964
|
-
style="fill: #0091da"
|
|
1965
|
-
cx="59.39"
|
|
1966
|
-
cy="73.11"
|
|
1967
|
-
r="1.89"
|
|
1968
|
-
/>
|
|
1969
|
-
<circle
|
|
1970
|
-
class="cls-4"
|
|
1971
|
-
style="fill: #0091da"
|
|
1972
|
-
cx="84.2"
|
|
1973
|
-
cy="76.91"
|
|
1974
|
-
r="1.89"
|
|
1975
|
-
/>
|
|
1976
|
-
<circle
|
|
1977
|
-
class="cls-4"
|
|
1978
|
-
style="fill: #0091da"
|
|
1979
|
-
cx="62.62"
|
|
1980
|
-
cy="93.09"
|
|
1981
|
-
r="1.89"
|
|
1982
|
-
/>
|
|
1983
|
-
<circle
|
|
1984
|
-
class="cls-4"
|
|
1985
|
-
style="fill: #0091da"
|
|
1986
|
-
cx="75.74"
|
|
1987
|
-
cy="84.32"
|
|
1988
|
-
r="1.89"
|
|
1989
|
-
transform="translate(-8.66 159.98) rotate(-89.94)"
|
|
1990
|
-
/>
|
|
1991
|
-
<circle
|
|
1992
|
-
class="cls-4"
|
|
1993
|
-
style="fill: #0091da"
|
|
1994
|
-
cx="75.14"
|
|
1995
|
-
cy="95.61"
|
|
1996
|
-
r="1.89"
|
|
1997
|
-
/>
|
|
1998
|
-
<circle
|
|
1999
|
-
class="cls-4"
|
|
2000
|
-
style="fill: #0091da"
|
|
2001
|
-
cx="50.97"
|
|
2002
|
-
cy="78.64"
|
|
2003
|
-
r="1.89"
|
|
2004
|
-
/>
|
|
2005
|
-
<path
|
|
2006
|
-
class="cls-4"
|
|
2007
|
-
style="fill: #0091da"
|
|
2008
|
-
d="M81.5,106H68V98.75a1,1,0,0,1,2,0V104H81.5a1,1,0,0,1,0,2Z"
|
|
2009
|
-
/>
|
|
2010
|
-
<path
|
|
2011
|
-
class="cls-4"
|
|
2012
|
-
style="fill: #0091da"
|
|
2013
|
-
d="M66,104H54.93a1,1,0,0,0,0,2H66Z"
|
|
2014
|
-
/>
|
|
2015
|
-
</g>
|
|
2016
|
-
</svg>
|
|
2017
|
-
</template>
|
|
2018
|
-
|
|
2019
|
-
<template v-else-if="props.name === 'dir-ds'">
|
|
2020
|
-
<svg
|
|
2021
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
2022
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
2023
|
-
width="96"
|
|
2024
|
-
height="124"
|
|
2025
|
-
viewBox="0 0 96 124"
|
|
2026
|
-
>
|
|
2027
|
-
<defs>
|
|
2028
|
-
<linearGradient
|
|
2029
|
-
id="linear-gradient"
|
|
2030
|
-
x1="-1647.81"
|
|
2031
|
-
y1="26.92"
|
|
2032
|
-
x2="-1627.2"
|
|
2033
|
-
y2="47.22"
|
|
2034
|
-
gradientTransform="matrix(-1, 0, 0, 1, -1594.04, 0)"
|
|
2035
|
-
gradientUnits="userSpaceOnUse"
|
|
2036
|
-
>
|
|
2037
|
-
<stop offset="0.15" stop-color="#0091da" stop-opacity="0.4" />
|
|
2038
|
-
<stop offset="0.32" stop-color="#0091da" stop-opacity="0.32" />
|
|
2039
|
-
<stop offset="1" stop-color="#0091da" stop-opacity="0" />
|
|
2040
|
-
</linearGradient>
|
|
2041
|
-
<linearGradient
|
|
2042
|
-
id="linear-gradient-2"
|
|
2043
|
-
x1="75.2"
|
|
2044
|
-
y1="17.61"
|
|
2045
|
-
x2="4.5"
|
|
2046
|
-
y2="88.13"
|
|
2047
|
-
gradientUnits="userSpaceOnUse"
|
|
2048
|
-
>
|
|
2049
|
-
<stop offset="0.27" stop-color="#0091da" />
|
|
2050
|
-
<stop offset="0.69" stop-color="#0091da" stop-opacity="0.32" />
|
|
2051
|
-
<stop offset="0.9" stop-color="#0091da" stop-opacity="0" />
|
|
2052
|
-
</linearGradient>
|
|
2053
|
-
<linearGradient
|
|
2054
|
-
id="illus_grad"
|
|
2055
|
-
x1="74.36"
|
|
2056
|
-
y1="81.78"
|
|
2057
|
-
x2="74.36"
|
|
2058
|
-
y2="112.8"
|
|
2059
|
-
gradientUnits="userSpaceOnUse"
|
|
2060
|
-
>
|
|
2061
|
-
<stop offset="0.15" stop-color="#0091da" stop-opacity="0.6" />
|
|
2062
|
-
<stop offset="0.54" stop-color="#0091da" stop-opacity="0.32" />
|
|
2063
|
-
<stop offset="1" stop-color="#0091da" stop-opacity="0" />
|
|
2064
|
-
</linearGradient>
|
|
2065
|
-
</defs>
|
|
2066
|
-
<g id="Layer_6" data-name="Layer 6">
|
|
2067
|
-
<rect class="cls-1" width="96" height="124" style="fill: none" />
|
|
2068
|
-
<rect class="cls-1" width="96" height="124" style="fill: none" />
|
|
2069
|
-
</g>
|
|
2070
|
-
<g id="Layer_4" data-name="Layer 4">
|
|
2071
|
-
<polygon
|
|
2072
|
-
class="cls-2"
|
|
2073
|
-
style="opacity: 0.5; fill: url(#linear-gradient)"
|
|
2074
|
-
points="31.3 39.79 50.37 20.72 69.46 20.72 50.39 39.79 31.3 39.79"
|
|
2075
|
-
/>
|
|
2076
|
-
<polygon
|
|
2077
|
-
class="cls-3"
|
|
2078
|
-
style="opacity: 0.3; fill: url(#linear-gradient-2)"
|
|
2079
|
-
points="5 75.57 52.37 28.2 76.68 28.2 29.31 75.57 5 75.57"
|
|
2080
|
-
/>
|
|
2081
|
-
</g>
|
|
2082
|
-
<g id="Layer_2" data-name="Layer 2">
|
|
2083
|
-
<path
|
|
2084
|
-
class="cls-4"
|
|
2085
|
-
style="fill: #0091da"
|
|
2086
|
-
d="M44.32,93.62H18.25l8-36a1.24,1.24,0,0,1,1.21-1H81.89a1.25,1.25,0,0,1,1,.47,1.27,1.27,0,0,1,.24,1.07l-.81,3.65a18.77,18.77,0,0,1,1.88.77l.88-4a3.26,3.26,0,0,0-.63-2.76,3.21,3.21,0,0,0-2.54-1.22H27.42a3.22,3.22,0,0,0-3.16,2.52L18,85.48V46.94a1.25,1.25,0,0,1,1.25-1.25H35.31l2.58,5H73.83a1.14,1.14,0,0,1,1.25,1.1v.9h2v-.9a3.11,3.11,0,0,0-3.25-3.1H39.11l-2.59-5H19.25A3.26,3.26,0,0,0,16,46.94V95h.1a1,1,0,0,0,.12.25,1,1,0,0,0,.78.37H44.32Z"
|
|
2087
|
-
/>
|
|
2088
|
-
<path
|
|
2089
|
-
class="cls-5"
|
|
2090
|
-
style="opacity: 0.5; fill: url(#illus_grad)"
|
|
2091
|
-
d="M70.82,77.22c-1.54,0-3-.08-4.45-.22v26.78l3.2,0,12.79-1.2v-27A36.84,36.84,0,0,1,70.82,77.22Z"
|
|
2092
|
-
/>
|
|
2093
|
-
<path
|
|
2094
|
-
class="cls-4"
|
|
2095
|
-
style="fill: #0091da"
|
|
2096
|
-
d="M70,105.08c-8.25,0-17-2.47-17-7V68.75C53,64.39,61.79,62,70,62s17,2.35,17,6.71V98C87,102.61,78.28,105.08,70,105.08Zm0-41c-9.3,0-15,2.74-15,4.71V98c0,2.38,6.41,5,15,5s15-2.66,15-5V68.75C85,66.78,79.33,64,70,64Z"
|
|
2097
|
-
/>
|
|
2098
|
-
<path
|
|
2099
|
-
class="cls-4"
|
|
2100
|
-
style="fill: #0091da"
|
|
2101
|
-
d="M85,88.67c0,2-5.71,4.74-15,4.74a33.1,33.1,0,0,1-11-1.62v2.09a37.36,37.36,0,0,0,11,1.53c8.24,0,17-2.36,17-6.74Z"
|
|
2102
|
-
/>
|
|
2103
|
-
<path
|
|
2104
|
-
class="cls-4"
|
|
2105
|
-
style="fill: #0091da"
|
|
2106
|
-
d="M85,79.19c0,2-5.71,4.75-15,4.75a33.06,33.06,0,0,1-11-1.63v2.1a37.69,37.69,0,0,0,11,1.53c8.24,0,17-2.37,17-6.75Z"
|
|
2107
|
-
/>
|
|
2108
|
-
<path
|
|
2109
|
-
class="cls-4"
|
|
2110
|
-
style="fill: #0091da"
|
|
2111
|
-
d="M85,68.42c0,2-5.71,4.72-15,4.72a33.4,33.4,0,0,1-11-1.61v2.09a37.7,37.7,0,0,0,11,1.52c8.24,0,17-2.35,17-6.72Z"
|
|
2112
|
-
/>
|
|
2113
|
-
</g>
|
|
2114
|
-
</svg>
|
|
2115
|
-
</template>
|
|
2116
|
-
|
|
2117
|
-
<template v-else-if="props.name === 'dir-vm'">
|
|
2118
|
-
<svg
|
|
2119
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
2120
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
2121
|
-
width="96"
|
|
2122
|
-
height="124"
|
|
2123
|
-
viewBox="0 0 96 124"
|
|
2124
|
-
>
|
|
2125
|
-
<defs>
|
|
2126
|
-
<linearGradient
|
|
2127
|
-
id="linear-gradient"
|
|
2128
|
-
x1="-2247.81"
|
|
2129
|
-
y1="26.92"
|
|
2130
|
-
x2="-2227.2"
|
|
2131
|
-
y2="47.22"
|
|
2132
|
-
gradientTransform="matrix(-1, 0, 0, 1, -2194.04, 0)"
|
|
2133
|
-
gradientUnits="userSpaceOnUse"
|
|
2134
|
-
>
|
|
2135
|
-
<stop offset="0.15" stop-color="#0091da" stop-opacity="0.4" />
|
|
2136
|
-
<stop offset="0.32" stop-color="#0091da" stop-opacity="0.32" />
|
|
2137
|
-
<stop offset="1" stop-color="#0091da" stop-opacity="0" />
|
|
2138
|
-
</linearGradient>
|
|
2139
|
-
<linearGradient
|
|
2140
|
-
id="linear-gradient-2"
|
|
2141
|
-
x1="75.2"
|
|
2142
|
-
y1="17.61"
|
|
2143
|
-
x2="4.5"
|
|
2144
|
-
y2="88.13"
|
|
2145
|
-
gradientUnits="userSpaceOnUse"
|
|
2146
|
-
>
|
|
2147
|
-
<stop offset="0.27" stop-color="#0091da" />
|
|
2148
|
-
<stop offset="0.69" stop-color="#0091da" stop-opacity="0.32" />
|
|
2149
|
-
<stop offset="0.9" stop-color="#0091da" stop-opacity="0" />
|
|
2150
|
-
</linearGradient>
|
|
2151
|
-
</defs>
|
|
2152
|
-
<g id="Layer_6" data-name="Layer 6">
|
|
2153
|
-
<rect class="cls-1" width="96" height="124" style="fill: none" />
|
|
2154
|
-
</g>
|
|
2155
|
-
<g id="Layer_4" data-name="Layer 4">
|
|
2156
|
-
<polygon
|
|
2157
|
-
class="cls-2"
|
|
2158
|
-
style="opacity: 0.5; fill: url(#linear-gradient)"
|
|
2159
|
-
points="31.3 39.79 50.37 20.72 69.46 20.72 50.39 39.79 31.3 39.79"
|
|
2160
|
-
/>
|
|
2161
|
-
<polygon
|
|
2162
|
-
class="cls-3"
|
|
2163
|
-
style="opacity: 0.3; fill: url(#linear-gradient-2)"
|
|
2164
|
-
points="5 75.57 52.37 28.2 76.68 28.2 29.31 75.57 5 75.57"
|
|
2165
|
-
/>
|
|
2166
|
-
</g>
|
|
2167
|
-
<g id="Layer_2" data-name="Layer 2">
|
|
2168
|
-
<path
|
|
2169
|
-
class="cls-4"
|
|
2170
|
-
style="fill: #0091da"
|
|
2171
|
-
d="M86.69,100.84V69.35a2,2,0,0,1,2,2v29.46a2,2,0,0,1-2,2H57.32a2,2,0,0,1-2-2Z"
|
|
2172
|
-
/>
|
|
2173
|
-
<path
|
|
2174
|
-
class="cls-4"
|
|
2175
|
-
style="fill: #0091da"
|
|
2176
|
-
d="M75.21,97.7a1,1,0,0,1-2,0V89.32a2,2,0,0,1,2-2Z"
|
|
2177
|
-
/>
|
|
2178
|
-
<path
|
|
2179
|
-
class="cls-4"
|
|
2180
|
-
style="fill: #0091da"
|
|
2181
|
-
d="M73.79,98.7H53.19a2,2,0,0,1-2-2V67.22a2,2,0,0,1,2-2H82.56a2,2,0,0,1,2,2V87.93A2,2,0,0,1,84,89.36l-8.77,8.75A2,2,0,0,1,73.79,98.7ZM53.19,67.2l0,29.48,20.62,0h0l8.77-8.76V67.22Z"
|
|
2182
|
-
/>
|
|
2183
|
-
<path
|
|
2184
|
-
class="cls-4"
|
|
2185
|
-
style="fill: #0091da"
|
|
2186
|
-
d="M62.39,79.06a1,1,0,0,1-1-1V71.71a1,1,0,0,1,1-1h9.47a1,1,0,0,1,1,1V75.1a1,1,0,0,1-2,0V72.71H63.39v5.35A1,1,0,0,1,62.39,79.06Z"
|
|
2187
|
-
/>
|
|
2188
|
-
<path
|
|
2189
|
-
class="cls-4"
|
|
2190
|
-
style="fill: #0091da"
|
|
2191
|
-
d="M76.77,85.78H69.4a1,1,0,0,1,0-2h6.37V76.29H68.31v2a1,1,0,0,1-2,0v-3a1,1,0,0,1,1-1h9.46a1,1,0,0,1,1,1v9.49A1,1,0,0,1,76.77,85.78Z"
|
|
2192
|
-
/>
|
|
2193
|
-
<path
|
|
2194
|
-
class="cls-4"
|
|
2195
|
-
style="fill: #0091da"
|
|
2196
|
-
d="M69.38,88.72H59.91a1,1,0,0,1-1-1V78.23a1,1,0,0,1,1-1h9.47a1,1,0,0,1,1,1v9.49A1,1,0,0,1,69.38,88.72Zm-8.47-2h7.47V79.23H60.91Z"
|
|
2197
|
-
/>
|
|
2198
|
-
<path
|
|
2199
|
-
class="cls-4"
|
|
2200
|
-
style="fill: #0091da"
|
|
2201
|
-
d="M84.43,55.91a3.21,3.21,0,0,0-2.54-1.22H27.42a3.22,3.22,0,0,0-3.16,2.52L18,85.48V46.94a1.25,1.25,0,0,1,1.25-1.25H35.31l2.58,5H73.83a1.14,1.14,0,0,1,1.25,1.1v.9h2v-.9a3.11,3.11,0,0,0-3.25-3.1H39.11l-2.59-5H19.25A3.26,3.26,0,0,0,16,46.94V95h.1a1,1,0,0,0,.12.25,1,1,0,0,0,.78.37H45.27v-2h-27l8-36a1.24,1.24,0,0,1,1.21-1H81.89a1.25,1.25,0,0,1,1,.47,1.27,1.27,0,0,1,.24,1.07L82,63.16h2l1-4.49A3.26,3.26,0,0,0,84.43,55.91Z"
|
|
2202
|
-
/>
|
|
2203
|
-
</g>
|
|
2204
|
-
</svg>
|
|
2205
|
-
</template>
|
|
2206
|
-
|
|
2207
|
-
<template v-else-if="props.name === 'dir-vm'">
|
|
2208
|
-
<svg
|
|
2209
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
2210
|
-
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
2211
|
-
width="96"
|
|
2212
|
-
height="124"
|
|
2213
|
-
viewBox="0 0 96 124"
|
|
2214
|
-
>
|
|
2215
|
-
<defs>
|
|
2216
|
-
<linearGradient
|
|
2217
|
-
id="linear-gradient"
|
|
2218
|
-
x1="-2247.81"
|
|
2219
|
-
y1="26.92"
|
|
2220
|
-
x2="-2227.2"
|
|
2221
|
-
y2="47.22"
|
|
2222
|
-
gradientTransform="matrix(-1, 0, 0, 1, -2194.04, 0)"
|
|
2223
|
-
gradientUnits="userSpaceOnUse"
|
|
2224
|
-
>
|
|
2225
|
-
<stop offset="0.15" stop-color="#0091da" stop-opacity="0.4" />
|
|
2226
|
-
<stop offset="0.32" stop-color="#0091da" stop-opacity="0.32" />
|
|
2227
|
-
<stop offset="1" stop-color="#0091da" stop-opacity="0" />
|
|
2228
|
-
</linearGradient>
|
|
2229
|
-
<linearGradient
|
|
2230
|
-
id="linear-gradient-2"
|
|
2231
|
-
x1="75.2"
|
|
2232
|
-
y1="17.61"
|
|
2233
|
-
x2="4.5"
|
|
2234
|
-
y2="88.13"
|
|
2235
|
-
gradientUnits="userSpaceOnUse"
|
|
2236
|
-
>
|
|
2237
|
-
<stop offset="0.27" stop-color="#0091da" />
|
|
2238
|
-
<stop offset="0.69" stop-color="#0091da" stop-opacity="0.32" />
|
|
2239
|
-
<stop offset="0.9" stop-color="#0091da" stop-opacity="0" />
|
|
2240
|
-
</linearGradient>
|
|
2241
|
-
</defs>
|
|
2242
|
-
<g id="Layer_6" data-name="Layer 6">
|
|
2243
|
-
<rect class="cls-1" width="96" height="124" style="fill: none" />
|
|
2244
|
-
</g>
|
|
2245
|
-
<g id="Layer_4" data-name="Layer 4">
|
|
2246
|
-
<polygon
|
|
2247
|
-
class="cls-2"
|
|
2248
|
-
style="opacity: 0.5; fill: url(#linear-gradient)"
|
|
2249
|
-
points="31.3 39.79 50.37 20.72 69.46 20.72 50.39 39.79 31.3 39.79"
|
|
2250
|
-
/>
|
|
2251
|
-
<polygon
|
|
2252
|
-
class="cls-3"
|
|
2253
|
-
style="opacity: 0.3; fill: url(#linear-gradient-2)"
|
|
2254
|
-
points="5 75.57 52.37 28.2 76.68 28.2 29.31 75.57 5 75.57"
|
|
2255
|
-
/>
|
|
2256
|
-
</g>
|
|
2257
|
-
<g id="Layer_2" data-name="Layer 2">
|
|
2258
|
-
<path
|
|
2259
|
-
class="cls-4"
|
|
2260
|
-
style="fill: #0091da"
|
|
2261
|
-
d="M86.69,100.84V69.35a2,2,0,0,1,2,2v29.46a2,2,0,0,1-2,2H57.32a2,2,0,0,1-2-2Z"
|
|
2262
|
-
/>
|
|
2263
|
-
<path
|
|
2264
|
-
class="cls-4"
|
|
2265
|
-
style="fill: #0091da"
|
|
2266
|
-
d="M75.21,97.7a1,1,0,0,1-2,0V89.32a2,2,0,0,1,2-2Z"
|
|
2267
|
-
/>
|
|
2268
|
-
<path
|
|
2269
|
-
class="cls-4"
|
|
2270
|
-
style="fill: #0091da"
|
|
2271
|
-
d="M73.79,98.7H53.19a2,2,0,0,1-2-2V67.22a2,2,0,0,1,2-2H82.56a2,2,0,0,1,2,2V87.93A2,2,0,0,1,84,89.36l-8.77,8.75A2,2,0,0,1,73.79,98.7ZM53.19,67.2l0,29.48,20.62,0h0l8.77-8.76V67.22Z"
|
|
2272
|
-
/>
|
|
2273
|
-
<path
|
|
2274
|
-
class="cls-4"
|
|
2275
|
-
style="fill: #0091da"
|
|
2276
|
-
d="M62.39,79.06a1,1,0,0,1-1-1V71.71a1,1,0,0,1,1-1h9.47a1,1,0,0,1,1,1V75.1a1,1,0,0,1-2,0V72.71H63.39v5.35A1,1,0,0,1,62.39,79.06Z"
|
|
2277
|
-
/>
|
|
2278
|
-
<path
|
|
2279
|
-
class="cls-4"
|
|
2280
|
-
style="fill: #0091da"
|
|
2281
|
-
d="M76.77,85.78H69.4a1,1,0,0,1,0-2h6.37V76.29H68.31v2a1,1,0,0,1-2,0v-3a1,1,0,0,1,1-1h9.46a1,1,0,0,1,1,1v9.49A1,1,0,0,1,76.77,85.78Z"
|
|
2282
|
-
/>
|
|
2283
|
-
<path
|
|
2284
|
-
class="cls-4"
|
|
2285
|
-
style="fill: #0091da"
|
|
2286
|
-
d="M69.38,88.72H59.91a1,1,0,0,1-1-1V78.23a1,1,0,0,1,1-1h9.47a1,1,0,0,1,1,1v9.49A1,1,0,0,1,69.38,88.72Zm-8.47-2h7.47V79.23H60.91Z"
|
|
2287
|
-
/>
|
|
2288
|
-
<path
|
|
2289
|
-
class="cls-4"
|
|
2290
|
-
style="fill: #0091da"
|
|
2291
|
-
d="M84.43,55.91a3.21,3.21,0,0,0-2.54-1.22H27.42a3.22,3.22,0,0,0-3.16,2.52L18,85.48V46.94a1.25,1.25,0,0,1,1.25-1.25H35.31l2.58,5H73.83a1.14,1.14,0,0,1,1.25,1.1v.9h2v-.9a3.11,3.11,0,0,0-3.25-3.1H39.11l-2.59-5H19.25A3.26,3.26,0,0,0,16,46.94V95h.1a1,1,0,0,0,.12.25,1,1,0,0,0,.78.37H45.27v-2h-27l8-36a1.24,1.24,0,0,1,1.21-1H81.89a1.25,1.25,0,0,1,1,.47,1.27,1.27,0,0,1,.24,1.07L82,63.16h2l1-4.49A3.26,3.26,0,0,0,84.43,55.91Z"
|
|
2292
|
-
/>
|
|
2293
|
-
</g>
|
|
2294
|
-
</svg>
|
|
2295
|
-
</template>
|
|
2296
1622
|
</template>
|
|
2297
1623
|
|
|
2298
1624
|
<script setup lang="ts">
|