@quan-erp/base-frontend 1.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 (324) hide show
  1. package/LICENSE.md +49 -0
  2. package/README.md +80 -0
  3. package/dist-export/api/ai-assistant/ai-assistant.api.d.ts +14 -0
  4. package/dist-export/api/ai-assistant/ai-assistant.api.d.ts.map +1 -0
  5. package/dist-export/api/ai-assistant/ai-assistant.api.js +93 -0
  6. package/dist-export/api/ai-assistant/ai-assistant.dto.d.ts +54 -0
  7. package/dist-export/api/ai-assistant/ai-assistant.dto.d.ts.map +1 -0
  8. package/dist-export/api/ai-assistant/ai-assistant.dto.js +4 -0
  9. package/dist-export/api/ai-assistant/ai-assistant.export.d.ts +7 -0
  10. package/dist-export/api/ai-assistant/ai-assistant.export.d.ts.map +1 -0
  11. package/dist-export/api/ai-assistant/ai-assistant.export.js +7 -0
  12. package/dist-export/api/ai-model/ai-model.api.d.ts +37 -0
  13. package/dist-export/api/ai-model/ai-model.api.d.ts.map +1 -0
  14. package/dist-export/api/ai-model/ai-model.api.js +80 -0
  15. package/dist-export/api/ai-tool/ai-tool.dto.d.ts +26 -0
  16. package/dist-export/api/ai-tool/ai-tool.dto.d.ts.map +1 -0
  17. package/dist-export/api/ai-tool/ai-tool.dto.js +1 -0
  18. package/dist-export/api/branch/branch.export.d.ts +11 -0
  19. package/dist-export/api/branch/branch.export.d.ts.map +1 -0
  20. package/dist-export/api/branch/branch.export.js +12 -0
  21. package/dist-export/api/branch/branch.type.d.ts +46 -0
  22. package/dist-export/api/branch/branch.type.d.ts.map +1 -0
  23. package/dist-export/api/branch/branch.type.js +44 -0
  24. package/dist-export/api/change-log/change-log.dto.d.ts +41 -0
  25. package/dist-export/api/change-log/change-log.dto.d.ts.map +1 -0
  26. package/dist-export/api/change-log/change-log.dto.js +1 -0
  27. package/dist-export/api/change-log/change-log.export.d.ts +39 -0
  28. package/dist-export/api/change-log/change-log.export.d.ts.map +1 -0
  29. package/dist-export/api/change-log/change-log.export.js +18 -0
  30. package/dist-export/api/currency/currency.export.d.ts +17 -0
  31. package/dist-export/api/currency/currency.export.d.ts.map +1 -0
  32. package/dist-export/api/currency/currency.export.js +12 -0
  33. package/dist-export/api/currency/currency.type.d.ts +21 -0
  34. package/dist-export/api/currency/currency.type.d.ts.map +1 -0
  35. package/dist-export/api/currency/currency.type.js +1 -0
  36. package/dist-export/api/currency-exchange/currency-exchange.export.d.ts +11 -0
  37. package/dist-export/api/currency-exchange/currency-exchange.export.d.ts.map +1 -0
  38. package/dist-export/api/currency-exchange/currency-exchange.export.js +12 -0
  39. package/dist-export/api/currency-exchange/currency-exchange.type.d.ts +33 -0
  40. package/dist-export/api/currency-exchange/currency-exchange.type.d.ts.map +1 -0
  41. package/dist-export/api/currency-exchange/currency-exchange.type.js +1 -0
  42. package/dist-export/api/file/file.export.d.ts +14 -0
  43. package/dist-export/api/file/file.export.d.ts.map +1 -0
  44. package/dist-export/api/file/file.export.js +12 -0
  45. package/dist-export/api/file/file.type.d.ts +39 -0
  46. package/dist-export/api/file/file.type.d.ts.map +1 -0
  47. package/dist-export/api/file/file.type.js +10 -0
  48. package/dist-export/api/firebase/firebase.d.ts +4 -0
  49. package/dist-export/api/firebase/firebase.d.ts.map +1 -0
  50. package/dist-export/api/firebase/firebase.dto.d.ts +7 -0
  51. package/dist-export/api/firebase/firebase.dto.d.ts.map +1 -0
  52. package/dist-export/api/firebase/firebase.dto.js +1 -0
  53. package/dist-export/api/firebase/firebase.export.d.ts +2 -0
  54. package/dist-export/api/firebase/firebase.export.d.ts.map +1 -0
  55. package/dist-export/api/firebase/firebase.export.js +1 -0
  56. package/dist-export/api/firebase/firebase.js +35 -0
  57. package/dist-export/api/location/location.dto.d.ts +28 -0
  58. package/dist-export/api/location/location.dto.d.ts.map +1 -0
  59. package/dist-export/api/location/location.dto.js +27 -0
  60. package/dist-export/api/location/location.export.d.ts +26 -0
  61. package/dist-export/api/location/location.export.d.ts.map +1 -0
  62. package/dist-export/api/location/location.export.js +16 -0
  63. package/dist-export/api/notification/notification.api.d.ts +9 -0
  64. package/dist-export/api/notification/notification.api.d.ts.map +1 -0
  65. package/dist-export/api/notification/notification.api.js +45 -0
  66. package/dist-export/api/notification/notification.export.d.ts +6 -0
  67. package/dist-export/api/notification/notification.export.d.ts.map +1 -0
  68. package/dist-export/api/notification/notification.export.js +13 -0
  69. package/dist-export/api/notification/notification.store.d.ts +8 -0
  70. package/dist-export/api/notification/notification.store.d.ts.map +1 -0
  71. package/dist-export/api/notification/notification.store.js +46 -0
  72. package/dist-export/api/notification/notification.type.d.ts +48 -0
  73. package/dist-export/api/notification/notification.type.d.ts.map +1 -0
  74. package/dist-export/api/notification/notification.type.js +1 -0
  75. package/dist-export/api/partner/partner.export.d.ts +15 -0
  76. package/dist-export/api/partner/partner.export.d.ts.map +1 -0
  77. package/dist-export/api/partner/partner.export.js +12 -0
  78. package/dist-export/api/partner/partner.type.d.ts +41 -0
  79. package/dist-export/api/partner/partner.type.d.ts.map +1 -0
  80. package/dist-export/api/partner/partner.type.js +1 -0
  81. package/dist-export/api/partner-shipping-address/partner-shipping-adderss.export.d.ts +18 -0
  82. package/dist-export/api/partner-shipping-address/partner-shipping-adderss.export.d.ts.map +1 -0
  83. package/dist-export/api/partner-shipping-address/partner-shipping-adderss.export.js +13 -0
  84. package/dist-export/api/partner-shipping-address/partner-shipping-address.type.d.ts +38 -0
  85. package/dist-export/api/partner-shipping-address/partner-shipping-address.type.d.ts.map +1 -0
  86. package/dist-export/api/partner-shipping-address/partner-shipping-address.type.js +36 -0
  87. package/dist-export/api/permission/permission.export.d.ts +8 -0
  88. package/dist-export/api/permission/permission.export.d.ts.map +1 -0
  89. package/dist-export/api/permission/permission.export.js +10 -0
  90. package/dist-export/api/permission/permission.lib.d.ts +5 -0
  91. package/dist-export/api/permission/permission.lib.d.ts.map +1 -0
  92. package/dist-export/api/permission/permission.lib.js +24 -0
  93. package/dist-export/api/permission/permission.type.d.ts +32 -0
  94. package/dist-export/api/permission/permission.type.d.ts.map +1 -0
  95. package/dist-export/api/permission/permission.type.js +1 -0
  96. package/dist-export/api/role-permission/role-permission.api.d.ts +25 -0
  97. package/dist-export/api/role-permission/role-permission.api.d.ts.map +1 -0
  98. package/dist-export/api/role-permission/role-permission.api.js +71 -0
  99. package/dist-export/api/role-permission/role-permission.dto.d.ts +6 -0
  100. package/dist-export/api/role-permission/role-permission.dto.d.ts.map +1 -0
  101. package/dist-export/api/role-permission/role-permission.dto.js +1 -0
  102. package/dist-export/api/role-permission/role-permission.export.d.ts +11 -0
  103. package/dist-export/api/role-permission/role-permission.export.d.ts.map +1 -0
  104. package/dist-export/api/role-permission/role-permission.export.js +9 -0
  105. package/dist-export/api/setting/setting.api.d.ts +14 -0
  106. package/dist-export/api/setting/setting.api.d.ts.map +1 -0
  107. package/dist-export/api/setting/setting.api.js +70 -0
  108. package/dist-export/api/setting/setting.export.d.ts +36 -0
  109. package/dist-export/api/setting/setting.export.d.ts.map +1 -0
  110. package/dist-export/api/setting/setting.export.js +17 -0
  111. package/dist-export/api/setting/setting.store.d.ts +11 -0
  112. package/dist-export/api/setting/setting.store.d.ts.map +1 -0
  113. package/dist-export/api/setting/setting.store.js +36 -0
  114. package/dist-export/api/setting/setting.type.d.ts +44 -0
  115. package/dist-export/api/setting/setting.type.d.ts.map +1 -0
  116. package/dist-export/api/setting/setting.type.js +27 -0
  117. package/dist-export/api/tag/tag.api.d.ts +10 -0
  118. package/dist-export/api/tag/tag.api.d.ts.map +1 -0
  119. package/dist-export/api/tag/tag.api.js +60 -0
  120. package/dist-export/api/tag/tag.dto.d.ts +8 -0
  121. package/dist-export/api/tag/tag.dto.d.ts.map +1 -0
  122. package/dist-export/api/tag/tag.dto.js +1 -0
  123. package/dist-export/api/tag/tag.export.d.ts +10 -0
  124. package/dist-export/api/tag/tag.export.d.ts.map +1 -0
  125. package/dist-export/api/tag/tag.export.js +13 -0
  126. package/dist-export/api/unit/uoc.export.d.ts +11 -0
  127. package/dist-export/api/unit/uoc.export.d.ts.map +1 -0
  128. package/dist-export/api/unit/uoc.export.js +13 -0
  129. package/dist-export/api/unit/uoc.type.d.ts +11 -0
  130. package/dist-export/api/unit/uoc.type.d.ts.map +1 -0
  131. package/dist-export/api/unit/uoc.type.js +1 -0
  132. package/dist-export/api/unit/uom.export.d.ts +14 -0
  133. package/dist-export/api/unit/uom.export.d.ts.map +1 -0
  134. package/dist-export/api/unit/uom.export.js +16 -0
  135. package/dist-export/api/unit/uom.type.d.ts +30 -0
  136. package/dist-export/api/unit/uom.type.d.ts.map +1 -0
  137. package/dist-export/api/unit/uom.type.js +1 -0
  138. package/dist-export/api/user/user.api.d.ts +28 -0
  139. package/dist-export/api/user/user.api.d.ts.map +1 -0
  140. package/dist-export/api/user/user.api.js +138 -0
  141. package/dist-export/api/user/user.export.d.ts +11 -0
  142. package/dist-export/api/user/user.export.d.ts.map +1 -0
  143. package/dist-export/api/user/user.export.js +12 -0
  144. package/dist-export/api/user/user.type.d.ts +49 -0
  145. package/dist-export/api/user/user.type.d.ts.map +1 -0
  146. package/dist-export/api/user/user.type.js +20 -0
  147. package/dist-export/api/workflow/workflow.export.d.ts +41 -0
  148. package/dist-export/api/workflow/workflow.export.d.ts.map +1 -0
  149. package/dist-export/api/workflow/workflow.export.js +19 -0
  150. package/dist-export/api/workflow/workflow.type.d.ts +210 -0
  151. package/dist-export/api/workflow/workflow.type.d.ts.map +1 -0
  152. package/dist-export/api/workflow/workflow.type.js +11 -0
  153. package/dist-export/components/change-log/change-log.export.d.ts +9 -0
  154. package/dist-export/components/change-log/change-log.export.d.ts.map +1 -0
  155. package/dist-export/components/change-log/change-log.export.js +6 -0
  156. package/dist-export/components/home-shortcut-item/home-shortcut-item.export.d.ts +4 -0
  157. package/dist-export/components/home-shortcut-item/home-shortcut-item.export.d.ts.map +1 -0
  158. package/dist-export/components/home-shortcut-item/home-shortcut-item.export.js +6 -0
  159. package/dist-export/components/home-shortcut-item/home-shortcut-item.type.d.ts +5 -0
  160. package/dist-export/components/home-shortcut-item/home-shortcut-item.type.d.ts.map +1 -0
  161. package/dist-export/components/home-shortcut-item/home-shortcut-item.type.js +1 -0
  162. package/dist-export/components/location/location.export.d.ts +8 -0
  163. package/dist-export/components/location/location.export.d.ts.map +1 -0
  164. package/dist-export/components/location/location.export.js +16 -0
  165. package/dist-export/components/location/location.type.d.ts +62 -0
  166. package/dist-export/components/location/location.type.d.ts.map +1 -0
  167. package/dist-export/components/location/location.type.js +1 -0
  168. package/dist-export/components/sportlight-search/sportlight-search.export.d.ts +15 -0
  169. package/dist-export/components/sportlight-search/sportlight-search.export.d.ts.map +1 -0
  170. package/dist-export/components/sportlight-search/sportlight-search.export.js +11 -0
  171. package/dist-export/components/sportlight-search/sportlight-search.type.d.ts +23 -0
  172. package/dist-export/components/sportlight-search/sportlight-search.type.d.ts.map +1 -0
  173. package/dist-export/components/sportlight-search/sportlight-search.type.js +5 -0
  174. package/dist-export/components/tag/tag.dropdown.d.ts +13 -0
  175. package/dist-export/components/tag/tag.dropdown.d.ts.map +1 -0
  176. package/dist-export/components/tag/tag.dropdown.export.d.ts +5 -0
  177. package/dist-export/components/tag/tag.dropdown.export.d.ts.map +1 -0
  178. package/dist-export/components/tag/tag.dropdown.export.js +6 -0
  179. package/dist-export/components/tag/tag.dropdown.js +84 -0
  180. package/dist-export/dto/base.dto.d.ts +6 -0
  181. package/dist-export/dto/base.dto.d.ts.map +1 -0
  182. package/dist-export/dto/base.dto.js +1 -0
  183. package/dist-export/export/export-dashboard.d.ts +5 -0
  184. package/dist-export/export/export-dashboard.d.ts.map +1 -0
  185. package/dist-export/export/export-dashboard.js +7 -0
  186. package/dist-export/export/export-env.d.ts +5 -0
  187. package/dist-export/export/export-env.d.ts.map +1 -0
  188. package/dist-export/export/export-env.js +5 -0
  189. package/dist-export/export/export-navigate.d.ts +3 -0
  190. package/dist-export/export/export-navigate.d.ts.map +1 -0
  191. package/dist-export/export/export-navigate.js +7 -0
  192. package/dist-export/export/export-use-is-contain-in-bottom-nav-bar.d.ts +3 -0
  193. package/dist-export/export/export-use-is-contain-in-bottom-nav-bar.d.ts.map +1 -0
  194. package/dist-export/export/export-use-is-contain-in-bottom-nav-bar.js +6 -0
  195. package/dist-export/export/index.d.ts +6 -0
  196. package/dist-export/export/index.d.ts.map +1 -0
  197. package/dist-export/export/index.js +5 -0
  198. package/dist-export/export.d.ts +131 -0
  199. package/dist-export/export.d.ts.map +1 -0
  200. package/dist-export/export.js +143 -0
  201. package/dist-export/locale/locale.export.d.ts +7 -0
  202. package/dist-export/locale/locale.export.d.ts.map +1 -0
  203. package/dist-export/locale/locale.export.js +9 -0
  204. package/dist-export/locale/locales/en-US.json +145 -0
  205. package/dist-export/locale/locales/my-MM.json +145 -0
  206. package/dist-export/locale/locales/zh-CN.json +145 -0
  207. package/dist-export/page/ai-assistant/ai-assistant.export.d.ts +5 -0
  208. package/dist-export/page/ai-assistant/ai-assistant.export.d.ts.map +1 -0
  209. package/dist-export/page/ai-assistant/ai-assistant.export.js +6 -0
  210. package/dist-export/page/ai-assistant/ai-assistant.locale.d.ts +7 -0
  211. package/dist-export/page/ai-assistant/ai-assistant.locale.d.ts.map +1 -0
  212. package/dist-export/page/ai-assistant/ai-assistant.locale.js +9 -0
  213. package/dist-export/page/ai-assistant/component/assistant.dropdown.d.ts +16 -0
  214. package/dist-export/page/ai-assistant/component/assistant.dropdown.d.ts.map +1 -0
  215. package/dist-export/page/ai-assistant/component/assistant.dropdown.js +50 -0
  216. package/dist-export/page/ai-assistant/component/icon-park-icon.d.ts +9 -0
  217. package/dist-export/page/ai-assistant/component/icon-park-icon.d.ts.map +1 -0
  218. package/dist-export/page/ai-assistant/component/icon-park-icon.js +11 -0
  219. package/dist-export/page/ai-assistant/locales/en-US.json +92 -0
  220. package/dist-export/page/ai-assistant/locales/my-MM.json +91 -0
  221. package/dist-export/page/ai-assistant/locales/zh-CN.json +91 -0
  222. package/dist-export/page/branch/branch.export.d.ts +4 -0
  223. package/dist-export/page/branch/branch.export.d.ts.map +1 -0
  224. package/dist-export/page/branch/branch.export.js +6 -0
  225. package/dist-export/page/branch/branch.types.d.ts +14 -0
  226. package/dist-export/page/branch/branch.types.d.ts.map +1 -0
  227. package/dist-export/page/branch/branch.types.js +1 -0
  228. package/dist-export/page/currency/currency.export.d.ts +6 -0
  229. package/dist-export/page/currency/currency.export.d.ts.map +1 -0
  230. package/dist-export/page/currency/currency.export.js +9 -0
  231. package/dist-export/page/currency/currency.type.d.ts +25 -0
  232. package/dist-export/page/currency/currency.type.d.ts.map +1 -0
  233. package/dist-export/page/currency/currency.type.js +1 -0
  234. package/dist-export/page/partner/partner.export.d.ts +4 -0
  235. package/dist-export/page/partner/partner.export.d.ts.map +1 -0
  236. package/dist-export/page/partner/partner.export.js +6 -0
  237. package/dist-export/page/partner/partner.types.d.ts +15 -0
  238. package/dist-export/page/partner/partner.types.d.ts.map +1 -0
  239. package/dist-export/page/partner/partner.types.js +1 -0
  240. package/dist-export/page/uoc/uoc.export.d.ts +5 -0
  241. package/dist-export/page/uoc/uoc.export.d.ts.map +1 -0
  242. package/dist-export/page/uoc/uoc.export.js +9 -0
  243. package/dist-export/page/uoc/uoc.types.d.ts +25 -0
  244. package/dist-export/page/uoc/uoc.types.d.ts.map +1 -0
  245. package/dist-export/page/uoc/uoc.types.js +1 -0
  246. package/dist-export/page/user/user.export.d.ts +4 -0
  247. package/dist-export/page/user/user.export.d.ts.map +1 -0
  248. package/dist-export/page/user/user.export.js +6 -0
  249. package/dist-export/page/user/user.types.d.ts +14 -0
  250. package/dist-export/page/user/user.types.d.ts.map +1 -0
  251. package/dist-export/page/user/user.types.js +1 -0
  252. package/dist-export/plugin/app-state.d.ts +5 -0
  253. package/dist-export/plugin/app-state.d.ts.map +1 -0
  254. package/dist-export/plugin/app-state.js +157 -0
  255. package/dist-export/plugin/export.d.ts +3 -0
  256. package/dist-export/plugin/export.d.ts.map +1 -0
  257. package/dist-export/plugin/export.js +7 -0
  258. package/dist-export/store/bottom-nav-bar/bottom-nav-bar.export.d.ts +6 -0
  259. package/dist-export/store/bottom-nav-bar/bottom-nav-bar.export.d.ts.map +1 -0
  260. package/dist-export/store/bottom-nav-bar/bottom-nav-bar.export.js +6 -0
  261. package/dist-export/store/bottom-nav-bar/bottom-nav-bar.type.d.ts +8 -0
  262. package/dist-export/store/bottom-nav-bar/bottom-nav-bar.type.d.ts.map +1 -0
  263. package/dist-export/store/bottom-nav-bar/bottom-nav-bar.type.js +1 -0
  264. package/dist-export/store/dto.d.ts +10 -0
  265. package/dist-export/store/dto.d.ts.map +1 -0
  266. package/dist-export/store/dto.js +11 -0
  267. package/dist-export/store/home-shortcut/home-shortcut.export.d.ts +7 -0
  268. package/dist-export/store/home-shortcut/home-shortcut.export.d.ts.map +1 -0
  269. package/dist-export/store/home-shortcut/home-shortcut.export.js +9 -0
  270. package/dist-export/store/home-shortcut/home-shortcut.type.d.ts +20 -0
  271. package/dist-export/store/home-shortcut/home-shortcut.type.d.ts.map +1 -0
  272. package/dist-export/store/home-shortcut/home-shortcut.type.js +1 -0
  273. package/dist-export/store/nav-menu/nav-menu.export.d.ts +6 -0
  274. package/dist-export/store/nav-menu/nav-menu.export.d.ts.map +1 -0
  275. package/dist-export/store/nav-menu/nav-menu.export.js +6 -0
  276. package/dist-export/store/nav-menu/nav-menu.type.d.ts +46 -0
  277. package/dist-export/store/nav-menu/nav-menu.type.d.ts.map +1 -0
  278. package/dist-export/store/nav-menu/nav-menu.type.js +1 -0
  279. package/dist-export/store/partner-detail-tab-store/partner-detail-tab.export.d.ts +3 -0
  280. package/dist-export/store/partner-detail-tab-store/partner-detail-tab.export.d.ts.map +1 -0
  281. package/dist-export/store/partner-detail-tab-store/partner-detail-tab.export.js +6 -0
  282. package/dist-export/store/partner-detail-tab-store/partner-detail-tab.type.d.ts +14 -0
  283. package/dist-export/store/partner-detail-tab-store/partner-detail-tab.type.d.ts.map +1 -0
  284. package/dist-export/store/partner-detail-tab-store/partner-detail-tab.type.js +1 -0
  285. package/dist-export/store/permission-template/permission-template.export.d.ts +7 -0
  286. package/dist-export/store/permission-template/permission-template.export.d.ts.map +1 -0
  287. package/dist-export/store/permission-template/permission-template.export.js +9 -0
  288. package/dist-export/store/permission-template/permission-template.type.d.ts +13 -0
  289. package/dist-export/store/permission-template/permission-template.type.d.ts.map +1 -0
  290. package/dist-export/store/permission-template/permission-template.type.js +1 -0
  291. package/dist-export/store/root-component-store/root-component.export.d.ts +6 -0
  292. package/dist-export/store/root-component-store/root-component.export.d.ts.map +1 -0
  293. package/dist-export/store/root-component-store/root-component.export.js +9 -0
  294. package/dist-export/store/root-component-store/root-component.type.d.ts +7 -0
  295. package/dist-export/store/root-component-store/root-component.type.d.ts.map +1 -0
  296. package/dist-export/store/root-component-store/root-component.type.js +1 -0
  297. package/dist-export/store/web-env/web-env.export.d.ts +6 -0
  298. package/dist-export/store/web-env/web-env.export.d.ts.map +1 -0
  299. package/dist-export/store/web-env/web-env.export.js +9 -0
  300. package/dist-export/store/web-env/web-env.store.d.ts +6 -0
  301. package/dist-export/store/web-env/web-env.store.d.ts.map +1 -0
  302. package/dist-export/store/web-env/web-env.store.js +16 -0
  303. package/dist-export/store/web-env/web-env.type.d.ts +16 -0
  304. package/dist-export/store/web-env/web-env.type.d.ts.map +1 -0
  305. package/dist-export/store/web-env/web-env.type.js +1 -0
  306. package/dist-export/utils/axios-client.d.ts +5 -0
  307. package/dist-export/utils/axios-client.d.ts.map +1 -0
  308. package/dist-export/utils/axios-client.js +84 -0
  309. package/dist-export/utils/common.d.ts +6 -0
  310. package/dist-export/utils/common.d.ts.map +1 -0
  311. package/dist-export/utils/common.js +5 -0
  312. package/dist-export/utils/index.d.ts +3 -0
  313. package/dist-export/utils/index.d.ts.map +1 -0
  314. package/dist-export/utils/index.js +2 -0
  315. package/dist-export/utils/pagination.d.ts +11 -0
  316. package/dist-export/utils/pagination.d.ts.map +1 -0
  317. package/dist-export/utils/pagination.js +6 -0
  318. package/dist-export/utils/react-query-indexed-db-persister.d.ts +7 -0
  319. package/dist-export/utils/react-query-indexed-db-persister.d.ts.map +1 -0
  320. package/dist-export/utils/react-query-indexed-db-persister.js +21 -0
  321. package/dist-export/utils/types.utils.d.ts +2 -0
  322. package/dist-export/utils/types.utils.d.ts.map +1 -0
  323. package/dist-export/utils/types.utils.js +1 -0
  324. package/package.json +182 -0
