base6-ui 1.1.15 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/dist/components/BaseCascader/cssVar.d.ts +10 -0
  2. package/dist/components/BaseConfigProvider/locale-base.d.ts +2 -2
  3. package/dist/components/BaseConfigProvider/locale-naive.d.ts +3 -3
  4. package/dist/components/BaseConfigProvider/type.d.ts +3 -2
  5. package/dist/components/BaseDataTable/index.vue.d.ts +1 -1
  6. package/dist/components/BaseDialog/index.vue.d.ts +2 -2
  7. package/dist/components/BaseInputNumber/index.vue.d.ts +0 -1
  8. package/dist/components/BaseLayout/Default/index.vue.d.ts +1 -1
  9. package/dist/components/BaseLayout/Default/type.d.ts +1 -1
  10. package/dist/components/BaseLayout/index.vue.d.ts +1 -1
  11. package/dist/components/BaseSelect/index.vue.d.ts +1 -1
  12. package/dist/components/BaseSteps/index.d.ts +1 -0
  13. package/dist/components/BaseSteps/steps.d.ts +25 -0
  14. package/dist/components/BaseTabs/cssVar.d.ts +4 -0
  15. package/dist/components/BaseTabs/index.d.ts +2 -0
  16. package/dist/components/BaseTabs/tabs.d.ts +699 -0
  17. package/dist/components/index.d.ts +2 -0
  18. package/dist/config/themes/common.d.ts +1 -0
  19. package/dist/config/themes/components/baseComponent/dark.d.ts +3 -2
  20. package/dist/config/themes/components/baseComponent/light.d.ts +3 -2
  21. package/dist/config/themes/components/cascader/common.d.ts +2 -2
  22. package/dist/config/themes/components/cascader/dark.d.ts +2 -2
  23. package/dist/config/themes/components/cascader/light.d.ts +2 -2
  24. package/dist/fonts/MiSans-Medium.ttf +0 -0
  25. package/dist/fonts/MiSans-Regular.ttf +0 -0
  26. package/dist/hooks/useAnimationHook.d.ts +1 -1
  27. package/dist/index.css +1 -1
  28. package/dist/index.d.ts +1 -0
  29. package/dist/index.umd.js +1 -1
  30. package/dist/types/themes/components.d.ts +4 -2
  31. package/dist/types/themes/extendThemes.d.ts +10 -0
  32. package/dist/utils/render.d.ts +3 -0
  33. package/es/_virtual/virtual_svg-icons-register.mjs +1 -1
  34. package/es/assets/logo/logo-dark-full.svg.mjs +2 -2
  35. package/es/assets/logo/logo-light-full.svg.mjs +2 -2
  36. package/es/components/BaseButton/index.vue.mjs +14 -14
  37. package/es/components/BaseCascader/cssVar.d.ts +10 -0
  38. package/es/components/BaseCascader/cssVar.mjs +13 -0
  39. package/es/components/BaseCascader/index.vue.mjs +2 -2
  40. package/es/components/BaseCascader/index.vue2.mjs +19 -13
  41. package/es/components/BaseConfigProvider/index.vue.mjs +14 -14
  42. package/es/components/BaseConfigProvider/locale-base.d.ts +2 -2
  43. package/es/components/BaseConfigProvider/locale-naive.d.ts +3 -3
  44. package/es/components/BaseConfigProvider/type.d.ts +3 -2
  45. package/es/components/BaseDataTable/index.vue.d.ts +1 -1
  46. package/es/components/BaseDataTable/index.vue2.mjs +13 -13
  47. package/es/components/BaseDialog/index.vue.d.ts +2 -2
  48. package/es/components/BaseDialog/index.vue.mjs +43 -43
  49. package/es/components/BaseInputNumber/index.vue.d.ts +0 -1
  50. package/es/components/BaseInputNumber/index.vue.mjs +1 -1
  51. package/es/components/BaseInputNumber/index.vue2.mjs +57 -57
  52. package/es/components/BaseLayout/ASide/index.vue.mjs +2 -2
  53. package/es/components/BaseLayout/ASide/index.vue2.mjs +27 -27
  54. package/es/components/BaseLayout/Default/index.vue.d.ts +1 -1
  55. package/es/components/BaseLayout/Default/index.vue2.mjs +56 -56
  56. package/es/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.mjs +30 -30
  57. package/es/components/BaseLayout/Default/type.d.ts +1 -1
  58. package/es/components/BaseLayout/components/WrapFooter.vue.mjs +14 -14
  59. package/es/components/BaseLayout/components/WrapHeader.vue2.mjs +8 -8
  60. package/es/components/BaseLayout/components/WrapTab.vue.mjs +12 -12
  61. package/es/components/BaseLayout/index.vue.d.ts +1 -1
  62. package/es/components/BaseLayout/index.vue2.mjs +36 -36
  63. package/es/components/BaseNavIcon/index.vue2.mjs +14 -14
  64. package/es/components/BaseProductIntroduction/index.vue.mjs +2 -2
  65. package/es/components/BaseProductIntroduction/index.vue2.mjs +71 -71
  66. package/es/components/BaseRadio/index.vue2.mjs +18 -18
  67. package/es/components/BaseSelect/index.vue.d.ts +1 -1
  68. package/es/components/BaseSelect/index.vue.mjs +2 -2
  69. package/es/components/BaseSelect/index.vue2.mjs +32 -30
  70. package/es/components/BaseSlider/index.vue2.mjs +44 -44
  71. package/es/components/BaseSteps/index.d.ts +1 -0
  72. package/es/components/BaseSteps/steps.d.ts +25 -0
  73. package/es/components/BaseSteps/steps.mjs +27 -0
  74. package/es/components/BaseSwitch/index.vue2.mjs +17 -17
  75. package/es/components/BaseSystemActions/index.vue.mjs +2 -2
  76. package/es/components/BaseSystemActions/index.vue2.mjs +20 -20
  77. package/es/components/BaseTabs/cssVar.d.ts +4 -0
  78. package/es/components/BaseTabs/cssVar.mjs +7 -0
  79. package/es/components/BaseTabs/index.d.ts +2 -0
  80. package/es/components/BaseTabs/tabs.d.ts +699 -0
  81. package/es/components/BaseTabs/tabs.mjs +43 -0
  82. package/es/components/index.d.ts +2 -0
  83. package/es/config/themes/common.d.ts +1 -0
  84. package/es/config/themes/common.mjs +2 -1
  85. package/es/config/themes/components/baseComponent/dark.d.ts +3 -2
  86. package/es/config/themes/components/baseComponent/dark.mjs +13 -6
  87. package/es/config/themes/components/baseComponent/light.d.ts +3 -2
  88. package/es/config/themes/components/baseComponent/light.mjs +10 -5
  89. package/es/config/themes/components/button/common.mjs +4 -4
  90. package/es/config/themes/components/cascader/common.d.ts +2 -2
  91. package/es/config/themes/components/cascader/common.mjs +4 -2
  92. package/es/config/themes/components/cascader/dark.d.ts +2 -2
  93. package/es/config/themes/components/cascader/dark.mjs +6 -2
  94. package/es/config/themes/components/cascader/light.d.ts +2 -2
  95. package/es/config/themes/components/cascader/light.mjs +10 -6
  96. package/es/config/themes/components/dataTable/dark.mjs +2 -0
  97. package/es/config/themes/components/dataTable/light.mjs +2 -0
  98. package/es/config/themes/components/input/dark.mjs +1 -1
  99. package/es/config/themes/components/select/dark.mjs +3 -2
  100. package/es/config/themes/components/select/light.mjs +1 -0
  101. package/es/config/themes/components/slider/dark.mjs +2 -1
  102. package/es/config/themes/components/slider/light.mjs +2 -1
  103. package/es/fonts/MiSans-Medium.ttf +0 -0
  104. package/es/fonts/MiSans-Regular.ttf +0 -0
  105. package/es/hooks/useAnimationHook.d.ts +1 -1
  106. package/es/hooks/useAnimationHook.mjs +17 -14
  107. package/es/index.css +1 -1
  108. package/es/index.d.ts +1 -0
  109. package/es/index.mjs +59 -52
  110. package/es/locale/lang/en-us.mjs +2 -2
  111. package/es/locale/lang/zh-cn.mjs +2 -2
  112. 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
  113. package/es/types/themes/components.d.ts +4 -2
  114. package/es/types/themes/extendThemes.d.ts +10 -0
  115. package/es/utils/render.d.ts +3 -0
  116. package/es/utils/render.mjs +9 -0
  117. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  118. package/lib/assets/logo/logo-dark-full.svg.js +1 -1
  119. package/lib/assets/logo/logo-light-full.svg.js +1 -1
  120. package/lib/components/BaseButton/index.vue.js +1 -1
  121. package/lib/components/BaseCascader/cssVar.d.ts +10 -0
  122. package/lib/components/BaseCascader/cssVar.js +1 -0
  123. package/lib/components/BaseCascader/index.vue.js +1 -1
  124. package/lib/components/BaseCascader/index.vue2.js +1 -1
  125. package/lib/components/BaseConfigProvider/index.vue.js +1 -1
  126. package/lib/components/BaseConfigProvider/locale-base.d.ts +2 -2
  127. package/lib/components/BaseConfigProvider/locale-naive.d.ts +3 -3
  128. package/lib/components/BaseConfigProvider/type.d.ts +3 -2
  129. package/lib/components/BaseDataTable/index.vue.d.ts +1 -1
  130. package/lib/components/BaseDataTable/index.vue2.js +1 -1
  131. package/lib/components/BaseDialog/index.vue.d.ts +2 -2
  132. package/lib/components/BaseDialog/index.vue.js +1 -1
  133. package/lib/components/BaseInputNumber/index.vue.d.ts +0 -1
  134. package/lib/components/BaseInputNumber/index.vue.js +1 -1
  135. package/lib/components/BaseInputNumber/index.vue2.js +1 -1
  136. package/lib/components/BaseLayout/ASide/index.vue.js +1 -1
  137. package/lib/components/BaseLayout/ASide/index.vue2.js +1 -1
  138. package/lib/components/BaseLayout/Default/index.vue.d.ts +1 -1
  139. package/lib/components/BaseLayout/Default/index.vue2.js +1 -1
  140. package/lib/components/BaseLayout/Default/layoutMenu/components/first-level-menu.vue2.js +1 -1
  141. package/lib/components/BaseLayout/Default/type.d.ts +1 -1
  142. package/lib/components/BaseLayout/components/WrapFooter.vue.js +1 -1
  143. package/lib/components/BaseLayout/components/WrapHeader.vue2.js +1 -1
  144. package/lib/components/BaseLayout/components/WrapTab.vue.js +1 -1
  145. package/lib/components/BaseLayout/index.vue.d.ts +1 -1
  146. package/lib/components/BaseLayout/index.vue2.js +1 -1
  147. package/lib/components/BaseNavIcon/index.vue2.js +1 -1
  148. package/lib/components/BaseProductIntroduction/index.vue.js +1 -1
  149. package/lib/components/BaseProductIntroduction/index.vue2.js +1 -1
  150. package/lib/components/BaseRadio/index.vue2.js +1 -1
  151. package/lib/components/BaseSelect/index.vue.d.ts +1 -1
  152. package/lib/components/BaseSelect/index.vue.js +1 -1
  153. package/lib/components/BaseSelect/index.vue2.js +1 -1
  154. package/lib/components/BaseSlider/index.vue2.js +1 -1
  155. package/lib/components/BaseSteps/index.d.ts +1 -0
  156. package/lib/components/BaseSteps/steps.d.ts +25 -0
  157. package/lib/components/BaseSteps/steps.js +1 -0
  158. package/lib/components/BaseSwitch/index.vue2.js +1 -1
  159. package/lib/components/BaseSystemActions/index.vue.js +1 -1
  160. package/lib/components/BaseSystemActions/index.vue2.js +1 -1
  161. package/lib/components/BaseTabs/cssVar.d.ts +4 -0
  162. package/lib/components/BaseTabs/cssVar.js +1 -0
  163. package/lib/components/BaseTabs/index.d.ts +2 -0
  164. package/lib/components/BaseTabs/tabs.d.ts +699 -0
  165. package/lib/components/BaseTabs/tabs.js +1 -0
  166. package/lib/components/index.d.ts +2 -0
  167. package/lib/config/themes/common.d.ts +1 -0
  168. package/lib/config/themes/common.js +1 -1
  169. package/lib/config/themes/components/baseComponent/dark.d.ts +3 -2
  170. package/lib/config/themes/components/baseComponent/dark.js +1 -1
  171. package/lib/config/themes/components/baseComponent/light.d.ts +3 -2
  172. package/lib/config/themes/components/baseComponent/light.js +1 -1
  173. package/lib/config/themes/components/button/common.js +1 -1
  174. package/lib/config/themes/components/cascader/common.d.ts +2 -2
  175. package/lib/config/themes/components/cascader/common.js +1 -1
  176. package/lib/config/themes/components/cascader/dark.d.ts +2 -2
  177. package/lib/config/themes/components/cascader/dark.js +1 -1
  178. package/lib/config/themes/components/cascader/light.d.ts +2 -2
  179. package/lib/config/themes/components/cascader/light.js +1 -1
  180. package/lib/config/themes/components/dataTable/dark.js +1 -1
  181. package/lib/config/themes/components/dataTable/light.js +1 -1
  182. package/lib/config/themes/components/input/dark.js +1 -1
  183. package/lib/config/themes/components/select/dark.js +1 -1
  184. package/lib/config/themes/components/select/light.js +1 -1
  185. package/lib/config/themes/components/slider/dark.js +1 -1
  186. package/lib/config/themes/components/slider/light.js +1 -1
  187. package/lib/fonts/MiSans-Medium.ttf +0 -0
  188. package/lib/fonts/MiSans-Regular.ttf +0 -0
  189. package/lib/hooks/useAnimationHook.d.ts +1 -1
  190. package/lib/hooks/useAnimationHook.js +1 -1
  191. package/lib/index.css +1 -1
  192. package/lib/index.d.ts +1 -0
  193. package/lib/index.js +1 -1
  194. package/lib/locale/lang/en-us.js +1 -1
  195. package/lib/locale/lang/zh-cn.js +1 -1
  196. 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
  197. package/lib/types/themes/components.d.ts +4 -2
  198. package/lib/types/themes/extendThemes.d.ts +10 -0
  199. package/lib/utils/render.d.ts +3 -0
  200. package/lib/utils/render.js +1 -0
  201. package/package.json +3 -1
  202. /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
  203. /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
