adata-ui 3.1.78 → 3.1.80

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 (266) hide show
  1. package/README.md +84 -84
  2. package/dist/module.json +1 -1
  3. package/dist/runtime/components/Alert.vue +26 -26
  4. package/dist/runtime/components/Alert.vue.d.ts +37 -2
  5. package/dist/runtime/components/Chip.vue +5 -5
  6. package/dist/runtime/components/Chip.vue.d.ts +21 -2
  7. package/dist/runtime/components/ColorMode.vue +12 -12
  8. package/dist/runtime/components/CurveBlock.vue +177 -177
  9. package/dist/runtime/components/DigitBadge.vue +5 -5
  10. package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
  11. package/dist/runtime/components/Drawer.vue +32 -32
  12. package/dist/runtime/components/Drawer.vue.d.ts +47 -2
  13. package/dist/runtime/components/EmptyHeader.vue +6 -6
  14. package/dist/runtime/components/Error.vue +59 -59
  15. package/dist/runtime/components/Footer.vue +69 -69
  16. package/dist/runtime/components/FooterAccordion.vue +45 -45
  17. package/dist/runtime/components/Header.vue +111 -111
  18. package/dist/runtime/components/Header.vue.d.ts +0 -50
  19. package/dist/runtime/components/Modal.vue +78 -78
  20. package/dist/runtime/components/Modal.vue.d.ts +49 -9
  21. package/dist/runtime/components/NewFooter.vue +113 -113
  22. package/dist/runtime/components/NewFooterAccordion.vue +52 -52
  23. package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
  24. package/dist/runtime/components/PkMobileServices.vue +22 -22
  25. package/dist/runtime/components/SidePanel.vue +76 -76
  26. package/dist/runtime/components/SidePanel.vue.d.ts +79 -3
  27. package/dist/runtime/components/Tag.vue +4 -4
  28. package/dist/runtime/components/Tag.vue.d.ts +12 -2
  29. package/dist/runtime/components/Toggle.vue +30 -30
  30. package/dist/runtime/components/accordion/Accordion.vue +41 -41
  31. package/dist/runtime/components/accordion/Accordion.vue.d.ts +44 -4
  32. package/dist/runtime/components/button/Button.vue +22 -22
  33. package/dist/runtime/components/button/Button.vue.d.ts +21 -3
  34. package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
  35. package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
  36. package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
  37. package/dist/runtime/components/error-template/index.vue +32 -32
  38. package/dist/runtime/components/error-template/index.vue.d.ts +5 -3
  39. package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
  40. package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
  41. package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +7 -2
  42. package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
  43. package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
  44. package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
  45. package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
  46. package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +35 -3
  47. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
  48. package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
  49. package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
  50. package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
  51. package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
  52. package/dist/runtime/components/header/AstanaContacts.vue +31 -31
  53. package/dist/runtime/components/header/CardGallery.vue +60 -60
  54. package/dist/runtime/components/header/ContactMenu.vue +39 -39
  55. package/dist/runtime/components/header/ContactMenu.vue.d.ts +2 -8
  56. package/dist/runtime/components/header/HeaderLink.vue +46 -46
  57. package/dist/runtime/components/header/LangSwitcher.vue +26 -26
  58. package/dist/runtime/components/header/ListItem.vue +15 -15
  59. package/dist/runtime/components/header/NavCard.vue +28 -28
  60. package/dist/runtime/components/header/NavList.vue +52 -52
  61. package/dist/runtime/components/header/ProductMenu.vue +67 -67
  62. package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
  63. package/dist/runtime/components/header/ProfileMenu.vue +37 -37
  64. package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
  65. package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
  66. package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
  67. package/dist/runtime/components/header/TopHeader.vue +88 -84
  68. package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
  69. package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +14 -9
  70. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
  71. package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
  72. package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
  73. package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
  74. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
  75. package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
  76. package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
  77. package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
  78. package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
  79. package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
  80. package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
  81. package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
  82. package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
  83. package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
  84. package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
  85. package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
  86. package/dist/runtime/components/modals/id/IdModals.vue +44 -44
  87. package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
  88. package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
  89. package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
  90. package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
  91. package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
  92. package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
  93. package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
  94. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
  95. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
  96. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
  97. package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
  98. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
  99. package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
  100. package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
  101. package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
  102. package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
  103. package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
  104. package/dist/runtime/components/row-card/RowCard.vue +27 -27
  105. package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
  106. package/dist/runtime/components/select-row/index.vue +58 -58
  107. package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
  108. package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
  109. package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
  110. package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
  111. package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
  112. package/dist/runtime/icons/ai-assistant.vue +13 -13
  113. package/dist/runtime/icons/akimat.vue +20 -20
  114. package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
  115. package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
  116. package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
  117. package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
  118. package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
  119. package/dist/runtime/icons/avatar.vue +41 -41
  120. package/dist/runtime/icons/avto/car.vue +17 -17
  121. package/dist/runtime/icons/avto/truck.vue +17 -17
  122. package/dist/runtime/icons/bank.vue +14 -14
  123. package/dist/runtime/icons/block.vue +19 -19
  124. package/dist/runtime/icons/bookmark.vue +19 -19
  125. package/dist/runtime/icons/calculator.vue +19 -19
  126. package/dist/runtime/icons/chartBar.vue +14 -14
  127. package/dist/runtime/icons/check-circle.vue +25 -25
  128. package/dist/runtime/icons/check-sb.vue +7 -7
  129. package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
  130. package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
  131. package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
  132. package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
  133. package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
  134. package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
  135. package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
  136. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
  137. package/dist/runtime/icons/clipboard-text.vue +17 -17
  138. package/dist/runtime/icons/clock.vue +25 -25
  139. package/dist/runtime/icons/color-mode/moon.vue +20 -20
  140. package/dist/runtime/icons/color-mode/sun.vue +27 -27
  141. package/dist/runtime/icons/communication/mail.vue +19 -19
  142. package/dist/runtime/icons/communication/phone.vue +19 -19
  143. package/dist/runtime/icons/company.vue +19 -19
  144. package/dist/runtime/icons/currency/dollar.vue +19 -19
  145. package/dist/runtime/icons/currency/down.vue +22 -22
  146. package/dist/runtime/icons/currency/eur.vue +69 -69
  147. package/dist/runtime/icons/currency/rub.vue +25 -25
  148. package/dist/runtime/icons/currency/tenge.vue +9 -9
  149. package/dist/runtime/icons/currency/usd.vue +269 -269
  150. package/dist/runtime/icons/currency/yuan.vue +37 -37
  151. package/dist/runtime/icons/document/hdocument.vue +17 -17
  152. package/dist/runtime/icons/document/id.vue +19 -19
  153. package/dist/runtime/icons/document/profile.vue +19 -19
  154. package/dist/runtime/icons/eye-closed.vue +26 -26
  155. package/dist/runtime/icons/eye-open.vue +7 -7
  156. package/dist/runtime/icons/eye-opened.vue +23 -23
  157. package/dist/runtime/icons/file/excel-icon.vue +14 -14
  158. package/dist/runtime/icons/file/file.vue +19 -19
  159. package/dist/runtime/icons/file/files.vue +17 -17
  160. package/dist/runtime/icons/globe.vue +19 -19
  161. package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
  162. package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
  163. package/dist/runtime/icons/handshake.vue +19 -19
  164. package/dist/runtime/icons/history.vue +19 -19
  165. package/dist/runtime/icons/hot-line.vue +6 -6
  166. package/dist/runtime/icons/id.vue +9 -9
  167. package/dist/runtime/icons/info/info-circle.vue +29 -29
  168. package/dist/runtime/icons/invoice.vue +35 -35
  169. package/dist/runtime/icons/kaspi-qr.vue +13 -13
  170. package/dist/runtime/icons/link-chain.vue +31 -31
  171. package/dist/runtime/icons/loader-circle.vue +34 -34
  172. package/dist/runtime/icons/lock.vue +19 -19
  173. package/dist/runtime/icons/logo/adata.vue +48 -48
  174. package/dist/runtime/icons/logo/logo.vue +27 -27
  175. package/dist/runtime/icons/map-paper.vue +5 -5
  176. package/dist/runtime/icons/map-pin-rect.vue +15 -15
  177. package/dist/runtime/icons/medal.vue +17 -17
  178. package/dist/runtime/icons/menu/menu-filled.vue +61 -61
  179. package/dist/runtime/icons/menu/menu.vue +41 -41
  180. package/dist/runtime/icons/message.vue +24 -24
  181. package/dist/runtime/icons/modals/door.vue +162 -162
  182. package/dist/runtime/icons/moon.vue +10 -10
  183. package/dist/runtime/icons/navigation/expand-window.vue +19 -19
  184. package/dist/runtime/icons/navigation/location.vue +25 -25
  185. package/dist/runtime/icons/navigation/logout.vue +19 -19
  186. package/dist/runtime/icons/notifications.vue +25 -25
  187. package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
  188. package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
  189. package/dist/runtime/icons/other-service/block.vue +16 -16
  190. package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
  191. package/dist/runtime/icons/other-service/globe.vue +16 -16
  192. package/dist/runtime/icons/other-service/link.vue +7 -7
  193. package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
  194. package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
  195. package/dist/runtime/icons/other-service/users-three.vue +7 -7
  196. package/dist/runtime/icons/payment/payment-card.vue +6 -6
  197. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
  198. package/dist/runtime/icons/plus.vue +24 -24
  199. package/dist/runtime/icons/radio/radio-check.vue +24 -24
  200. package/dist/runtime/icons/radio/radio-empty.vue +20 -20
  201. package/dist/runtime/icons/receipt/hcheck.vue +27 -27
  202. package/dist/runtime/icons/receipt/receipt.vue +27 -27
  203. package/dist/runtime/icons/sanctions.vue +8 -8
  204. package/dist/runtime/icons/scale.vue +19 -19
  205. package/dist/runtime/icons/search.vue +27 -27
  206. package/dist/runtime/icons/socials/facebook.vue +15 -15
  207. package/dist/runtime/icons/socials/google.vue +41 -41
  208. package/dist/runtime/icons/socials/instagram.vue +19 -19
  209. package/dist/runtime/icons/socials/linkedin.vue +24 -24
  210. package/dist/runtime/icons/socials/mailru.vue +34 -34
  211. package/dist/runtime/icons/socials/telegram.vue +15 -15
  212. package/dist/runtime/icons/socials/tik-tok.vue +15 -15
  213. package/dist/runtime/icons/socials/whatsapp.vue +21 -21
  214. package/dist/runtime/icons/socials/yandex.vue +28 -28
  215. package/dist/runtime/icons/socials/youtube.vue +16 -16
  216. package/dist/runtime/icons/sun.vue +14 -14
  217. package/dist/runtime/icons/sviazi.vue +19 -19
  218. package/dist/runtime/icons/tasks.vue +10 -10
  219. package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
  220. package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
  221. package/dist/runtime/icons/users/users-three.vue +17 -17
  222. package/dist/runtime/icons/users/users.vue +31 -31
  223. package/dist/runtime/icons/warning-triangle.vue +29 -29
  224. package/dist/runtime/icons/work-bag.vue +20 -20
  225. package/dist/runtime/icons/x-mark.vue +18 -18
  226. package/dist/runtime/illustrations/address-location.vue +38 -38
  227. package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
  228. package/dist/runtime/illustrations/bill.vue +133 -133
  229. package/dist/runtime/illustrations/buildings.vue +82 -82
  230. package/dist/runtime/illustrations/calendar.vue +156 -156
  231. package/dist/runtime/illustrations/chains.vue +152 -152
  232. package/dist/runtime/illustrations/coin-percent.vue +126 -126
  233. package/dist/runtime/illustrations/coins-stack.vue +202 -202
  234. package/dist/runtime/illustrations/delete-dark.vue +31 -31
  235. package/dist/runtime/illustrations/delete.vue +32 -32
  236. package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
  237. package/dist/runtime/illustrations/document.vue +64 -64
  238. package/dist/runtime/illustrations/door.vue +74 -74
  239. package/dist/runtime/illustrations/empty-box.vue +77 -77
  240. package/dist/runtime/illustrations/empty-wallet.vue +161 -161
  241. package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
  242. package/dist/runtime/illustrations/hammer.vue +156 -156
  243. package/dist/runtime/illustrations/hand-cash.vue +108 -108
  244. package/dist/runtime/illustrations/info.vue +39 -39
  245. package/dist/runtime/illustrations/mail.vue +68 -68
  246. package/dist/runtime/illustrations/ok.vue +62 -62
  247. package/dist/runtime/illustrations/people-group.vue +237 -237
  248. package/dist/runtime/illustrations/person-with-phone.vue +187 -187
  249. package/dist/runtime/illustrations/person.vue +159 -159
  250. package/dist/runtime/illustrations/phone-check.vue +90 -90
  251. package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
  252. package/dist/runtime/illustrations/stop-hand.vue +77 -77
  253. package/dist/runtime/illustrations/stop-sign.vue +34 -34
  254. package/dist/runtime/illustrations/suit.vue +111 -111
  255. package/dist/runtime/illustrations/suitcase.vue +105 -105
  256. package/dist/runtime/illustrations/terminal-dark.vue +48 -48
  257. package/dist/runtime/illustrations/terminal.vue +234 -234
  258. package/dist/runtime/illustrations/trash-can.vue +108 -108
  259. package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
  260. package/dist/runtime/illustrations/two-persons.vue +169 -169
  261. package/dist/runtime/lang/en.js +1 -1
  262. package/dist/runtime/lang/kk.js +1 -1
  263. package/dist/runtime/lang/ru.js +1 -1
  264. package/dist/runtime/public/kaspi/logo.svg +4 -4
  265. package/dist/runtime/server/tsconfig.json +3 -3
  266. package/package.json +73 -73