@@ -0,0 +1,143 @@
1
+ export var APINames;
2
+ (function (APINames) {
3
+ APINames["useAppRegistry"] = "useAppRegistry";
4
+ APINames["queryClient"] = "queryClient";
5
+ APINames["navigate"] = "navigate";
6
+ APINames["inAppNotificationRegistry"] = "inAppNotificationRegistry";
7
+ APINames["firebaseForegroundNotificationRegistry"] = "firebaseForegroundNotificationRegistry";
8
+ APINames["firebaseBackgroundNotificationRegistry"] = "firebaseBackgroundNotificationRegistry";
9
+ APINames["useNavMenuStore"] = "useNavMenuStore";
10
+ APINames["useBottomNavBarStore"] = "useBottomNavBarStore";
11
+ APINames["useWebEnvStore"] = "useWebEnvStore";
12
+ APINames["useRootComponentStore"] = "useRootComponentStore";
13
+ APINames["useHomeShortcutStore"] = "useHomeShortcutStore";
14
+ APINames["ShortcutItem"] = "ShortcutItem";
15
+ APINames["useSettingQuery"] = "useSettingQuery";
16
+ APINames["useUpdateSettingQuery"] = "useUpdateSettingQuery";
17
+ APINames["useSettingStore"] = "useSettingStore";
18
+ APINames["useSettingContext"] = "useSettingContext";
19
+ APINames["useIsContainInBottomNavBar"] = "useIsContainInBottomNavBar";
20
+ // dun rename it's value, it is used in @quan-erp/shared-ui
21
+ APINames["AllowedAPIPermissions"] = "allowed-api-permission";
22
+ APINames["usePerimssionTemplateStore"] = "usePerimssionTemplateStore";
23
+ APINames["Protected"] = "Protected";
24
+ // branch
25
+ APINames["useBranchQuery"] = "useBranchQuery";
26
+ APINames["useCreateBranchQuery"] = "useCreateBranchQuery";
27
+ APINames["useUpdateBranchQuery"] = "useUpdateBranchQuery";
28
+ APINames["BranchDropdown"] = "BranchDropdown";
29
+ // partner
30
+ APINames["usePartnerQuery"] = "usePartnerQuery";
31
+ APINames["useCreatePartnerQuery"] = "useCreatePartnerQuery";
32
+ APINames["useUpdatePartnerQuery"] = "useUpdatePartnerQuery";
33
+ APINames["partnerDetailTabs"] = "partnerDetailTabs";
34
+ APINames["PartnerDropdown"] = "PartnerDropdown";
35
+ // location
36
+ APINames["useCountriesQuery"] = "useCountriesQuery";
37
+ APINames["useStatesQuery"] = "useStatesQuery";
38
+ APINames["useDivisionsQuery"] = "useDivisionsQuery";
39
+ APINames["useTownshipsQuery"] = "useTownshipsQuery";
40
+ APINames["CountryDropdown"] = "CountryDropdown";
41
+ APINames["StateDropdown"] = "StateDropdown";
42
+ APINames["DivisionDropdown"] = "DivisionDropdown";
43
+ APINames["TownshipDropdown"] = "TownshipDropdown";
44
+ // partner shipping address
45
+ APINames["useCreateParnterShippingAddressQuery"] = "useCreateParnterShippingAddressQuery";
46
+ APINames["useUpdateParnterShippingAddressQuery"] = "useUpdateParnterShippingAddressQuery";
47
+ APINames["useDeleteParnterShippingAddressQuery"] = "useDeleteParnterShippingAddressQuery";
48
+ APINames["useCurrencyQuery"] = "useCurrencyQuery";
49
+ APINames["useCreateCurrencyQuery"] = "useCreateCurrencyQuery";
50
+ APINames["useUpdateCurrencyQuery"] = "useUpdateCurrencyQuery";
51
+ APINames["CurrencyDropdown"] = "CurrencyDropdown";
52
+ APINames["CurrencyInput"] = "CurrencyInput";
53
+ APINames["useFromCurrencyExchangeRate"] = "useFromCurrencyExchangeRate";
54
+ APINames["useFromCurrencyExchangeRateWithTo"] = "useFromCurrencyExchangeRateWithTo";
55
+ APINames["useUpdateCurrencyExchangeRate"] = "useUpdateCurrencyExchangeRate";
56
+ APINames["useMediaFilesQuery"] = "useMediaFilesQuery";
57
+ APINames["useUploadMediaQuery"] = "useUploadMediaQuery";
58
+ APINames["MediaDialog"] = "MediaDialog";
59
+ APINames["useUnitMeasurementQuery"] = "useUnitMeasurementQuery";
60
+ APINames["useUpdateUnitMeasurementQuery"] = "useUpdateUnitMeasurementQuery";
61
+ APINames["useCreateUnitMeasurementQuery"] = "useCreateUnitMeasurementQuery";
62
+ APINames["useUnitMeasurementByCategoryQuery"] = "useUnitMeasurementByCategoryQuery";
63
+ APINames["UnitMeasurementDropdown"] = "UnitMeasurementDropdown";
64
+ APINames["UnitMeasurementCategoryDropdown"] = "UnitMeasurementCategoryDropdown";
65
+ APINames["useUnitOfConversionQuery"] = "useUnitOfConversionQuery";
66
+ APINames["useUnitOfConversionToQuery"] = "useUnitOfConversionToQuery";
67
+ APINames["useAllUnitOfConversionQuery"] = "useAllUnitOfConversionQuery";
68
+ APINames["useUserQuery"] = "useUserQuery";
69
+ APINames["useUpdateUserQuery"] = "useUpdateUserQuery";
70
+ APINames["useCreateUserQuery"] = "useCreateUserQuery";
71
+ APINames["UserDropdown"] = "UserDropdown";
72
+ APINames["getViteEnv"] = "getViteEnv";
73
+ APINames["useCreateTagQuery"] = "useCreateTagQuery";
74
+ APINames["useTagQuery"] = "useTagQuery";
75
+ APINames["useFindTagStartWithQuery"] = "useFindTagStartWithQuery";
76
+ APINames["TagDropdown"] = "TagDropdown";
77
+ APINames["useDashboardContext"] = "useDashboardContext";
78
+ APINames["ChangeLog"] = "ChangeLog";
79
+ APINames["useChangeLogQuery"] = "useChangeLogQuery";
80
+ APINames["useInfiniteChangeLog"] = "useInfiniteChangeLog";
81
+ APINames["useReactChangeLogQuery"] = "useReactChangeLogQuery";
82
+ APINames["useRemoveReactChangeLogQuery"] = "useRemoveReactChangeLogQuery";
83
+ APINames["clearChangeLogCache"] = "clearChangeLogCache";
84
+ APINames["SportlightSearchCallback"] = "SportlightSearchCallback";
85
+ APINames["SportligthSearchStore"] = "SportligthSearchStore";
86
+ APINames["useAvailableAssistantQuery"] = "useAvailableAssistantQuery";
87
+ APINames["AssistantDropdown"] = "AssistantDropdown";
88
+ APINames["useRoleQuery"] = "useRoleQuery";
89
+ APINames["useUpdateRoleQuery"] = "useUpdateRoleQuery";
90
+ // workflow
91
+ APINames["WorkflowNode"] = "WorkflowNode";
92
+ APINames["workflowNodes"] = "workflowNodes";
93
+ APINames["workflowGenericOnSave"] = "workflowGenericOnSave";
94
+ APINames["workflowGenericOnLoad"] = "workflowGenericOnLoad";
95
+ APINames["createWorkflowNodeComponent"] = "createWorkflowNodeComponent";
96
+ })(APINames || (APINames = {}));
97
+ ;
98
+ // api export
99
+ export * from './plugin/export';
100
+ export * from './locale/locale.export';
101
+ export * from './api/role-permission/role-permission.export';
102
+ export * from './api/setting/setting.export';
103
+ export * from './api/permission/permission.export';
104
+ export * from './api/currency-exchange/currency-exchange.export';
105
+ export * from './api/branch/branch.export';
106
+ export * from './api/location/location.export';
107
+ export * from './api/partner/partner.export';
108
+ export * from './api/partner-shipping-address/partner-shipping-adderss.export';
109
+ export * from './api/currency/currency.export';
110
+ export * from './api/file/file.export';
111
+ export * from './api/unit/uom.export';
112
+ export * from './api/unit/uoc.export';
113
+ export * from './api/user/user.export';
114
+ export * from './api/notification/notification.export';
115
+ export * from './api/tag/tag.export';
116
+ export * from './api/change-log/change-log.export';
117
+ export * from './api/firebase/firebase.export';
118
+ export * from './api/ai-assistant/ai-assistant.export';
119
+ export * from './api/workflow/workflow.export';
120
+ // component export
121
+ export * from './components/change-log/change-log.export';
122
+ export * from './components/home-shortcut-item/home-shortcut-item.export';
123
+ export * from './components/tag/tag.dropdown.export';
124
+ export * from './components/location/location.export';
125
+ export * from './page/partner/partner.export';
126
+ export * from './page/uoc/uoc.export';
127
+ export * from './page/user/user.export';
128
+ export * from './page/branch/branch.export';
129
+ export * from './page/ai-assistant/ai-assistant.export';
130
+ export * from './page/currency/currency.export';
131
+ // store export
132
+ export * from './store/nav-menu/nav-menu.export';
133
+ export * from './store/bottom-nav-bar/bottom-nav-bar.export';
134
+ export * from './store/web-env/web-env.export';
135
+ export * from './store/home-shortcut/home-shortcut.export';
136
+ export * from './store/root-component-store/root-component.export';
137
+ export * from './store/permission-template/permission-template.export';
138
+ export * from './store/partner-detail-tab-store/partner-detail-tab.export';
139
+ // sportlight search
140
+ export * from './components/sportlight-search/sportlight-search.export';
141
+ // export
142
+ export * from './export/index';
143
+ export * from './utils/index';
@@ -0,0 +1,7 @@
1
+ import { type LazyLocaleType } from "@quan-erp/shared-ui";
2
+ export declare const Locale: LazyLocaleType;
3
+ export declare function useBaseLocale(): {
4
+ isLoading: boolean;
5
+ get(key: string, defaultValue: string, data?: Record<string, string>): string;
6
+ };
7
+ //# sourceMappingURL=locale.export.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locale.export.d.ts","sourceRoot":"","sources":["../../src/locale/locale.export.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAEpF,eAAO,MAAM,MAAM,EAAE,cAIpB,CAAC;AAEF,wBAAgB,aAAa;;;EAE5B"}
@@ -0,0 +1,9 @@
1
+ import { useLazyLocaleTranslation } from "@quan-erp/shared-ui";
2
+ export const Locale = {
3
+ "en-US": () => import("./locales/en-US.json"),
4
+ "my-MM": () => import("./locales/my-MM.json"),
5
+ "zh-CN": () => import("./locales/zh-CN.json"),
6
+ };
7
+ export function useBaseLocale() {
8
+ return useLazyLocaleTranslation(Locale);
9
+ }
@@ -0,0 +1,145 @@
1
+ {
2
+ "access-restricted": "Access Restricted",
3
+ "access-restricted-desc": "You do not have the required permissions to view this content. Please contact your administrator if you believe this is a mistake.",
4
+ "page-not-found": "Page Not Found",
5
+ "page-not-found-desc": "We couldn't find the page or route you were looking for. Please check the URL and try again.",
6
+ "home": "Home",
7
+ "all": "All",
8
+ "ai": "AI",
9
+ "favourite": "Favourite",
10
+ "data-grid": "Data Grid",
11
+ "setting": "Settings",
12
+ "dev-tools": "Developer Tools",
13
+ "ai-assistant": "AI Assistant",
14
+ "ai-chat-assistant": "AI Chat",
15
+ "ai-model": "AI Model",
16
+ "ai-assistant-list": "AI Assistant list",
17
+ "automations": "Automations",
18
+ "workflow": "Workflow",
19
+ "workflow-history": "Workflow History",
20
+ "users": "Users",
21
+ "users-and-role": "Users and Role",
22
+ "other": "Other",
23
+ "report-and-exports": "Reports & Exports",
24
+ "supplier": "Supplier",
25
+ "customer": "Customer",
26
+ "dashboard": "Dashboard",
27
+ "bussiness-branch": "Business Branch",
28
+ "file-and-media": "Files & Media",
29
+ "currency-and-exchange-rate": "Currency & Exchange Rate",
30
+ "currency": "Currency",
31
+ "unit-conversion": "Unit Conversion",
32
+ "audit-log": "Audit Log",
33
+ "role-and-permissions": "Roles & Permissions",
34
+ "create-date": "Create date",
35
+ "update-date": "Update date",
36
+ "action": "Action",
37
+ "active": "Active",
38
+ "logout": "Logout",
39
+ "save": "Save",
40
+ "saved": "Saved",
41
+ "saving": "Saving",
42
+ "edit": "Edit",
43
+ "reset": "Reset",
44
+ "create": "Create",
45
+ "update": "Update",
46
+ "cancel": "Cancel",
47
+ "search": "Search",
48
+ "filter-plugin": "Filter Plugin",
49
+ "address": "Address",
50
+ "city": "City",
51
+ "country": "Country",
52
+ "state": "State",
53
+ "email": "Email",
54
+ "postal-code": "Postal code",
55
+ "name": "Name",
56
+ "phone": "Phone",
57
+ "username": "Username",
58
+ "role": "Role",
59
+ "next-page": "Next page",
60
+ "prev-page": "Prev page",
61
+ "ip-address": "IP Address",
62
+ "message": "Message",
63
+ "timestamp": "Timestamp",
64
+ "designed-and-developed-by": "Design and develop by {{name}}",
65
+ "version": "Version",
66
+ "first-name": "First name",
67
+ "last-name": "Last name",
68
+ "symbol": "Symbol",
69
+ "sportlight-search": "Sportlight search",
70
+ "simple-search": "Simple search",
71
+ "full-text-search": "Full text search",
72
+ "vector-search": "Deep search",
73
+ "ai-chat-assistant-capability-disclaimer": "AI model can make mistake, please verify information before using it.",
74
+ "enter-pin": "Enter PIN",
75
+ "add-dashboard-widgets": "Add more dashboard widgets by clicking",
76
+ "button": "button",
77
+ "learn-more": "Learn more",
78
+ "failed-to-refetch-plugins": "Failed to refetch plugins",
79
+ "available-plugins": "Available plugins",
80
+ "drop-to-install-plugin": "Drop to install plugin",
81
+ "release-your-zip-file-here": "Release your .zip file here",
82
+ "loading-available-plugins": "Loading available plugins...",
83
+ "failed-to-load-available-plugins": "Failed to load available plugins. Please check your connection.",
84
+ "no-plugins-available": "No plugins available",
85
+ "no-plugins-available-desc": "There are no plugins available in the market at the moment.",
86
+ "failed-to-install-plugin": "Failed to install plugin",
87
+ "installing-plugin": "Installing plugin ...",
88
+ "installing-plugin-desc": "It will automatically restart after installed",
89
+ "deactive-plugin-confirm": "Deactive {{name}} plugin",
90
+ "deactivating-plugins-will-not-delete-data": "Deactivating plugins will not delete data; it only removes functionality.",
91
+ "confirm": "Confirm",
92
+ "install-plugin-from-file": "Install Plugin from File",
93
+ "developer-password": "Developer Password",
94
+ "enter-password-to-confirm": "Enter password to confirm",
95
+ "install-plugin-from-file-desc": "Installing plugins from external sources requires developer authorization.",
96
+ "install-on-upload": "Install on upload",
97
+ "install-on-upload-desc": "Automatically activate the plugin after uploading.",
98
+ "error": "Error",
99
+ "install-plugin": "Install Plugin",
100
+ "deactive": "Deactive",
101
+ "install": "Install",
102
+ "description": "Description",
103
+ "information": "Information",
104
+ "developer": "Developer",
105
+ "published-at": "Published at",
106
+ "required-plugins": "Required plugins",
107
+ "available-versions": "Available versions",
108
+ "change-log": "Change log",
109
+ "no-change-log-yet": "No change log yet.",
110
+ "system": "System",
111
+ "new-tag": "New tag",
112
+ "tag-name": "Tag Name",
113
+ "enter-tag-name": "Enter tag name",
114
+ "install-quark-erp": "Install Quark ERP",
115
+ "install-pwa-desc": "Install our app on your home screen for quick and easy access when you're on the go.",
116
+ "tap-the-share-button": "Tap the Share button",
117
+ "located-at-the-bottom-of-safari": "Located at the bottom of Safari",
118
+ "add-to-home-screen": "Add to Home Screen",
119
+ "scroll-down-and-select": "Scroll down and select",
120
+ "quark-erp-is-ready-to-install": "Quark ERP is ready to install",
121
+ "open-the-menu": "Open the menu",
122
+ "tap-the-three-dots": "Tap the three dots in the top right",
123
+ "install-the-app": "Install the App",
124
+ "select-install-app-or-add-to-home-screen": "Select Install app or Add to Home screen.",
125
+ "ready-to-install": "Ready to Install",
126
+ "look-for-the-install-icon": "Look for the install icon in your browser's address bar, or check your browser menu for the 'Install app' option.",
127
+ "not-now": "Not now",
128
+ "install-app": "Install App",
129
+ "you-are-currently-offline": "You're currently offline",
130
+ "notification": "Notification",
131
+ "failed-to-refetch-notifications": "Failed to refetch notifications",
132
+ "subscription-expired": "Subscription expired",
133
+ "please-contact-to-developer": "Please contact to developer",
134
+ "try-clear-cache": "Try clear cache",
135
+ "reply": "Reply",
136
+ "replies": "replies",
137
+ "show": "Show",
138
+ "hide": "Hide",
139
+ "loading": "Loading...",
140
+ "type-message": "Type a message...",
141
+ "send": "Send",
142
+ "search-tags": "Search tags...",
143
+ "no-tag-found": "No tag found.",
144
+ "select-tags": "Select tags..."
145
+ }
@@ -0,0 +1,145 @@
1
+ {
2
+ "access-restricted": "အသုံးပြုခွင့် ကန့်သတ်ထားသည်",
3
+ "access-restricted-desc": "ဤအရာကိုကြည့်ရှုရန် သင့်တွင် လုံလောက်သော ခွင့်ပြုချက်မရှိပါ။ အမှားအယွင်းဖြစ်နေသည်ဟု ထင်ပါက သင့်စီမံခန့်ခွဲသူကို ဆက်သွယ်ပါ။",
4
+ "page-not-found": "စာမျက်နှာကို ရှာမတွေ့ပါ",
5
+ "page-not-found-desc": "သင်ရှာဖွေနေသော စာမျက်နှာကို ကျွန်ုပ်တို့ ရှာမတွေ့ပါ။ URL ကိုစစ်ဆေးပြီး ထပ်မံကြိုးစားပါ။",
6
+ "home": "ပင်မစာမျက်နှာ",
7
+ "all": "အားလုံး",
8
+ "ai": "AI",
9
+ "favourite": "အကြိုက်",
10
+ "data-grid": "ဒေတာဇယား",
11
+ "setting": "ဆက်တင်များ",
12
+ "dev-tools": "ဖွံ့ဖြိုးရေးကိရိယာများ",
13
+ "ai-assistant": "AI assistant",
14
+ "ai-chat-assistant": "AI chat",
15
+ "ai-model": "AI Model",
16
+ "ai-assistant-list": "AI အကူအညီပေးသူများ",
17
+ "automations": "အလိုအလျောက်စနစ်များ",
18
+ "workflow": "Workflow",
19
+ "workflow-history": "Workflow မှတ်တမ်း",
20
+ "users": "အသုံးပြုသူများ",
21
+ "users-and-role": "သုံးစွဲသူနှင့်လုပ်ပိုင်ခွင့်",
22
+ "other": "အခြား",
23
+ "report-and-exports": "အစီရင်ခံစာများနှင့် တင်ပို့မှုများ",
24
+ "supplier": "ကုန်သွင်းသူ",
25
+ "customer": "ဖောက်သည်",
26
+ "dashboard": "ဒက်ရှ်ဘုတ်",
27
+ "bussiness-branch": "လုပ်ငန်းခွဲများ",
28
+ "file-and-media": "ဖိုင်များနှင့် မီဒီယာ",
29
+ "currency-and-exchange-rate": "ငွေကြေးနှင့် လဲလှယ်နှုန်း",
30
+ "currency": "ငွေကြေး",
31
+ "unit-conversion": "ယူနစ်ပြောင်းလဲမှု",
32
+ "audit-log": "စစ်ဆေးမှတ်တမ်း",
33
+ "role-and-permissions": "အခန်းကဏ္ဍများနှင့် လုပ်ပိုင်ခွင့်များ",
34
+ "create-date": "ဖန်တီးသည့်ရက်",
35
+ "update-date": "ပြုပြင်ထားသည့်ရက်",
36
+ "action": "စီမံ",
37
+ "active": "Active",
38
+ "logout": "အကောင့်ထွက်မည်",
39
+ "save": "သိမ်းမည်",
40
+ "saved": "သိမ်းပြီး",
41
+ "saving": "သိမ်းနေသည်",
42
+ "edit": "ပြင်ဆင်မည်",
43
+ "reset": "ပြန်လည်သတ်မှတ်မည်",
44
+ "create": "အသစ်ဖန်တီးမည်",
45
+ "cancel": "ပယ်ဖျက်မည်",
46
+ "update": "ပြင်ဆင်မည်",
47
+ "search": "ရှာဖွေမည်",
48
+ "filter-plugin": "ပလပ်အင်များကို စစ်ထုတ်မည်",
49
+ "address": "နေရပ်လိပ်စာ",
50
+ "city": "မြို့နယ်",
51
+ "country": "နိုင်ငံ",
52
+ "state": "ခရိုင်",
53
+ "email": "အိလ်မေးလိပ်စာ",
54
+ "postal-code": "စာတိုက်သင်္ကေတ",
55
+ "name": "နာမည်",
56
+ "phone": "ဖုန်းနံပါတ်",
57
+ "username": "သုံးစွဲသူအမည်",
58
+ "role": "အခန်းကဏ္ဍ",
59
+ "next-page": "နောက်စာမျက်နှာ",
60
+ "prev-page": "ရှေ့စာမျက်နှာ",
61
+ "ip-address": "IP လိပ်စာ",
62
+ "message": "စာတို",
63
+ "timestamp": "အချိန်",
64
+ "designed-and-developed-by": "{{name}} မှဖန်တီးတည်ဆောက်ထားသည်",
65
+ "version": "ဗားရှင်း",
66
+ "first-name": "ရှေ့နာမည်",
67
+ "last-name": "နောက်နာမည်",
68
+ "symbol": "သင်္ကေတ",
69
+ "sportlight-search": "အမြန် ရှာဖွေမှု",
70
+ "simple-search": "ရိုးရှင်းသော ရှာဖွေမှု",
71
+ "full-text-search": "စာသားအပြည့်အစုံ ရှာဖွေမှု",
72
+ "vector-search": "နက်ရှိုင်းသော ရှာဖွေမှု",
73
+ "ai-chat-assistant-capability-disclaimer": "AI ကအမှားတွေလုပ်နိုင်ပါတယ်. သုံးစွဲမှုမပြုခင် အချက်အလက်တွေကို ပြန်လည်စစ်ဆေးပေးပါ",
74
+ "enter-pin": "PIN ထည့်ပါ",
75
+ "add-dashboard-widgets": "ဒက်ရှ်ဘုတ် ဝစ်ဂျက်များ ပိုမိုထည့်သွင်းရန် နှိပ်ပါ",
76
+ "button": "ခလုတ်",
77
+ "learn-more": "ပိုမိုလေ့လာရန်",
78
+ "failed-to-refetch-plugins": "ပလပ်အင်များကို ပြန်လည်ရယူရန် ပျက်ကွက်ပါသည်",
79
+ "available-plugins": "ရရှိနိုင်သော ပလပ်အင်များ",
80
+ "drop-to-install-plugin": "ပလပ်အင်ကို ထည့်သွင်းရန် ဤနေရာတွင်ချပါ",
81
+ "release-your-zip-file-here": "သင်၏ .zip ဖိုင်ကို ဤနေရာတွင် ချပါ",
82
+ "loading-available-plugins": "ရရှိနိုင်သော ပလပ်အင်များကို တင်နေပါသည်...",
83
+ "failed-to-load-available-plugins": "ရရှိနိုင်သော ပလပ်အင်များကို တင်ရန် ပျက်ကွက်ပါသည်။ သင်၏ အင်တာနက်ချိတ်ဆက်မှုကို စစ်ဆေးပါ။",
84
+ "no-plugins-available": "ရရှိနိုင်သော ပလပ်အင်များ မရှိပါ",
85
+ "no-plugins-available-desc": "လောလောဆယ် စျေးကွက်တွင် ရရှိနိုင်သော ပလပ်အင်များ မရှိပါ။",
86
+ "failed-to-install-plugin": "ပလပ်အင် ထည့်သွင်းရန် ပျက်ကွက်ပါသည်",
87
+ "installing-plugin": "ပလပ်အင်ကို ထည့်သွင်းနေပါသည် ...",
88
+ "installing-plugin-desc": "ထည့်သွင်းပြီးနောက် ၎င်းသည် အလိုအလျောက် ပြန်လည်စတင်မည်ဖြစ်သည်",
89
+ "deactive-plugin-confirm": "{{name}} ပလပ်အင်ကို ပိတ်ပါ",
90
+ "deactivating-plugins-will-not-delete-data": "ပလပ်အင်များကို ပိတ်ခြင်းသည် ဒေတာများကို ဖျက်မည်မဟုတ်ပါ။ လုပ်ဆောင်ချက်များကိုသာ ဖယ်ရှားပါမည်။",
91
+ "confirm": "အတည်ပြုပါ",
92
+ "install-plugin-from-file": "ဖိုင်မှ ပလပ်အင်ကို ထည့်သွင်းပါ",
93
+ "developer-password": "ဆော့ဖ်ဝဲရေးသားသူ စကားဝှက်",
94
+ "enter-password-to-confirm": "အတည်ပြုရန် စကားဝှက်ကို ထည့်ပါ",
95
+ "install-plugin-from-file-desc": "ပြင်ပအရင်းအမြစ်များမှ ပလပ်အင်များကို ထည့်သွင်းခြင်းသည် ဆော့ဖ်ဝဲရေးသားသူ၏ ခွင့်ပြုချက် လိုအပ်ပါသည်။",
96
+ "install-on-upload": "အပ်လုဒ်လုပ်ပြီးနောက် ထည့်သွင်းပါ",
97
+ "install-on-upload-desc": "အပ်လုဒ်လုပ်ပြီးနောက် ပလပ်အင်ကို အလိုအလျောက် ဖွင့်ပါ။",
98
+ "error": "အမှား",
99
+ "install-plugin": "ပလပ်အင်ကို ထည့်သွင်းပါ",
100
+ "deactive": "ပိတ်မည်",
101
+ "install": "ထည့်သွင်းမည်",
102
+ "description": "ဖော်ပြချက်",
103
+ "information": "အချက်အလက်",
104
+ "developer": "ဆော့ဖ်ဝဲရေးသားသူ",
105
+ "published-at": "ထုတ်ဝေသည့်အချိန်",
106
+ "required-plugins": "လိုအပ်သော ပလပ်အင်များ",
107
+ "available-versions": "ရရှိနိုင်သော ဗားရှင်းများ",
108
+ "change-log": "ပြောင်းလဲမှု မှတ်တမ်း",
109
+ "no-change-log-yet": "ပြောင်းလဲမှု မှတ်တမ်း မရှိသေးပါ။",
110
+ "system": "စနစ်",
111
+ "new-tag": "တက်ဂ်အသစ်",
112
+ "tag-name": "တက်ဂ်အမည်",
113
+ "enter-tag-name": "တက်ဂ်အမည်ကို ထည့်ပါ",
114
+ "install-quark-erp": "Quark ERP ကို ထည့်သွင်းပါ",
115
+ "install-pwa-desc": "အလွယ်တကူ အသုံးပြုနိုင်ရန် ကျွန်ုပ်တို့၏ အက်ပ်ကို သင့်ပင်မစာမျက်နှာတွင် ထည့်သွင်းပါ။",
116
+ "tap-the-share-button": "မျှဝေရန် ခလုတ်ကို နှိပ်ပါ",
117
+ "located-at-the-bottom-of-safari": "Safari ၏ အောက်ခြေတွင် ရှိသည်",
118
+ "add-to-home-screen": "ပင်မစာမျက်နှာသို့ ထည့်ပါ",
119
+ "scroll-down-and-select": "အောက်သို့ဆင်းပြီး ရွေးချယ်ပါ",
120
+ "quark-erp-is-ready-to-install": "Quark ERP ကို ထည့်သွင်းရန် အဆင်သင့်ဖြစ်နေပါပြီ",
121
+ "open-the-menu": "မီနူးကို ဖွင့်ပါ",
122
+ "tap-the-three-dots": "ညာဘက်အပေါ်ထောင့်ရှိ အစက်သုံးစက်ကို နှိပ်ပါ",
123
+ "install-the-app": "အက်ပ်ကို ထည့်သွင်းပါ",
124
+ "select-install-app-or-add-to-home-screen": "Install app သို့မဟုတ် Add to Home screen ကို ရွေးချယ်ပါ။",
125
+ "ready-to-install": "ထည့်သွင်းရန် အဆင်သင့်ဖြစ်နေပါပြီ",
126
+ "look-for-the-install-icon": "သင့်ဘရောက်ဆာ လိပ်စာဘားရှိ ထည့်သွင်းရန် အိုင်ကွန်ကို ရှာပါ၊ သို့မဟုတ် ဘရောက်ဆာ မီနူးတွင် 'Install app' ရွေးချယ်ခွင့်ကို စစ်ဆေးပါ။",
127
+ "not-now": "ယခုမဟုတ်ပါ",
128
+ "install-app": "အက်ပ်ကို ထည့်သွင်းပါ",
129
+ "you-are-currently-offline": "သင်သည် လောလောဆယ် အော့ဖ်လိုင်း ဖြစ်နေပါသည်",
130
+ "notification": "အသိပေးချက်",
131
+ "failed-to-refetch-notifications": "အသိပေးချက်များကို ပြန်လည်ရယူရန် ပျက်ကွက်ပါသည်",
132
+ "subscription-expired": "စာရင်းသွင်းမှု သက်တမ်းကုန်ဆုံးသွားပါပြီ",
133
+ "please-contact-to-developer": "ဆော့ဖ်ဝဲရေးသားသူကို ဆက်သွယ်ပါ",
134
+ "try-clear-cache": "ကက်ရှ် ရှင်းလင်းရန် ကြိုးစားပါ",
135
+ "reply": "ပြန်ကြားရန်",
136
+ "replies": "ပြန်ကြားချက်များ",
137
+ "show": "ပြပါ",
138
+ "hide": "ဖျောက်ပါ",
139
+ "loading": "ဒေတာယူနေသည်...",
140
+ "type-message": "စာတိုရေးပါ...",
141
+ "send": "ပို့မည်",
142
+ "search-tags": "တက်ဂ်များကို ရှာပါ...",
143
+ "no-tag-found": "မည်သည့်တက်ဂ်မှ မတွေ့ပါ။",
144
+ "select-tags": "တက်ဂ်များကို ရွေးချယ်ပါ..."
145
+ }
@@ -0,0 +1,145 @@
1
+ {
2
+ "access-restricted": "访问受限",
3
+ "access-restricted-desc": "您没有查看此内容所需的权限。如果您认为这是一个错误,请联系您的管理员。",
4
+ "page-not-found": "找不到页面",
5
+ "page-not-found-desc": "我们找不到您要寻找的页面或路由。请检查URL并重试。",
6
+ "home": "首页",
7
+ "all": "全部",
8
+ "ai": "人工智能",
9
+ "favourite": "喜欢",
10
+ "data-grid": "数据表格",
11
+ "setting": "设置",
12
+ "dev-tools": "开发工具",
13
+ "ai-assistant": "人工智能助手",
14
+ "ai-chat-assistant": "人工智能聊天",
15
+ "ai-model": "AI Model",
16
+ "ai-assistant-list": "人工智能助手列表",
17
+ "automations": "自动化",
18
+ "workflow": "工作流",
19
+ "workflow-history": "工作流历史记录",
20
+ "users": "用户",
21
+ "users-and-role": "用户和角色",
22
+ "other": "其他",
23
+ "report-and-exports": "报告与导出",
24
+ "supplier": "供应商",
25
+ "customer": "顾客",
26
+ "dashboard": "仪表盘",
27
+ "bussiness-branch": "企业分支",
28
+ "file-and-media": "文件与媒体",
29
+ "currency-and-exchange-rate": "货币与汇率",
30
+ "currency": "货币",
31
+ "unit-conversion": "单位换算",
32
+ "audit-log": "审计日志",
33
+ "role-and-permissions": "角色与权限",
34
+ "create-date": "创建日期",
35
+ "update-date": "更新日期",
36
+ "action": "管理",
37
+ "active": "激活",
38
+ "logout": "登出",
39
+ "save": "保存",
40
+ "saved": "已保存",
41
+ "saving": "正在保存",
42
+ "edit": "更改",
43
+ "reset": "重置",
44
+ "create": "新创",
45
+ "cancel": "取消",
46
+ "update": "更新",
47
+ "search": "搜索",
48
+ "filter-plugin": "筛选插件",
49
+ "address": "地址",
50
+ "city": "城市",
51
+ "country": "国家",
52
+ "state": "乡",
53
+ "email": "邮箱",
54
+ "postal-code": "邮政编码",
55
+ "name": "名称",
56
+ "phone": "手机号",
57
+ "username": "用户名",
58
+ "role": "角色",
59
+ "next-page": "下一页",
60
+ "prev-page": "上一页",
61
+ "ip-address": "IP 地址",
62
+ "message": "消息",
63
+ "timestamp": "时间轴",
64
+ "designed-and-developed-by": "由 {{name}} 设计并开发",
65
+ "version": "版本",
66
+ "first-name": "名",
67
+ "last-name": "姓",
68
+ "symbol": "符号",
69
+ "sportlight-search": "聚焦搜索",
70
+ "simple-search": "简单搜索",
71
+ "full-text-search": "全文搜索",
72
+ "vector-search": "深度搜索",
73
+ "ai-chat-assistant-capability-disclaimer": "AI模型可能会犯错,请在使用前确认信息。",
74
+ "enter-pin": "输入 PIN 码",
75
+ "add-dashboard-widgets": "点击添加更多仪表板小部件",
76
+ "button": "按钮",
77
+ "learn-more": "了解更多",
78
+ "failed-to-refetch-plugins": "刷新插件失败",
79
+ "available-plugins": "可用插件",
80
+ "drop-to-install-plugin": "拖放以安装插件",
81
+ "release-your-zip-file-here": "在这里释放你的.zip文件",
82
+ "loading-available-plugins": "正在加载可用插件...",
83
+ "failed-to-load-available-plugins": "加载可用插件失败。请检查您的网络连接。",
84
+ "no-plugins-available": "没有可用的插件",
85
+ "no-plugins-available-desc": "目前市场上没有可用的插件。",
86
+ "failed-to-install-plugin": "安装插件失败",
87
+ "installing-plugin": "正在安装插件...",
88
+ "installing-plugin-desc": "安装后将自动重启",
89
+ "deactive-plugin-confirm": "停用 {{name}} 插件",
90
+ "deactivating-plugins-will-not-delete-data": "停用插件不会删除数据;它只会删除功能。",
91
+ "confirm": "确认",
92
+ "install-plugin-from-file": "从文件安装插件",
93
+ "developer-password": "开发者密码",
94
+ "enter-password-to-confirm": "输入密码确认",
95
+ "install-plugin-from-file-desc": "从外部来源安装插件需要开发者授权。",
96
+ "install-on-upload": "上传时安装",
97
+ "install-on-upload-desc": "上传后自动激活插件。",
98
+ "error": "错误",
99
+ "install-plugin": "安装插件",
100
+ "deactive": "停用",
101
+ "install": "安装",
102
+ "description": "描述",
103
+ "information": "信息",
104
+ "developer": "开发者",
105
+ "published-at": "发布时间",
106
+ "required-plugins": "必需的插件",
107
+ "available-versions": "可用版本",
108
+ "change-log": "更新日志",
109
+ "no-change-log-yet": "暂无更新日志",
110
+ "system": "系统",
111
+ "new-tag": "新标签",
112
+ "tag-name": "标签名称",
113
+ "enter-tag-name": "输入标签名称",
114
+ "install-quark-erp": "安装 Quark ERP",
115
+ "install-pwa-desc": "在您的主屏幕上安装我们的应用,以便随时随地快速轻松地访问。",
116
+ "tap-the-share-button": "点击分享按钮",
117
+ "located-at-the-bottom-of-safari": "位于Safari的底部",
118
+ "add-to-home-screen": "添加到主屏幕",
119
+ "scroll-down-and-select": "向下滚动并选择",
120
+ "quark-erp-is-ready-to-install": "Quark ERP 已准备好安装",
121
+ "open-the-menu": "打开菜单",
122
+ "tap-the-three-dots": "点击右上角的三个点",
123
+ "install-the-app": "安装应用程序",
124
+ "select-install-app-or-add-to-home-screen": "选择安装应用程序或添加到主屏幕。",
125
+ "ready-to-install": "准备安装",
126
+ "look-for-the-install-icon": "在浏览器地址栏中查找安装图标,或在浏览器菜单中查看'安装应用'选项。",
127
+ "not-now": "以后再说",
128
+ "install-app": "安装应用程序",
129
+ "you-are-currently-offline": "您当前处于离线状态",
130
+ "notification": "通知",
131
+ "failed-to-refetch-notifications": "刷新通知失败",
132
+ "subscription-expired": "订阅已过期",
133
+ "please-contact-to-developer": "请联系开发者",
134
+ "try-clear-cache": "尝试清除缓存",
135
+ "reply": "回复",
136
+ "replies": "条回复",
137
+ "show": "显示",
138
+ "hide": "隐藏",
139
+ "loading": "加载中...",
140
+ "type-message": "输入消息...",
141
+ "send": "发送",
142
+ "search-tags": "搜索标签...",
143
+ "no-tag-found": "未找到标签。",
144
+ "select-tags": "选择标签..."
145
+ }
@@ -0,0 +1,5 @@
1
+ import type { ReactNode } from "react";
2
+ import type { AssistantDropdownProps } from "./component/assistant.dropdown";
3
+ export type { AssistantDropdownProps, AssistantDropdownValue } from "./component/assistant.dropdown";
4
+ export declare function AssistantDropdown(props: AssistantDropdownProps): ReactNode;
5
+ //# sourceMappingURL=ai-assistant.export.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ai-assistant.export.d.ts","sourceRoot":"","sources":["../../../src/page/ai-assistant/ai-assistant.export.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAE7E,YAAY,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAIrG,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,aAE9D"}
@@ -0,0 +1,6 @@
1
+ import { PluginAPI } from "@quan-erp/shared-frontend-core";
2
+ import { APINames } from "../../export";
3
+ import { BUILTIN_PLUGIN } from "../../utils/common";
4
+ export function AssistantDropdown(props) {
5
+ return PluginAPI.use(BUILTIN_PLUGIN.name, APINames.AssistantDropdown)(props);
6
+ }
@@ -0,0 +1,7 @@
1
+ import { type LazyLocaleType } from "@quan-erp/shared-ui";
2
+ export declare const AiAssistantLocaleLazy: LazyLocaleType;
3
+ export declare function useAiAssistantLocale(): {
4
+ isLoading: boolean;
5
+ get(key: string, defaultValue: string, data?: Record<string, string>): string;
6
+ };
7
+ //# sourceMappingURL=ai-assistant.locale.d.ts.map