base6-ui 1.1.14 → 1.1.16
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/dist/components/BaseCascader/cssVar.d.ts +10 -0
- package/dist/components/BaseConfigProvider/constants.d.ts +3 -0
- package/dist/components/BaseConfigProvider/index.d.ts +2 -0
- package/dist/components/BaseConfigProvider/index.vue.d.ts +18 -0
- package/dist/components/BaseConfigProvider/locale-base.d.ts +3 -0
- package/dist/components/BaseConfigProvider/locale-naive.d.ts +4 -0
- package/dist/components/BaseConfigProvider/type.d.ts +17 -0
- package/dist/components/BaseDataTable/index.vue.d.ts +1 -1
- package/dist/components/BaseDialog/index.vue.d.ts +2 -2
- package/dist/components/BaseInputNumber/index.vue.d.ts +0 -1
- package/dist/components/BaseLayout/Default/index.vue.d.ts +8 -6
- package/dist/components/BaseLayout/Default/type.d.ts +7 -9
- package/dist/components/BaseLayout/index.vue.d.ts +1 -1
- package/dist/components/BaseProductIntroduction/cssVar.d.ts +3 -0
- package/dist/components/BaseProgress/cssVar.d.ts +8 -0
- package/dist/components/BaseProgress/index.d.ts +128 -3
- package/dist/components/BaseRadio/cssVar.d.ts +5 -0
- package/dist/components/BaseSelect/index.vue.d.ts +1 -1
- package/dist/components/BaseSteps/index.d.ts +1 -0
- package/dist/components/BaseSteps/steps.d.ts +25 -0
- package/dist/components/BaseSwitch/cssVar.d.ts +7 -0
- package/dist/components/BaseSystemActions/cssVar.d.ts +7 -0
- package/dist/components/BaseSystemActions/index.d.ts +2 -0
- package/dist/components/BaseSystemActions/index.vue.d.ts +13 -0
- package/dist/components/BaseSystemActions/type.d.ts +9 -0
- package/dist/components/BaseTabs/cssVar.d.ts +4 -0
- package/dist/components/BaseTabs/index.d.ts +2 -0
- package/dist/components/BaseTabs/tabs.d.ts +699 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/config/themes/common.d.ts +1 -0
- package/dist/config/themes/components/baseComponent/dark.d.ts +3 -2
- package/dist/config/themes/components/baseComponent/light.d.ts +3 -2
- package/dist/config/themes/components/cascader/common.d.ts +2 -2
- package/dist/config/themes/components/cascader/dark.d.ts +2 -2
- package/dist/config/themes/components/cascader/light.d.ts +2 -2
- package/dist/config/themes/components/progress/dark.d.ts +2 -3
- package/dist/config/themes/components/progress/light.d.ts +2 -3
- package/dist/config/themes/components/radio/dark.d.ts +2 -3
- package/dist/config/themes/components/radio/light.d.ts +2 -3
- package/dist/config/themes/components/switch/common.d.ts +2 -3
- package/dist/config/themes/components/switch/dark.d.ts +2 -3
- package/dist/config/themes/components/switch/light.d.ts +2 -3
- package/dist/enum/locale.d.ts +4 -0
- package/dist/fonts/MiSans-Medium.ttf +0 -0
- package/dist/fonts/MiSans-Regular.ttf +0 -0
- package/dist/hooks/useAnimationHook.d.ts +1 -1
- package/dist/hooks/useLocale.d.ts +17 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.umd.js +1 -1
- package/dist/locale/index.d.ts +3 -0
- package/dist/locale/lang/en-us.d.ts +26 -0
- package/dist/locale/lang/zh-cn.d.ts +3 -0
- package/dist/types/themes/components.d.ts +7 -0
- package/dist/types/themes/extendThemes.d.ts +10 -0
- package/dist/utils/render.d.ts +3 -0
- package/dist/utils/typescript.d.ts +61 -0
- package/es/_virtual/virtual_svg-icons-register.mjs +1 -1
- package/es/assets/logo/logo-dark-full.svg.mjs +2 -2
- package/es/assets/logo/logo-light-full.svg.mjs +2 -2
- package/es/components/BaseButton/index.vue.mjs +14 -14
- package/es/components/BaseCascader/cssVar.d.ts +10 -0
- package/es/components/BaseCascader/cssVar.mjs +13 -0
- package/es/components/BaseCascader/index.vue.mjs +2 -2
- package/es/components/BaseCascader/index.vue2.mjs +19 -13
- package/es/components/BaseConfigProvider/constants.d.ts +3 -0
- package/es/components/BaseConfigProvider/constants.mjs +4 -0
- package/es/components/BaseConfigProvider/index.d.ts +2 -0
- package/es/components/BaseConfigProvider/index.vue.d.ts +18 -0
- package/es/components/BaseConfigProvider/index.vue.mjs +54 -0
- package/es/components/BaseConfigProvider/index.vue2.mjs +4 -0
- package/es/components/BaseConfigProvider/locale-base.d.ts +3 -0
- package/es/components/BaseConfigProvider/locale-base.mjs +9 -0
- package/es/components/BaseConfigProvider/locale-naive.d.ts +4 -0
- package/es/components/BaseConfigProvider/locale-naive.mjs +12 -0
- package/es/components/BaseConfigProvider/type.d.ts +17 -0
- package/es/components/BaseDataTable/index.vue.d.ts +1 -1
- package/es/components/BaseDataTable/index.vue2.mjs +13 -13
- package/es/components/BaseDialog/index.vue.d.ts +2 -2
- package/es/components/BaseDialog/index.vue.mjs +43 -43
- package/es/components/BaseInputNumber/index.vue.d.ts +0 -1
- package/es/components/BaseInputNumber/index.vue.mjs +1 -1
- package/es/components/BaseInputNumber/index.vue2.mjs +57 -57
- package/es/components/BaseLayout/ASide/index.vue.mjs +2 -2
- package/es/components/BaseLayout/ASide/index.vue2.mjs +27 -27
- package/es/components/BaseLayout/Default/index.vue.d.ts +8 -6
- package/es/components/BaseLayout/Default/index.vue.mjs +2 -2
- package/es/components/BaseLayout/Default/index.vue2.mjs +77 -73
- package/es/components/BaseLayout/Default/layoutHeader/index.vue.mjs +26 -19
- package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +30 -30
- package/es/components/BaseLayout/Default/type.d.ts +7 -9
- package/es/components/BaseLayout/components/WrapFooter.vue.mjs +14 -14
- package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +8 -8
- package/es/components/BaseLayout/components/WrapTab.vue.mjs +12 -12
- package/es/components/BaseLayout/index.vue.d.ts +1 -1
- package/es/components/BaseLayout/index.vue2.mjs +36 -36
- package/es/components/BaseNavIcon/index.vue2.mjs +14 -14
- package/es/components/BaseProductIntroduction/cssVar.d.ts +3 -0
- package/es/components/BaseProductIntroduction/cssVar.mjs +29 -24
- package/es/components/BaseProductIntroduction/index.vue.mjs +2 -2
- package/es/components/BaseProductIntroduction/index.vue2.mjs +94 -88
- package/es/components/BaseProgress/cssVar.d.ts +8 -0
- package/es/components/BaseProgress/cssVar.mjs +14 -0
- package/es/components/BaseProgress/index.d.ts +128 -3
- package/es/components/BaseProgress/index.mjs +22 -34
- package/es/components/BaseRadio/cssVar.d.ts +5 -0
- package/es/components/BaseRadio/cssVar.mjs +8 -0
- package/es/components/BaseRadio/index.vue.mjs +2 -2
- package/es/components/BaseRadio/index.vue2.mjs +17 -27
- package/es/components/BaseSelect/index.vue.d.ts +1 -1
- package/es/components/BaseSelect/index.vue.mjs +2 -2
- package/es/components/BaseSelect/index.vue2.mjs +32 -30
- package/es/components/BaseSlider/index.vue2.mjs +44 -44
- package/es/components/BaseSteps/index.d.ts +1 -0
- package/es/components/BaseSteps/steps.d.ts +25 -0
- package/es/components/BaseSteps/steps.mjs +27 -0
- package/es/components/BaseSwitch/cssVar.d.ts +7 -0
- package/es/components/BaseSwitch/cssVar.mjs +10 -0
- package/es/components/BaseSwitch/index.vue.mjs +2 -2
- package/es/components/BaseSwitch/index.vue2.mjs +16 -28
- package/es/components/BaseSystemActions/cssVar.d.ts +7 -0
- package/es/components/BaseSystemActions/cssVar.mjs +63 -0
- package/es/components/BaseSystemActions/index.d.ts +2 -0
- package/es/components/BaseSystemActions/index.vue.d.ts +13 -0
- package/es/components/BaseSystemActions/index.vue.mjs +7 -0
- package/es/components/BaseSystemActions/index.vue2.mjs +102 -0
- package/es/components/BaseSystemActions/type.d.ts +9 -0
- package/es/components/BaseTabs/cssVar.d.ts +4 -0
- package/es/components/BaseTabs/cssVar.mjs +7 -0
- package/es/components/BaseTabs/index.d.ts +2 -0
- package/es/components/BaseTabs/tabs.d.ts +699 -0
- package/es/components/BaseTabs/tabs.mjs +43 -0
- package/es/components/index.d.ts +4 -0
- package/es/config/themes/common.d.ts +1 -0
- package/es/config/themes/common.mjs +2 -1
- package/es/config/themes/components/baseComponent/dark.d.ts +3 -2
- package/es/config/themes/components/baseComponent/dark.mjs +13 -6
- package/es/config/themes/components/baseComponent/light.d.ts +3 -2
- package/es/config/themes/components/baseComponent/light.mjs +10 -5
- package/es/config/themes/components/button/common.mjs +4 -4
- package/es/config/themes/components/cascader/common.d.ts +2 -2
- package/es/config/themes/components/cascader/common.mjs +4 -2
- package/es/config/themes/components/cascader/dark.d.ts +2 -2
- package/es/config/themes/components/cascader/dark.mjs +6 -2
- package/es/config/themes/components/cascader/light.d.ts +2 -2
- package/es/config/themes/components/cascader/light.mjs +10 -6
- package/es/config/themes/components/dataTable/dark.mjs +2 -0
- package/es/config/themes/components/dataTable/light.mjs +2 -0
- package/es/config/themes/components/input/dark.mjs +1 -1
- package/es/config/themes/components/progress/dark.d.ts +2 -3
- package/es/config/themes/components/progress/light.d.ts +2 -3
- package/es/config/themes/components/radio/dark.d.ts +2 -3
- package/es/config/themes/components/radio/light.d.ts +2 -3
- package/es/config/themes/components/select/dark.mjs +3 -2
- package/es/config/themes/components/select/light.mjs +1 -0
- package/es/config/themes/components/slider/dark.mjs +2 -1
- package/es/config/themes/components/slider/light.mjs +2 -1
- package/es/config/themes/components/switch/common.d.ts +2 -3
- package/es/config/themes/components/switch/dark.d.ts +2 -3
- package/es/config/themes/components/switch/light.d.ts +2 -3
- package/es/enum/locale.d.ts +4 -0
- package/es/fonts/MiSans-Medium.ttf +0 -0
- package/es/fonts/MiSans-Regular.ttf +0 -0
- package/es/hooks/useAnimationHook.d.ts +1 -1
- package/es/hooks/useAnimationHook.mjs +17 -14
- package/es/hooks/useLocale.d.ts +17 -0
- package/es/hooks/useLocale.mjs +24 -0
- package/es/index.css +1 -1
- package/es/index.d.ts +2 -0
- package/es/index.mjs +69 -54
- package/es/locale/index.d.ts +3 -0
- package/es/locale/lang/en-us.d.ts +26 -0
- package/es/locale/lang/en-us.mjs +27 -0
- package/es/locale/lang/zh-cn.d.ts +3 -0
- package/es/locale/lang/zh-cn.mjs +27 -0
- package/es/node_modules/.pnpm/{@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/core/index.mjs +1 -1
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs +12 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs +6 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/object/get.mjs +44 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toPath.mjs +21 -0
- package/es/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toString.mjs +13 -0
- package/es/types/themes/components.d.ts +7 -0
- package/es/types/themes/extendThemes.d.ts +10 -0
- package/es/utils/render.d.ts +3 -0
- package/es/utils/render.mjs +9 -0
- package/es/utils/typescript.d.ts +61 -0
- package/lib/_virtual/virtual_svg-icons-register.js +1 -1
- package/lib/assets/logo/logo-dark-full.svg.js +1 -1
- package/lib/assets/logo/logo-light-full.svg.js +1 -1
- package/lib/components/BaseButton/index.vue.js +1 -1
- package/lib/components/BaseCascader/cssVar.d.ts +10 -0
- package/lib/components/BaseCascader/cssVar.js +1 -0
- package/lib/components/BaseCascader/index.vue.js +1 -1
- package/lib/components/BaseCascader/index.vue2.js +1 -1
- package/lib/components/BaseConfigProvider/constants.d.ts +3 -0
- package/lib/components/BaseConfigProvider/constants.js +1 -0
- package/lib/components/BaseConfigProvider/index.d.ts +2 -0
- package/lib/components/BaseConfigProvider/index.vue.d.ts +18 -0
- package/lib/components/BaseConfigProvider/index.vue.js +1 -0
- package/lib/components/BaseConfigProvider/index.vue2.js +1 -0
- package/lib/components/BaseConfigProvider/locale-base.d.ts +3 -0
- package/lib/components/BaseConfigProvider/locale-base.js +1 -0
- package/lib/components/BaseConfigProvider/locale-naive.d.ts +4 -0
- package/lib/components/BaseConfigProvider/locale-naive.js +1 -0
- package/lib/components/BaseConfigProvider/type.d.ts +17 -0
- package/lib/components/BaseDataTable/index.vue.d.ts +1 -1
- package/lib/components/BaseDataTable/index.vue2.js +1 -1
- package/lib/components/BaseDialog/index.vue.d.ts +2 -2
- package/lib/components/BaseDialog/index.vue.js +1 -1
- package/lib/components/BaseInputNumber/index.vue.d.ts +0 -1
- package/lib/components/BaseInputNumber/index.vue.js +1 -1
- package/lib/components/BaseInputNumber/index.vue2.js +1 -1
- package/lib/components/BaseLayout/ASide/index.vue.js +1 -1
- package/lib/components/BaseLayout/ASide/index.vue2.js +1 -1
- package/lib/components/BaseLayout/Default/index.vue.d.ts +8 -6
- package/lib/components/BaseLayout/Default/index.vue.js +1 -1
- package/lib/components/BaseLayout/Default/index.vue2.js +1 -1
- package/lib/components/BaseLayout/Default/layoutHeader/index.vue.js +1 -1
- package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +1 -1
- package/lib/components/BaseLayout/Default/type.d.ts +7 -9
- package/lib/components/BaseLayout/components/WrapFooter.vue.js +1 -1
- package/lib/components/BaseLayout/components/WrapHeader.vue2.js +1 -1
- package/lib/components/BaseLayout/components/WrapTab.vue.js +1 -1
- package/lib/components/BaseLayout/index.vue.d.ts +1 -1
- package/lib/components/BaseLayout/index.vue2.js +1 -1
- package/lib/components/BaseNavIcon/index.vue2.js +1 -1
- package/lib/components/BaseProductIntroduction/cssVar.d.ts +3 -0
- package/lib/components/BaseProductIntroduction/cssVar.js +1 -1
- package/lib/components/BaseProductIntroduction/index.vue.js +1 -1
- package/lib/components/BaseProductIntroduction/index.vue2.js +1 -1
- package/lib/components/BaseProgress/cssVar.d.ts +8 -0
- package/lib/components/BaseProgress/cssVar.js +1 -0
- package/lib/components/BaseProgress/index.d.ts +128 -3
- package/lib/components/BaseProgress/index.js +1 -1
- package/lib/components/BaseRadio/cssVar.d.ts +5 -0
- package/lib/components/BaseRadio/cssVar.js +1 -0
- package/lib/components/BaseRadio/index.vue.js +1 -1
- package/lib/components/BaseRadio/index.vue2.js +1 -1
- package/lib/components/BaseSelect/index.vue.d.ts +1 -1
- package/lib/components/BaseSelect/index.vue.js +1 -1
- package/lib/components/BaseSelect/index.vue2.js +1 -1
- package/lib/components/BaseSlider/index.vue2.js +1 -1
- package/lib/components/BaseSteps/index.d.ts +1 -0
- package/lib/components/BaseSteps/steps.d.ts +25 -0
- package/lib/components/BaseSteps/steps.js +1 -0
- package/lib/components/BaseSwitch/cssVar.d.ts +7 -0
- package/lib/components/BaseSwitch/cssVar.js +1 -0
- package/lib/components/BaseSwitch/index.vue.js +1 -1
- package/lib/components/BaseSwitch/index.vue2.js +1 -1
- package/lib/components/BaseSystemActions/cssVar.d.ts +7 -0
- package/lib/components/BaseSystemActions/cssVar.js +1 -0
- package/lib/components/BaseSystemActions/index.d.ts +2 -0
- package/lib/components/BaseSystemActions/index.vue.d.ts +13 -0
- package/lib/components/BaseSystemActions/index.vue.js +1 -0
- package/lib/components/BaseSystemActions/index.vue2.js +1 -0
- package/lib/components/BaseSystemActions/type.d.ts +9 -0
- package/lib/components/BaseTabs/cssVar.d.ts +4 -0
- package/lib/components/BaseTabs/cssVar.js +1 -0
- package/lib/components/BaseTabs/index.d.ts +2 -0
- package/lib/components/BaseTabs/tabs.d.ts +699 -0
- package/lib/components/BaseTabs/tabs.js +1 -0
- package/lib/components/index.d.ts +4 -0
- package/lib/config/themes/common.d.ts +1 -0
- package/lib/config/themes/common.js +1 -1
- package/lib/config/themes/components/baseComponent/dark.d.ts +3 -2
- package/lib/config/themes/components/baseComponent/dark.js +1 -1
- package/lib/config/themes/components/baseComponent/light.d.ts +3 -2
- package/lib/config/themes/components/baseComponent/light.js +1 -1
- package/lib/config/themes/components/button/common.js +1 -1
- package/lib/config/themes/components/cascader/common.d.ts +2 -2
- package/lib/config/themes/components/cascader/common.js +1 -1
- package/lib/config/themes/components/cascader/dark.d.ts +2 -2
- package/lib/config/themes/components/cascader/dark.js +1 -1
- package/lib/config/themes/components/cascader/light.d.ts +2 -2
- package/lib/config/themes/components/cascader/light.js +1 -1
- package/lib/config/themes/components/dataTable/dark.js +1 -1
- package/lib/config/themes/components/dataTable/light.js +1 -1
- package/lib/config/themes/components/input/dark.js +1 -1
- package/lib/config/themes/components/progress/dark.d.ts +2 -3
- package/lib/config/themes/components/progress/light.d.ts +2 -3
- package/lib/config/themes/components/radio/dark.d.ts +2 -3
- package/lib/config/themes/components/radio/light.d.ts +2 -3
- package/lib/config/themes/components/select/dark.js +1 -1
- package/lib/config/themes/components/select/light.js +1 -1
- package/lib/config/themes/components/slider/dark.js +1 -1
- package/lib/config/themes/components/slider/light.js +1 -1
- package/lib/config/themes/components/switch/common.d.ts +2 -3
- package/lib/config/themes/components/switch/dark.d.ts +2 -3
- package/lib/config/themes/components/switch/light.d.ts +2 -3
- package/lib/enum/locale.d.ts +4 -0
- package/lib/fonts/MiSans-Medium.ttf +0 -0
- package/lib/fonts/MiSans-Regular.ttf +0 -0
- package/lib/hooks/useAnimationHook.d.ts +1 -1
- package/lib/hooks/useAnimationHook.js +1 -1
- package/lib/hooks/useLocale.d.ts +17 -0
- package/lib/hooks/useLocale.js +1 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +2 -0
- package/lib/index.js +1 -1
- package/lib/locale/index.d.ts +3 -0
- package/lib/locale/lang/en-us.d.ts +26 -0
- package/lib/locale/lang/en-us.js +1 -0
- package/lib/locale/lang/zh-cn.d.ts +3 -0
- package/lib/locale/lang/zh-cn.js +1 -0
- package/lib/node_modules/.pnpm/{@vueuse_core@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_core@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/core/index.js +1 -1
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/_internal/toKey.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/object/get.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toPath.js +1 -0
- package/lib/node_modules/.pnpm/es-toolkit@1.41.0/node_modules/es-toolkit/dist/compat/util/toString.js +1 -0
- package/lib/types/themes/components.d.ts +7 -0
- package/lib/types/themes/extendThemes.d.ts +10 -0
- package/lib/utils/render.d.ts +3 -0
- package/lib/utils/render.js +1 -0
- package/lib/utils/typescript.d.ts +61 -0
- package/package.json +3 -1
- package/es/components/BaseLayout/Default/layoutHeader/action.vue.mjs +0 -7
- package/es/components/BaseLayout/Default/layoutHeader/action.vue2.mjs +0 -85
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue.js +0 -1
- package/lib/components/BaseLayout/Default/layoutHeader/action.vue2.js +0 -1
- /package/es/node_modules/.pnpm/{@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/shared/index.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_ → @vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_}/node_modules/@vueuse/shared/index.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window<"u"){let l=function(){var i=document.body,o=document.getElementById("__BASE6_UI_SVG_ICON_LOCAL__");o||(o=document.createElementNS("http://www.w3.org/2000/svg","svg"),o.style.position="absolute",o.style.width="0",o.style.height="0",o.id="__BASE6_UI_SVG_ICON_LOCAL__",o.setAttribute("xmlns","http://www.w3.org/2000/svg"),o.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),o.innerHTML='<symbol class="icon" viewBox="0 0 1024 1024" id="icon-add"><path d="M480 544v288h64V544h288v-64H544V192h-64v288H192v64h288z" /></symbol><symbol fill="none" viewBox="0 0 48 48" id="icon-logo"><rect width="48" height="48" rx="13.333" fill="currentColor" /><path d="M33.6 35.228a.6.6 0 0 1-.497.262h-3.97a.6.6 0 0 1-.497-.937l4.91-7.232a.6.6 0 0 0-.497-.937H10.6a.6.6 0 0 1-.6-.6v-3.347a.6.6 0 0 1 .6-.6h22.6a.6.6 0 0 0 .497-.937l-5.061-7.453a.6.6 0 0 1 .496-.937h3.971a.6.6 0 0 1 .496.263l7.398 10.89a.6.6 0 0 1 0 .674l-7.398 10.89Zm-9.842-16.215a.6.6 0 0 1-.49-.256l-1.001-1.426a.6.6 0 0 0-.491-.255H10.6a.6.6 0 0 1-.6-.6V13.11a.6.6 0 0 1 .6-.6h13.402a.6.6 0 0 1 .491.256l3.713 5.303a.6.6 0 0 1-.491.944h-3.957Zm-.49 10.23a.6.6 0 0 1 .49-.256h3.957a.6.6 0 0 1 .491.945l-3.713 5.303a.6.6 0 0 1-.491.255H10.6a.6.6 0 0 1-.6-.6v-3.366a.6.6 0 0 1 .6-.6h11.176a.6.6 0 0 0 .491-.255l1-1.426Z" fill="#fff" /></symbol><symbol fill="none" viewBox="0 0 25 25" id="icon-progress-default"><path d="M4.69 21.109v-5.845a.819.819 0 0 1 1.636 0v5.845a.818.818 0 1 1-1.636 0Zm4.675 0v-9.351a.819.819 0 0 1 1.637 0v9.35a.818.818 0 0 1-1.637 0Zm4.675 0v-5.845a.818.818 0 0 1 1.637 0v5.845a.818.818 0 0 1-1.636 0Zm4.676 0v-9.351a.818.818 0 0 1 1.636 0v9.35a.818.818 0 0 1-1.636 0ZM20.19 4.106a.819.819 0 0 1 1.023 1.278L15.37 10.06a.818.818 0 0 1-1.002.014l-4.235-3.176-5.373 3.225a.819.819 0 0 1-.841-1.404l5.843-3.506.11-.056a.819.819 0 0 1 .802.102l4.168 3.126 5.35-4.28Z" fill="#fff" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-arrow-down"><path d="m512 594.752 233.344-233.408 45.312 45.312L512 685.248 233.344 406.656l45.312-45.312L512 594.752z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-arrow-top"><path d="m512 429.248 233.344 233.408 45.248-45.312L512 338.752 233.344 617.344l45.312 45.312L512 429.248z" /></symbol><symbol fill="none" viewBox="0 0 20 20" id="icon-layout-lang"><path d="M10 1.041a8.958 8.958 0 0 1 2.18 17.648v.001h-.003A8.96 8.96 0 1 1 10 1.041ZM7.719 2.635a7.716 7.716 0 0 0-5.35 6.288c.525.385 1.165.676 1.874.676.554 0 1.032.025 1.433.1.403.076.773.208 1.074.454.625.512.716 1.314.716 2.139 0 .849.003 1.207.048 1.512.044.292.13.543.352 1.18.251.722.42 1.6.018 2.426a7.708 7.708 0 0 0 3.535.165c.422-.674.61-1.188.678-1.584a1.953 1.953 0 0 0-.117-1.103c-.065-.164-.142-.318-.23-.492-.084-.164-.184-.36-.258-.563-.165-.45-.214-.965.09-1.549.218-.416.532-.658.91-.777.32-.1.683-.108.947-.12.562-.026 1.174-.072 1.925-.612.81-.582 1.623-.657 2.337-.488.003-.096.009-.192.009-.288a7.672 7.672 0 0 0-1.492-4.554c-.542.123-1.107.4-1.524.939-.677.876-1.404 1.416-2.14 1.633-.752.22-1.46.089-2.026-.278-.889-.575-.957-1.392-1.03-1.884-.039-.258-.074-.415-.143-.543-.058-.108-.165-.237-.428-.365-.688-.334-1.064-.957-1.178-1.617a2.798 2.798 0 0 1-.03-.695Zm9.835 8.904c-.464-.148-.954-.112-1.46.252-1.045.751-1.952.815-2.597.845-.34.015-.504.023-.63.062-.067.021-.115.048-.176.165-.106.203-.098.34-.024.54.044.122.11.252.199.429.084.167.187.372.276.599.186.472.312 1.047.189 1.772a4.394 4.394 0 0 1-.246.86 7.719 7.719 0 0 0 4.47-5.524ZM2.3 10.354a7.71 7.71 0 0 0 4.403 6.613c.247-.406.216-.898-.019-1.57-.21-.605-.343-.976-.408-1.408-.063-.42-.06-.89-.06-1.697 0-.83-.126-1.063-.258-1.172-.08-.064-.225-.138-.512-.192-.289-.054-.677-.08-1.204-.08-.73 0-1.384-.204-1.942-.495ZM10 2.292c-.327 0-.649.022-.965.062a1.717 1.717 0 0 0-.056.762c.058.335.227.577.494.706.47.229.784.531.98.895.185.341.242.696.28.954.08.544.112.786.473 1.02.266.172.6.242.994.126.408-.12.932-.457 1.504-1.197a3.746 3.746 0 0 1 1.61-1.202 7.68 7.68 0 0 0-5.313-2.126Z" fill="currentColor" /></symbol><symbol fill="none" viewBox="0 0 16 16" id="icon-layout-logout"><path d="M2.667 4v8" stroke="currentColor" stroke-linecap="round" /><path d="M5.333 8h8M8 5.333S5.333 7.297 5.333 8C5.333 8.703 8 10.667 8 10.667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /></symbol><symbol fill="none" viewBox="0 0 20 20" id="icon-layout-theme"><path d="M14.166 10a4.167 4.167 0 1 1-8.333 0 4.167 4.167 0 0 1 8.333 0Z" stroke="currentColor" stroke-width="1.25" /><path d="M10 1.666v1.25m0 14.167v1.25m5.892-2.44-.884-.885M4.991 4.99l-.884-.883m14.226 5.892h-1.25M2.917 10h-1.25m14.226-5.892-.884.883M4.99 15.008l-.884.884" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" /></symbol><symbol fill="none" viewBox="0 0 16 16" id="icon-layout-user-center"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 .833a3.167 3.167 0 1 0 0 6.334A3.167 3.167 0 0 0 8 .833ZM5.833 4a2.167 2.167 0 1 1 4.334 0 2.167 2.167 0 0 1-4.334 0ZM8 8.167c-1.36 0-2.615.314-3.548.847-.919.525-1.619 1.326-1.619 2.32 0 .993.7 1.794 1.619 2.32.933.532 2.188.846 3.548.846 1.36 0 2.615-.314 3.548-.847.919-.525 1.619-1.326 1.619-2.32 0-.993-.7-1.794-1.62-2.32-.932-.532-2.188-.846-3.547-.846Zm-4.167 3.167c0-.48.345-1.012 1.115-1.452.756-.432 1.834-.715 3.052-.715s2.296.283 3.052.715c.77.44 1.115.972 1.115 1.452 0 .479-.345 1.01-1.115 1.451-.756.432-1.834.715-3.052.715s-2.296-.283-3.052-.715c-.77-.44-1.115-.972-1.115-1.451Z" fill="currentColor" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-layout-user-dark"><rect width="32" height="32" rx="16" fill="#4C4C4F" /><path d="M16 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM16 17.332a6.007 6.007 0 0 0-6 6c0 .369.299.667.667.667h10.666a.667.667 0 0 0 .667-.666 6.007 6.007 0 0 0-6-6Z" fill="#fff" fill-opacity=".7" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-layout-user-light"><rect width="32" height="32" rx="16" fill="#CAD3E2" /><path d="M16 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM16 17.332a6.007 6.007 0 0 0-6 6c0 .369.299.667.667.667h10.666a.667.667 0 0 0 .667-.666 6.007 6.007 0 0 0-6-6Z" fill="#56647A" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-base"><rect width="32" height="32" rx="8.889" fill="#0151FF" /><path d="M22.4 23.485a.4.4 0 0 1-.331.175h-2.647a.4.4 0 0 1-.331-.624l3.273-4.822a.4.4 0 0 0-.331-.625H7.067a.4.4 0 0 1-.4-.4v-2.231a.4.4 0 0 1 .4-.4h15.067a.4.4 0 0 0 .33-.625l-3.373-4.968a.4.4 0 0 1 .33-.625h2.648a.4.4 0 0 1 .33.175l4.932 7.26a.4.4 0 0 1 0 .45l-4.931 7.26Zm-6.561-10.81a.4.4 0 0 1-.328-.17l-.666-.95a.4.4 0 0 0-.328-.171h-7.45a.4.4 0 0 1-.4-.4V8.74c0-.221.179-.4.4-.4H16a.4.4 0 0 1 .328.17l2.475 3.536a.4.4 0 0 1-.327.63h-2.638Zm-.328 6.82a.4.4 0 0 1 .328-.17h2.638a.4.4 0 0 1 .327.63L16.33 23.49a.4.4 0 0 1-.328.17H7.067a.4.4 0 0 1-.4-.4v-2.244c0-.22.179-.4.4-.4h7.45a.4.4 0 0 0 .328-.17l.666-.95Z" fill="#fff" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-bcollection"><rect width="32" height="32" rx="8.889" fill="#0DAB63" /><path fill="#fff" d="M6.58 23.194h18.84v2.305H6.58z" /><path d="M14.533 23.194h8.583v2.305h-8.583v-2.305Z" fill="url(#icon-logo-bcollection_a)" /><path fill="#fff" d="M6.58 6.336h18.84v2.305H6.58z" /><path fill="url(#icon-logo-bcollection_b)" d="M8.885 6.336h8.584v2.305H8.885z" /><path fill="#fff" d="M6.58 25.338V7.458h2.304v17.88z" /><path d="M6.58 23.194V14.61h2.305v8.584H6.58Z" fill="url(#icon-logo-bcollection_c)" /><path fill="#fff" d="M23.115 25.338V6.498h2.305v18.84z" /><path d="M23.115 17.601V8.642h2.305v8.96h-2.305Z" fill="url(#icon-logo-bcollection_d)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M3.569 16.89a1.26 1.26 0 0 1 0-1.782l2.313-2.313v2.403c0 .497.198.973.55 1.324 1.55 1.552 5.86 5.862 5.86 5.862l-3.205.025-5.518-5.518ZM19.205 5.883H16.8c-.496 0-.973.198-1.324.55-1.552 1.55-5.861 5.86-5.861 5.86L9.59 9.087l5.518-5.518a1.26 1.26 0 0 1 1.783 0l2.314 2.313Z" fill="url(#icon-logo-bcollection_e)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M28.43 14.945a1.26 1.26 0 0 1 0 1.782l-2.313 2.314v-2.403c0-.497-.198-.973-.549-1.324l-5.86-5.862 3.204-.025 5.518 5.518ZM12.795 25.953h2.403c.497 0 .973-.197 1.324-.548l5.861-5.861.026 3.205-5.518 5.518a1.26 1.26 0 0 1-1.783 0l-2.313-2.314Z" fill="url(#icon-logo-bcollection_f)" /><defs><linearGradient id="icon-logo-bcollection_a" x1="16.363" y1="23.571" x2="21.598" y2="26.251" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".469" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_b" x1="10.336" y1="6.545" x2="15.741" y2="9.366" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".4" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_c" x1="6.738" y1="21.717" x2="9.607" y2="16.342" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".361" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_d" x1="24.268" y1="15.9" x2="25.656" y2="9.702" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".477" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_e" x1="4.401" y1="16.41" x2="12.063" y2="8.209" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".424" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_f" x1="28.377" y1="15.159" x2="20.136" y2="23.464" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".479" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-blink"><rect width="32" height="32" rx="8.896" fill="#050776" /><path d="M23.9 4.153a4.008 4.008 0 0 1 1.194 7.835 10.46 10.46 0 0 1-3.78.702c-4.684 0-8.65-3.07-9.997-7.31a6.408 6.408 0 0 0 4.628 1.968c1.76 0 3.354-.707 4.514-1.852l.002.004a4.052 4.052 0 0 1 3.23-1.342h.003c.068-.003.137-.005.206-.005Z" fill="url(#icon-logo-blink_a)" /><mask id="icon-logo-blink_c" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="4" width="17" height="9"><path d="M23.898 4.15a4.008 4.008 0 0 1 4.01 4.007c.002 1.798-1.41 3.347-2.812 3.828-1.402.482-2.446.704-3.779.705-4.684.003-8.653-3.066-10.001-7.304a6.408 6.408 0 0 0 4.629 1.965 6.406 6.406 0 0 0 4.512-1.855l.002.004a4.051 4.051 0 0 1 3.23-1.344h.003a4.08 4.08 0 0 1 .206-.005Z" fill="url(#icon-logo-blink_b)" /><path d="M23.898 4.15a4.008 4.008 0 0 1 4.01 4.007c.002 1.798-1.41 3.347-2.812 3.828-1.402.482-2.446.704-3.779.705-4.684.003-8.653-3.066-10.001-7.304a6.408 6.408 0 0 0 4.629 1.965 6.406 6.406 0 0 0 4.512-1.855l.002.004a4.051 4.051 0 0 1 3.23-1.344h.003a4.08 4.08 0 0 1 .206-.005Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_c)"><circle cx="19.019" cy=".885" r="8.775" transform="rotate(74.966 19.019 .885)" fill="url(#icon-logo-blink_d)" stroke="url(#icon-logo-blink_e)" stroke-width=".222" /></g><mask id="icon-logo-blink_g" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="4" width="17" height="9"><path d="M23.905 4.135c2.213.01 4 1.811 3.991 4.025-.007 1.798-1.425 3.34-2.83 3.815-1.404.475-2.45.693-3.782.687-4.684-.019-8.633-3.034-9.962-7.279 1.165 1.218 2.797 1.908 4.615 1.915a6.406 6.406 0 0 0 4.521-1.834l.002.005a4.052 4.052 0 0 1 3.236-1.33h.002a4.07 4.07 0 0 1 .207-.004Z" fill="url(#icon-logo-blink_f)" /><path d="M23.905 4.135c2.213.01 4 1.811 3.991 4.025-.007 1.798-1.425 3.34-2.83 3.815-1.404.475-2.45.693-3.782.687-4.684-.019-8.633-3.034-9.962-7.279 1.165 1.218 2.797 1.908 4.615 1.915a6.406 6.406 0 0 0 4.521-1.834l.002.005a4.052 4.052 0 0 1 3.236-1.33h.002a4.07 4.07 0 0 1 .207-.004Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_g)"><circle cx="17.992" cy=".922" r="7.353" transform="rotate(75.234 17.992 .922)" fill="url(#icon-logo-blink_h)" /></g><path d="M8.068 27.978a4.008 4.008 0 0 1-1.193-7.835 10.46 10.46 0 0 1 3.78-.703c4.684 0 8.65 3.072 9.996 7.31a6.409 6.409 0 0 0-4.628-1.967c-1.759 0-3.353.707-4.513 1.852l-.002-.004a4.051 4.051 0 0 1-3.23 1.342h-.003a4.033 4.033 0 0 1-.207.005Z" fill="url(#icon-logo-blink_i)" /><mask id="icon-logo-blink_k" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="19" width="17" height="9"><path d="M8.07 27.98a4.008 4.008 0 0 1-4.01-4.005c0-1.798 1.41-3.347 2.813-3.829 1.402-.482 2.446-.704 3.779-.705 4.684-.002 8.653 3.067 10.001 7.305a6.408 6.408 0 0 0-4.63-1.965 6.406 6.406 0 0 0-4.512 1.855l-.002-.005a4.052 4.052 0 0 1-3.23 1.344h-.002a4.15 4.15 0 0 1-.206.005Z" fill="url(#icon-logo-blink_j)" /><path d="M8.07 27.98a4.008 4.008 0 0 1-4.01-4.005c0-1.798 1.41-3.347 2.813-3.829 1.402-.482 2.446-.704 3.779-.705 4.684-.002 8.653 3.067 10.001 7.305a6.408 6.408 0 0 0-4.63-1.965 6.406 6.406 0 0 0-4.512 1.855l-.002-.005a4.052 4.052 0 0 1-3.23 1.344h-.002a4.15 4.15 0 0 1-.206.005Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_k)"><circle cx="12.95" cy="31.246" r="8.775" transform="rotate(-105.033 12.95 31.246)" fill="url(#icon-logo-blink_l)" stroke="url(#icon-logo-blink_m)" stroke-width=".222" /></g><mask id="icon-logo-blink_o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="19" width="17" height="9"><path d="M8.064 27.996a4.008 4.008 0 0 1-3.992-4.024c.008-1.799 1.426-3.34 2.83-3.816 1.405-.475 2.45-.692 3.782-.687 4.685.02 8.633 3.035 9.962 7.279-1.164-1.218-2.796-1.907-4.614-1.915a6.406 6.406 0 0 0-4.521 1.834l-.002-.004a4.052 4.052 0 0 1-3.236 1.329H8.27a4.037 4.037 0 0 1-.206.004Z" fill="url(#icon-logo-blink_n)" /><path d="M8.064 27.996a4.008 4.008 0 0 1-3.992-4.024c.008-1.799 1.426-3.34 2.83-3.816 1.405-.475 2.45-.692 3.782-.687 4.685.02 8.633 3.035 9.962 7.279-1.164-1.218-2.796-1.907-4.614-1.915a6.406 6.406 0 0 0-4.521 1.834l-.002-.004a4.052 4.052 0 0 1-3.236 1.329H8.27a4.037 4.037 0 0 1-.206.004Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_o)"><circle cx="13.977" cy="31.209" r="7.353" transform="rotate(-104.766 13.977 31.21)" fill="url(#icon-logo-blink_p)" /></g><path d="M27.848 23.968a4.008 4.008 0 0 1-7.835 1.194 10.462 10.462 0 0 1-.703-3.78c0-4.684 3.071-8.65 7.31-9.997a6.408 6.408 0 0 0-1.968 4.628c0 1.76.708 3.353 1.853 4.514l-.005.002a4.052 4.052 0 0 1 1.343 3.23v.003c.003.068.005.137.005.206Z" fill="url(#icon-logo-blink_q)" /><mask id="icon-logo-blink_s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="19" y="11" width="9" height="17"><path d="M27.85 23.966a4.008 4.008 0 0 1-4.006 4.01c-1.798.001-3.347-1.41-3.828-2.812-.482-1.402-.704-2.447-.705-3.779-.003-4.684 3.066-8.653 7.304-10.002a6.408 6.408 0 0 0-1.965 4.63 6.406 6.406 0 0 0 1.855 4.512l-.004.002a4.052 4.052 0 0 1 1.344 3.23v.002c.003.069.005.137.005.207Z" fill="url(#icon-logo-blink_r)" /><path d="M27.85 23.966a4.008 4.008 0 0 1-4.006 4.01c-1.798.001-3.347-1.41-3.828-2.812-.482-1.402-.704-2.447-.705-3.779-.003-4.684 3.066-8.653 7.304-10.002a6.408 6.408 0 0 0-1.965 4.63 6.406 6.406 0 0 0 1.855 4.512l-.004.002a4.052 4.052 0 0 1 1.344 3.23v.002c.003.069.005.137.005.207Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_s)"><circle cx="31.115" cy="19.087" r="8.775" transform="rotate(164.967 31.115 19.087)" fill="url(#icon-logo-blink_t)" stroke="url(#icon-logo-blink_u)" stroke-width=".222" /></g><mask id="icon-logo-blink_w" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="19" y="11" width="9" height="17"><path d="M27.865 23.972a4.008 4.008 0 0 1-4.024 3.992c-1.798-.008-3.34-1.426-3.816-2.83-.475-1.405-.692-2.45-.687-3.782.02-4.685 3.035-8.633 7.28-9.962-1.218 1.164-1.908 2.796-1.915 4.614a6.406 6.406 0 0 0 1.834 4.521l-.005.002a4.051 4.051 0 0 1 1.329 3.236v.003c.003.068.005.137.004.206Z" fill="url(#icon-logo-blink_v)" /><path d="M27.865 23.972a4.008 4.008 0 0 1-4.024 3.992c-1.798-.008-3.34-1.426-3.816-2.83-.475-1.405-.692-2.45-.687-3.782.02-4.685 3.035-8.633 7.28-9.962-1.218 1.164-1.908 2.796-1.915 4.614a6.406 6.406 0 0 0 1.834 4.521l-.005.002a4.051 4.051 0 0 1 1.329 3.236v.003c.003.068.005.137.004.206Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_w)"><circle cx="31.079" cy="18.06" r="7.353" transform="rotate(165.234 31.08 18.06)" fill="url(#icon-logo-blink_x)" /></g><path d="M4.152 8.163a4.008 4.008 0 0 1 7.836-1.194 10.46 10.46 0 0 1 .702 3.78c0 4.684-3.071 8.65-7.31 9.997a6.408 6.408 0 0 0 1.968-4.628c0-1.76-.708-3.353-1.853-4.514l.005-.002a4.052 4.052 0 0 1-1.342-3.23v-.003a4.08 4.08 0 0 1-.006-.206Z" fill="url(#icon-logo-blink_y)" /><mask id="icon-logo-blink_A" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="9" height="17"><path d="M4.15 8.166a4.008 4.008 0 0 1 4.006-4.011c1.798-.001 3.347 1.41 3.829 2.813.481 1.402.704 2.446.704 3.778.003 4.685-3.066 8.653-7.304 10.002a6.408 6.408 0 0 0 1.965-4.63 6.406 6.406 0 0 0-1.855-4.512l.004-.002a4.052 4.052 0 0 1-1.344-3.23v-.002a4.078 4.078 0 0 1-.005-.206Z" fill="url(#icon-logo-blink_z)" /><path d="M4.15 8.166a4.008 4.008 0 0 1 4.006-4.011c1.798-.001 3.347 1.41 3.829 2.813.481 1.402.704 2.446.704 3.778.003 4.685-3.066 8.653-7.304 10.002a6.408 6.408 0 0 0 1.965-4.63 6.406 6.406 0 0 0-1.855-4.512l.004-.002a4.052 4.052 0 0 1-1.344-3.23v-.002a4.078 4.078 0 0 1-.005-.206Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_A)"><circle cx=".885" cy="13.044" r="8.775" transform="rotate(-15.033 .885 13.044)" fill="url(#icon-logo-blink_B)" stroke="url(#icon-logo-blink_C)" stroke-width=".222" /></g><mask id="icon-logo-blink_E" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="9" height="17"><path d="M4.134 8.158c.01-2.213 1.811-4 4.025-3.992 1.798.008 3.34 1.427 3.815 2.83.475 1.405.693 2.45.687 3.783-.019 4.684-3.034 8.633-7.279 9.962 1.218-1.165 1.908-2.797 1.915-4.615a6.406 6.406 0 0 0-1.834-4.521l.005-.002a4.052 4.052 0 0 1-1.33-3.236v-.002a4.083 4.083 0 0 1-.004-.207Z" fill="url(#icon-logo-blink_D)" /><path d="M4.134 8.158c.01-2.213 1.811-4 4.025-3.992 1.798.008 3.34 1.427 3.815 2.83.475 1.405.693 2.45.687 3.783-.019 4.684-3.034 8.633-7.279 9.962 1.218-1.165 1.908-2.797 1.915-4.615a6.406 6.406 0 0 0-1.834-4.521l.005-.002a4.052 4.052 0 0 1-1.33-3.236v-.002a4.083 4.083 0 0 1-.004-.207Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_E)"><circle cx=".921" cy="14.071" r="7.353" transform="rotate(-14.767 .921 14.07)" fill="url(#icon-logo-blink_F)" /></g><defs><linearGradient id="icon-logo-blink_a" x1="26.924" y1="6.684" x2="17.857" y2="11.866" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_b" x1="27.919" y1="7.017" x2="13.451" y2="9.521" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_d" x1="24.118" y1="-4.301" x2="21.741" y2="9.006" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_e" x1="26.264" y1="-1.64" x2="23.363" y2="9.774" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_f" x1="27.913" y1="7.02" x2="13.432" y2="9.457" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_h" x1="22.212" y1="-3.37" x2="20.245" y2="7.642" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_i" x1="5.045" y1="25.447" x2="14.112" y2="20.265" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_j" x1="4.049" y1="25.114" x2="18.518" y2="22.61" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_l" x1="18.049" y1="26.06" x2="15.672" y2="39.367" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_m" x1="20.195" y1="28.721" x2="17.294" y2="40.136" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_n" x1="4.056" y1="25.111" x2="18.536" y2="22.675" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_p" x1="18.197" y1="26.917" x2="16.229" y2="37.929" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_q" x1="25.316" y1="26.992" x2="20.135" y2="17.924" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_r" x1="24.984" y1="27.987" x2="22.48" y2="13.518" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_t" x1="36.215" y1="13.901" x2="33.837" y2="27.208" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_u" x1="38.361" y1="16.562" x2="35.459" y2="27.976" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_v" x1="24.98" y1="27.98" x2="22.544" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_x" x1="35.299" y1="13.768" x2="33.332" y2="24.78" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_y" x1="6.684" y1="5.139" x2="11.865" y2="14.207" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_z" x1="7.016" y1="4.144" x2="9.52" y2="18.613" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_B" x1="5.984" y1="7.857" x2="3.607" y2="21.165" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_C" x1="8.13" y1="10.519" x2="5.229" y2="21.933" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_D" x1="7.019" y1="4.15" x2="9.456" y2="18.631" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_F" x1="5.141" y1="9.779" x2="3.173" y2="20.791" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient></defs></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-operate-add"><path d="M480 544v288h64V544h288v-64H544V192h-64v288H192v64h288z" /></symbol><symbol fill="none" viewBox="0 0 40 40" id="icon-operate-close-large"><path d="M29.9 29.9 10.1 10.1M10.1 29.899l19.8-19.8" stroke="currentColor" stroke-width="2.4" stroke-linejoin="round" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-operate-close"><path d="m300.8 240.448 211.2 211.2 211.2-211.2 60.352 60.352-211.2 211.2 211.2 211.2-60.352 60.352-211.2-211.2-211.2 211.2-60.288-60.352 211.2-211.2-211.2-211.2 60.352-60.352z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-operate-minus"><path d="M832 544H192v-64h640v64z" /></symbol><symbol fill="none" viewBox="0 0 26 22" id="icon-operate-more-bar"><path d="M.2 1.4h25.6M.2 11h25.6M.2 20.6h25.6" stroke="currentColor" stroke-width="2.4" stroke-linejoin="round" /></symbol>',i.insertBefore(o,i.lastChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",l):l()}
|
|
1
|
+
"use strict";if(typeof window<"u"){let l=function(){var i=document.body,o=document.getElementById("__BASE6_UI_SVG_ICON_LOCAL__");o||(o=document.createElementNS("http://www.w3.org/2000/svg","svg"),o.style.position="absolute",o.style.width="0",o.style.height="0",o.id="__BASE6_UI_SVG_ICON_LOCAL__",o.setAttribute("xmlns","http://www.w3.org/2000/svg"),o.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),o.innerHTML='<symbol class="icon" viewBox="0 0 1024 1024" id="icon-add"><path d="M480 544v288h64V544h288v-64H544V192h-64v288H192v64h288z" /></symbol><symbol fill="none" viewBox="0 0 48 48" id="icon-logo"><rect width="48" height="48" rx="13.333" fill="currentColor" /><path d="M33.6 35.228a.6.6 0 0 1-.497.262h-3.97a.6.6 0 0 1-.497-.937l4.91-7.232a.6.6 0 0 0-.497-.937H10.6a.6.6 0 0 1-.6-.6v-3.347a.6.6 0 0 1 .6-.6h22.6a.6.6 0 0 0 .497-.937l-5.061-7.453a.6.6 0 0 1 .496-.937h3.971a.6.6 0 0 1 .496.263l7.398 10.89a.6.6 0 0 1 0 .674l-7.398 10.89Zm-9.842-16.215a.6.6 0 0 1-.49-.256l-1.001-1.426a.6.6 0 0 0-.491-.255H10.6a.6.6 0 0 1-.6-.6V13.11a.6.6 0 0 1 .6-.6h13.402a.6.6 0 0 1 .491.256l3.713 5.303a.6.6 0 0 1-.491.944h-3.957Zm-.49 10.23a.6.6 0 0 1 .49-.256h3.957a.6.6 0 0 1 .491.945l-3.713 5.303a.6.6 0 0 1-.491.255H10.6a.6.6 0 0 1-.6-.6v-3.366a.6.6 0 0 1 .6-.6h11.176a.6.6 0 0 0 .491-.255l1-1.426Z" fill="#fff" /></symbol><symbol fill="none" viewBox="0 0 25 25" id="icon-progress-default"><path d="M4.69 21.109v-5.845a.819.819 0 0 1 1.636 0v5.845a.818.818 0 1 1-1.636 0Zm4.675 0v-9.351a.819.819 0 0 1 1.637 0v9.35a.818.818 0 0 1-1.637 0Zm4.675 0v-5.845a.818.818 0 0 1 1.637 0v5.845a.818.818 0 0 1-1.636 0Zm4.676 0v-9.351a.818.818 0 0 1 1.636 0v9.35a.818.818 0 0 1-1.636 0ZM20.19 4.106a.819.819 0 0 1 1.023 1.278L15.37 10.06a.818.818 0 0 1-1.002.014l-4.235-3.176-5.373 3.225a.819.819 0 0 1-.841-1.404l5.843-3.506.11-.056a.819.819 0 0 1 .802.102l4.168 3.126 5.35-4.28Z" fill="#fff" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-arrow-down"><path d="m512 594.752 233.344-233.408 45.312 45.312L512 685.248 233.344 406.656l45.312-45.312L512 594.752z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-arrow-top"><path d="m512 429.248 233.344 233.408 45.248-45.312L512 338.752 233.344 617.344l45.312 45.312L512 429.248z" /></symbol><symbol fill="none" viewBox="0 0 20 20" id="icon-layout-lang"><path d="M10 1.041a8.958 8.958 0 0 1 2.18 17.648v.001h-.003A8.96 8.96 0 1 1 10 1.041ZM7.719 2.635a7.716 7.716 0 0 0-5.35 6.288c.525.385 1.165.676 1.874.676.554 0 1.032.025 1.433.1.403.076.773.208 1.074.454.625.512.716 1.314.716 2.139 0 .849.003 1.207.048 1.512.044.292.13.543.352 1.18.251.722.42 1.6.018 2.426a7.708 7.708 0 0 0 3.535.165c.422-.674.61-1.188.678-1.584a1.953 1.953 0 0 0-.117-1.103c-.065-.164-.142-.318-.23-.492-.084-.164-.184-.36-.258-.563-.165-.45-.214-.965.09-1.549.218-.416.532-.658.91-.777.32-.1.683-.108.947-.12.562-.026 1.174-.072 1.925-.612.81-.582 1.623-.657 2.337-.488.003-.096.009-.192.009-.288a7.672 7.672 0 0 0-1.492-4.554c-.542.123-1.107.4-1.524.939-.677.876-1.404 1.416-2.14 1.633-.752.22-1.46.089-2.026-.278-.889-.575-.957-1.392-1.03-1.884-.039-.258-.074-.415-.143-.543-.058-.108-.165-.237-.428-.365-.688-.334-1.064-.957-1.178-1.617a2.798 2.798 0 0 1-.03-.695Zm9.835 8.904c-.464-.148-.954-.112-1.46.252-1.045.751-1.952.815-2.597.845-.34.015-.504.023-.63.062-.067.021-.115.048-.176.165-.106.203-.098.34-.024.54.044.122.11.252.199.429.084.167.187.372.276.599.186.472.312 1.047.189 1.772a4.394 4.394 0 0 1-.246.86 7.719 7.719 0 0 0 4.47-5.524ZM2.3 10.354a7.71 7.71 0 0 0 4.403 6.613c.247-.406.216-.898-.019-1.57-.21-.605-.343-.976-.408-1.408-.063-.42-.06-.89-.06-1.697 0-.83-.126-1.063-.258-1.172-.08-.064-.225-.138-.512-.192-.289-.054-.677-.08-1.204-.08-.73 0-1.384-.204-1.942-.495ZM10 2.292c-.327 0-.649.022-.965.062a1.717 1.717 0 0 0-.056.762c.058.335.227.577.494.706.47.229.784.531.98.895.185.341.242.696.28.954.08.544.112.786.473 1.02.266.172.6.242.994.126.408-.12.932-.457 1.504-1.197a3.746 3.746 0 0 1 1.61-1.202 7.68 7.68 0 0 0-5.313-2.126Z" fill="currentColor" /></symbol><symbol fill="none" viewBox="0 0 16 16" id="icon-layout-logout"><path d="M2.667 4v8" stroke="currentColor" stroke-linecap="round" /><path d="M5.333 8h8M8 5.333S5.333 7.297 5.333 8C5.333 8.703 8 10.667 8 10.667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" /></symbol><symbol fill="none" viewBox="0 0 20 20" id="icon-layout-theme"><path d="M14.166 10a4.167 4.167 0 1 1-8.333 0 4.167 4.167 0 0 1 8.333 0Z" stroke="currentColor" stroke-width="1.25" /><path d="M10 1.666v1.25m0 14.167v1.25m5.892-2.44-.884-.885M4.991 4.99l-.884-.883m14.226 5.892h-1.25M2.917 10h-1.25m14.226-5.892-.884.883M4.99 15.008l-.884.884" stroke="currentColor" stroke-width="1.25" stroke-linecap="round" /></symbol><symbol fill="none" viewBox="0 0 16 16" id="icon-layout-user-center"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 .833a3.167 3.167 0 1 0 0 6.334A3.167 3.167 0 0 0 8 .833ZM5.833 4a2.167 2.167 0 1 1 4.334 0 2.167 2.167 0 0 1-4.334 0ZM8 8.167c-1.36 0-2.615.314-3.548.847-.919.525-1.619 1.326-1.619 2.32 0 .993.7 1.794 1.619 2.32.933.532 2.188.846 3.548.846 1.36 0 2.615-.314 3.548-.847.919-.525 1.619-1.326 1.619-2.32 0-.993-.7-1.794-1.62-2.32-.932-.532-2.188-.846-3.547-.846Zm-4.167 3.167c0-.48.345-1.012 1.115-1.452.756-.432 1.834-.715 3.052-.715s2.296.283 3.052.715c.77.44 1.115.972 1.115 1.452 0 .479-.345 1.01-1.115 1.451-.756.432-1.834.715-3.052.715s-2.296-.283-3.052-.715c-.77-.44-1.115-.972-1.115-1.451Z" fill="currentColor" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-layout-user-dark"><rect width="32" height="32" rx="16" fill="#4C4C4F" /><path d="M16 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM16 17.332a6.007 6.007 0 0 0-6 6c0 .369.299.667.667.667h10.666a.667.667 0 0 0 .667-.666 6.007 6.007 0 0 0-6-6Z" fill="#fff" fill-opacity=".7" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-layout-user-light"><rect width="32" height="32" rx="16" fill="#CAD3E2" /><path d="M16 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM16 17.332a6.007 6.007 0 0 0-6 6c0 .369.299.667.667.667h10.666a.667.667 0 0 0 .667-.666 6.007 6.007 0 0 0-6-6Z" fill="#56647A" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-base-dark"><rect width="32" height="32" rx="8.889" fill="#3693FF" /><path d="M22.399 23.485a.4.4 0 0 1-.33.175H19.42a.4.4 0 0 1-.331-.624l3.273-4.822a.4.4 0 0 0-.33-.625H7.065a.4.4 0 0 1-.4-.4v-2.231a.4.4 0 0 1 .4-.4h15.067a.4.4 0 0 0 .33-.625L19.09 8.965a.4.4 0 0 1 .33-.625h2.648a.4.4 0 0 1 .331.175l4.932 7.26a.4.4 0 0 1 0 .45l-4.932 7.26Zm-6.56-10.81a.4.4 0 0 1-.328-.17l-.667-.95a.4.4 0 0 0-.327-.171H7.066a.4.4 0 0 1-.4-.4V8.74c0-.221.18-.4.4-.4h8.935a.4.4 0 0 1 .327.17l2.476 3.536a.4.4 0 0 1-.328.63h-2.638Zm-.328 6.82a.4.4 0 0 1 .327-.17h2.638a.4.4 0 0 1 .328.63l-2.476 3.535a.4.4 0 0 1-.327.17H7.066a.4.4 0 0 1-.4-.4v-2.244c0-.22.18-.4.4-.4h7.45a.4.4 0 0 0 .328-.17l.667-.95Z" fill="#fff" fill-opacity=".9" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-base"><rect width="32" height="32" rx="8.889" fill="#0151FF" /><path d="M22.4 23.485a.4.4 0 0 1-.331.175h-2.647a.4.4 0 0 1-.331-.624l3.273-4.822a.4.4 0 0 0-.331-.625H7.067a.4.4 0 0 1-.4-.4v-2.231a.4.4 0 0 1 .4-.4h15.067a.4.4 0 0 0 .33-.625l-3.373-4.968a.4.4 0 0 1 .33-.625h2.648a.4.4 0 0 1 .33.175l4.932 7.26a.4.4 0 0 1 0 .45l-4.931 7.26Zm-6.561-10.81a.4.4 0 0 1-.328-.17l-.666-.95a.4.4 0 0 0-.328-.171h-7.45a.4.4 0 0 1-.4-.4V8.74c0-.221.179-.4.4-.4H16a.4.4 0 0 1 .328.17l2.475 3.536a.4.4 0 0 1-.327.63h-2.638Zm-.328 6.82a.4.4 0 0 1 .328-.17h2.638a.4.4 0 0 1 .327.63L16.33 23.49a.4.4 0 0 1-.328.17H7.067a.4.4 0 0 1-.4-.4v-2.244c0-.22.179-.4.4-.4h7.45a.4.4 0 0 0 .328-.17l.666-.95Z" fill="#fff" /></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-bcollection-dark"><rect width="32" height="32" rx="8.889" fill="#10C278" /><path fill="#fff" d="M6.58 23.194h18.84v2.305H6.58z" /><path d="M14.533 23.194h8.584v2.305h-8.584v-2.305Z" fill="url(#icon-logo-bcollection-dark_a)" /><path fill="#fff" d="M6.58 6.336h18.84v2.305H6.58z" /><path fill="url(#icon-logo-bcollection-dark_b)" d="M8.885 6.336h8.584v2.305H8.885z" /><path fill="#fff" d="M6.58 25.338V7.458h2.305v17.88z" /><path d="M6.58 23.194V14.61h2.305v8.584H6.58Z" fill="url(#icon-logo-bcollection-dark_c)" /><path fill="#fff" d="M23.115 25.339V6.499h2.305v18.84z" /><path d="M23.115 17.601V8.642h2.306v8.96h-2.306Z" fill="url(#icon-logo-bcollection-dark_d)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M3.568 16.89a1.26 1.26 0 0 1 0-1.782l2.314-2.313v2.403c0 .497.197.973.549 1.324l5.86 5.862-3.204.025-5.519-5.518ZM19.204 5.883h-2.403c-.497 0-.973.198-1.324.55-1.552 1.55-5.862 5.86-5.862 5.86L9.59 9.087l5.518-5.518a1.26 1.26 0 0 1 1.782 0l2.314 2.313Z" fill="url(#icon-logo-bcollection-dark_e)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M28.43 14.945a1.26 1.26 0 0 1 0 1.782l-2.314 2.314v-2.403c0-.497-.197-.973-.549-1.324l-5.86-5.862 3.204-.025 5.519 5.518ZM12.794 25.953h2.403c.497 0 .973-.197 1.325-.548l5.86-5.861.026 3.205-5.518 5.518a1.26 1.26 0 0 1-1.782 0l-2.314-2.314Z" fill="url(#icon-logo-bcollection-dark_f)" /><defs><linearGradient id="icon-logo-bcollection-dark_a" x1="16.363" y1="23.571" x2="21.598" y2="26.251" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".469" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection-dark_b" x1="10.336" y1="6.545" x2="15.741" y2="9.366" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".4" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection-dark_c" x1="6.739" y1="21.717" x2="9.607" y2="16.342" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".361" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection-dark_d" x1="24.268" y1="15.9" x2="25.656" y2="9.702" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".477" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection-dark_e" x1="4.4" y1="16.41" x2="12.062" y2="8.209" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".424" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection-dark_f" x1="28.376" y1="15.159" x2="20.135" y2="23.464" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".479" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-bcollection"><rect width="32" height="32" rx="8.889" fill="#0DAB63" /><path fill="#fff" d="M6.58 23.194h18.84v2.305H6.58z" /><path d="M14.533 23.194h8.583v2.305h-8.583v-2.305Z" fill="url(#icon-logo-bcollection_a)" /><path fill="#fff" d="M6.58 6.336h18.84v2.305H6.58z" /><path fill="url(#icon-logo-bcollection_b)" d="M8.885 6.336h8.584v2.305H8.885z" /><path fill="#fff" d="M6.58 25.338V7.458h2.304v17.88z" /><path d="M6.58 23.194V14.61h2.305v8.584H6.58Z" fill="url(#icon-logo-bcollection_c)" /><path fill="#fff" d="M23.115 25.338V6.498h2.305v18.84z" /><path d="M23.115 17.601V8.642h2.305v8.96h-2.305Z" fill="url(#icon-logo-bcollection_d)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M3.569 16.89a1.26 1.26 0 0 1 0-1.782l2.313-2.313v2.403c0 .497.198.973.55 1.324 1.55 1.552 5.86 5.862 5.86 5.862l-3.205.025-5.518-5.518ZM19.205 5.883H16.8c-.496 0-.973.198-1.324.55-1.552 1.55-5.861 5.86-5.861 5.86L9.59 9.087l5.518-5.518a1.26 1.26 0 0 1 1.783 0l2.314 2.313Z" fill="url(#icon-logo-bcollection_e)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M28.43 14.945a1.26 1.26 0 0 1 0 1.782l-2.313 2.314v-2.403c0-.497-.198-.973-.549-1.324l-5.86-5.862 3.204-.025 5.518 5.518ZM12.795 25.953h2.403c.497 0 .973-.197 1.324-.548l5.861-5.861.026 3.205-5.518 5.518a1.26 1.26 0 0 1-1.783 0l-2.313-2.314Z" fill="url(#icon-logo-bcollection_f)" /><defs><linearGradient id="icon-logo-bcollection_a" x1="16.363" y1="23.571" x2="21.598" y2="26.251" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".469" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_b" x1="10.336" y1="6.545" x2="15.741" y2="9.366" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".4" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_c" x1="6.738" y1="21.717" x2="9.607" y2="16.342" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".361" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_d" x1="24.268" y1="15.9" x2="25.656" y2="9.702" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".477" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_e" x1="4.401" y1="16.41" x2="12.063" y2="8.209" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".424" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient><linearGradient id="icon-logo-bcollection_f" x1="28.377" y1="15.159" x2="20.136" y2="23.464" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" /><stop offset=".479" stop-color="#3C72AF" /><stop offset="1" stop-color="#fff" /></linearGradient></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-blink-dark"><rect width="32" height="32" rx="8.896" fill="#050776" /><path d="M23.9 4.153a4.008 4.008 0 0 1 1.193 7.835 10.46 10.46 0 0 1-3.78.702c-4.684 0-8.65-3.07-9.997-7.31a6.409 6.409 0 0 0 4.628 1.968c1.76 0 3.354-.707 4.514-1.852l.002.004a4.052 4.052 0 0 1 3.23-1.342h.003c.068-.003.137-.005.206-.005Z" fill="url(#icon-logo-blink-dark_a)" /><mask id="icon-logo-blink-dark_c" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="4" width="17" height="9"><path d="M23.897 4.15a4.008 4.008 0 0 1 4.011 4.007c.001 1.798-1.41 3.347-2.813 3.828-1.402.482-2.446.704-3.778.705-4.685.003-8.653-3.066-10.002-7.304a6.408 6.408 0 0 0 4.63 1.965 6.406 6.406 0 0 0 4.512-1.855l.002.004a4.052 4.052 0 0 1 3.23-1.344h.002a4.08 4.08 0 0 1 .206-.005Z" fill="url(#icon-logo-blink-dark_b)" /><path d="M23.897 4.15a4.008 4.008 0 0 1 4.011 4.007c.001 1.798-1.41 3.347-2.813 3.828-1.402.482-2.446.704-3.778.705-4.685.003-8.653-3.066-10.002-7.304a6.408 6.408 0 0 0 4.63 1.965 6.406 6.406 0 0 0 4.512-1.855l.002.004a4.052 4.052 0 0 1 3.23-1.344h.002a4.08 4.08 0 0 1 .206-.005Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_c)"><circle cx="19.02" cy=".885" r="8.775" transform="rotate(74.966 19.02 .885)" fill="url(#icon-logo-blink-dark_d)" stroke="url(#icon-logo-blink-dark_e)" stroke-width=".222" /></g><mask id="icon-logo-blink-dark_g" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="4" width="17" height="9"><path d="M23.905 4.136c2.214.009 4.001 1.81 3.992 4.024-.007 1.798-1.426 3.34-2.83 3.816-1.405.475-2.45.692-3.782.687-4.685-.02-8.633-3.035-9.962-7.28 1.164 1.219 2.797 1.908 4.614 1.915a6.406 6.406 0 0 0 4.522-1.833l.002.004a4.052 4.052 0 0 1 3.235-1.329h.003a4.07 4.07 0 0 1 .206-.004Z" fill="url(#icon-logo-blink-dark_f)" /><path d="M23.905 4.136c2.214.009 4.001 1.81 3.992 4.024-.007 1.798-1.426 3.34-2.83 3.816-1.405.475-2.45.692-3.782.687-4.685-.02-8.633-3.035-9.962-7.28 1.164 1.219 2.797 1.908 4.614 1.915a6.406 6.406 0 0 0 4.522-1.833l.002.004a4.052 4.052 0 0 1 3.235-1.329h.003a4.07 4.07 0 0 1 .206-.004Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_g)"><circle cx="17.992" cy=".922" r="7.353" transform="rotate(75.234 17.992 .922)" fill="url(#icon-logo-blink-dark_h)" /></g><path d="M8.07 27.978a4.008 4.008 0 0 1-1.194-7.835 10.46 10.46 0 0 1 3.779-.703c4.684 0 8.651 3.072 9.997 7.31a6.408 6.408 0 0 0-4.628-1.967c-1.759 0-3.353.707-4.513 1.852l-.002-.004a4.052 4.052 0 0 1-3.23 1.342h-.003a4.033 4.033 0 0 1-.207.005Z" fill="url(#icon-logo-blink-dark_i)" /><mask id="icon-logo-blink-dark_k" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="19" width="17" height="9"><path d="M8.071 27.98a4.008 4.008 0 0 1-4.01-4.005c-.001-1.798 1.41-3.347 2.812-3.829 1.403-.482 2.447-.704 3.779-.705 4.684-.002 8.653 3.067 10.002 7.305a6.408 6.408 0 0 0-4.63-1.965 6.406 6.406 0 0 0-4.512 1.855l-.002-.005a4.052 4.052 0 0 1-3.23 1.344h-.002a4.15 4.15 0 0 1-.207.005Z" fill="url(#icon-logo-blink-dark_j)" /><path d="M8.071 27.98a4.008 4.008 0 0 1-4.01-4.005c-.001-1.798 1.41-3.347 2.812-3.829 1.403-.482 2.447-.704 3.779-.705 4.684-.002 8.653 3.067 10.002 7.305a6.408 6.408 0 0 0-4.63-1.965 6.406 6.406 0 0 0-4.512 1.855l-.002-.005a4.052 4.052 0 0 1-3.23 1.344h-.002a4.15 4.15 0 0 1-.207.005Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_k)"><circle cx="12.949" cy="31.246" r="8.775" transform="rotate(-105.033 12.949 31.246)" fill="url(#icon-logo-blink-dark_l)" stroke="url(#icon-logo-blink-dark_m)" stroke-width=".222" /></g><mask id="icon-logo-blink-dark_o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="19" width="17" height="9"><path d="M8.064 27.996a4.008 4.008 0 0 1-3.992-4.025c.007-1.798 1.426-3.34 2.83-3.815 1.405-.475 2.45-.693 3.782-.687 4.684.019 8.633 3.034 9.962 7.278-1.164-1.217-2.797-1.907-4.614-1.914a6.406 6.406 0 0 0-4.522 1.834l-.002-.005a4.052 4.052 0 0 1-3.236 1.33H8.27a4.155 4.155 0 0 1-.206.004Z" fill="url(#icon-logo-blink-dark_n)" /><path d="M8.064 27.996a4.008 4.008 0 0 1-3.992-4.025c.007-1.798 1.426-3.34 2.83-3.815 1.405-.475 2.45-.693 3.782-.687 4.684.019 8.633 3.034 9.962 7.278-1.164-1.217-2.797-1.907-4.614-1.914a6.406 6.406 0 0 0-4.522 1.834l-.002-.005a4.052 4.052 0 0 1-3.236 1.33H8.27a4.155 4.155 0 0 1-.206.004Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_o)"><circle cx="13.976" cy="31.209" r="7.353" transform="rotate(-104.766 13.976 31.21)" fill="url(#icon-logo-blink-dark_p)" /></g><path d="M27.848 23.968a4.008 4.008 0 0 1-7.835 1.194 10.462 10.462 0 0 1-.703-3.78c0-4.684 3.071-8.65 7.31-9.997a6.408 6.408 0 0 0-1.968 4.628c0 1.76.708 3.353 1.853 4.514l-.005.002a4.052 4.052 0 0 1 1.343 3.23v.003c.003.068.005.137.005.206Z" fill="url(#icon-logo-blink-dark_q)" /><mask id="icon-logo-blink-dark_s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="19" y="11" width="9" height="17"><path d="M27.851 23.966a4.008 4.008 0 0 1-4.006 4.01c-1.798.001-3.347-1.41-3.828-2.812-.482-1.402-.704-2.447-.705-3.779-.003-4.684 3.066-8.653 7.304-10.002a6.408 6.408 0 0 0-1.965 4.63 6.406 6.406 0 0 0 1.855 4.512l-.004.002a4.052 4.052 0 0 1 1.344 3.23v.002c.003.069.005.137.005.207Z" fill="url(#icon-logo-blink-dark_r)" /><path d="M27.851 23.966a4.008 4.008 0 0 1-4.006 4.01c-1.798.001-3.347-1.41-3.828-2.812-.482-1.402-.704-2.447-.705-3.779-.003-4.684 3.066-8.653 7.304-10.002a6.408 6.408 0 0 0-1.965 4.63 6.406 6.406 0 0 0 1.855 4.512l-.004.002a4.052 4.052 0 0 1 1.344 3.23v.002c.003.069.005.137.005.207Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_s)"><circle cx="31.115" cy="19.087" r="8.775" transform="rotate(164.967 31.115 19.087)" fill="url(#icon-logo-blink-dark_t)" stroke="url(#icon-logo-blink-dark_u)" stroke-width=".222" /></g><mask id="icon-logo-blink-dark_w" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="19" y="11" width="9" height="17"><path d="M27.865 23.972a4.008 4.008 0 0 1-4.025 3.992c-1.798-.008-3.34-1.426-3.815-2.83-.475-1.405-.693-2.45-.687-3.782.019-4.685 3.034-8.633 7.279-9.962-1.218 1.164-1.908 2.796-1.915 4.614a6.406 6.406 0 0 0 1.834 4.521l-.005.002a4.052 4.052 0 0 1 1.33 3.236v.003c.003.068.004.137.004.206Z" fill="url(#icon-logo-blink-dark_v)" /><path d="M27.865 23.972a4.008 4.008 0 0 1-4.025 3.992c-1.798-.008-3.34-1.426-3.815-2.83-.475-1.405-.693-2.45-.687-3.782.019-4.685 3.034-8.633 7.279-9.962-1.218 1.164-1.908 2.796-1.915 4.614a6.406 6.406 0 0 0 1.834 4.521l-.005.002a4.052 4.052 0 0 1 1.33 3.236v.003c.003.068.004.137.004.206Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_w)"><circle cx="31.08" cy="18.06" r="7.353" transform="rotate(165.234 31.08 18.06)" fill="url(#icon-logo-blink-dark_x)" /></g><path d="M4.152 8.163a4.008 4.008 0 0 1 7.836-1.194 10.46 10.46 0 0 1 .702 3.78c0 4.684-3.071 8.65-7.31 9.997a6.408 6.408 0 0 0 1.968-4.628c0-1.76-.708-3.353-1.853-4.514l.005-.002a4.052 4.052 0 0 1-1.342-3.23v-.003a4.08 4.08 0 0 1-.006-.206Z" fill="url(#icon-logo-blink-dark_y)" /><mask id="icon-logo-blink-dark_A" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="9" height="17"><path d="M4.149 8.166a4.008 4.008 0 0 1 4.006-4.011c1.798-.001 3.347 1.41 3.828 2.813.482 1.402.704 2.446.705 3.778.003 4.685-3.066 8.653-7.304 10.002a6.408 6.408 0 0 0 1.965-4.63 6.406 6.406 0 0 0-1.855-4.512l.004-.002a4.052 4.052 0 0 1-1.344-3.23v-.002a4.09 4.09 0 0 1-.005-.206Z" fill="url(#icon-logo-blink-dark_z)" /><path d="M4.149 8.166a4.008 4.008 0 0 1 4.006-4.011c1.798-.001 3.347 1.41 3.828 2.813.482 1.402.704 2.446.705 3.778.003 4.685-3.066 8.653-7.304 10.002a6.408 6.408 0 0 0 1.965-4.63 6.406 6.406 0 0 0-1.855-4.512l.004-.002a4.052 4.052 0 0 1-1.344-3.23v-.002a4.09 4.09 0 0 1-.005-.206Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_A)"><circle cx=".885" cy="13.044" r="8.775" transform="rotate(-15.033 .885 13.044)" fill="url(#icon-logo-blink-dark_B)" stroke="url(#icon-logo-blink-dark_C)" stroke-width=".222" /></g><mask id="icon-logo-blink-dark_E" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="9" height="17"><path d="M4.135 8.158c.01-2.213 1.811-4 4.025-3.992 1.798.008 3.34 1.427 3.815 2.83.475 1.405.693 2.45.687 3.783-.019 4.684-3.034 8.633-7.279 9.962 1.218-1.165 1.908-2.797 1.915-4.615a6.406 6.406 0 0 0-1.834-4.521l.005-.002a4.052 4.052 0 0 1-1.33-3.236v-.002a4.083 4.083 0 0 1-.004-.207Z" fill="url(#icon-logo-blink-dark_D)" /><path d="M4.135 8.158c.01-2.213 1.811-4 4.025-3.992 1.798.008 3.34 1.427 3.815 2.83.475 1.405.693 2.45.687 3.783-.019 4.684-3.034 8.633-7.279 9.962 1.218-1.165 1.908-2.797 1.915-4.615a6.406 6.406 0 0 0-1.834-4.521l.005-.002a4.052 4.052 0 0 1-1.33-3.236v-.002a4.083 4.083 0 0 1-.004-.207Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink-dark_E)"><circle cx=".922" cy="14.071" r="7.353" transform="rotate(-14.767 .922 14.07)" fill="url(#icon-logo-blink-dark_F)" /></g><defs><linearGradient id="icon-logo-blink-dark_a" x1="26.923" y1="6.684" x2="17.855" y2="11.866" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_b" x1="27.919" y1="7.017" x2="13.45" y2="9.521" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_d" x1="24.119" y1="-4.301" x2="21.742" y2="9.006" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink-dark_e" x1="26.265" y1="-1.64" x2="23.364" y2="9.774" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink-dark_f" x1="27.913" y1="7.021" x2="13.433" y2="9.457" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_h" x1="22.212" y1="-3.37" x2="20.245" y2="7.643" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink-dark_i" x1="5.046" y1="25.447" x2="14.113" y2="20.265" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_j" x1="4.05" y1="25.114" x2="18.519" y2="22.61" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_l" x1="18.048" y1="26.06" x2="15.671" y2="39.367" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink-dark_m" x1="20.194" y1="28.721" x2="17.293" y2="40.136" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink-dark_n" x1="4.055" y1="25.111" x2="18.536" y2="22.674" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_p" x1="18.196" y1="26.917" x2="16.229" y2="37.929" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink-dark_q" x1="25.316" y1="26.992" x2="20.135" y2="17.924" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_r" x1="24.985" y1="27.987" x2="22.481" y2="13.518" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_t" x1="36.214" y1="13.901" x2="33.837" y2="27.208" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink-dark_u" x1="38.36" y1="16.562" x2="35.459" y2="27.976" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink-dark_v" x1="24.98" y1="27.98" x2="22.543" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_x" x1="35.3" y1="13.768" x2="33.332" y2="24.78" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink-dark_y" x1="6.684" y1="5.139" x2="11.865" y2="14.207" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_z" x1="7.015" y1="4.144" x2="9.519" y2="18.613" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_B" x1="5.984" y1="7.857" x2="3.607" y2="21.165" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink-dark_C" x1="8.13" y1="10.519" x2="5.229" y2="21.933" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink-dark_D" x1="7.02" y1="4.15" x2="9.457" y2="18.631" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink-dark_F" x1="5.142" y1="9.779" x2="3.175" y2="20.791" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient></defs></symbol><symbol fill="none" viewBox="0 0 32 32" id="icon-logo-blink"><rect width="32" height="32" rx="8.896" fill="#050776" /><path d="M23.9 4.153a4.008 4.008 0 0 1 1.194 7.835 10.46 10.46 0 0 1-3.78.702c-4.684 0-8.65-3.07-9.997-7.31a6.408 6.408 0 0 0 4.628 1.968c1.76 0 3.354-.707 4.514-1.852l.002.004a4.052 4.052 0 0 1 3.23-1.342h.003c.068-.003.137-.005.206-.005Z" fill="url(#icon-logo-blink_a)" /><mask id="icon-logo-blink_c" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="4" width="17" height="9"><path d="M23.898 4.15a4.008 4.008 0 0 1 4.01 4.007c.002 1.798-1.41 3.347-2.812 3.828-1.402.482-2.446.704-3.779.705-4.684.003-8.653-3.066-10.001-7.304a6.408 6.408 0 0 0 4.629 1.965 6.406 6.406 0 0 0 4.512-1.855l.002.004a4.051 4.051 0 0 1 3.23-1.344h.003a4.08 4.08 0 0 1 .206-.005Z" fill="url(#icon-logo-blink_b)" /><path d="M23.898 4.15a4.008 4.008 0 0 1 4.01 4.007c.002 1.798-1.41 3.347-2.812 3.828-1.402.482-2.446.704-3.779.705-4.684.003-8.653-3.066-10.001-7.304a6.408 6.408 0 0 0 4.629 1.965 6.406 6.406 0 0 0 4.512-1.855l.002.004a4.051 4.051 0 0 1 3.23-1.344h.003a4.08 4.08 0 0 1 .206-.005Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_c)"><circle cx="19.019" cy=".885" r="8.775" transform="rotate(74.966 19.019 .885)" fill="url(#icon-logo-blink_d)" stroke="url(#icon-logo-blink_e)" stroke-width=".222" /></g><mask id="icon-logo-blink_g" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="11" y="4" width="17" height="9"><path d="M23.905 4.135c2.213.01 4 1.811 3.991 4.025-.007 1.798-1.425 3.34-2.83 3.815-1.404.475-2.45.693-3.782.687-4.684-.019-8.633-3.034-9.962-7.279 1.165 1.218 2.797 1.908 4.615 1.915a6.406 6.406 0 0 0 4.521-1.834l.002.005a4.052 4.052 0 0 1 3.236-1.33h.002a4.07 4.07 0 0 1 .207-.004Z" fill="url(#icon-logo-blink_f)" /><path d="M23.905 4.135c2.213.01 4 1.811 3.991 4.025-.007 1.798-1.425 3.34-2.83 3.815-1.404.475-2.45.693-3.782.687-4.684-.019-8.633-3.034-9.962-7.279 1.165 1.218 2.797 1.908 4.615 1.915a6.406 6.406 0 0 0 4.521-1.834l.002.005a4.052 4.052 0 0 1 3.236-1.33h.002a4.07 4.07 0 0 1 .207-.004Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_g)"><circle cx="17.992" cy=".922" r="7.353" transform="rotate(75.234 17.992 .922)" fill="url(#icon-logo-blink_h)" /></g><path d="M8.068 27.978a4.008 4.008 0 0 1-1.193-7.835 10.46 10.46 0 0 1 3.78-.703c4.684 0 8.65 3.072 9.996 7.31a6.409 6.409 0 0 0-4.628-1.967c-1.759 0-3.353.707-4.513 1.852l-.002-.004a4.051 4.051 0 0 1-3.23 1.342h-.003a4.033 4.033 0 0 1-.207.005Z" fill="url(#icon-logo-blink_i)" /><mask id="icon-logo-blink_k" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="19" width="17" height="9"><path d="M8.07 27.98a4.008 4.008 0 0 1-4.01-4.005c0-1.798 1.41-3.347 2.813-3.829 1.402-.482 2.446-.704 3.779-.705 4.684-.002 8.653 3.067 10.001 7.305a6.408 6.408 0 0 0-4.63-1.965 6.406 6.406 0 0 0-4.512 1.855l-.002-.005a4.052 4.052 0 0 1-3.23 1.344h-.002a4.15 4.15 0 0 1-.206.005Z" fill="url(#icon-logo-blink_j)" /><path d="M8.07 27.98a4.008 4.008 0 0 1-4.01-4.005c0-1.798 1.41-3.347 2.813-3.829 1.402-.482 2.446-.704 3.779-.705 4.684-.002 8.653 3.067 10.001 7.305a6.408 6.408 0 0 0-4.63-1.965 6.406 6.406 0 0 0-4.512 1.855l-.002-.005a4.052 4.052 0 0 1-3.23 1.344h-.002a4.15 4.15 0 0 1-.206.005Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_k)"><circle cx="12.95" cy="31.246" r="8.775" transform="rotate(-105.033 12.95 31.246)" fill="url(#icon-logo-blink_l)" stroke="url(#icon-logo-blink_m)" stroke-width=".222" /></g><mask id="icon-logo-blink_o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="19" width="17" height="9"><path d="M8.064 27.996a4.008 4.008 0 0 1-3.992-4.024c.008-1.799 1.426-3.34 2.83-3.816 1.405-.475 2.45-.692 3.782-.687 4.685.02 8.633 3.035 9.962 7.279-1.164-1.218-2.796-1.907-4.614-1.915a6.406 6.406 0 0 0-4.521 1.834l-.002-.004a4.052 4.052 0 0 1-3.236 1.329H8.27a4.037 4.037 0 0 1-.206.004Z" fill="url(#icon-logo-blink_n)" /><path d="M8.064 27.996a4.008 4.008 0 0 1-3.992-4.024c.008-1.799 1.426-3.34 2.83-3.816 1.405-.475 2.45-.692 3.782-.687 4.685.02 8.633 3.035 9.962 7.279-1.164-1.218-2.796-1.907-4.614-1.915a6.406 6.406 0 0 0-4.521 1.834l-.002-.004a4.052 4.052 0 0 1-3.236 1.329H8.27a4.037 4.037 0 0 1-.206.004Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_o)"><circle cx="13.977" cy="31.209" r="7.353" transform="rotate(-104.766 13.977 31.21)" fill="url(#icon-logo-blink_p)" /></g><path d="M27.848 23.968a4.008 4.008 0 0 1-7.835 1.194 10.462 10.462 0 0 1-.703-3.78c0-4.684 3.071-8.65 7.31-9.997a6.408 6.408 0 0 0-1.968 4.628c0 1.76.708 3.353 1.853 4.514l-.005.002a4.052 4.052 0 0 1 1.343 3.23v.003c.003.068.005.137.005.206Z" fill="url(#icon-logo-blink_q)" /><mask id="icon-logo-blink_s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="19" y="11" width="9" height="17"><path d="M27.85 23.966a4.008 4.008 0 0 1-4.006 4.01c-1.798.001-3.347-1.41-3.828-2.812-.482-1.402-.704-2.447-.705-3.779-.003-4.684 3.066-8.653 7.304-10.002a6.408 6.408 0 0 0-1.965 4.63 6.406 6.406 0 0 0 1.855 4.512l-.004.002a4.052 4.052 0 0 1 1.344 3.23v.002c.003.069.005.137.005.207Z" fill="url(#icon-logo-blink_r)" /><path d="M27.85 23.966a4.008 4.008 0 0 1-4.006 4.01c-1.798.001-3.347-1.41-3.828-2.812-.482-1.402-.704-2.447-.705-3.779-.003-4.684 3.066-8.653 7.304-10.002a6.408 6.408 0 0 0-1.965 4.63 6.406 6.406 0 0 0 1.855 4.512l-.004.002a4.052 4.052 0 0 1 1.344 3.23v.002c.003.069.005.137.005.207Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_s)"><circle cx="31.115" cy="19.087" r="8.775" transform="rotate(164.967 31.115 19.087)" fill="url(#icon-logo-blink_t)" stroke="url(#icon-logo-blink_u)" stroke-width=".222" /></g><mask id="icon-logo-blink_w" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="19" y="11" width="9" height="17"><path d="M27.865 23.972a4.008 4.008 0 0 1-4.024 3.992c-1.798-.008-3.34-1.426-3.816-2.83-.475-1.405-.692-2.45-.687-3.782.02-4.685 3.035-8.633 7.28-9.962-1.218 1.164-1.908 2.796-1.915 4.614a6.406 6.406 0 0 0 1.834 4.521l-.005.002a4.051 4.051 0 0 1 1.329 3.236v.003c.003.068.005.137.004.206Z" fill="url(#icon-logo-blink_v)" /><path d="M27.865 23.972a4.008 4.008 0 0 1-4.024 3.992c-1.798-.008-3.34-1.426-3.816-2.83-.475-1.405-.692-2.45-.687-3.782.02-4.685 3.035-8.633 7.28-9.962-1.218 1.164-1.908 2.796-1.915 4.614a6.406 6.406 0 0 0 1.834 4.521l-.005.002a4.051 4.051 0 0 1 1.329 3.236v.003c.003.068.005.137.004.206Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_w)"><circle cx="31.079" cy="18.06" r="7.353" transform="rotate(165.234 31.08 18.06)" fill="url(#icon-logo-blink_x)" /></g><path d="M4.152 8.163a4.008 4.008 0 0 1 7.836-1.194 10.46 10.46 0 0 1 .702 3.78c0 4.684-3.071 8.65-7.31 9.997a6.408 6.408 0 0 0 1.968-4.628c0-1.76-.708-3.353-1.853-4.514l.005-.002a4.052 4.052 0 0 1-1.342-3.23v-.003a4.08 4.08 0 0 1-.006-.206Z" fill="url(#icon-logo-blink_y)" /><mask id="icon-logo-blink_A" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="9" height="17"><path d="M4.15 8.166a4.008 4.008 0 0 1 4.006-4.011c1.798-.001 3.347 1.41 3.829 2.813.481 1.402.704 2.446.704 3.778.003 4.685-3.066 8.653-7.304 10.002a6.408 6.408 0 0 0 1.965-4.63 6.406 6.406 0 0 0-1.855-4.512l.004-.002a4.052 4.052 0 0 1-1.344-3.23v-.002a4.078 4.078 0 0 1-.005-.206Z" fill="url(#icon-logo-blink_z)" /><path d="M4.15 8.166a4.008 4.008 0 0 1 4.006-4.011c1.798-.001 3.347 1.41 3.829 2.813.481 1.402.704 2.446.704 3.778.003 4.685-3.066 8.653-7.304 10.002a6.408 6.408 0 0 0 1.965-4.63 6.406 6.406 0 0 0-1.855-4.512l.004-.002a4.052 4.052 0 0 1-1.344-3.23v-.002a4.078 4.078 0 0 1-.005-.206Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_A)"><circle cx=".885" cy="13.044" r="8.775" transform="rotate(-15.033 .885 13.044)" fill="url(#icon-logo-blink_B)" stroke="url(#icon-logo-blink_C)" stroke-width=".222" /></g><mask id="icon-logo-blink_E" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="9" height="17"><path d="M4.134 8.158c.01-2.213 1.811-4 4.025-3.992 1.798.008 3.34 1.427 3.815 2.83.475 1.405.693 2.45.687 3.783-.019 4.684-3.034 8.633-7.279 9.962 1.218-1.165 1.908-2.797 1.915-4.615a6.406 6.406 0 0 0-1.834-4.521l.005-.002a4.052 4.052 0 0 1-1.33-3.236v-.002a4.083 4.083 0 0 1-.004-.207Z" fill="url(#icon-logo-blink_D)" /><path d="M4.134 8.158c.01-2.213 1.811-4 4.025-3.992 1.798.008 3.34 1.427 3.815 2.83.475 1.405.693 2.45.687 3.783-.019 4.684-3.034 8.633-7.279 9.962 1.218-1.165 1.908-2.797 1.915-4.615a6.406 6.406 0 0 0-1.834-4.521l.005-.002a4.052 4.052 0 0 1-1.33-3.236v-.002a4.083 4.083 0 0 1-.004-.207Z" fill="#000" fill-opacity=".2" /></mask><g mask="url(#icon-logo-blink_E)"><circle cx=".921" cy="14.071" r="7.353" transform="rotate(-14.767 .921 14.07)" fill="url(#icon-logo-blink_F)" /></g><defs><linearGradient id="icon-logo-blink_a" x1="26.924" y1="6.684" x2="17.857" y2="11.866" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_b" x1="27.919" y1="7.017" x2="13.451" y2="9.521" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_d" x1="24.118" y1="-4.301" x2="21.741" y2="9.006" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_e" x1="26.264" y1="-1.64" x2="23.363" y2="9.774" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_f" x1="27.913" y1="7.02" x2="13.432" y2="9.457" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_h" x1="22.212" y1="-3.37" x2="20.245" y2="7.642" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_i" x1="5.045" y1="25.447" x2="14.112" y2="20.265" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_j" x1="4.049" y1="25.114" x2="18.518" y2="22.61" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_l" x1="18.049" y1="26.06" x2="15.672" y2="39.367" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_m" x1="20.195" y1="28.721" x2="17.294" y2="40.136" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_n" x1="4.056" y1="25.111" x2="18.536" y2="22.675" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_p" x1="18.197" y1="26.917" x2="16.229" y2="37.929" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_q" x1="25.316" y1="26.992" x2="20.135" y2="17.924" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_r" x1="24.984" y1="27.987" x2="22.48" y2="13.518" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_t" x1="36.215" y1="13.901" x2="33.837" y2="27.208" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_u" x1="38.361" y1="16.562" x2="35.459" y2="27.976" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_v" x1="24.98" y1="27.98" x2="22.544" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_x" x1="35.299" y1="13.768" x2="33.332" y2="24.78" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_y" x1="6.684" y1="5.139" x2="11.865" y2="14.207" gradientUnits="userSpaceOnUse"><stop stop-color="#1F5CF5" /><stop offset="1" stop-color="#EEF5FC" /></linearGradient><linearGradient id="icon-logo-blink_z" x1="7.016" y1="4.144" x2="9.52" y2="18.613" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_B" x1="5.984" y1="7.857" x2="3.607" y2="21.165" gradientUnits="userSpaceOnUse"><stop stop-color="#7AA0FE" /><stop offset=".271" stop-color="#B7D4FF" /><stop offset="1" stop-color="#E9F5FF" /></linearGradient><linearGradient id="icon-logo-blink_C" x1="8.13" y1="10.519" x2="5.229" y2="21.933" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff" stop-opacity="0" /><stop offset=".42" stop-color="#fff" /><stop offset="1" stop-color="#fff" stop-opacity="0" /></linearGradient><linearGradient id="icon-logo-blink_D" x1="7.019" y1="4.15" x2="9.456" y2="18.631" gradientUnits="userSpaceOnUse"><stop stop-color="#F2F2FC" /><stop offset="1" stop-color="#DED7FC" /></linearGradient><linearGradient id="icon-logo-blink_F" x1="5.141" y1="9.779" x2="3.173" y2="20.791" gradientUnits="userSpaceOnUse"><stop stop-color="#6F90FF" stop-opacity=".33" /><stop offset="1" stop-color="#E9F5FF" stop-opacity="0" /></linearGradient></defs></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-operate-add"><path d="M480 544v288h64V544h288v-64H544V192h-64v288H192v64h288z" /></symbol><symbol fill="none" viewBox="0 0 12 10" id="icon-operate-checked"><path d="M4.5 9.414.086 5 1.5 3.586l3 3 6-6L11.914 2 4.5 9.414Z" fill="currentColor" /></symbol><symbol fill="none" viewBox="0 0 40 40" id="icon-operate-close-large"><path d="M29.9 29.9 10.1 10.1M10.1 29.899l19.8-19.8" stroke="currentColor" stroke-width="2.4" stroke-linejoin="round" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-operate-close"><path d="m300.8 240.448 211.2 211.2 211.2-211.2 60.352 60.352-211.2 211.2 211.2 211.2-60.352 60.352-211.2-211.2-211.2 211.2-60.288-60.352 211.2-211.2-211.2-211.2 60.352-60.352z" /></symbol><symbol class="icon" viewBox="0 0 1024 1024" id="icon-operate-minus"><path d="M832 544H192v-64h640v64z" /></symbol><symbol fill="none" viewBox="0 0 26 22" id="icon-operate-more-bar"><path d="M.2 1.4h25.6M.2 11h25.6M.2 20.6h25.6" stroke="currentColor" stroke-width="2.4" stroke-linejoin="round" /></symbol>',i.insertBefore(o,i.lastChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",l):l()}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),l={xmlns:"http://www.w3.org/2000/svg",width:"123",height:"32",fill:"none"};function e(q,c){return a.openBlock(),a.createElementBlock("svg",l,c[0]||(c[0]=[a.createElementVNode("rect",{width:"32",height:"32",x:"4",fill:"#3693FF",rx:"8.889"},null,-1),a.createElementVNode("path",{fill:"#fff","fill-opacity":".9",d:"M26.4 23.485a.4.4 0 0 1-.33.175h-2.648a.4.4 0 0 1-.331-.624l3.273-4.822a.4.4 0 0 0-.33-.625H11.066a.4.4 0 0 1-.4-.4v-2.231a.4.4 0 0 1 .4-.4h15.067a.4.4 0 0 0 .33-.625l-3.373-4.968a.4.4 0 0 1 .33-.625h2.648a.4.4 0 0 1 .331.175l4.932 7.26a.4.4 0 0 1 0 .45zm-6.56-10.81a.4.4 0 0 1-.328-.17l-.667-.95a.4.4 0 0 0-.328-.171h-7.45a.4.4 0 0 1-.4-.4V8.74c0-.221.18-.4.4-.4h8.935a.4.4 0 0 1 .327.17l2.476 3.536a.4.4 0 0 1-.328.63zm-.328 6.82a.4.4 0 0 1 .327-.17h2.638a.4.4 0 0 1 .328.63l-2.476 3.535a.4.4 0 0 1-.327.17h-8.935a.4.4 0 0 1-.4-.4v-2.244c0-.22.18-.4.4-.4h7.45a.4.4 0 0 0 .328-.17z"},null,-1),a.createElementVNode("path",{fill:"#fff",d:"M59.071 16.113a.044.044 0 0 1 .005-.08 3.5 3.5 0 0 0 1.54-1.183c.38-.515.581-1.14.575-1.779v-.784a3.44 3.44 0 0 0-1.938-3.131q-1.937-1.122-5.612-1.128c-.512 0-1.055 0-1.696.057-.64.056-1.312.102-1.983.143-.672.041-1.39.118-2.05.195-.481.056-.965.114-1.417.18A.58.58 0 0 0 46 9.18v13.667c0 .29.211.539.5.58q.676.097 1.468.176c.728.072 1.45.144 2.178.2s1.425.097 2.106.128c.682.03 1.261.041 1.753.041 1.007.006 2.014-.07 3.009-.225a8 8 0 0 0 2.362-.733 4 4 0 0 0 1.538-1.328c.39-.61.583-1.326.553-2.05v-.574a2.33 2.33 0 0 0-.743-1.763 8.3 8.3 0 0 0-1.653-1.186M48.83 11.18a.59.59 0 0 1 .526-.587l.858-.095q.59-.072 1.112-.098c.348-.015.707-.036 1.076-.046s.794 0 1.281 0c1.6 0 2.773.185 3.516.564a1.91 1.91 0 0 1 1.112 1.835c.005.33-.067.659-.21.958a1.74 1.74 0 0 1-.733.717c-.446.232-.927.39-1.424.467a13 13 0 0 1-2.286.169H49.42a.59.59 0 0 1-.591-.591zm8.508 9.91c-1.061.426-2.2.619-3.342.565q-1.443.001-2.68-.082a57 57 0 0 1-1.96-.17.587.587 0 0 1-.526-.585v-2.913a.59.59 0 0 1 .59-.591h4.238c1.26-.063 2.523.084 3.736.435a1.54 1.54 0 0 1 1.143 1.507 1.9 1.9 0 0 1-1.2 1.835M81.205 11.37a.01.01 0 0 0 .005-.015 3.6 3.6 0 0 0-1.022-1.528 5.8 5.8 0 0 0-1.763-1.025c-.784-.29-1.6-.488-2.43-.59a23.8 23.8 0 0 0-5.908 0c-.825.103-1.635.301-2.414.59a6 6 0 0 0-1.779 1.025 3.3 3.3 0 0 0-.999 1.537 7.4 7.4 0 0 0-.328 1.753q-.098 1.099-.097 2.906v7.095c0 .418.29.787.707.829q.312.028.59.026h.65c.515-.043.877-.498.877-1.015v-2.783c0-.544.44-.985.984-.985h9.542c.543 0 .984.441.984.985v2.931c0 .435.315.803.749.84.24.026.512.026.773.026.262 0 .39 0 .595-.025.416-.043.707-.411.707-.83v-7.084q-.001-1.806-.102-2.906a7.5 7.5 0 0 0-.326-1.744.01.01 0 0 1 .005-.014m-2.452 4.648a.827.827 0 0 1-.826.87H68.16a.87.87 0 0 1-.871-.87v-1.753q.015-.821.128-1.635a1.38 1.38 0 0 1 .553-.917c.377-.3.801-.534 1.256-.692a9.2 9.2 0 0 1 1.747-.436c1.36-.203 2.741-.203 4.1 0q.902.135 1.763.436c.456.156.88.39 1.256.692.29.225.483.553.538.917q.104.83.123 1.666zM92.367 8.064q1.419 0 2.743.177 1.335.167 2.388.584 1.065.407 1.742 1.106.456.463.66 1.077c.124.372-.135.741-.513.846l-2.056.57q0-.627-.427-1.023-.417-.407-1.116-.636a7 7 0 0 0-1.585-.334 17 17 0 0 0-1.836-.094q-.928 0-1.825.084a7.7 7.7 0 0 0-1.616.313q-.71.23-1.148.636c-.292.271-.357.644-.357 1.075v1.317a1.2 1.2 0 0 0 1.201 1.2l8.85-.015a2.6 2.6 0 0 1 2.603 2.629l-.032 2.731q0 .699-.313 1.252a3 3 0 0 1-.845.949q-.532.396-1.272.678-.73.27-1.585.438-.845.165-1.784.24a24 24 0 0 1-3.765 0 15 15 0 0 1-1.762-.24 10 10 0 0 1-1.554-.438 5.6 5.6 0 0 1-1.251-.678 3.4 3.4 0 0 1-.876-.95 2.7 2.7 0 0 1-.271-.59c-.12-.371.14-.737.515-.841l2.06-.57q0 .646.438 1.053t1.148.636q.72.23 1.616.313t1.825.083q.95 0 1.835-.083a7.5 7.5 0 0 0 1.586-.324q.699-.24 1.116-.646.427-.406.427-1.032l.023-.82a1.45 1.45 0 0 0-1.448-1.488H87.26a2.6 2.6 0 0 1-2.598-2.57l-.034-3.007q0-.699.302-1.23.313-.543.845-.939.543-.406 1.283-.678a10 10 0 0 1 1.595-.448 16 16 0 0 1 1.805-.24 25 25 0 0 1 1.908-.073M118.795 20.797v.002a17 17 0 0 1-3.349.634 38 38 0 0 1-3.725.179q-1.006.002-2.004-.123a9.7 9.7 0 0 1-1.707-.364 4.4 4.4 0 0 1-1.23-.59 1.44 1.44 0 0 1-.589-.83 8 8 0 0 1-.169-1.23 17 17 0 0 1-.048-.844.577.577 0 0 1 .582-.59h10.802c.283 0 .529-.2.561-.481q.04-.363.039-.73v-.537l-.002-.02c-.019-.274-.264-.462-.538-.462h-10.903a.554.554 0 0 1-.564-.59q.027-.33.06-.712.037-.616.169-1.22c.081-.334.286-.626.574-.814.38-.264.801-.461 1.246-.585a11 11 0 0 1 1.706-.353q.99-.125 1.989-.123c.584 0 1.189 0 1.819.056.631.057 1.251.098 1.861.18a30 30 0 0 1 2.788.516c.322.077.655-.114.693-.442q.009-.066.014-.13c0-.237.031-.513.031-.81v-.385l-.001-.144c-.005-.192-.148-.338-.331-.395a15.7 15.7 0 0 0-2.928-.604 33 33 0 0 0-3.946-.215 26 26 0 0 0-3.049.17c-.871.092-1.729.272-2.563.537a5.3 5.3 0 0 0-1.819.959 2.33 2.33 0 0 0-.846 1.44 21 21 0 0 0-.241 2.367 44.49 44.49 0 0 0 0 5.094q.057 1.143.241 2.271c.094.568.395 1.081.846 1.44.538.434 1.156.76 1.819.959.835.256 1.693.428 2.563.512q1.52.173 3.049.17a39 39 0 0 0 3.992-.185 12 12 0 0 0 2.927-.647.53.53 0 0 0 .355-.43q.031-.239.034-.481a4.97 4.97 0 0 0-.208-1.42"},null,-1)]))}const t={render:e};exports.default=t;exports.render=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),l={xmlns:"http://www.w3.org/2000/svg",width:"123",height:"32",fill:"none"};function e(q,c){return a.openBlock(),a.createElementBlock("svg",l,[...c[0]||(c[0]=[a.createElementVNode("rect",{width:"32",height:"32",x:"4",fill:"#3693FF",rx:"8.889"},null,-1),a.createElementVNode("path",{fill:"#fff","fill-opacity":".9",d:"M26.4 23.485a.4.4 0 0 1-.33.175h-2.648a.4.4 0 0 1-.331-.624l3.273-4.822a.4.4 0 0 0-.33-.625H11.066a.4.4 0 0 1-.4-.4v-2.231a.4.4 0 0 1 .4-.4h15.067a.4.4 0 0 0 .33-.625l-3.373-4.968a.4.4 0 0 1 .33-.625h2.648a.4.4 0 0 1 .331.175l4.932 7.26a.4.4 0 0 1 0 .45zm-6.56-10.81a.4.4 0 0 1-.328-.17l-.667-.95a.4.4 0 0 0-.328-.171h-7.45a.4.4 0 0 1-.4-.4V8.74c0-.221.18-.4.4-.4h8.935a.4.4 0 0 1 .327.17l2.476 3.536a.4.4 0 0 1-.328.63zm-.328 6.82a.4.4 0 0 1 .327-.17h2.638a.4.4 0 0 1 .328.63l-2.476 3.535a.4.4 0 0 1-.327.17h-8.935a.4.4 0 0 1-.4-.4v-2.244c0-.22.18-.4.4-.4h7.45a.4.4 0 0 0 .328-.17z"},null,-1),a.createElementVNode("path",{fill:"#fff",d:"M59.071 16.113a.044.044 0 0 1 .005-.08 3.5 3.5 0 0 0 1.54-1.183c.38-.515.581-1.14.575-1.779v-.784a3.44 3.44 0 0 0-1.938-3.131q-1.937-1.122-5.612-1.128c-.512 0-1.055 0-1.696.057-.64.056-1.312.102-1.983.143-.672.041-1.39.118-2.05.195-.481.056-.965.114-1.417.18A.58.58 0 0 0 46 9.18v13.667c0 .29.211.539.5.58q.676.097 1.468.176c.728.072 1.45.144 2.178.2s1.425.097 2.106.128c.682.03 1.261.041 1.753.041 1.007.006 2.014-.07 3.009-.225a8 8 0 0 0 2.362-.733 4 4 0 0 0 1.538-1.328c.39-.61.583-1.326.553-2.05v-.574a2.33 2.33 0 0 0-.743-1.763 8.3 8.3 0 0 0-1.653-1.186M48.83 11.18a.59.59 0 0 1 .526-.587l.858-.095q.59-.072 1.112-.098c.348-.015.707-.036 1.076-.046s.794 0 1.281 0c1.6 0 2.773.185 3.516.564a1.91 1.91 0 0 1 1.112 1.835c.005.33-.067.659-.21.958a1.74 1.74 0 0 1-.733.717c-.446.232-.927.39-1.424.467a13 13 0 0 1-2.286.169H49.42a.59.59 0 0 1-.591-.591zm8.508 9.91c-1.061.426-2.2.619-3.342.565q-1.443.001-2.68-.082a57 57 0 0 1-1.96-.17.587.587 0 0 1-.526-.585v-2.913a.59.59 0 0 1 .59-.591h4.238c1.26-.063 2.523.084 3.736.435a1.54 1.54 0 0 1 1.143 1.507 1.9 1.9 0 0 1-1.2 1.835M81.205 11.37a.01.01 0 0 0 .005-.015 3.6 3.6 0 0 0-1.022-1.528 5.8 5.8 0 0 0-1.763-1.025c-.784-.29-1.6-.488-2.43-.59a23.8 23.8 0 0 0-5.908 0c-.825.103-1.635.301-2.414.59a6 6 0 0 0-1.779 1.025 3.3 3.3 0 0 0-.999 1.537 7.4 7.4 0 0 0-.328 1.753q-.098 1.099-.097 2.906v7.095c0 .418.29.787.707.829q.312.028.59.026h.65c.515-.043.877-.498.877-1.015v-2.783c0-.544.44-.985.984-.985h9.542c.543 0 .984.441.984.985v2.931c0 .435.315.803.749.84.24.026.512.026.773.026.262 0 .39 0 .595-.025.416-.043.707-.411.707-.83v-7.084q-.001-1.806-.102-2.906a7.5 7.5 0 0 0-.326-1.744.01.01 0 0 1 .005-.014m-2.452 4.648a.827.827 0 0 1-.826.87H68.16a.87.87 0 0 1-.871-.87v-1.753q.015-.821.128-1.635a1.38 1.38 0 0 1 .553-.917c.377-.3.801-.534 1.256-.692a9.2 9.2 0 0 1 1.747-.436c1.36-.203 2.741-.203 4.1 0q.902.135 1.763.436c.456.156.88.39 1.256.692.29.225.483.553.538.917q.104.83.123 1.666zM92.367 8.064q1.419 0 2.743.177 1.335.167 2.388.584 1.065.407 1.742 1.106.456.463.66 1.077c.124.372-.135.741-.513.846l-2.056.57q0-.627-.427-1.023-.417-.407-1.116-.636a7 7 0 0 0-1.585-.334 17 17 0 0 0-1.836-.094q-.928 0-1.825.084a7.7 7.7 0 0 0-1.616.313q-.71.23-1.148.636c-.292.271-.357.644-.357 1.075v1.317a1.2 1.2 0 0 0 1.201 1.2l8.85-.015a2.6 2.6 0 0 1 2.603 2.629l-.032 2.731q0 .699-.313 1.252a3 3 0 0 1-.845.949q-.532.396-1.272.678-.73.27-1.585.438-.845.165-1.784.24a24 24 0 0 1-3.765 0 15 15 0 0 1-1.762-.24 10 10 0 0 1-1.554-.438 5.6 5.6 0 0 1-1.251-.678 3.4 3.4 0 0 1-.876-.95 2.7 2.7 0 0 1-.271-.59c-.12-.371.14-.737.515-.841l2.06-.57q0 .646.438 1.053t1.148.636q.72.23 1.616.313t1.825.083q.95 0 1.835-.083a7.5 7.5 0 0 0 1.586-.324q.699-.24 1.116-.646.427-.406.427-1.032l.023-.82a1.45 1.45 0 0 0-1.448-1.488H87.26a2.6 2.6 0 0 1-2.598-2.57l-.034-3.007q0-.699.302-1.23.313-.543.845-.939.543-.406 1.283-.678a10 10 0 0 1 1.595-.448 16 16 0 0 1 1.805-.24 25 25 0 0 1 1.908-.073M118.795 20.797v.002a17 17 0 0 1-3.349.634 38 38 0 0 1-3.725.179q-1.006.002-2.004-.123a9.7 9.7 0 0 1-1.707-.364 4.4 4.4 0 0 1-1.23-.59 1.44 1.44 0 0 1-.589-.83 8 8 0 0 1-.169-1.23 17 17 0 0 1-.048-.844.577.577 0 0 1 .582-.59h10.802c.283 0 .529-.2.561-.481q.04-.363.039-.73v-.537l-.002-.02c-.019-.274-.264-.462-.538-.462h-10.903a.554.554 0 0 1-.564-.59q.027-.33.06-.712.037-.616.169-1.22c.081-.334.286-.626.574-.814.38-.264.801-.461 1.246-.585a11 11 0 0 1 1.706-.353q.99-.125 1.989-.123c.584 0 1.189 0 1.819.056.631.057 1.251.098 1.861.18a30 30 0 0 1 2.788.516c.322.077.655-.114.693-.442q.009-.066.014-.13c0-.237.031-.513.031-.81v-.385l-.001-.144c-.005-.192-.148-.338-.331-.395a15.7 15.7 0 0 0-2.928-.604 33 33 0 0 0-3.946-.215 26 26 0 0 0-3.049.17c-.871.092-1.729.272-2.563.537a5.3 5.3 0 0 0-1.819.959 2.33 2.33 0 0 0-.846 1.44 21 21 0 0 0-.241 2.367 44.49 44.49 0 0 0 0 5.094q.057 1.143.241 2.271c.094.568.395 1.081.846 1.44.538.434 1.156.76 1.819.959.835.256 1.693.428 2.563.512q1.52.173 3.049.17a39 39 0 0 0 3.992-.185 12 12 0 0 0 2.927-.647.53.53 0 0 0 .355-.43q.031-.239.034-.481a4.97 4.97 0 0 0-.208-1.42"},null,-1)])])}const t={render:e};exports.default=t;exports.render=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),l={xmlns:"http://www.w3.org/2000/svg",width:"123",height:"32",fill:"none"};function e(q,c){return a.openBlock(),a.createElementBlock("svg",l,c[0]||(c[0]=[a.createElementVNode("rect",{width:"32",height:"32",x:"4",fill:"#0151FF",rx:"8.889"},null,-1),a.createElementVNode("path",{fill:"#fff",d:"M26.4 23.485a.4.4 0 0 1-.331.175H23.42a.4.4 0 0 1-.33-.624l3.273-4.822a.4.4 0 0 0-.331-.625H11.067a.4.4 0 0 1-.4-.4v-2.231a.4.4 0 0 1 .4-.4h15.066a.4.4 0 0 0 .331-.625l-3.373-4.968a.4.4 0 0 1 .33-.625h2.648a.4.4 0 0 1 .33.175l4.932 7.26a.4.4 0 0 1 0 .45zm-6.561-10.81a.4.4 0 0 1-.328-.17l-.666-.95a.4.4 0 0 0-.328-.171h-7.45a.4.4 0 0 1-.4-.4V8.74c0-.221.179-.4.4-.4H20a.4.4 0 0 1 .328.17l2.475 3.536a.4.4 0 0 1-.327.63zm-.328 6.82a.4.4 0 0 1 .328-.17h2.638a.4.4 0 0 1 .327.63L20.33 23.49a.4.4 0 0 1-.328.17h-8.934a.4.4 0 0 1-.4-.4v-2.244c0-.22.179-.4.4-.4h7.45a.4.4 0 0 0 .328-.17z"},null,-1),a.createElementVNode("path",{fill:"#161C2A",d:"M59.071 16.113a.044.044 0 0 1 .005-.08 3.5 3.5 0 0 0 1.54-1.183c.38-.515.581-1.14.575-1.779v-.784a3.44 3.44 0 0 0-1.938-3.131q-1.937-1.122-5.612-1.128c-.512 0-1.055 0-1.696.057-.64.056-1.312.102-1.983.143-.672.041-1.39.118-2.05.195-.481.056-.965.114-1.417.18A.58.58 0 0 0 46 9.18v13.667c0 .29.211.539.5.58q.676.097 1.468.176c.728.072 1.45.144 2.178.2s1.425.097 2.106.128c.682.03 1.261.041 1.753.041 1.007.006 2.014-.07 3.009-.225a8 8 0 0 0 2.362-.733 4 4 0 0 0 1.538-1.328c.39-.61.583-1.326.553-2.05v-.574a2.33 2.33 0 0 0-.743-1.763 8.3 8.3 0 0 0-1.653-1.186M48.83 11.18a.59.59 0 0 1 .526-.587l.858-.095q.59-.072 1.112-.098c.348-.015.707-.036 1.076-.046s.794 0 1.281 0c1.6 0 2.773.185 3.516.564a1.91 1.91 0 0 1 1.112 1.835c.005.33-.067.659-.21.958a1.74 1.74 0 0 1-.733.717c-.446.232-.927.39-1.424.467a13 13 0 0 1-2.286.169H49.42a.59.59 0 0 1-.591-.591zm8.508 9.91c-1.061.426-2.2.619-3.342.565q-1.443.001-2.68-.082a57 57 0 0 1-1.96-.17.587.587 0 0 1-.526-.585v-2.913a.59.59 0 0 1 .59-.591h4.238c1.26-.063 2.523.084 3.736.435a1.54 1.54 0 0 1 1.143 1.507 1.9 1.9 0 0 1-1.2 1.835M81.206 11.37a.01.01 0 0 0 .004-.015 3.6 3.6 0 0 0-1.021-1.528 5.9 5.9 0 0 0-1.763-1.025c-.785-.29-1.6-.488-2.43-.59a23.8 23.8 0 0 0-5.909 0c-.824.103-1.634.301-2.414.59a6 6 0 0 0-1.778 1.025c-.471.408-.817.941-1 1.537a7.4 7.4 0 0 0-.327 1.753q-.1 1.099-.098 2.906v7.095c0 .418.291.787.707.829q.313.028.59.026h.65c.516-.043.877-.498.877-1.015v-2.783c0-.544.441-.985.985-.985h9.541c.544 0 .985.441.985.985v2.931c0 .435.315.803.748.84.24.026.513.026.774.026s.39 0 .594-.025c.416-.043.708-.411.708-.83v-7.084q-.001-1.806-.103-2.906a7.5 7.5 0 0 0-.325-1.744.01.01 0 0 1 .005-.014m-2.453 4.648a.827.827 0 0 1-.826.87H68.16a.87.87 0 0 1-.871-.87v-1.753q.015-.821.128-1.635a1.38 1.38 0 0 1 .554-.917c.376-.3.8-.534 1.255-.692a9.2 9.2 0 0 1 1.748-.436c1.359-.203 2.74-.203 4.1 0q.902.135 1.763.436c.455.156.88.39 1.255.692.291.225.484.553.538.917q.105.83.124 1.666zM92.367 8.064q1.418 0 2.743.177 1.335.167 2.388.584 1.064.407 1.741 1.106.457.463.66 1.077c.125.372-.134.741-.512.846l-2.056.57q0-.627-.428-1.023-.417-.407-1.116-.636a7 7 0 0 0-1.585-.334 17 17 0 0 0-1.835-.094q-.928 0-1.825.084a7.7 7.7 0 0 0-1.617.313q-.709.23-1.147.636c-.292.271-.357.644-.357 1.075v1.317a1.2 1.2 0 0 0 1.201 1.2l8.85-.015a2.6 2.6 0 0 1 2.603 2.629l-.033 2.731q0 .699-.312 1.252a3 3 0 0 1-.845.949q-.532.396-1.273.678-.73.27-1.585.438-.844.165-1.783.24a24 24 0 0 1-3.765 0 15 15 0 0 1-1.762-.24 10 10 0 0 1-1.554-.438 5.6 5.6 0 0 1-1.252-.678 3.4 3.4 0 0 1-.876-.95 2.7 2.7 0 0 1-.27-.59c-.12-.371.139-.737.515-.841l2.06-.57q0 .646.438 1.053t1.147.636a7.7 7.7 0 0 0 1.617.313q.897.083 1.825.083.948 0 1.835-.083a7.5 7.5 0 0 0 1.585-.324q.699-.24 1.116-.646.428-.406.428-1.032l.022-.82a1.45 1.45 0 0 0-1.447-1.488H87.26a2.6 2.6 0 0 1-2.598-2.57l-.034-3.007q0-.699.302-1.23.313-.543.845-.939.542-.406 1.283-.678a10 10 0 0 1 1.595-.448 16 16 0 0 1 1.804-.24 25 25 0 0 1 1.909-.073M118.795 20.797q.003.001 0 .002a17 17 0 0 1-3.348.634 38 38 0 0 1-3.726.179q-1.006.002-2.004-.123a9.7 9.7 0 0 1-1.707-.364 4.4 4.4 0 0 1-1.23-.59 1.44 1.44 0 0 1-.589-.83 8 8 0 0 1-.169-1.23 16 16 0 0 1-.047-.844.576.576 0 0 1 .581-.59h10.803c.282 0 .529-.2.56-.481q.042-.363.039-.73v-.537l-.001-.02c-.019-.274-.264-.462-.538-.462h-10.904a.553.553 0 0 1-.563-.59q.027-.33.06-.712.035-.616.169-1.22a1.35 1.35 0 0 1 .574-.814c.379-.264.8-.461 1.245-.585a11 11 0 0 1 1.707-.353 16 16 0 0 1 1.988-.123c.585 0 1.189 0 1.82.056.63.057 1.25.098 1.86.18a30 30 0 0 1 2.789.516c.321.077.654-.114.693-.442l.013-.13c0-.237.031-.513.031-.81v-.385l-.001-.144c-.005-.192-.148-.338-.331-.395a15.7 15.7 0 0 0-2.927-.604 33 33 0 0 0-3.947-.215 26 26 0 0 0-3.049.17 13 13 0 0 0-2.563.537 5.4 5.4 0 0 0-1.819.959c-.45.358-.752.871-.846 1.44a21 21 0 0 0-.24 2.367 49 49 0 0 0-.072 2.599q0 1.267.072 2.496.057 1.141.24 2.27c.094.568.396 1.081.846 1.44.539.434 1.157.76 1.819.959.835.256 1.694.428 2.563.512q1.52.173 3.049.17a39 39 0 0 0 3.993-.185 12 12 0 0 0 2.927-.647.53.53 0 0 0 .355-.43 4.3 4.3 0 0 0-.038-1.322 5 5 0 0 0-.138-.577z"},null,-1)]))}const t={render:e};exports.default=t;exports.render=e;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const a=require("vue"),l={xmlns:"http://www.w3.org/2000/svg",width:"123",height:"32",fill:"none"};function e(q,c){return a.openBlock(),a.createElementBlock("svg",l,[...c[0]||(c[0]=[a.createElementVNode("rect",{width:"32",height:"32",x:"4",fill:"#0151FF",rx:"8.889"},null,-1),a.createElementVNode("path",{fill:"#fff",d:"M26.4 23.485a.4.4 0 0 1-.331.175H23.42a.4.4 0 0 1-.33-.624l3.273-4.822a.4.4 0 0 0-.331-.625H11.067a.4.4 0 0 1-.4-.4v-2.231a.4.4 0 0 1 .4-.4h15.066a.4.4 0 0 0 .331-.625l-3.373-4.968a.4.4 0 0 1 .33-.625h2.648a.4.4 0 0 1 .33.175l4.932 7.26a.4.4 0 0 1 0 .45zm-6.561-10.81a.4.4 0 0 1-.328-.17l-.666-.95a.4.4 0 0 0-.328-.171h-7.45a.4.4 0 0 1-.4-.4V8.74c0-.221.179-.4.4-.4H20a.4.4 0 0 1 .328.17l2.475 3.536a.4.4 0 0 1-.327.63zm-.328 6.82a.4.4 0 0 1 .328-.17h2.638a.4.4 0 0 1 .327.63L20.33 23.49a.4.4 0 0 1-.328.17h-8.934a.4.4 0 0 1-.4-.4v-2.244c0-.22.179-.4.4-.4h7.45a.4.4 0 0 0 .328-.17z"},null,-1),a.createElementVNode("path",{fill:"#161C2A",d:"M59.071 16.113a.044.044 0 0 1 .005-.08 3.5 3.5 0 0 0 1.54-1.183c.38-.515.581-1.14.575-1.779v-.784a3.44 3.44 0 0 0-1.938-3.131q-1.937-1.122-5.612-1.128c-.512 0-1.055 0-1.696.057-.64.056-1.312.102-1.983.143-.672.041-1.39.118-2.05.195-.481.056-.965.114-1.417.18A.58.58 0 0 0 46 9.18v13.667c0 .29.211.539.5.58q.676.097 1.468.176c.728.072 1.45.144 2.178.2s1.425.097 2.106.128c.682.03 1.261.041 1.753.041 1.007.006 2.014-.07 3.009-.225a8 8 0 0 0 2.362-.733 4 4 0 0 0 1.538-1.328c.39-.61.583-1.326.553-2.05v-.574a2.33 2.33 0 0 0-.743-1.763 8.3 8.3 0 0 0-1.653-1.186M48.83 11.18a.59.59 0 0 1 .526-.587l.858-.095q.59-.072 1.112-.098c.348-.015.707-.036 1.076-.046s.794 0 1.281 0c1.6 0 2.773.185 3.516.564a1.91 1.91 0 0 1 1.112 1.835c.005.33-.067.659-.21.958a1.74 1.74 0 0 1-.733.717c-.446.232-.927.39-1.424.467a13 13 0 0 1-2.286.169H49.42a.59.59 0 0 1-.591-.591zm8.508 9.91c-1.061.426-2.2.619-3.342.565q-1.443.001-2.68-.082a57 57 0 0 1-1.96-.17.587.587 0 0 1-.526-.585v-2.913a.59.59 0 0 1 .59-.591h4.238c1.26-.063 2.523.084 3.736.435a1.54 1.54 0 0 1 1.143 1.507 1.9 1.9 0 0 1-1.2 1.835M81.206 11.37a.01.01 0 0 0 .004-.015 3.6 3.6 0 0 0-1.021-1.528 5.9 5.9 0 0 0-1.763-1.025c-.785-.29-1.6-.488-2.43-.59a23.8 23.8 0 0 0-5.909 0c-.824.103-1.634.301-2.414.59a6 6 0 0 0-1.778 1.025c-.471.408-.817.941-1 1.537a7.4 7.4 0 0 0-.327 1.753q-.1 1.099-.098 2.906v7.095c0 .418.291.787.707.829q.313.028.59.026h.65c.516-.043.877-.498.877-1.015v-2.783c0-.544.441-.985.985-.985h9.541c.544 0 .985.441.985.985v2.931c0 .435.315.803.748.84.24.026.513.026.774.026s.39 0 .594-.025c.416-.043.708-.411.708-.83v-7.084q-.001-1.806-.103-2.906a7.5 7.5 0 0 0-.325-1.744.01.01 0 0 1 .005-.014m-2.453 4.648a.827.827 0 0 1-.826.87H68.16a.87.87 0 0 1-.871-.87v-1.753q.015-.821.128-1.635a1.38 1.38 0 0 1 .554-.917c.376-.3.8-.534 1.255-.692a9.2 9.2 0 0 1 1.748-.436c1.359-.203 2.74-.203 4.1 0q.902.135 1.763.436c.455.156.88.39 1.255.692.291.225.484.553.538.917q.105.83.124 1.666zM92.367 8.064q1.418 0 2.743.177 1.335.167 2.388.584 1.064.407 1.741 1.106.457.463.66 1.077c.125.372-.134.741-.512.846l-2.056.57q0-.627-.428-1.023-.417-.407-1.116-.636a7 7 0 0 0-1.585-.334 17 17 0 0 0-1.835-.094q-.928 0-1.825.084a7.7 7.7 0 0 0-1.617.313q-.709.23-1.147.636c-.292.271-.357.644-.357 1.075v1.317a1.2 1.2 0 0 0 1.201 1.2l8.85-.015a2.6 2.6 0 0 1 2.603 2.629l-.033 2.731q0 .699-.312 1.252a3 3 0 0 1-.845.949q-.532.396-1.273.678-.73.27-1.585.438-.844.165-1.783.24a24 24 0 0 1-3.765 0 15 15 0 0 1-1.762-.24 10 10 0 0 1-1.554-.438 5.6 5.6 0 0 1-1.252-.678 3.4 3.4 0 0 1-.876-.95 2.7 2.7 0 0 1-.27-.59c-.12-.371.139-.737.515-.841l2.06-.57q0 .646.438 1.053t1.147.636a7.7 7.7 0 0 0 1.617.313q.897.083 1.825.083.948 0 1.835-.083a7.5 7.5 0 0 0 1.585-.324q.699-.24 1.116-.646.428-.406.428-1.032l.022-.82a1.45 1.45 0 0 0-1.447-1.488H87.26a2.6 2.6 0 0 1-2.598-2.57l-.034-3.007q0-.699.302-1.23.313-.543.845-.939.542-.406 1.283-.678a10 10 0 0 1 1.595-.448 16 16 0 0 1 1.804-.24 25 25 0 0 1 1.909-.073M118.795 20.797q.003.001 0 .002a17 17 0 0 1-3.348.634 38 38 0 0 1-3.726.179q-1.006.002-2.004-.123a9.7 9.7 0 0 1-1.707-.364 4.4 4.4 0 0 1-1.23-.59 1.44 1.44 0 0 1-.589-.83 8 8 0 0 1-.169-1.23 16 16 0 0 1-.047-.844.576.576 0 0 1 .581-.59h10.803c.282 0 .529-.2.56-.481q.042-.363.039-.73v-.537l-.001-.02c-.019-.274-.264-.462-.538-.462h-10.904a.553.553 0 0 1-.563-.59q.027-.33.06-.712.035-.616.169-1.22a1.35 1.35 0 0 1 .574-.814c.379-.264.8-.461 1.245-.585a11 11 0 0 1 1.707-.353 16 16 0 0 1 1.988-.123c.585 0 1.189 0 1.82.056.63.057 1.25.098 1.86.18a30 30 0 0 1 2.789.516c.321.077.654-.114.693-.442l.013-.13c0-.237.031-.513.031-.81v-.385l-.001-.144c-.005-.192-.148-.338-.331-.395a15.7 15.7 0 0 0-2.927-.604 33 33 0 0 0-3.947-.215 26 26 0 0 0-3.049.17 13 13 0 0 0-2.563.537 5.4 5.4 0 0 0-1.819.959c-.45.358-.752.871-.846 1.44a21 21 0 0 0-.24 2.367 49 49 0 0 0-.072 2.599q0 1.267.072 2.496.057 1.141.24 2.27c.094.568.396 1.081.846 1.44.539.434 1.157.76 1.819.959.835.256 1.694.428 2.563.512q1.52.173 3.049.17a39 39 0 0 0 3.993-.185 12 12 0 0 0 2.927-.647.53.53 0 0 0 .355-.43 4.3 4.3 0 0 0-.038-1.322 5 5 0 0 0-.138-.577z"},null,-1)])])}const t={render:e};exports.default=t;exports.render=e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("naive-ui"),e=require("vue"),s={key:1},i=e.defineComponent({__name:"index",props:{icon:{default:""},content:{}},setup(n){return(o,r)=>{const t=e.resolveComponent("svg-icon"),c=l.NButton;return e.openBlock(),e.createBlock(c,e.normalizeProps(e.guardReactiveProps(o.$attrs)),e.createSlots({_:2},[o.$slots.icon||n.icon?{name:"icon",fn:e.withCtx(()=>[o.$slots.icon?e.renderSlot(o.$slots,"icon",{key:0}):(e.openBlock(),e.createBlock(t,{key:1,icon:n.icon},null,8,["icon"]))]),key:"0"}:void 0,o.$slots.default||n.content?{name:"default",fn:e.withCtx(()=>[o.$slots.default?e.renderSlot(o.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock("span",s,e.toDisplayString(n.content),1))]),key:"1"}:void 0]),1040)}}});exports.default=i;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseCascaderThemeOverrides } from '../../types/themes/components';
|
|
2
|
+
export declare const getCascaderStyleCssVar: (themeOverrides?: BaseCascaderThemeOverrides) => {
|
|
3
|
+
'--base-tag-color': string | undefined;
|
|
4
|
+
'--base-tag-color-text': string | undefined;
|
|
5
|
+
};
|
|
6
|
+
export declare const getCascaderMenuStyleCssVar: (themeOverrides?: BaseCascaderThemeOverrides) => {
|
|
7
|
+
'--base-menu-border': string | undefined;
|
|
8
|
+
'--base-padding': string | undefined;
|
|
9
|
+
'--base-arrow-color-active': string | undefined;
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("../../config/themes/components/cascader/light.js"),r=e=>({"--base-tag-color":e?.tagColor||a.CascaderThemeLight.tagColor,"--base-tag-color-text":e?.tagTextColor||a.CascaderThemeLight.tagTextColor}),t=e=>({"--base-menu-border":e?.border||a.CascaderThemeLight.border,"--base-padding":e?.columPadding||a.CascaderThemeLight.columPadding,"--base-arrow-color-active":e?.arrowColorActive||a.CascaderThemeLight.arrowColorActive});exports.getCascaderMenuStyleCssVar=t;exports.getCascaderStyleCssVar=r;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */;/* empty css */const t=require("../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */;/* empty css */const t=require("../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-ac98868b"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("naive-ui"),e=require("vue"),i=require("../../hooks/useNaiveConfigProvideContext.js"),t=require("./cssVar.js"),m=e.defineComponent({name:"BaseCascader",__name:"index",props:{bordered:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},multiple:{default:!1}},setup(r){const a=r,s=i.default(),d=e.computed(()=>a.bordered?!0:!a.disabled),l=e.computed(()=>t.getCascaderStyleCssVar(s?.mergedThemeOverridesRef.value?.Cascader)),o=e.computed(()=>t.getCascaderMenuStyleCssVar(s?.mergedThemeOverridesRef.value?.Cascader));return(u,p)=>{const n=c.NCascader;return e.openBlock(),e.createBlock(n,e.mergeProps({class:"base-cascader",disabled:r.disabled,bordered:d.value,"menu-props":{class:"base-cascader-menu",style:o.value},multiple:r.multiple,style:l.value},u.$attrs),null,16,["disabled","bordered","menu-props","multiple","style"])}}});exports.default=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Symbol();exports.BaseLocaleContextKey=e;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BaseConfigProviderProps } from './type';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseConfigProviderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseConfigProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),o=require("naive-ui"),c=require("../AppProvider/index.vue.js"),l=require("./locale-naive.js"),u=require("./locale-base.js"),d=require("./constants.js"),m=t.defineComponent({__name:"index",props:{abstract:{type:Boolean},breakpoints:{},clsPrefix:{},inlineThemeDisabled:{type:Boolean},katex:{},namespace:{},preflightStyleDisabled:{type:Boolean},styleMountTarget:{},tag:{},lang:{},theme:{},themeOverrides:{}},setup(e){const a=e,n=t.computed(()=>l.naiveLocales[a.lang]),i=t.computed(()=>l.naiveDateLocales[a.lang]),r=t.computed(()=>u.baseLocales[a.lang]);return t.provide(d.BaseLocaleContextKey,r),(s,b)=>(t.openBlock(),t.createBlock(t.unref(o.NConfigProvider),{theme:e.theme,"theme-overrides":e.themeOverrides,abstract:e.abstract,breakpoints:e.breakpoints,"cls-prefix":e.clsPrefix,"inline-theme-disabled":e.inlineThemeDisabled,katex:e.katex,namespace:e.namespace,"preflight-style-disabled":e.preflightStyleDisabled,"style-mount-target":e.styleMountTarget,tag:e.tag,locale:n.value,"date-locale":i.value},{default:t.withCtx(()=>[t.createVNode(c.default,null,{default:t.withCtx(()=>[t.renderSlot(s.$slots,"default")]),_:3})]),_:3},8,["theme","theme-overrides","abstract","breakpoints","cls-prefix","inline-theme-disabled","katex","namespace","preflight-style-disabled","style-mount-target","tag","locale","date-locale"]))}});exports.default=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index.vue.js");exports.default=e.default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../locale/lang/en-us.js"),t=require("../../locale/lang/zh-cn.js"),s={"zh-CN":t.default,"en-US":e.default};exports.baseLocales=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("naive-ui"),a={"zh-CN":e.zhCN,"en-US":e.enUS},n={"zh-CN":e.dateZhCN,"en-US":e.dateEnUS};exports.naiveDateLocales=n;exports.naiveLocales=a;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ConfigProviderProps } from 'naive-ui';
|
|
2
|
+
import { LOCALE_LANG } from '../../enum/locale';
|
|
3
|
+
export type BaseLocaleLang = `${LOCALE_LANG}`;
|
|
4
|
+
export type BaseConfigProviderProps = {
|
|
5
|
+
abstract: boolean;
|
|
6
|
+
breakpoints?: ConfigProviderProps['breakpoints'];
|
|
7
|
+
clsPrefix?: ConfigProviderProps['clsPrefix'];
|
|
8
|
+
inlineThemeDisabled?: ConfigProviderProps['inlineThemeDisabled'];
|
|
9
|
+
katex?: ConfigProviderProps['katex'];
|
|
10
|
+
namespace?: ConfigProviderProps['namespace'];
|
|
11
|
+
preflightStyleDisabled?: ConfigProviderProps['preflightStyleDisabled'];
|
|
12
|
+
styleMountTarget?: ConfigProviderProps['styleMountTarget'];
|
|
13
|
+
tag?: ConfigProviderProps['tag'];
|
|
14
|
+
lang?: BaseLocaleLang;
|
|
15
|
+
theme?: ConfigProviderProps['theme'];
|
|
16
|
+
themeOverrides?: ConfigProviderProps['themeOverrides'];
|
|
17
|
+
};
|
|
@@ -924,7 +924,7 @@ declare const _default: import('vue').DefineComponent<PropsType, {}, {}, {}, {},
|
|
|
924
924
|
striped: boolean;
|
|
925
925
|
singleColumn: boolean;
|
|
926
926
|
flexHeight: boolean;
|
|
927
|
-
tableScroll: boolean;
|
|
928
927
|
transparent: boolean;
|
|
928
|
+
tableScroll: boolean;
|
|
929
929
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
930
930
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const d=require("naive-ui"),a=require("vue"),o=a.defineComponent({__name:"index",props:{columns:{default:void 0},data:{default:void 0},tableScroll:{type:Boolean,default:!0},pagination:{default:!1},bordered:{default:!0},singleColumn:{default:!1},striped:{default:!1},transparent:{type:Boolean,default:!1},themeOverrides:{default:void 0},flexHeight:{default:!0}},setup(e){const l=e,n=a.computed(()=>{const t={};return l.transparent&&Object.assign(t,{tdColor:"#0000",thColor:"#0000"}),l.themeOverrides&&Object.assign(t,l.themeOverrides),Object.keys(t).length?t:void 0});return(t,i)=>{const r=d.NDataTable;return a.openBlock(),a.createBlock(r,a.mergeProps({class:"base-data-table h-full"},t.$attrs,{bordered:e.bordered,columns:e.columns,data:e.data,flexHeight:e.flexHeight,pagination:e.pagination,"single-column":e.singleColumn,striped:e.striped,"theme-overrides":n.value}),null,16,["bordered","columns","data","flexHeight","pagination","single-column","striped","theme-overrides"])}}});exports.default=o;
|
|
@@ -23,10 +23,10 @@ declare const __VLS_component: import('vue').DefineComponent<BaseDialogPropsType
|
|
|
23
23
|
width: string;
|
|
24
24
|
closable: boolean;
|
|
25
25
|
title: string | (() => import('vue').VNodeChild);
|
|
26
|
-
maskClosable: boolean;
|
|
27
|
-
closeOnEsc: boolean;
|
|
28
26
|
top: string;
|
|
29
27
|
center: boolean;
|
|
28
|
+
maskClosable: boolean;
|
|
29
|
+
closeOnEsc: boolean;
|
|
30
30
|
visible: boolean;
|
|
31
31
|
cardSize: "small" | "medium" | "large" | "huge";
|
|
32
32
|
showHeaderExtra: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("naive-ui"),e=require("vue"),b=require("./options.js"),s=require("../BaseButton/index.vue.js"),g={key:1,style:{margin:"0 auto"}},x=e.defineComponent({__name:"index",props:e.mergeDefaults({visible:{type:Boolean},width:{},top:{},title:{},cardSize:{},center:{type:Boolean},closable:{},showHeaderExtra:{type:Boolean},showFooter:{type:Boolean},isLoading:{type:Boolean},maskClosable:{},closeOnEsc:{},cancelBtnText:{},confirmBtnText:{},cancelColor:{},confirmColor:{},cancelTextColor:{},confirmTextColor:{},cancelIcon:{},confirmIcon:{},cancelIconPlacement:{},confirmIconPlacement:{},cancelType:{},confirmType:{},btnPlacement:{},btnRound:{type:Boolean},btnSize:{}},b.defaultProps),emits:["update:visible","cancel","confirm"],setup(o,{emit:d}){const l=d,n=o,m=e.computed(()=>({width:`${n.width}`,position:"fixed",left:"50%",top:`${n.top}`,transform:"translateX(-50%)"})),u=e.computed(()=>({lineHeight:"28px",textAlign:`${n.center?"center":"left"}`})),f=e.computed(()=>n.btnPlacement==="center"?"flex-c":"flex justify-end"),c=e.computed({get:()=>n.visible,set:t=>{l("update:visible",t)}}),a=()=>{c.value=!1,l("cancel")},y=()=>{l("confirm")};return(t,r)=>{const h=e.resolveComponent("svg-icon"),C=i.NCard,k=i.NModal;return e.openBlock(),e.createBlock(k,e.mergeProps({show:c.value,"onUpdate:show":r[0]||(r[0]=v=>c.value=v),maskClosable:o.maskClosable,closeOnEsc:o.closeOnEsc},t.$attrs),{default:e.withCtx(()=>[e.createVNode(C,e.mergeProps({"header-style":u.value,style:m.value,size:o.cardSize,closable:o.closable,segmented:{content:!0}},t.$attrs),e.createSlots({default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:2},[t.$slots.header||o.title?{name:"header",fn:e.withCtx(()=>[t.$slots.header?e.renderSlot(t.$slots,"header",{key:0}):(e.openBlock(),e.createElementBlock("span",g,e.toDisplayString(o.title),1))]),key:"0"}:void 0,t.$slots["header-extra"]||o.showHeaderExtra?{name:"header-extra",fn:e.withCtx(()=>[t.$slots["header-extra"]?e.renderSlot(t.$slots,"header-extra",{key:0}):(e.openBlock(),e.createBlock(h,{key:1,icon:"operate-close",class:"cursor-pointer active:scale-[0.95] text-[18px]",onClick:a}))]),key:"1"}:void 0,t.$slots.footer||o.showFooter?{name:"footer",fn:e.withCtx(()=>[t.$slots.footer?e.renderSlot(t.$slots,"footer",{key:0}):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["gap-[8px]",f.value])},[e.createVNode(e.unref(s.default),{icon:o.cancelIcon,"icon-placement":o.cancelIconPlacement,color:o.cancelColor,"text-color":o.cancelTextColor,content:o.cancelBtnText,loading:o.isLoading,round:o.btnRound,size:o.btnSize,type:o.cancelType,onClick:a},null,8,["icon","icon-placement","color","text-color","content","loading","round","size","type"]),e.createVNode(e.unref(s.default),{icon:o.confirmIcon,"icon-placement":o.confirmIconPlacement,color:o.confirmColor,"text-color":o.confirmTextColor,content:o.confirmBtnText,loading:o.isLoading,round:o.btnRound,size:o.btnSize,type:o.confirmType,onClick:y},null,8,["icon","icon-placement","color","text-color","content","loading","round","size","type"])],2))]),key:"2"}:void 0]),1040,["header-style","style","size","closable"])]),_:3},16,["show","maskClosable","closeOnEsc"])}}});exports.default=x;
|
|
@@ -2685,7 +2685,6 @@ declare function __VLS_template(): {
|
|
|
2685
2685
|
};
|
|
2686
2686
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
2687
2687
|
declare const __VLS_component: import('vue').DefineComponent<PropsType, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<PropsType> & Readonly<{}>, {
|
|
2688
|
-
size: "small" | "medium" | "large";
|
|
2689
2688
|
prefixIcon: string;
|
|
2690
2689
|
suffixIcon: string;
|
|
2691
2690
|
addIcon: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=require("../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=require("../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-bc68fd8c"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const b=require("naive-ui"),e=require("vue"),v=require("../../hooks/useNaiveConfigProvideContext.js"),k={key:1,class:"inner-controls"},h=e.defineComponent({name:"BaseInputNumber",__name:"index",props:{style:{},prefixIcon:{default:""},suffixIcon:{default:""},addIcon:{default:""},minusIcon:{default:""},controlsInner:{type:Boolean},disabled:{type:Boolean},min:{},max:{},size:{}},setup(o){const d=o,{mergedThemeOverridesRef:f}=v.default(),a=e.shallowRef({}),s=e.shallowRef({}),t=e.ref(),l=e.computed(()=>d.disabled||!t.value?.addable),i=e.computed(()=>d.disabled||!t.value?.minusable),u=()=>{!t.value||l.value||t.value.handleAddClick()},c=()=>{!t.value||i.value||t.value.handleMinusClick()};return e.watch(()=>f?.value?.InputNumber,n=>{a.value={"--n-input-number-controls-color":n.controlsFontColor,"--n-input-number-controls-color-disabled":n.controlFontColorDisabled,"--n-input-number-inner-controls-width-large":n.innerControlsLargeWidth,"--n-input-number-inner-controls-width-medium":n.innerControlsMediumWidth,"--n-input-number-inner-controls-width-small":n.innerControlsSmallWidth,"--n-input-number-inner-controls-height-large":n.innerControlsLargeHeight,"--n-input-number-inner-controls-height-medium":n.innerControlsMediumHeight,"--n-input-number-inner-controls-height-small":n.innerControlsSmallHeight,"--n-input-number-inner-controls-background":n.innerControlsBackground,"--n-input-number-inner-controls-background-disabled":n.innerControlsDisabledBackground,"--n-input-number-inner-controls-border-radius-large":n.innerControlsLargeBorderRadius,"--n-input-number-inner-controls-border-radius-medium":n.innerControlsMediumBorderRadius,"--n-input-number-inner-controls-border-radius-small":n.innerControlsSmallBorderRadius},s.value={"--n-border":n.outerControlsBorderStyle,"--n-border-disabled":n.outerControlsBorderStyleDisabled,"--n-text-color":n.controlsFontColor,"--n-text-color-disabled":n.controlFontColorDisabled,"--n-color":n.outerControlsBackground,"--n-color-disabled":n.outerControlsBackgroundDisabled,"--n-opacity-disabled":n.outerControlsOpacityDisabled}},{immediate:!0}),(n,g)=>{const r=e.resolveComponent("svg-icon"),m=b.NButton,C=b.NInputNumber;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["base-input-number w-full",[`base-input-number--${o.size}`]]),style:e.normalizeStyle([a.value,o.style])},[o.controlsInner?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(m,e.mergeProps({key:0,style:s.value,ghost:!i.value,class:"outer-controls minus-btn"},n.$attrs,{disabled:i.value,size:o.size,onClick:c}),{default:e.withCtx(()=>[e.createVNode(r,{icon:"operate-minus"})]),_:1},16,["style","ghost","disabled","size"])),e.createVNode(C,e.mergeProps({class:"flex-1"},n.$attrs,{ref_key:"inputNumberRef",ref:t,"show-button":!1,size:o.size,disabled:o.disabled,min:o.min,max:o.max}),e.createSlots({suffix:e.withCtx(()=>[n.$slots.suffix||o.suffixIcon?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[n.$slots.suffix?e.renderSlot(n.$slots,"suffix",{key:0},void 0,!0):(e.openBlock(),e.createBlock(r,{key:1,icon:o.suffixIcon},null,8,["icon"]))],64)):e.createCommentVNode("",!0),o.controlsInner?(e.openBlock(),e.createElementBlock("div",k,[e.createElementVNode("div",{class:e.normalizeClass(["add",[l.value?"is-disabled":""]]),onClick:u},[e.createVNode(r,{icon:"arrow-top"})],2),e.createElementVNode("div",{class:e.normalizeClass(["minus",[i.value?"is-disabled":""]]),onClick:c},[e.createVNode(r,{icon:"arrow-down"})],2)])):e.createCommentVNode("",!0)]),_:2},[n.$slots.prefix||o.prefixIcon?{name:"prefix",fn:e.withCtx(()=>[n.$slots.prefix?e.renderSlot(n.$slots,"prefix",{key:0},void 0,!0):(e.openBlock(),e.createBlock(r,{key:1,icon:o.prefixIcon},null,8,["icon"]))]),key:"0"}:void 0]),1040,["size","disabled","min","max"]),o.controlsInner?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(m,e.mergeProps({key:1,size:o.size,ghost:!l.value,style:s.value,class:"outer-controls add-btn"},n.$attrs,{disabled:l.value,onClick:u}),{default:e.withCtx(()=>[e.createVNode(r,{icon:"operate-add"})]),_:1},16,["size","ghost","style","disabled"]))],6)}}});exports.default=h;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=require("../../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=require("../../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-c445f597"]]);exports.default=u;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const i=require("naive-ui"),e=require("vue"),d=require("../../../hooks/useNaiveConfigProvideContext.js"),u=e.defineComponent({__name:"index",props:{logoClass:{},logoStyle:{},contentClass:{},contentStyle:{},contentScrollable:{type:Boolean,default:!0},footerClass:{},footerStyle:{}},setup(t){const{mergedThemeOverridesRef:a}=d.default(),o=e.shallowRef({}),s=e.shallowRef({}),r=e.shallowRef({});return e.watch(()=>a?.value?.Layout,l=>{l&&(o.value={"--n-color":l.siderColor||void 0})},{immediate:!0}),(l,c)=>{const n=i.NScrollbar;return e.openBlock(),e.createElementBlock("aside",e.mergeProps({class:"h-full w-full flex-col-stretch base-layout-aside",style:o.value},l.$attrs),[e.createElementVNode("div",{class:e.normalizeClass(["base-layout-aside-logo-wrap",t.logoClass]),style:e.normalizeStyle([s.value,t.logoStyle])},[e.renderSlot(l.$slots,"header",{},void 0,!0)],6),e.createElementVNode("div",{class:e.normalizeClass(["h-full flex-1",t.contentClass]),style:e.normalizeStyle(t.contentStyle)},[t.contentScrollable?(e.openBlock(),e.createBlock(n,{key:0},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"default",{},void 0,!0)]),_:3})):e.renderSlot(l.$slots,"default",{key:1},void 0,!0)],6),e.createElementVNode("div",{class:e.normalizeClass(["base-layout-aside-footer",t.footerClass]),style:e.normalizeStyle([r.value,t.footerStyle])},[e.renderSlot(l.$slots,"footer",{},void 0,!0)],6)],16)}}});exports.default=u;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MenuOption } from 'naive-ui';
|
|
2
2
|
import { BaseDefaultLayoutProps, BaseDefaultLayoutMode } from './type';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
attrs: Partial<{}>;
|
|
@@ -13,24 +13,26 @@ declare function __VLS_template(): {
|
|
|
13
13
|
};
|
|
14
14
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
15
|
declare const __VLS_component: import('vue').DefineComponent<BaseDefaultLayoutProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
-
toggleLogo: (...args: any[]) => void;
|
|
17
16
|
toggleSystemTheme: (...args: any[]) => void;
|
|
17
|
+
toggleSystemLang: (...args: any[]) => void;
|
|
18
18
|
toggleUserItem: (...args: any[]) => void;
|
|
19
|
+
toggleLogo: (...args: any[]) => void;
|
|
19
20
|
toggleMenuItem: (...args: any[]) => void;
|
|
20
21
|
toggleMixMenuItem: (...args: any[]) => void;
|
|
21
22
|
}, string, import('vue').PublicProps, Readonly<BaseDefaultLayoutProps> & Readonly<{
|
|
22
|
-
onToggleLogo?: ((...args: any[]) => any) | undefined;
|
|
23
23
|
onToggleSystemTheme?: ((...args: any[]) => any) | undefined;
|
|
24
|
+
onToggleSystemLang?: ((...args: any[]) => any) | undefined;
|
|
24
25
|
onToggleUserItem?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
onToggleLogo?: ((...args: any[]) => any) | undefined;
|
|
25
27
|
onToggleMenuItem?: ((...args: any[]) => any) | undefined;
|
|
26
28
|
onToggleMixMenuItem?: ((...args: any[]) => any) | undefined;
|
|
27
29
|
}>, {
|
|
28
30
|
contentClass: string;
|
|
29
31
|
headerClass: string;
|
|
30
32
|
footerClass: string;
|
|
33
|
+
tabClass: string;
|
|
31
34
|
headerHeight: number;
|
|
32
35
|
mode: BaseDefaultLayoutMode;
|
|
33
|
-
tabClass: string;
|
|
34
36
|
sliderCollapse: boolean;
|
|
35
37
|
sliderClass: string;
|
|
36
38
|
tabHeight: number;
|
|
@@ -51,14 +53,14 @@ declare const __VLS_component: import('vue').DefineComponent<BaseDefaultLayoutPr
|
|
|
51
53
|
footerVisible: boolean;
|
|
52
54
|
fixedFooter: boolean;
|
|
53
55
|
footerIsFullWidth: boolean;
|
|
56
|
+
userActionOption: (MenuOption | import('naive-ui').MenuGroupOption | import('naive-ui').MenuDividerOption | import('naive-ui/es/menu/src/interface').MenuRenderOption)[];
|
|
57
|
+
userInfo: import('../../BaseSystemActions/type').UserInfoType;
|
|
54
58
|
sliderMixWidth: number;
|
|
55
59
|
sliderMixCollapseWidth: number;
|
|
56
60
|
sliderMixChildMenuWidth: number;
|
|
57
61
|
mixSliderFixed: boolean;
|
|
58
62
|
reverseHorizontalMix: boolean;
|
|
59
63
|
menuList: import('./type').BaseMenuOptionType[];
|
|
60
|
-
userActionOption: Array<DropdownOption | import('naive-ui').DropdownGroupOption | import('naive-ui').DropdownDividerOption | import('naive-ui').DropdownRenderOption>;
|
|
61
|
-
userInfo: import('./type').UserInfoType;
|
|
62
64
|
curRoute: any;
|
|
63
65
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
64
66
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=require("../../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=;/* empty css */;/* empty css */const t=require("../../../_virtual/_plugin-vue_export-helper.js"),u=t.default(e.default,[["__scopeId","data-v-8da8ff01"]]);exports.default=u;
|