sohelp-eleplus 1.1.15 → 1.1.16

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 (125) hide show
  1. package/components.js +1 -0
  2. package/package.json +1 -1
  3. package/sohelp-dict/index.vue +116 -117
  4. package/sohelp-drawer/index.vue +20 -1
  5. package/sohelp-grid/index.vue +48 -44
  6. package/sohelp-grid/js/useSohelpGridConfig.js +2 -2
  7. package/sohelp-grid-view/filter/config/index.vue +5 -5
  8. package/sohelp-grid-view/filter/filter-form.vue +2 -2
  9. package/sohelp-grid-view/filter/index.vue +3 -3
  10. package/sohelp-grid-view/index.vue +1 -1
  11. package/sohelp-icon-select/icons/AnalysisOutlined.vue +22 -0
  12. package/sohelp-icon-select/icons/ApplicationOutlined.vue +21 -0
  13. package/sohelp-icon-select/icons/AppstoreAddOutlined.vue +28 -0
  14. package/sohelp-icon-select/icons/AppstoreOutlined.vue +30 -0
  15. package/sohelp-icon-select/icons/ArrowDown.vue +21 -0
  16. package/sohelp-icon-select/icons/ArrowDownOutlined.vue +20 -0
  17. package/sohelp-icon-select/icons/ArrowLeft.vue +21 -0
  18. package/sohelp-icon-select/icons/ArrowLeftOutlined.vue +20 -0
  19. package/sohelp-icon-select/icons/ArrowRight.vue +21 -0
  20. package/sohelp-icon-select/icons/ArrowRightOutlined.vue +20 -0
  21. package/sohelp-icon-select/icons/ArrowUp.vue +21 -0
  22. package/sohelp-icon-select/icons/ArrowUpOutlined.vue +20 -0
  23. package/sohelp-icon-select/icons/BellOutlined.vue +21 -0
  24. package/sohelp-icon-select/icons/BookOutlined.vue +21 -0
  25. package/sohelp-icon-select/icons/CalendarOutlined.vue +19 -0
  26. package/sohelp-icon-select/icons/CaretDownFilled.vue +13 -0
  27. package/sohelp-icon-select/icons/CaretUpFilled.vue +13 -0
  28. package/sohelp-icon-select/icons/CheckCircleFilled.vue +15 -0
  29. package/sohelp-icon-select/icons/CheckCircleOutlined.vue +23 -0
  30. package/sohelp-icon-select/icons/CheckOutlined.vue +20 -0
  31. package/sohelp-icon-select/icons/CityOutlined.vue +22 -0
  32. package/sohelp-icon-select/icons/ClockCircleOutlined.vue +23 -0
  33. package/sohelp-icon-select/icons/CloseCircleFilled.vue +15 -0
  34. package/sohelp-icon-select/icons/CloseCircleOutlined.vue +22 -0
  35. package/sohelp-icon-select/icons/CloseOutlined.vue +20 -0
  36. package/sohelp-icon-select/icons/CloudUploadOutlined.vue +23 -0
  37. package/sohelp-icon-select/icons/ClusterOutlined.vue +21 -0
  38. package/sohelp-icon-select/icons/CodeOutlined.vue +22 -0
  39. package/sohelp-icon-select/icons/ColumnHeightOutlined.vue +18 -0
  40. package/sohelp-icon-select/icons/CompassOutlined.vue +22 -0
  41. package/sohelp-icon-select/icons/CompressOutlined.vue +23 -0
  42. package/sohelp-icon-select/icons/ConnectionOutlined.vue +24 -0
  43. package/sohelp-icon-select/icons/ControlOutlined.vue +27 -0
  44. package/sohelp-icon-select/icons/CopyOutlined.vue +22 -0
  45. package/sohelp-icon-select/icons/CpuOutlined.vue +22 -0
  46. package/sohelp-icon-select/icons/DashboardOutlined.vue +26 -0
  47. package/sohelp-icon-select/icons/DatabaseOutlined.vue +22 -0
  48. package/sohelp-icon-select/icons/DeleteOutlined.vue +22 -0
  49. package/sohelp-icon-select/icons/DesktopOutlined.vue +19 -0
  50. package/sohelp-icon-select/icons/DownloadOutlined.vue +21 -0
  51. package/sohelp-icon-select/icons/DragOutlined.vue +22 -0
  52. package/sohelp-icon-select/icons/EditOutlined.vue +21 -0
  53. package/sohelp-icon-select/icons/EllipsisOutlined.vue +15 -0
  54. package/sohelp-icon-select/icons/EnvironmentOutlined.vue +22 -0
  55. package/sohelp-icon-select/icons/ExclamationCircleFilled.vue +15 -0
  56. package/sohelp-icon-select/icons/ExpandOutlined.vue +23 -0
  57. package/sohelp-icon-select/icons/FileOutlined.vue +22 -0
  58. package/sohelp-icon-select/icons/FilterFilled.vue +15 -0
  59. package/sohelp-icon-select/icons/FolderAddOutlined.vue +20 -0
  60. package/sohelp-icon-select/icons/FolderOutlined.vue +19 -0
  61. package/sohelp-icon-select/icons/FormOutlined.vue +20 -0
  62. package/sohelp-icon-select/icons/FullscreenExitOutlined.vue +16 -0
  63. package/sohelp-icon-select/icons/FullscreenOutlined.vue +16 -0
  64. package/sohelp-icon-select/icons/FundOutlined.vue +20 -0
  65. package/sohelp-icon-select/icons/GlobalOutlined.vue +15 -0
  66. package/sohelp-icon-select/icons/HolderOutlined.vue +18 -0
  67. package/sohelp-icon-select/icons/HomeOutlined.vue +19 -0
  68. package/sohelp-icon-select/icons/IdcardOutlined.vue +25 -0
  69. package/sohelp-icon-select/icons/InfoCircleFilled.vue +15 -0
  70. package/sohelp-icon-select/icons/LinkOutlined.vue +15 -0
  71. package/sohelp-icon-select/icons/LoadingDotOutlined.vue +21 -0
  72. package/sohelp-icon-select/icons/LoadingOutlined.vue +19 -0
  73. package/sohelp-icon-select/icons/LockOutlined.vue +21 -0
  74. package/sohelp-icon-select/icons/LogOutlined.vue +22 -0
  75. package/sohelp-icon-select/icons/LogoutOutlined.vue +22 -0
  76. package/sohelp-icon-select/icons/MailOutlined.vue +19 -0
  77. package/sohelp-icon-select/icons/MenuFoldOutlined.vue +17 -0
  78. package/sohelp-icon-select/icons/MenuUnfoldOutlined.vue +17 -0
  79. package/sohelp-icon-select/icons/MessageOutlined.vue +22 -0
  80. package/sohelp-icon-select/icons/MinusCircleOutlined.vue +22 -0
  81. package/sohelp-icon-select/icons/MobileOutlined.vue +20 -0
  82. package/sohelp-icon-select/icons/MoonOutlined.vue +21 -0
  83. package/sohelp-icon-select/icons/MoreOutlined.vue +15 -0
  84. package/sohelp-icon-select/icons/PauseFilled.vue +14 -0
  85. package/sohelp-icon-select/icons/PieChartOutlined.vue +20 -0
  86. package/sohelp-icon-select/icons/PlayFilled.vue +13 -0
  87. package/sohelp-icon-select/icons/PlusCircleOutlined.vue +22 -0
  88. package/sohelp-icon-select/icons/PlusOutlined.vue +19 -0
  89. package/sohelp-icon-select/icons/ProtectOutlined.vue +21 -0
  90. package/sohelp-icon-select/icons/QuestionCircleFilled.vue +15 -0
  91. package/sohelp-icon-select/icons/QuestionCircleOutlined.vue +25 -0
  92. package/sohelp-icon-select/icons/ReloadOutlined.vue +22 -0
  93. package/sohelp-icon-select/icons/SearchOutlined.vue +21 -0
  94. package/sohelp-icon-select/icons/SettingOutlined.vue +24 -0
  95. package/sohelp-icon-select/icons/ShoppingOutlined.vue +19 -0
  96. package/sohelp-icon-select/icons/SortOutlined.vue +21 -0
  97. package/sohelp-icon-select/icons/StarFilled.vue +15 -0
  98. package/sohelp-icon-select/icons/StepBackwardFilled.vue +17 -0
  99. package/sohelp-icon-select/icons/StepForwardFilled.vue +17 -0
  100. package/sohelp-icon-select/icons/SuitcaseOutlined.vue +19 -0
  101. package/sohelp-icon-select/icons/SunOutlined.vue +29 -0
  102. package/sohelp-icon-select/icons/SwapOutlined.vue +21 -0
  103. package/sohelp-icon-select/icons/SyncOutlined.vue +21 -0
  104. package/sohelp-icon-select/icons/TableOutlined.vue +19 -0
  105. package/sohelp-icon-select/icons/TagOutlined.vue +20 -0
  106. package/sohelp-icon-select/icons/TimerOutlined.vue +22 -0
  107. package/sohelp-icon-select/icons/UndoOutlined.vue +22 -0
  108. package/sohelp-icon-select/icons/UnlockOutlined.vue +21 -0
  109. package/sohelp-icon-select/icons/UploadOutlined.vue +21 -0
  110. package/sohelp-icon-select/icons/UserOutlined.vue +21 -0
  111. package/sohelp-icon-select/icons/VerticalAlignMiddleOutlined.vue +15 -0
  112. package/sohelp-icon-select/icons/VerticalLeftOutlined.vue +13 -0
  113. package/sohelp-icon-select/icons/VerticalRightOutlined.vue +13 -0
  114. package/sohelp-icon-select/icons/WarningOutlined.vue +21 -0
  115. package/sohelp-icon-select/icons/ZoomInOutlined.vue +22 -0
  116. package/sohelp-icon-select/icons/ZoomOutOutlined.vue +22 -0
  117. package/sohelp-icon-select/icons/index.js +106 -0
  118. package/sohelp-icon-select/icons/index.ts +106 -0
  119. package/sohelp-icon-select/index.vue +0 -1
  120. package/sohelp-modal/index.vue +39 -23
  121. package/sohelp-search/index.vue +1 -1
  122. package/sohelp-vform-eleplus/index.vue +5 -5
  123. package/sohelp-vform-modal/index.vue +1 -1
  124. package/sohelp-workflow-drawer/components/approval-modal.vue +4 -4
  125. package/sohelp-workflow-drawer/components/form.vue +1 -2
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M38 28 24 42 10 28M24 42V6" />
11
+ </svg>
12
+ </template>
13
+
14
+ <script lang="ts">
15
+ import { defineComponent } from 'vue';
16
+
17
+ export default defineComponent({
18
+ name: 'ArrowDownOutlined'
19
+ });
20
+ </script>
@@ -0,0 +1,21 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ class="ele-arrow-left"
10
+ >
11
+ <path d="M31 38 17 24 31 10" />
12
+ </svg>
13
+ </template>
14
+
15
+ <script lang="ts">
16
+ import { defineComponent } from 'vue';
17
+
18
+ export default defineComponent({
19
+ name: 'ArrowLeft'
20
+ });
21
+ </script>
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M20 38 6 24 20 10M6 24H42" />
11
+ </svg>
12
+ </template>
13
+
14
+ <script lang="ts">
15
+ import { defineComponent } from 'vue';
16
+
17
+ export default defineComponent({
18
+ name: 'ArrowLeftOutlined'
19
+ });
20
+ </script>
@@ -0,0 +1,21 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ class="ele-arrow-right"
10
+ >
11
+ <path d="M17 38 31 24 17 10" />
12
+ </svg>
13
+ </template>
14
+
15
+ <script lang="ts">
16
+ import { defineComponent } from 'vue';
17
+
18
+ export default defineComponent({
19
+ name: 'ArrowRight'
20
+ });
21
+ </script>
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M28 38 42 24 28 10M42 24H6" />
11
+ </svg>
12
+ </template>
13
+
14
+ <script lang="ts">
15
+ import { defineComponent } from 'vue';
16
+
17
+ export default defineComponent({
18
+ name: 'ArrowRightOutlined'
19
+ });
20
+ </script>
@@ -0,0 +1,21 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ class="ele-arrow-up"
10
+ >
11
+ <path d="M10 31 24 17 38 31" />
12
+ </svg>
13
+ </template>
14
+
15
+ <script lang="ts">
16
+ import { defineComponent } from 'vue';
17
+
18
+ export default defineComponent({
19
+ name: 'ArrowUp'
20
+ });
21
+ </script>
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M38 20 24 6 10 20M24 6V42" />
11
+ </svg>
12
+ </template>
13
+
14
+ <script lang="ts">
15
+ import { defineComponent } from 'vue';
16
+
17
+ export default defineComponent({
18
+ name: 'ArrowUpOutlined'
19
+ });
20
+ </script>
@@ -0,0 +1,21 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ >
9
+ <path
10
+ d="M10 40V20C10 12 16 6 24 6 32 6 38 12 38 20V40M7 40H41M19 40C19 44 21 46 24 46 27 46 29 44 29 40M24 6V2"
11
+ />
12
+ </svg>
13
+ </template>
14
+
15
+ <script lang="ts">
16
+ import { defineComponent } from 'vue';
17
+
18
+ export default defineComponent({
19
+ name: 'BellOutlined'
20
+ });
21
+ </script>
@@ -0,0 +1,21 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path
10
+ d="M7 40V10C7 6 10 3 13 3H41V45H13C10 45 7 43 7 40 7 37 10 35 13 35H41M18 3V21L24 15 30 21V3"
11
+ />
12
+ </svg>
13
+ </template>
14
+
15
+ <script lang="ts">
16
+ import { defineComponent } from 'vue';
17
+
18
+ export default defineComponent({
19
+ name: 'BookOutlined'
20
+ });
21
+ </script>
@@ -0,0 +1,19 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path d="M16 2V14M32 2V14M5 19H43M5 8H43V43H5Z" />
10
+ </svg>
11
+ </template>
12
+
13
+ <script lang="ts">
14
+ import { defineComponent } from 'vue';
15
+
16
+ export default defineComponent({
17
+ name: 'CalendarOutlined'
18
+ });
19
+ </script>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <svg viewBox="0 0 48 48" fill="currentColor">
3
+ <path d="M8 14H40L24 34Z" />
4
+ </svg>
5
+ </template>
6
+
7
+ <script lang="ts">
8
+ import { defineComponent } from 'vue';
9
+
10
+ export default defineComponent({
11
+ name: 'CaretDownFilled'
12
+ });
13
+ </script>
@@ -0,0 +1,13 @@
1
+ <template>
2
+ <svg viewBox="0 0 48 48" fill="currentColor">
3
+ <path d="M8 34H40L24 14Z" />
4
+ </svg>
5
+ </template>
6
+
7
+ <script lang="ts">
8
+ import { defineComponent } from 'vue';
9
+
10
+ export default defineComponent({
11
+ name: 'CaretUpFilled'
12
+ });
13
+ </script>
@@ -0,0 +1,15 @@
1
+ <template>
2
+ <svg viewBox="0 0 48 48" fill="currentColor">
3
+ <path
4
+ d="M24 2C36 2 46 12 46 24S36 46 24 46 2 36 2 24 12 2 24 2ZM21 29 14 22 11 25 21 35 38 18 35 15Z"
5
+ />
6
+ </svg>
7
+ </template>
8
+
9
+ <script lang="ts">
10
+ import { defineComponent } from 'vue';
11
+
12
+ export default defineComponent({
13
+ name: 'CheckCircleFilled'
14
+ });
15
+ </script>
@@ -0,0 +1,23 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path
11
+ d="M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z"
12
+ />
13
+ <path d="M14 25 21 32 35 18" />
14
+ </svg>
15
+ </template>
16
+
17
+ <script lang="ts">
18
+ import { defineComponent } from 'vue';
19
+
20
+ export default defineComponent({
21
+ name: 'CheckCircleOutlined'
22
+ });
23
+ </script>
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M6 24 19 37 43 13" />
11
+ </svg>
12
+ </template>
13
+
14
+ <script lang="ts">
15
+ import { defineComponent } from 'vue';
16
+
17
+ export default defineComponent({
18
+ name: 'CheckOutlined'
19
+ });
20
+ </script>
@@ -0,0 +1,22 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path d="M7 43 7 5H28V43M28 17H41V43M1 43H47M28 34H36M28 26H36" />
10
+ <path d="M13 33H22" />
11
+ <path d="M13 24H22" />
12
+ <path d="M13 15H22" />
13
+ </svg>
14
+ </template>
15
+
16
+ <script lang="ts">
17
+ import { defineComponent } from 'vue';
18
+
19
+ export default defineComponent({
20
+ name: 'CityOutlined'
21
+ });
22
+ </script>
@@ -0,0 +1,23 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path
11
+ d="M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z"
12
+ />
13
+ <path d="M22 12 22 26 36 26" />
14
+ </svg>
15
+ </template>
16
+
17
+ <script lang="ts">
18
+ import { defineComponent } from 'vue';
19
+
20
+ export default defineComponent({
21
+ name: 'ClockCircleOutlined'
22
+ });
23
+ </script>
@@ -0,0 +1,15 @@
1
+ <template>
2
+ <svg viewBox="0 0 48 48" fill="currentColor">
3
+ <path
4
+ d="M24 2C36 2 46 12 46 24S36 46 24 46 2 36 2 24 12 2 24 2ZM32 13 24 21 16 13 13 16 21 24 13 32 16 35 24 27 32 35 35 32 27 24 35 16Z"
5
+ />
6
+ </svg>
7
+ </template>
8
+
9
+ <script lang="ts">
10
+ import { defineComponent } from 'vue';
11
+
12
+ export default defineComponent({
13
+ name: 'CloseCircleFilled'
14
+ });
15
+ </script>
@@ -0,0 +1,22 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ >
9
+ <path
10
+ d="M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z"
11
+ />
12
+ <path d="M16 16 32 32M16 32 32 16" />
13
+ </svg>
14
+ </template>
15
+
16
+ <script lang="ts">
17
+ import { defineComponent } from 'vue';
18
+
19
+ export default defineComponent({
20
+ name: 'CloseCircleOutlined'
21
+ });
22
+ </script>
@@ -0,0 +1,20 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M10 10 38 38M10 38 38 10" />
11
+ </svg>
12
+ </template>
13
+
14
+ <script lang="ts">
15
+ import { defineComponent } from 'vue';
16
+
17
+ export default defineComponent({
18
+ name: 'CloseOutlined'
19
+ });
20
+ </script>
@@ -0,0 +1,23 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path
11
+ d="M32 40.5C33 41 34 41 35 41 41 41 46 37 46 31 46 25 42 20 37 19 37 12 32 6 24 6 16 6 11 12 11 19 6 20 2 25 2 31 2 37 7 41 13 41 14 41 15 41 16 40.5"
12
+ />
13
+ <path d="M24 38V21M17 28 24 21 31 28" />
14
+ </svg>
15
+ </template>
16
+
17
+ <script lang="ts">
18
+ import { defineComponent } from 'vue';
19
+
20
+ export default defineComponent({
21
+ name: 'CloudUploadOutlined'
22
+ });
23
+ </script>
@@ -0,0 +1,21 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path
10
+ d="M16 5H32V15H16ZM24 15V33M8 33V24H40V33M3 33H13V43H3ZM19 33H29V43H19ZM35 33H45V43H35Z"
11
+ />
12
+ </svg>
13
+ </template>
14
+
15
+ <script lang="ts">
16
+ import { defineComponent } from 'vue';
17
+
18
+ export default defineComponent({
19
+ name: 'ClusterOutlined'
20
+ });
21
+ </script>
@@ -0,0 +1,22 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M13 13 2 24 13 35" />
11
+ <path d="M35 13 46 24 35 35" />
12
+ <path d="M28 8 20 40" />
13
+ </svg>
14
+ </template>
15
+
16
+ <script lang="ts">
17
+ import { defineComponent } from 'vue';
18
+
19
+ export default defineComponent({
20
+ name: 'CodeOutlined'
21
+ });
22
+ </script>
@@ -0,0 +1,18 @@
1
+ <template>
2
+ <svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="4">
3
+ <path
4
+ d="M24 12V36M18 17 24 12 30 17M30 31 24 36 18 31"
5
+ stroke-width="3.5"
6
+ />
7
+ <path d="M6 5H42" />
8
+ <path d="M6 43H42" />
9
+ </svg>
10
+ </template>
11
+
12
+ <script lang="ts">
13
+ import { defineComponent } from 'vue';
14
+
15
+ export default defineComponent({
16
+ name: 'ColumnHeightOutlined'
17
+ });
18
+ </script>
@@ -0,0 +1,22 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path
10
+ d="M24 45C35 45 45 35 45 24 45 13 35 3 24 3 13 3 3 13 3 24 3 35 13 45 24 45Z"
11
+ />
12
+ <path d="M32 16 21 21 16 32 27 27 32 16Z" stroke-width="3" />
13
+ </svg>
14
+ </template>
15
+
16
+ <script lang="ts">
17
+ import { defineComponent } from 'vue';
18
+
19
+ export default defineComponent({
20
+ name: 'CompassOutlined'
21
+ });
22
+ </script>
@@ -0,0 +1,23 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4.5"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ >
10
+ <path d="M17 7V17H7" />
11
+ <path d="M31 7V17H41" />
12
+ <path d="M31 41V31H41" />
13
+ <path d="M17 41V31H7" />
14
+ </svg>
15
+ </template>
16
+
17
+ <script lang="ts">
18
+ import { defineComponent } from 'vue';
19
+
20
+ export default defineComponent({
21
+ name: 'CompressOutlined'
22
+ });
23
+ </script>
@@ -0,0 +1,24 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path
10
+ d="M6 27C3 25 2 22 2 19 2 14 6 9 11 9H29C34 9 38 14 38 19 38 24 34 29 29 29H19"
11
+ />
12
+ <path
13
+ d="M29 19H19C14 19 10 24 10 29 10 34 14 39 19 39H37C42 39 46 34 46 29 46 26 45 23 42 21"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script lang="ts">
19
+ import { defineComponent } from 'vue';
20
+
21
+ export default defineComponent({
22
+ name: 'ConnectionOutlined'
23
+ });
24
+ </script>
@@ -0,0 +1,27 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path
10
+ d="M5 10V38C5 41 7 43 10 43H38C41 43 43 41 43 38V10C43 7 41 5 38 5H10C7 5 5 7 5 10Z"
11
+ />
12
+ <path
13
+ d="M21 18H36M21 18C21 20 19 22 17 22 15 22 13 20 13 18 13 16 15 14 17 14 19 14 21 16 21 18Z"
14
+ />
15
+ <path
16
+ d="M27 30H12M35 30C35 32 33 34 31 34 29 34 27 32 27 30 27 28 29 26 31 26 33 26 35 28 35 30Z"
17
+ />
18
+ </svg>
19
+ </template>
20
+
21
+ <script lang="ts">
22
+ import { defineComponent } from 'vue';
23
+
24
+ export default defineComponent({
25
+ name: 'ControlOutlined'
26
+ });
27
+ </script>
@@ -0,0 +1,22 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ >
9
+ <path d="M4 11H34V44H4Z" />
10
+ <path d="M13 7V2H43V35H38" />
11
+ <path d="M12 22 26 22" />
12
+ <path d="M12 33 26 33" />
13
+ </svg>
14
+ </template>
15
+
16
+ <script lang="ts">
17
+ import { defineComponent } from 'vue';
18
+
19
+ export default defineComponent({
20
+ name: 'CopyOutlined'
21
+ });
22
+ </script>
@@ -0,0 +1,22 @@
1
+ <template>
2
+ <svg
3
+ viewBox="0 0 48 48"
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-width="4"
7
+ stroke-linejoin="round"
8
+ stroke-linecap="round"
9
+ >
10
+ <path
11
+ d="M9 9H39V39H9ZM18 18V30H30V18ZM15 3V9M24 3V9M33 3V9M45 15H39M45 24H39M45 33H39M33 45V39M24 45V39M15 45V39M3 33H9M3 24H9M3 15H9"
12
+ />
13
+ </svg>
14
+ </template>
15
+
16
+ <script lang="ts">
17
+ import { defineComponent } from 'vue';
18
+
19
+ export default defineComponent({
20
+ name: 'CpuOutlined'
21
+ });
22
+ </script>