@ketvietlab/ketsuite 0.1.3 → 0.1.6

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 (359) hide show
  1. package/dist/cli.js +1 -1
  2. package/dist/deployment.d.ts.map +1 -1
  3. package/dist/deployment.js +3 -0
  4. package/dist/deployment.js.map +1 -1
  5. package/dist/index.d.ts +8 -1
  6. package/dist/index.d.ts.map +1 -1
  7. package/dist/index.js +7 -1
  8. package/dist/index.js.map +1 -1
  9. package/dist/modules/account_staff_channel/channel-routes.d.ts.map +1 -1
  10. package/dist/modules/account_staff_channel/channel-routes.js +1 -12
  11. package/dist/modules/account_staff_channel/channel-routes.js.map +1 -1
  12. package/dist/modules/attendance/channel-routes.d.ts.map +1 -1
  13. package/dist/modules/attendance/channel-routes.js +1 -12
  14. package/dist/modules/attendance/channel-routes.js.map +1 -1
  15. package/dist/modules/backend/design/HANDOFF.md +2 -2
  16. package/dist/modules/backend/design/auth.css +12 -0
  17. package/dist/modules/backend/design/client/table-selection.d.mts +3 -3
  18. package/dist/modules/backend/design/client/table-selection.d.mts.map +1 -1
  19. package/dist/modules/backend/design/client/table-selection.mjs +1 -1
  20. package/dist/modules/backend/design/client/table-selection.mjs.map +4 -4
  21. package/dist/modules/backend/design/content.css +43 -0
  22. package/dist/modules/backend/design/design-system.css +1 -1
  23. package/dist/modules/backend/design/forms.css +84 -1
  24. package/dist/modules/backend/design/lists.css +26 -18
  25. package/dist/modules/backend/design/record.css +5 -2
  26. package/dist/modules/backend/design/responsive.css +5 -6
  27. package/dist/modules/backend/design/user-workflow.css +257 -0
  28. package/dist/modules/backend/forms.d.ts +38 -1
  29. package/dist/modules/backend/forms.d.ts.map +1 -1
  30. package/dist/modules/backend/forms.js +29 -0
  31. package/dist/modules/backend/forms.js.map +1 -1
  32. package/dist/modules/backend/index.d.ts +3 -2
  33. package/dist/modules/backend/index.d.ts.map +1 -1
  34. package/dist/modules/backend/index.js +3 -2
  35. package/dist/modules/backend/index.js.map +1 -1
  36. package/dist/modules/backend/messages.d.ts.map +1 -1
  37. package/dist/modules/backend/messages.js +42 -2
  38. package/dist/modules/backend/messages.js.map +1 -1
  39. package/dist/modules/channel_api/core.d.ts +30 -0
  40. package/dist/modules/channel_api/core.d.ts.map +1 -1
  41. package/dist/modules/channel_api/core.js +28 -0
  42. package/dist/modules/channel_api/core.js.map +1 -1
  43. package/dist/modules/crm/functions.d.ts +5 -0
  44. package/dist/modules/crm/functions.d.ts.map +1 -1
  45. package/dist/modules/crm/functions.js +105 -10
  46. package/dist/modules/crm/functions.js.map +1 -1
  47. package/dist/modules/crm/jobs.d.ts.map +1 -1
  48. package/dist/modules/crm/jobs.js +1 -0
  49. package/dist/modules/crm/jobs.js.map +1 -1
  50. package/dist/modules/crm/operations.d.ts.map +1 -1
  51. package/dist/modules/crm/operations.js +2 -1
  52. package/dist/modules/crm/operations.js.map +1 -1
  53. package/dist/modules/crm_backend/index.d.ts.map +1 -1
  54. package/dist/modules/crm_backend/index.js +5 -2
  55. package/dist/modules/crm_backend/index.js.map +1 -1
  56. package/dist/modules/crm_backend/messages.d.ts +116 -0
  57. package/dist/modules/crm_backend/messages.d.ts.map +1 -1
  58. package/dist/modules/crm_backend/messages.js +122 -6
  59. package/dist/modules/crm_backend/messages.js.map +1 -1
  60. package/dist/modules/crm_backend/routes.d.ts.map +1 -1
  61. package/dist/modules/crm_backend/routes.js +434 -174
  62. package/dist/modules/crm_backend/routes.js.map +1 -1
  63. package/dist/modules/crm_backend/screens/case-create.d.ts +7 -0
  64. package/dist/modules/crm_backend/screens/case-create.d.ts.map +1 -1
  65. package/dist/modules/crm_backend/screens/case-create.js +13 -4
  66. package/dist/modules/crm_backend/screens/case-create.js.map +1 -1
  67. package/dist/modules/crm_backend/screens/case-detail.d.ts +6 -0
  68. package/dist/modules/crm_backend/screens/case-detail.d.ts.map +1 -1
  69. package/dist/modules/crm_backend/screens/case-detail.js +73 -23
  70. package/dist/modules/crm_backend/screens/case-detail.js.map +1 -1
  71. package/dist/modules/crm_backend/screens/configuration.d.ts +21 -3
  72. package/dist/modules/crm_backend/screens/configuration.d.ts.map +1 -1
  73. package/dist/modules/crm_backend/screens/configuration.js +260 -55
  74. package/dist/modules/crm_backend/screens/configuration.js.map +1 -1
  75. package/dist/modules/crm_backend/screens/index.d.ts +3 -3
  76. package/dist/modules/crm_backend/screens/index.d.ts.map +1 -1
  77. package/dist/modules/crm_backend/screens/index.js +2 -2
  78. package/dist/modules/crm_backend/screens/index.js.map +1 -1
  79. package/dist/modules/crm_staff_channel/channel-routes.d.ts.map +1 -1
  80. package/dist/modules/crm_staff_channel/channel-routes.js +1 -12
  81. package/dist/modules/crm_staff_channel/channel-routes.js.map +1 -1
  82. package/dist/modules/flow/membership.d.ts.map +1 -1
  83. package/dist/modules/flow/membership.js +7 -1
  84. package/dist/modules/flow/membership.js.map +1 -1
  85. package/dist/modules/flow/operations.d.ts +10 -4
  86. package/dist/modules/flow/operations.d.ts.map +1 -1
  87. package/dist/modules/flow/operations.js +10 -4
  88. package/dist/modules/flow/operations.js.map +1 -1
  89. package/dist/modules/flow_staff_channel/channel-routes.d.ts.map +1 -1
  90. package/dist/modules/flow_staff_channel/channel-routes.js +1 -20
  91. package/dist/modules/flow_staff_channel/channel-routes.js.map +1 -1
  92. package/dist/modules/hospitality_core/messages.d.ts.map +1 -1
  93. package/dist/modules/hospitality_core/messages.js +44 -0
  94. package/dist/modules/hospitality_core/messages.js.map +1 -1
  95. package/dist/modules/hospitality_core/night-audit.d.ts.map +1 -1
  96. package/dist/modules/hospitality_core/night-audit.js +7 -0
  97. package/dist/modules/hospitality_core/night-audit.js.map +1 -1
  98. package/dist/modules/hospitality_core/operations.d.ts.map +1 -1
  99. package/dist/modules/hospitality_core/operations.js +150 -40
  100. package/dist/modules/hospitality_core/operations.js.map +1 -1
  101. package/dist/modules/hospitality_core/routes.d.ts.map +1 -1
  102. package/dist/modules/hospitality_core/routes.js +24 -2
  103. package/dist/modules/hospitality_core/routes.js.map +1 -1
  104. package/dist/modules/hospitality_core/screens/check-out-prep.d.ts +46 -0
  105. package/dist/modules/hospitality_core/screens/check-out-prep.d.ts.map +1 -0
  106. package/dist/modules/hospitality_core/screens/check-out-prep.js +133 -0
  107. package/dist/modules/hospitality_core/screens/check-out-prep.js.map +1 -0
  108. package/dist/modules/hospitality_core/screens/folio-detail.d.ts.map +1 -1
  109. package/dist/modules/hospitality_core/screens/folio-detail.js +2 -4
  110. package/dist/modules/hospitality_core/screens/folio-detail.js.map +1 -1
  111. package/dist/modules/hospitality_core/screens/index.d.ts +2 -0
  112. package/dist/modules/hospitality_core/screens/index.d.ts.map +1 -1
  113. package/dist/modules/hospitality_core/screens/index.js +1 -0
  114. package/dist/modules/hospitality_core/screens/index.js.map +1 -1
  115. package/dist/modules/hospitality_core/screens/reservation-detail.d.ts.map +1 -1
  116. package/dist/modules/hospitality_core/screens/reservation-detail.js +8 -1
  117. package/dist/modules/hospitality_core/screens/reservation-detail.js.map +1 -1
  118. package/dist/modules/hospitality_core/screens/shared.d.ts +12 -0
  119. package/dist/modules/hospitality_core/screens/shared.d.ts.map +1 -1
  120. package/dist/modules/hospitality_core/screens/shared.js +25 -4
  121. package/dist/modules/hospitality_core/screens/shared.js.map +1 -1
  122. package/dist/modules/hospitality_core/services.d.ts +48 -0
  123. package/dist/modules/hospitality_core/services.d.ts.map +1 -1
  124. package/dist/modules/hospitality_core/services.js +70 -0
  125. package/dist/modules/hospitality_core/services.js.map +1 -1
  126. package/dist/modules/hospitality_staff_channel/channel-routes.d.ts.map +1 -1
  127. package/dist/modules/hospitality_staff_channel/channel-routes.js +1 -12
  128. package/dist/modules/hospitality_staff_channel/channel-routes.js.map +1 -1
  129. package/dist/modules/inventory_staff_channel/channel-routes.d.ts.map +1 -1
  130. package/dist/modules/inventory_staff_channel/channel-routes.js +1 -12
  131. package/dist/modules/inventory_staff_channel/channel-routes.js.map +1 -1
  132. package/dist/modules/loyalty/admin-functions.d.ts +2 -0
  133. package/dist/modules/loyalty/admin-functions.d.ts.map +1 -1
  134. package/dist/modules/loyalty/admin-functions.js +96 -20
  135. package/dist/modules/loyalty/admin-functions.js.map +1 -1
  136. package/dist/modules/loyalty/engine.d.ts +4 -1
  137. package/dist/modules/loyalty/engine.d.ts.map +1 -1
  138. package/dist/modules/loyalty/engine.js +125 -18
  139. package/dist/modules/loyalty/engine.js.map +1 -1
  140. package/dist/modules/loyalty/index.d.ts.map +1 -1
  141. package/dist/modules/loyalty/index.js +4 -3
  142. package/dist/modules/loyalty/index.js.map +1 -1
  143. package/dist/modules/loyalty/jobs.d.ts.map +1 -1
  144. package/dist/modules/loyalty/jobs.js +0 -1
  145. package/dist/modules/loyalty/jobs.js.map +1 -1
  146. package/dist/modules/loyalty/membership-functions.d.ts +5 -0
  147. package/dist/modules/loyalty/membership-functions.d.ts.map +1 -1
  148. package/dist/modules/loyalty/membership-functions.js +37 -23
  149. package/dist/modules/loyalty/membership-functions.js.map +1 -1
  150. package/dist/modules/loyalty/messages.d.ts +14 -0
  151. package/dist/modules/loyalty/messages.d.ts.map +1 -1
  152. package/dist/modules/loyalty/messages.js +14 -0
  153. package/dist/modules/loyalty/messages.js.map +1 -1
  154. package/dist/modules/loyalty/models.d.ts.map +1 -1
  155. package/dist/modules/loyalty/models.js +17 -0
  156. package/dist/modules/loyalty/models.js.map +1 -1
  157. package/dist/modules/loyalty/order-functions.d.ts.map +1 -1
  158. package/dist/modules/loyalty/order-functions.js +70 -17
  159. package/dist/modules/loyalty/order-functions.js.map +1 -1
  160. package/dist/modules/loyalty/program-design.d.ts +11 -0
  161. package/dist/modules/loyalty/program-design.d.ts.map +1 -0
  162. package/dist/modules/loyalty/program-design.js +356 -0
  163. package/dist/modules/loyalty/program-design.js.map +1 -0
  164. package/dist/modules/loyalty/stats.d.ts +0 -13
  165. package/dist/modules/loyalty/stats.d.ts.map +1 -1
  166. package/dist/modules/loyalty/stats.js +11 -6
  167. package/dist/modules/loyalty/stats.js.map +1 -1
  168. package/dist/modules/loyalty/stored-value.d.ts.map +1 -1
  169. package/dist/modules/loyalty/stored-value.js +7 -2
  170. package/dist/modules/loyalty/stored-value.js.map +1 -1
  171. package/dist/modules/loyalty/types.d.ts +1 -1
  172. package/dist/modules/loyalty/types.d.ts.map +1 -1
  173. package/dist/modules/loyalty_backend/design-messages.d.ts +221 -0
  174. package/dist/modules/loyalty_backend/design-messages.d.ts.map +1 -0
  175. package/dist/modules/loyalty_backend/design-messages.js +221 -0
  176. package/dist/modules/loyalty_backend/design-messages.js.map +1 -0
  177. package/dist/modules/loyalty_backend/index.js +224 -412
  178. package/dist/modules/loyalty_backend/index.js.map +1 -1
  179. package/dist/modules/loyalty_backend/messages.d.ts +642 -214
  180. package/dist/modules/loyalty_backend/messages.d.ts.map +1 -1
  181. package/dist/modules/loyalty_backend/messages.js +19 -13
  182. package/dist/modules/loyalty_backend/messages.js.map +1 -1
  183. package/dist/modules/loyalty_backend/program-workspace.d.ts +4 -0
  184. package/dist/modules/loyalty_backend/program-workspace.d.ts.map +1 -0
  185. package/dist/modules/loyalty_backend/program-workspace.js +600 -0
  186. package/dist/modules/loyalty_backend/program-workspace.js.map +1 -0
  187. package/dist/modules/loyalty_backend/screens/index.d.ts +12 -36
  188. package/dist/modules/loyalty_backend/screens/index.d.ts.map +1 -1
  189. package/dist/modules/loyalty_backend/screens/index.js +148 -292
  190. package/dist/modules/loyalty_backend/screens/index.js.map +1 -1
  191. package/dist/modules/loyalty_backend/screens/page-frame.d.ts.map +1 -1
  192. package/dist/modules/loyalty_backend/screens/page-frame.js +2 -2
  193. package/dist/modules/loyalty_backend/screens/page-frame.js.map +1 -1
  194. package/dist/modules/loyalty_pos/functions.d.ts.map +1 -1
  195. package/dist/modules/loyalty_pos/functions.js +1 -0
  196. package/dist/modules/loyalty_pos/functions.js.map +1 -1
  197. package/dist/modules/loyalty_pos/index.js +1 -1
  198. package/dist/modules/loyalty_pos/index.js.map +1 -1
  199. package/dist/modules/loyalty_sale/functions.d.ts +1 -0
  200. package/dist/modules/loyalty_sale/functions.d.ts.map +1 -1
  201. package/dist/modules/loyalty_sale/functions.js +1 -0
  202. package/dist/modules/loyalty_sale/functions.js.map +1 -1
  203. package/dist/modules/partner_backend/client/partner.css +3 -1
  204. package/dist/modules/partner_backend/index.d.ts.map +1 -1
  205. package/dist/modules/partner_backend/index.js +4 -0
  206. package/dist/modules/partner_backend/index.js.map +1 -1
  207. package/dist/modules/partner_backend/routes.d.ts.map +1 -1
  208. package/dist/modules/partner_backend/routes.js +6 -1
  209. package/dist/modules/partner_backend/routes.js.map +1 -1
  210. package/dist/modules/partner_backend/screens/form.d.ts +1 -0
  211. package/dist/modules/partner_backend/screens/form.d.ts.map +1 -1
  212. package/dist/modules/partner_backend/screens/form.js +1 -0
  213. package/dist/modules/partner_backend/screens/form.js.map +1 -1
  214. package/dist/modules/purchase_staff_channel/order-routes.d.ts.map +1 -1
  215. package/dist/modules/purchase_staff_channel/order-routes.js +1 -12
  216. package/dist/modules/purchase_staff_channel/order-routes.js.map +1 -1
  217. package/dist/modules/quality_staff_channel/channel-routes.d.ts.map +1 -1
  218. package/dist/modules/quality_staff_channel/channel-routes.js +1 -12
  219. package/dist/modules/quality_staff_channel/channel-routes.js.map +1 -1
  220. package/dist/modules/sale/functions.d.ts.map +1 -1
  221. package/dist/modules/sale/functions.js +27 -17
  222. package/dist/modules/sale/functions.js.map +1 -1
  223. package/dist/modules/sale_staff_channel/channel-routes.d.ts.map +1 -1
  224. package/dist/modules/sale_staff_channel/channel-routes.js +1 -12
  225. package/dist/modules/sale_staff_channel/channel-routes.js.map +1 -1
  226. package/dist/modules/sale_staff_channel/order-routes.d.ts.map +1 -1
  227. package/dist/modules/sale_staff_channel/order-routes.js +1 -12
  228. package/dist/modules/sale_staff_channel/order-routes.js.map +1 -1
  229. package/dist/modules/stock_staff_channel/operation-routes.d.ts.map +1 -1
  230. package/dist/modules/stock_staff_channel/operation-routes.js +1 -12
  231. package/dist/modules/stock_staff_channel/operation-routes.js.map +1 -1
  232. package/dist/modules/user/authorization.d.ts +64 -1
  233. package/dist/modules/user/authorization.d.ts.map +1 -1
  234. package/dist/modules/user/authorization.js +445 -53
  235. package/dist/modules/user/authorization.js.map +1 -1
  236. package/dist/modules/user/functions.d.ts.map +1 -1
  237. package/dist/modules/user/functions.js +45 -23
  238. package/dist/modules/user/functions.js.map +1 -1
  239. package/dist/modules/user/index.d.ts +2 -1
  240. package/dist/modules/user/index.d.ts.map +1 -1
  241. package/dist/modules/user/index.js +1 -1
  242. package/dist/modules/user/index.js.map +1 -1
  243. package/dist/modules/user/models.d.ts.map +1 -1
  244. package/dist/modules/user/models.js +5 -0
  245. package/dist/modules/user/models.js.map +1 -1
  246. package/dist/modules/user/roles.d.ts.map +1 -1
  247. package/dist/modules/user/roles.js +2 -1
  248. package/dist/modules/user/roles.js.map +1 -1
  249. package/dist/modules/user_backend/access-routes.d.ts +31 -0
  250. package/dist/modules/user_backend/access-routes.d.ts.map +1 -0
  251. package/dist/modules/user_backend/access-routes.js +447 -0
  252. package/dist/modules/user_backend/access-routes.js.map +1 -0
  253. package/dist/modules/user_backend/index.d.ts +1 -0
  254. package/dist/modules/user_backend/index.d.ts.map +1 -1
  255. package/dist/modules/user_backend/index.js +1 -0
  256. package/dist/modules/user_backend/index.js.map +1 -1
  257. package/dist/modules/user_backend/messages.d.ts +4 -0
  258. package/dist/modules/user_backend/messages.d.ts.map +1 -1
  259. package/dist/modules/user_backend/messages.js +4 -0
  260. package/dist/modules/user_backend/messages.js.map +1 -1
  261. package/dist/modules/user_backend/routes.d.ts.map +1 -1
  262. package/dist/modules/user_backend/routes.js +38 -3
  263. package/dist/modules/user_backend/routes.js.map +1 -1
  264. package/dist/modules/user_backend/screens/user-form.d.ts +1 -0
  265. package/dist/modules/user_backend/screens/user-form.d.ts.map +1 -1
  266. package/dist/modules/user_backend/screens/user-form.js +28 -0
  267. package/dist/modules/user_backend/screens/user-form.js.map +1 -1
  268. package/dist/modules/website/cms.d.ts.map +1 -1
  269. package/dist/modules/website/cms.js +283 -6
  270. package/dist/modules/website/cms.js.map +1 -1
  271. package/dist/modules/website/index.d.ts.map +1 -1
  272. package/dist/modules/website/index.js +12 -0
  273. package/dist/modules/website/index.js.map +1 -1
  274. package/dist/modules/website/media-usage.d.ts +38 -0
  275. package/dist/modules/website/media-usage.d.ts.map +1 -0
  276. package/dist/modules/website/media-usage.js +87 -0
  277. package/dist/modules/website/media-usage.js.map +1 -0
  278. package/dist/modules/website/paths.js +1 -1
  279. package/dist/modules/website/paths.js.map +1 -1
  280. package/dist/modules/website/sections.d.ts.map +1 -1
  281. package/dist/modules/website/sections.js +12 -1
  282. package/dist/modules/website/sections.js.map +1 -1
  283. package/dist/modules/website_backend/index.js +138 -0
  284. package/dist/modules/website_backend/index.js.map +1 -1
  285. package/dist/modules/website_backend/menus.d.ts.map +1 -1
  286. package/dist/modules/website_backend/menus.js +11 -0
  287. package/dist/modules/website_backend/menus.js.map +1 -1
  288. package/dist/modules/website_backend/routes.d.ts.map +1 -1
  289. package/dist/modules/website_backend/routes.js +414 -31
  290. package/dist/modules/website_backend/routes.js.map +1 -1
  291. package/dist/modules/website_backend/screens/index.d.ts +98 -6
  292. package/dist/modules/website_backend/screens/index.d.ts.map +1 -1
  293. package/dist/modules/website_backend/screens/index.js +600 -154
  294. package/dist/modules/website_backend/screens/index.js.map +1 -1
  295. package/dist/modules/website_backend/screens/page-frame.d.ts +3 -1
  296. package/dist/modules/website_backend/screens/page-frame.d.ts.map +1 -1
  297. package/dist/modules/website_backend/screens/page-frame.js +1 -1
  298. package/dist/modules/website_backend/screens/page-frame.js.map +1 -1
  299. package/dist/modules/website_menu/functions.d.ts.map +1 -1
  300. package/dist/modules/website_menu/functions.js +51 -0
  301. package/dist/modules/website_menu/functions.js.map +1 -1
  302. package/dist/modules/website_menu/index.js +2 -0
  303. package/dist/modules/website_menu/index.js.map +1 -1
  304. package/dist/modules/website_search/functions.d.ts.map +1 -1
  305. package/dist/modules/website_search/functions.js +10 -120
  306. package/dist/modules/website_search/functions.js.map +1 -1
  307. package/dist/modules/website_search/index.js +2 -0
  308. package/dist/modules/website_search/index.js.map +1 -1
  309. package/dist/modules/website_search/jobs.d.ts +3 -0
  310. package/dist/modules/website_search/jobs.d.ts.map +1 -0
  311. package/dist/modules/website_search/jobs.js +101 -0
  312. package/dist/modules/website_search/jobs.js.map +1 -0
  313. package/dist/modules/website_search/rebuild.d.ts +33 -0
  314. package/dist/modules/website_search/rebuild.d.ts.map +1 -0
  315. package/dist/modules/website_search/rebuild.js +125 -0
  316. package/dist/modules/website_search/rebuild.js.map +1 -0
  317. package/dist/permission-catalogue.d.ts.map +1 -1
  318. package/dist/permission-catalogue.js +21 -1
  319. package/dist/permission-catalogue.js.map +1 -1
  320. package/dist/scaffold/index.js +1 -1
  321. package/dist/ui/chrome.d.ts +8 -0
  322. package/dist/ui/chrome.d.ts.map +1 -1
  323. package/dist/ui/chrome.js +9 -1
  324. package/dist/ui/chrome.js.map +1 -1
  325. package/dist/ui/client/table-selection-view.d.ts.map +1 -1
  326. package/dist/ui/client/table-selection-view.js +161 -5
  327. package/dist/ui/client/table-selection-view.js.map +1 -1
  328. package/dist/ui/client/user-workflow.d.ts +2 -0
  329. package/dist/ui/client/user-workflow.d.ts.map +1 -0
  330. package/dist/ui/client/user-workflow.js +141 -0
  331. package/dist/ui/client/user-workflow.js.map +1 -0
  332. package/dist/ui/form.d.ts +9 -0
  333. package/dist/ui/form.d.ts.map +1 -1
  334. package/dist/ui/form.js +29 -15
  335. package/dist/ui/form.js.map +1 -1
  336. package/dist/ui/icons.d.ts.map +1 -1
  337. package/dist/ui/icons.js +2 -0
  338. package/dist/ui/icons.js.map +1 -1
  339. package/dist/ui/index.d.ts +7 -3
  340. package/dist/ui/index.d.ts.map +1 -1
  341. package/dist/ui/index.js +6 -3
  342. package/dist/ui/index.js.map +1 -1
  343. package/dist/ui/layout.d.ts.map +1 -1
  344. package/dist/ui/layout.js +14 -4
  345. package/dist/ui/layout.js.map +1 -1
  346. package/dist/ui/nav.d.ts.map +1 -1
  347. package/dist/ui/nav.js +2 -1
  348. package/dist/ui/nav.js.map +1 -1
  349. package/dist/ui/state.d.ts +20 -1
  350. package/dist/ui/state.d.ts.map +1 -1
  351. package/dist/ui/state.js +17 -0
  352. package/dist/ui/state.js.map +1 -1
  353. package/dist/ui/table.js +1 -1
  354. package/dist/ui/table.js.map +1 -1
  355. package/dist/ui/user-workflow.d.ts +72 -0
  356. package/dist/ui/user-workflow.d.ts.map +1 -0
  357. package/dist/ui/user-workflow.js +144 -0
  358. package/dist/ui/user-workflow.js.map +1 -0
  359. package/package.json +8 -4
