bfg-common 1.4.591 → 1.4.592

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.
Files changed (96) hide show
  1. package/assets/localization/local_be.json +2 -0
  2. package/assets/localization/local_en.json +3 -1
  3. package/assets/localization/local_hy.json +2 -0
  4. package/assets/localization/local_kk.json +3 -1
  5. package/assets/localization/local_ru.json +2 -0
  6. package/assets/localization/local_zh.json +2 -0
  7. package/components/atoms/TheIcon3.vue +50 -50
  8. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  9. package/components/atoms/stack/StackBlock.vue +185 -185
  10. package/components/atoms/table/dataGrid/DataGrid.vue +1633 -1633
  11. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
  12. package/components/common/browse/BrowseNew.vue +237 -237
  13. package/components/common/browse/BrowseOld.vue +217 -217
  14. package/components/common/browse/blocks/contents/Files.vue +35 -35
  15. package/components/common/browse/blocks/contents/FilesOld.vue +70 -70
  16. package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +92 -92
  17. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  18. package/components/common/context/lib/models/interfaces.ts +30 -30
  19. package/components/common/context/recursion/Recursion.vue +86 -86
  20. package/components/common/context/recursion/RecursionNew.vue +199 -199
  21. package/components/common/context/recursion/RecursionOld.vue +213 -213
  22. package/components/common/layout/theHeader/helpMenu/About.vue +85 -85
  23. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
  24. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +152 -152
  25. package/components/common/spiceConsole/Drawer.vue +370 -370
  26. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  27. package/components/common/split/horizontal/HorizontalNew.vue +358 -358
  28. package/components/common/split/vertical/Vertical.vue +160 -160
  29. package/components/common/vm/actions/add/Add.vue +617 -617
  30. package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
  31. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
  32. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +264 -264
  33. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
  34. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +118 -118
  35. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
  36. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
  37. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
  38. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -55
  39. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
  40. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +55 -55
  41. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
  42. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
  43. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
  44. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
  45. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/Table.vue +74 -74
  46. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
  47. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
  48. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
  49. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
  50. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
  51. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
  52. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
  53. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
  54. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
  55. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
  56. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
  57. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
  58. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
  59. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
  60. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
  61. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +27 -27
  62. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
  63. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
  64. package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
  65. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
  66. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
  67. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
  68. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
  69. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
  70. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
  71. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
  72. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
  73. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
  74. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
  75. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
  76. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
  77. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
  78. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
  79. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +100 -100
  80. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
  81. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
  82. package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
  83. package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
  84. package/components/common/vm/actions/common/select/storage/new/New.vue +159 -159
  85. package/components/common/vm/actions/editSettings/EditSettings.vue +214 -214
  86. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +182 -182
  87. package/components/common/vm/actions/editSettings/new/New.vue +176 -176
  88. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  89. package/composables/productNameLocal.ts +30 -30
  90. package/package.json +1 -1
  91. package/plugins/date.ts +233 -233
  92. package/plugins/recursion.ts +311 -311
  93. package/public/spice-console/lib/images/bitmap.js +203 -203
  94. package/public/spice-console/network/spicechannel.js +383 -383
  95. package/store/main/mutations.ts +7 -7
  96. package/store/main/state.ts +7 -7
@@ -1044,6 +1044,7 @@
1044
1044
  "of": "з",
1045
1045
  "off": "Выкл",
1046
1046
  "off2": "Выкл",
1047
+ "offShort": "Выкл",
1047
1048
  "off-error": "Інваліды",
1048
1049
  "offlineOps": "Пазасеткавыя аперацыі.",
1049
1050
  "ok": "добра",
@@ -1851,6 +1852,7 @@
1851
1852
  "stoppedAt": "Спыніўся на",
1852
1853
  "on": "Уключыць",
1853
1854
  "on2": "Па",
1855
+ "onShort": "Укл.",
1854
1856
  "required": "Неабходны",
1855
1857
  "notRunnable": "Не паддаецца запуску",
1856
1858
  "failCount": "Колькасць збояў",
@@ -1043,6 +1043,7 @@
1043
1043
  "of": "of",
1044
1044
  "off": "Off",
1045
1045
  "off2": "Off",
1046
+ "offShort": "Off",
1046
1047
  "off-error": "Disabled",
1047
1048
  "offlineOps": "Offline ops.",
1048
1049
  "ok": "OK",
@@ -1853,6 +1854,7 @@
1853
1854
  "stoppedAt": "Stopped At",
1854
1855
  "on": "On",
1855
1856
  "on2": "On",
1857
+ "onShort": "On",
1856
1858
  "required": "Required",
1857
1859
  "notRunnable": "Not Runnable",