package/es/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export * from './hooks';
4
4
  export * from './locale';
5
5
  export * from './globalMethods/index';
6
6
  export { default as registerGlobalMethods } from './globalMethods/index';
7
+ export * from './utils/render';
package/es/index.mjs CHANGED
@@ -1,75 +1,82 @@
1
1
  import "./_virtual/virtual_svg-icons-register.mjs";
2
2
  /* empty css */
3
3
  /* empty css */
4
- import { default as f } from "./components/AppProvider/index.vue.mjs";
4
+ import { default as s } from "./components/AppProvider/index.vue.mjs";
5
5
  import { default as d } from "./components/BaseButton/index.vue.mjs";
6
- import { default as u } from "./components/BaseCascader/index.vue.mjs";
6
+ import { default as p } from "./components/BaseCascader/index.vue.mjs";
7
7
  import { default as l } from "./components/BaseConfigProvider/index.vue.mjs";
8
8
  import { default as i } from "./components/BaseDataTable/index.vue.mjs";
9
9
  import { default as n } from "./components/BaseDialog/index.vue.mjs";
10
- import { default as g } from "./components/BaseInputNumber/index.vue.mjs";
10
+ import { default as c } from "./components/BaseInputNumber/index.vue.mjs";
11
11
  import { default as T } from "./components/BaseLayout/index.vue.mjs";
