@itfin/components 1.4.30 → 1.4.33
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/package.json +1 -1
- package/src/components/customize/PropertyItem.vue +13 -5
- package/src/components/icon/components/nomi-.DS_Store +0 -0
- package/src/components/icon/components/nomi-arrow_left.vue +4 -0
- package/src/components/icon/components/nomi-balance_turnover.vue +5 -0
- package/src/components/icon/components/nomi-bar-horizontal.vue +7 -0
- package/src/components/icon/components/nomi-check-alt.vue +4 -0
- package/src/components/icon/components/nomi-credit.vue +4 -0
- package/src/components/icon/components/nomi-goods-turnover.vue +4 -0
- package/src/components/icon/components/nomi-goods.vue +5 -0
- package/src/components/icon/components/nomi-help-alt.vue +4 -0
- package/src/components/icon/components/nomi-link.vue +6 -0
- package/src/components/icon/components/nomi-menu.vue +3 -3
- package/src/components/icon/components/nomi-minus.vue +1 -1
- package/src/components/icon/components/nomi-pc.vue +4 -0
- package/src/components/icon/components/nomi-promo.vue +4 -0
- package/src/components/icon/components/nomi-transactions_delete.vue +5 -0
- package/src/components/icon/components/nomi-types.vue +7 -0
- package/src/components/icon/components/nomi-warning_triangle.vue +6 -0
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<itf-dropdown text :disabled="!editable || lockFields" ref="editDd" autoclose="outside" class="flex-grow-1 mw-100 editable-field" shadow @close="onClose">
|
|
11
11
|
<div slot="button">
|
|
12
|
-
<div class="d-flex align-items-center">
|
|
12
|
+
<div class="d-flex align-items-center" :class="{ 'b-properties-list__title-text': lockFields }">
|
|
13
13
|
<!-- <itf-icon :name="field.Icon" :size="16" class="me-1" />-->
|
|
14
14
|
|
|
15
15
|
<div :class="`b-properties-list__title-text-${fullName ? 'full' : 'short'}`" v-text="field.Name" />
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
/>
|
|
36
36
|
</itf-dropdown>
|
|
37
37
|
</div>
|
|
38
|
-
<div class="b-properties-list__value rounded-2" :class="{'editable': editable, 'active shadow rounded-2 bg-body': focusId === field.Id}" sortable-skip>
|
|
38
|
+
<div class="bg-light b-properties-list__value rounded-2" :class="{'editable': editable, 'active shadow rounded-2 bg-body': focusId === field.Id}" sortable-skip>
|
|
39
39
|
<property-inline-edit
|
|
40
40
|
@focus="onFocus(field.Id)"
|
|
41
41
|
@blur="onBlur(field.Id)"
|
|
42
|
-
class="flex-grow-1 b-properties-list__inline-editor editable-field"
|
|
42
|
+
class="flex-grow-1 b-properties-list__inline-editor editable-field rounded-2"
|
|
43
43
|
:field="field"
|
|
44
44
|
:value="value"
|
|
45
45
|
:editable="editable"
|
|
@@ -62,6 +62,11 @@
|
|
|
62
62
|
background: rgba(0, 0, 0, 0.05);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
+
&__inline-editor {
|
|
66
|
+
min-height: 44px;
|
|
67
|
+
padding-right: 10px;
|
|
68
|
+
padding-left: 10px;
|
|
69
|
+
}
|
|
65
70
|
&__draghandler {
|
|
66
71
|
user-select: none;
|
|
67
72
|
transition: opacity 150ms ease-in 0s;
|
|
@@ -80,7 +85,7 @@
|
|
|
80
85
|
}
|
|
81
86
|
&__inner {
|
|
82
87
|
display: flex;
|
|
83
|
-
padding-bottom:
|
|
88
|
+
padding-bottom: 8px;
|
|
84
89
|
width: 100%;
|
|
85
90
|
}
|
|
86
91
|
&__name, &__value {
|
|
@@ -98,7 +103,7 @@
|
|
|
98
103
|
&__name {
|
|
99
104
|
display: flex;
|
|
100
105
|
align-items: center;
|
|
101
|
-
min-height:
|
|
106
|
+
min-height: 44px;
|
|
102
107
|
width: 250px;
|
|
103
108
|
flex: 0 0 auto;
|
|
104
109
|
}
|
|
@@ -119,6 +124,9 @@
|
|
|
119
124
|
background-color: rgba(55, 53, 47, 0.08);
|
|
120
125
|
}
|
|
121
126
|
}
|
|
127
|
+
&__title-text {
|
|
128
|
+
min-height: 44px;
|
|
129
|
+
}
|
|
122
130
|
&__title-text-short {
|
|
123
131
|
white-space: nowrap;
|
|
124
132
|
overflow: hidden;
|
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.1484 3.91992L13.7451 5.11914L16.3584 4.24805L16.8125 5.61328L14.6318 6.33984L16.46 11.3682C14.9474 11.6415 13.6336 12.4861 12.7529 13.6729C11.9303 13.4792 11.1979 13.0524 10.6318 12.4629L12.8574 6.33984L10.1484 5.43652V15.2285H11.9268C11.7654 15.6851 11.6583 16.1669 11.6133 16.667H5.83301V15.2285H8.70996V5.43652L6.00098 6.33984L8.22754 12.4629C7.44212 13.2809 6.33683 13.79 5.11328 13.79C3.8899 13.79 2.7853 13.2807 2 12.4629L4.22559 6.33984L2.0459 5.61328L2.50098 4.24805L5.11328 5.11914L8.70996 3.91992V3H10.1484V3.91992ZM4.09375 10.9131H6.13281L5.11328 8.10938L4.09375 10.9131ZM12.7256 10.9131H14.7646L13.7451 8.10938L12.7256 10.9131Z" fill="currentColor"/>
|
|
3
|
+
<path d="M13.999 17C13.999 15.9391 14.4205 14.9217 15.1706 14.1716C15.9207 13.4214 16.9382 13 17.999 13C19.1173 13.0042 20.1906 13.4405 20.9946 14.2178L21.999 15.2222M21.999 15.2222V13M21.999 15.2222H19.7768M21.999 17C21.999 18.0609 21.5776 19.0783 20.8275 19.8284C20.0773 20.5786 19.0599 21 17.999 21C16.8808 20.9958 15.8075 20.5595 15.0035 19.7822L13.999 18.7778M13.999 18.7778H16.2212M13.999 18.7778V21" stroke="currentColor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M5 13.3333V10.8333C5 10.3731 5.3731 10 5.83333 10H6.66667C7.1269 10 7.5 10.3731 7.5 10.8333V13.3333C7.5 13.7936 7.1269 14.1667 6.66667 14.1667H5.83333C5.3731 14.1667 5 13.7936 5 13.3333Z" fill="currentColor"/>
|
|
3
|
+
<path d="M8.75 13.3333V5.83333C8.75 5.3731 9.1231 5 9.58333 5H10.4167C10.8769 5 11.25 5.3731 11.25 5.83333V13.3333C11.25 13.7936 10.8769 14.1667 10.4167 14.1667H9.58333C9.1231 14.1667 8.75 13.7936 8.75 13.3333Z" fill="currentColor"/>
|
|
4
|
+
<path d="M12.5 13.3333V8.33333C12.5 7.8731 12.8731 7.5 13.3333 7.5H14.1667C14.6269 7.5 15 7.8731 15 8.33333V13.3333C15 13.7936 14.6269 14.1667 14.1667 14.1667H13.3333C12.8731 14.1667 12.5 13.7936 12.5 13.3333Z" fill="currentColor"/>
|
|
5
|
+
<path d="M15.4163 15.4165H4.58301" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.745 9.41566 20.7162 6.93859 18.8888 5.11118C17.0614 3.28378 14.5843 2.25496 12 2.25ZM16.6406 10.2938L11.1469 15.5438C11.0049 15.6774 10.8169 15.7512 10.6219 15.75C10.5266 15.7514 10.4319 15.7338 10.3434 15.6984C10.2549 15.663 10.1743 15.6105 10.1063 15.5438L7.35938 12.9188C7.28319 12.8523 7.22123 12.7711 7.17722 12.6801C7.13321 12.589 7.10806 12.49 7.10328 12.389C7.0985 12.2881 7.11419 12.1871 7.14941 12.0924C7.18463 11.9976 7.23865 11.9109 7.30822 11.8375C7.3778 11.7642 7.46149 11.7056 7.55426 11.6654C7.64703 11.6252 7.74698 11.6042 7.84809 11.6036C7.94919 11.603 8.04938 11.6229 8.14261 11.662C8.23585 11.7011 8.32021 11.7587 8.39063 11.8312L10.6219 13.9594L15.6094 9.20625C15.7552 9.07902 15.9446 9.01309 16.1379 9.02223C16.3312 9.03138 16.5135 9.1149 16.6467 9.25533C16.7798 9.39576 16.8536 9.58222 16.8524 9.77575C16.8513 9.96928 16.7754 10.1549 16.6406 10.2938Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.54 6.75L7.04004 17.25M10.04 7.875C10.04 8.91053 9.20057 9.75 8.16504 9.75C7.12951 9.75 6.29004 8.91053 6.29004 7.875C6.29004 6.83947 7.12951 6 8.16504 6C9.20057 6 10.04 6.83947 10.04 7.875ZM18.29 16.125C18.29 17.1605 17.4506 18 16.415 18C15.3795 18 14.54 17.1605 14.54 16.125C14.54 15.0895 15.3795 14.25 16.415 14.25C17.4506 14.25 18.29 15.0895 18.29 16.125Z" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 6.28923V9.71569C19 9.94288 18.9115 10.1608 18.754 10.3214C18.5964 10.4821 18.3828 10.5723 18.16 10.5723H14.8C14.5772 10.5723 14.3636 10.4821 14.206 10.3214C14.0485 10.1608 13.96 9.94288 13.96 9.71569C13.96 9.4885 14.0485 9.27062 14.206 9.10997C14.3636 8.94933 14.5772 8.85907 14.8 8.85907H16.13L15.584 8.30227C14.5955 7.2892 13.253 6.71768 11.8516 6.71325H11.8215C10.4326 6.71015 9.09827 7.26484 8.1073 8.2573C7.94801 8.41614 7.73337 8.50395 7.5106 8.50141C7.28782 8.49887 7.07516 8.40618 6.9194 8.24374C6.76364 8.0813 6.67753 7.86241 6.68003 7.63523C6.68252 7.40805 6.77341 7.19118 6.9327 7.03234C8.23765 5.72561 9.99472 4.9955 11.8236 5.00002H11.86C13.705 5.00515 15.4725 5.75721 16.774 7.09088L17.32 7.64554V6.28923C17.32 6.06204 17.4085 5.84416 17.566 5.68351C17.7236 5.52286 17.9372 5.43261 18.16 5.43261C18.3828 5.43261 18.5964 5.52286 18.754 5.68351C18.9115 5.84416 19 6.06204 19 6.28923ZM15.8927 15.7427C14.9012 16.7357 13.5661 17.2904 12.1764 17.2867H12.1463C10.7448 17.2823 9.40243 16.7108 8.4139 15.6977L7.87 15.1409H9.2C9.42278 15.1409 9.63644 15.0507 9.79397 14.89C9.9515 14.7294 10.04 14.5115 10.04 14.2843C10.04 14.0571 9.9515 13.8392 9.79397 13.6786C9.63644 13.5179 9.42278 13.4277 9.2 13.4277H5.84C5.61722 13.4277 5.40356 13.5179 5.24603 13.6786C5.0885 13.8392 5 14.0571 5 14.2843V17.7108C5 17.938 5.0885 18.1558 5.24603 18.3165C5.40356 18.4771 5.61722 18.5674 5.84 18.5674C6.06278 18.5674 6.27644 18.4771 6.43397 18.3165C6.5915 18.1558 6.68 17.938 6.68 17.7108V16.3545L7.226 16.9113C8.5278 18.2441 10.2953 18.9954 12.14 19H12.1792C14.0081 19.0045 15.7651 18.2744 17.0701 16.9677C17.149 16.889 17.2119 16.7953 17.2552 16.6918C17.2986 16.5884 17.3215 16.4773 17.3228 16.3648C17.324 16.2523 17.3035 16.1406 17.2624 16.0362C17.2214 15.9318 17.1605 15.8367 17.0834 15.7563C17.0063 15.6758 16.9144 15.6117 16.8129 15.5675C16.7115 15.5233 16.6025 15.4998 16.4922 15.4986C16.3819 15.4973 16.2724 15.5182 16.17 15.5601C16.0677 15.602 15.9744 15.664 15.8955 15.7427H15.8927Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.89168 5.77825C6.54711 4.51318 5.21013 3.73426 3.88429 4.08373L3.4401 4.20081C3.12074 4.28499 2.9335 4.59979 3.02189 4.90394C3.11028 5.20809 3.44082 5.38641 3.76018 5.30223L4.20438 5.18514C4.85307 5.01416 5.54567 5.38792 5.73016 6.06521L8.06655 14.9285C6.88106 15.1999 6.0001 16.2163 6.0001 17.4287C6.0001 18.8488 7.2089 20 8.70005 20C9.95256 20 11.0059 19.1878 11.3109 18.0862L20.5895 15.1414C20.9039 15.0417 21.0738 14.7181 20.9691 14.4187C20.8643 14.1193 20.5245 13.9575 20.2102 14.0572L11.3369 16.8733C11.1132 15.9058 10.3174 15.1426 9.30448 14.922L6.89168 5.77825ZM8.70005 18.2858C9.19708 18.2858 9.60004 17.902 9.60004 17.4287C9.60004 16.9553 9.19708 16.5715 8.70005 16.5715C8.20299 16.5715 7.80007 16.9553 7.80007 17.4287C7.80007 17.902 8.20299 18.2858 8.70005 18.2858Z" fill="currentColor"/>
|
|
3
|
+
<path d="M9.31113 6.10533C8.3591 6.37781 7.81926 7.33372 8.10539 8.2404L9.58413 13.2121C9.87023 14.1188 10.874 14.6329 11.826 14.3605L17.5485 12.7226C18.5005 12.4501 19.0404 11.4942 18.7543 10.5875L17.2755 5.61577C16.9894 4.70909 15.9857 4.19497 15.0336 4.46746L9.31113 6.10533Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.625 11.25C8.625 11.3736 8.58835 11.4945 8.51967 11.5972C8.451 11.7 8.35338 11.7801 8.23918 11.8274C8.12498 11.8747 7.99931 11.8871 7.87807 11.863C7.75683 11.8389 7.64547 11.7794 7.55806 11.6919C7.47065 11.6045 7.41113 11.4932 7.38701 11.3719C7.3629 11.2507 7.37527 11.125 7.42258 11.0108C7.46988 10.8966 7.54999 10.799 7.65277 10.7303C7.75555 10.6617 7.87639 10.625 8 10.625C8.16576 10.625 8.32474 10.6908 8.44195 10.8081C8.55916 10.9253 8.625 11.0842 8.625 11.25ZM8 4.625C6.6875 4.625 5.625 5.57812 5.625 6.75V7C5.625 7.09946 5.66451 7.19484 5.73484 7.26516C5.80516 7.33549 5.90055 7.375 6 7.375C6.09946 7.375 6.19484 7.33549 6.26517 7.26516C6.33549 7.19484 6.375 7.09946 6.375 7V6.75C6.375 5.99188 7.10375 5.375 8 5.375C8.89625 5.375 9.625 5.99188 9.625 6.75C9.625 7.50813 8.89625 8.125 8 8.125C7.90055 8.125 7.80516 8.16451 7.73484 8.23483C7.66451 8.30516 7.625 8.40054 7.625 8.5V9C7.625 9.09946 7.66451 9.19484 7.73484 9.26517C7.80516 9.33549 7.90055 9.375 8 9.375C8.09946 9.375 8.19484 9.33549 8.26517 9.26517C8.33549 9.19484 8.375 9.09946 8.375 9V8.84875C9.50688 8.6875 10.375 7.8075 10.375 6.75C10.375 5.57812 9.3125 4.625 8 4.625ZM14.375 8C14.375 9.26086 14.0011 10.4934 13.3006 11.5418C12.6001 12.5901 11.6045 13.4072 10.4396 13.8897C9.27473 14.3722 7.99293 14.4985 6.7563 14.2525C5.51967 14.0065 4.38376 13.3994 3.4922 12.5078C2.60064 11.6162 1.99348 10.4803 1.7475 9.2437C1.50152 8.00707 1.62776 6.72527 2.11027 5.56039C2.59278 4.39551 3.40988 3.39988 4.45824 2.69938C5.50661 1.99889 6.73915 1.625 8 1.625C9.69015 1.62698 11.3105 2.29927 12.5056 3.49439C13.7007 4.6895 14.373 6.30985 14.375 8ZM13.625 8C13.625 6.88748 13.2951 5.79994 12.677 4.87492C12.0589 3.94989 11.1804 3.22892 10.1526 2.80318C9.12476 2.37743 7.99376 2.26604 6.90262 2.48308C5.81148 2.70012 4.8092 3.23585 4.02253 4.02252C3.23586 4.80919 2.70013 5.81147 2.48309 6.90262C2.26604 7.99376 2.37744 9.12476 2.80318 10.1526C3.22892 11.1804 3.94989 12.0589 4.87492 12.677C5.79995 13.2951 6.88748 13.625 8 13.625C9.49134 13.6233 10.9211 13.0302 11.9757 11.9756C13.0302 10.9211 13.6233 9.49134 13.625 8Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 14L14 10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M15 13L17 11C18.1046 9.89543 18.1046 8.10457 17 7C15.8954 5.89543 14.1046 5.89543 13 7L11 9" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9 11L7 13C5.89543 14.1046 5.89543 15.8954 7 17C8.10457 18.1046 9.89543 18.1046 11 17L13 15" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template><svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M19.8332 18.6667H8.1665" stroke="
|
|
3
|
-
<path d="M19.8332 9.33331H8.1665" stroke="
|
|
4
|
-
<path d="M19.8332 14L8.1665 14" stroke="
|
|
2
|
+
<path d="M19.8332 18.6667H8.1665" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M19.8332 9.33331H8.1665" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M19.8332 14L8.1665 14" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
5
|
</svg>
|
|
6
6
|
</template>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<template><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M5.83325 10H14.1666" stroke="
|
|
2
|
+
<path d="M5.83325 10H14.1666" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
4
4
|
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.8667 7.48333V16.35C10.8667 16.434 10.8333 16.5145 10.7739 16.5739C10.7145 16.6333 10.634 16.6667 10.55 16.6667H8.96667V17.9333H10.212C10.3754 17.9313 10.5335 17.9911 10.6546 18.1008C10.7757 18.2105 10.8509 18.3619 10.8651 18.5247C10.8708 18.6113 10.8587 18.6982 10.8295 18.78C10.8002 18.8617 10.7545 18.9366 10.6951 18.9999C10.6357 19.0632 10.5639 19.1137 10.4842 19.1481C10.4045 19.1825 10.3186 19.2002 10.2318 19.2H6.45471C6.29104 19.2024 6.13254 19.1428 6.01107 19.0331C5.8896 18.9233 5.81419 18.7717 5.8 18.6086C5.79425 18.522 5.80637 18.4351 5.83561 18.3534C5.86485 18.2716 5.91059 18.1967 5.96999 18.1334C6.02938 18.0701 6.10116 18.0196 6.18087 17.9852C6.26058 17.9508 6.34651 17.9331 6.43333 17.9333H7.7V16.6667H3.9C3.39609 16.6667 2.91282 16.4665 2.5565 16.1102C2.20018 15.7539 2 15.2706 2 14.7667V9.06667C2 8.56276 2.20018 8.07948 2.5565 7.72316C2.91282 7.36684 3.39609 7.16667 3.9 7.16667H10.55C10.634 7.16667 10.7145 7.20003 10.7739 7.25942C10.8333 7.3188 10.8667 7.39935 10.8667 7.48333ZM21 5.26667V17.9333C21 18.2693 20.8665 18.5915 20.629 18.829C20.3915 19.0665 20.0693 19.2 19.7333 19.2H13.4C13.0641 19.2 12.7419 19.0665 12.5043 18.829C12.2668 18.5915 12.1333 18.2693 12.1333 17.9333V5.26667C12.1333 4.93073 12.2668 4.60854 12.5043 4.371C12.7419 4.13345 13.0641 4 13.4 4H19.7333C20.0693 4 20.3915 4.13345 20.629 4.371C20.8665 4.60854 21 4.93073 21 5.26667ZM17.5087 15.841C17.5347 15.6442 17.4984 15.4442 17.4048 15.2692C17.3113 15.0941 17.1653 14.9527 16.9874 14.8649C16.8094 14.7771 16.6084 14.7472 16.4125 14.7794C16.2167 14.8117 16.0359 14.9044 15.8955 15.0447C15.7551 15.185 15.6621 15.3657 15.6297 15.5615C15.5972 15.7573 15.6269 15.9584 15.7146 16.1364C15.8023 16.3145 15.9435 16.4606 16.1185 16.5543C16.2935 16.648 16.4934 16.6845 16.6902 16.6587C16.8976 16.6316 17.0903 16.5367 17.2383 16.3889C17.3863 16.241 17.4814 16.0484 17.5087 15.841ZM19.1 9.65804C19.0858 9.49498 19.0104 9.34333 18.8889 9.23362C18.7675 9.1239 18.609 9.06425 18.4453 9.06667H14.688C14.5246 9.06465 14.3665 9.12448 14.2454 9.23416C14.1243 9.34384 14.0491 9.49525 14.0349 9.65804C14.0292 9.74467 14.0413 9.83156 14.0705 9.91331C14.0998 9.99506 14.1455 10.0699 14.2049 10.1333C14.2643 10.1966 14.3361 10.247 14.4158 10.2814C14.4955 10.3159 14.5814 10.3335 14.6683 10.3333H18.4683C18.5549 10.3333 18.6407 10.3155 18.7202 10.281C18.7997 10.2465 18.8713 10.196 18.9306 10.1327C18.9898 10.0694 19.0354 9.99458 19.0645 9.91294C19.0937 9.8313 19.1057 9.74454 19.1 9.65804ZM19.1 7.12471C19.0858 6.96164 19.0104 6.81 18.8889 6.70028C18.7675 6.59057 18.609 6.53092 18.4453 6.53333H14.688C14.5244 6.53092 14.3659 6.59057 14.2444 6.70028C14.1229 6.81 14.0475 6.96164 14.0333 7.12471C14.0276 7.21134 14.0397 7.29823 14.0689 7.37998C14.0982 7.46173 14.1439 7.53659 14.2033 7.59992C14.2627 7.66325 14.3345 7.71369 14.4142 7.74811C14.4939 7.78253 14.5798 7.80019 14.6667 7.8H18.4667C18.5535 7.80019 18.6394 7.78253 18.7191 7.74811C18.7988 7.71369 18.8706 7.66325 18.93 7.59992C18.9894 7.53659 19.0351 7.46173 19.0644 7.37998C19.0936 7.29823 19.1058 7.21134 19.1 7.12471Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.74854 10.9386C3.74854 11.1859 3.90535 11.406 4.14056 11.4884C4.82504 11.7288 5.31664 12.3774 5.31664 13.1389C5.31664 13.9003 4.82504 14.549 4.14056 14.7893C3.90535 14.8718 3.74854 15.0919 3.74854 15.3392V16.6389C3.74854 17.391 4.36323 18 5.12062 18H19.2335C19.9909 18 20.6056 17.391 20.6056 16.6389V15.3392C20.6056 15.0919 20.4488 14.8718 20.2136 14.7893C19.5291 14.549 19.0375 13.9003 19.0375 13.1389C19.0375 12.3774 19.5291 11.7288 20.2136 11.4884C20.4488 11.406 20.6056 11.1859 20.6056 10.9386V8.86111C20.6056 8.109 19.9909 7.5 19.2335 7.5H5.12062C4.36323 7.5 3.74854 8.109 3.74854 8.86111V10.9386ZM15.1314 13.6958C14.6719 13.2408 13.9271 13.2408 13.4676 13.6958C13.009 14.1516 13.009 14.8904 13.4676 15.3454C13.9271 15.8012 14.6719 15.8012 15.1314 15.3454C15.59 14.8904 15.59 14.1516 15.1314 13.6958ZM14.1137 10.0044L9.40938 14.6711C9.17965 14.8982 9.17965 15.2684 9.40938 15.4956C9.63832 15.7234 10.0115 15.7234 10.2405 15.4956L14.9448 10.8289C15.1745 10.6018 15.1745 10.2316 14.9448 10.0044C14.7158 9.77656 14.3426 9.77656 14.1137 10.0044ZM10.8865 10.2743C10.4271 9.81856 9.68223 9.81856 9.22277 10.2743C8.7641 10.7293 8.7641 11.469 9.22277 11.924C9.68223 12.379 10.4271 12.379 10.8865 11.924C11.3452 11.469 11.3452 10.7293 10.8865 10.2743Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.4287 4C17.5836 4 18.6606 4.00047 19.3301 4.66992C19.9995 5.33938 20 6.41639 20 8.57129V15.0283C19.8358 15.0102 19.669 15 19.5 15C17.0147 15 15 17.0147 15 19.5C15 19.669 15.0102 19.8358 15.0283 20H8.57129C6.41639 20 5.33938 19.9995 4.66992 19.3301C4.00047 18.6606 4 17.5836 4 15.4287V8.57129C4 6.41639 4.00047 5.33938 4.66992 4.66992C5.33938 4.00047 6.41639 4 8.57129 4H15.4287ZM14.209 12.1338C14.0306 11.9554 13.7411 11.9557 13.5625 12.1338C13.384 12.3123 13.384 12.6017 13.5625 12.7803L14.6094 13.8281H8.39941C8.14713 13.8282 7.94261 14.0329 7.94238 14.2852C7.94238 14.5376 8.14698 14.7431 8.39941 14.7432H14.6104L13.5625 15.791C13.384 15.9695 13.384 16.259 13.5625 16.4375C13.7411 16.6156 14.0306 16.6159 14.209 16.4375L16.0371 14.6094C16.2152 14.431 16.2151 14.1414 16.0371 13.9629L14.209 12.1338ZM10.5518 7.5625C10.3733 7.38408 10.0838 7.38432 9.90527 7.5625L8.07617 9.3916C7.89785 9.57015 7.89771 9.85962 8.07617 10.0381L9.90527 11.8662C10.0839 12.0441 10.3734 12.0445 10.5518 11.8662C10.7297 11.6879 10.7295 11.3982 10.5518 11.2197L9.50293 10.1719H15.7139C15.9658 10.1715 16.1705 9.96678 16.1709 9.71484C16.1709 9.46257 15.9661 9.25815 15.7139 9.25781H9.50293L10.5518 8.20898C10.7297 8.03065 10.7295 7.74097 10.5518 7.5625Z" fill="currentColor"/>
|
|
3
|
+
<path d="M19.5 16C21.433 16 23 17.567 23 19.5C23 21.433 21.433 23 19.5 23C17.567 23 16 21.433 16 19.5C16 17.567 17.567 16 19.5 16ZM18.125 18.9258C17.7938 18.9319 17.5302 19.2049 17.5361 19.5361C17.5422 19.8673 17.8154 20.1308 18.1465 20.125L20.9248 20.0742C21.256 20.0681 21.5187 19.7951 21.5127 19.4639C21.5066 19.1326 21.2336 18.869 20.9023 18.875L18.125 18.9258Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="5" y="5" width="4.28571" height="4.28571" rx="0.714286" fill="currentColor"/>
|
|
3
|
+
<rect x="10.7143" y="5" width="4.28571" height="4.28571" rx="0.714286" fill="currentColor"/>
|
|
4
|
+
<rect x="5" y="10.7144" width="4.28571" height="4.28571" rx="0.714286" fill="currentColor"/>
|
|
5
|
+
<rect x="10.7143" y="10.7144" width="4.28571" height="4.28571" rx="0.714286" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 9.75V13.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M10.7062 3.74999L2.45625 18C2.32482 18.2276 2.25551 18.4858 2.25528 18.7487C2.25505 19.0115 2.32389 19.2698 2.45492 19.4977C2.58595 19.7256 2.77456 19.915 3.00185 20.0471C3.22914 20.1791 3.48714 20.2491 3.75 20.25H20.25C20.5129 20.2491 20.7709 20.1791 20.9981 20.0471C21.2254 19.915 21.414 19.7256 21.5451 19.4977C21.6761 19.2698 21.7449 19.0115 21.7447 18.7487C21.7445 18.4858 21.6752 18.2276 21.5437 18L13.2937 3.74999C13.1633 3.52206 12.975 3.33263 12.7478 3.20088C12.5206 3.06914 12.2626 2.99976 12 2.99976C11.7374 2.99976 11.4794 3.06914 11.2522 3.20088C11.025 3.33263 10.8367 3.52206 10.7062 3.74999V3.74999Z" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12 17.8125C12.5178 17.8125 12.9375 17.3928 12.9375 16.875C12.9375 16.3572 12.5178 15.9375 12 15.9375C11.4822 15.9375 11.0625 16.3572 11.0625 16.875C11.0625 17.3928 11.4822 17.8125 12 17.8125Z" fill="currentColor"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|