1858
1860
  "failCount": "Fail Count",
@@ -2795,7 +2797,7 @@
2795
2797
  "logoutDescription": "Are you sure you want to log out from Zabbix Server?",
2796
2798
  "vmDisk": "VM Disk",
2797
2799
  "vmMemory": "VM Memory",
2798
- "vmCpu": "VM Cpu",
2800
+ "vmCpu": "VM CPU",
2799
2801
  "createdHosts": "Created Hosts",
2800
2802
  "availableZabbixServer": "Available in Zabbix Server",
2801
2803
  "addNew": "Add New",
@@ -1043,6 +1043,7 @@
1043
1043
  "of": "ից",
1044
1044
  "off": "Անջատված",
1045
1045
  "off2": "Անջատել",
1046
+ "offShort": "Անջատված",
1046
1047
  "off-error": "Անաշխատունակ",
1047
1048
  "offlineOps": "Անցանց գործողություններ",
1048
1049
  "ok": "Լավ",
@@ -1853,6 +1854,7 @@
1853
1854
  "stoppedAt": "Կանգ առավ",
1854
1855
  "on": "Միացնել",
1855
1856
  "on2": "",
1857
+ "onShort": "Միացնել",
1856
1858
  "required": "Պահանջվող",
1857
1859
  "notRunnable": "Չի գործարկվում",
1858
1860
  "failCount": "Խափանումների քանակը",
@@ -1043,6 +1043,7 @@
1043
1043
  "of": "бастап",
1044
1044
  "off": "Өшірілген",
1045
1045
  "off2": "Өшірілген",
1046
+ "offShort": "Өшірілген",
1046
1047
  "off-error": "Өшірілген",
1047
1048
  "offlineOps": "Офлайн операциялар",
1048
1049
  "ok": "ЖАРАЙДЫ МА",
@@ -1853,6 +1854,7 @@
1853
1854
  "stoppedAt": "Тоқтады",
1854
1855
  "on": "Қосу",
1855
1856
  "on2": "Авторы",
1857
+ "onShort": "Қосу",
1856
1858
  "required": "Міндетті",
1857
1859
  "notRunnable": "Іске Қосу Мүмкін Емес",
1858
1860
  "failCount": "Сәтсіз Санау",
@@ -2794,7 +2796,7 @@
2794
2796
  "logoutDescription": "Zabbix серверінен шынымен шыққыңыз келе ме?",
2795
2797
  "vmDisk": "VM дискі",
2796
2798
  "vmMemory": "VM жады",
2797
- "vmCpu": "VM Cpu",
2799
+ "vmCpu": "VM CPU",
2798
2800
  "createdHosts": "Жасалған хосттар",
2799
2801
  "availableZabbixServer": "Zabbix серверінде қол жетімді",
2800
2802
  "addNew": "Жаңа қосу",
@@ -1044,6 +1044,7 @@
1044
1044
  "of": "из",
1045
1045
  "off": "Выключен",
1046
1046
  "off2": "Выключить",
1047
+ "offShort": "Выкл.",
1047
1048
  "off-error": "Отключен",
1048
1049
  "offlineOps": "Оффлайн операции",
1049
1050
  "ok": "ОК",
@@ -1855,6 +1856,7 @@
1855
1856
  "stoppedAt": "Остановлено",
1856
1857
  "on": "Включить",
1857
1858
  "on2": "По",
1859
+ "onShort": "Вкл.",
1858
1860
  "required": "Обязательный",
1859
1861
  "notRunnable": "Не поддается запуску",
1860
1862
  "failCount": "Количество сбоев",
@@ -1043,6 +1043,7 @@
1043
1043
  "of": "从",
1044
1044
  "off": "关机",
1045
1045
  "off2": "关机",
1046
+ "offShort": "关机",
1046
1047
  "off-error": "残疾人",
1047
1048
  "offlineOps": "离线操作",
1048
1049
  "ok": "好的",
@@ -1853,6 +1854,7 @@
1853
1854
  "stoppedAt": "停止于",
1854
1855
  "on": "使能够",
1855
1856
  "on2": "经过",
1857
+ "onShort": "使能够",
1856
1858
  "required": "必需的",
1857
1859
  "notRunnable": "不可运行",
1858
1860
  "failCount": "失败计数",