12
- import { default as v } from "./components/BaseLayout/ASide/index.vue.mjs";
13
- import { default as C } from "./components/BaseLayout/AsideMenu/index.vue.mjs";
14
- import { default as L } from "./components/BaseLayout/Header/index.vue.mjs";
15
- import { default as S } from "./components/BaseLayout/Default/index.vue.mjs";
16
- import { default as I } from "./components/BaseNavIcon/index.vue.mjs";
12
+ import { default as S } from "./components/BaseLayout/ASide/index.vue.mjs";
13
+ import { default as v } from "./components/BaseLayout/AsideMenu/index.vue.mjs";
14
+ import { default as C } from "./components/BaseLayout/Header/index.vue.mjs";
15
+ import { default as A } from "./components/BaseLayout/Default/index.vue.mjs";
16
+ import { default as L } from "./components/BaseNavIcon/index.vue.mjs";
17
17
  import { default as M } from "./components/BaseRadio/index.vue.mjs";
18
18
  import { default as H } from "./components/BaseProductIntroduction/index.vue.mjs";
19
19
  import { default as j } from "./components/BaseProgress/index.mjs";
20
20
  import { default as z } from "./components/BaseSelect/index.vue.mjs";
21
- import { default as K } from "./components/BaseSlider/index.vue.mjs";
22
- import { default as U } from "./components/BaseSwitch/index.vue.mjs";
23
- import { default as E } from "./components/BaseSystemActions/index.vue.mjs";
24
- import { configProviderInjectionKey as J } from "./config/themes/index.mjs";
25
- import { useAnimationHook as V } from "./hooks/useAnimationHook.mjs";
26
- import { default as X } from "./locale/lang/en-us.mjs";
27
- import { default as Z } from "./locale/lang/zh-cn.mjs";
28
- import { default as $ } from "./globalMethods/index.mjs";
29
- import { default as ae } from "./config/themes/token/dark.mjs";
30
- import { default as re } from "./config/themes/token/light.mjs";
31
- import { default as fe } from "./config/themes/color/dark.mjs";
32
- import { default as de } from "./config/themes/color/light.mjs";
33
- import { default as ue } from "./globalMethods/modules/message.mjs";
34
- import { default as le } from "./globalMethods/modules/confirmTip.mjs";
35
- import { lightThemeOverrides as ie } from "./config/themes/light.mjs";
36
- import { darkThemeOverrides as ne } from "./config/themes/dark.mjs";
37
- import { ChartsThemeDark as ge } from "./config/themes/components/charts/dark.mjs";
38
- import { ChartsThemeLight as Te } from "./config/themes/components/charts/light.mjs";
21
+ import { default as G } from "./components/BaseSlider/index.vue.mjs";
22
+ import { default as R } from "./components/BaseSteps/steps.mjs";
23
+ import { default as q } from "./components/BaseSwitch/index.vue.mjs";
24
+ import { default as J } from "./components/BaseSystemActions/index.vue.mjs";
25
+ import { default as V, baseTabsProps as W } from "./components/BaseTabs/tabs.mjs";
26
+ import { configProviderInjectionKey as Y } from "./config/themes/index.mjs";
27
+ import { useAnimationHook as _ } from "./hooks/useAnimationHook.mjs";
28
+ import { default as ee } from "./locale/lang/en-us.mjs";
29
+ import { default as re } from "./locale/lang/zh-cn.mjs";
30
+ import { default as te } from "./globalMethods/index.mjs";
31
+ import { renderStepsFinishIcon as fe } from "./utils/render.mjs";
32
+ import { default as me } from "./config/themes/token/dark.mjs";
33
+ import { default as ue } from "./config/themes/token/light.mjs";
34
+ import { default as xe } from "./config/themes/color/dark.mjs";
35
+ import { default as Be } from "./config/themes/color/light.mjs";
36
+ import { default as he } from "./globalMethods/modules/message.mjs";
37
+ import { default as ge } from "./globalMethods/modules/confirmTip.mjs";
38
+ import { lightThemeOverrides as ke } from "./config/themes/light.mjs";
39
+ import { darkThemeOverrides as be } from "./config/themes/dark.mjs";
40
+ import { ChartsThemeDark as ye } from "./config/themes/components/charts/dark.mjs";
41
+ import { ChartsThemeLight as Pe } from "./config/themes/components/charts/light.mjs";
39
42
  export {
40
- f as AppProvider,
41
- C as BaseAsideMenu,
43
+ s as AppProvider,
44
+ v as BaseAsideMenu,
42
45
  d as BaseButton,
43
- u as BaseCascader,
46
+ p as BaseCascader,
44
47
  l as BaseConfigProvider,
45
48
  i as BaseDataTable,
46
- S as BaseDefaultLayout,
49
+ A as BaseDefaultLayout,
47
50
  n as BaseDialog,
48
- g as BaseInputNumber,
51
+ c as BaseInputNumber,
49
52
  T as BaseLayout,
50
- v as BaseLayoutAside,
51
- L as BaseLayoutHeader,
52
- I as BaseNavIcon,
53
+ S as BaseLayoutAside,
54
+ C as BaseLayoutHeader,
55
+ L as BaseNavIcon,
53
56
  H as BaseProductIntroduction,
54
57
  j as BaseProgress,
55
58
  M as BaseRadio,
56
59
  z as BaseSelect,
57
- K as BaseSlider,
58
- U as BaseSwitch,
59
- E as BaseSystemActions,
60
- ge as ChartsThemeDark,
61
- Te as ChartsThemeLight,
62
- J as configProviderInjectionKey,
63
- fe as darkBase,
64
- ne as darkThemeOverrides,
65
- ae as darkToken,
66
- X as enUS,
67
- de as lightBase,
68
- ie as lightThemeOverrides,
69
- re as lightToken,
70
- $ as registerGlobalMethods,
71
- V as useAnimationHook,
72
- le as useConfirmTip,
73
- ue as useMessage,
74
- Z as zhCN
60
+ G as BaseSlider,
61
+ R as BaseSteps,
62
+ q as BaseSwitch,
63
+ J as BaseSystemActions,
64
+ V as BaseTabs,
65
+ ye as ChartsThemeDark,
66
+ Pe as ChartsThemeLight,
67
+ W as baseTabsProps,
68
+ Y as configProviderInjectionKey,
69
+ xe as darkBase,
70
+ be as darkThemeOverrides,
71
+ me as darkToken,
72
+ ee as enUS,
73
+ Be as lightBase,
74
+ ke as lightThemeOverrides,
75
+ ue as lightToken,
76
+ te as registerGlobalMethods,
77
+ fe as renderStepsFinishIcon,
78
+ _ as useAnimationHook,
79
+ ge as useConfirmTip,
80
+ he as useMessage,
81
+ re as zhCN
75
82
  };