@@ -56,62 +56,62 @@ const onClear = () => {
56
56
  </script>
57
57
 
58
58
  <template>
59
- <div>
60
- <button
61
- ref="buttonElement"
62
- class="hover:border-blue focus-visible:outline-blue
63
- relative flex w-full items-center justify-between gap-2 rounded-md
64
- border border-solid border-deepblue-50 bg-deepblue-50 min-h-[40px] text-gray-500 body-400 px-4 py-1.5
65
- focus-visible:shadow-[0_0_0_4px#1B64B3] dark:border-gray-900 dark:bg-gray-200/5
66
- dark:hover:border-blue-700"
67
- :class="twMerge(disabledStyles, props.btnClass)"
68
- :disabled="disabled"
69
- @click="isOpen = !isOpen"
70
- >
71
- <div>
72
- <div
73
- v-if="visibleItems && visibleItems.length"
74
- class="flex gap-2"
75
- >
76
- <adt-chip
77
- v-for="item in visibleItems"
78
- :key="item.id"
79
- size="md"
80
- class="text-deepblue-900 dark:text-gray-200 border-gray-500"
81
- :style="{ 'max-width': maxWidthOfChip + 'px' }"
82
- >
83
- <span class="truncate">{{ item.name }}</span>
84
- <button
85
- v-if="deletable"
86
- class="rounded-full bg-deepblue-100 dark:bg-gray-200/10"
87
- @click.stop="deleteItem(item)"
88
- >
89
- <a-icon-x-mark class="size-3 dark:text-gray-300" />
90
- </button>
91
- </adt-chip>
92
- <adt-chip
93
- v-if="countOfUnvisibleItems"
94
- class="text-blue-700 dark:text-blue-500 border-blue-700 dark:border-blue-500 whitespace-nowrap"
95
- size="md"
96
- >
97
- + {{ countOfUnvisibleItems }}
98
- </adt-chip>
99
- </div>
100
- <div v-else>
101
- {{ label }}
102
- </div>
103
- </div>
104
- <!-- <button -->
105
- <!-- v-if="visibleItems && countOfVisibleItems && clearable" -->
106
- <!-- class="absolute right-10 top-1/2 -translate-y-1/2 rounded-full bg-deepblue-100 dark:bg-gray-200/10" -->
107
- <!-- @click.stop="onClear" -->
108
- <!-- > -->
109
- <!-- <a-icon-chevron-down class="!m-0 text-base dark:text-gray-300"/> -->
110
- <!-- </button> -->
111
- <a-icon-chevron-down
112
- class="!m-0 min-w-4 transition-all text-deepblue-900 dark:text-gray-500"
113
- :class="{ '-rotate-90': !isOpen }"
114
- />
115
- </button>
116
- </div>
59
+ <div>
60
+ <button
61
+ ref="buttonElement"
62
+ class="hover:border-blue focus-visible:outline-blue
63
+ relative flex w-full items-center justify-between gap-2 rounded-md
64
+ border border-solid border-deepblue-50 bg-deepblue-50 min-h-[40px] text-gray-500 body-400 px-4 py-1.5
65
+ focus-visible:shadow-[0_0_0_4px#1B64B3] dark:border-gray-900 dark:bg-gray-200/5
66
+ dark:hover:border-blue-700"
67
+ :class="twMerge(disabledStyles, props.btnClass)"
68
+ :disabled="disabled"
69
+ @click="isOpen = !isOpen"
70
+ >
71
+ <div>
72
+ <div
73
+ v-if="visibleItems && visibleItems.length"
74
+ class="flex gap-2"
75
+ >
76
+ <adt-chip
77
+ v-for="item in visibleItems"
78
+ :key="item.id"
79
+ size="md"
80
+ class="text-deepblue-900 dark:text-gray-200 border-gray-500"
81
+ :style="{ 'max-width': maxWidthOfChip + 'px' }"
82
+ >
83
+ <span class="truncate">{{ item.name }}</span>
84
+ <button
85
+ v-if="deletable"
86
+ class="rounded-full bg-deepblue-100 dark:bg-gray-200/10"
87
+ @click.stop="deleteItem(item)"
88
+ >
89
+ <a-icon-x-mark class="size-3 dark:text-gray-300" />
90
+ </button>
91
+ </adt-chip>
92
+ <adt-chip
93
+ v-if="countOfUnvisibleItems"
94
+ class="text-blue-700 dark:text-blue-500 border-blue-700 dark:border-blue-500 whitespace-nowrap"
95
+ size="md"
96
+ >
97
+ + {{ countOfUnvisibleItems }}
98
+ </adt-chip>
99
+ </div>
100
+ <div v-else>
101
+ {{ label }}
102
+ </div>
103
+ </div>
104
+ <!-- <button -->
105
+ <!-- v-if="visibleItems && countOfVisibleItems && clearable" -->
106
+ <!-- class="absolute right-10 top-1/2 -translate-y-1/2 rounded-full bg-deepblue-100 dark:bg-gray-200/10" -->
107
+ <!-- @click.stop="onClear" -->
108
+ <!-- > -->
109
+ <!-- <a-icon-chevron-down class="!m-0 text-base dark:text-gray-300"/> -->
110
+ <!-- </button> -->
111
+ <a-icon-chevron-down
112
+ class="!m-0 min-w-4 transition-all text-deepblue-900 dark:text-gray-500"
113
+ :class="{ '-rotate-90': !isOpen }"
114
+ />
115
+ </button>
116
+ </div>
117
117
  </template>
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
22
22
  onDelete?: ((item: Item) => any) | undefined;
23
23
  "onUpdate:isOpen"?: ((value: boolean | undefined) => any) | undefined;
24
24
  }>, {
25
- label: string;
26
25
  disabled: boolean;
26
+ label: string;
27
27
  clearable: boolean;
28
28
  deletable: boolean;
29
29
  btnClass: string;
@@ -46,13 +46,13 @@ function onLeave(_el, done) {
46
46
  </script>
47
47
 
48
48
  <template>
49
- <Transition
50
- v-bind="mergedUi.transition"
51
- @enter="onEnter"
52
- @after-enter="onAfterEnter"
53
- @before-leave="onBeforeLeave"
54
- @leave="onLeave"
55
- >
56
- <slot />
57
- </Transition>
49
+ <Transition
50
+ v-bind="mergedUi.transition"
51
+ @enter="onEnter"
52
+ @after-enter="onAfterEnter"
53
+ @before-leave="onBeforeLeave"
54
+ @leave="onLeave"
55
+ >
56
+ <slot />
57
+ </Transition>
58
58
  </template>
@@ -4,10 +4,28 @@ type __VLS_Props = {
4
4
  leaveActiveClass?: string;
5
5
  };
6
6
  };
7
+ declare const mergedUi: import("vue").ComputedRef<{
8
+ transition: {
9
+ enterActiveClass: string;
10
+ leaveActiveClass: string;
11
+ };
12
+ }>;
13
+ declare function onEnter(_el: Element, done: () => void): void;
14
+ declare function onBeforeLeave(_el: Element): void;
15
+ declare function onAfterEnter(_el: Element): void;
16
+ declare function onLeave(_el: Element, done: () => void): void;
17
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
7
18
  declare var __VLS_12: {};
8
- type __VLS_Slots = {} & {
19
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
9
20
  default?: (props: typeof __VLS_12) => any;
10
- };
21
+ }>;
22
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
23
+ mergedUi: typeof mergedUi;
24
+ onEnter: typeof onEnter;
25
+ onBeforeLeave: typeof onBeforeLeave;
26
+ onAfterEnter: typeof onAfterEnter;
27
+ onLeave: typeof onLeave;
28
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
29
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
30
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
31
  export default _default;
@@ -113,20 +113,20 @@ defineExpose({
113
113
  </script>
114
114
 
115
115
  <template>
116
- <div>
117
- <ul>
118
- <template
119
- v-for="node in nestedTree"
120
- :key="node.id"
121
- >
122
- <TreeSelectNodes
123
- v-if="!node?.hidden"
124
- :node="node"
125
- :toggle-expand="toggleExpand"
126
- :toggle-checkbox="toggleCheckbox"
127
- :type="type"
128
- />
129
- </template>
130
- </ul>
131
- </div>
116
+ <div>
117
+ <ul>
118
+ <template
119
+ v-for="node in nestedTree"
120
+ :key="node.id"
121
+ >
122
+ <TreeSelectNodes
123
+ v-if="!node?.hidden"
124
+ :node="node"
125
+ :toggle-expand="toggleExpand"
126
+ :toggle-checkbox="toggleCheckbox"
127
+ :type="type"
128
+ />
129
+ </template>
130
+ </ul>
131
+ </div>
132
132
  </template>
@@ -1,81 +1,81 @@
1
1
  <template>
2
- <li
3
- :style="{ 'padding-left': `${node.level * 20}px` }"
2
+ <li
3
+ :style="{ 'padding-left': `${node.level * 20}px` }"
4
4
  :class="[
5
5
  { 'bg-[#2C3E500D] dark:bg-[#E3E5E80D]': node.state === 'checked' && type === 'select' }
6
- ]"
7
- >
8
- <div
9
- v-if="!node?.hidden"
10
- class="flex items-center gap-1 p-2"
11
- >
12
- <div class="min-w-4">
13
- <i-chevron-down
14
- v-if="node.expandable"
15
- width="16"
16
- height="16"
17
- :class="['cursor-pointer transition-all', { '-rotate-90': node.expandableClosed }]"
18
- @click="toggleExpand(node)"
19
- />
20
- </div>
21
- <div
22
- v-if="type === 'select'"
23
- class="w-full"
24
- >
25
- <input
26
- :id="node.id.toString()"
27
- type="checkbox"
28
- class="hidden"
29
- :checked="node.state === 'checked'"
30
- @change="handleCheckboxChange"
31
- >
32
- <label
33
- :for="node.id.toString()"
34
- class="flex grow cursor-pointer items-center justify-between gap-4"
35
- >
36
- <span
37
- :class="{ 'font-semibold': node.level === 0 }"
38
- v-html="node.text"
39
- />
40
- <checkbox-active
41
- v-if="node.state === 'checked'"
42
- class="min-w-4 text-blue-700"
43
- />
44
- </label>
45
- </div>
46
- <adt-checkbox
47
- v-if="type === 'checkbox'"
48
- size="lg"
49
- :model-value="node.state === 'checked'"
50
- :name="`${node.id}`"
51
- :intermediate="node.state === 'indeterminate'"
52
- side="right"
53
- always-intermediate
54
- @change="handleCheckboxChange"
55
- >
56
- <span
57
- class="heading-05"
58
- v-html="node.text"
59
- />
60
- </adt-checkbox>
61
- </div>
62
-
63
- <!-- <a-transition-height> -->
64
- <ul v-if="node.expandable && !node.expandableClosed">
65
- <template
66
- v-for="childNode in node.child"
67
- :key="childNode.id"
68
- >
69
- <tree-select-nodes
70
- :node="childNode"
71
- :toggle-expand="toggleExpand"
72
- :toggle-checkbox="toggleCheckbox"
73
- :type="type"
74
- />
75
- </template>
76
- </ul>
77
- <!-- </a-transition-height> -->
78
- </li>
6
+ ]"
7
+ >
8
+ <div
9
+ v-if="!node?.hidden"
10
+ class="flex items-center gap-1 p-2"
11
+ >
12
+ <div class="min-w-4">
13
+ <i-chevron-down
14
+ v-if="node.expandable"
15
+ width="16"
16
+ height="16"
17
+ :class="['cursor-pointer transition-all', { '-rotate-90': node.expandableClosed }]"
18
+ @click="toggleExpand(node)"
19
+ />
20
+ </div>
21
+ <div
22
+ v-if="type === 'select'"
23
+ class="w-full"
24
+ >
25
+ <input
26
+ :id="node.id.toString()"
27
+ type="checkbox"
28
+ class="hidden"
29
+ :checked="node.state === 'checked'"
30
+ @change="handleCheckboxChange"
31
+ >
32
+ <label
33
+ :for="node.id.toString()"
34
+ class="flex grow cursor-pointer items-center justify-between gap-4"
35
+ >
36
+ <span
37
+ :class="{ 'font-semibold': node.level === 0 }"
38
+ v-html="node.text"
39
+ />
40
+ <checkbox-active
41
+ v-if="node.state === 'checked'"
42
+ class="min-w-4 text-blue-700"
43
+ />
44
+ </label>
45
+ </div>
46
+ <adt-checkbox
47
+ v-if="type === 'checkbox'"
48
+ size="lg"
49
+ :model-value="node.state === 'checked'"
50
+ :name="`${node.id}`"
51
+ :intermediate="node.state === 'indeterminate'"
52
+ side="right"
53
+ always-intermediate
54
+ @change="handleCheckboxChange"
55
+ >
56
+ <span
57
+ class="heading-05"
58
+ v-html="node.text"
59
+ />
60
+ </adt-checkbox>
61
+ </div>
62
+
63
+ <!-- <a-transition-height> -->
64
+ <ul v-if="node.expandable && !node.expandableClosed">
65
+ <template
66
+ v-for="childNode in node.child"
67
+ :key="childNode.id"
68
+ >
69
+ <tree-select-nodes
70
+ :node="childNode"
71
+ :toggle-expand="toggleExpand"
72
+ :toggle-checkbox="toggleCheckbox"
73
+ :type="type"
74
+ />
75
+ </template>
76
+ </ul>
77
+ <!-- </a-transition-height> -->
78
+ </li>
79
79
  </template>
80
80
 
81
81
  <script setup>
@@ -1,13 +1,13 @@
1
- <template>
2
- <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M14.4911 9.66964V1.09821C14.4911 0.80235 14.2512 0.5625 13.9554 0.5625H1.09821C0.814054 0.5625 0.5625 0.81405 0.5625 1.09821V9.66964C0.5625 9.95379 0.814054 10.2054 1.09821 10.2054H13.9554C14.2395 10.2054 14.4911 9.95379 14.4911 9.66964Z" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M6.45619 10.2056L5.38477 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M8.59863 10.2056L9.67006 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M4.3125 12.8841H10.7411" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M4.90918 6.53174C5.41954 7.05081 6.32095 7.52663 7.52687 7.52663C8.7328 7.52663 9.6342 7.05081 10.1446 6.53174" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M5.65188 3.77691C5.50382 3.77691 5.38379 3.65688 5.38379 3.50882C5.38379 3.36075 5.50382 3.24072 5.65188 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M5.65137 3.77688C5.79943 3.77688 5.91946 3.65685 5.91946 3.50879C5.91946 3.36072 5.79943 3.24069 5.65137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M9.40165 3.77644C9.25371 3.77644 9.13379 3.65651 9.13379 3.50858C9.13379 3.36065 9.25371 3.24072 9.40165 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
11
- <path d="M9.40137 3.77641C9.54931 3.77641 9.66922 3.65648 9.66922 3.50855C9.66922 3.36062 9.54931 3.24069 9.40137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
12
- </svg>
13
- </template>
1
+ <template>
2
+ <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M14.4911 9.66964V1.09821C14.4911 0.80235 14.2512 0.5625 13.9554 0.5625H1.09821C0.814054 0.5625 0.5625 0.81405 0.5625 1.09821V9.66964C0.5625 9.95379 0.814054 10.2054 1.09821 10.2054H13.9554C14.2395 10.2054 14.4911 9.95379 14.4911 9.66964Z" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M6.45619 10.2056L5.38477 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8.59863 10.2056L9.67006 12.8842" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M4.3125 12.8841H10.7411" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M4.90918 6.53174C5.41954 7.05081 6.32095 7.52663 7.52687 7.52663C8.7328 7.52663 9.6342 7.05081 10.1446 6.53174" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M5.65188 3.77691C5.50382 3.77691 5.38379 3.65688 5.38379 3.50882C5.38379 3.36075 5.50382 3.24072 5.65188 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M5.65137 3.77688C5.79943 3.77688 5.91946 3.65685 5.91946 3.50879C5.91946 3.36072 5.79943 3.24069 5.65137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M9.40165 3.77644C9.25371 3.77644 9.13379 3.65651 9.13379 3.50858C9.13379 3.36065 9.25371 3.24072 9.40165 3.24072" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M9.40137 3.77641C9.54931 3.77641 9.66922 3.65648 9.66922 3.50855C9.66922 3.36062 9.54931 3.24069 9.40137 3.24069" stroke="currentColor" stroke-width="1.125" stroke-linecap="round" stroke-linejoin="round"/>
12
+ </svg>
13
+ </template>
@@ -1,20 +1,20 @@
1
-
2
- <template>
3
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
- <g clip-path="url(#clip0_287_13679)">
5
- <path d="M19.6002 10.0712H4.40303C3.68304 10.0712 3.37447 9.28688 3.94018 8.91402L11.5387 3.9383C11.679 3.85577 11.8388 3.81226 12.0016 3.81226C12.1644 3.81226 12.3242 3.85577 12.4645 3.9383L20.063 8.91402C20.6288 9.28688 20.3202 10.0712 19.6002 10.0712Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M19.7139 17.1428H4.28537C3.93033 17.1428 3.64252 17.4306 3.64252 17.7856V19.7142C3.64252 20.0692 3.93033 20.357 4.28537 20.357H19.7139C20.0689 20.357 20.3568 20.0692 20.3568 19.7142V17.7856C20.3568 17.4306 20.0689 17.1428 19.7139 17.1428Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M5.57111 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M9.8551 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
9
- <path d="M14.1442 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
10
- <path d="M18.4282 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
11
- </g>
12
- <defs>
13
- <clipPath id="clip0_287_13679">
14
- <rect width="18" height="18" fill="white" transform="translate(3.00134 3)"/>
15
- </clipPath>
16
- </defs>
17
- </svg>
18
- </template>
19
- <script setup lang="ts">
20
- </script>
1
+
2
+ <template>
3
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
4
+ <g clip-path="url(#clip0_287_13679)">
5
+ <path d="M19.6002 10.0712H4.40303C3.68304 10.0712 3.37447 9.28688 3.94018 8.91402L11.5387 3.9383C11.679 3.85577 11.8388 3.81226 12.0016 3.81226C12.1644 3.81226 12.3242 3.85577 12.4645 3.9383L20.063 8.91402C20.6288 9.28688 20.3202 10.0712 19.6002 10.0712Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M19.7139 17.1428H4.28537C3.93033 17.1428 3.64252 17.4306 3.64252 17.7856V19.7142C3.64252 20.0692 3.93033 20.357 4.28537 20.357H19.7139C20.0689 20.357 20.3568 20.0692 20.3568 19.7142V17.7856C20.3568 17.4306 20.0689 17.1428 19.7139 17.1428Z" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M5.57111 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M9.8551 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path d="M14.1442 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M18.4282 10.0713V17.1427" stroke="currentColor" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"/>
11
+ </g>
12
+ <defs>
13
+ <clipPath id="clip0_287_13679">
14
+ <rect width="18" height="18" fill="white" transform="translate(3.00134 3)"/>
15
+ </clipPath>
16
+ </defs>
17
+ </svg>
18
+ </template>
19
+ <script setup lang="ts">
20
+ </script>
@@ -1,18 +1,18 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M2.33398 7.9987C2.33398 4.86909 4.87104 2.33203 8.00065 2.33203C11.1302 2.33203 13.6673 4.86909 13.6673 7.9987C13.6673 11.1283 11.1302 13.6654 8.00065 13.6654C4.87104 13.6654 2.33398 11.1283 2.33398 7.9987ZM8.00065 1.33203C4.31875 1.33203 1.33398 4.3168 1.33398 7.9987C1.33398 11.6806 4.31875 14.6654 8.00065 14.6654C11.6825 14.6654 14.6673 11.6806 14.6673 7.9987C14.6673 4.3168 11.6825 1.33203 8.00065 1.33203ZM5.88757 7.64515C5.69231 7.44988 5.37572 7.44988 5.18046 7.64515C4.9852 7.84041 4.9852 8.15699 5.18046 8.35225L7.64713 10.8189C7.84239 11.0142 8.15897 11.0142 8.35423 10.8189L10.8209 8.35225C11.0161 8.15699 11.0161 7.84041 10.8209 7.64515C10.6256 7.44988 10.309 7.44988 10.1138 7.64515L8.50065 9.25829V5.53206C8.50065 5.25592 8.27679 5.03206 8.00065 5.03206C7.72451 5.03206 7.50065 5.25592 7.50065 5.53206V9.25823L5.88757 7.64515Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
- <script setup lang="ts">
18
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.33398 7.9987C2.33398 4.86909 4.87104 2.33203 8.00065 2.33203C11.1302 2.33203 13.6673 4.86909 13.6673 7.9987C13.6673 11.1283 11.1302 13.6654 8.00065 13.6654C4.87104 13.6654 2.33398 11.1283 2.33398 7.9987ZM8.00065 1.33203C4.31875 1.33203 1.33398 4.3168 1.33398 7.9987C1.33398 11.6806 4.31875 14.6654 8.00065 14.6654C11.6825 14.6654 14.6673 11.6806 14.6673 7.9987C14.6673 4.3168 11.6825 1.33203 8.00065 1.33203ZM5.88757 7.64515C5.69231 7.44988 5.37572 7.44988 5.18046 7.64515C4.9852 7.84041 4.9852 8.15699 5.18046 8.35225L7.64713 10.8189C7.84239 11.0142 8.15897 11.0142 8.35423 10.8189L10.8209 8.35225C11.0161 8.15699 11.0161 7.84041 10.8209 7.64515C10.6256 7.44988 10.309 7.44988 10.1138 7.64515L8.50065 9.25829V5.53206C8.50065 5.25592 8.27679 5.03206 8.00065 5.03206C7.72451 5.03206 7.50065 5.25592 7.50065 5.53206V9.25823L5.88757 7.64515Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+ <script setup lang="ts">
18
+ </script>
@@ -1,24 +1,24 @@
1
- <script setup lang="ts">
2
-
3
- </script>
4
-
5
- <template>
6
- <svg
7
- width="16"
8
- height="16"
9
- viewBox="0 0 16 16"
10
- fill="none"
11
- xmlns="http://www.w3.org/2000/svg"
12
- >
13
- <path
14
- fill-rule="evenodd"
15
- clip-rule="evenodd"
16
- d="M15 8.4969C15 8.78505 14.765 9.01864 14.475 9.01864C14.1851 9.01864 13.95 8.78505 13.95 8.4969V5.78476L9.2187 10.5049L9.21495 10.5085C9.02386 10.6954 8.76651 10.8004 8.49808 10.8004C8.22964 10.8004 7.97228 10.6954 7.78118 10.5086L5.50962 8.24238L1.89695 11.8465C1.69232 12.0506 1.35991 12.0513 1.15449 11.8479C0.949065 11.6445 0.948424 11.3142 1.15305 11.11L4.789 7.4827L4.79274 7.47904C4.98384 7.29217 5.24118 7.18715 5.50962 7.18715C5.77805 7.18715 6.03541 7.29215 6.22651 7.47902L8.49808 9.74519L13.211 5.04348H10.4904C10.2004 5.04348 9.96539 4.80989 9.96539 4.52174C9.96539 4.23359 10.2004 4 10.4904 4H14.475C14.765 4 15 4.23359 15 4.52174V8.4969Z"
17
- fill="currentColor"
18
- />
19
- </svg>
20
- </template>
21
-
22
- <style scoped>
23
-
24
- </style>
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg
7
+ width="16"
8
+ height="16"
9
+ viewBox="0 0 16 16"
10
+ fill="none"
11
+ xmlns="http://www.w3.org/2000/svg"
12
+ >
13
+ <path
14
+ fill-rule="evenodd"
15
+ clip-rule="evenodd"
16
+ d="M15 8.4969C15 8.78505 14.765 9.01864 14.475 9.01864C14.1851 9.01864 13.95 8.78505 13.95 8.4969V5.78476L9.2187 10.5049L9.21495 10.5085C9.02386 10.6954 8.76651 10.8004 8.49808 10.8004C8.22964 10.8004 7.97228 10.6954 7.78118 10.5086L5.50962 8.24238L1.89695 11.8465C1.69232 12.0506 1.35991 12.0513 1.15449 11.8479C0.949065 11.6445 0.948424 11.3142 1.15305 11.11L4.789 7.4827L4.79274 7.47904C4.98384 7.29217 5.24118 7.18715 5.50962 7.18715C5.77805 7.18715 6.03541 7.29215 6.22651 7.47902L8.49808 9.74519L13.211 5.04348H10.4904C10.2004 5.04348 9.96539 4.80989 9.96539 4.52174C9.96539 4.23359 10.2004 4 10.4904 4H14.475C14.765 4 15 4.23359 15 4.52174V8.4969Z"
17
+ fill="currentColor"
18
+ />
19
+ </svg>
20
+ </template>
21
+
22
+ <style scoped>
23
+
24
+ </style>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="24"
4
- height="24"
5
- viewBox="0 0 24 24"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M5.25 4.5C4.83579 4.5 4.5 4.83579 4.5 5.25C4.5 5.66421 4.83579 6 5.25 6L16.9393 6L4.71967 18.2197C4.42678 18.5126 4.42678 18.9874 4.71967 19.2803C5.01256 19.5732 5.48744 19.5732 5.78033 19.2803L18 7.06066V18.75C18 19.1642 18.3358 19.5 18.75 19.5C19.1642 19.5 19.5 19.1642 19.5 18.75V5.25C19.5 5.04538 19.4181 4.85991 19.2852 4.72459C19.282 4.72129 19.2787 4.71803 19.2754 4.7148C19.2047 4.64531 19.1235 4.59268 19.0371 4.55691C18.9487 4.52024 18.8517 4.5 18.75 4.5H5.25Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="24"
4
+ height="24"
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M5.25 4.5C4.83579 4.5 4.5 4.83579 4.5 5.25C4.5 5.66421 4.83579 6 5.25 6L16.9393 6L4.71967 18.2197C4.42678 18.5126 4.42678 18.9874 4.71967 19.2803C5.01256 19.5732 5.48744 19.5732 5.78033 19.2803L18 7.06066V18.75C18 19.1642 18.3358 19.5 18.75 19.5C19.1642 19.5 19.5 19.1642 19.5 18.75V5.25C19.5 5.04538 19.4181 4.85991 19.2852 4.72459C19.282 4.72129 19.2787 4.71803 19.2754 4.7148C19.2047 4.64531 19.1235 4.59268 19.0371 4.55691C18.9487 4.52024 18.8517 4.5 18.75 4.5H5.25Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg
3
- width="16"
4
- height="16"
5
- viewBox="0 0 16 16"
6
- fill="none"
7
- xmlns="http://www.w3.org/2000/svg"
8
- >
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z"
13
- fill="currentColor"
14
- />
15
- </svg>
16
- </template>
17
-
18
- <script setup lang="ts">
19
- </script>
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M2.52111 2.05C2.39615 2.05 2.27631 2.09964 2.18796 2.188C2.0996 2.27636 2.04996 2.3962 2.04996 2.52116V13.4789C2.04996 13.6038 2.0996 13.7237 2.18796 13.812C2.27632 13.9004 2.39615 13.95 2.52111 13.95H13.4788C13.6038 13.95 13.7236 13.9004 13.812 13.812C13.9003 13.7237 13.95 13.6038 13.95 13.4789V8.99617C13.95 8.70622 14.185 8.47117 14.475 8.47117C14.7649 8.47117 15 8.70622 15 8.99617V13.4789C15 13.8823 14.8397 14.2692 14.5544 14.5545C14.2692 14.8398 13.8823 15 13.4788 15H2.52111C2.11768 15 1.73076 14.8398 1.44549 14.5545C1.16022 14.2692 0.999954 13.8823 0.999954 13.4789V2.52116C0.999954 2.11772 1.16022 1.73081 1.44549 1.44554C1.73076 1.16026 2.11768 1 2.52111 1H7.00381C7.29377 1 7.52882 1.23505 7.52882 1.525C7.52882 1.81495 7.29377 2.05 7.00381 2.05H2.52111ZM10.4635 1.525C10.4635 1.23505 10.6985 1 10.9885 1H14.475C14.6141 1 14.7406 1.0541 14.8345 1.14241C14.8426 1.14999 14.8504 1.15781 14.858 1.16588C14.9013 1.21199 14.9347 1.26402 14.9582 1.31925C14.9851 1.38244 15 1.45198 15 1.525V5.01155C15 5.3015 14.765 5.53655 14.475 5.53655C14.1851 5.53655 13.95 5.3015 13.95 5.01155V2.79246L8.37122 8.37125C8.16619 8.57627 7.83378 8.57627 7.62875 8.37125C7.42373 8.16622 7.42373 7.83381 7.62875 7.62878L13.2075 2.05H10.9885C10.6985 2.05 10.4635 1.81495 10.4635 1.525Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
17
+
18
+ <script setup lang="ts">
19
+ </script>