base6-ui 2.0.34 → 2.0.35

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 (235) hide show
  1. package/dist/_internal/icons/add-circle.d.ts +2 -0
  2. package/dist/_internal/icons/check.d.ts +2 -0
  3. package/dist/_internal/icons/close.d.ts +2 -0
  4. package/dist/_internal/icons/index.d.ts +12 -0
  5. package/dist/_internal/icons/lang.d.ts +2 -0
  6. package/dist/_internal/icons/logout.d.ts +2 -0
  7. package/dist/_internal/icons/right.d.ts +2 -0
  8. package/dist/_internal/icons/switch-user.d.ts +2 -0
  9. package/dist/_internal/icons/theme-dark.d.ts +2 -0
  10. package/dist/_internal/icons/theme-light.d.ts +2 -0
  11. package/dist/_internal/icons/user-center.d.ts +2 -0
  12. package/dist/_internal/icons/user-dark.d.ts +2 -0
  13. package/dist/_internal/icons/user-light.d.ts +2 -0
  14. package/{es/hooks/useNaiveConfigProvideContext.d.ts → dist/_mixins/use-boden-config-provide-context.d.ts} +1 -1
  15. package/dist/components/business-ui/index.d.ts +0 -0
  16. package/dist/components/business-ui/tenant-dialog/index.d.ts +1 -0
  17. package/dist/components/business-ui/tenant-dialog/join-tenant-dialog/index.d.ts +1 -0
  18. package/dist/components/business-ui/tenant-dialog/join-tenant-dialog/src/index.d.ts +46 -0
  19. package/dist/components/business-ui/tenant-dialog/join-tenant-dialog/src/interface.d.ts +16 -0
  20. package/dist/components/business-ui/tenant-dialog/join-tenant-dialog/src/styles/index.cssr.d.ts +2 -0
  21. package/dist/components/business-ui/tenant-dialog/switch-tenant-dialog/index.d.ts +1 -0
  22. package/dist/components/business-ui/tenant-dialog/switch-tenant-dialog/src/index.d.ts +77 -0
  23. package/dist/components/business-ui/tenant-dialog/switch-tenant-dialog/src/interface.d.ts +32 -0
  24. package/dist/components/business-ui/tenant-dialog/switch-tenant-dialog/src/styles/index.cssr.d.ts +2 -0
  25. package/dist/components/business-ui/tenant-dialog/switch-tenant-dialog/src/tenant-item.d.ts +32 -0
  26. package/dist/components/cascader/src/cascader.d.ts +5 -5
  27. package/dist/components/global-header/index.vue.d.ts +4 -0
  28. package/dist/components/layout/aside-menu/aside-menu.d.ts +6 -6
  29. package/dist/components/select/src/select.d.ts +5 -5
  30. package/dist/components/slider/src/slider.vue.d.ts +1 -1
  31. package/dist/components/system-actions/index.vue.d.ts +4 -0
  32. package/dist/components/system-actions/interface.d.ts +16 -0
  33. package/dist/components/tabs/src/tabs.d.ts +2 -2
  34. package/dist/config/themes/index.d.ts +0 -1
  35. package/dist/index.css +1 -1
  36. package/dist/index.d.ts +1 -0
  37. package/dist/index.umd.js +8 -8
  38. package/dist/locale/lang/en-us.d.ts +2 -0
  39. package/es/_constant/base.mjs +4 -2
  40. package/es/_internal/icons/add-circle.d.ts +2 -0
  41. package/es/_internal/icons/add-circle.mjs +19 -0
  42. package/es/_internal/icons/check.d.ts +2 -0
  43. package/es/_internal/icons/check.mjs +19 -0
  44. package/es/_internal/icons/close.d.ts +2 -0
  45. package/es/_internal/icons/close.mjs +22 -0
  46. package/es/_internal/icons/index.d.ts +12 -0
  47. package/es/_internal/icons/lang.d.ts +2 -0
  48. package/es/_internal/icons/lang.mjs +19 -0
  49. package/es/_internal/icons/logout.d.ts +2 -0
  50. package/es/_internal/icons/logout.mjs +30 -0
  51. package/es/_internal/icons/right.d.ts +2 -0
  52. package/es/_internal/icons/{arrow-right.mjs → right.mjs} +6 -6
  53. package/es/_internal/icons/switch-user.d.ts +2 -0
  54. package/es/_internal/icons/switch-user.mjs +46 -0
  55. package/es/_internal/icons/theme-dark.d.ts +2 -0
  56. package/es/_internal/icons/theme-dark.mjs +23 -0
  57. package/es/_internal/icons/theme-light.d.ts +2 -0
  58. package/es/_internal/icons/theme-light.mjs +25 -0
  59. package/es/_internal/icons/user-center.d.ts +2 -0
  60. package/es/_internal/icons/user-center.mjs +26 -0
  61. package/es/_internal/icons/user-dark.d.ts +2 -0
  62. package/es/_internal/icons/user-dark.mjs +29 -0
  63. package/es/_internal/icons/user-light.d.ts +2 -0
  64. package/es/_internal/icons/user-light.mjs +27 -0
  65. package/{lib/hooks/useNaiveConfigProvideContext.d.ts → es/_mixins/use-boden-config-provide-context.d.ts} +1 -1
  66. package/es/_mixins/use-boden-config-provide-context.mjs +8 -0
  67. package/es/_virtual/virtual_svg-icons-register.mjs +1 -1
  68. package/es/components/business-ui/index.d.ts +0 -0
  69. package/es/components/business-ui/tenant-dialog/index.d.ts +1 -0
  70. package/es/components/business-ui/tenant-dialog/join-tenant-dialog/index.d.ts +1 -0
  71. package/es/components/business-ui/tenant-dialog/join-tenant-dialog/src/index.d.ts +46 -0
  72. package/es/components/business-ui/tenant-dialog/join-tenant-dialog/src/index.mjs +95 -0
  73. package/es/components/business-ui/tenant-dialog/join-tenant-dialog/src/interface.d.ts +16 -0
  74. package/es/components/business-ui/tenant-dialog/join-tenant-dialog/src/interface.mjs +16 -0
  75. package/es/components/business-ui/tenant-dialog/join-tenant-dialog/src/styles/index.cssr.d.ts +2 -0
  76. package/es/components/business-ui/tenant-dialog/join-tenant-dialog/src/styles/index.cssr.mjs +45 -0
  77. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/index.d.ts +1 -0
  78. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/index.d.ts +77 -0
  79. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/index.mjs +118 -0
  80. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/interface.d.ts +32 -0
  81. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/interface.mjs +29 -0
  82. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/styles/index.cssr.d.ts +2 -0
  83. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/styles/index.cssr.mjs +80 -0
  84. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/tenant-item.d.ts +32 -0
  85. package/es/components/business-ui/tenant-dialog/switch-tenant-dialog/src/tenant-item.mjs +46 -0
  86. package/es/components/cascader/src/cascader.d.ts +5 -5
  87. package/es/components/cascader/src/cascader.mjs +1 -1
  88. package/es/components/dialog/src/index.vue.mjs +30 -28
  89. package/es/components/global-header/index.vue.d.ts +4 -0
  90. package/es/components/global-header/index.vue.mjs +37 -95
  91. package/es/components/global-header/title.vue.mjs +2 -2
  92. package/es/components/global-header/title.vue2.mjs +1 -1
  93. package/es/components/input-number/src/input-number.vue.mjs +2 -2
  94. package/es/components/input-number/src/input-number.vue2.mjs +1 -1
  95. package/es/components/layout/aside/index.vue.mjs +2 -2
  96. package/es/components/layout/aside/index.vue2.mjs +1 -1
  97. package/es/components/layout/aside-menu/aside-menu.d.ts +6 -6
  98. package/es/components/layout/components/{WrapHeader.vue2.mjs → WrapHeader.vue.mjs} +1 -1
  99. package/es/components/layout/index.vue2.mjs +1 -1
  100. package/es/components/nav-icon/index.vue.mjs +3 -3
  101. package/es/components/nav-icon/index.vue2.mjs +1 -1
  102. package/es/components/platform-header-navigation/src/platform-header-navigation.mjs +10 -10
  103. package/es/components/platform-navigation/index.vue.mjs +2 -2
  104. package/es/components/platform-navigation/index.vue2.mjs +60 -59
  105. package/es/components/progress/src/progress.mjs +2 -2
  106. package/es/components/radio/src/radio.vue.mjs +2 -2
  107. package/es/components/radio/src/radio.vue2.mjs +1 -1
  108. package/es/components/select/src/select.d.ts +5 -5
  109. package/es/components/select/src/select.mjs +1 -1
  110. package/es/components/shape-button/src/shape-button.mjs +1 -1
  111. package/es/components/slider/src/slider.vue.d.ts +1 -1
  112. package/es/components/slider/src/slider.vue.mjs +1 -1
  113. package/es/components/slider/src/slider.vue2.mjs +1 -1
  114. package/es/components/switch/src/switch.vue.mjs +2 -2
  115. package/es/components/switch/src/switch.vue2.mjs +2 -2
  116. package/es/components/system-actions/index.vue.d.ts +4 -0
  117. package/es/components/system-actions/index.vue.mjs +2 -2
  118. package/es/components/system-actions/index.vue2.mjs +129 -57
  119. package/es/components/system-actions/interface.d.ts +16 -0
  120. package/es/components/system-actions/interface.mjs +4 -0
  121. package/es/components/tabs/src/tabs.d.ts +2 -2
  122. package/es/components/tabs/src/tabs.mjs +1 -1
  123. package/es/config/themes/index.d.ts +0 -1
  124. package/es/index.css +1 -1
  125. package/es/index.d.ts +1 -0
  126. package/es/index.mjs +118 -116
  127. package/es/locale/lang/en-us.d.ts +2 -0
  128. package/es/locale/lang/en-us.mjs +3 -1
  129. package/es/locale/lang/zh-cn.mjs +3 -1
  130. package/es/node_modules/.pnpm/naive-ui@2.43.1_vue@3.5.22_typescript@5.7.2_/node_modules/naive-ui/es/_utils/vue/call.mjs +9 -0
  131. package/lib/_constant/base.js +1 -1
  132. package/lib/_internal/icons/add-circle.d.ts +2 -0
  133. package/lib/_internal/icons/add-circle.js +1 -0
  134. package/lib/_internal/icons/check.d.ts +2 -0
  135. package/lib/_internal/icons/check.js +1 -0
  136. package/lib/_internal/icons/close.d.ts +2 -0
  137. package/lib/_internal/icons/close.js +1 -0
  138. package/lib/_internal/icons/index.d.ts +12 -0
  139. package/lib/_internal/icons/lang.d.ts +2 -0
  140. package/lib/_internal/icons/lang.js +1 -0
  141. package/lib/_internal/icons/logout.d.ts +2 -0
  142. package/lib/_internal/icons/logout.js +1 -0
  143. package/lib/_internal/icons/right.d.ts +2 -0
  144. package/lib/_internal/icons/right.js +1 -0
  145. package/lib/_internal/icons/switch-user.d.ts +2 -0
  146. package/lib/_internal/icons/switch-user.js +1 -0
  147. package/lib/_internal/icons/theme-dark.d.ts +2 -0
  148. package/lib/_internal/icons/theme-dark.js +1 -0
  149. package/lib/_internal/icons/theme-light.d.ts +2 -0
  150. package/lib/_internal/icons/theme-light.js +1 -0
  151. package/lib/_internal/icons/user-center.d.ts +2 -0
  152. package/lib/_internal/icons/user-center.js +1 -0
  153. package/lib/_internal/icons/user-dark.d.ts +2 -0
  154. package/lib/_internal/icons/user-dark.js +1 -0
  155. package/lib/_internal/icons/user-light.d.ts +2 -0
  156. package/lib/_internal/icons/user-light.js +1 -0
  157. package/{dist/hooks/useNaiveConfigProvideContext.d.ts → lib/_mixins/use-boden-config-provide-context.d.ts} +1 -1
  158. package/lib/_mixins/use-boden-config-provide-context.js +1 -0
  159. package/lib/_virtual/virtual_svg-icons-register.js +1 -1
  160. package/lib/components/business-ui/index.d.ts +0 -0
  161. package/lib/components/business-ui/tenant-dialog/index.d.ts +1 -0
  162. package/lib/components/business-ui/tenant-dialog/join-tenant-dialog/index.d.ts +1 -0
  163. package/lib/components/business-ui/tenant-dialog/join-tenant-dialog/src/index.d.ts +46 -0
  164. package/lib/components/business-ui/tenant-dialog/join-tenant-dialog/src/index.js +1 -0
  165. package/lib/components/business-ui/tenant-dialog/join-tenant-dialog/src/interface.d.ts +16 -0
  166. package/lib/components/business-ui/tenant-dialog/join-tenant-dialog/src/interface.js +1 -0
  167. package/lib/components/business-ui/tenant-dialog/join-tenant-dialog/src/styles/index.cssr.d.ts +2 -0
  168. package/lib/components/business-ui/tenant-dialog/join-tenant-dialog/src/styles/index.cssr.js +1 -0
  169. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/index.d.ts +1 -0
  170. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/index.d.ts +77 -0
  171. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/index.js +1 -0
  172. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/interface.d.ts +32 -0
  173. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/interface.js +1 -0
  174. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/styles/index.cssr.d.ts +2 -0
  175. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/styles/index.cssr.js +1 -0
  176. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/tenant-item.d.ts +32 -0
  177. package/lib/components/business-ui/tenant-dialog/switch-tenant-dialog/src/tenant-item.js +1 -0
  178. package/lib/components/cascader/src/cascader.d.ts +5 -5
  179. package/lib/components/cascader/src/cascader.js +1 -1
  180. package/lib/components/dialog/src/index.vue.js +1 -1
  181. package/lib/components/global-header/index.vue.d.ts +4 -0
  182. package/lib/components/global-header/index.vue.js +1 -1
  183. package/lib/components/global-header/title.vue.js +1 -1
  184. package/lib/components/global-header/title.vue2.js +1 -1
  185. package/lib/components/input-number/src/input-number.vue.js +1 -1
  186. package/lib/components/input-number/src/input-number.vue2.js +1 -1
  187. package/lib/components/layout/aside/index.vue.js +1 -1
  188. package/lib/components/layout/aside/index.vue2.js +1 -1
  189. package/lib/components/layout/aside-menu/aside-menu.d.ts +6 -6
  190. package/lib/components/layout/components/WrapHeader.vue.js +1 -0
  191. package/lib/components/layout/index.vue2.js +1 -1
  192. package/lib/components/nav-icon/index.vue.js +1 -1
  193. package/lib/components/nav-icon/index.vue2.js +1 -1
  194. package/lib/components/platform-header-navigation/src/platform-header-navigation.js +1 -1
  195. package/lib/components/platform-navigation/index.vue.js +1 -1
  196. package/lib/components/platform-navigation/index.vue2.js +1 -1
  197. package/lib/components/progress/src/progress.js +1 -1
  198. package/lib/components/radio/src/radio.vue.js +1 -1
  199. package/lib/components/radio/src/radio.vue2.js +1 -1
  200. package/lib/components/select/src/select.d.ts +5 -5
  201. package/lib/components/select/src/select.js +1 -1
  202. package/lib/components/shape-button/src/shape-button.js +1 -1
  203. package/lib/components/slider/src/slider.vue.d.ts +1 -1
  204. package/lib/components/slider/src/slider.vue.js +1 -1
  205. package/lib/components/slider/src/slider.vue2.js +1 -1
  206. package/lib/components/switch/src/switch.vue.js +1 -1
  207. package/lib/components/switch/src/switch.vue2.js +1 -1
  208. package/lib/components/system-actions/index.vue.d.ts +4 -0
  209. package/lib/components/system-actions/index.vue.js +1 -1
  210. package/lib/components/system-actions/index.vue2.js +1 -1
  211. package/lib/components/system-actions/interface.d.ts +16 -0
  212. package/lib/components/system-actions/interface.js +1 -0
  213. package/lib/components/tabs/src/tabs.d.ts +2 -2
  214. package/lib/components/tabs/src/tabs.js +1 -1
  215. package/lib/config/themes/index.d.ts +0 -1
  216. package/lib/index.css +1 -1
  217. package/lib/index.d.ts +1 -0
  218. package/lib/index.js +1 -1
  219. package/lib/locale/lang/en-us.d.ts +2 -0
  220. package/lib/locale/lang/en-us.js +1 -1
  221. package/lib/locale/lang/zh-cn.js +1 -1
  222. package/lib/node_modules/.pnpm/naive-ui@2.43.1_vue@3.5.22_typescript@5.7.2_/node_modules/naive-ui/es/_utils/vue/call.js +1 -0
  223. package/package.json +1 -1
  224. package/dist/hooks/useBoolean.d.ts +0 -7
  225. package/dist/hooks/useContext.d.ts +0 -6
  226. package/es/config/themes/index.mjs +0 -67
  227. package/es/hooks/useBoolean.d.ts +0 -7
  228. package/es/hooks/useContext.d.ts +0 -6
  229. package/es/hooks/useNaiveConfigProvideContext.mjs +0 -8
  230. package/lib/_internal/icons/arrow-right.js +0 -1
  231. package/lib/components/layout/components/WrapHeader.vue2.js +0 -1
  232. package/lib/config/themes/index.js +0 -1
  233. package/lib/hooks/useBoolean.d.ts +0 -7
  234. package/lib/hooks/useContext.d.ts +0 -6
  235. package/lib/hooks/useNaiveConfigProvideContext.js +0 -1