@@ -1,50 +1,50 @@
1
- <template>
2
- <template v-if="props.name === 'zabbix'">
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="80"
6
- height="22"
7
- viewBox="0 0 80 22"
8
- fill="none"
9
- >
10
- <g clip-path="url(#clip0_2691_29714)">
11
- <path d="M0 0.522461H80V21.477H0V0.522461Z" fill="#D40000" />
12
- <path
13
- d="M3.42089 3.71582H14.9889V5.2187L5.6782 16.625H15.2164V18.2836H3.19336V16.7807L12.504 5.37438H3.42089V3.71582ZM23.0402 5.65779L20.3378 12.9087H25.7526L23.0402 5.65779ZM21.9145 3.71582H24.1738L29.7862 18.2836H27.7145L26.3753 14.5473H19.735L18.3938 18.2836H16.2922L21.9145 3.71582ZM33.9176 11.326V16.663H37.113C38.1848 16.663 38.9791 16.4434 39.496 16.0043C40.013 15.5652 40.2704 14.8926 40.2704 13.9905C40.2704 13.0804 40.013 12.4078 39.496 11.9747C38.9791 11.5436 38.1848 11.326 37.113 11.326H33.9176ZM33.9176 5.33446V9.72535H36.8675C37.8415 9.72535 38.566 9.54373 39.043 9.18447C39.52 8.82322 39.7575 8.27237 39.7575 7.5319C39.7575 6.79743 39.518 6.24657 39.043 5.88332C38.566 5.52008 37.8415 5.33646 36.8675 5.33646H33.9176V5.33446ZM31.9257 3.71582H37.0152C38.534 3.71582 39.7056 4.02717 40.5259 4.65188C41.3482 5.27658 41.7573 6.16474 41.7573 7.31635C41.7573 8.2065 41.5478 8.91703 41.1266 9.44393C40.7055 9.97084 40.0868 10.3002 39.2725 10.4299C40.2525 10.6375 41.0129 11.0706 41.5558 11.7312C42.0986 12.3918 42.3701 13.2161 42.3701 14.2041C42.3701 15.5054 41.923 16.5093 41.0289 17.2198C40.1347 17.9283 38.8614 18.2836 37.2128 18.2836H31.9257V3.71582ZM47.5573 11.326V16.663H50.7547C51.8265 16.663 52.6208 16.4434 53.1357 16.0043C53.6527 15.5652 53.9101 14.8926 53.9101 13.9905C53.9101 13.0804 53.6527 12.4078 53.1357 11.9747C52.6188 11.5436 51.8245 11.326 50.7547 11.326H47.5573ZM47.5573 5.33446V9.72535H50.5072C51.4812 9.72535 52.2057 9.54373 52.6827 9.18447C53.1597 8.82322 53.3972 8.27237 53.3972 7.5319C53.3972 6.79743 53.1597 6.24657 52.6827 5.88332C52.2057 5.52008 51.4812 5.33646 50.5072 5.33646H47.5573V5.33446ZM45.5654 3.71582H50.6549C52.1737 3.71582 53.3453 4.02717 54.1656 4.65188C54.9879 5.27658 55.399 6.16474 55.399 7.31635C55.399 8.2065 55.1895 8.91703 54.7683 9.44393C54.3472 9.97084 53.7285 10.3002 52.9142 10.4299C53.8942 10.6375 54.6546 11.0706 55.1975 11.7312C55.7403 12.3918 56.0118 13.2161 56.0118 14.2041C56.0118 15.5054 55.5647 16.5093 54.6706 17.2198C53.7764 17.9283 52.503 18.2836 50.8545 18.2836H45.5654V3.71582ZM64.9732 3.71582H67.1646L70.6274 8.94697L74.1242 3.71582H76.2418L71.6833 10.5397L76.8086 18.2836H74.6172L70.5835 12.1882L66.51 18.2836H64.3924L69.5297 10.5955L64.9732 3.71582ZM59.2031 3.71582H61.195V18.2836H59.2031V3.71582Z"
14
- fill="white"
15
- />
16
- </g>
17
- <defs>
18
- <clipPath id="clip0_2691_29714">
19
- <rect
20
- width="80"
21
- height="20.96"
22
- fill="white"
23
- transform="translate(0 0.519531)"
24
- />
25
- </clipPath>
26
- </defs>
27
- </svg>
28
- </template>
29
- <template v-else><span></span></template>
30
- </template>
31
-
32
- <script setup lang="ts">
33
- const props = withDefaults(
34
- defineProps<{
35
- name: string
36
- type?: string
37
- color?: string
38
- width?: string
39
- height?: string
40
- }>(),
41
- {
42
- type: '',
43
- color: 'currentColor',
44
- width: '24',
45
- height: '24',
46
- }
47
- )
48
- </script>
49
-
50
- <style scoped lang="scss"></style>
1
+ <template>
2
+ <template v-if="props.name === 'zabbix'">
3
+ <svg
4
+ xmlns="http://www.w3.org/2000/svg"
5
+ width="80"
6
+ height="22"
7
+ viewBox="0 0 80 22"
8
+ fill="none"
9
+ >
10
+ <g clip-path="url(#clip0_2691_29714)">
11
+ <path d="M0 0.522461H80V21.477H0V0.522461Z" fill="#D40000" />
12
+ <path
13
+ d="M3.42089 3.71582H14.9889V5.2187L5.6782 16.625H15.2164V18.2836H3.19336V16.7807L12.504 5.37438H3.42089V3.71582ZM23.0402 5.65779L20.3378 12.9087H25.7526L23.0402 5.65779ZM21.9145 3.71582H24.1738L29.7862 18.2836H27.7145L26.3753 14.5473H19.735L18.3938 18.2836H16.2922L21.9145 3.71582ZM33.9176 11.326V16.663H37.113C38.1848 16.663 38.9791 16.4434 39.496 16.0043C40.013 15.5652 40.2704 14.8926 40.2704 13.9905C40.2704 13.0804 40.013 12.4078 39.496 11.9747C38.9791 11.5436 38.1848 11.326 37.113 11.326H33.9176ZM33.9176 5.33446V9.72535H36.8675C37.8415 9.72535 38.566 9.54373 39.043 9.18447C39.52 8.82322 39.7575 8.27237 39.7575 7.5319C39.7575 6.79743 39.518 6.24657 39.043 5.88332C38.566 5.52008 37.8415 5.33646 36.8675 5.33646H33.9176V5.33446ZM31.9257 3.71582H37.0152C38.534 3.71582 39.7056 4.02717 40.5259 4.65188C41.3482 5.27658 41.7573 6.16474 41.7573 7.31635C41.7573 8.2065 41.5478 8.91703 41.1266 9.44393C40.7055 9.97084 40.0868 10.3002 39.2725 10.4299C40.2525 10.6375 41.0129 11.0706 41.5558 11.7312C42.0986 12.3918 42.3701 13.2161 42.3701 14.2041C42.3701 15.5054 41.923 16.5093 41.0289 17.2198C40.1347 17.9283 38.8614 18.2836 37.2128 18.2836H31.9257V3.71582ZM47.5573 11.326V16.663H50.7547C51.8265 16.663 52.6208 16.4434 53.1357 16.0043C53.6527 15.5652 53.9101 14.8926 53.9101 13.9905C53.9101 13.0804 53.6527 12.4078 53.1357 11.9747C52.6188 11.5436 51.8245 11.326 50.7547 11.326H47.5573ZM47.5573 5.33446V9.72535H50.5072C51.4812 9.72535 52.2057 9.54373 52.6827 9.18447C53.1597 8.82322 53.3972 8.27237 53.3972 7.5319C53.3972 6.79743 53.1597 6.24657 52.6827 5.88332C52.2057 5.52008 51.4812 5.33646 50.5072 5.33646H47.5573V5.33446ZM45.5654 3.71582H50.6549C52.1737 3.71582 53.3453 4.02717 54.1656 4.65188C54.9879 5.27658 55.399 6.16474 55.399 7.31635C55.399 8.2065 55.1895 8.91703 54.7683 9.44393C54.3472 9.97084 53.7285 10.3002 52.9142 10.4299C53.8942 10.6375 54.6546 11.0706 55.1975 11.7312C55.7403 12.3918 56.0118 13.2161 56.0118 14.2041C56.0118 15.5054 55.5647 16.5093 54.6706 17.2198C53.7764 17.9283 52.503 18.2836 50.8545 18.2836H45.5654V3.71582ZM64.9732 3.71582H67.1646L70.6274 8.94697L74.1242 3.71582H76.2418L71.6833 10.5397L76.8086 18.2836H74.6172L70.5835 12.1882L66.51 18.2836H64.3924L69.5297 10.5955L64.9732 3.71582ZM59.2031 3.71582H61.195V18.2836H59.2031V3.71582Z"
14
+ fill="white"
15
+ />
16
+ </g>
17
+ <defs>
18
+ <clipPath id="clip0_2691_29714">
19
+ <rect
20
+ width="80"
21
+ height="20.96"
22
+ fill="white"
23
+ transform="translate(0 0.519531)"
24
+ />
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
28
+ </template>
29
+ <template v-else><span></span></template>
30
+ </template>
31
+
32
+ <script setup lang="ts">
33
+ const props = withDefaults(
34
+ defineProps<{
35
+ name: string
36
+ type?: string
37
+ color?: string
38
+ width?: string
39
+ height?: string
40
+ }>(),
41
+ {
42
+ type: '',
43
+ color: 'currentColor',
44
+ width: '24',
45
+ height: '24',
46
+ }
47
+ )
48
+ </script>
49
+
50
+ <style scoped lang="scss"></style>