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
@@ -1,9 +1,20 @@
1
+ import { AccordionContent, AccordionHeader, AccordionItem, AccordionRoot, AccordionTrigger } from 'reka-ui';
2
+ import ui from './ui.config.js';
1
3
  import type { Props } from './types.js';
4
+ declare const attrs: {
5
+ [x: string]: unknown;
6
+ };
7
+ declare const buttonClass: import("vue").ComputedRef<string>;
8
+ declare const contClass: import("vue").ComputedRef<string>;
9
+ declare const bodyClassCompute: import("vue").ComputedRef<string>;
10
+ declare const accordion: import("vue").Ref<any, any>;
11
+ declare const isOpen: import("vue").Ref<any, any>;
2
12
  declare function emulateButtonClick(): void;
3
- declare var __VLS_20: {}, __VLS_22: {}, __VLS_28: {}, __VLS_35: string, __VLS_36: {
13
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
14
+ declare var __VLS_20: {}, __VLS_22: {}, __VLS_28: {}, __VLS_35: any, __VLS_36: {
4
15
  content: any;
5
16
  };
6
- type __VLS_Slots = {} & {
17
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
7
18
  [K in NonNullable<typeof __VLS_35>]?: (props: typeof __VLS_36) => any;
8
19
  } & {
9
20
  head?: (props: typeof __VLS_20) => any;
@@ -11,7 +22,36 @@ type __VLS_Slots = {} & {
11
22
  additional?: (props: typeof __VLS_22) => any;
12
23
  } & {
13
24
  closedToShow?: (props: typeof __VLS_28) => any;
14
- };
25
+ }>;
26
+ declare const __VLS_self: import("vue").DefineComponent<Props, {
27
+ AccordionContent: typeof AccordionContent;
28
+ AccordionHeader: typeof AccordionHeader;
29
+ AccordionItem: typeof AccordionItem;
30
+ AccordionRoot: typeof AccordionRoot;
31
+ AccordionTrigger: typeof AccordionTrigger;
32
+ ui: typeof ui;
33
+ attrs: typeof attrs;
34
+ buttonClass: typeof buttonClass;
35
+ contClass: typeof contClass;
36
+ bodyClassCompute: typeof bodyClassCompute;
37
+ accordion: typeof accordion;
38
+ isOpen: typeof isOpen;
39
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
40
+ close: () => any;
41
+ toggle: (isOpen: boolean) => any;
42
+ open: () => any;
43
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
44
+ onClose?: (() => any) | undefined;
45
+ onToggle?: ((isOpen: boolean) => any) | undefined;
46
+ onOpen?: (() => any) | undefined;
47
+ }>, {
48
+ size: import("./types.js").Size;
49
+ color: import("./types.js").Color;
50
+ disabled: boolean;
51
+ defaultOpen: boolean;
52
+ slot: string;
53
+ divider: boolean;
54
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
55
  declare const __VLS_component: import("vue").DefineComponent<Props, {
16
56
  ontoggle: typeof emulateButtonClick;
17
57
  handelOpen: () => void;
@@ -27,9 +67,9 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
27
67
  }>, {
28
68
  size: import("./types.js").Size;
29
69
  color: import("./types.js").Color;
30
- slot: string;
31
70
  disabled: boolean;
32
71
  defaultOpen: boolean;
72
+ slot: string;
33
73
  divider: boolean;
34
74
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
75
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
@@ -105,29 +105,29 @@ const buttonClasses = computed(
105
105
  </script>
106
106
 
107
107
  <template>
108
- <component
109
- :is="to ? NuxtLink : 'button'"
110
- :class="[buttonClasses, 'relative h-fit transition flex items-center justify-center']"
111
- :disabled="disabled"
112
- :to="to"
113
- >
114
- <span
108
+ <component
109
+ :is="to ? NuxtLink : 'button'"
110
+ :class="[buttonClasses, 'relative h-fit transition flex items-center justify-center']"
111
+ :disabled="disabled"
112
+ :to="to"
113
+ >
114
+ <span
115
115
  :class="[
116
116
  { 'opacity-0': loading },
117
117
  'flex items-center justify-center gap-2 whitespace-nowrap'
118
- ]"
119
- >
120
- <component
121
- :is="icon"
122
- :class="[`${iconClass}`]"
123
- />
124
- <slot />
125
- </span>
126
- <span
127
- v-if="loading"
128
- class="absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 items-center justify-center"
129
- >
130
- <i-loader-circle class="animate-spin" />
131
- </span>
132
- </component>
118
+ ]"
119
+ >
120
+ <component
121
+ :is="icon"
122
+ :class="[`${iconClass}`]"
123
+ />
124
+ <slot />
125
+ </span>
126
+ <span
127
+ v-if="loading"
128
+ class="absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 items-center justify-center"
129
+ >
130
+ <i-loader-circle class="animate-spin" />
131
+ </span>
132
+ </component>
133
133
  </template>
@@ -1,4 +1,5 @@
1
1
  import type { Component } from 'vue';
2
+ import { NuxtLink } from '#components';
2
3
  interface Props {
3
4
  variant?: 'primary' | 'success' | 'danger' | 'gray' | 'ghost';
4
5
  view?: 'default' | 'outline' | 'transparent';
@@ -12,17 +13,34 @@ interface Props {
12
13
  active?: boolean;
13
14
  to?: string;
14
15
  }
16
+ declare const buttonClasses: import("vue").ComputedRef<string>;
17
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
15
18
  declare var __VLS_10: {};
16
- type __VLS_Slots = {} & {
19
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
17
20
  default?: (props: typeof __VLS_10) => any;
18
- };
19
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
21
+ }>;
22
+ declare const __VLS_self: import("vue").DefineComponent<Props, {
23
+ NuxtLink: typeof NuxtLink;
24
+ buttonClasses: typeof buttonClasses;
25
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
20
26
  size: "sm" | "md" | "lg" | "xl";
21
27
  view: "default" | "outline" | "transparent";
28
+ disabled: boolean;
29
+ to: string;
30
+ variant: "primary" | "success" | "danger" | "gray" | "ghost";
22
31
  form: "icon" | "button";
32
+ iconClass: string;
33
+ loading: boolean;
34
+ block: boolean;
35
+ active: boolean;
36
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
38
+ size: "sm" | "md" | "lg" | "xl";
39
+ view: "default" | "outline" | "transparent";
23
40
  disabled: boolean;
24
41
  to: string;
25
42
  variant: "primary" | "success" | "danger" | "gray" | "ghost";
43
+ form: "icon" | "button";
26
44
  iconClass: string;
27
45
  loading: boolean;
28
46
  block: boolean;
@@ -63,62 +63,62 @@ const hasSlotContent = computed(() => {
63
63
  </script>
64
64
 
65
65
  <template>
66
- <div
67
- class="flex items-center"
68
- :class="[disabled ? 'opacity-20' : '']"
69
- >
70
- <input
71
- :id="name"
72
- type="checkbox"
73
- class="hidden"
74
- :checked="isChecked"
75
- :disabled="disabled"
76
- :value="value"
77
- @change="updateInput"
78
- >
79
- <label
80
- v-if="viewType === 'checkbox'"
81
- :for="name"
82
- class="flex items-center text-deepblue-900 dark:text-gray-200"
83
- :class="twMerge(textSizeOptions[size], disabled ? 'cursor-default' : 'cursor-pointer', labelClass)"
84
- >
85
- <span
86
- v-if="side === 'left' && hasSlotContent"
87
- class="select-none"
88
- >
89
- <slot />
90
- </span>
91
- <span :class="[sizeOptions[size]]">
92
- <i-checkbox-intermediate
93
- v-if="isIntermediate"
94
- class="w-full h-full"
95
- :class="twMerge('text-blue-700 dark:text-blue-500', intermediateCheckboxClass)"
96
- />
97
- <i-checkbox-active
98
- v-else-if="isChecked"
99
- class="w-full h-full"
100
- :class="twMerge('text-blue-700 dark:text-blue-500', checkboxClass)"
101
- />
102
- <i-checkbox-empty
103
- v-else
104
- class="w-full h-full"
105
- :class="twMerge('text-deepblue-900 dark:text-gray-200', emptyCheckboxClass)"
106
- />
107
- </span>
108
- <span
109
- v-if="side === 'right' && hasSlotContent"
110
- class="select-none"
111
- >
112
- <slot />
113
- </span>
114
- </label>
115
- <label
116
- v-else-if="viewType === 'chip'"
117
- :for="name"
118
- class="px-[10px] py-[3.5px] text-deepblue-900 border border-gray-500 rounded-full dark:text-gray-200 text-xs"
119
- :class="[{ 'bg-blue-700 text-white dark:bg-blue-500 dark:border-blue-500 dark:text-gray-900 font-medium': isChecked }]"
120
- >
121
- <slot />
122
- </label>
123
- </div>
66
+ <div
67
+ class="flex items-center"
68
+ :class="[disabled ? 'opacity-20' : '']"
69
+ >
70
+ <input
71
+ :id="name"
72
+ type="checkbox"
73
+ class="hidden"
74
+ :checked="isChecked"
75
+ :disabled="disabled"
76
+ :value="value"
77
+ @change="updateInput"
78
+ >
79
+ <label
80
+ v-if="viewType === 'checkbox'"
81
+ :for="name"
82
+ class="flex items-center text-deepblue-900 dark:text-gray-200"
83
+ :class="twMerge(textSizeOptions[size], disabled ? 'cursor-default' : 'cursor-pointer', labelClass)"
84
+ >
85
+ <span
86
+ v-if="side === 'left' && hasSlotContent"
87
+ class="select-none"
88
+ >
89
+ <slot />
90
+ </span>
91
+ <span :class="[sizeOptions[size]]">
92
+ <i-checkbox-intermediate
93
+ v-if="isIntermediate"
94
+ class="w-full h-full"
95
+ :class="twMerge('text-blue-700 dark:text-blue-500', intermediateCheckboxClass)"
96
+ />
97
+ <i-checkbox-active
98
+ v-else-if="isChecked"
99
+ class="w-full h-full"
100
+ :class="twMerge('text-blue-700 dark:text-blue-500', checkboxClass)"
101
+ />
102
+ <i-checkbox-empty
103
+ v-else
104
+ class="w-full h-full"
105
+ :class="twMerge('text-deepblue-900 dark:text-gray-200', emptyCheckboxClass)"
106
+ />
107
+ </span>
108
+ <span
109
+ v-if="side === 'right' && hasSlotContent"
110
+ class="select-none"
111
+ >
112
+ <slot />
113
+ </span>
114
+ </label>
115
+ <label
116
+ v-else-if="viewType === 'chip'"
117
+ :for="name"
118
+ class="px-[10px] py-[3.5px] text-deepblue-900 border border-gray-500 rounded-full dark:text-gray-200 text-xs"
119
+ :class="[{ 'bg-blue-700 text-white dark:bg-blue-500 dark:border-blue-500 dark:text-gray-900 font-medium': isChecked }]"
120
+ >
121
+ <slot />
122
+ </label>
123
+ </div>
124
124
  </template>
@@ -1,3 +1,4 @@
1
+ import { twMerge } from 'tailwind-merge';
1
2
  interface Props {
2
3
  size?: 'lg' | 'sm';
3
4
  name?: string;
@@ -14,24 +15,55 @@ interface Props {
14
15
  labelClass?: string;
15
16
  viewType?: 'checkbox' | 'chip';
16
17
  }
18
+ declare const isChecked: import("vue").ComputedRef<boolean>;
19
+ declare const isIntermediate: import("vue").ComputedRef<boolean>;
20
+ declare const updateInput: (e: any) => void;
21
+ declare const sizeOptions: {
22
+ lg: string;
23
+ sm: string;
24
+ };
25
+ declare const textSizeOptions: {
26
+ lg: string;
27
+ sm: string;
28
+ };
29
+ declare const hasSlotContent: import("vue").ComputedRef<boolean>;
30
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
17
31
  declare var __VLS_1: {}, __VLS_15: {}, __VLS_17: {};
18
- type __VLS_Slots = {} & {
32
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
19
33
  default?: (props: typeof __VLS_1) => any;
20
34
  } & {
21
35
  default?: (props: typeof __VLS_15) => any;
22
36
  } & {
23
37
  default?: (props: typeof __VLS_17) => any;
24
- };
25
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
- "update:modelValue": (...args: any[]) => void;
27
- }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
28
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
29
- }>, {
38
+ }>;
39
+ declare const __VLS_self: import("vue").DefineComponent<Props, {
40
+ twMerge: typeof twMerge;
41
+ isChecked: typeof isChecked;
42
+ isIntermediate: typeof isIntermediate;
43
+ updateInput: typeof updateInput;
44
+ sizeOptions: typeof sizeOptions;
45
+ textSizeOptions: typeof textSizeOptions;
46
+ hasSlotContent: typeof hasSlotContent;
47
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
30
48
  name: string;
31
49
  size: "lg" | "sm";
50
+ value: string | number | object | null;
51
+ side: "right" | "left" | null;
32
52
  modelValue: string | number | Array<any> | object | boolean | null;
53
+ masterControl: boolean;
54
+ emptyCheckboxClass: string;
55
+ intermediateCheckboxClass: string;
56
+ alwaysIntermediate: boolean;
57
+ checkboxClass: string;
58
+ labelClass: string;
59
+ viewType: "checkbox" | "chip";
60
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
61
+ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
62
+ name: string;
63
+ size: "lg" | "sm";
33
64
  value: string | number | object | null;
34
65
  side: "right" | "left" | null;
66
+ modelValue: string | number | Array<any> | object | boolean | null;
35
67
  masterControl: boolean;
36
68
  emptyCheckboxClass: string;
37
69
  intermediateCheckboxClass: string;
@@ -34,48 +34,48 @@ function menuOpened() {
34
34
  </script>
35
35
 
36
36
  <template>
37
- <vue-date-picker
38
- ref="datePicker"
39
- v-model="date"
40
- v-bind="$attrs"
41
- :enable-time-picker="false"
42
- :format="format"
43
- :format-locale="currentLocale"
44
- :placeholder="placeholder || t('reuse.date')"
45
- :year-picker="yearPicker"
37
+ <vue-date-picker
38
+ ref="datePicker"
39
+ v-model="date"
40
+ v-bind="$attrs"
41
+ :enable-time-picker="false"
42
+ :format="format"
43
+ :format-locale="currentLocale"
44
+ :placeholder="placeholder || t('reuse.date')"
45
+ :year-picker="yearPicker"
46
46
  :ui="{
47
47
  navBtnNext: 'hidden',
48
48
  navBtnPrev: 'hidden',
49
49
  menu: 'p-2'
50
- }"
51
- model-type="format"
52
- class="custom-date-picker"
53
- auto-apply
54
- @open="menuOpened"
55
- >
56
- <template #top-extra>
57
- <div
58
- class="flex items-center justify-between"
59
- :class="{ 'mb-2': yearPicker }"
60
- >
61
- <p class="text-base font-semibold">
62
- {{ menuTitle || t("reuse.selectDate") }}
63
- </p>
64
- <i-x-mark
65
- class="cursor-pointer size-6 shrink-0"
66
- @click="closeDatePicker"
67
- />
68
- </div>
69
- </template>
70
- <template #calendar-header="{ index, day }">
71
- <p class="text-gray-600 dark:text-gray-200 text-sm font-normal">
72
- {{ day }}
73
- </p>
74
- </template>
75
- <template #action-row />
76
- <template #action-preview />
77
- <template #action-buttons />
78
- </vue-date-picker>
50
+ }"
51
+ model-type="format"
52
+ class="custom-date-picker"
53
+ auto-apply
54
+ @open="menuOpened"
55
+ >
56
+ <template #top-extra>
57
+ <div
58
+ class="flex items-center justify-between"
59
+ :class="{ 'mb-2': yearPicker }"
60
+ >
61
+ <p class="text-base font-semibold">
62
+ {{ menuTitle || t("reuse.selectDate") }}
63
+ </p>
64
+ <i-x-mark
65
+ class="cursor-pointer size-6 shrink-0"
66
+ @click="closeDatePicker"
67
+ />
68
+ </div>
69
+ </template>
70
+ <template #calendar-header="{ index, day }">
71
+ <p class="text-gray-600 dark:text-gray-200 text-sm font-normal">
72
+ {{ day }}
73
+ </p>
74
+ </template>
75
+ <template #action-row />
76
+ <template #action-preview />
77
+ <template #action-buttons />
78
+ </vue-date-picker>
79
79
  </template>
80
80
 
81
81
  <style>
@@ -5,36 +5,36 @@ defineProps({
5
5
  </script>
6
6
 
7
7
  <template>
8
- <div class="flex items-center justify-center gap-14">
9
- <slot name="icon">
10
- <div class="hidden lg:block max-w-[600px]">
11
- <img
12
- :src="error.icon"
13
- class="hidden lg:block"
14
- alt="error-icon"
15
- >
16
- </div>
17
- </slot>
18
- <div class="flex min-h-screen flex-col lg:min-h-0">
19
- <div class="flex-1 px-4 py-8 lg:p-0">
20
- <slot name="status">
21
- <p class="mb-6 text-4xl font-bold">
22
- {{ error.statusCode }}
23
- </p>
24
- </slot>
25
- <slot name="title">
26
- <h2 class="lg:heading-03 text-2xl font-bold ">
27
- {{ error.title }}
28
- </h2>
29
- </slot>
30
- <slot
31
- name="content"
32
- :data="error"
33
- />
34
- </div>
35
- <div class="sticky bottom-0 z-[10000] lg:static lg:flex">
36
- <slot name="default" />
37
- </div>
38
- </div>
39
- </div>
8
+ <div class="flex items-center justify-center gap-14">
9
+ <slot name="icon">
10
+ <div class="hidden lg:block max-w-[600px]">
11
+ <img
12
+ :src="error.icon"
13
+ class="hidden lg:block"
14
+ alt="error-icon"
15
+ >
16
+ </div>
17
+ </slot>
18
+ <div class="flex min-h-screen flex-col lg:min-h-0">
19
+ <div class="flex-1 px-4 py-8 lg:p-0">
20
+ <slot name="status">
21
+ <p class="mb-6 text-4xl font-bold">
22
+ {{ error.statusCode }}
23
+ </p>
24
+ </slot>
25
+ <slot name="title">
26
+ <h2 class="lg:heading-03 text-2xl font-bold ">
27
+ {{ error.title }}
28
+ </h2>
29
+ </slot>
30
+ <slot
31
+ name="content"
32
+ :data="error"
33
+ />
34
+ </div>
35
+ <div class="sticky bottom-0 z-[10000] lg:static lg:flex">
36
+ <slot name="default" />
37
+ </div>
38
+ </div>
39
+ </div>
40
40
  </template>
@@ -2,10 +2,11 @@ import type { ErrorTemplateData } from './types.js';
2
2
  interface Props {
3
3
  error: ErrorTemplateData;
4
4
  }
5
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
5
6
  declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {
6
- data: ErrorTemplateData;
7
+ data: any;
7
8
  }, __VLS_9: {};
8
- type __VLS_Slots = {} & {
9
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
9
10
  icon?: (props: typeof __VLS_1) => any;
10
11
  } & {
11
12
  status?: (props: typeof __VLS_3) => any;
@@ -15,7 +16,8 @@ type __VLS_Slots = {} & {
15
16
  content?: (props: typeof __VLS_7) => any;
16
17
  } & {
17
18
  default?: (props: typeof __VLS_9) => any;
18
- };
19
+ }>;
20
+ declare const __VLS_self: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
21
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
22
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
23
  export default _default;
@@ -31,58 +31,58 @@ onUnmounted(() => clearTimer());
31
31
  </script>
32
32
 
33
33
  <template>
34
- <div
35
- v-for="(item, idx) in features"
36
- :key="idx"
37
- class="relative flex flex-col pl-3 cursor-pointer"
38
- @click="selectFeature(idx)"
39
- >
40
- <div
41
- v-if="selected === idx"
42
- class="absolute left-0 top-0 w-[2px] bg-blue-700 dark:bg-blue-500 z-20 h-full rounded-full"
43
- :class="{ 'fill-animation': selected === idx }"
44
- />
45
-
46
- <div
47
- class="absolute left-0 top-0 w-[2px] bg-gray-500/50 z-10 h-full rounded-full"
48
- />
49
-
50
- <div class="flex items-center gap-2 relative z-10">
51
- <div
34
+ <div
35
+ v-for="(item, idx) in features"
36
+ :key="idx"
37
+ class="relative flex flex-col pl-3 cursor-pointer"
38
+ @click="selectFeature(idx)"
39
+ >
40
+ <div
41
+ v-if="selected === idx"
42
+ class="absolute left-0 top-0 w-[2px] bg-blue-700 dark:bg-blue-500 z-20 h-full rounded-full"
43
+ :class="{ 'fill-animation': selected === idx }"
44
+ />
45
+
46
+ <div
47
+ class="absolute left-0 top-0 w-[2px] bg-gray-500/50 z-10 h-full rounded-full"
48
+ />
49
+
50
+ <div class="flex items-center gap-2 relative z-10">
51
+ <div
52
52
  :class="[
53
53
  'transition-all duration-300 ease-in-out',
54
54
  selected === idx ? 'rounded-md bg-blue-700 dark:bg-blue-500 p-2 icon-bg' : 'size-fit'
55
- ]"
56
- >
57
- <component
58
- :is="item.icon"
59
- class="shrink-0 size-6 transition-colors duration-300 ease-in-out"
60
- :class="selected === idx ? 'text-white dark:text-gray-900' : 'text-gray-600 dark:text-[#9DA3AC]'"
61
- />
62
- </div>
63
- <p
64
- class="font-semibold text-base lg:text-xl transition-colors duration-300 ease-in-out"
65
- :class="selected === idx ? 'dark:text-[#E3E5E8]' : 'text-gray-600 dark:text-[#9DA3AC]'"
66
- >
67
- {{ item.title }}
68
- </p>
69
- </div>
70
-
71
- <adt-transitions-transition-height
55
+ ]"
56
+ >
57
+ <component
58
+ :is="item.icon"
59
+ class="shrink-0 size-6 transition-colors duration-300 ease-in-out"
60
+ :class="selected === idx ? 'text-white dark:text-gray-900' : 'text-gray-600 dark:text-[#9DA3AC]'"
61
+ />
62
+ </div>
63
+ <p
64
+ class="font-semibold text-base lg:text-xl transition-colors duration-300 ease-in-out"
65
+ :class="selected === idx ? 'dark:text-[#E3E5E8]' : 'text-gray-600 dark:text-[#9DA3AC]'"
66
+ >
67
+ {{ item.title }}
68
+ </p>
69
+ </div>
70
+
71
+ <adt-transitions-transition-height
72
72
  :transition="{
73
73
  enterActiveClass: 'overflow-hidden transition-[height] duration-[1s] ease-in-out',
74
74
  leaveActiveClass: 'overflow-hidden transition-[height] duration-[1s] ease-in-out'
75
- }"
76
- >
77
- <div
78
- v-if="selected === idx"
79
- >
80
- <p class="text-xs lg:text-sm pt-3">
81
- {{ item.description }}
82
- </p>
83
- </div>
84
- </adt-transitions-transition-height>
85
- </div>
75
+ }"
76
+ >
77
+ <div
78
+ v-if="selected === idx"
79
+ >
80
+ <p class="text-xs lg:text-sm pt-3">
81
+ {{ item.description }}
82
+ </p>
83
+ </div>
84
+ </adt-transitions-transition-height>
85
+ </div>
86
86
  </template>
87
87
 
88
88
  <style scoped>
@@ -14,9 +14,9 @@ const combinedClasses = twMerge(`
14
14
  </script>
15
15
 
16
16
  <template>
17
- <label :class="combinedClasses">
18
- <slot>
19
- <span class="text-gray-500 leading-4">{{ value }}</span>
20
- </slot>
21
- </label>
17
+ <label :class="combinedClasses">
18
+ <slot>
19
+ <span class="text-gray-500 leading-4">{{ value }}</span>
20
+ </slot>
21
+ </label>
22
22
  </template>