@@ -1,219 +1,647 @@
1
1
  export declare const messages: {
2
2
  vi: {
3
- readonly 'app.title': 'Khách hàng thân thiết';
4
- readonly 'app.summary': 'Chương trình ưu đãi, ví điểm, thành viên và sổ cái Loyalty.';
5
- readonly 'app.category': 'Bán hàng';
6
- readonly 'menu.app': 'Loyalty';
7
- readonly 'menu.dashboard': 'Tổng quan';
8
- readonly 'menu.programs': 'Chương trình';
9
- readonly 'menu.wallets': 'Ví và thẻ';
10
- readonly 'menu.memberships': 'Thành viên';
11
- readonly 'menu.ledger': 'Sổ cái';
12
- readonly 'dashboard.title': 'Tổng quan Loyalty';
13
- readonly 'dashboard.records': 'Bản ghi';
14
- readonly 'dashboard.ledgerTitle': 'Lịch sử bất biến';
15
- readonly 'dashboard.ledgerHint': 'Mọi lần tích, đổi, điều chỉnh, hết hạn và đảo giao dịch đều được ghi thành bút toán riêng.';
16
- readonly 'programs.title': 'Chương trình Loyalty';
17
- readonly 'program.detail': 'Thiết lập chương trình';
18
- readonly 'rules.title': 'Quy tắc tích điểm';
19
- readonly 'rules.hint': 'Các quy tắc đủ điều kiện được xét ổn định theo độ ưu tiên.';
20
- readonly 'rewards.title': 'Phần thưởng';
21
- readonly 'rewards.hint': 'Hỗ trợ giảm giá, sản phẩm miễn phí và miễn phí giao hàng.';
22
- readonly 'wallets.title': 'Ví và thẻ Loyalty';
23
- readonly 'wallet.adjust': 'Điều chỉnh số dư';
24
- readonly 'wallet.adjustHint': 'Ghi một bút toán điều chỉnh; số dư cũ vẫn giữ nguyên trong sổ cái.';
25
- readonly 'wallet.recent': 'Giao dịch gần đây';
26
- readonly 'wallet.about': 'Thông tin ví / thẻ';
27
- readonly 'wallet.entries': 'Số giao dịch';
28
- readonly 'wallet.quickActions': 'Thao tác nhanh';
29
- readonly 'wallet.inLedger': 'Xem trong sổ cái';
30
- readonly 'tab.overview': 'Thông tin chung';
31
- readonly 'tab.ledger': 'Số dư & giao dịch';
32
- readonly 'tab.rules': 'Quy tắc tích điểm';
33
- readonly 'tab.rewards': 'Phần thưởng';
34
- readonly 'ledger.title': 'Sổ cái Loyalty';
35
- readonly 'memberships.title': 'Hạng thành viên';
36
- readonly 'memberships.config': 'Chính sách thành viên';
37
- readonly 'memberships.windowHint': 'Hạng mặc định được tính theo doanh số lũy kế trong cửa sổ 12 tháng.';
38
- readonly 'memberships.members': 'Danh sách thành viên';
39
- readonly 'tiers.title': 'Các hạng';
40
- readonly 'portal.title': 'Loyalty của tôi';
41
- readonly 'portal.wallets': 'Ví và quyền lợi';
42
- readonly 'portal.history': 'Lịch sử điểm';
43
- readonly 'order.title': 'Loyalty · {order}';
44
- readonly 'order.code': 'Mã ưu đãi hoặc mã ví';
45
- readonly 'order.pointsEarned': 'Đơn hàng này dự kiến tích {points} điểm.';
46
- readonly 'order.ineligible': 'Chưa đủ điều kiện';
47
- readonly 'order.rewardDetails': 'Quyền lợi';
48
- readonly 'validation.title': 'Không thể hoàn tất';
49
- readonly 'empty.title': 'Chưa có dữ liệu';
50
- readonly 'empty.hint': 'Tạo bản ghi đầu tiên để bắt đầu.';
51
- readonly 'action.createProgram': 'Tạo chương trình';
52
- readonly 'action.createWallet': 'Tạo ví';
53
- readonly 'action.save': 'Lưu thay đổi';
54
- readonly 'action.archive': 'Lưu trữ';
55
- readonly 'action.restore': 'Khôi phục';
56
- readonly 'action.addRule': 'Thêm quy tắc';
57
- readonly 'action.addReward': 'Thêm phần thưởng';
58
- readonly 'action.adjust': 'Ghi điều chỉnh';
59
- readonly 'action.addTier': 'Thêm hạng';
60
- readonly 'action.saveConfig': 'Lưu chính sách';
61
- readonly 'action.applyCode': 'Áp mã';
62
- readonly 'action.applyReward': 'Đổi phần thưởng';
63
- readonly 'action.removeReward': 'Bỏ phần thưởng';
64
- readonly 'action.backOrder': 'Quay lại đơn hàng';
65
- readonly 'action.openOrderLoyalty': 'Mở ưu đãi Loyalty';
66
- readonly 'field.name': 'Tên';
67
- readonly 'field.program': 'Chương trình';
68
- readonly 'field.programType': 'Loại chương trình';
69
- readonly 'field.state': 'Trạng thái';
70
- readonly 'field.sequence': 'Thứ tự';
71
- readonly 'field.currency': 'Tiền tệ';
72
- readonly 'field.dateFrom': 'Từ ngày';
73
- readonly 'field.dateTo': 'Đến ngày';
74
- readonly 'field.limitUsage': 'Giới hạn lượt dùng';
75
- readonly 'field.maxUsage': 'Số lượt tối đa';
76
- readonly 'field.appliesOn': 'Áp dụng trên';
77
- readonly 'field.trigger': 'Kích hoạt';
78
- readonly 'field.portalVisible': 'Hiển thị ở portal';
79
- readonly 'field.pointName': 'Tên đơn vị điểm';
80
- readonly 'field.availableSale': 'Dùng cho Bán hàng';
81
- readonly 'field.availablePos': 'Dùng cho POS';
82
- readonly 'field.availableOn': 'Kênh';
83
- readonly 'field.priority': 'Độ ưu tiên';
84
- readonly 'field.pointAmount': 'Số điểm';
85
- readonly 'field.pointMode': 'Cơ sở tính';
86
- readonly 'field.pointSplit': 'Tách thành nhiều phiếu';
87
- readonly 'field.minimumQuantity': 'Số lượng tối thiểu';
88
- readonly 'field.minimumAmount': 'Giá trị tối thiểu';
89
- readonly 'field.taxMode': 'Cơ sở thuế';
90
- readonly 'field.mode': 'Cách kích hoạt';
91
- readonly 'field.code': 'Mã';
92
- readonly 'field.description': 'Mô tả';
93
- readonly 'field.rewardType': 'Loại phần thưởng';
94
- readonly 'field.discount': 'Mức giảm';
95
- readonly 'field.discountMode': 'Kiểu giảm';
96
- readonly 'field.discountApplicability': 'Phạm vi giảm';
97
- readonly 'field.discountMaximum': 'Giảm tối đa';
98
- readonly 'field.rewardProduct': 'Sản phẩm tặng';
99
- readonly 'field.rewardProductQuantity': 'Số lượng tặng';
100
- readonly 'field.requiredPoints': 'Điểm cần đổi';
101
- readonly 'field.clearWallet': 'Dùng toàn bộ số dư';
102
- readonly 'field.partner': 'Khách hàng';
103
- readonly 'field.initialBalance': 'Số dư đầu';
104
- readonly 'field.expiresAt': 'Hết hạn';
105
- readonly 'field.balance': 'Số dư';
106
- readonly 'field.reserved': 'Đang giữ';
107
- readonly 'field.available': 'Có thể dùng';
108
- readonly 'field.unit': 'Đơn vị';
109
- readonly 'field.amount': 'Số lượng';
110
- readonly 'field.note': 'Ghi chú';
111
- readonly 'field.sourceId': ' tham chiếu';
112
- readonly 'field.createdAt': 'Thời điểm';
113
- readonly 'field.wallet': '';
114
- readonly 'field.operation': 'Nghiệp vụ';
115
- readonly 'field.balanceDelta': 'Biến động số dư';
116
- readonly 'field.source': 'Nguồn';
117
- readonly 'field.tier': 'Hạng';
118
- readonly 'field.minimumSpend': 'Doanh số tối thiểu';
119
- readonly 'field.redeemPercent': 'Trần đổi điểm';
120
- readonly 'field.rollingSpend': 'Doanh số lũy kế';
121
- readonly 'field.points': 'Điểm';
122
- readonly 'field.refreshedAt': 'Cập nhật lúc';
123
- readonly 'field.windowMonths': 'Cửa sổ (tháng)';
124
- readonly 'field.pointValue': 'Giá trị mỗi điểm';
125
- readonly 'field.minimumRedeemStep': 'Bước đổi tối thiểu';
126
- readonly 'field.fallbackCurrencyPerPoint': 'Giá trị tích mặc định';
127
- readonly 'field.fallbackEnabled': 'Bật cách tính mặc định';
128
- readonly 'state.active': 'Đang hoạt động';
129
- readonly 'state.archived': 'Đã lưu trữ';
130
- readonly 'state.running': 'Đang chạy';
131
- readonly 'state.upcoming': 'Sắp bắt đầu';
132
- readonly 'state.ended': 'Đã kết thúc';
133
- readonly 'state.locked': 'Tạm khoá';
134
- readonly 'state.expired': 'Hết hạn';
135
- readonly 'state.dormant': 'Không hoạt động';
136
- readonly 'channel.sale': 'Bán hàng';
137
- readonly 'channel.pos': 'POS';
138
- readonly 'channel.portal': 'Cổng khách hàng';
139
- readonly 'field.period': 'Thời gian';
140
- readonly 'period.always': 'Không giới hạn';
141
- readonly 'period.from': 'Từ {date}';
142
- readonly 'period.until': 'Đến {date}';
143
- readonly 'period.month': 'Tháng này';
144
- readonly 'period.quarter': 'Quý này';
145
- readonly 'period.year': 'Năm nay';
146
- readonly 'period.all': 'Toàn bộ';
147
- readonly 'value.months': '{count} tháng';
148
- readonly 'chrome.searchPrograms': 'Tìm theo tên chương trình…';
149
- readonly 'chrome.searchWallets': 'Tìm theo ví / thẻ…';
150
- readonly 'chrome.searchLedger': 'Tìm trong sổ cái…';
151
- readonly 'chrome.searchMembers': 'Tìm thành viên…';
152
- readonly 'programs.hint': 'Chương trình ưu đãi, tích điểm và hạng thành viên đang chạy.';
153
- readonly 'wallets.hint': ' thẻ của khách, cùng số dư đang nắm giữ.';
154
- readonly 'ledger.hint': 'Mọi thay đổi số dư, ghi bất biến theo thời điểm phát sinh.';
155
- readonly 'memberships.hint': 'Hạng thành viên và mức chi tiêu trong cửa sổ đang xét.';
156
- readonly 'stat.programs': 'Tổng chương trình';
157
- readonly 'stat.running': 'Đang chạy';
158
- readonly 'stat.upcoming': 'Sắp bắt đầu';
159
- readonly 'stat.archived': 'Đã lưu trữ';
160
- readonly 'stat.archivedHint': 'Không hiển thị với khách';
161
- readonly 'stat.ended': 'Đã kết thúc';
162
- readonly 'stat.wallets': 'Tổng ví / thẻ';
163
- readonly 'stat.balance': 'Tổng số dư';
164
- readonly 'stat.walletsActive': 'Đang hoạt động';
165
- readonly 'stat.walletsLocked': 'Tạm khoá';
166
- readonly 'stat.walletsExpired': 'Đã hết hạn';
167
- readonly 'stat.members': 'Tổng thành viên';
168
- readonly 'stat.membersActive': 'Đang hoạt động';
169
- readonly 'stat.membersDormant': 'Không hoạt động';
170
- readonly 'stat.points': 'Điểm tích luỹ';
171
- readonly 'stat.spend': 'Chi tiêu trong kỳ';
172
- readonly 'stat.entries': 'Tổng giao dịch';
173
- readonly 'stat.credit': 'Tổng cộng phát sinh';
174
- readonly 'stat.debit': 'Tổng cộng ghi nợ';
175
- readonly 'stat.opening': 'Số dư đầu kỳ';
176
- readonly 'stat.closing': 'Số dư cuối kỳ';
177
- readonly 'programType.coupons': 'Phiếu giảm giá';
178
- readonly 'programType.gift_card': 'Thẻ quà tặng';
179
- readonly 'programType.loyalty': 'Thẻ thành viên';
180
- readonly 'programType.promotion': 'Khuyến mãi';
181
- readonly 'programType.ewallet': ' điện tử';
182
- readonly 'programType.promo_code': ' khuyến mãi';
183
- readonly 'programType.buy_x_get_y': 'Mua X tặng Y';
184
- readonly 'programType.next_order_coupons': 'Phiếu cho đơn kế tiếp';
185
- readonly 'trigger.auto': 'Tự động';
186
- readonly 'trigger.with_code': 'Bằng ';
187
- readonly 'appliesOn.current': 'Đơn hiện tại';
188
- readonly 'appliesOn.future': 'Đơn tương lai';
189
- readonly 'appliesOn.both': 'Hiện tại tương lai';
190
- readonly 'pointMode.order': 'Theo đơn hàng';
191
- readonly 'pointMode.money': 'Theo giá trị';
192
- readonly 'pointMode.unit': 'Theo số lượng';
193
- readonly 'taxMode.incl': ' thuế';
194
- readonly 'taxMode.excl': 'Chưa thuế';
195
- readonly 'rewardType.discount': 'Giảm giá';
196
- readonly 'rewardType.product': 'Sản phẩm miễn phí';
197
- readonly 'rewardType.shipping': 'Miễn phí giao hàng';
198
- readonly 'discountMode.percent': 'Phần trăm';
199
- readonly 'discountMode.per_order': 'Số tiền cố định';
200
- readonly 'discountMode.per_point': 'Theo điểm';
201
- readonly 'discountApplicability.order': 'Toàn đơn';
202
- readonly 'discountApplicability.cheapest': 'Sản phẩm rẻ nhất';
203
- readonly 'discountApplicability.specific': 'Sản phẩm chỉ định';
204
- readonly 'walletUnit.points': 'Điểm';
205
- readonly 'walletUnit.currency': 'Tiền tệ';
206
- readonly 'operation.earn': 'Tích';
207
- readonly 'operation.issue': 'Phát hành';
208
- readonly 'operation.redeem': 'Đổi';
209
- readonly 'operation.refund': 'Hoàn lại';
210
- readonly 'operation.adjust': 'Điều chỉnh';
211
- readonly 'operation.expire': 'Hết hạn';
212
- readonly 'operation.reverse': 'Đảo giao dịch';
213
- readonly 'error.invalid': 'Dữ liệu chưa hợp lệ. Vui lòng kiểm tra lại.';
214
- readonly 'error.notFound': 'Không tìm thấy bản ghi.';
215
- readonly 'error.partnerRequired': 'Tài khoản chưa được liên kết với hồ sơ khách hàng.';
3
+ 'field.date': string;
4
+ 'field.warehouseId': string;
5
+ 'design.allWarehouses': string;
6
+ 'field.rewardProductId': string;
7
+ 'field.rewardProductQuantity': string;
8
+ 'field.partnerId': string;
9
+ 'design.advanced': string;
10
+ 'design.moreLines': string;
11
+ 'design.saveBeforeLeave': string;
12
+ 'design.trace.stock': string;
13
+ 'design.trace.customer': string;
14
+ 'design.back': string;
15
+ 'design.cancel': string;
16
+ 'design.save': string;
17
+ 'design.createSetup': string;
18
+ 'design.activate': string;
19
+ 'design.archive': string;
20
+ 'design.restore': string;
21
+ 'design.rule': string;
22
+ 'design.reward': string;
23
+ 'design.add.rule': string;
24
+ 'design.add.reward': string;
25
+ 'design.scope': string;
26
+ 'design.all': string;
27
+ 'design.specific': string;
28
+ 'design.enabled': string;
29
+ 'design.disabled': string;
30
+ 'design.disable': string;
31
+ 'design.enable': string;
32
+ 'design.points': string;
33
+ 'design.rate': string;
34
+ 'design.line': string;
35
+ 'design.noProduct': string;
36
+ 'design.none': string;
37
+ 'design.guest': string;
38
+ 'design.untaxedPrice': string;
39
+ 'design.taxedPrice': string;
40
+ 'design.calculate': string;
41
+ 'design.result': string;
42
+ 'design.earned': string;
43
+ 'design.available': string;
44
+ 'design.cost': string;
45
+ 'design.discount': string;
46
+ 'design.ready': string;
47
+ 'design.notReady': string;
48
+ 'design.calendar': string;
49
+ 'design.voucherValidity': string;
50
+ 'design.usage': string;
51
+ 'design.companyScope': string;
52
+ 'design.setup': string;
53
+ 'design.readyHint': string;
54
+ 'design.saveActive': string;
55
+ 'design.activateConfirm': string;
56
+ 'design.stopPoints': string;
57
+ 'design.stopMoney': string;
58
+ 'design.restoreConfirm': string;
59
+ 'design.unsaved': string;
60
+ 'design.rulesAdd': string;
61
+ 'design.groups': string;
62
+ 'design.oneReward': string;
63
+ 'design.threshold': string;
64
+ 'design.rateHint': string;
65
+ 'design.discountUnits': string;
66
+ 'design.cap': string;
67
+ 'design.shipping': string;
68
+ 'design.stock': string;
69
+ 'design.fixedPoints': string;
70
+ 'design.toggleHint': string;
71
+ 'design.preview': string;
72
+ 'design.balancePreview': string;
73
+ 'design.purpose.loyalty': string;
74
+ 'design.purpose.promotion': string;
75
+ 'design.purpose.promo_code': string;
76
+ 'design.purpose.coupons': string;
77
+ 'design.purpose.buy_x_get_y': string;
78
+ 'design.purpose.next_order_coupons': string;
79
+ 'design.purpose.gift_card': string;
80
+ 'design.purpose.ewallet': string;
81
+ 'design.tab.overview': string;
82
+ 'design.tab.rules': string;
83
+ 'design.tab.rewards': string;
84
+ 'design.tab.simulator': string;
85
+ 'design.trace.scope': string;
86
+ 'design.trace.stopped': string;
87
+ 'design.trace.schedule': string;
88
+ 'design.trace.currency': string;
89
+ 'design.trace.channel': string;
90
+ 'design.trace.pricelist': string;
91
+ 'design.trace.usage': string;
92
+ 'design.trace.expired': string;
93
+ 'design.trace.code': string;
94
+ 'design.trace.rulePassed': string;
95
+ 'design.trace.ruleFailed': string;
96
+ 'design.trace.points': string;
97
+ 'design.trace.issuance': string;
98
+ 'design.trace.rewardAvailable': string;
99
+ 'design.trace.rewardUnavailable': string;
100
+ 'field.startDate': string;
101
+ 'field.endDate': string;
102
+ 'field.pricelistIds': string;
103
+ 'field.productIds': string;
104
+ 'field.voucherValidityDays': string;
105
+ 'field.shipping': string;
106
+ 'field.availablePoints': string;
107
+ 'field.channel': string;
108
+ 'field.quantity': string;
109
+ 'state.draft': string;
110
+ 'app.title': 'Khách hàng thân thiết';
111
+ 'app.summary': 'Chương trình ưu đãi, ví điểm, thành viên và sổ cái Loyalty.';
112
+ 'app.category': 'Bán hàng';
113
+ 'menu.app': 'Loyalty';
114
+ 'menu.dashboard': 'Tổng quan';
115
+ 'menu.programs': 'Chương trình';
116
+ 'menu.wallets': 'Ví và thẻ';
117
+ 'menu.memberships': 'Hạng & điểm';
118
+ 'menu.ledger': 'Sổ cái';
119
+ 'dashboard.title': 'Tổng quan Loyalty';
120
+ 'dashboard.records': 'Bản ghi';
121
+ 'dashboard.ledgerTitle': 'Lịch sử bất biến';
122
+ 'dashboard.ledgerHint': 'Mọi lần tích, đổi, điều chỉnh, hết hạn và đảo giao dịch đều được ghi thành bút toán riêng.';
123
+ 'programs.title': 'Chương trình Loyalty';
124
+ 'program.detail': 'Thiết lập chương trình';
125
+ 'rules.title': 'Quy tắc tích điểm';
126
+ 'rules.hint': 'Các quy tắc đủ điều kiện được xét ổn định theo độ ưu tiên.';
127
+ 'rewards.title': 'Phần thưởng';
128
+ 'rewards.hint': 'Hỗ trợ giảm giá, sản phẩm miễn phí và miễn phí giao hàng.';
129
+ 'wallets.title': ' thẻ Loyalty';
130
+ 'wallet.adjust': 'Điều chỉnh số dư';
131
+ 'wallet.adjustHint': 'Ghi một bút toán điều chỉnh; số dư cũ vẫn giữ nguyên trong sổ cái.';
132
+ 'wallet.recent': 'Giao dịch gần đây';
133
+ 'wallet.about': 'Thông tin ví / thẻ';
134
+ 'wallet.entries': 'Số giao dịch';
135
+ 'wallet.quickActions': 'Thao tác nhanh';
136
+ 'wallet.inLedger': 'Xem trong sổ cái';
137
+ 'tab.overview': 'Thông tin chung';
138
+ 'tab.ledger': 'Số & giao dịch';
139
+ 'tab.rules': 'Quy tắc tích điểm';
140
+ 'tab.rewards': 'Phần thưởng';
141
+ 'ledger.title': 'Sổ cái Loyalty';
142
+ 'memberships.title': 'Hạng thành viên';
143
+ 'memberships.hint': 'Mỗi hạng xác định mức chi tiêu và khoảng thời gian xét riêng.';
144
+ 'memberships.windowExamples': ' dụ: 6 tháng, 12 tháng = 1 năm, 120 tháng = 10 năm.';
145
+ 'memberships.members': 'Danh sách thành viên';
146
+ 'tiers.title': 'Các hạng';
147
+ 'tiers.hint': 'Bấm vào một dòng để mở và chỉnh sửa hạng.';
148
+ 'portal.title': 'Loyalty của tôi';
149
+ 'portal.wallets': ' quyền lợi';
150
+ 'portal.history': 'Lịch sử điểm';
151
+ 'order.title': 'Loyalty · {order}';
152
+ 'order.code': ' ưu đãi hoặc ';
153
+ 'order.pointsEarned': 'Đơn hàng này dự kiến tích {points} điểm.';
154
+ 'order.ineligible': 'Chưa đủ điều kiện';
155
+ 'order.rewardDetails': 'Quyền lợi';
156
+ 'validation.title': 'Không thể hoàn tất';
157
+ 'empty.title': 'Chưa có dữ liệu';
158
+ 'empty.hint': 'Tạo bản ghi đầu tiên để bắt đầu.';
159
+ 'action.createProgram': 'Tạo chương trình';
160
+ 'action.createWallet': 'Tạo ';
161
+ 'action.save': 'Lưu thay đổi';
162
+ 'action.archive': 'Lưu trữ';
163
+ 'action.restore': 'Khôi phục';
164
+ 'action.addRule': 'Thêm quy tắc';
165
+ 'action.addReward': 'Thêm phần thưởng';
166
+ 'action.adjust': 'Ghi điều chỉnh';
167
+ 'action.addTier': 'Thêm hạng';
168
+ 'action.editTier': 'Sửa hạng';
169
+ 'action.cancel': 'Hủy';
170
+ 'action.applyCode': 'Áp ';
171
+ 'action.applyReward': 'Đổi phần thưởng';
172
+ 'action.removeReward': 'Bỏ phần thưởng';
173
+ 'action.backOrder': 'Quay lại đơn hàng';
174
+ 'action.openOrderLoyalty': 'Mở ưu đãi Loyalty';
175
+ 'field.name': 'Tên';
176
+ 'field.program': 'Chương trình';
177
+ 'field.programType': 'Loại chương trình';
178
+ 'field.state': 'Trạng thái';
179
+ 'field.sequence': 'Thứ tự';
180
+ 'field.currency': 'Tiền tệ';
181
+ 'field.dateFrom': 'Từ ngày';
182
+ 'field.dateTo': 'Đến ngày';
183
+ 'field.limitUsage': 'Giới hạn lượt dùng';
184
+ 'field.maxUsage': 'Số lượt tối đa';
185
+ 'field.appliesOn': 'Áp dụng trên';
186
+ 'field.trigger': 'Kích hoạt';
187
+ 'field.portalVisible': 'Hiển thị ở portal';
188
+ 'field.pointName': 'Tên đơn vị điểm';
189
+ 'field.availableSale': 'Dùng cho Bán hàng';
190
+ 'field.availablePos': 'Dùng cho POS';
191
+ 'field.availableOn': 'Kênh';
192
+ 'field.priority': 'Độ ưu tiên';
193
+ 'field.pointAmount': 'Số điểm';
194
+ 'field.pointMode': ' sở tính';
195
+ 'field.pointSplit': 'Tách thành nhiều phiếu';
196
+ 'field.minimumQuantity': 'Số lượng tối thiểu';
197
+ 'field.minimumAmount': 'Giá trị tối thiểu';
198
+ 'field.taxMode': ' sở thuế';
199
+ 'field.mode': 'Cách kích hoạt';
200
+ 'field.code': '';
201
+ 'field.description': ' tả';
202
+ 'field.rewardType': 'Loại phần thưởng';
203
+ 'field.discount': 'Mức giảm';
204
+ 'field.discountMode': 'Kiểu giảm';
205
+ 'field.discountApplicability': 'Phạm vi giảm';
206
+ 'field.discountMaximum': 'Giảm tối đa';
207
+ 'field.rewardProduct': 'Sản phẩm tặng';
208
+ 'field.requiredPoints': 'Điểm cần đổi';
209
+ 'field.clearWallet': 'Dùng toàn bộ số dư';
210
+ 'field.partner': 'Khách hàng';
211
+ 'field.initialBalance': 'Số dư đầu';
212
+ 'field.expiresAt': 'Hết hạn';
213
+ 'field.balance': 'Số ';
214
+ 'field.reserved': 'Đang giữ';
215
+ 'field.available': ' thể dùng';
216
+ 'field.unit': 'Đơn vị';
217
+ 'field.amount': 'Số lượng';
218
+ 'field.note': 'Ghi chú';
219
+ 'field.sourceId': 'Mã tham chiếu';
220
+ 'field.createdAt': 'Thời điểm';
221
+ 'field.wallet': 'Ví';
222
+ 'field.operation': 'Nghiệp vụ';
223
+ 'field.balanceDelta': 'Biến động số dư';
224
+ 'field.source': 'Nguồn';
225
+ 'field.tier': 'Hạng';
226
+ 'field.minimumSpend': 'Doanh số tối thiểu';
227
+ 'field.redeemPercent': 'Trần đổi điểm';
228
+ 'field.rollingSpend': 'Doanh số lũy kế';
229
+ 'field.points': 'Điểm';
230
+ 'field.refreshedAt': 'Cập nhật lúc';
231
+ 'field.windowMonths': 'Khoảng thời gian chi tiêu (tháng)';
232
+ 'field.pointValue': 'Giá trị mỗi điểm';
233
+ 'field.minimumRedeemStep': 'Bước đổi tối thiểu';
234
+ 'field.fallbackCurrencyPerPoint': 'Giá trị tích mặc định';
235
+ 'field.fallbackEnabled': 'Bật cách tính mặc định';
236
+ 'state.active': 'Đang hoạt động';
237
+ 'state.archived': 'Đã lưu trữ';
238
+ 'state.running': 'Đang chạy';
239
+ 'state.upcoming': 'Sắp bắt đầu';
240
+ 'state.ended': 'Đã kết thúc';
241
+ 'state.locked': 'Tạm khoá';
242
+ 'state.expired': 'Hết hạn';
243
+ 'state.dormant': 'Không hoạt động';
244
+ 'channel.sale': 'Bán hàng';
245
+ 'channel.pos': 'POS';
246
+ 'channel.portal': 'Cổng khách hàng';
247
+ 'field.period': 'Thời gian';
248
+ 'period.always': 'Không giới hạn';
249
+ 'period.from': 'Từ {date}';
250
+ 'period.until': 'Đến {date}';
251
+ 'period.month': 'Tháng này';
252
+ 'period.quarter': 'Quý này';
253
+ 'period.year': 'Năm nay';
254
+ 'period.all': 'Toàn bộ';
255
+ 'value.months': '{count} tháng';
256
+ 'chrome.searchPrograms': 'Tìm theo tên chương trình…';
257
+ 'chrome.searchWallets': 'Tìm theo mã ví / thẻ…';
258
+ 'chrome.searchLedger': 'Tìm trong sổ cái…';
259
+ 'chrome.searchMembers': 'Tìm thành viên…';
260
+ 'programs.hint': 'Chương trình ưu đãi, tích điểm và hạng thành viên đang chạy.';
261
+ 'wallets.hint': 'Ví và thẻ của khách, cùng số dư đang nắm giữ.';
262
+ 'ledger.hint': 'Mọi thay đổi số dư, ghi bất biến theo thời điểm phát sinh.';
263
+ 'stat.programs': 'Tổng chương trình';
264
+ 'stat.running': 'Đang chạy';
265
+ 'stat.upcoming': 'Sắp bắt đầu';
266
+ 'stat.archived': 'Đã lưu trữ';
267
+ 'stat.archivedHint': 'Không hiển thị với khách';
268
+ 'stat.ended': 'Đã kết thúc';
269
+ 'stat.wallets': 'Tổng ví / thẻ';
270
+ 'stat.balance': 'Tổng số dư';
271
+ 'stat.walletsActive': 'Đang hoạt động';
272
+ 'stat.walletsLocked': 'Tạm khoá';
273
+ 'stat.walletsExpired': 'Đã hết hạn';
274
+ 'stat.members': 'Tổng thành viên';
275
+ 'stat.membersActive': 'Đang hoạt động';
276
+ 'stat.membersDormant': 'Không hoạt động';
277
+ 'stat.points': 'Điểm tích luỹ';
278
+ 'stat.spend': 'Chi tiêu trong kỳ';
279
+ 'stat.entries': 'Tổng giao dịch';
280
+ 'stat.credit': 'Tổng cộng phát sinh';
281
+ 'stat.debit': 'Tổng cộng ghi nợ';
282
+ 'stat.opening': 'Số dư đầu kỳ';
283
+ 'stat.closing': 'Số dư cuối kỳ';
284
+ 'programType.coupons': 'Phiếu giảm giá';
285
+ 'programType.gift_card': 'Thẻ quà tặng';
286
+ 'programType.loyalty': 'Thẻ thành viên';
287
+ 'programType.promotion': 'Khuyến mãi';
288
+ 'programType.ewallet': 'Ví điện tử';
289
+ 'programType.promo_code': 'Mã khuyến mãi';
290
+ 'programType.buy_x_get_y': 'Mua X tặng Y';
291
+ 'programType.next_order_coupons': 'Phiếu cho đơn kế tiếp';
292
+ 'trigger.auto': 'Tự động';
293
+ 'trigger.with_code': 'Bằng mã';
294
+ 'appliesOn.current': 'Đơn hiện tại';
295
+ 'appliesOn.future': 'Đơn tương lai';
296
+ 'appliesOn.both': 'Hiện tại và tương lai';
297
+ 'pointMode.order': 'Theo đơn hàng';
298
+ 'pointMode.money': 'Theo giá trị';
299
+ 'pointMode.unit': 'Theo số lượng';
300
+ 'taxMode.incl': 'Có thuế';
301
+ 'taxMode.excl': 'Chưa thuế';
302
+ 'rewardType.discount': 'Giảm giá';
303
+ 'rewardType.product': 'Sản phẩm miễn phí';
304
+ 'rewardType.shipping': 'Miễn phí giao hàng';
305
+ 'discountMode.percent': 'Phần trăm';
306
+ 'discountMode.per_order': 'Số tiền cố định';
307
+ 'discountMode.per_point': 'Theo điểm';
308
+ 'discountApplicability.order': 'Toàn đơn';
309
+ 'discountApplicability.cheapest': 'Sản phẩm rẻ nhất';
310
+ 'discountApplicability.specific': 'Sản phẩm chỉ định';
311
+ 'walletUnit.points': 'Điểm';
312
+ 'walletUnit.currency': 'Tiền tệ';
313
+ 'operation.earn': 'Tích';
314
+ 'operation.issue': 'Phát hành';
315
+ 'operation.redeem': 'Đổi';
316
+ 'operation.refund': 'Hoàn lại';
317
+ 'operation.adjust': 'Điều chỉnh';
318
+ 'operation.expire': 'Hết hạn';
319
+ 'operation.reverse': 'Đảo giao dịch';
320
+ 'error.invalid': 'Dữ liệu chưa hợp lệ. Vui lòng kiểm tra lại.';
321
+ 'error.notFound': 'Không tìm thấy bản ghi.';
322
+ 'error.partnerRequired': 'Tài khoản chưa được liên kết với hồ sơ khách hàng.';
323
+ };
324
+ en: {
325
+ 'field.date': string;
326
+ 'field.warehouseId': string;
327
+ 'design.allWarehouses': string;
328
+ 'field.rewardProductId': string;
329
+ 'field.rewardProductQuantity': string;
330
+ 'field.partnerId': string;
331
+ 'design.advanced': string;
332
+ 'design.moreLines': string;
333
+ 'design.saveBeforeLeave': string;
334
+ 'design.trace.stock': string;
335
+ 'design.trace.customer': string;
336
+ 'design.back': string;
337
+ 'design.cancel': string;
338
+ 'design.save': string;
339
+ 'design.createSetup': string;
340
+ 'design.activate': string;
341
+ 'design.archive': string;
342
+ 'design.restore': string;
343
+ 'design.rule': string;
344
+ 'design.reward': string;
345
+ 'design.add.rule': string;
346
+ 'design.add.reward': string;
347
+ 'design.scope': string;
348
+ 'design.all': string;
349
+ 'design.specific': string;
350
+ 'design.enabled': string;
351
+ 'design.disabled': string;
352
+ 'design.disable': string;
353
+ 'design.enable': string;
354
+ 'design.points': string;
355
+ 'design.rate': string;
356
+ 'design.line': string;
357
+ 'design.noProduct': string;
358
+ 'design.none': string;
359
+ 'design.guest': string;
360
+ 'design.untaxedPrice': string;
361
+ 'design.taxedPrice': string;
362
+ 'design.calculate': string;
363
+ 'design.result': string;
364
+ 'design.earned': string;
365
+ 'design.available': string;
366
+ 'design.cost': string;
367
+ 'design.discount': string;
368
+ 'design.ready': string;
369
+ 'design.notReady': string;
370
+ 'design.calendar': string;
371
+ 'design.voucherValidity': string;
372
+ 'design.usage': string;
373
+ 'design.companyScope': string;
374
+ 'design.setup': string;
375
+ 'design.readyHint': string;
376
+ 'design.saveActive': string;
377
+ 'design.activateConfirm': string;
378
+ 'design.stopPoints': string;
379
+ 'design.stopMoney': string;
380
+ 'design.restoreConfirm': string;
381
+ 'design.unsaved': string;
382
+ 'design.rulesAdd': string;
383
+ 'design.groups': string;
384
+ 'design.oneReward': string;
385
+ 'design.threshold': string;
386
+ 'design.rateHint': string;
387
+ 'design.discountUnits': string;
388
+ 'design.cap': string;
389
+ 'design.shipping': string;
390
+ 'design.stock': string;
391
+ 'design.fixedPoints': string;
392
+ 'design.toggleHint': string;
393
+ 'design.preview': string;
394
+ 'design.balancePreview': string;
395
+ 'design.purpose.loyalty': string;
396
+ 'design.purpose.promotion': string;
397
+ 'design.purpose.promo_code': string;
398
+ 'design.purpose.coupons': string;
399
+ 'design.purpose.buy_x_get_y': string;
400
+ 'design.purpose.next_order_coupons': string;
401
+ 'design.purpose.gift_card': string;
402
+ 'design.purpose.ewallet': string;
403
+ 'design.tab.overview': string;
404
+ 'design.tab.rules': string;
405
+ 'design.tab.rewards': string;
406
+ 'design.tab.simulator': string;
407
+ 'design.trace.scope': string;
408
+ 'design.trace.stopped': string;
409
+ 'design.trace.schedule': string;
410
+ 'design.trace.currency': string;
411
+ 'design.trace.channel': string;
412
+ 'design.trace.pricelist': string;
413
+ 'design.trace.usage': string;
414
+ 'design.trace.expired': string;
415
+ 'design.trace.code': string;
416
+ 'design.trace.rulePassed': string;
417
+ 'design.trace.ruleFailed': string;
418
+ 'design.trace.points': string;
419
+ 'design.trace.issuance': string;
420
+ 'design.trace.rewardAvailable': string;
421
+ 'design.trace.rewardUnavailable': string;
422
+ 'field.startDate': string;
423
+ 'field.endDate': string;
424
+ 'field.pricelistIds': string;
425
+ 'field.productIds': string;
426
+ 'field.voucherValidityDays': string;
427
+ 'field.shipping': string;
428
+ 'field.availablePoints': string;
429
+ 'field.channel': string;
430
+ 'field.quantity': string;
431
+ 'state.draft': string;
432
+ "action.addReward": string;
433
+ "action.addRule": string;
434
+ "action.addTier": string;
435
+ "action.adjust": string;
436
+ "action.applyCode": string;
437
+ "action.applyReward": string;
438
+ "action.archive": string;
439
+ "action.backOrder": string;
440
+ "action.cancel": string;
441
+ "action.createProgram": string;
442
+ "action.createWallet": string;
443
+ "action.editTier": string;
444
+ "action.openOrderLoyalty": string;
445
+ "action.removeReward": string;
446
+ "action.restore": string;
447
+ "action.save": string;
448
+ "app.category": string;
449
+ "app.summary": string;
450
+ "app.title": string;
451
+ "appliesOn.both": string;
452
+ "appliesOn.current": string;
453
+ "appliesOn.future": string;
454
+ "channel.portal": string;
455
+ "channel.pos": string;
456
+ "channel.sale": string;
457
+ "chrome.searchLedger": string;
458
+ "chrome.searchMembers": string;
459
+ "chrome.searchPrograms": string;
460
+ "chrome.searchWallets": string;
461
+ "dashboard.ledgerHint": string;
462
+ "dashboard.ledgerTitle": string;
463
+ "dashboard.records": string;
464
+ "dashboard.title": string;
465
+ "discountApplicability.cheapest": string;
466
+ "discountApplicability.order": string;
467
+ "discountApplicability.specific": string;
468
+ "discountMode.per_order": string;
469
+ "discountMode.per_point": string;
470
+ "discountMode.percent": string;
471
+ "empty.hint": string;
472
+ "empty.title": string;
473
+ "error.invalid": string;
474
+ "error.notFound": string;
475
+ "error.partnerRequired": string;
476
+ "field.amount": string;
477
+ "field.appliesOn": string;
478
+ "field.available": string;
479
+ "field.availableOn": string;
480
+ "field.availablePos": string;
481
+ "field.availableSale": string;
482
+ "field.balance": string;
483
+ "field.balanceDelta": string;
484
+ "field.clearWallet": string;
485
+ "field.code": string;
486
+ "field.createdAt": string;
487
+ "field.currency": string;
488
+ "field.dateFrom": string;
489
+ "field.dateTo": string;
490
+ "field.description": string;
491
+ "field.discount": string;
492
+ "field.discountApplicability": string;
493
+ "field.discountMaximum": string;
494
+ "field.discountMode": string;
495
+ "field.expiresAt": string;
496
+ "field.fallbackCurrencyPerPoint": string;
497
+ "field.fallbackEnabled": string;
498
+ "field.initialBalance": string;
499
+ "field.limitUsage": string;
500
+ "field.maxUsage": string;
501
+ "field.minimumAmount": string;
502
+ "field.minimumQuantity": string;
503
+ "field.minimumRedeemStep": string;
504
+ "field.minimumSpend": string;
505
+ "field.mode": string;
506
+ "field.name": string;
507
+ "field.note": string;
508
+ "field.operation": string;
509
+ "field.partner": string;
510
+ "field.period": string;
511
+ "field.pointAmount": string;
512
+ "field.pointMode": string;
513
+ "field.pointName": string;
514
+ "field.pointSplit": string;
515
+ "field.pointValue": string;
516
+ "field.points": string;
517
+ "field.portalVisible": string;
518
+ "field.priority": string;
519
+ "field.program": string;
520
+ "field.programType": string;
521
+ "field.redeemPercent": string;
522
+ "field.refreshedAt": string;
523
+ "field.requiredPoints": string;
524
+ "field.reserved": string;
525
+ "field.rewardProduct": string;
526
+ "field.rewardType": string;
527
+ "field.rollingSpend": string;
528
+ "field.sequence": string;
529
+ "field.source": string;
530
+ "field.sourceId": string;
531
+ "field.state": string;
532
+ "field.taxMode": string;
533
+ "field.tier": string;
534
+ "field.trigger": string;
535
+ "field.unit": string;
536
+ "field.wallet": string;
537
+ "field.windowMonths": string;
538
+ "ledger.hint": string;
539
+ "ledger.title": string;
540
+ "memberships.hint": string;
541
+ "memberships.members": string;
542
+ "memberships.title": string;
543
+ "memberships.windowExamples": string;
544
+ "menu.app": string;
545
+ "menu.dashboard": string;
546
+ "menu.ledger": string;
547
+ "menu.memberships": string;
548
+ "menu.programs": string;
549
+ "menu.wallets": string;
550
+ "operation.adjust": string;
551
+ "operation.earn": string;
552
+ "operation.expire": string;
553
+ "operation.issue": string;
554
+ "operation.redeem": string;
555
+ "operation.refund": string;
556
+ "operation.reverse": string;
557
+ "order.code": string;
558
+ "order.ineligible": string;
559
+ "order.pointsEarned": string;
560
+ "order.rewardDetails": string;
561
+ "order.title": string;
562
+ "period.all": string;
563
+ "period.always": string;
564
+ "period.from": string;
565
+ "period.month": string;
566
+ "period.quarter": string;
567
+ "period.until": string;
568
+ "period.year": string;
569
+ "pointMode.money": string;
570
+ "pointMode.order": string;
571
+ "pointMode.unit": string;
572
+ "portal.history": string;
573
+ "portal.title": string;
574
+ "portal.wallets": string;
575
+ "program.detail": string;
576
+ "programType.buy_x_get_y": string;
577
+ "programType.coupons": string;
578
+ "programType.ewallet": string;
579
+ "programType.gift_card": string;
580
+ "programType.loyalty": string;
581
+ "programType.next_order_coupons": string;
582
+ "programType.promo_code": string;
583
+ "programType.promotion": string;
584
+ "programs.hint": string;
585
+ "programs.title": string;
586
+ "rewardType.discount": string;
587
+ "rewardType.product": string;
588
+ "rewardType.shipping": string;
589
+ "rewards.hint": string;
590
+ "rewards.title": string;
591
+ "rules.hint": string;
592
+ "rules.title": string;
593
+ "stat.archived": string;
594
+ "stat.archivedHint": string;
595
+ "stat.balance": string;
596
+ "stat.closing": string;
597
+ "stat.credit": string;
598
+ "stat.debit": string;
599
+ "stat.ended": string;
600
+ "stat.entries": string;
601
+ "stat.members": string;
602
+ "stat.membersActive": string;
603
+ "stat.membersDormant": string;
604
+ "stat.opening": string;
605
+ "stat.points": string;
606
+ "stat.programs": string;
607
+ "stat.running": string;
608
+ "stat.spend": string;
609
+ "stat.upcoming": string;
610
+ "stat.wallets": string;
611
+ "stat.walletsActive": string;
612
+ "stat.walletsExpired": string;
613
+ "stat.walletsLocked": string;
614
+ "state.active": string;
615
+ "state.archived": string;
616
+ "state.dormant": string;
617
+ "state.ended": string;
618
+ "state.expired": string;
619
+ "state.locked": string;
620
+ "state.running": string;
621
+ "state.upcoming": string;
622
+ "tab.ledger": string;
623
+ "tab.overview": string;
624
+ "tab.rewards": string;
625
+ "tab.rules": string;
626
+ "taxMode.excl": string;
627
+ "taxMode.incl": string;
628
+ "tiers.hint": string;
629
+ "tiers.title": string;
630
+ "trigger.auto": string;
631
+ "trigger.with_code": string;
632
+ "validation.title": string;
633
+ "value.months": string;
634
+ "wallet.about": string;
635
+ "wallet.adjust": string;
636
+ "wallet.adjustHint": string;
637
+ "wallet.entries": string;
638
+ "wallet.inLedger": string;
639
+ "wallet.quickActions": string;
640
+ "wallet.recent": string;
641
+ "walletUnit.currency": string;
642
+ "walletUnit.points": string;
643
+ "wallets.hint": string;
644
+ "wallets.title": string;
216
645
  };
217
- en: Record<"action.addReward" | "action.addRule" | "action.addTier" | "action.adjust" | "action.applyCode" | "action.applyReward" | "action.archive" | "action.backOrder" | "action.createProgram" | "action.createWallet" | "action.openOrderLoyalty" | "action.removeReward" | "action.restore" | "action.save" | "action.saveConfig" | "app.category" | "app.summary" | "app.title" | "appliesOn.both" | "appliesOn.current" | "appliesOn.future" | "channel.portal" | "channel.pos" | "channel.sale" | "chrome.searchLedger" | "chrome.searchMembers" | "chrome.searchPrograms" | "chrome.searchWallets" | "dashboard.ledgerHint" | "dashboard.ledgerTitle" | "dashboard.records" | "dashboard.title" | "discountApplicability.cheapest" | "discountApplicability.order" | "discountApplicability.specific" | "discountMode.per_order" | "discountMode.per_point" | "discountMode.percent" | "empty.hint" | "empty.title" | "error.invalid" | "error.notFound" | "error.partnerRequired" | "field.amount" | "field.appliesOn" | "field.available" | "field.availableOn" | "field.availablePos" | "field.availableSale" | "field.balance" | "field.balanceDelta" | "field.clearWallet" | "field.code" | "field.createdAt" | "field.currency" | "field.dateFrom" | "field.dateTo" | "field.description" | "field.discount" | "field.discountApplicability" | "field.discountMaximum" | "field.discountMode" | "field.expiresAt" | "field.fallbackCurrencyPerPoint" | "field.fallbackEnabled" | "field.initialBalance" | "field.limitUsage" | "field.maxUsage" | "field.minimumAmount" | "field.minimumQuantity" | "field.minimumRedeemStep" | "field.minimumSpend" | "field.mode" | "field.name" | "field.note" | "field.operation" | "field.partner" | "field.period" | "field.pointAmount" | "field.pointMode" | "field.pointName" | "field.pointSplit" | "field.pointValue" | "field.points" | "field.portalVisible" | "field.priority" | "field.program" | "field.programType" | "field.redeemPercent" | "field.refreshedAt" | "field.requiredPoints" | "field.reserved" | "field.rewardProduct" | "field.rewardProductQuantity" | "field.rewardType" | "field.rollingSpend" | "field.sequence" | "field.source" | "field.sourceId" | "field.state" | "field.taxMode" | "field.tier" | "field.trigger" | "field.unit" | "field.wallet" | "field.windowMonths" | "ledger.hint" | "ledger.title" | "memberships.config" | "memberships.hint" | "memberships.members" | "memberships.title" | "memberships.windowHint" | "menu.app" | "menu.dashboard" | "menu.ledger" | "menu.memberships" | "menu.programs" | "menu.wallets" | "operation.adjust" | "operation.earn" | "operation.expire" | "operation.issue" | "operation.redeem" | "operation.refund" | "operation.reverse" | "order.code" | "order.ineligible" | "order.pointsEarned" | "order.rewardDetails" | "order.title" | "period.all" | "period.always" | "period.from" | "period.month" | "period.quarter" | "period.until" | "period.year" | "pointMode.money" | "pointMode.order" | "pointMode.unit" | "portal.history" | "portal.title" | "portal.wallets" | "program.detail" | "programType.buy_x_get_y" | "programType.coupons" | "programType.ewallet" | "programType.gift_card" | "programType.loyalty" | "programType.next_order_coupons" | "programType.promo_code" | "programType.promotion" | "programs.hint" | "programs.title" | "rewardType.discount" | "rewardType.product" | "rewardType.shipping" | "rewards.hint" | "rewards.title" | "rules.hint" | "rules.title" | "stat.archived" | "stat.archivedHint" | "stat.balance" | "stat.closing" | "stat.credit" | "stat.debit" | "stat.ended" | "stat.entries" | "stat.members" | "stat.membersActive" | "stat.membersDormant" | "stat.opening" | "stat.points" | "stat.programs" | "stat.running" | "stat.spend" | "stat.upcoming" | "stat.wallets" | "stat.walletsActive" | "stat.walletsExpired" | "stat.walletsLocked" | "state.active" | "state.archived" | "state.dormant" | "state.ended" | "state.expired" | "state.locked" | "state.running" | "state.upcoming" | "tab.ledger" | "tab.overview" | "tab.rewards" | "tab.rules" | "taxMode.excl" | "taxMode.incl" | "tiers.title" | "trigger.auto" | "trigger.with_code" | "validation.title" | "value.months" | "wallet.about" | "wallet.adjust" | "wallet.adjustHint" | "wallet.entries" | "wallet.inLedger" | "wallet.quickActions" | "wallet.recent" | "walletUnit.currency" | "walletUnit.points" | "wallets.hint" | "wallets.title", string>;
218
646
  };
219
647
  //# sourceMappingURL=messages.d.ts.map