mamba-layout 0.1.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 (169) hide show
  1. package/README.md +47 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  3. package/dist/assets/logo.png.js +4 -0
  4. package/dist/components/UserAvatar/index.d.ts +2 -0
  5. package/dist/components/UserAvatar/index.js +5 -0
  6. package/dist/components/UserAvatar/src/UserAvatar.css +1 -0
  7. package/dist/components/UserAvatar/src/UserAvatar.vue.d.ts +9 -0
  8. package/dist/components/UserAvatar/src/UserAvatar.vue.js +7 -0
  9. package/dist/components/UserAvatar/src/UserAvatar.vue2.js +61 -0
  10. package/dist/components/index.d.ts +2 -0
  11. package/dist/components/index.js +51 -0
  12. package/dist/index.d.ts +13 -0
  13. package/dist/index.js +80 -0
  14. package/dist/layout/BaseLayout.css +1 -0
  15. package/dist/layout/BaseLayout.vue.d.ts +23 -0
  16. package/dist/layout/BaseLayout.vue.js +7 -0
  17. package/dist/layout/BaseLayout.vue2.js +75 -0
  18. package/dist/layout/components/AppSelect.css +1 -0
  19. package/dist/layout/components/AppSelect.vue.d.ts +2 -0
  20. package/dist/layout/components/AppSelect.vue.js +7 -0
  21. package/dist/layout/components/AppSelect.vue2.js +69 -0
  22. package/dist/layout/components/AsideBar.css +1 -0
  23. package/dist/layout/components/AsideBar.vue.d.ts +21 -0
  24. package/dist/layout/components/AsideBar.vue.js +7 -0
  25. package/dist/layout/components/AsideBar.vue2.js +49 -0
  26. package/dist/layout/components/AsideSubMenuItem.vue.d.ts +25 -0
  27. package/dist/layout/components/AsideSubMenuItem.vue.js +84 -0
  28. package/dist/layout/components/AsideSubMenuItem.vue2.js +4 -0
  29. package/dist/layout/components/AsideSubMenus.vue.d.ts +16 -0
  30. package/dist/layout/components/AsideSubMenus.vue.js +36 -0
  31. package/dist/layout/components/AsideSubMenus.vue2.js +4 -0
  32. package/dist/layout/components/AsideTabMenus.vue.d.ts +2 -0
  33. package/dist/layout/components/AsideTabMenus.vue.js +41 -0
  34. package/dist/layout/components/AsideTabMenus.vue2.js +4 -0
  35. package/dist/layout/components/AsideUser.vue.d.ts +2 -0
  36. package/dist/layout/components/AsideUser.vue.js +58 -0
  37. package/dist/layout/components/AsideUser.vue2.js +4 -0
  38. package/dist/layout/components/HeaderBar.css +1 -0
  39. package/dist/layout/components/HeaderBar.vue.d.ts +17 -0
  40. package/dist/layout/components/HeaderBar.vue.js +7 -0
  41. package/dist/layout/components/HeaderBar.vue2.js +55 -0
  42. package/dist/layout/components/HeaderMenuToggle.vue.d.ts +25 -0
  43. package/dist/layout/components/HeaderMenuToggle.vue.js +40 -0
  44. package/dist/layout/components/HeaderMenuToggle.vue2.js +4 -0
  45. package/dist/layout/components/LanguageSelect.css +1 -0
  46. package/dist/layout/components/LanguageSelect.vue.d.ts +22 -0
  47. package/dist/layout/components/LanguageSelect.vue.js +8 -0
  48. package/dist/layout/components/LanguageSelect.vue2.js +101 -0
  49. package/dist/layout/components/LanguageSelect2.css +1 -0
  50. package/dist/layout/components/LayoutBreadcrumb.css +1 -0
  51. package/dist/layout/components/LayoutBreadcrumb.vue.d.ts +29 -0
  52. package/dist/layout/components/LayoutBreadcrumb.vue.js +7 -0
  53. package/dist/layout/components/LayoutBreadcrumb.vue2.js +189 -0
  54. package/dist/layout/components/MenuDrawer.css +1 -0
  55. package/dist/layout/components/MenuDrawer.vue.d.ts +12 -0
  56. package/dist/layout/components/MenuDrawer.vue.js +163 -0
  57. package/dist/layout/components/MenuDrawer.vue3.js +5 -0
  58. package/dist/layout/components/MenuItemIcon.css +1 -0
  59. package/dist/layout/components/MenuItemIcon.vue.d.ts +7 -0
  60. package/dist/layout/components/MenuItemIcon.vue.js +7 -0
  61. package/dist/layout/components/MenuItemIcon.vue2.js +23 -0
  62. package/dist/layout/components/NavIconBtn.css +1 -0
  63. package/dist/layout/components/NavIconBtn.vue.d.ts +26 -0
  64. package/dist/layout/components/NavIconBtn.vue.js +7 -0
  65. package/dist/layout/components/NavIconBtn.vue2.js +23 -0
  66. package/dist/layout/components/SHeaderRight.css +1 -0
  67. package/dist/layout/components/SHeaderRight.vue.d.ts +2 -0
  68. package/dist/layout/components/SHeaderRight.vue.js +7 -0
  69. package/dist/layout/components/SHeaderRight.vue2.js +80 -0
  70. package/dist/layout/components/ThemeToggle.css +1 -0
  71. package/dist/layout/components/ThemeToggle.vue.d.ts +2 -0
  72. package/dist/layout/components/ThemeToggle.vue.js +7 -0
  73. package/dist/layout/components/ThemeToggle.vue2.js +30 -0
  74. package/dist/layout/components/TimezoneSelect.css +1 -0
  75. package/dist/layout/components/TimezoneSelect.vue.d.ts +7 -0
  76. package/dist/layout/components/TimezoneSelect.vue.js +8 -0
  77. package/dist/layout/components/TimezoneSelect.vue2.js +78 -0
  78. package/dist/layout/components/TimezoneSelect2.css +1 -0
  79. package/dist/layout/components/UserInfo.css +1 -0
  80. package/dist/layout/components/UserInfo.vue.d.ts +2 -0
  81. package/dist/layout/components/UserInfo.vue.js +8 -0
  82. package/dist/layout/components/UserInfo.vue2.js +111 -0
  83. package/dist/layout/components/UserInfo2.css +1 -0
  84. package/dist/layout/components/index.d.ts +23 -0
  85. package/dist/layout/components/index.js +49 -0
  86. package/dist/layout/components/mobile/AppSelectMobile.vue.d.ts +2 -0
  87. package/dist/layout/components/mobile/AppSelectMobile.vue.js +60 -0
  88. package/dist/layout/components/mobile/AppSelectMobile.vue2.js +4 -0
  89. package/dist/layout/components/mobile/AsideBarMobile.css +1 -0
  90. package/dist/layout/components/mobile/AsideBarMobile.vue.d.ts +21 -0
  91. package/dist/layout/components/mobile/AsideBarMobile.vue.js +7 -0
  92. package/dist/layout/components/mobile/AsideBarMobile.vue2.js +47 -0
  93. package/dist/layout/components/mobile/AsideUserMobile.css +1 -0
  94. package/dist/layout/components/mobile/AsideUserMobile.vue.d.ts +2 -0
  95. package/dist/layout/components/mobile/AsideUserMobile.vue.js +7 -0
  96. package/dist/layout/components/mobile/AsideUserMobile.vue2.js +56 -0
  97. package/dist/layout/components/mobile/AsideUserMobilePopover.css +1 -0
  98. package/dist/layout/components/mobile/AsideUserMobilePopover.vue.d.ts +17 -0
  99. package/dist/layout/components/mobile/AsideUserMobilePopover.vue.js +7 -0
  100. package/dist/layout/components/mobile/AsideUserMobilePopover.vue2.js +52 -0
  101. package/dist/layout/components/mobile/HeaderRightMobile.css +1 -0
  102. package/dist/layout/components/mobile/HeaderRightMobile.vue.d.ts +2 -0
  103. package/dist/layout/components/mobile/HeaderRightMobile.vue.js +7 -0
  104. package/dist/layout/components/mobile/HeaderRightMobile.vue2.js +50 -0
  105. package/dist/layout/components/mobile/MobileMenuToggle.css +1 -0
  106. package/dist/layout/components/mobile/MobileMenuToggle.vue.d.ts +2 -0
  107. package/dist/layout/components/mobile/MobileMenuToggle.vue.js +7 -0
  108. package/dist/layout/components/mobile/MobileMenuToggle.vue2.js +31 -0
  109. package/dist/layout/hooks/index.d.ts +4 -0
  110. package/dist/layout/hooks/index.js +17 -0
  111. package/dist/layout/hooks/useApp.d.ts +6 -0
  112. package/dist/layout/hooks/useApp.js +20 -0
  113. package/dist/layout/hooks/useSetting.d.ts +62 -0
  114. package/dist/layout/hooks/useSetting.js +24 -0
  115. package/dist/layout/hooks/useState.d.ts +763 -0
  116. package/dist/layout/hooks/useState.js +99 -0
  117. package/dist/layout/hooks/useTheme.d.ts +15 -0
  118. package/dist/layout/hooks/useTheme.js +44 -0
  119. package/dist/layout/utils/index.d.ts +7 -0
  120. package/dist/layout/utils/index.js +59 -0
  121. package/dist/layout.css +1 -0
  122. package/dist/layout.es.js +53770 -0
  123. package/dist/layout.global.js +78 -0
  124. package/dist/locales/en/account.d.ts +10 -0
  125. package/dist/locales/en/account.js +12 -0
  126. package/dist/locales/en/admin.d.ts +207 -0
  127. package/dist/locales/en/admin.js +209 -0
  128. package/dist/locales/en/common.d.ts +40 -0
  129. package/dist/locales/en/common.js +42 -0
  130. package/dist/locales/en/components.d.ts +37 -0
  131. package/dist/locales/en/components.js +39 -0
  132. package/dist/locales/en/constant.d.ts +151 -0
  133. package/dist/locales/en/constant.js +153 -0
  134. package/dist/locales/en/filterBox.d.ts +11 -0
  135. package/dist/locales/en/filterBox.js +13 -0
  136. package/dist/locales/en/index.d.ts +487 -0
  137. package/dist/locales/en/index.js +22 -0
  138. package/dist/locales/en/instanceForm.d.ts +17 -0
  139. package/dist/locales/en/instanceForm.js +19 -0
  140. package/dist/locales/en/password.d.ts +18 -0
  141. package/dist/locales/en/password.js +20 -0
  142. package/dist/locales/index.d.ts +973 -0
  143. package/dist/locales/index.js +12 -0
  144. package/dist/locales/messages.d.ts +973 -0
  145. package/dist/locales/messages.js +9 -0
  146. package/dist/locales/zh-cn/account.d.ts +10 -0
  147. package/dist/locales/zh-cn/account.js +12 -0
  148. package/dist/locales/zh-cn/admin.d.ts +205 -0
  149. package/dist/locales/zh-cn/admin.js +207 -0
  150. package/dist/locales/zh-cn/common.d.ts +40 -0
  151. package/dist/locales/zh-cn/common.js +42 -0
  152. package/dist/locales/zh-cn/components.d.ts +37 -0
  153. package/dist/locales/zh-cn/components.js +39 -0
  154. package/dist/locales/zh-cn/constant.d.ts +151 -0
  155. package/dist/locales/zh-cn/constant.js +153 -0
  156. package/dist/locales/zh-cn/filterBox.d.ts +11 -0
  157. package/dist/locales/zh-cn/filterBox.js +13 -0
  158. package/dist/locales/zh-cn/index.d.ts +485 -0
  159. package/dist/locales/zh-cn/index.js +22 -0
  160. package/dist/locales/zh-cn/instanceForm.d.ts +17 -0
  161. package/dist/locales/zh-cn/instanceForm.js +19 -0
  162. package/dist/locales/zh-cn/password.d.ts +18 -0
  163. package/dist/locales/zh-cn/password.js +20 -0
  164. package/dist/standalone.d.ts +0 -0
  165. package/dist/utils/createContext.d.ts +8 -0
  166. package/dist/utils/createContext.js +14 -0
  167. package/dist/utils/repoUtils.d.ts +59 -0
  168. package/dist/utils/repoUtils.js +160 -0
  169. package/package.json +110 -0
