@winchsa/ui 0.1.3 → 0.1.4
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 +3 -113
- package/dist/components/{core/DialogCloseBtn.vue → DialogCloseBtn.vue} +1 -1
- package/dist/components/Drawer.vue +1 -1
- package/dist/components/Drawer.vue.d.ts +1 -1
- package/dist/components/{loading/LoadingDialog.vue → LoadingDialog.vue} +1 -1
- package/dist/components/Modal.vue +2 -2
- package/dist/components/{core/MoreBtn.vue → MoreBtn.vue} +1 -1
- package/dist/components/{core/MoreBtn.vue.d.ts → MoreBtn.vue.d.ts} +1 -1
- package/dist/components/{core/cards → cards}/AppCard.vue +1 -1
- package/dist/components/{core/cards → cards}/AppCard.vue.d.ts +1 -1
- package/dist/components/{core/cards → cards}/AppCardActions.vue +1 -1
- package/dist/components/{core/cards → cards}/AppCardActions.vue.d.ts +5 -5
- package/dist/components/cards/CheckboxesCard.vue +1 -1
- package/dist/components/cards/ImageCard.vue +1 -1
- package/dist/components/cards/ImageCard.vue.d.ts +1 -1
- package/dist/components/cards/InputCard.vue +1 -1
- package/dist/components/cards/InputCard.vue.d.ts +1 -1
- package/dist/components/cards/StaticCard.vue +1 -1
- package/dist/components/cards/StaticCard.vue.d.ts +1 -1
- package/dist/components/{core → forms}/AppBarSearch.vue +1 -1
- package/dist/components/{core → forms}/AppBarSearch.vue.d.ts +17 -17
- package/dist/components/forms/AppLink.vue +1 -1
- package/dist/components/forms/AppOtpInput.vue +1 -1
- package/dist/components/{core → forms}/AppSearchHeader.vue +2 -2
- package/dist/components/forms/AutocompleteInput.vue +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomCheckboxes.vue +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomCheckboxes.vue.d.ts +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomCheckboxesWithIcon.vue +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomCheckboxesWithIcon.vue.d.ts +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomCheckboxesWithImage.vue +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomCheckboxesWithImage.vue.d.ts +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomRadios.vue +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomRadios.vue.d.ts +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomRadiosWithIcon.vue.d.ts +1 -1
- package/dist/components/{core/app-form-elements → forms}/CustomRadiosWithImage.vue.d.ts +1 -1
- package/dist/components/forms/DatePickerRange.vue +1 -1
- package/dist/components/forms/ManualDate.vue +2 -2
- package/dist/components/forms/PasswordInput.vue +1 -1
- package/dist/components/forms/RangeInput.vue +1 -1
- package/dist/components/table/DataTable.vue +4 -4
- package/dist/components/table/EditableDataTable.vue +1 -1
- package/dist/components/table/EditableDataTable.vue.d.ts +1 -1
- package/dist/components/table/EditableDataTableRow.vue +2 -2
- package/dist/components/table/FilterGenerator.vue +3 -3
- package/dist/components/table/StaticTable.vue +1 -1
- package/dist/components/table/TablePagination.vue +1 -1
- package/dist/composables/useFormValidation.d.ts +0 -0
- package/dist/composables/useFormValidation.js +1 -0
- package/dist/composables/useFormValidation.mjs +0 -0
- package/dist/index.d.ts +38 -39
- package/dist/index.js +43 -36
- package/dist/index.mjs +71 -69
- package/dist/utils/hijri-date.d.ts +58 -0
- package/dist/utils/hijri-date.js +168 -0
- package/dist/utils/hijri-date.mjs +1951 -0
- package/dist/utils/ruleValidator.d.ts +6 -0
- package/dist/utils/ruleValidator.js +32 -2
- package/dist/utils/ruleValidator.mjs +29 -0
- package/package.json +8 -10
- package/dist/components/icons/EndMarker.vue +0 -25
- package/dist/components/icons/EndMarker.vue.d.ts +0 -17
- package/dist/components/icons/RedXIcon.vue +0 -36
- package/dist/components/icons/RedXIcon.vue.d.ts +0 -2
- package/dist/components/icons/StarFillIcon.vue +0 -28
- package/dist/components/icons/StarFillIcon.vue.d.ts +0 -2
- package/dist/components/icons/StartMarker.vue +0 -25
- package/dist/components/icons/StartMarker.vue.d.ts +0 -17
- package/dist/components/icons/WorkerIcon.vue +0 -39
- package/dist/components/icons/WorkerIcon.vue.d.ts +0 -2
- package/dist/fonts/NotoSans-Medium.ttf +0 -0
- package/dist/fonts/NotoSansArabic-Medium.ttf +0 -0
- package/dist/fonts/saudi_riyal_symbol/saudi_riyal_symbol.eot +0 -0
- package/dist/fonts/saudi_riyal_symbol/saudi_riyal_symbol.svg +0 -9
- package/dist/fonts/saudi_riyal_symbol/saudi_riyal_symbol.ttf +0 -0
- package/dist/fonts/saudi_riyal_symbol/saudi_riyal_symbol.woff +0 -0
- package/dist/fonts/saudi_riyal_symbol/saudi_riyal_symbol.woff2 +0 -0
- package/dist/images/successful-registration.svg +0 -15
- package/dist/styles/assets/scss/styles.css +0 -16099
- package/dist/styles/assets/scss/styles.scss +0 -246
- package/src/styles/@core/scss/base/_components.scss +0 -164
- package/src/styles/@core/scss/base/_dark.scss +0 -16
- package/src/styles/@core/scss/base/_default-layout-w-vertical-nav.scss +0 -106
- package/src/styles/@core/scss/base/_default-layout.scss +0 -16
- package/src/styles/@core/scss/base/_index.scss +0 -47
- package/src/styles/@core/scss/base/_layouts.scss +0 -63
- package/src/styles/@core/scss/base/_misc.scss +0 -20
- package/src/styles/@core/scss/base/_mixins.scss +0 -84
- package/src/styles/@core/scss/base/_route-transitions.scss +0 -70
- package/src/styles/@core/scss/base/_utilities.scss +0 -418
- package/src/styles/@core/scss/base/_utils.scss +0 -100
- package/src/styles/@core/scss/base/_variables.scss +0 -190
- package/src/styles/@core/scss/base/_vertical-nav.scss +0 -264
- package/src/styles/@core/scss/base/libs/_perfect-scrollbar.scss +0 -35
- package/src/styles/@core/scss/base/libs/vuetify/_index.scss +0 -1
- package/src/styles/@core/scss/base/libs/vuetify/_overrides.scss +0 -385
- package/src/styles/@core/scss/base/libs/vuetify/_variables.scss +0 -48
- package/src/styles/@core/scss/base/placeholders/_default-layout-vertical-nav.scss +0 -48
- package/src/styles/@core/scss/base/placeholders/_default-layout.scss +0 -3
- package/src/styles/@core/scss/base/placeholders/_index.scss +0 -5
- package/src/styles/@core/scss/base/placeholders/_misc.scss +0 -7
- package/src/styles/@core/scss/base/placeholders/_nav.scss +0 -26
- package/src/styles/@core/scss/base/placeholders/_vertical-nav.scss +0 -84
- package/src/styles/@core/scss/base/skins/_bordered.scss +0 -60
- package/src/styles/@core/scss/base/skins/_index.scss +0 -1
- package/src/styles/@core/scss/template/_components.scss +0 -1035
- package/src/styles/@core/scss/template/_default-layout-w-vertical-nav.scss +0 -20
- package/src/styles/@core/scss/template/_utilities.scss +0 -20
- package/src/styles/@core/scss/template/_variables.scss +0 -67
- package/src/styles/@core/scss/template/_vertical-nav.scss +0 -41
- package/src/styles/@core/scss/template/index.scss +0 -15
- package/src/styles/@core/scss/template/libs/apex-chart.scss +0 -99
- package/src/styles/@core/scss/template/libs/shepherd.scss +0 -88
- package/src/styles/@core/scss/template/libs/vuetify/_variables.scss +0 -461
- package/src/styles/@core/scss/template/libs/vuetify/index.scss +0 -1
- package/src/styles/@core/scss/template/pages/misc.scss +0 -20
- package/src/styles/@core/scss/template/placeholders/_default-layout-vertical-nav.scss +0 -9
- package/src/styles/@core/scss/template/placeholders/_index.scss +0 -3
- package/src/styles/@core/scss/template/placeholders/_nav.scss +0 -15
- package/src/styles/@core/scss/template/placeholders/_vertical-nav.scss +0 -18
- package/src/styles/@core/scss/template/skins/_bordered.scss +0 -36
- package/src/styles/@core/scss/template/skins/_index.scss +0 -1
- package/src/styles/@layouts/styles/_classes.scss +0 -3
- package/src/styles/@layouts/styles/_dashboard-layout.scss +0 -43
- package/src/styles/@layouts/styles/_global.scss +0 -10
- package/src/styles/@layouts/styles/_mixins.scss +0 -28
- package/src/styles/@layouts/styles/_placeholders.scss +0 -53
- package/src/styles/@layouts/styles/_rtl.scss +0 -7
- package/src/styles/@layouts/styles/_variables.scss +0 -22
- package/src/styles/@layouts/styles/index.scss +0 -2
- package/src/styles/assets/scss/styles.scss +0 -246
- package/src/styles/assets/scss/variables/_template.scss +0 -1
- package/src/styles/assets/scss/variables/_vuetify.scss +0 -1
- /package/dist/components/{core/CustomizerSection.vue → CustomizerSection.vue} +0 -0
- /package/dist/components/{core/CustomizerSection.vue.d.ts → CustomizerSection.vue.d.ts} +0 -0
- /package/dist/components/{core/DialogCloseBtn.vue.d.ts → DialogCloseBtn.vue.d.ts} +0 -0
- /package/dist/components/{loading/LoadingBar.vue → LoadingBar.vue} +0 -0
- /package/dist/components/{loading/LoadingBar.vue.d.ts → LoadingBar.vue.d.ts} +0 -0
- /package/dist/components/{loading/LoadingDialog.vue.d.ts → LoadingDialog.vue.d.ts} +0 -0
- /package/dist/components/{loading/LoadingItem.vue → LoadingItem.vue} +0 -0
- /package/dist/components/{loading/LoadingItem.vue.d.ts → LoadingItem.vue.d.ts} +0 -0
- /package/dist/components/{core/ScrollToTop.vue → ScrollToTop.vue} +0 -0
- /package/dist/components/{core/ScrollToTop.vue.d.ts → ScrollToTop.vue.d.ts} +0 -0
- /package/dist/components/{core/cards → cards}/CardStatisticsHorizontal.vue +0 -0
- /package/dist/components/{core/cards → cards}/CardStatisticsHorizontal.vue.d.ts +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppCombobox.vue +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppCombobox.vue.d.ts +0 -0
- /package/dist/components/{core → forms}/AppDrawerHeaderSection.vue +0 -0
- /package/dist/components/{core → forms}/AppDrawerHeaderSection.vue.d.ts +0 -0
- /package/dist/components/{core → forms}/AppSearchHeader.vue.d.ts +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppSelect.vue +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppSelect.vue.d.ts +0 -0
- /package/dist/components/{core → forms}/AppStepper.vue +0 -0
- /package/dist/components/{core → forms}/AppStepper.vue.d.ts +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppSwitch.vue +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppSwitch.vue.d.ts +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppTextField.vue +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppTextField.vue.d.ts +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppTextarea.vue +0 -0
- /package/dist/components/{core/app-form-elements → forms}/AppTextarea.vue.d.ts +0 -0
- /package/dist/components/{core/app-form-elements → forms}/CustomRadiosWithIcon.vue +0 -0
- /package/dist/components/{core/app-form-elements → forms}/CustomRadiosWithImage.vue +0 -0
- /package/dist/composables/{use-is-mobile.d.ts → useIsMobile.d.ts} +0 -0
- /package/dist/composables/{use-is-mobile.js → useIsMobile.js} +0 -0
- /package/dist/composables/{use-is-mobile.mjs → useIsMobile.mjs} +0 -0
- /package/dist/composables/{use-table-filters.d.ts → useTableFilters.d.ts} +0 -0
- /package/dist/composables/{use-table-filters.js → useTableFilters.js} +0 -0
- /package/dist/composables/{use-table-filters.mjs → useTableFilters.mjs} +0 -0
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { VForm } from 'vuetify/components/VForm';
|
|
1
2
|
export declare const ruleValidator: () => {
|
|
2
3
|
fileValidator: (file: File | undefined, maxSizeInMB: number, types: string[]) => boolean | undefined;
|
|
3
4
|
requiredValidator: (value: unknown) => string | true;
|
|
@@ -26,3 +27,8 @@ export declare const ruleValidator: () => {
|
|
|
26
27
|
dateValidator: (value: unknown) => string | true;
|
|
27
28
|
regexValidator: (value: string, regex: RegExp, message?: string) => string | true;
|
|
28
29
|
};
|
|
30
|
+
export declare const useFormValidation: () => {
|
|
31
|
+
validateAndScroll: (refVForm: VForm | undefined) => Promise<boolean>;
|
|
32
|
+
validationType: import("vue").Ref<"submit" | "input", "submit" | "input">;
|
|
33
|
+
scrollToError: () => Promise<void>;
|
|
34
|
+
};
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.ruleValidator = void 0;
|
|
6
|
+
exports.useFormValidation = exports.ruleValidator = void 0;
|
|
7
|
+
var _vue = require("vue");
|
|
7
8
|
var _vueI18n = require("vue-i18n");
|
|
8
9
|
var _toaster = require("./toaster");
|
|
9
10
|
var _utils = require("./utils");
|
|
@@ -155,4 +156,33 @@ const ruleValidator = () => {
|
|
|
155
156
|
regexValidator
|
|
156
157
|
};
|
|
157
158
|
};
|
|
158
|
-
exports.ruleValidator = ruleValidator;
|
|
159
|
+
exports.ruleValidator = ruleValidator;
|
|
160
|
+
const useFormValidation = () => {
|
|
161
|
+
const validationType = (0, _vue.ref)("submit");
|
|
162
|
+
const validateAndScroll = async refVForm => {
|
|
163
|
+
const isValid = await refVForm?.validate();
|
|
164
|
+
await scrollToError();
|
|
165
|
+
if (isValid?.valid === false) {
|
|
166
|
+
await scrollToError();
|
|
167
|
+
validationType.value = "input";
|
|
168
|
+
return false;
|
|
169
|
+
}
|
|
170
|
+
return true;
|
|
171
|
+
};
|
|
172
|
+
const scrollToError = async () => {
|
|
173
|
+
validationType.value = "input";
|
|
174
|
+
await (0, _vue.nextTick)(() => {
|
|
175
|
+
const el = document.querySelector(".v-messages__message:first-of-type");
|
|
176
|
+
el?.scrollIntoView({
|
|
177
|
+
behavior: "smooth",
|
|
178
|
+
block: "center"
|
|
179
|
+
});
|
|
180
|
+
});
|
|
181
|
+
};
|
|
182
|
+
return {
|
|
183
|
+
validateAndScroll,
|
|
184
|
+
validationType,
|
|
185
|
+
scrollToError
|
|
186
|
+
};
|
|
187
|
+
};
|
|
188
|
+
exports.useFormValidation = useFormValidation;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ref, nextTick } from "vue";
|
|
1
2
|
import { useI18n } from "vue-i18n";
|
|
2
3
|
import { toaster } from "./toaster.mjs";
|
|
3
4
|
import { isEmpty, isEmptyArray, isNullOrUndefined } from "./utils.mjs";
|
|
@@ -142,3 +143,31 @@ export const ruleValidator = () => {
|
|
|
142
143
|
regexValidator
|
|
143
144
|
};
|
|
144
145
|
};
|
|
146
|
+
export const useFormValidation = () => {
|
|
147
|
+
const validationType = ref("submit");
|
|
148
|
+
const validateAndScroll = async (refVForm) => {
|
|
149
|
+
const isValid = await refVForm?.validate();
|
|
150
|
+
await scrollToError();
|
|
151
|
+
if (isValid?.valid === false) {
|
|
152
|
+
await scrollToError();
|
|
153
|
+
validationType.value = "input";
|
|
154
|
+
return false;
|
|
155
|
+
}
|
|
156
|
+
return true;
|
|
157
|
+
};
|
|
158
|
+
const scrollToError = async () => {
|
|
159
|
+
validationType.value = "input";
|
|
160
|
+
await nextTick(() => {
|
|
161
|
+
const el = document.querySelector(".v-messages__message:first-of-type");
|
|
162
|
+
el?.scrollIntoView({
|
|
163
|
+
behavior: "smooth",
|
|
164
|
+
block: "center"
|
|
165
|
+
});
|
|
166
|
+
});
|
|
167
|
+
};
|
|
168
|
+
return {
|
|
169
|
+
validateAndScroll,
|
|
170
|
+
validationType,
|
|
171
|
+
scrollToError
|
|
172
|
+
};
|
|
173
|
+
};
|
package/package.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@winchsa/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
|
-
"dist/*"
|
|
11
|
-
"src/styles/*"
|
|
10
|
+
"dist/*"
|
|
12
11
|
],
|
|
13
12
|
"exports": {
|
|
14
13
|
".": {
|
|
@@ -39,11 +38,10 @@
|
|
|
39
38
|
"vuetify": "3.3.12"
|
|
40
39
|
},
|
|
41
40
|
"dependencies": {
|
|
42
|
-
"moment-hijri": "^3.0.0",
|
|
43
41
|
"cropperjs": "^1.6.2",
|
|
44
|
-
"vue-sonner": "^1.3.0",
|
|
45
42
|
"print-js": "^1.6.0",
|
|
46
|
-
"v-calendar": "^3.1.2"
|
|
43
|
+
"v-calendar": "^3.1.2",
|
|
44
|
+
"vue-sonner": "^1.3.0"
|
|
47
45
|
},
|
|
48
46
|
"devDependencies": {
|
|
49
47
|
"@tanstack/eslint-plugin-query": "^5.73.3",
|
|
@@ -53,10 +51,10 @@
|
|
|
53
51
|
"eslint-import-resolver-typescript": "^4.3.3",
|
|
54
52
|
"eslint-plugin-import": "^2.31.0",
|
|
55
53
|
"eslint-plugin-vue": "^9.32.0",
|
|
54
|
+
"sass": "1.86.0",
|
|
56
55
|
"typescript": "5.5.4",
|
|
57
56
|
"unbuild": "^3.0.0",
|
|
58
57
|
"vite": "^4.5.14",
|
|
59
|
-
"sass": "1.86.0",
|
|
60
58
|
"vite-plugin-vuetify": "1.0.2",
|
|
61
59
|
"vue-sfc-transformer": "^0.1.16",
|
|
62
60
|
"vue-tsc": "2.2.4"
|
|
@@ -70,9 +68,9 @@
|
|
|
70
68
|
"version:patch": "pnpm version patch --no-git-tag-version",
|
|
71
69
|
"version:minor": "pnpm version minor --no-git-tag-version",
|
|
72
70
|
"version:major": "pnpm version major --no-git-tag-version",
|
|
73
|
-
"publish:patch": "pnpm run version:patch && git add package.json && git commit -m \"chore: bump version\" && git push origin
|
|
74
|
-
"publish:minor": "pnpm run version:minor && git add package.json && git commit -m \"chore: bump version\" && git push origin
|
|
75
|
-
"publish:major": "pnpm run version:major && git add package.json && git commit -m \"chore: bump version\" && git push origin
|
|
71
|
+
"publish:patch": "pnpm run version:patch && git add package.json && git commit -m \"chore: bump version\" && git push origin master",
|
|
72
|
+
"publish:minor": "pnpm run version:minor && git add package.json && git commit -m \"chore: bump version\" && git push origin master",
|
|
73
|
+
"publish:major": "pnpm run version:major && git add package.json && git commit -m \"chore: bump version\" && git push origin master",
|
|
76
74
|
"release": "pnpm run build && pnpm publish",
|
|
77
75
|
"release:dry-run": "pnpm run build && pnpm publish --dry-run"
|
|
78
76
|
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<script setup>
|
|
2
|
-
import { useI18n } from "vue-i18n";
|
|
3
|
-
const { locale } = useI18n();
|
|
4
|
-
</script>
|
|
5
|
-
|
|
6
|
-
<template>
|
|
7
|
-
<svg
|
|
8
|
-
width="35"
|
|
9
|
-
height="45"
|
|
10
|
-
viewBox="0 0 35 45"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
>
|
|
14
|
-
<path d="M17.5196 43.6667C17.1866 43.6667 16.1733 43.6667 11.5865 38.3258C9.20993 35.5586 6.7245 32.3144 5.67669 30.6119C4.27369 28.3322 3.06201 26.3634 2.24079 24.3202C1.38267 22.1852 1 20.0878 1 17.5196C1 13.1071 2.71834 8.95863 5.83849 5.83849C8.95863 2.71834 13.1071 1 17.5196 1C21.9322 1 26.0806 2.71834 29.2008 5.83849C32.3209 8.95863 34.0392 13.1071 34.0392 17.5196C34.0392 20.0071 33.6522 22.0605 32.7843 24.1777C31.9838 26.1303 30.8507 27.9675 29.4161 30.2936L29.2196 30.6122C28.2143 32.243 25.7265 35.5231 23.4328 38.2418C22.1421 39.7716 20.9715 41.0564 20.0477 41.9574C18.5032 43.4636 17.903 43.6667 17.5196 43.6667Z" fill="#F52D56" />
|
|
15
|
-
<path d="M17.5196 43.1667C19.1451 43.1667 26.8854 33.4462 28.794 30.3498C31.7279 25.59 33.5392 22.7742 33.5392 17.5196C33.5392 8.67223 26.367 1.5 17.5196 1.5C8.67223 1.5 1.5 8.67223 1.5 17.5196C1.5 22.8015 3.17841 25.5986 6.10251 30.3498C8.14055 33.6613 15.8942 43.1667 17.5196 43.1667ZM17.5196 44.1667C17.0135 44.1667 16.3151 43.9469 14.6459 42.3529C13.7002 41.4498 12.5111 40.1699 11.2072 38.6516C8.81568 35.8669 6.3107 32.596 5.25088 30.8739C2.39 26.2255 0.5 23.1546 0.5 17.5196C0.5 15.2224 0.95013 12.9934 1.8379 10.8945C2.69516 8.86771 3.9222 7.04766 5.48493 5.48493C7.04766 3.9222 8.86771 2.69516 10.8945 1.8379C12.9934 0.95013 15.2224 0.5 17.5196 0.5C19.8168 0.5 22.0458 0.95013 24.1447 1.8379C26.1715 2.69516 27.9916 3.9222 29.5543 5.48493C31.117 7.04766 32.3441 8.86771 33.2014 10.8945C34.0891 12.9934 34.5392 15.2224 34.5392 17.5196C34.5392 22.9394 32.6704 25.9695 29.8416 30.556L29.6453 30.8745C28.6289 32.5235 26.1224 35.8293 23.8149 38.5642C22.514 40.1062 21.332 41.4033 20.3968 42.3154C18.8213 43.8518 18.1071 44.1667 17.5196 44.1667Z" fill="#2A2A2A" />
|
|
16
|
-
<path d="M17.5178 9.50977C19.102 9.50977 20.6507 9.97954 21.9679 10.8597C23.2852 11.7398 24.3118 12.9908 24.9181 14.4545C25.5243 15.9181 25.683 17.5287 25.3739 19.0824C25.0648 20.6362 24.302 22.0635 23.1817 23.1837C22.0615 24.3039 20.6343 25.0668 19.0805 25.3759C17.5267 25.6849 15.9162 25.5263 14.4525 24.92C12.9889 24.3138 11.7379 23.2871 10.8577 21.9699C9.97759 20.6526 9.50781 19.104 9.50781 17.5198C9.50781 15.3954 10.3517 13.358 11.8539 11.8558C13.3561 10.3537 15.3934 9.50977 17.5178 9.50977Z" fill="white" stroke="#2A2A2A" />
|
|
17
|
-
<path d="M17.5 31C24.4036 31 30 25.4036 30 18.5C30 11.5964 24.4036 6 17.5 6C10.5964 6 5 11.5964 5 18.5C5 25.4036 10.5964 31 17.5 31Z" fill="white" stroke="#2A2A2A" />
|
|
18
|
-
<text
|
|
19
|
-
:x="locale === 'en' ? 13.5 : 22"
|
|
20
|
-
:y="locale === 'en' ? 24 : 23"
|
|
21
|
-
fill="black"
|
|
22
|
-
style="font-weight: 700;font-size: 16px"
|
|
23
|
-
><slot /></text>
|
|
24
|
-
</svg>
|
|
25
|
-
</template>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const locale: import("vue").WritableComputedRef<string, string>;
|
|
2
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
3
|
-
declare var __VLS_1: {};
|
|
4
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
5
|
-
default?: (props: typeof __VLS_1) => any;
|
|
6
|
-
}>;
|
|
7
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
8
|
-
locale: typeof locale;
|
|
9
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="18"
|
|
4
|
-
height="18"
|
|
5
|
-
viewBox="0 0 100 100"
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
>
|
|
8
|
-
<!-- Background rectangle -->
|
|
9
|
-
<rect
|
|
10
|
-
width="100"
|
|
11
|
-
height="100"
|
|
12
|
-
rx="15"
|
|
13
|
-
fill="#FF326E"
|
|
14
|
-
/>
|
|
15
|
-
|
|
16
|
-
<!-- X shape -->
|
|
17
|
-
<line
|
|
18
|
-
x1="35"
|
|
19
|
-
y1="35"
|
|
20
|
-
x2="65"
|
|
21
|
-
y2="65"
|
|
22
|
-
stroke="white"
|
|
23
|
-
stroke-width="8"
|
|
24
|
-
stroke-linecap="round"
|
|
25
|
-
/>
|
|
26
|
-
<line
|
|
27
|
-
x1="65"
|
|
28
|
-
y1="35"
|
|
29
|
-
x2="35"
|
|
30
|
-
y2="65"
|
|
31
|
-
stroke="white"
|
|
32
|
-
stroke-width="8"
|
|
33
|
-
stroke-linecap="round"
|
|
34
|
-
/>
|
|
35
|
-
</svg>
|
|
36
|
-
</template>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="18"
|
|
4
|
-
height="18"
|
|
5
|
-
viewBox="0 0 18 18"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<rect
|
|
10
|
-
width="18"
|
|
11
|
-
height="18"
|
|
12
|
-
rx="9"
|
|
13
|
-
fill="#888888"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill-rule="evenodd"
|
|
17
|
-
clip-rule="evenodd"
|
|
18
|
-
d="M9.0035 12.2915L5.91318 14L6.5035 10.3813L4 7.81878L7.45484 7.29227L9 4L10.5452 7.29227L14 7.81878L11.4965 10.3813L12.0868 14L9.0035 12.2915Z"
|
|
19
|
-
fill="white"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
fill-rule="evenodd"
|
|
23
|
-
clip-rule="evenodd"
|
|
24
|
-
d="M9.0035 12.2915L5.91318 14L6.5035 10.3813L4 7.81878L7.45484 7.29227L9 4L10.5452 7.29227L14 7.81878L11.4965 10.3813L12.0868 14L9.0035 12.2915Z"
|
|
25
|
-
fill="white"
|
|
26
|
-
/>
|
|
27
|
-
</svg>
|
|
28
|
-
</template>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
<script setup>
|
|
2
|
-
import { useI18n } from "vue-i18n";
|
|
3
|
-
const { locale } = useI18n();
|
|
4
|
-
</script>
|
|
5
|
-
|
|
6
|
-
<template>
|
|
7
|
-
<svg
|
|
8
|
-
width="35"
|
|
9
|
-
height="45"
|
|
10
|
-
viewBox="0 0 35 45"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
>
|
|
14
|
-
<path d="M17.5196 43.6667C17.1866 43.6667 16.1733 43.6667 11.5865 38.3258C9.20993 35.5586 6.7245 32.3144 5.67669 30.6119C4.27369 28.3322 3.06201 26.3634 2.24079 24.3202C1.38267 22.1852 1 20.0878 1 17.5196C1 13.1071 2.71834 8.95863 5.83849 5.83849C8.95863 2.71834 13.1071 1 17.5196 1C21.9322 1 26.0806 2.71834 29.2008 5.83849C32.3209 8.95863 34.0392 13.1071 34.0392 17.5196C34.0392 20.0071 33.6522 22.0605 32.7843 24.1777C31.9838 26.1303 30.8507 27.9675 29.4161 30.2936L29.2196 30.6122C28.2143 32.243 25.7265 35.5231 23.4328 38.2418C22.1421 39.7716 20.9715 41.0564 20.0477 41.9574C18.5032 43.4636 17.903 43.6667 17.5196 43.6667Z" fill="#FDC930" />
|
|
15
|
-
<path d="M17.5196 43.1667C19.1451 43.1667 26.8854 33.4462 28.794 30.3498C31.7279 25.59 33.5392 22.7742 33.5392 17.5196C33.5392 8.67223 26.367 1.5 17.5196 1.5C8.67223 1.5 1.5 8.67223 1.5 17.5196C1.5 22.8015 3.17841 25.5986 6.10251 30.3498C8.14055 33.6613 15.8942 43.1667 17.5196 43.1667ZM17.5196 44.1667C17.0135 44.1667 16.3151 43.9469 14.6459 42.3529C13.7002 41.4498 12.5111 40.1699 11.2072 38.6516C8.81568 35.8669 6.3107 32.596 5.25088 30.8739C2.39 26.2255 0.5 23.1546 0.5 17.5196C0.5 15.2224 0.95013 12.9934 1.8379 10.8945C2.69516 8.86771 3.9222 7.04766 5.48493 5.48493C7.04766 3.9222 8.86771 2.69516 10.8945 1.8379C12.9934 0.95013 15.2224 0.5 17.5196 0.5C19.8168 0.5 22.0458 0.95013 24.1447 1.8379C26.1715 2.69516 27.9916 3.9222 29.5543 5.48493C31.117 7.04766 32.3441 8.86771 33.2014 10.8945C34.0891 12.9934 34.5392 15.2224 34.5392 17.5196C34.5392 22.9394 32.6704 25.9695 29.8416 30.556L29.6453 30.8745C28.6289 32.5235 26.1224 35.8293 23.8149 38.5642C22.514 40.1062 21.332 41.4033 20.3968 42.3154C18.8213 43.8518 18.1071 44.1667 17.5196 44.1667Z" fill="#2A2A2A" />
|
|
16
|
-
<path d="M17.5178 9.50977C19.102 9.50977 20.6507 9.97954 21.9679 10.8597C23.2852 11.7398 24.3118 12.9908 24.9181 14.4545C25.5243 15.9181 25.683 17.5287 25.3739 19.0824C25.0648 20.6362 24.302 22.0635 23.1817 23.1837C22.0615 24.3039 20.6343 25.0668 19.0805 25.3759C17.5267 25.6849 15.9162 25.5263 14.4525 24.92C12.9889 24.3138 11.7379 23.2871 10.8577 21.9699C9.97759 20.6526 9.50781 19.104 9.50781 17.5198C9.50781 15.3954 10.3517 13.358 11.8539 11.8558C13.3561 10.3537 15.3934 9.50977 17.5178 9.50977Z" fill="white" stroke="#2A2A2A" />
|
|
17
|
-
<path d="M17.5 31C24.4036 31 30 25.4036 30 18.5C30 11.5964 24.4036 6 17.5 6C10.5964 6 5 11.5964 5 18.5C5 25.4036 10.5964 31 17.5 31Z" fill="white" stroke="#2A2A2A" />
|
|
18
|
-
<text
|
|
19
|
-
:x="locale === 'en' ? 13.5 : 22"
|
|
20
|
-
:y="locale === 'en' ? 24 : 23"
|
|
21
|
-
fill="black"
|
|
22
|
-
style="font-weight: 700;font-size: 16px"
|
|
23
|
-
><slot /></text>
|
|
24
|
-
</svg>
|
|
25
|
-
</template>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const locale: import("vue").WritableComputedRef<string, string>;
|
|
2
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
3
|
-
declare var __VLS_1: {};
|
|
4
|
-
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
5
|
-
default?: (props: typeof __VLS_1) => any;
|
|
6
|
-
}>;
|
|
7
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {
|
|
8
|
-
locale: typeof locale;
|
|
9
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
|
-
export default _default;
|
|
13
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
14
|
-
new (): {
|
|
15
|
-
$slots: S;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
width="12"
|
|
4
|
-
height="16"
|
|
5
|
-
viewBox="0 0 12 16"
|
|
6
|
-
fill="none"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
>
|
|
9
|
-
<g clip-path="url(#clip0_4001_12981)">
|
|
10
|
-
<mask
|
|
11
|
-
id="mask0_4001_12981"
|
|
12
|
-
style="mask-type:luminance"
|
|
13
|
-
maskUnits="userSpaceOnUse"
|
|
14
|
-
x="0"
|
|
15
|
-
y="0"
|
|
16
|
-
width="12"
|
|
17
|
-
height="16"
|
|
18
|
-
>
|
|
19
|
-
<path d="M11.4117 0.930664H0.59375V15.0697H11.4117V0.930664Z" fill="white" />
|
|
20
|
-
</mask>
|
|
21
|
-
<g mask="url(#mask0_4001_12981)">
|
|
22
|
-
<path d="M1.23239 15.0695C1.21613 15.0595 1.19908 15.0508 1.18139 15.0435C1.06768 15.0152 0.961872 14.9615 0.871932 14.8863C0.781992 14.8112 0.710259 14.7167 0.66213 14.6098C0.614001 14.503 0.590729 14.3866 0.594064 14.2695C0.597399 14.1523 0.627256 14.0375 0.681387 13.9335C1.00439 13.2245 1.33339 12.5175 1.65939 11.8105L2.74839 9.44754C2.77239 9.39454 2.79439 9.34054 2.80639 9.31254C2.66803 9.26481 2.53417 9.20491 2.40639 9.13354C2.33873 9.08317 2.28491 9.01652 2.24994 8.93976C2.21497 8.863 2.19999 8.77865 2.20639 8.69454C2.20639 7.37388 2.20639 6.0532 2.20639 4.73254C2.20143 4.65473 2.21306 4.57676 2.24053 4.50379C2.268 4.43082 2.31066 4.36453 2.3657 4.3093C2.42073 4.25408 2.48688 4.21118 2.55975 4.18347C2.63263 4.15575 2.71056 4.14384 2.78839 4.14854C3.46539 4.14854 4.14239 4.14854 4.81939 4.14854C4.90554 4.14186 4.99201 4.15663 5.07106 4.19153C5.15011 4.22643 5.21928 4.28038 5.27239 4.34854C5.29927 4.38496 5.33546 4.41347 5.37717 4.43106C5.41887 4.44866 5.46454 4.45469 5.50939 4.44854C6.42672 4.45587 7.34372 4.46421 8.26039 4.47354C8.40239 4.47354 8.54539 4.47354 8.68639 4.48354C8.82685 4.48948 8.96012 4.54729 9.06043 4.6458C9.16073 4.74431 9.22093 4.87652 9.22939 5.01685C9.23785 5.15719 9.19397 5.29568 9.10623 5.40553C9.01848 5.51538 8.89312 5.58878 8.75439 5.61154C8.57394 5.6291 8.39246 5.63344 8.21139 5.62454C7.31405 5.61788 6.41672 5.60988 5.51939 5.60054C5.48639 5.60054 5.45339 5.60054 5.40539 5.60754V5.75754C5.40539 6.61154 5.40539 7.46554 5.40539 8.32054C5.40837 8.40612 5.43655 8.48891 5.48639 8.55854C5.92839 9.15854 6.37439 9.75588 6.82439 10.3505C6.89236 10.4355 6.92782 10.5418 6.92439 10.6505C6.92439 11.6375 6.92439 12.6235 6.92439 13.6105C6.93799 13.8112 6.87446 14.0095 6.74677 14.1649C6.61908 14.3202 6.43688 14.421 6.23739 14.4465C6.12739 14.4596 6.01588 14.4489 5.91037 14.4152C5.80486 14.3814 5.7078 14.3255 5.62574 14.2511C5.54367 14.1767 5.47851 14.0856 5.43463 13.9839C5.39075 13.8822 5.36919 13.7723 5.37139 13.6615C5.36672 12.8469 5.36672 12.0319 5.37139 11.2165C5.37576 11.0752 5.32888 10.937 5.23939 10.8275C4.94639 10.4475 4.66239 10.0605 4.36239 9.65954C4.33139 9.72154 4.30639 9.76554 4.28539 9.81154C3.57939 11.3425 2.86939 12.8715 2.17239 14.4065C2.12058 14.5591 2.03479 14.6978 1.9215 14.8123C1.8082 14.9269 1.67036 15.0141 1.51839 15.0675L1.23239 15.0695Z" fill="#2A2A2A" />
|
|
23
|
-
<path d="M11.4163 6.58548C11.3743 6.596 11.3315 6.60302 11.2883 6.60648H7.17032C7.14132 6.60648 7.11231 6.60648 7.07031 6.60148V6.02748H7.22432C7.69032 6.03348 8.15531 6.04348 8.62431 6.04448C8.83179 6.04943 9.03566 5.98972 9.20767 5.87361C9.37969 5.7575 9.51131 5.59075 9.5843 5.39648C9.65407 5.21152 9.6661 5.00975 9.61879 4.81781C9.57148 4.62588 9.46704 4.45282 9.31931 4.32148C9.13978 4.15797 8.90512 4.06832 8.66231 4.07048C8.20131 4.07048 7.74132 4.05848 7.28032 4.05348H7.07031V2.32748H8.35831C8.35831 2.60681 8.35831 2.88514 8.35831 3.16248C8.35831 3.40948 8.41531 3.46748 8.65831 3.46848H9.82031C10.0543 3.46848 10.1133 3.40848 10.1133 3.16848C10.1133 2.88948 10.1133 2.61148 10.1133 2.31348H11.4133L11.4163 6.58548Z" fill="#2A2A2A" />
|
|
24
|
-
<path d="M4.98674 2.19366C4.98595 2.44241 4.9115 2.68535 4.77276 2.89183C4.63403 3.0983 4.43725 3.25904 4.20724 3.35378C3.97724 3.44852 3.72432 3.473 3.48042 3.42413C3.23652 3.37526 3.01255 3.25524 2.8368 3.0792C2.66105 2.90317 2.54138 2.67902 2.49289 2.43504C2.44441 2.19106 2.46929 1.93818 2.56439 1.70833C2.65949 1.47848 2.82055 1.28194 3.02725 1.14354C3.23394 1.00514 3.47699 0.93106 3.72574 0.930664C4.06012 0.931984 4.3804 1.06554 4.61666 1.30217C4.85291 1.5388 4.98595 1.85928 4.98674 2.19366Z" fill="#2A2A2A" />
|
|
25
|
-
<path d="M9.69425 2.32568H8.78125V3.04468H9.69425V2.32568Z" fill="#2A2A2A" />
|
|
26
|
-
</g>
|
|
27
|
-
</g>
|
|
28
|
-
<defs>
|
|
29
|
-
<clipPath id="clip0_4001_12981">
|
|
30
|
-
<rect
|
|
31
|
-
width="10.818"
|
|
32
|
-
height="14.139"
|
|
33
|
-
fill="white"
|
|
34
|
-
transform="translate(0.59375 0.930664)"
|
|
35
|
-
/>
|
|
36
|
-
</clipPath>
|
|
37
|
-
</defs>
|
|
38
|
-
</svg>
|
|
39
|
-
</template>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<defs>
|
|
3
|
-
<font id="fontello" horiz-adv-x="1000" >
|
|
4
|
-
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
|
5
|
-
<missing-glyph horiz-adv-x="1000" />
|
|
6
|
-
<glyph glyph-name="sa" unicode="" d="M557-36h0c-16-35-27-74-31-114l338 72c16 35 27 74 31 114l-338-72z m307 173c16 35 27 74 31 114l-263-56v108l232 49c16 36 27 74 31 114l-263-56v387c-41-22-77-52-106-88v-321l-105-22v484c-40-23-76-53-105-88v-419l-236-50c-16-35-26-74-30-114l266 57v-136l-285-60c-16-36-27-74-31-115l299 64c24 5 45 19 58 39l55 81v0c6 9 9 19 9 30v119l105 22v-215l338 72z" horiz-adv-x="895" />
|
|
7
|
-
</font>
|
|
8
|
-
</defs>
|
|
9
|
-
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|