adata-ui 3.1.72 → 3.1.74
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/README.md +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/CurveBlock.vue +12 -1
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Header.vue.d.ts +1 -9
- package/dist/runtime/components/Modal.vue.d.ts +3 -9
- package/dist/runtime/components/PkMobileServices.vue +4 -1
- package/dist/runtime/components/SidePanel.vue.d.ts +1 -1
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +2 -2
- package/dist/runtime/components/button/Button.vue.d.ts +2 -2
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +2 -6
- package/dist/runtime/components/error-template/index.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +1 -1
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +1 -1
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +7 -2
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +3 -7
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/ListItem.vue +1 -1
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +1 -7
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +1 -1
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +2 -10
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +1 -1
- package/dist/runtime/composables/projectState.d.ts +2 -2
- package/dist/runtime/composables/useIdModals.d.ts +11 -21
- package/dist/runtime/composables/useNavigationLInks.d.ts +3 -3
- package/dist/runtime/composables/usePayment.d.ts +5 -5
- package/dist/runtime/i18n.d.ts +1 -1
- package/dist/runtime/icons/arrow/arrow-right.vue +24 -24
- package/dist/runtime/icons/calendar.vue +24 -24
- package/dist/runtime/icons/download.vue +26 -26
- package/dist/runtime/icons/edit.vue +24 -24
- package/dist/runtime/icons/file/excel.vue +88 -88
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/more.vue +36 -36
- package/dist/runtime/icons/plus-circle.vue +24 -24
- package/dist/runtime/icons/tenge.vue +22 -22
- package/dist/runtime/icons/trash.vue +24 -24
- package/dist/runtime/icons/upload.vue +26 -26
- package/dist/runtime/icons/user.vue +30 -30
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/plugins/toast.d.ts +1 -503
- package/dist/runtime/server/tsconfig.json +3 -3
- package/dist/runtime/utils/localizedNavigation.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
redirectPath: string;
|
|
3
3
|
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
|
-
close: (...args: any[]) => void;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
7
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
5
|
export default _default;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
-
close: (...args: any[]) => void;
|
|
3
|
-
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
2
|
export default _default;
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
-
close: (...args: any[]) => void;
|
|
3
|
-
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
5
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
2
|
export default _default;
|
|
@@ -15,20 +15,12 @@ type __VLS_PublicProps = __VLS_Props & {
|
|
|
15
15
|
modelValue?: any;
|
|
16
16
|
};
|
|
17
17
|
declare var __VLS_1: {
|
|
18
|
-
option:
|
|
18
|
+
option: any;
|
|
19
19
|
};
|
|
20
20
|
type __VLS_Slots = {} & {
|
|
21
21
|
option?: (props: typeof __VLS_1) => any;
|
|
22
22
|
};
|
|
23
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
-
selectOption: (...args: any[]) => void;
|
|
25
|
-
prevent: (...args: any[]) => void;
|
|
26
|
-
"update:modelValue": (value: any) => void;
|
|
27
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
29
|
-
onSelectOption?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
onPrevent?: ((...args: any[]) => any) | undefined;
|
|
31
|
-
}>, {
|
|
23
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{}>, {
|
|
32
24
|
size: "lg" | "sm" | "xs";
|
|
33
25
|
view: "transparent" | "main" | "gray" | "blue" | "mobile";
|
|
34
26
|
block: boolean;
|
|
@@ -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;
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
import IChevronDown from "#icons/arrow/chevron-down.vue";
|
|
83
83
|
import CheckboxActive from "#icons/checkbox/checkbox-active.vue";
|
|
84
84
|
const props = defineProps({
|
|
85
|
-
node: { type:
|
|
85
|
+
node: { type: null, required: true },
|
|
86
86
|
toggleExpand: { type: Function, required: true },
|
|
87
87
|
toggleCheckbox: { type: Function, required: true },
|
|
88
88
|
type: { type: String, required: true }
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const useCurrentModule: () =>
|
|
2
|
-
export declare const useContacts: () =>
|
|
1
|
+
export declare const useCurrentModule: () => any;
|
|
2
|
+
export declare const useContacts: () => any;
|
|
@@ -1,23 +1,13 @@
|
|
|
1
1
|
export declare function useIdModals(): {
|
|
2
|
-
accessModal:
|
|
3
|
-
loginModal:
|
|
4
|
-
twoFactorModal:
|
|
5
|
-
registrationModal:
|
|
6
|
-
confirmAccountOtpModal:
|
|
7
|
-
recoveryModal:
|
|
8
|
-
resetPasswordOtpModal:
|
|
9
|
-
newPasswordModal:
|
|
10
|
-
passwordSuccessfulModal:
|
|
11
|
-
confirmSuccessfulModal:
|
|
12
|
-
intermediateState:
|
|
13
|
-
email: string;
|
|
14
|
-
password: string;
|
|
15
|
-
otp: string;
|
|
16
|
-
token: string;
|
|
17
|
-
}, {
|
|
18
|
-
email: string;
|
|
19
|
-
password: string;
|
|
20
|
-
otp: string;
|
|
21
|
-
token: string;
|
|
22
|
-
}>;
|
|
2
|
+
accessModal: any;
|
|
3
|
+
loginModal: any;
|
|
4
|
+
twoFactorModal: any;
|
|
5
|
+
registrationModal: any;
|
|
6
|
+
confirmAccountOtpModal: any;
|
|
7
|
+
recoveryModal: any;
|
|
8
|
+
resetPasswordOtpModal: any;
|
|
9
|
+
newPasswordModal: any;
|
|
10
|
+
passwordSuccessfulModal: any;
|
|
11
|
+
confirmSuccessfulModal: any;
|
|
12
|
+
intermediateState: any;
|
|
23
13
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const useServicesLinks: () => {
|
|
2
|
-
title:
|
|
3
|
-
icon:
|
|
4
|
-
to:
|
|
2
|
+
title: any;
|
|
3
|
+
icon: any;
|
|
4
|
+
to: any;
|
|
5
5
|
}[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare function usePayment(): {
|
|
2
|
-
rateId:
|
|
3
|
-
topUpSidePanel:
|
|
4
|
-
methodSidePanel:
|
|
5
|
-
kaspiQRSidePanel:
|
|
6
|
-
kaspiRedirectSidePanel:
|
|
2
|
+
rateId: any;
|
|
3
|
+
topUpSidePanel: any;
|
|
4
|
+
methodSidePanel: any;
|
|
5
|
+
kaspiQRSidePanel: any;
|
|
6
|
+
kaspiRedirectSidePanel: any;
|
|
7
7
|
payByCard: (sum: number, rate?: any) => Promise<void>;
|
|
8
8
|
};
|
package/dist/runtime/i18n.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: any;
|
|
2
2
|
export default _default;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="25"
|
|
8
|
-
height="24"
|
|
9
|
-
viewBox="0 0 25 24"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<path
|
|
14
|
-
fill-rule="evenodd"
|
|
15
|
-
clip-rule="evenodd"
|
|
16
|
-
d="M8.70938 5.23017C8.99647 4.93159 9.47125 4.92228 9.76983 5.20938L16.2698 11.4594C16.4169 11.6008 16.5 11.796 16.5 12C16.5 12.204 16.4169 12.3992 16.2698 12.5406L9.76983 18.7906C9.47125 19.0777 8.99647 19.0684 8.70938 18.7698C8.42228 18.4713 8.43159 17.9965 8.73017 17.7094L14.6679 12L8.73017 6.29063C8.43159 6.00353 8.42228 5.52875 8.70938 5.23017Z"
|
|
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="25"
|
|
8
|
+
height="24"
|
|
9
|
+
viewBox="0 0 25 24"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<path
|
|
14
|
+
fill-rule="evenodd"
|
|
15
|
+
clip-rule="evenodd"
|
|
16
|
+
d="M8.70938 5.23017C8.99647 4.93159 9.47125 4.92228 9.76983 5.20938L16.2698 11.4594C16.4169 11.6008 16.5 11.796 16.5 12C16.5 12.204 16.4169 12.3992 16.2698 12.5406L9.76983 18.7906C9.47125 19.0777 8.99647 19.0684 8.70938 18.7698C8.42228 18.4713 8.43159 17.9965 8.73017 17.7094L14.6679 12L8.73017 6.29063C8.43159 6.00353 8.42228 5.52875 8.70938 5.23017Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<style scoped>
|
|
23
|
+
|
|
24
|
+
</style>
|
|
@@ -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="M10.5669 1C10.8568 1 11.0919 1.23505 11.0919 1.525V2.295H12.4919C13.495 2.295 14.3002 3.11434 14.3002 4.115V6.70493V13.18C14.3002 14.1807 13.495 15 12.4919 15H3.50853C2.50534 15 1.7002 14.1807 1.7002 13.18V6.70493V4.115C1.7002 3.11434 2.50534 2.295 3.50853 2.295H4.90857V1.525C4.90857 1.23505 5.14362 1 5.43356 1C5.72351 1 5.95856 1.23505 5.95856 1.525V2.295H10.0419V1.525C10.0419 1.23505 10.2769 1 10.5669 1ZM4.90857 3.345V4.11439C4.90857 4.40434 5.14362 4.63939 5.43356 4.63939C5.72351 4.63939 5.95856 4.40434 5.95856 4.11439V3.345H10.0419V4.11439C10.0419 4.40434 10.2769 4.63939 10.5669 4.63939C10.8568 4.63939 11.0919 4.40434 11.0919 4.11439V3.345H12.4919C12.9062 3.345 13.2502 3.68525 13.2502 4.115V6.17993H2.75019V4.115C2.75019 3.68525 3.09418 3.345 3.50853 3.345H4.90857ZM13.2502 7.22993V13.18C13.2502 13.6098 12.9062 13.95 12.4919 13.95H3.50853C3.09418 13.95 2.75019 13.6098 2.75019 13.18V7.22993H13.2502Z"
|
|
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="M10.5669 1C10.8568 1 11.0919 1.23505 11.0919 1.525V2.295H12.4919C13.495 2.295 14.3002 3.11434 14.3002 4.115V6.70493V13.18C14.3002 14.1807 13.495 15 12.4919 15H3.50853C2.50534 15 1.7002 14.1807 1.7002 13.18V6.70493V4.115C1.7002 3.11434 2.50534 2.295 3.50853 2.295H4.90857V1.525C4.90857 1.23505 5.14362 1 5.43356 1C5.72351 1 5.95856 1.23505 5.95856 1.525V2.295H10.0419V1.525C10.0419 1.23505 10.2769 1 10.5669 1ZM4.90857 3.345V4.11439C4.90857 4.40434 5.14362 4.63939 5.43356 4.63939C5.72351 4.63939 5.95856 4.40434 5.95856 4.11439V3.345H10.0419V4.11439C10.0419 4.40434 10.2769 4.63939 10.5669 4.63939C10.8568 4.63939 11.0919 4.40434 11.0919 4.11439V3.345H12.4919C12.9062 3.345 13.2502 3.68525 13.2502 4.115V6.17993H2.75019V4.115C2.75019 3.68525 3.09418 3.345 3.50853 3.345H4.90857ZM13.2502 7.22993V13.18C13.2502 13.6098 12.9062 13.95 12.4919 13.95H3.50853C3.09418 13.95 2.75019 13.6098 2.75019 13.18V7.22993H13.2502Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<style scoped>
|
|
23
|
+
|
|
24
|
+
</style>
|
|
@@ -1,26 +1,26 @@
|
|
|
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
|
-
d="M8.52496 1.525C8.52496 1.23505 8.28991 1 7.99996 1C7.71001 1 7.47496 1.23505 7.47496 1.525V9.97001L6.21285 8.7079C6.00783 8.50288 5.67542 8.50288 5.4704 8.7079C5.26537 8.91293 5.26537 9.24534 5.4704 9.45036L7.62872 11.6087C7.72717 11.7071 7.86071 11.7625 7.99994 11.7625C8.13918 11.7625 8.27272 11.7071 8.37117 11.6087L10.5295 9.45036C10.7345 9.24534 10.7345 8.91293 10.5295 8.7079C10.3245 8.50288 9.99206 8.50288 9.78704 8.7079L8.52496 9.96999V1.525Z"
|
|
15
|
-
fill="currentColor"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M1.525 10.7124C1.81494 10.7124 2.04999 10.9475 2.04999 11.2374V13.9499H13.9499V11.2374C13.9499 10.9475 14.185 10.7124 14.4749 10.7124C14.7649 10.7124 14.9999 10.9475 14.9999 11.2374V14.4749C14.9999 14.7649 14.7649 14.9999 14.4749 14.9999H1.525C1.23505 14.9999 1 14.7649 1 14.4749V11.2374C1 10.9475 1.23505 10.7124 1.525 10.7124Z"
|
|
19
|
-
fill="currentColor"
|
|
20
|
-
/>
|
|
21
|
-
</svg>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<style scoped>
|
|
25
|
-
|
|
26
|
-
</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
|
+
d="M8.52496 1.525C8.52496 1.23505 8.28991 1 7.99996 1C7.71001 1 7.47496 1.23505 7.47496 1.525V9.97001L6.21285 8.7079C6.00783 8.50288 5.67542 8.50288 5.4704 8.7079C5.26537 8.91293 5.26537 9.24534 5.4704 9.45036L7.62872 11.6087C7.72717 11.7071 7.86071 11.7625 7.99994 11.7625C8.13918 11.7625 8.27272 11.7071 8.37117 11.6087L10.5295 9.45036C10.7345 9.24534 10.7345 8.91293 10.5295 8.7079C10.3245 8.50288 9.99206 8.50288 9.78704 8.7079L8.52496 9.96999V1.525Z"
|
|
15
|
+
fill="currentColor"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M1.525 10.7124C1.81494 10.7124 2.04999 10.9475 2.04999 11.2374V13.9499H13.9499V11.2374C13.9499 10.9475 14.185 10.7124 14.4749 10.7124C14.7649 10.7124 14.9999 10.9475 14.9999 11.2374V14.4749C14.9999 14.7649 14.7649 14.9999 14.4749 14.9999H1.525C1.23505 14.9999 1 14.7649 1 14.4749V11.2374C1 10.9475 1.23505 10.7124 1.525 10.7124Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
</template>
|
|
23
|
+
|
|
24
|
+
<style scoped>
|
|
25
|
+
|
|
26
|
+
</style>
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="17"
|
|
8
|
-
height="16"
|
|
9
|
-
viewBox="0 0 17 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="M13.1278 2.05C12.9541 2.05 12.7822 2.0842 12.6218 2.15065C12.4613 2.2171 12.3156 2.3145 12.1928 2.43728L3.47449 11.1556L2.77325 13.7268L5.34444 13.0255L14.0627 4.30723C14.1855 4.18445 14.2829 4.03868 14.3494 3.87826C14.4158 3.71784 14.45 3.5459 14.45 3.37226C14.45 3.19861 14.4158 3.02667 14.3494 2.86625C14.2829 2.70583 14.1855 2.56006 14.0627 2.43728C13.94 2.3145 13.7942 2.2171 13.6338 2.15065C13.4734 2.0842 13.3014 2.05 13.1278 2.05ZM12.22 1.18058C12.5078 1.06136 12.8162 1 13.1278 1C13.4393 1 13.7478 1.06136 14.0356 1.18058C14.3234 1.29979 14.5849 1.47453 14.8052 1.69482C15.0255 1.9151 15.2002 2.17662 15.3195 2.46443C15.4387 2.75225 15.5 3.06073 15.5 3.37226C15.5 3.68378 15.4387 3.99226 15.3195 4.28008C15.2002 4.5679 15.0255 4.82941 14.8052 5.0497L5.98831 13.8666C5.92371 13.9312 5.84336 13.9778 5.75522 14.0019L2.16315 14.9815C1.98139 15.0311 1.787 14.9795 1.65378 14.8463C1.52056 14.713 1.46894 14.5186 1.51851 14.3369L2.49817 10.7448C2.52221 10.6567 2.56883 10.5763 2.63344 10.5117L11.4503 1.69482C11.6706 1.47453 11.9321 1.29979 12.22 1.18058Z"
|
|
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="17"
|
|
8
|
+
height="16"
|
|
9
|
+
viewBox="0 0 17 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="M13.1278 2.05C12.9541 2.05 12.7822 2.0842 12.6218 2.15065C12.4613 2.2171 12.3156 2.3145 12.1928 2.43728L3.47449 11.1556L2.77325 13.7268L5.34444 13.0255L14.0627 4.30723C14.1855 4.18445 14.2829 4.03868 14.3494 3.87826C14.4158 3.71784 14.45 3.5459 14.45 3.37226C14.45 3.19861 14.4158 3.02667 14.3494 2.86625C14.2829 2.70583 14.1855 2.56006 14.0627 2.43728C13.94 2.3145 13.7942 2.2171 13.6338 2.15065C13.4734 2.0842 13.3014 2.05 13.1278 2.05ZM12.22 1.18058C12.5078 1.06136 12.8162 1 13.1278 1C13.4393 1 13.7478 1.06136 14.0356 1.18058C14.3234 1.29979 14.5849 1.47453 14.8052 1.69482C15.0255 1.9151 15.2002 2.17662 15.3195 2.46443C15.4387 2.75225 15.5 3.06073 15.5 3.37226C15.5 3.68378 15.4387 3.99226 15.3195 4.28008C15.2002 4.5679 15.0255 4.82941 14.8052 5.0497L5.98831 13.8666C5.92371 13.9312 5.84336 13.9778 5.75522 14.0019L2.16315 14.9815C1.98139 15.0311 1.787 14.9795 1.65378 14.8463C1.52056 14.713 1.46894 14.5186 1.51851 14.3369L2.49817 10.7448C2.52221 10.6567 2.56883 10.5763 2.63344 10.5117L11.4503 1.69482C11.6706 1.47453 11.9321 1.29979 12.22 1.18058Z"
|
|
17
|
+
fill="currentColor"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
</template>
|
|
21
|
+
|
|
22
|
+
<style scoped>
|
|
23
|
+
|
|
24
|
+
</style>
|
|
@@ -1,88 +1,88 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg
|
|
7
|
-
width="24"
|
|
8
|
-
height="24"
|
|
9
|
-
viewBox="0 0 24 24"
|
|
10
|
-
fill="none"
|
|
11
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
-
>
|
|
13
|
-
<g opacity="0.6">
|
|
14
|
-
<path
|
|
15
|
-
d="M14.5583 11.535L6.65137 10.1396V20.4499C6.65137 20.9207 7.03307 21.3024 7.50392 21.3024H21.1476C21.6185 21.3024 22.0002 20.9207 22.0002 20.4499V16.6513L14.5583 11.535Z"
|
|
16
|
-
fill="#185C37"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M14.5583 2.69775H7.50392C7.03307 2.69775 6.65137 3.07945 6.65137 3.55031V7.34891L14.5583 12.0001L18.7444 13.3954L22.0002 12.0001V7.34891L14.5583 2.69775Z"
|
|
20
|
-
fill="#21A366"
|
|
21
|
-
/>
|
|
22
|
-
<path
|
|
23
|
-
d="M6.65137 7.34863H14.5583V11.9998H6.65137V7.34863Z"
|
|
24
|
-
fill="#107C41"
|
|
25
|
-
/>
|
|
26
|
-
<path
|
|
27
|
-
opacity="0.1"
|
|
28
|
-
d="M12.3103 6.41846H6.65137V18.0463H12.3103C12.7806 18.0448 13.1614 17.664 13.1629 17.1938V7.27101C13.1614 6.80079 12.7806 6.41999 12.3103 6.41846Z"
|
|
29
|
-
fill="#80B485"
|
|
30
|
-
/>
|
|
31
|
-
<path
|
|
32
|
-
opacity="0.2"
|
|
33
|
-
d="M11.8453 6.88379H6.65137V18.5117H11.8453C12.3155 18.5101 12.6963 18.1293 12.6979 17.6591V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
|
|
34
|
-
fill="#80B485"
|
|
35
|
-
/>
|
|
36
|
-
<path
|
|
37
|
-
opacity="0.2"
|
|
38
|
-
d="M11.8453 6.88379H6.65137V17.5814H11.8453C12.3155 17.5799 12.6963 17.1991 12.6979 16.7289V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
|
|
39
|
-
fill="#80B485"
|
|
40
|
-
/>
|
|
41
|
-
<path
|
|
42
|
-
opacity="0.2"
|
|
43
|
-
d="M11.3802 6.88379H6.65137V17.5814H11.3802C11.8504 17.5799 12.2312 17.1991 12.2327 16.7289V7.73634C12.2312 7.26613 11.8504 6.88532 11.3802 6.88379Z"
|
|
44
|
-
fill="#80B485"
|
|
45
|
-
/>
|
|
46
|
-
<path
|
|
47
|
-
d="M2.85255 6.88379H11.38C11.8508 6.88379 12.2325 7.26549 12.2325 7.73634V16.2638C12.2325 16.7346 11.8508 17.1163 11.38 17.1163H2.85255C2.3817 17.1163 2 16.7346 2 16.2638V7.73634C2 7.26549 2.3817 6.88379 2.85255 6.88379Z"
|
|
48
|
-
fill="url(#paint0_linear_59_59407)"
|
|
49
|
-
/>
|
|
50
|
-
<path
|
|
51
|
-
d="M4.64062 14.7713L6.43411 11.9922L4.79086 9.22852H6.11271L7.00945 10.996C7.09225 11.1639 7.14899 11.2885 7.17969 11.3708H7.19131C7.25023 11.2369 7.31224 11.1068 7.37736 10.9806L8.33596 9.22945H9.54944L7.86433 11.9769L9.59224 14.7713H8.30108L7.26527 12.8313C7.21648 12.7488 7.17508 12.6621 7.14155 12.5722H7.12621C7.09586 12.6602 7.05561 12.7445 7.0062 12.8234L5.9397 14.7713H4.64062Z"
|
|
52
|
-
fill="white"
|
|
53
|
-
/>
|
|
54
|
-
<path
|
|
55
|
-
d="M21.1469 2.69775H14.5576V7.34891H21.9995V3.55031C21.9995 3.07945 21.6178 2.69775 21.1469 2.69775Z"
|
|
56
|
-
fill="#33C481"
|
|
57
|
-
/>
|
|
58
|
-
<path
|
|
59
|
-
d="M14.5576 12H21.9995V16.6512H14.5576V12Z"
|
|
60
|
-
fill="#107C41"
|
|
61
|
-
/>
|
|
62
|
-
</g>
|
|
63
|
-
<defs>
|
|
64
|
-
<linearGradient
|
|
65
|
-
id="paint0_linear_59_59407"
|
|
66
|
-
x1="3.7776"
|
|
67
|
-
y1="6.21762"
|
|
68
|
-
x2="10.4549"
|
|
69
|
-
y2="17.7825"
|
|
70
|
-
gradientUnits="userSpaceOnUse"
|
|
71
|
-
>
|
|
72
|
-
<stop stop-color="#18884F" />
|
|
73
|
-
<stop
|
|
74
|
-
offset="0.5"
|
|
75
|
-
stop-color="#117E43"
|
|
76
|
-
/>
|
|
77
|
-
<stop
|
|
78
|
-
offset="1"
|
|
79
|
-
stop-color="#0B6631"
|
|
80
|
-
/>
|
|
81
|
-
</linearGradient>
|
|
82
|
-
</defs>
|
|
83
|
-
</svg>
|
|
84
|
-
</template>
|
|
85
|
-
|
|
86
|
-
<style scoped>
|
|
87
|
-
|
|
88
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg
|
|
7
|
+
width="24"
|
|
8
|
+
height="24"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
fill="none"
|
|
11
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
12
|
+
>
|
|
13
|
+
<g opacity="0.6">
|
|
14
|
+
<path
|
|
15
|
+
d="M14.5583 11.535L6.65137 10.1396V20.4499C6.65137 20.9207 7.03307 21.3024 7.50392 21.3024H21.1476C21.6185 21.3024 22.0002 20.9207 22.0002 20.4499V16.6513L14.5583 11.535Z"
|
|
16
|
+
fill="#185C37"
|
|
17
|
+
/>
|
|
18
|
+
<path
|
|
19
|
+
d="M14.5583 2.69775H7.50392C7.03307 2.69775 6.65137 3.07945 6.65137 3.55031V7.34891L14.5583 12.0001L18.7444 13.3954L22.0002 12.0001V7.34891L14.5583 2.69775Z"
|
|
20
|
+
fill="#21A366"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M6.65137 7.34863H14.5583V11.9998H6.65137V7.34863Z"
|
|
24
|
+
fill="#107C41"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
opacity="0.1"
|
|
28
|
+
d="M12.3103 6.41846H6.65137V18.0463H12.3103C12.7806 18.0448 13.1614 17.664 13.1629 17.1938V7.27101C13.1614 6.80079 12.7806 6.41999 12.3103 6.41846Z"
|
|
29
|
+
fill="#80B485"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
opacity="0.2"
|
|
33
|
+
d="M11.8453 6.88379H6.65137V18.5117H11.8453C12.3155 18.5101 12.6963 18.1293 12.6979 17.6591V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
|
|
34
|
+
fill="#80B485"
|
|
35
|
+
/>
|
|
36
|
+
<path
|
|
37
|
+
opacity="0.2"
|
|
38
|
+
d="M11.8453 6.88379H6.65137V17.5814H11.8453C12.3155 17.5799 12.6963 17.1991 12.6979 16.7289V7.73634C12.6963 7.26613 12.3155 6.88532 11.8453 6.88379Z"
|
|
39
|
+
fill="#80B485"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
opacity="0.2"
|
|
43
|
+
d="M11.3802 6.88379H6.65137V17.5814H11.3802C11.8504 17.5799 12.2312 17.1991 12.2327 16.7289V7.73634C12.2312 7.26613 11.8504 6.88532 11.3802 6.88379Z"
|
|
44
|
+
fill="#80B485"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
d="M2.85255 6.88379H11.38C11.8508 6.88379 12.2325 7.26549 12.2325 7.73634V16.2638C12.2325 16.7346 11.8508 17.1163 11.38 17.1163H2.85255C2.3817 17.1163 2 16.7346 2 16.2638V7.73634C2 7.26549 2.3817 6.88379 2.85255 6.88379Z"
|
|
48
|
+
fill="url(#paint0_linear_59_59407)"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d="M4.64062 14.7713L6.43411 11.9922L4.79086 9.22852H6.11271L7.00945 10.996C7.09225 11.1639 7.14899 11.2885 7.17969 11.3708H7.19131C7.25023 11.2369 7.31224 11.1068 7.37736 10.9806L8.33596 9.22945H9.54944L7.86433 11.9769L9.59224 14.7713H8.30108L7.26527 12.8313C7.21648 12.7488 7.17508 12.6621 7.14155 12.5722H7.12621C7.09586 12.6602 7.05561 12.7445 7.0062 12.8234L5.9397 14.7713H4.64062Z"
|
|
52
|
+
fill="white"
|
|
53
|
+
/>
|
|
54
|
+
<path
|
|
55
|
+
d="M21.1469 2.69775H14.5576V7.34891H21.9995V3.55031C21.9995 3.07945 21.6178 2.69775 21.1469 2.69775Z"
|
|
56
|
+
fill="#33C481"
|
|
57
|
+
/>
|
|
58
|
+
<path
|
|
59
|
+
d="M14.5576 12H21.9995V16.6512H14.5576V12Z"
|
|
60
|
+
fill="#107C41"
|
|
61
|
+
/>
|
|
62
|
+
</g>
|
|
63
|
+
<defs>
|
|
64
|
+
<linearGradient
|
|
65
|
+
id="paint0_linear_59_59407"
|
|
66
|
+
x1="3.7776"
|
|
67
|
+
y1="6.21762"
|
|
68
|
+
x2="10.4549"
|
|
69
|
+
y2="17.7825"
|
|
70
|
+
gradientUnits="userSpaceOnUse"
|
|
71
|
+
>
|
|
72
|
+
<stop stop-color="#18884F" />
|
|
73
|
+
<stop
|
|
74
|
+
offset="0.5"
|
|
75
|
+
stop-color="#117E43"
|
|
76
|
+
/>
|
|
77
|
+
<stop
|
|
78
|
+
offset="1"
|
|
79
|
+
stop-color="#0B6631"
|
|
80
|
+
/>
|
|
81
|
+
</linearGradient>
|
|
82
|
+
</defs>
|
|
83
|
+
</svg>
|
|
84
|
+
</template>
|
|
85
|
+
|
|
86
|
+
<style scoped>
|
|
87
|
+
|
|
88
|
+
</style>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.6665 4.71961C1.6665 3.9797 2.26632 3.37988 3.00623 3.37988H16.9934C17.7334 3.37988 18.3332 3.9797 18.3332 4.71961V15.2809C18.3332 16.0208 17.7334 16.6206 16.9934 16.6206H3.00623C2.26632 16.6206 1.6665 16.0208 1.6665 15.2809V4.71961ZM3.00623 4.62988C2.95668 4.62988 2.9165 4.67005 2.9165 4.71961V15.2809C2.9165 15.3305 2.95668 15.3706 3.00623 15.3706H16.9934C17.043 15.3706 17.0832 15.3305 17.0832 15.2809V4.71961C17.0832 4.67005 17.043 4.62988 16.9934 4.62988H3.00623ZM11.9671 8.5606C11.9671 8.21542 12.2469 7.9356 12.5921 7.9356H15.1446C15.4898 7.9356 15.7696 8.21542 15.7696 8.5606C15.7696 8.90578 15.4898 9.1856 15.1446 9.1856H12.5921C12.2469 9.1856 11.9671 8.90578 11.9671 8.5606ZM12.5921 10.4651C12.2469 10.4651 11.9671 10.7449 11.9671 11.0901C11.9671 11.4353 12.2469 11.7151 12.5921 11.7151H15.1446C15.4898 11.7151 15.7696 11.4353 15.7696 11.0901C15.7696 10.7449 15.4898 10.4651 15.1446 10.4651H12.5921ZM7.62069 7.04543C6.80167 7.04543 6.13772 7.70937 6.13772 8.52839C6.13772 9.34741 6.80167 10.0114 7.62069 10.0114C7.8289 10.0114 8.02555 9.96882 8.20369 9.89254C8.73404 9.66547 9.10366 9.13938 9.10366 8.52839C9.10366 7.70937 8.43971 7.04543 7.62069 7.04543ZM4.88772 8.52839C4.88772 7.01902 6.11131 5.79543 7.62069 5.79543C9.13007 5.79543 10.3537 7.01902 10.3537 8.52839C10.3537 9.64592 9.68303 10.6054 8.7247 11.029C9.10094 11.1401 9.46277 11.3076 9.80036 11.5273C10.4578 11.9553 10.9988 12.565 11.3796 13.2893C11.5403 13.5948 11.4228 13.9727 11.1173 14.1333C10.8118 14.294 10.4339 14.1765 10.2732 13.871C9.98413 13.3211 9.58362 12.8777 9.11845 12.575C8.65428 12.2728 8.13902 12.1189 7.62131 12.1189C7.1036 12.1189 6.58833 12.2728 6.12417 12.575C5.65899 12.8777 5.25848 13.3211 4.96939 13.871C4.80876 14.1765 4.43087 14.294 4.12534 14.1333C3.81981 13.9727 3.70235 13.5948 3.86299 13.2893C4.2438 12.565 4.78481 11.9553 5.44225 11.5273C5.77955 11.3078 6.14105 11.1404 6.51694 11.0293C5.55736 10.6052 4.88772 9.64499 4.88772 8.52839Z"
|
|
4
|
-
fill="currentColor"
|
|
5
|
-
/>
|
|
6
|
-
</svg>
|
|
7
|
-
</template>
|
|
8
|
-
<script setup lang="ts">
|
|
9
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.6665 4.71961C1.6665 3.9797 2.26632 3.37988 3.00623 3.37988H16.9934C17.7334 3.37988 18.3332 3.9797 18.3332 4.71961V15.2809C18.3332 16.0208 17.7334 16.6206 16.9934 16.6206H3.00623C2.26632 16.6206 1.6665 16.0208 1.6665 15.2809V4.71961ZM3.00623 4.62988C2.95668 4.62988 2.9165 4.67005 2.9165 4.71961V15.2809C2.9165 15.3305 2.95668 15.3706 3.00623 15.3706H16.9934C17.043 15.3706 17.0832 15.3305 17.0832 15.2809V4.71961C17.0832 4.67005 17.043 4.62988 16.9934 4.62988H3.00623ZM11.9671 8.5606C11.9671 8.21542 12.2469 7.9356 12.5921 7.9356H15.1446C15.4898 7.9356 15.7696 8.21542 15.7696 8.5606C15.7696 8.90578 15.4898 9.1856 15.1446 9.1856H12.5921C12.2469 9.1856 11.9671 8.90578 11.9671 8.5606ZM12.5921 10.4651C12.2469 10.4651 11.9671 10.7449 11.9671 11.0901C11.9671 11.4353 12.2469 11.7151 12.5921 11.7151H15.1446C15.4898 11.7151 15.7696 11.4353 15.7696 11.0901C15.7696 10.7449 15.4898 10.4651 15.1446 10.4651H12.5921ZM7.62069 7.04543C6.80167 7.04543 6.13772 7.70937 6.13772 8.52839C6.13772 9.34741 6.80167 10.0114 7.62069 10.0114C7.8289 10.0114 8.02555 9.96882 8.20369 9.89254C8.73404 9.66547 9.10366 9.13938 9.10366 8.52839C9.10366 7.70937 8.43971 7.04543 7.62069 7.04543ZM4.88772 8.52839C4.88772 7.01902 6.11131 5.79543 7.62069 5.79543C9.13007 5.79543 10.3537 7.01902 10.3537 8.52839C10.3537 9.64592 9.68303 10.6054 8.7247 11.029C9.10094 11.1401 9.46277 11.3076 9.80036 11.5273C10.4578 11.9553 10.9988 12.565 11.3796 13.2893C11.5403 13.5948 11.4228 13.9727 11.1173 14.1333C10.8118 14.294 10.4339 14.1765 10.2732 13.871C9.98413 13.3211 9.58362 12.8777 9.11845 12.575C8.65428 12.2728 8.13902 12.1189 7.62131 12.1189C7.1036 12.1189 6.58833 12.2728 6.12417 12.575C5.65899 12.8777 5.25848 13.3211 4.96939 13.871C4.80876 14.1765 4.43087 14.294 4.12534 14.1333C3.81981 13.9727 3.70235 13.5948 3.86299 13.2893C4.2438 12.565 4.78481 11.9553 5.44225 11.5273C5.77955 11.3078 6.14105 11.1404 6.51694 11.0293C5.55736 10.6052 4.88772 9.64499 4.88772 8.52839Z"
|
|
4
|
+
fill="currentColor"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
8
|
+
<script setup lang="ts">
|
|
9
|
+
</script>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<template>
|
|
6
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 2.05C5.8484 2.05 4.04233 3.85607 4.04233 6.00769C4.04233 6.62916 4.27782 7.31609 4.67533 8.02278C5.07012 8.72463 5.60363 9.4088 6.14891 10.0147C6.69267 10.6188 7.23813 11.1342 7.6484 11.4988C7.78191 11.6175 7.90072 11.7199 8.00003 11.8038C8.09933 11.7199 8.21814 11.6175 8.35166 11.4988C8.76192 11.1342 9.30739 10.6188 9.85114 10.0147C10.3964 9.4088 10.9299 8.72463 11.3247 8.02278C11.7222 7.31609 11.9577 6.62916 11.9577 6.00769C11.9577 3.85607 10.1516 2.05 8.00003 2.05ZM8.00003 12.4827C7.67771 12.8971 7.67749 12.8969 7.67749 12.8969L7.67621 12.8959L7.6731 12.8935L7.66209 12.8849C7.65267 12.8774 7.63912 12.8667 7.62172 12.8528C7.58692 12.8249 7.53668 12.7843 7.47321 12.7319C7.34632 12.6272 7.1663 12.4752 6.95081 12.2836C6.52058 11.9012 5.94537 11.3581 5.36845 10.7171C4.79306 10.0778 4.20589 9.32994 3.76018 8.53756C3.31719 7.75002 2.99233 6.88046 2.99233 6.00769C2.99233 3.27617 5.2685 1 8.00003 1C10.7315 1 13.0077 3.27617 13.0077 6.00769C13.0077 6.88046 12.6829 7.75002 12.2399 8.53756C11.7942 9.32994 11.207 10.0778 10.6316 10.7171C10.0547 11.3581 9.47947 11.9012 9.04924 12.2836C8.83375 12.4752 8.65373 12.6272 8.52684 12.7319C8.46337 12.7843 8.41314 12.8249 8.37833 12.8528C8.36093 12.8667 8.34738 12.8774 8.33796 12.8849L8.32695 12.8935L8.32384 12.8959L8.32289 12.8967C8.32289 12.8967 8.32234 12.8971 8.00003 12.4827ZM8.00003 12.4827L8.32289 12.8967C8.1333 13.0441 7.86707 13.0444 7.67749 12.8969L8.00003 12.4827Z" fill="currentColor"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00004 5.03846C7.46475 5.03846 7.03081 5.4724 7.03081 6.00769C7.03081 6.54298 7.46475 6.97692 8.00004 6.97692C8.53533 6.97692 8.96927 6.54298 8.96927 6.00769C8.96927 5.4724 8.53533 5.03846 8.00004 5.03846ZM5.98081 6.00769C5.98081 4.8925 6.88485 3.98846 8.00004 3.98846C9.11523 3.98846 10.0193 4.8925 10.0193 6.00769C10.0193 7.12288 9.11523 8.02692 8.00004 8.02692C6.88485 8.02692 5.98081 7.12288 5.98081 6.00769Z" fill="currentColor"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.53668 10.7817C2.61941 10.5886 2.80922 10.4635 3.01923 10.4635H3.93839C4.22834 10.4635 4.46339 10.6985 4.46339 10.9885C4.46339 11.2784 4.22834 11.5135 3.93839 11.5135H3.36541L2.32118 13.95H13.6788L12.6346 11.5135H12.0616C11.7717 11.5135 11.5366 11.2784 11.5366 10.9885C11.5366 10.6985 11.7717 10.4635 12.0616 10.4635H12.9808C13.1908 10.4635 13.3806 10.5886 13.4633 10.7817L14.9575 14.2682C15.0271 14.4304 15.0104 14.6167 14.9133 14.764C14.8161 14.9113 14.6515 15 14.475 15H1.525C1.34853 15 1.18386 14.9113 1.08671 14.764C0.989562 14.6167 0.972934 14.4304 1.04245 14.2682L2.53668 10.7817Z" fill="currentColor"/>
|
|
10
|
-
</svg>
|
|
11
|
-
</template>
|
|
12
|
-
|
|
13
|
-
<style scoped>
|
|
14
|
-
|
|
15
|
-
</style>
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
|
|
3
|
+
</script>
|
|
4
|
+
|
|
5
|
+
<template>
|
|
6
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00003 2.05C5.8484 2.05 4.04233 3.85607 4.04233 6.00769C4.04233 6.62916 4.27782 7.31609 4.67533 8.02278C5.07012 8.72463 5.60363 9.4088 6.14891 10.0147C6.69267 10.6188 7.23813 11.1342 7.6484 11.4988C7.78191 11.6175 7.90072 11.7199 8.00003 11.8038C8.09933 11.7199 8.21814 11.6175 8.35166 11.4988C8.76192 11.1342 9.30739 10.6188 9.85114 10.0147C10.3964 9.4088 10.9299 8.72463 11.3247 8.02278C11.7222 7.31609 11.9577 6.62916 11.9577 6.00769C11.9577 3.85607 10.1516 2.05 8.00003 2.05ZM8.00003 12.4827C7.67771 12.8971 7.67749 12.8969 7.67749 12.8969L7.67621 12.8959L7.6731 12.8935L7.66209 12.8849C7.65267 12.8774 7.63912 12.8667 7.62172 12.8528C7.58692 12.8249 7.53668 12.7843 7.47321 12.7319C7.34632 12.6272 7.1663 12.4752 6.95081 12.2836C6.52058 11.9012 5.94537 11.3581 5.36845 10.7171C4.79306 10.0778 4.20589 9.32994 3.76018 8.53756C3.31719 7.75002 2.99233 6.88046 2.99233 6.00769C2.99233 3.27617 5.2685 1 8.00003 1C10.7315 1 13.0077 3.27617 13.0077 6.00769C13.0077 6.88046 12.6829 7.75002 12.2399 8.53756C11.7942 9.32994 11.207 10.0778 10.6316 10.7171C10.0547 11.3581 9.47947 11.9012 9.04924 12.2836C8.83375 12.4752 8.65373 12.6272 8.52684 12.7319C8.46337 12.7843 8.41314 12.8249 8.37833 12.8528C8.36093 12.8667 8.34738 12.8774 8.33796 12.8849L8.32695 12.8935L8.32384 12.8959L8.32289 12.8967C8.32289 12.8967 8.32234 12.8971 8.00003 12.4827ZM8.00003 12.4827L8.32289 12.8967C8.1333 13.0441 7.86707 13.0444 7.67749 12.8969L8.00003 12.4827Z" fill="currentColor"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.00004 5.03846C7.46475 5.03846 7.03081 5.4724 7.03081 6.00769C7.03081 6.54298 7.46475 6.97692 8.00004 6.97692C8.53533 6.97692 8.96927 6.54298 8.96927 6.00769C8.96927 5.4724 8.53533 5.03846 8.00004 5.03846ZM5.98081 6.00769C5.98081 4.8925 6.88485 3.98846 8.00004 3.98846C9.11523 3.98846 10.0193 4.8925 10.0193 6.00769C10.0193 7.12288 9.11523 8.02692 8.00004 8.02692C6.88485 8.02692 5.98081 7.12288 5.98081 6.00769Z" fill="currentColor"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.53668 10.7817C2.61941 10.5886 2.80922 10.4635 3.01923 10.4635H3.93839C4.22834 10.4635 4.46339 10.6985 4.46339 10.9885C4.46339 11.2784 4.22834 11.5135 3.93839 11.5135H3.36541L2.32118 13.95H13.6788L12.6346 11.5135H12.0616C11.7717 11.5135 11.5366 11.2784 11.5366 10.9885C11.5366 10.6985 11.7717 10.4635 12.0616 10.4635H12.9808C13.1908 10.4635 13.3806 10.5886 13.4633 10.7817L14.9575 14.2682C15.0271 14.4304 15.0104 14.6167 14.9133 14.764C14.8161 14.9113 14.6515 15 14.475 15H1.525C1.34853 15 1.18386 14.9113 1.08671 14.764C0.989562 14.6167 0.972934 14.4304 1.04245 14.2682L2.53668 10.7817Z" fill="currentColor"/>
|
|
10
|
+
</svg>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<style scoped>
|
|
14
|
+
|
|
15
|
+
</style>
|