@@ -0,0 +1,151 @@
1
+ declare const _default: {
2
+ label: {
3
+ languageModel: string;
4
+ };
5
+ dialogueSource: {
6
+ 1: string;
7
+ 2: string;
8
+ 3: string;
9
+ 4: string;
10
+ 5: string;
11
+ };
12
+ versionStatus: {
13
+ 0: string;
14
+ 1: string;
15
+ 2: string;
16
+ 3: string;
17
+ 4: string;
18
+ 5: string;
19
+ 6: string;
20
+ 7: string;
21
+ 8: string;
22
+ };
23
+ releaseAuditStatus: {
24
+ 0: string;
25
+ 1: string;
26
+ 2: string;
27
+ 3: string;
28
+ };
29
+ shelfStatus: {
30
+ 0: string;
31
+ 1: string;
32
+ 2: string;
33
+ 3: string;
34
+ };
35
+ isFree: {
36
+ 0: string;
37
+ 1: string;
38
+ };
39
+ modelType: {
40
+ 1: string;
41
+ 2: string;
42
+ 3: string;
43
+ 4: string;
44
+ 5: string;
45
+ 6: string;
46
+ };
47
+ modelSubType: {
48
+ 1: string;
49
+ 2: string;
50
+ 3: string;
51
+ 4: string;
52
+ 5: string;
53
+ };
54
+ appShareType: {
55
+ 1: string;
56
+ 2: string;
57
+ };
58
+ labelType: {
59
+ 1: string;
60
+ 2: string;
61
+ 3: string;
62
+ };
63
+ applicationType: {
64
+ 1: string;
65
+ 2: string;
66
+ };
67
+ applicationAuditStatus: {
68
+ 1: string;
69
+ 2: string;
70
+ 3: string;
71
+ };
72
+ trueOrFalse: {
73
+ true: string;
74
+ false: string;
75
+ };
76
+ templateType: {
77
+ 1: string;
78
+ 2: string;
79
+ };
80
+ useable: {
81
+ 1: string;
82
+ 2: string;
83
+ };
84
+ enable: {
85
+ 1: string;
86
+ 2: string;
87
+ };
88
+ tenantStatus: {
89
+ 1: string;
90
+ 2: string;
91
+ 3: string;
92
+ 4: string;
93
+ 5: string;
94
+ };
95
+ modelAuditStatus: {
96
+ 0: string;
97
+ 1: string;
98
+ 2: string;
99
+ 3: string;
100
+ 4: string;
101
+ 5: string;
102
+ 6: string;
103
+ 7: string;
104
+ 8: string;
105
+ };
106
+ modelStatus: {
107
+ 0: string;
108
+ 1: string;
109
+ 2: string;
110
+ 3: string;
111
+ };
112
+ userType: {
113
+ 0: string;
114
+ 1: string;
115
+ 2: string;
116
+ };
117
+ isActivity: {
118
+ 0: string;
119
+ 1: string;
120
+ };
121
+ isLimit: {
122
+ 1: string;
123
+ 0: string;
124
+ };
125
+ versionType: {
126
+ 1: string;
127
+ 2: string;
128
+ 3: string;
129
+ };
130
+ appTemplateType: {
131
+ 1: string;
132
+ 7: string;
133
+ };
134
+ auditStatus: {
135
+ 0: string;
136
+ 1: string;
137
+ 2: string;
138
+ 3: string;
139
+ };
140
+ onlineStatus: {
141
+ 0: string;
142
+ 1: string;
143
+ 2: string;
144
+ 3: string;
145
+ };
146
+ currency: {
147
+ CNY: string;
148
+ USD: string;
149
+ };
150
+ };
151
+ export default _default;
@@ -0,0 +1,153 @@
1
+ const e = {
2
+ label: {
3
+ languageModel: "Language Model"
4
+ },
5
+ dialogueSource: {
6
+ 1: "Online Chat",
7
+ 2: "Debug",
8
+ 3: "Application API Call",
9
+ 4: "Vector Generation",
10
+ 5: "Model API Call"
11
+ },
12
+ versionStatus: {
13
+ 0: "Pending Review",
14
+ 1: "Approved",
15
+ 2: "Rejected",
16
+ 3: "Draft",
17
+ 4: "Scheduled for Release",
18
+ 5: "Published",
19
+ 6: "Delisted",
20
+ 7: "Review Timeout",
21
+ 8: "Scheduled for Delisting"
22
+ },
23
+ releaseAuditStatus: {
24
+ 0: "Pending Review",
25
+ 1: "Approved",
26
+ 2: "Rejected",
27
+ 3: "Draft"
28
+ },
29
+ shelfStatus: {
30
+ 0: "Unpublished",
31
+ 1: "Published",
32
+ 2: "Delisted",
33
+ 3: "Scheduled for Delisting"
34
+ },
35
+ isFree: {
36
+ 0: "Free",
37
+ 1: "Paid"
38
+ },
39
+ modelType: {
40
+ 1: "Conversation Model",
41
+ 2: "Image Model",
42
+ 3: "Speech Model",
43
+ 4: "Video Model",
44
+ 5: "Embedding Model",
45
+ 6: "Reranking Model"
46
+ },
47
+ modelSubType: {
48
+ 1: "LLM",
49
+ 2: "VLM",
50
+ 3: "Text-to-Image",
51
+ 4: "Image-to-Image",
52
+ 5: "Image Editing"
53
+ },
54
+ appShareType: {
55
+ 1: "Store",
56
+ 2: "API Access"
57
+ },
58
+ labelType: {
59
+ 1: "Popular",
60
+ 2: "Recommended",
61
+ 3: "Latest"
62
+ },
63
+ applicationType: {
64
+ 1: "Free",
65
+ 2: "Paid"
66
+ },
67
+ applicationAuditStatus: {
68
+ 1: "Published",
69
+ 2: "Pending Review",
70
+ 3: "Publication Failed"
71
+ },
72
+ trueOrFalse: {
73
+ true: "Yes",
74
+ false: "No"
75
+ },
76
+ templateType: {
77
+ 1: "System Built-in",
78
+ 2: "Custom"
79
+ },
80
+ useable: {
81
+ 1: "Available",
82
+ 2: "Unavailable"
83
+ },
84
+ enable: {
85
+ 1: "Enabled",
86
+ 2: "Disabled"
87
+ },
88
+ tenantStatus: {
89
+ 1: "Approved",
90
+ 2: "Pending Review",
91
+ 3: "Rejected",
92
+ 4: "Review Passed",
93
+ 5: "Registering"
94
+ },
95
+ modelAuditStatus: {
96
+ 0: "Pending Review",
97
+ 1: "Approved",
98
+ 2: "Rejected",
99
+ 3: "Draft",
100
+ 4: "Scheduled for Release",
101
+ 5: "Published",
102
+ 6: "Delisted",
103
+ 7: "Timeout",
104
+ 8: "Scheduled for Delisting"
105
+ },
106
+ modelStatus: {
107
+ 0: "Delisted",
108
+ 1: "Published",
109
+ 2: "Scheduled for Delisting",
110
+ 3: "Scheduled for Release"
111
+ },
112
+ userType: {
113
+ 0: "Administrator",
114
+ 1: "Creator",
115
+ 2: "User"
116
+ },
117
+ isActivity: {
118
+ 0: "Disabled",
119
+ 1: "Enabled"
120
+ },
121
+ isLimit: {
122
+ 1: "Time-Limited Mode",
123
+ 0: "Quota Mode"
124
+ },
125
+ versionType: {
126
+ 1: "Minor Adjustment",
127
+ 2: "Content Optimization",
128
+ 3: "Major Update"
129
+ },
130
+ appTemplateType: {
131
+ 1: "Conversational",
132
+ 7: "Drawing"
133
+ },
134
+ auditStatus: {
135
+ 0: "Pending Review",
136
+ 1: "Approved",
137
+ 2: "Rejected",
138
+ 3: "Draft"
139
+ },
140
+ onlineStatus: {
141
+ 0: "Delisted",
142
+ 1: "Published",
143
+ 2: "Scheduled for Delisting",
144
+ 3: "Scheduled for Release"
145
+ },
146
+ currency: {
147
+ CNY: "Chinese Yuan",
148
+ USD: "US Dollar"
149
+ }
150
+ };
151
+ export {
152
+ e as default
153
+ };
@@ -0,0 +1,11 @@
1
+ declare const _default: {
2
+ label: {};
3
+ btn: {
4
+ search: string;
5
+ reset: string;
6
+ collapse: string;
7
+ expand: string;
8
+ };
9
+ msg: {};
10
+ };
11
+ export default _default;
@@ -0,0 +1,13 @@
1
+ const e = {
2
+ label: {},
3
+ btn: {
4
+ search: "Search",
5
+ reset: "Reset",
6
+ collapse: "Collapse",
7
+ expand: "Expand"
8
+ },
9
+ msg: {}
10
+ };
11
+ export {
12
+ e as default
13
+ };