@@ -8,6 +8,8 @@ declare const enUS: {
8
8
  systemActions: {
9
9
  userCenter: string;
10
10
  logout: string;
11
+ switchTenant: string;
12
+ joinTenant: string;
11
13
  };
12
14
  platformNavigation: {
13
15
  allProducts: string;
@@ -1,4 +1,6 @@
1
- const e = "boden";
1
+ const o = "boden", n = "n-config-provider", e = "boden-config-provider";
2
2
  export {
3
- e as prefix
3
+ e as bodenConfigProviderInjectionKey,
4
+ n as naiveConfigProviderInjectionKey,
5
+ o as prefix
4
6
  };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import { defineComponent as e, createVNode as C } from "vue";
2
+ const n = /* @__PURE__ */ e({
3
+ name: "AddCircle",
4
+ render() {
5
+ return C("svg", {
6
+ width: "24",
7
+ height: "24",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [C("path", {
12
+ d: "M21.2495 12.0005C21.2495 6.89202 17.1089 2.75026 12.0005 2.75C6.89186 2.75 2.75 6.89186 2.75 12.0005C2.75026 17.1089 6.89202 21.2495 12.0005 21.2495C17.1087 21.2492 21.2492 17.1087 21.2495 12.0005ZM11.2505 15.9995V12.7505H8C7.58595 12.7505 7.25026 12.4145 7.25 12.0005C7.25 11.5863 7.58579 11.2505 8 11.2505H11.2505V8C11.2505 7.58579 11.5863 7.25 12.0005 7.25C12.4145 7.25026 12.7505 7.58595 12.7505 8V11.2505H15.9995C16.4137 11.2505 16.7495 11.5863 16.7495 12.0005C16.7492 12.4145 16.4136 12.7505 15.9995 12.7505H12.7505V15.9995C12.7505 16.4136 12.4145 16.7492 12.0005 16.7495C11.5863 16.7495 11.2505 16.4137 11.2505 15.9995ZM22.7495 12.0005C22.7492 17.9372 17.9372 22.7492 12.0005 22.7495C6.06359 22.7495 1.25026 17.9373 1.25 12.0005C1.25 6.06343 6.06343 1.25 12.0005 1.25C17.9373 1.25026 22.7495 6.06359 22.7495 12.0005Z",
13
+ fill: "currentColor"
14
+ }, null)]);
15
+ }
16
+ });
17
+ export {
18
+ n as default
19
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import { defineComponent as n, createVNode as e } from "vue";
2
+ const t = /* @__PURE__ */ n({
3
+ name: "Check",
4
+ render() {
5
+ return e("svg", {
6
+ width: "24",
7
+ height: "24",
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [e("path", {
12
+ d: "M4.5033 11.7714C3.98387 11.1778 3.08132 11.1176 2.48769 11.6374C1.89406 12.1569 1.83392 13.0594 2.35373 13.6531L7.35272 19.3667C7.87098 19.9612 8.77314 20.0229 9.36755 19.5042C9.40309 19.4734 9.43668 19.4409 9.46909 19.4066L21.61 6.55254C22.1517 5.97921 22.1259 5.07549 21.5526 4.5338C20.9793 3.99212 20.0755 4.01789 19.5338 4.59121L8.47085 16.3072L4.5033 11.7714Z",
13
+ fill: "currentColor"
14
+ }, null)]);
15
+ }
16
+ });
17
+ export {
18
+ t as default
19
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { defineComponent as n, createVNode as e } from "vue";
2
+ const t = /* @__PURE__ */ n({
3
+ name: "Close",
4
+ render() {
5
+ return e("svg", {
6
+ class: "icon",
7
+ viewBox: "0 0 1024 1024",
8
+ version: "1.1",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "p-id": "2329",
11
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
12
+ width: "200",
13
+ height: "200"
14
+ }, [e("path", {
15
+ d: "M300.8 240.448l211.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",
16
+ "p-id": "2330"
17
+ }, null)]);
18
+ }
19
+ });
20
+ export {
21
+ t as default
22
+ };
@@ -1,7 +1,19 @@
1
+ export { default as AddCircleIcon } from './add-circle';
1
2
  export { default as AdsLogoIcon } from './ads';
2
3
  export { default as ArrowRightIcon } from './arrow-right';
3
4
  export { default as BlinkLogoIcon } from './blink';
5
+ export { default as CheckIcon } from './check';
6
+ export { default as CloseIcon } from './close';
4
7
  export { default as ForgeLogoIcon } from './forge';
8
+ export { default as LangIcon } from './lang';
9
+ export { default as LogoutIcon } from './logout';
5
10
  export { default as OmniLogoIcon } from './omni';
11
+ export { default as RightIcon } from './right';
6
12
  export { default as RoboLogoIcon } from './robo';
7
13
  export { default as StudioLogoIcon } from './studio';
14
+ export { default as SwitchUserIcon } from './switch-user';
15
+ export { default as ThemeDarkIcon } from './theme-dark';
16
+ export { default as ThemeLightIcon } from './theme-light';
17
+ export { default as UserCenterIcon } from './user-center';
18
+ export { default as UserDarkIcon } from './user-dark';
19
+ export { default as UserLightIcon } from './user-light';
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,19 @@
1
+ import { defineComponent as e, createVNode as C } from "vue";
2
+ const o = /* @__PURE__ */ e({
3
+ name: "Lang",
4
+ render() {
5
+ return C("svg", {
6
+ width: "20",
7
+ height: "20",
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [C("path", {
12
+ d: "M10.0005 1.04102C14.9477 1.04124 18.9583 5.05179 18.9585 9.99902C18.9585 14.1948 16.0732 17.7149 12.1792 18.6885V18.6904L12.1772 18.6895C11.4803 18.8635 10.7514 18.958 10.0005 18.958C5.05294 18.958 1.0415 14.9466 1.0415 9.99902C1.04172 5.05166 5.05307 1.04102 10.0005 1.04102ZM7.71826 2.63477C4.90684 3.50484 2.78458 5.9405 2.36768 8.92285C2.89259 9.3079 3.53333 9.59863 4.2417 9.59863C4.79609 9.59866 5.27388 9.62409 5.67529 9.69922C6.0779 9.77464 6.4482 9.90747 6.74854 10.1533C7.37357 10.6651 7.46529 11.4669 7.46533 12.292C7.46533 13.1406 7.46767 13.4989 7.51318 13.8037C7.55687 14.0957 7.64234 14.347 7.86475 14.9844C8.11644 15.7059 8.28457 16.5835 7.8833 17.4102C8.55627 17.6021 9.26597 17.708 10.0005 17.708C10.4847 17.708 10.958 17.6606 11.4175 17.5752C11.8398 16.9005 12.0287 16.3867 12.0962 15.9912C12.1735 15.5374 12.1007 15.1966 11.979 14.8877C11.9144 14.724 11.8366 14.5705 11.7485 14.3965C11.6655 14.2324 11.5651 14.0361 11.4907 13.833C11.326 13.3829 11.277 12.8678 11.5815 12.2842C11.7988 11.868 12.1134 11.626 12.4907 11.5068C12.8102 11.4061 13.1735 11.3988 13.438 11.3867C14.0001 11.3611 14.6121 11.3149 15.3628 10.7754C16.1728 10.1933 16.9859 10.1184 17.6997 10.2871C17.7032 10.1915 17.7085 10.0955 17.7085 9.99902C17.7084 8.29501 17.1535 6.7213 16.2173 5.44531C15.675 5.56784 15.1098 5.84408 14.6929 6.38379C14.0156 7.26044 13.289 7.79979 12.5522 8.0166C11.8014 8.23747 11.093 8.10568 10.5269 7.73926C9.63816 7.16409 9.56966 6.34675 9.49658 5.85547C9.45807 5.59662 9.42344 5.44038 9.354 5.31152C9.29589 5.20401 9.18898 5.07478 8.92627 4.94727C8.23771 4.61278 7.86205 3.99001 7.74756 3.33008C7.70819 3.10291 7.69996 2.86889 7.71826 2.63477ZM17.5532 11.5391C17.0891 11.3913 16.5993 11.4274 16.0933 11.791C15.0477 12.5424 14.1413 12.6063 13.4956 12.6357C13.1563 12.6512 12.9923 12.6586 12.8667 12.6982C12.7993 12.7195 12.7513 12.7457 12.6899 12.8633C12.5841 13.0662 12.5922 13.203 12.6655 13.4033C12.7102 13.5253 12.7751 13.6549 12.8647 13.832C12.9492 13.999 13.0518 14.2041 13.1411 14.4307C13.3273 14.9033 13.4534 15.4776 13.3296 16.2031C13.2832 16.4744 13.2024 16.7598 13.0835 17.0635C15.351 16.0722 17.0495 14.0235 17.5532 11.5391ZM2.30029 10.3535C2.43274 13.279 4.1962 15.7783 6.70264 16.9668C6.94968 16.561 6.91877 16.0693 6.68408 15.3965C6.47331 14.7924 6.34053 14.4215 6.27588 13.9893C6.21316 13.5698 6.21533 13.0986 6.21533 12.292C6.21527 11.4627 6.09042 11.2292 5.95752 11.1201C5.87876 11.0557 5.7333 10.9816 5.4458 10.9277C5.15724 10.8737 4.76918 10.8487 4.2417 10.8486C3.51238 10.8486 2.85796 10.6439 2.30029 10.3535ZM10.0005 2.29199C9.6733 2.29199 9.35113 2.31395 9.03467 2.35352C8.95712 2.61956 8.93897 2.88492 8.979 3.11621C9.03709 3.45117 9.20644 3.69274 9.47314 3.82227C9.94361 4.05066 10.2571 4.35329 10.4536 4.7168C10.6381 5.05841 10.6945 5.41305 10.7329 5.6709C10.8138 6.21462 10.845 6.45703 11.2056 6.69043C11.4723 6.86302 11.8054 6.93333 12.1997 6.81738C12.6082 6.69709 13.1316 6.36035 13.7036 5.62012C14.1682 5.0188 14.7427 4.64338 15.314 4.41797C13.9312 3.10111 12.0608 2.2921 10.0005 2.29199Z",
13
+ fill: "currentColor"
14
+ }, null)]);
15
+ }
16
+ });
17
+ export {
18
+ o as default
19
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,30 @@
1
+ import { defineComponent as e, createVNode as o } from "vue";
2
+ const n = /* @__PURE__ */ e({
3
+ name: "Logout",
4
+ render() {
5
+ return o("svg", {
6
+ width: "16",
7
+ height: "16",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [o("path", {
12
+ d: "M2.66675 4L2.66675 12",
13
+ stroke: "currentColor",
14
+ "stroke-linecap": "round"
15
+ }, null), o("path", {
16
+ d: "M5.3335 8.00049L13.3335 8.00049",
17
+ stroke: "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round"
20
+ }, null), o("path", {
21
+ d: "M7.9999 5.3335C7.9999 5.3335 5.33326 7.29747 5.33325 8.00018C5.33325 8.7029 7.99992 10.6668 7.99992 10.6668",
22
+ stroke: "currentColor",
23
+ "stroke-linecap": "round",
24
+ "stroke-linejoin": "round"
25
+ }, null)]);
26
+ }
27
+ });
28
+ export {
29
+ n as default
30
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,20 +1,20 @@
1
- import { defineComponent as r, createVNode as o } from "vue";
2
- const t = /* @__PURE__ */ r({
3
- name: "ArrowRightIcon",
1
+ import { defineComponent as o, createVNode as e } from "vue";
2
+ const t = /* @__PURE__ */ o({
3
+ name: "Right",
4
4
  render() {
5
- return o("svg", {
5
+ return e("svg", {
6
6
  width: "24",
7
7
  height: "24",
8
8
  viewBox: "0 0 24 24",
9
9
  fill: "none",
10
10
  xmlns: "http://www.w3.org/2000/svg"
11
- }, [o("path", {
11
+ }, [e("path", {
12
12
  d: "M19.0002 12L4.00024 12",
13
13
  stroke: "currentColor",
14
14
  "stroke-width": "1.5",
15
15
  "stroke-linecap": "round",
16
16
  "stroke-linejoin": "round"
17
- }, null), o("path", {
17
+ }, null), e("path", {
18
18
  d: "M15 7L19.2929 11.2929C19.6262 11.6262 19.7929 11.7929 19.7929 12C19.7929 12.2071 19.6262 12.3738 19.2929 12.7071L15 17",
19
19
  stroke: "currentColor",
20
20
  "stroke-width": "1.5",
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,46 @@
1
+ import { defineComponent as e, createVNode as r } from "vue";
2
+ const o = /* @__PURE__ */ e({
3
+ name: "SwitchUser",
4
+ render() {
5
+ return r("svg", {
6
+ width: "16",
7
+ height: "16",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [r("g", {
12
+ "clip-path": "url(#clip0_11920_39250)"
13
+ }, [r("path", {
14
+ d: "M2.52578 6.02473C2.05419 6.28 0.817707 6.80125 1.57081 7.45351C1.93869 7.77213 2.34842 8 2.86354 8H5.80296C6.31809 8 6.72782 7.77213 7.0957 7.45351C7.8488 6.80125 6.61232 6.28 6.14073 6.02472C5.03486 5.42611 3.63165 5.42611 2.52578 6.02473Z",
15
+ stroke: "currentColor"
16
+ }, null), r("path", {
17
+ d: "M5.83325 2.84849C5.83325 3.68528 5.16168 4.36364 4.33325 4.36364C3.50483 4.36364 2.83325 3.68528 2.83325 2.84849C2.83325 2.01169 3.50483 1.33334 4.33325 1.33334C5.16168 1.33334 5.83325 2.01169 5.83325 2.84849Z",
18
+ stroke: "currentColor"
19
+ }, null), r("path", {
20
+ d: "M2.6665 10C2.6665 12.2114 4.45508 14 6.6665 14L6.09508 12.8572",
21
+ stroke: "currentColor",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round"
24
+ }, null), r("path", {
25
+ d: "M13.3333 6.00001C13.3333 3.78858 11.5447 2.00001 9.33325 2.00001L9.90468 3.14287",
26
+ stroke: "currentColor",
27
+ "stroke-linecap": "round",
28
+ "stroke-linejoin": "round"
29
+ }, null), r("path", {
30
+ d: "M9.85903 12.6914C9.38744 12.9467 8.15096 13.4679 8.90406 14.1202C9.27194 14.4388 9.68167 14.6667 10.1968 14.6667H13.1362C13.6513 14.6667 14.0611 14.4388 14.429 14.1202C15.182 13.4679 13.9456 12.9467 13.474 12.6914C12.3681 12.0928 10.9649 12.0928 9.85903 12.6914Z",
31
+ stroke: "currentColor"
32
+ }, null), r("path", {
33
+ d: "M13.1665 9.51516C13.1665 10.352 12.4949 11.0303 11.6665 11.0303C10.8381 11.0303 10.1665 10.352 10.1665 9.51516C10.1665 8.67836 10.8381 8.00001 11.6665 8.00001C12.4949 8.00001 13.1665 8.67836 13.1665 9.51516Z",
34
+ stroke: "currentColor"
35
+ }, null)]), r("defs", null, [r("clipPath", {
36
+ id: "clip0_11920_39250"
37
+ }, [r("rect", {
38
+ width: "16",
39
+ height: "16",
40
+ fill: "white"
41
+ }, null)])])]);
42
+ }
43
+ });
44
+ export {
45
+ o as default
46
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { defineComponent as t, createVNode as e } from "vue";
2
+ const r = /* @__PURE__ */ t({
3
+ name: "theme-dark",
4
+ render() {
5
+ return e("svg", {
6
+ width: "20",
7
+ height: "20",
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [e("path", {
12
+ d: "M17.9173 11.7326C16.9176 12.2664 15.7758 12.5691 14.5633 12.5691C10.6249 12.5691 7.43225 9.37638 7.43225 5.43803C7.43225 4.22553 7.73486 3.08372 8.26868 2.08398C4.72369 2.9148 2.08398 6.09659 2.08398 9.89492C2.08398 14.3256 5.67574 17.9173 10.1064 17.9173C13.9047 17.9173 17.0865 15.2776 17.9173 11.7326Z",
13
+ stroke: "white",
14
+ "stroke-opacity": "0.7",
15
+ "stroke-width": "1.25",
16
+ "stroke-linecap": "round",
17
+ "stroke-linejoin": "round"
18
+ }, null)]);
19
+ }
20
+ });
21
+ export {
22
+ r as default
23
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { defineComponent as t, createVNode as e } from "vue";
2
+ const r = /* @__PURE__ */ t({
3
+ name: "theme-light",
4
+ render() {
5
+ return e("svg", {
6
+ width: "20",
7
+ height: "20",
8
+ viewBox: "0 0 20 20",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [e("path", {
12
+ d: "M14.1661 9.99919C14.1661 12.3004 12.3006 14.1659 9.99943 14.1659C7.69824 14.1659 5.83276 12.3004 5.83276 9.99919C5.83276 7.698 7.69824 5.83252 9.99943 5.83252C12.3006 5.83252 14.1661 7.698 14.1661 9.99919Z",
13
+ stroke: "currentColor",
14
+ "stroke-width": "1.25"
15
+ }, null), e("path", {
16
+ d: "M9.99984 1.66602V2.91602M9.99984 17.0827V18.3327M15.8922 15.8921L15.0083 15.0082M4.99089 4.9904L4.107 4.10651M18.3332 9.99935H17.0832M2.9165 9.99935H1.6665M15.8926 4.10661L15.0087 4.99049M4.99129 15.0083L4.10741 15.8922",
17
+ stroke: "currentColor",
18
+ "stroke-width": "1.25",
19
+ "stroke-linecap": "round"
20
+ }, null)]);
21
+ }
22
+ });
23
+ export {
24
+ r as default
25
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { defineComponent as C, createVNode as e } from "vue";
2
+ const r = /* @__PURE__ */ C({
3
+ name: "UserCenter",
4
+ render() {
5
+ return e("svg", {
6
+ width: "16",
7
+ height: "16",
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [e("path", {
12
+ "fill-rule": "evenodd",
13
+ "clip-rule": "evenodd",
14
+ d: "M7.99992 0.833496C6.25102 0.833496 4.83325 2.25126 4.83325 4.00016C4.83325 5.74906 6.25102 7.16683 7.99992 7.16683C9.74882 7.16683 11.1666 5.74906 11.1666 4.00016C11.1666 2.25126 9.74882 0.833496 7.99992 0.833496ZM5.83325 4.00016C5.83325 2.80355 6.8033 1.8335 7.99992 1.8335C9.19654 1.8335 10.1666 2.80355 10.1666 4.00016C10.1666 5.19678 9.19654 6.16683 7.99992 6.16683C6.8033 6.16683 5.83325 5.19678 5.83325 4.00016Z",
15
+ fill: "currentColor"
16
+ }, null), e("path", {
17
+ "fill-rule": "evenodd",
18
+ "clip-rule": "evenodd",
19
+ d: "M7.99992 8.16683C6.64036 8.16683 5.38493 8.48066 4.45202 9.01376C3.53325 9.53877 2.83325 10.3403 2.83325 11.3335C2.83325 12.3267 3.53325 13.1282 4.45202 13.6532C5.38493 14.1863 6.64036 14.5002 7.99992 14.5002C9.35947 14.5002 10.6149 14.1863 11.5478 13.6532C12.4666 13.1282 13.1666 12.3267 13.1666 11.3335C13.1666 10.3403 12.4666 9.53877 11.5478 9.01376C10.6149 8.48066 9.35947 8.16683 7.99992 8.16683ZM3.83325 11.3335C3.83325 10.854 4.17792 10.3221 4.94816 9.882C5.70425 9.44995 6.78215 9.16683 7.99992 9.16683C9.21769 9.16683 10.2956 9.44995 11.0517 9.882C11.8219 10.3221 12.1666 10.854 12.1666 11.3335C12.1666 11.813 11.8219 12.3449 11.0517 12.785C10.2956 13.217 9.21769 13.5002 7.99992 13.5002C6.78215 13.5002 5.70425 13.217 4.94816 12.785C4.17792 12.3449 3.83325 11.813 3.83325 11.3335Z",
20
+ fill: "currentColor"
21
+ }, null)]);
22
+ }
23
+ });
24
+ export {
25
+ r as default
26
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { defineComponent as l, createVNode as e } from "vue";
2
+ const i = /* @__PURE__ */ l({
3
+ name: "UserDark",
4
+ render() {
5
+ return e("svg", {
6
+ width: "32",
7
+ height: "32",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [e("rect", {
12
+ width: "32",
13
+ height: "32",
14
+ rx: "16",
15
+ fill: "#4C4C4F"
16
+ }, null), e("path", {
17
+ d: "M16 16C18.2091 16 20 14.2091 20 12C20 9.79086 18.2091 8 16 8C13.7909 8 12 9.79086 12 12C12 14.2091 13.7909 16 16 16Z",
18
+ fill: "white",
19
+ "fill-opacity": "0.7"
20
+ }, null), e("path", {
21
+ d: "M16 17.3325C12.6878 17.3362 10.0037 20.0203 10 23.3325C10 23.7007 10.2985 23.9992 10.6667 23.9992H21.3333C21.7015 23.9992 22 23.7007 22 23.3325C21.9963 20.0203 19.3122 17.3362 16 17.3325Z",
22
+ fill: "white",
23
+ "fill-opacity": "0.7"
24
+ }, null)]);
25
+ }
26
+ });
27
+ export {
28
+ i as default
29
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { defineComponent as t, createVNode as e } from "vue";
2
+ const n = /* @__PURE__ */ t({
3
+ name: "UserLight",
4
+ render() {
5
+ return e("svg", {
6
+ width: "32",
7
+ height: "32",
8
+ viewBox: "0 0 32 32",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, [e("rect", {
12
+ width: "32",
13
+ height: "32",
14
+ rx: "16",
15
+ fill: "#CAD3E2"
16
+ }, null), e("path", {
17
+ d: "M16 16C18.2091 16 20 14.2091 20 12C20 9.79086 18.2091 8 16 8C13.7909 8 12 9.79086 12 12C12 14.2091 13.7909 16 16 16Z",
18
+ fill: "#56647A"
19
+ }, null), e("path", {
20
+ d: "M16 17.3325C12.6878 17.3362 10.0037 20.0203 10 23.3325C10 23.7007 10.2985 23.9992 10.6667 23.9992H21.3333C21.7015 23.9992 22 23.7007 22 23.3325C21.9963 20.0203 19.3122 17.3362 16 17.3325Z",
21
+ fill: "#56647A"
22
+ }, null)]);
23
+ }
24
+ });
25
+ export {
26
+ n as default
27
+ };
@@ -1,2 +1,2 @@
1
1
  declare function useNaiveConfigProvideContext(): any;
2
- export default useNaiveConfigProvideContext;
2
+ export { useNaiveConfigProvideContext };
@@ -0,0 +1,8 @@
1
+ import { inject as o } from "vue";
2
+ import { naiveConfigProviderInjectionKey as i } from "../_constant/base.mjs";
3
+ function t() {
4
+ return o(i);
5
+ }
6
+ export {
7
+ t as useNaiveConfigProvideContext
8
+ };
@@ -1,7 +1,7 @@
1
1
  if (typeof window < "u") {
2
2
  let l = function() {
3
3
  var a = document.body, o = document.getElementById("__BASE6_UI_SVG_ICON_LOCAL__");
4
- 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-dark"><path d="M17.917 11.733a7.131 7.131 0 0 1-9.649-9.649 8.022 8.022 0 1 0 9.649 9.649Z" stroke="currentColor" stroke-opacity=".7" stroke-width="1.25" 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 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>', a.insertBefore(o, a.lastChild);
4
+ 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 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 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-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>', a.insertBefore(o, a.lastChild);
5
5
  };
6
6
  document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", l) : l();
7
7
  }
File without changes
@@ -0,0 +1 @@
1
+ export * from './switch-tenant-dialog';
@@ -0,0 +1 @@
1
+ export { default as JoinTenantDialog } from './src/index';
@@ -0,0 +1,46 @@
1
+ import { FormInst } from 'naive-ui';
2
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
3
+ visible: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ loading: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ 'onUpdate:visible': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
12
+ onUpdateVisible: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
13
+ onJoinTenant: import('vue').PropType<(value: string) => void>;
14
+ }>, {
15
+ nFormInst: import('vue').Ref<FormInst | undefined, FormInst | undefined>;
16
+ formData: {
17
+ code: string;
18
+ };
19
+ formRules: {
20
+ code: {
21
+ required: boolean;
22
+ message: string;
23
+ trigger: string[];
24
+ };
25
+ };
26
+ doUpdateVisible: (visible: boolean) => void;
27
+ handleConfirm: () => void;
28
+ handleCancel: () => void;
29
+ t: import('../../../../../_mixins/use-locale').Translator;
30
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
31
+ visible: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ loading: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ 'onUpdate:visible': import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
40
+ onUpdateVisible: import('vue').PropType<import('naive-ui/es/_utils').MaybeArray<(value: boolean) => void>>;
41
+ onJoinTenant: import('vue').PropType<(value: string) => void>;
42
+ }>> & Readonly<{}>, {
43
+ loading: boolean;
44
+ visible: boolean;
45
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
46
+ export default _default;