@@ -12,9 +12,9 @@ const o = {
12
12
  AdsPlatform: "自动驾驶标注平台 - BASE ADS",
13
13
  AdsPlatformDescription: "自动驾驶标注平台支持点云、图像等连续的数据的标注与质检,提供可编排工作流与智能辅助工具,帮助团队高效构建自动驾驶训练数据集。",
14
14
  StudioPlatform: "通用标注平台 - BASE Studio",
15
- StudioPlatformDescription: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP",
15
+ StudioPlatformDescription: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP",
16
16
  MultiModalPlatform: "多模态标注平台 - BASE MultiModal",
17
- MultiModalPlatformDescription: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集",
17
+ MultiModalPlatformDescription: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集。",
18
18
  BlinkPlatform: "Blink 数据管理平台",
19
19
  BlinkPlatformDescription: "集成数据资产的管理、交付、检索等全链路管理",
20
20
  BcollectionPlatform: "Bcollection 数据采集平台",
@@ -12,9 +12,9 @@ const o = {
12
12
  AdsPlatform: "自动驾驶标注平台 - BASE ADS",
13
13
  AdsPlatformDescription: "自动驾驶标注平台支持点云、图像等连续的数据的标注与质检,提供可编排工作流与智能辅助工具,帮助团队高效构建自动驾驶训练数据集。",
14
14
  StudioPlatform: "通用标注平台 - BASE Studio",
15
- StudioPlatformDescription: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP",
15
+ StudioPlatformDescription: "通用标注平台,支持图像、音频、文本、视频等多类型数据的标注与质检。具备灵活的可编排工作流能力,提供丰富的标注工具模板和算法辅助能力,适用于计算机视觉、语音识别、NLP",
16
16
  MultiModalPlatform: "多模态标注平台 - BASE MultiModal",
17
- MultiModalPlatformDescription: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集",
17
+ MultiModalPlatformDescription: "多模态标注平台是一套支持多源异构数据协同标注的智能系统,覆盖图像、视频、音频、文本、点云等多种模态数据类型,支持模态间时间同步与语义关联标注。帮助团队高效构建多模态融合训练数据集。",
18
18
  BlinkPlatform: "Blink 数据管理平台",
19
19
  BlinkPlatformDescription: "集成数据资产的管理、交付、检索等全链路管理",
20
20
  BcollectionPlatform: "Bcollection 数据采集平台",
@@ -1,4 +1,4 @@
1
- import { makeDestructurable as p, camelize as f } from "../../../../@vueuse_shared@13.0.0_vue@3.5.13_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs";
1
+ import { makeDestructurable as p, camelize as f } from "../../../../@vueuse_shared@13.0.0_vue@3.5.22_typescript@5.7.2_/node_modules/@vueuse/shared/index.mjs";
2
2
  import { shallowRef as d, defineComponent as i } from "vue";
3
3
  function h(r = {}) {
4
4
  const {
@@ -1,5 +1,7 @@
1
- import { RadioProps, SwitchProps, ProgressProps } from 'naive-ui';
2
- import { ExtendThemeRadio, ExtendThemeSwitch, ExtendProgress } from './extendThemes';
1
+ import { CascaderProps, RadioProps, SwitchProps, ProgressProps, TabsProps } from 'naive-ui';
2
+ import { ExtendThemeCascader, ExtendThemeRadio, ExtendThemeSwitch, ExtendProgress, ExtendTabs } from './extendThemes';
3
+ export type BaseCascaderThemeOverrides = CascaderProps['themeOverrides'] & ExtendThemeCascader;
3
4
  export type BaseRadioThemeOverrides = RadioProps['themeOverrides'] & ExtendThemeRadio;
4
5
  export type BaseSwitchThemeOverrides = SwitchProps['themeOverrides'] & ExtendThemeSwitch;
5
6
  export type BaseProgressThemeOverrides = ProgressProps['themeOverrides'] & ExtendProgress;
7
+ export type BaseTabsThemeOverrides = TabsProps['themeOverrides'] & ExtendTabs;
@@ -1,3 +1,10 @@
1
+ export type ExtendThemeCascader = {
2
+ columPadding?: string;
3
+ border?: string;
4
+ arrowColorActive?: string;
5
+ tagColor?: string;
6
+ tagTextColor?: string;
7
+ };
1
8
  export type ExtendThemeRadio = {
2
9
  colorActiveDisabled?: string;
3
10
  boxShadowActiveDisabled?: string;
@@ -42,3 +49,6 @@ export type ExtendProgress = {
42
49
  tipColorCircle?: string;
43
50
  tipFontSizeCircle?: string;
44
51
  };
52
+ export type ExtendTabs = {
53
+ tabRoundBorderRadius?: string;
54
+ };
@@ -0,0 +1,3 @@
1
+ export declare const renderStepsFinishIcon: (size?: string) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
2
+ [key: string]: any;
3
+ }>;
@@ -0,0 +1,9 @@
1
+ import { h as r } from "vue";
2
+ import { SvgIcon as e } from "../node_modules/.pnpm/lib-materials@0.0.8_typescript@5.7.2/node_modules/lib-materials/dist/lib-materials.mjs";
3
+ const c = (o = "16") => r(e, {
4
+ icon: "operate-checked",
5
+ size: o
6
+ });
7
+ export {
8
+ c as renderStepsFinishIcon
9
+ };
@@ -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 s=require("naive-ui"),e=require("vue"),l={key:1},i=e.defineComponent({__name:"index",props:{icon:{default:""},content:{}},setup(r){return(o,c)=>{const n=e.resolveComponent("svg-icon"),t=s.NButton;return e.openBlock(),e.createBlock(t,e.normalizeProps(e.guardReactiveProps(o.$attrs)),e.createSlots({_:2},[o.$slots.icon||o.icon?{name:"icon",fn:e.withCtx(()=>[o.$slots.icon?e.renderSlot(o.$slots,"icon",{key:0}):(e.openBlock(),e.createBlock(n,{key:1,icon:o.icon},null,8,["icon"]))]),key:"0"}:void 0,o.$slots.default||o.content?{name:"default",fn:e.withCtx(()=>[o.$slots.default?e.renderSlot(o.$slots,"default",{key:0}):(e.openBlock(),e.createElementBlock("span",l,e.toDisplayString(o.content),1))]),key:"1"}:void 0]),1040)}}});exports.default=i;
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-ae86e2f8"]]);exports.default=u;
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 t=require("naive-ui"),e=require("vue"),o=e.defineComponent({name:"BaseCascader",__name:"index",props:{bordered:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},multiple:{default:!1}},setup(s){const a=s,d=e.computed(()=>a.bordered?!0:!a.disabled);return(r,n)=>{const l=t.NCascader;return e.openBlock(),e.createBlock(l,e.mergeProps({class:"base-cascader",disabled:r.disabled,bordered:d.value,"menu-props":{class:"base-cascader-menu"},multiple:r.multiple},r.$attrs),null,16,["disabled","bordered","multiple"])}}});exports.default=o;
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;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),i=require("naive-ui"),c=require("../AppProvider/index.vue.js"),l=require("./locale-naive.js"),u=require("./locale-base.js"),d=require("./constants.js"),p=t.defineComponent({__name:"index",props:{abstract:{type:Boolean},breakpoints:{},clsPrefix:{},inlineThemeDisabled:{type:Boolean},katex:{},namespace:{},preflightStyleDisabled:{type:Boolean},styleMountTarget:{},tag:{},lang:{},theme:{},themeOverrides:{}},setup(r){const a=r,n=t.computed(()=>l.naiveLocales[a.lang]),s=t.computed(()=>l.naiveDateLocales[a.lang]),o=t.computed(()=>u.baseLocales[a.lang]);return t.provide(d.BaseLocaleContextKey,o),(e,m)=>(t.openBlock(),t.createBlock(t.unref(i.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":s.value},{default:t.withCtx(()=>[t.createVNode(c.default,null,{default:t.withCtx(()=>[t.renderSlot(e.$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=p;
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;
@@ -1,3 +1,3 @@
1
1
  import { BaseLocale } from '../../locale';
2
- import { LOCALE_LANG } from '../../enum/locale';
3
- export declare const baseLocales: Record<LOCALE_LANG, BaseLocale>;
2
+ import { BaseLocaleLang } from './type';
3
+ export declare const baseLocales: Record<BaseLocaleLang, BaseLocale>;
@@ -1,4 +1,4 @@
1
1
  import { NDateLocale, NLocale } from 'naive-ui';
2
- import { LOCALE_LANG } from '../../enum/locale';
3
- export declare const naiveLocales: Record<LOCALE_LANG, NLocale>;
4
- export declare const naiveDateLocales: Record<LOCALE_LANG, NDateLocale>;
2
+ import { BaseLocaleLang } from './type';
3
+ export declare const naiveLocales: Record<BaseLocaleLang, NLocale>;
4
+ export declare const naiveDateLocales: Record<BaseLocaleLang, NDateLocale>;
@@ -1,7 +1,8 @@
1
1
  import { ConfigProviderProps } from 'naive-ui';
2
2
  import { LOCALE_LANG } from '../../enum/locale';
3
+ export type BaseLocaleLang = `${LOCALE_LANG}`;
3
4
  export type BaseConfigProviderProps = {
4
- abstract: boolean;
5
+ abstract?: boolean;
5
6
  breakpoints?: ConfigProviderProps['breakpoints'];
6
7
  clsPrefix?: ConfigProviderProps['clsPrefix'];
7
8
  inlineThemeDisabled?: ConfigProviderProps['inlineThemeDisabled'];
@@ -10,7 +11,7 @@ export type BaseConfigProviderProps = {
10
11
  preflightStyleDisabled?: ConfigProviderProps['preflightStyleDisabled'];
11
12
  styleMountTarget?: ConfigProviderProps['styleMountTarget'];
12
13
  tag?: ConfigProviderProps['tag'];
13
- lang?: LOCALE_LANG;
14
+ lang?: BaseLocaleLang;
14
15
  theme?: ConfigProviderProps['theme'];
15
16
  themeOverrides?: ConfigProviderProps['themeOverrides'];
16
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;