iglooform 3.2.7 → 3.3.1

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 (402) hide show
  1. package/.dumi/tmp/core/defineApp.ts +1 -1
  2. package/.dumi/tmp/core/helmet.ts +1 -1
  3. package/.dumi/tmp/core/history.ts +1 -1
  4. package/.dumi/tmp/core/historyIntelli.ts +1 -1
  5. package/.dumi/tmp/core/plugin.ts +2 -2
  6. package/.dumi/tmp/core/polyfill.ts +197 -197
  7. package/.dumi/tmp/core/route.tsx +33 -33
  8. package/.dumi/tmp/dumi/exports.ts +1 -1
  9. package/.dumi/tmp/dumi/locales/runtime.tsx +2 -2
  10. package/.dumi/tmp/dumi/meta/index.ts +33 -33
  11. package/.dumi/tmp/dumi/meta/runtime.ts +1 -1
  12. package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +2 -2
  13. package/.dumi/tmp/dumi/theme/builtins/API.ts +1 -1
  14. package/.dumi/tmp/dumi/theme/builtins/Badge.ts +1 -1
  15. package/.dumi/tmp/dumi/theme/builtins/Container.ts +1 -1
  16. package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +1 -1
  17. package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +1 -1
  18. package/.dumi/tmp/dumi/theme/builtins/Table.ts +1 -1
  19. package/.dumi/tmp/dumi/theme/builtins/Tree.ts +1 -1
  20. package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +1 -1
  21. package/.dumi/tmp/dumi/theme/loading.tsx +1 -1
  22. package/.dumi/tmp/dumi/theme/slots/ColorSwitch.ts +1 -1
  23. package/.dumi/tmp/dumi/theme/slots/Content.ts +1 -1
  24. package/.dumi/tmp/dumi/theme/slots/ContentFooter.ts +1 -1
  25. package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +1 -1
  26. package/.dumi/tmp/dumi/theme/slots/Features.ts +1 -1
  27. package/.dumi/tmp/dumi/theme/slots/Footer.ts +1 -1
  28. package/.dumi/tmp/dumi/theme/slots/Header.ts +1 -1
  29. package/.dumi/tmp/dumi/theme/slots/HeaderExtra.ts +1 -1
  30. package/.dumi/tmp/dumi/theme/slots/Hero.ts +1 -1
  31. package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +1 -1
  32. package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +1 -1
  33. package/.dumi/tmp/dumi/theme/slots/Logo.ts +1 -1
  34. package/.dumi/tmp/dumi/theme/slots/Navbar.ts +1 -1
  35. package/.dumi/tmp/dumi/theme/slots/NavbarExtra.ts +1 -1
  36. package/.dumi/tmp/dumi/theme/slots/NotFound.ts +1 -1
  37. package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +1 -1
  38. package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +1 -1
  39. package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +1 -1
  40. package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +2 -2
  41. package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +1 -1
  42. package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +1 -1
  43. package/.dumi/tmp/dumi/theme/slots/SocialIcon.ts +1 -1
  44. package/.dumi/tmp/dumi/theme/slots/Toc.ts +1 -1
  45. package/.dumi/tmp/exports.ts +5 -5
  46. package/.dumi/tmp/testBrowser.tsx +3 -3
  47. package/.dumi/tmp/umi.ts +4 -4
  48. package/.dumirc.ts +1 -1
  49. package/es/form/index.js +3 -1
  50. package/es/form/step-items-selection/components/checkbox-group-items/index.js +110 -0
  51. package/es/form/step-items-selection/components/checkbox-group-items/style/index.js +1 -0
  52. package/es/form/step-items-selection/components/checkbox-group-items/style/index.less +9 -0
  53. package/es/form/step-items-selection/components/index.js +2 -0
  54. package/es/form/step-items-selection/components/item-info/index.js +62 -0
  55. package/es/form/step-items-selection/components/item-info/style/index.js +1 -0
  56. package/es/form/step-items-selection/components/item-info/style/index.less +31 -0
  57. package/es/form/step-items-selection/components/section-of-item-condition/hooks/index.js +1 -0
  58. package/es/form/step-items-selection/components/section-of-item-condition/hooks/useElements.d.ts +5 -0
  59. package/es/form/step-items-selection/components/section-of-item-condition/hooks/useElements.js +73 -0
  60. package/es/form/step-items-selection/components/section-of-item-condition/index.js +89 -0
  61. package/es/form/step-items-selection/components/section-of-item-condition/style/index.js +1 -0
  62. package/es/form/step-items-selection/components/section-of-item-condition/style/index.less +17 -0
  63. package/es/form/step-items-selection/config.js +5 -0
  64. package/es/form/step-items-selection/index.js +227 -0
  65. package/es/form/step-items-selection/types.js +1 -0
  66. package/es/form/steps/index.js +86 -24
  67. package/es/input/input-number/basic.js +34 -0
  68. package/es/input/{input-number.js → input-number/index.js} +67 -31
  69. package/es/input/input-number/stepper/index.js +69 -0
  70. package/es/input/input-number/stepper/index.less +99 -0
  71. package/es/input/style/common.less +1 -0
  72. package/es/locale/en-US/messages.json +9 -3
  73. package/es/locale/id-ID/messages.json +9 -3
  74. package/es/locale/th-TH/messages.json +9 -3
  75. package/es/locale/vi-VN/messages.json +9 -3
  76. package/es/locale/zh-CN/messages.json +9 -3
  77. package/es/locale/zh-TW/messages.json +9 -3
  78. package/lib/form/index.js +3 -1
  79. package/lib/form/step-items-selection/components/checkbox-group-items/index.js +117 -0
  80. package/lib/form/step-items-selection/components/checkbox-group-items/style/index.js +3 -0
  81. package/lib/form/step-items-selection/components/checkbox-group-items/style/index.less +9 -0
  82. package/lib/form/step-items-selection/components/index.js +19 -0
  83. package/lib/form/step-items-selection/components/item-info/index.js +69 -0
  84. package/lib/form/step-items-selection/components/item-info/style/index.js +3 -0
  85. package/lib/form/step-items-selection/components/item-info/style/index.less +31 -0
  86. package/lib/form/step-items-selection/components/section-of-item-condition/hooks/index.js +16 -0
  87. package/lib/form/step-items-selection/components/section-of-item-condition/hooks/useElements.d.ts +5 -0
  88. package/lib/form/step-items-selection/components/section-of-item-condition/hooks/useElements.js +80 -0
  89. package/lib/form/step-items-selection/components/section-of-item-condition/index.js +96 -0
  90. package/lib/form/step-items-selection/components/section-of-item-condition/style/index.js +3 -0
  91. package/lib/form/step-items-selection/components/section-of-item-condition/style/index.less +17 -0
  92. package/lib/form/step-items-selection/config.js +16 -0
  93. package/lib/form/step-items-selection/index.js +234 -0
  94. package/lib/form/step-items-selection/types.js +5 -0
  95. package/lib/form/steps/index.js +84 -23
  96. package/lib/input/input-number/basic.js +42 -0
  97. package/lib/input/{input-number.js → input-number/index.js} +68 -32
  98. package/lib/input/input-number/stepper/index.js +75 -0
  99. package/lib/input/input-number/stepper/index.less +99 -0
  100. package/lib/input/style/common.less +1 -0
  101. package/lib/locale/en-US/messages.json +9 -3
  102. package/lib/locale/id-ID/messages.json +9 -3
  103. package/lib/locale/th-TH/messages.json +9 -3
  104. package/lib/locale/vi-VN/messages.json +9 -3
  105. package/lib/locale/zh-CN/messages.json +9 -3
  106. package/lib/locale/zh-TW/messages.json +9 -3
  107. package/package.json +1 -2
  108. package/.idea/codeStyles/Project.xml +0 -59
  109. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  110. package/.idea/iglooform.iml +0 -12
  111. package/.idea/modules.xml +0 -8
  112. package/.idea/prettier.xml +0 -6
  113. package/.idea/vcs.xml +0 -6
  114. package/es/admin-amount/style/index.d.ts +0 -0
  115. package/es/admin-upload/index.d.ts +0 -37
  116. package/es/admin-upload/style/index.d.ts +0 -1
  117. package/es/alert-message/style/index.d.ts +0 -1
  118. package/es/app/context.d.ts +0 -9
  119. package/es/app/index.d.ts +0 -8
  120. package/es/babel-plugin-import-option.d.ts +0 -7
  121. package/es/back-top/index.d.ts +0 -5
  122. package/es/back-top/style/index.d.ts +0 -1
  123. package/es/button/style/index.d.ts +0 -1
  124. package/es/card-detail/card-page.d.ts +0 -12
  125. package/es/card-detail/card.d.ts +0 -10
  126. package/es/card-detail/style/index.d.ts +0 -1
  127. package/es/checkbox/style/index.d.ts +0 -1
  128. package/es/claim-list/style/index.d.ts +0 -1
  129. package/es/config-provider.d.ts +0 -9
  130. package/es/confirmation/index.d.ts +0 -16
  131. package/es/confirmation/style/index.d.ts +0 -1
  132. package/es/currency-context/index.d.ts +0 -8
  133. package/es/currency-context/style/index.d.ts +0 -0
  134. package/es/date-picker/buddhist.d.ts +0 -6
  135. package/es/date-picker/index.d.ts +0 -13
  136. package/es/date-picker/style/index.d.ts +0 -1
  137. package/es/declaration/style/index.d.ts +0 -1
  138. package/es/detail-panel/style/index.d.ts +0 -1
  139. package/es/documents/index.d.ts +0 -15
  140. package/es/documents/style/index.d.ts +0 -1
  141. package/es/filter/index.d.ts +0 -52
  142. package/es/filter/style/index.d.ts +0 -1
  143. package/es/form/addable-section/index.d.ts +0 -20
  144. package/es/form/addable-section/style/index.d.ts +0 -1
  145. package/es/form/divider/style/index.d.ts +0 -1
  146. package/es/form/element/index.d.ts +0 -12
  147. package/es/form/element/style/index.d.ts +0 -1
  148. package/es/form/elements.d.ts +0 -8
  149. package/es/form/hstep/style/index.d.ts +0 -1
  150. package/es/form/hsteps/index.d.ts +0 -21
  151. package/es/form/hsteps/style/index.d.ts +0 -1
  152. package/es/form/index.d.ts +0 -4
  153. package/es/form/login/style/index.d.ts +0 -1
  154. package/es/form/messages.d.ts +0 -48
  155. package/es/form/page/style/index.d.ts +0 -1
  156. package/es/form/pages/style/index.d.ts +0 -1
  157. package/es/form/render/style/index.d.ts +0 -1
  158. package/es/form/section/index.d.ts +0 -16
  159. package/es/form/section/style/index.d.ts +0 -1
  160. package/es/form/step/style/index.d.ts +0 -1
  161. package/es/form/steps/index.d.ts +0 -10
  162. package/es/form/steps/style/index.d.ts +0 -1
  163. package/es/form/style/index.d.ts +0 -1
  164. package/es/form-context.d.ts +0 -28
  165. package/es/free-form/addable-section/index.d.ts +0 -19
  166. package/es/free-form/addable-section/style/index.d.ts +0 -1
  167. package/es/free-form/element/index.d.ts +0 -11
  168. package/es/free-form/element/style/index.d.ts +0 -1
  169. package/es/free-form/index.d.ts +0 -11
  170. package/es/free-form/messages.d.ts +0 -48
  171. package/es/free-form/page/style/index.d.ts +0 -1
  172. package/es/free-form/pages/style/index.d.ts +0 -1
  173. package/es/free-form/section/index.d.ts +0 -13
  174. package/es/free-form/section/style/index.d.ts +0 -1
  175. package/es/free-form/step/index.d.ts +0 -21
  176. package/es/free-form/step/style/index.d.ts +0 -1
  177. package/es/free-form/steps/index.d.ts +0 -12
  178. package/es/free-form/steps/style/index.d.ts +0 -1
  179. package/es/free-form/style/index.d.ts +0 -1
  180. package/es/home-menu/style/index.d.ts +0 -1
  181. package/es/hooks/ocr/index.d.ts +0 -3
  182. package/es/hooks/ocr/micro-blink.d.ts +0 -10
  183. package/es/index.d.ts +0 -49
  184. package/es/input/amount.d.ts +0 -14
  185. package/es/input/expiry-date.d.ts +0 -16
  186. package/es/input/input-date.d.ts +0 -8
  187. package/es/input/input-number.d.ts +0 -6
  188. package/es/input/phone-number.d.ts +0 -14
  189. package/es/input/style/amount/index.d.ts +0 -2
  190. package/es/input/style/index.d.ts +0 -2
  191. package/es/input/style/input-date/index.d.ts +0 -2
  192. package/es/input/style/otp/index.d.ts +0 -2
  193. package/es/input/style/phone-number/index.d.ts +0 -2
  194. package/es/input/style/text-area/index.d.ts +0 -2
  195. package/es/layout/defaultFooter.d.ts +0 -4
  196. package/es/layout/defaultHeader.d.ts +0 -4
  197. package/es/layout/style/index.d.ts +0 -1
  198. package/es/locale/en-US.d.ts +0 -2
  199. package/es/locale/format-message.d.ts +0 -10
  200. package/es/locale/formatted-message.d.ts +0 -6
  201. package/es/locale/id-ID.d.ts +0 -2
  202. package/es/locale/index.d.ts +0 -4
  203. package/es/locale/locale-context.d.ts +0 -12
  204. package/es/locale/locale-provider.d.ts +0 -13
  205. package/es/locale/ms-MY.d.ts +0 -2
  206. package/es/locale/th-TH.d.ts +0 -2
  207. package/es/locale/vi-VN.d.ts +0 -2
  208. package/es/locale/zh-CN.d.ts +0 -2
  209. package/es/locale/zh-TW.d.ts +0 -2
  210. package/es/login-page/index.d.ts +0 -7
  211. package/es/login-page/style/index.d.ts +0 -1
  212. package/es/media/file-icon.d.ts +0 -9
  213. package/es/media/index.d.ts +0 -29
  214. package/es/media/media.d.ts +0 -11
  215. package/es/media/preview.d.ts +0 -12
  216. package/es/media/style/index.d.ts +0 -1
  217. package/es/message/index.d.ts +0 -14
  218. package/es/message/style/index.d.ts +0 -1
  219. package/es/message/useMessage.d.ts +0 -6
  220. package/es/mobile-insurer-detail/style/index.d.ts +0 -1
  221. package/es/mobile-insurer-list/style/index.d.ts +0 -1
  222. package/es/modal/index.d.ts +0 -33
  223. package/es/modal/style/index.d.ts +0 -1
  224. package/es/modal/useModal.d.ts +0 -12
  225. package/es/ocr/index.d.ts +0 -15
  226. package/es/ocr/micro-blink/index.d.ts +0 -8
  227. package/es/ocr/micro-blink/style/index.d.ts +0 -1
  228. package/es/platform/index.d.ts +0 -2
  229. package/es/platform/platform-card/index.d.ts +0 -12
  230. package/es/platform/platform-card/style/index.d.ts +0 -1
  231. package/es/platform/switch-platform/index.d.ts +0 -12
  232. package/es/platform/switch-platform/style/index.d.ts +0 -1
  233. package/es/policy-list/style/index.d.ts +0 -1
  234. package/es/radio/index.d.ts +0 -24
  235. package/es/radio/radio-group-with-other.d.ts +0 -7
  236. package/es/radio/style/index.d.ts +0 -1
  237. package/es/search-box/style/index.d.ts +0 -1
  238. package/es/select/style/index.d.ts +0 -1
  239. package/es/status-box/style/index.d.ts +0 -1
  240. package/es/table/style/index.d.ts +0 -1
  241. package/es/tabs/index.d.ts +0 -15
  242. package/es/tabs/style/index.d.ts +0 -1
  243. package/es/types.d.ts +0 -187
  244. package/es/typography/style/index.d.ts +0 -1
  245. package/es/upload/index.d.ts +0 -16
  246. package/es/upload/style/index.d.ts +0 -1
  247. package/es/upload-photo/index.d.ts +0 -28
  248. package/es/upload-photo/media.d.ts +0 -7
  249. package/es/upload-photo/style/index.d.ts +0 -1
  250. package/es/upload-preview/index.d.ts +0 -9
  251. package/es/upload-preview/media.d.ts +0 -7
  252. package/es/upload-preview/style/index.d.ts +0 -1
  253. package/es/utils/agent-detect.d.ts +0 -1
  254. package/es/utils/form-utils.d.ts +0 -79
  255. package/es/utils/option-utils.d.ts +0 -29
  256. package/es/utils/tools.d.ts +0 -5
  257. package/es/utils/useAsyncEffect.d.ts +0 -3
  258. package/lib/admin-amount/style/index.d.ts +0 -0
  259. package/lib/admin-upload/index.d.ts +0 -37
  260. package/lib/admin-upload/style/index.d.ts +0 -1
  261. package/lib/alert-message/style/index.d.ts +0 -1
  262. package/lib/app/context.d.ts +0 -9
  263. package/lib/app/index.d.ts +0 -8
  264. package/lib/babel-plugin-import-option.d.ts +0 -7
  265. package/lib/back-top/index.d.ts +0 -5
  266. package/lib/back-top/style/index.d.ts +0 -1
  267. package/lib/button/style/index.d.ts +0 -1
  268. package/lib/card-detail/card-page.d.ts +0 -12
  269. package/lib/card-detail/card.d.ts +0 -10
  270. package/lib/card-detail/style/index.d.ts +0 -1
  271. package/lib/checkbox/style/index.d.ts +0 -1
  272. package/lib/claim-list/style/index.d.ts +0 -1
  273. package/lib/config-provider.d.ts +0 -9
  274. package/lib/confirmation/index.d.ts +0 -16
  275. package/lib/confirmation/style/index.d.ts +0 -1
  276. package/lib/currency-context/index.d.ts +0 -8
  277. package/lib/currency-context/style/index.d.ts +0 -0
  278. package/lib/date-picker/buddhist.d.ts +0 -6
  279. package/lib/date-picker/index.d.ts +0 -13
  280. package/lib/date-picker/style/index.d.ts +0 -1
  281. package/lib/declaration/style/index.d.ts +0 -1
  282. package/lib/detail-panel/style/index.d.ts +0 -1
  283. package/lib/documents/index.d.ts +0 -15
  284. package/lib/documents/style/index.d.ts +0 -1
  285. package/lib/filter/index.d.ts +0 -52
  286. package/lib/filter/style/index.d.ts +0 -1
  287. package/lib/form/addable-section/index.d.ts +0 -20
  288. package/lib/form/addable-section/style/index.d.ts +0 -1
  289. package/lib/form/divider/style/index.d.ts +0 -1
  290. package/lib/form/element/index.d.ts +0 -12
  291. package/lib/form/element/style/index.d.ts +0 -1
  292. package/lib/form/elements.d.ts +0 -8
  293. package/lib/form/hstep/style/index.d.ts +0 -1
  294. package/lib/form/hsteps/index.d.ts +0 -21
  295. package/lib/form/hsteps/style/index.d.ts +0 -1
  296. package/lib/form/index.d.ts +0 -4
  297. package/lib/form/login/style/index.d.ts +0 -1
  298. package/lib/form/messages.d.ts +0 -48
  299. package/lib/form/page/style/index.d.ts +0 -1
  300. package/lib/form/pages/style/index.d.ts +0 -1
  301. package/lib/form/render/style/index.d.ts +0 -1
  302. package/lib/form/section/index.d.ts +0 -16
  303. package/lib/form/section/style/index.d.ts +0 -1
  304. package/lib/form/step/style/index.d.ts +0 -1
  305. package/lib/form/steps/index.d.ts +0 -10
  306. package/lib/form/steps/style/index.d.ts +0 -1
  307. package/lib/form/style/index.d.ts +0 -1
  308. package/lib/form-context.d.ts +0 -28
  309. package/lib/free-form/addable-section/index.d.ts +0 -19
  310. package/lib/free-form/addable-section/style/index.d.ts +0 -1
  311. package/lib/free-form/element/index.d.ts +0 -11
  312. package/lib/free-form/element/style/index.d.ts +0 -1
  313. package/lib/free-form/index.d.ts +0 -11
  314. package/lib/free-form/messages.d.ts +0 -48
  315. package/lib/free-form/page/style/index.d.ts +0 -1
  316. package/lib/free-form/pages/style/index.d.ts +0 -1
  317. package/lib/free-form/section/index.d.ts +0 -13
  318. package/lib/free-form/section/style/index.d.ts +0 -1
  319. package/lib/free-form/step/index.d.ts +0 -21
  320. package/lib/free-form/step/style/index.d.ts +0 -1
  321. package/lib/free-form/steps/index.d.ts +0 -12
  322. package/lib/free-form/steps/style/index.d.ts +0 -1
  323. package/lib/free-form/style/index.d.ts +0 -1
  324. package/lib/home-menu/style/index.d.ts +0 -1
  325. package/lib/hooks/ocr/index.d.ts +0 -3
  326. package/lib/hooks/ocr/micro-blink.d.ts +0 -10
  327. package/lib/index.d.ts +0 -49
  328. package/lib/input/amount.d.ts +0 -14
  329. package/lib/input/expiry-date.d.ts +0 -16
  330. package/lib/input/input-date.d.ts +0 -8
  331. package/lib/input/input-number.d.ts +0 -6
  332. package/lib/input/phone-number.d.ts +0 -14
  333. package/lib/input/style/amount/index.d.ts +0 -2
  334. package/lib/input/style/index.d.ts +0 -2
  335. package/lib/input/style/input-date/index.d.ts +0 -2
  336. package/lib/input/style/otp/index.d.ts +0 -2
  337. package/lib/input/style/phone-number/index.d.ts +0 -2
  338. package/lib/input/style/text-area/index.d.ts +0 -2
  339. package/lib/layout/defaultFooter.d.ts +0 -4
  340. package/lib/layout/defaultHeader.d.ts +0 -4
  341. package/lib/layout/style/index.d.ts +0 -1
  342. package/lib/locale/en-US.d.ts +0 -2
  343. package/lib/locale/format-message.d.ts +0 -10
  344. package/lib/locale/formatted-message.d.ts +0 -6
  345. package/lib/locale/id-ID.d.ts +0 -2
  346. package/lib/locale/index.d.ts +0 -4
  347. package/lib/locale/locale-context.d.ts +0 -12
  348. package/lib/locale/locale-provider.d.ts +0 -13
  349. package/lib/locale/ms-MY.d.ts +0 -2
  350. package/lib/locale/th-TH.d.ts +0 -2
  351. package/lib/locale/vi-VN.d.ts +0 -2
  352. package/lib/locale/zh-CN.d.ts +0 -2
  353. package/lib/locale/zh-TW.d.ts +0 -2
  354. package/lib/login-page/index.d.ts +0 -7
  355. package/lib/login-page/style/index.d.ts +0 -1
  356. package/lib/media/file-icon.d.ts +0 -9
  357. package/lib/media/index.d.ts +0 -29
  358. package/lib/media/media.d.ts +0 -11
  359. package/lib/media/preview.d.ts +0 -12
  360. package/lib/media/style/index.d.ts +0 -1
  361. package/lib/message/index.d.ts +0 -14
  362. package/lib/message/style/index.d.ts +0 -1
  363. package/lib/message/useMessage.d.ts +0 -6
  364. package/lib/mobile-insurer-detail/style/index.d.ts +0 -1
  365. package/lib/mobile-insurer-list/style/index.d.ts +0 -1
  366. package/lib/modal/index.d.ts +0 -33
  367. package/lib/modal/style/index.d.ts +0 -1
  368. package/lib/modal/useModal.d.ts +0 -12
  369. package/lib/ocr/index.d.ts +0 -15
  370. package/lib/ocr/micro-blink/index.d.ts +0 -8
  371. package/lib/ocr/micro-blink/style/index.d.ts +0 -1
  372. package/lib/platform/index.d.ts +0 -2
  373. package/lib/platform/platform-card/index.d.ts +0 -12
  374. package/lib/platform/platform-card/style/index.d.ts +0 -1
  375. package/lib/platform/switch-platform/index.d.ts +0 -12
  376. package/lib/platform/switch-platform/style/index.d.ts +0 -1
  377. package/lib/policy-list/style/index.d.ts +0 -1
  378. package/lib/radio/index.d.ts +0 -24
  379. package/lib/radio/radio-group-with-other.d.ts +0 -7
  380. package/lib/radio/style/index.d.ts +0 -1
  381. package/lib/search-box/style/index.d.ts +0 -1
  382. package/lib/select/style/index.d.ts +0 -1
  383. package/lib/status-box/style/index.d.ts +0 -1
  384. package/lib/table/style/index.d.ts +0 -1
  385. package/lib/tabs/index.d.ts +0 -15
  386. package/lib/tabs/style/index.d.ts +0 -1
  387. package/lib/types.d.ts +0 -187
  388. package/lib/typography/style/index.d.ts +0 -1
  389. package/lib/upload/index.d.ts +0 -16
  390. package/lib/upload/style/index.d.ts +0 -1
  391. package/lib/upload-photo/index.d.ts +0 -28
  392. package/lib/upload-photo/media.d.ts +0 -7
  393. package/lib/upload-photo/style/index.d.ts +0 -1
  394. package/lib/upload-preview/index.d.ts +0 -9
  395. package/lib/upload-preview/media.d.ts +0 -7
  396. package/lib/upload-preview/style/index.d.ts +0 -1
  397. package/lib/utils/agent-detect.d.ts +0 -1
  398. package/lib/utils/form-utils.d.ts +0 -79
  399. package/lib/utils/option-utils.d.ts +0 -29
  400. package/lib/utils/tools.d.ts +0 -5
  401. package/lib/utils/useAsyncEffect.d.ts +0 -3
  402. package/yarn-error.log +0 -16168
@@ -1,51 +1,86 @@
1
1
  "use strict";
2
2
 
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.default = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _antd = require("antd");
9
- var _classnames = _interopRequireDefault(require("classnames"));
10
- var _omit = _interopRequireDefault(require("omit.js"));
11
- var _formMethods = _interopRequireDefault(require("../utils/form-methods"));
12
- var _locale = require("../locale");
13
- require("./style/index");
8
+ var _locale = require("../../locale");
9
+ var _stepper = _interopRequireDefault(require("./stepper"));
10
+ var _basic = _interopRequireDefault(require("./basic"));
14
11
  var _jsxRuntime = require("react/jsx-runtime");
12
+ var _excluded = ["mode"];
15
13
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
17
14
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
18
15
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
19
16
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
20
17
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
21
18
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
19
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
20
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
22
21
  var IglooInputNumber = function IglooInputNumber(props) {
23
- var handleOnBlur = function handleOnBlur(e) {
24
- var value = props.value,
25
- onChange = props.onChange;
26
- if (typeof value === 'string') {
27
- if (value.endsWith('.')) {
28
- e.target.value = value.replace('.', '');
29
- }
30
- if (value.endsWith('0') && value.includes('.')) {
31
- e.target.value = value.replace(/[0]+$/, '');
32
- }
33
- onChange && onChange(e);
34
- }
35
- };
36
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_antd.Input, _objectSpread(_objectSpread({}, (0, _omit.default)(props, _formMethods.default)), {}, {
37
- onBlur: handleOnBlur,
38
- type: "number",
39
- className: (0, _classnames.default)('igloo-input', props.className)
40
- }));
22
+ var _props$mode = props.mode,
23
+ mode = _props$mode === void 0 ? 'default' : _props$mode,
24
+ rest = _objectWithoutProperties(props, _excluded);
25
+ if (mode === 'step') {
26
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_stepper.default, _objectSpread({}, rest));
27
+ }
28
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_basic.default, _objectSpread({}, rest));
41
29
  };
42
30
  IglooInputNumber.formItemPropsHandler = function (config) {
43
- var length = config.length,
31
+ var max = config.max,
32
+ min = config.min,
33
+ length = config.length,
44
34
  maxLength = config.maxLength,
45
35
  minLength = config.minLength,
46
36
  label = config.label,
47
- pattern = config.pattern;
37
+ pattern = config.pattern,
38
+ _config$mode = config.mode,
39
+ mode = _config$mode === void 0 ? 'default' : _config$mode;
48
40
  var rules = [];
41
+ if (min !== undefined && max === undefined) {
42
+ rules.push({
43
+ validator: function validator(_, value) {
44
+ if (value === undefined || value === null || Number(value) >= min) return Promise.resolve();
45
+ return Promise.reject((0, _locale.staticFormatMessage)({
46
+ id: '{label} must be greater than {min}.',
47
+ values: {
48
+ min: min,
49
+ label: label
50
+ }
51
+ }));
52
+ }
53
+ });
54
+ }
55
+ if (max !== undefined && min === undefined) {
56
+ rules.push({
57
+ validator: function validator(_, value) {
58
+ if (value === undefined || value === null || Number(value) <= max) return Promise.resolve();
59
+ return Promise.reject((0, _locale.staticFormatMessage)({
60
+ id: '{label} must be less than {max}.',
61
+ values: {
62
+ max: max,
63
+ label: label
64
+ }
65
+ }));
66
+ }
67
+ });
68
+ }
69
+ if (min !== undefined && max !== undefined) {
70
+ rules.push({
71
+ validator: function validator(_, value) {
72
+ if (Number(value) >= min && Number(value) <= max) return Promise.resolve();
73
+ return Promise.reject((0, _locale.staticFormatMessage)({
74
+ id: '{label} must be between {min} and {max}.',
75
+ values: {
76
+ min: min,
77
+ max: max,
78
+ label: label
79
+ }
80
+ }));
81
+ }
82
+ });
83
+ }
49
84
  if (length !== undefined) {
50
85
  rules.push({
51
86
  validator: function validator(_, value) {
@@ -117,7 +152,9 @@ IglooInputNumber.formItemPropsHandler = function (config) {
117
152
  }
118
153
  });
119
154
  }
120
- return {
155
+ return Object.assign({
156
+ rules: rules
157
+ }, mode === 'default' ? {
121
158
  getValueFromEvent: function getValueFromEvent(e) {
122
159
  var value = e.target.value;
123
160
  var str = value.replaceAll(/[^0-9\.-]/g, '');
@@ -125,9 +162,8 @@ IglooInputNumber.formItemPropsHandler = function (config) {
125
162
  return str;
126
163
  }
127
164
  return str ? parseFloat(str) : undefined;
128
- },
129
- rules: rules
130
- };
165
+ }
166
+ } : {});
131
167
  };
132
168
  var _default = IglooInputNumber;
133
169
  exports.default = _default;
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _antd = require("antd");
8
+ var _react = require("react");
9
+ var _classnames = _interopRequireDefault(require("classnames"));
10
+ var _iglooicon = require("iglooicon");
11
+ var _omit = _interopRequireDefault(require("omit.js"));
12
+ var _formMethods = _interopRequireDefault(require("../../../utils/form-methods"));
13
+ require("../../style/index");
14
+ require("./index.less");
15
+ var _jsxRuntime = require("react/jsx-runtime");
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
18
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
19
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
20
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
21
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
22
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } // 组件库的公共样式继承
23
+ // Stepper自己的样式
24
+ var getTextWidth = function getTextWidth(str) {
25
+ if (typeof document === 'undefined') {
26
+ return str.length * 12;
27
+ }
28
+ var ele = document.createElement('span');
29
+ ele.style.fontSize = '16px';
30
+ ele.style.opacity = '0';
31
+ ele.innerText = str;
32
+ document.body.appendChild(ele);
33
+ var width = ele.offsetWidth;
34
+ document.body.removeChild(ele);
35
+ return width + 24;
36
+ };
37
+ var Stepper = function Stepper(props) {
38
+ var _Grid$useBreakpoint = _antd.Grid.useBreakpoint(),
39
+ md = _Grid$useBreakpoint.md;
40
+ var disabled = props.disabled;
41
+ var width = (0, _react.useMemo)(function () {
42
+ if (props !== null && props !== void 0 && props.value) {
43
+ return getTextWidth(String(props === null || props === void 0 ? void 0 : props.value));
44
+ }
45
+ return 0;
46
+ }, [props === null || props === void 0 ? void 0 : props.value]);
47
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
48
+ className: "igloo-input-number-stepper-container",
49
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.MinusOutlined, {
50
+ className: (0, _classnames.default)('igloo-input-number-stepper-minus-disabled-status', {
51
+ hidden: !disabled || !md
52
+ })
53
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_antd.InputNumber, _objectSpread(_objectSpread({
54
+ type: "number",
55
+ style: {
56
+ width: Math.min(Math.max(width, 56), 144)
57
+ }
58
+ }, (0, _omit.default)(props, _formMethods.default)), {}, {
59
+ controls: {
60
+ upIcon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.PlusOutlined, {}),
61
+ downIcon: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.MinusOutlined, {})
62
+ },
63
+ className: (0, _classnames.default)('igloo-input igloo-input-number-stepper', props.className, {
64
+ 'igloo-input-number-stepper-input-disabled-status': disabled,
65
+ 'igloo-input-number-stepper-input-no-margin': !md
66
+ })
67
+ })), /*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.PlusOutlined, {
68
+ className: (0, _classnames.default)('igloo-input-number-stepper-plus-disabled-status', {
69
+ hidden: !disabled || !md
70
+ })
71
+ })]
72
+ });
73
+ };
74
+ var _default = Stepper;
75
+ exports.default = _default;
@@ -0,0 +1,99 @@
1
+ .ant-input-number-disabled {
2
+ color: rgba(0, 0, 0, 0.25);
3
+ }
4
+
5
+ .igloo-input-number-stepper-container {
6
+ display: flex;
7
+ align-items: center;
8
+
9
+ .igloo-input-number-stepper {
10
+ margin: 0px 28px;
11
+ width: auto;
12
+
13
+ .ant-input-number-handler-wrap {
14
+ height: 100%;
15
+ z-index: 0;
16
+ opacity: 1;
17
+ background: transparent;
18
+ left: -28px;
19
+ width: calc(100% + 56px);
20
+ flex-direction: row-reverse;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+
24
+ .ant-input-number-handler {
25
+ width: 24px;
26
+ height: 24px;
27
+ flex: none;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: center;
31
+ border-radius: 50%;
32
+ border: none;
33
+
34
+ &:hover {
35
+ & > span {
36
+ border: 1px solid @purple-main;
37
+ }
38
+ }
39
+
40
+ & span {
41
+ border-radius: 50%;
42
+ font-size: 20px !important;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ color: #666666;
47
+ background-color: #eeeeee;
48
+ }
49
+ }
50
+
51
+ .ant-input-number-handler-down-disabled,
52
+ .ant-input-number-handler-up-disabled {
53
+ & span {
54
+ color: #bdbdbd;
55
+ background-color: #f9f9f9;
56
+ border: none !important;
57
+ }
58
+ }
59
+ }
60
+
61
+ .ant-input-number-input-wrap {
62
+ position: relative;
63
+ z-index: 1;
64
+ height: 100%;
65
+
66
+ input {
67
+ text-align: center;
68
+ height: 100%;
69
+ padding: 0px 12px;
70
+ }
71
+ }
72
+ }
73
+
74
+ .igloo-input-number-stepper-input-disabled-status {
75
+ margin: 0px 4px;
76
+ }
77
+
78
+ .igloo-input-number-stepper-input-no-margin {
79
+ margin: 0px;
80
+ }
81
+
82
+ .hidden {
83
+ display: none !important;
84
+ }
85
+
86
+ .igloo-input-number-stepper-minus-disabled-status,
87
+ .igloo-input-number-stepper-plus-disabled-status {
88
+ background-color: #eeeeee;
89
+ width: 24px;
90
+ height: 24px;
91
+ border-radius: 50%;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ cursor: not-allowed;
96
+ color: #bdbdbd;
97
+ background-color: #f9f9f9;
98
+ }
99
+ }
@@ -13,6 +13,7 @@ input::-webkit-inner-spin-button {
13
13
  // 通用disabled状态
14
14
  .ant-input-disabled,
15
15
  .ant-input[disabled],
16
+ .ant-input-number-disabled,
16
17
  .ant-input-affix-wrapper-disabled {
17
18
  background-color: @disabled-background-color;
18
19
  border-color: @disabled-border-color;
@@ -29,15 +29,18 @@
29
29
  "Enter the password to open this PDF file.": "Enter the password to open this PDF file.",
30
30
  "Error Report": "Error Report",
31
31
  "Failed to load PDF file.": "Failed to load PDF file.",
32
- "File Uploading": "File Uploading",
33
32
  "Filter": "Filter",
34
33
  "I agree to the Igloo": "I agree to the Igloo",
35
34
  "I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.",
36
35
  "Import": "Import",
37
36
  "Invalid KTP Number.": "Invalid KTP Number.",
38
37
  "Invalid NIK Number.": "Invalid NIK Number.",
38
+ "Invalid item_quantity": "Invalid item_quantity",
39
39
  "Invalid password.": "Invalid password.",
40
40
  "It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.",
41
+ "Item ID": "Item ID",
42
+ "Item ID: {id}": "Item ID: {id}",
43
+ "Item Name": "Item Name",
41
44
  "Last 7 Days": "Last 7 Days",
42
45
  "Last Day": "Last Day",
43
46
  "Last Month": "Last Month",
@@ -52,7 +55,6 @@
52
55
  "Once you’re happy with the above, and you’ve checked the declaration, please go ahead and submit your claim.": "Once you’re happy with the above, and you’ve checked the declaration, please go ahead and submit your claim.",
53
56
  "Optional": "Optional",
54
57
  "Other Reason": "Other Reason",
55
- "Photo Uploading": "Photo Uploading",
56
58
  "Please enter a valid date.": "Please enter a valid date.",
57
59
  "Please enter a valid time.": "Please enter a valid time.",
58
60
  "Please input a date after {date}": "Please input a date after {date}",
@@ -65,6 +67,7 @@
65
67
  "Privacy Policy": "Privacy Policy",
66
68
  "Processing": "Processing",
67
69
  "Processing progress cannot be updated at the moment. Don’t worry! All your file data are still in progress.": "Processing progress cannot be updated at the moment. Don’t worry! All your file data are still in progress.",
70
+ "Quantity": "Quantity",
68
71
  "Quantity of files should be less than {limit}": "Quantity of files should be less than {limit}",
69
72
  "Recognition was not successful!": "Recognition was not successful!",
70
73
  "Reject": "Reject",
@@ -79,6 +82,8 @@
79
82
  "Search": "Search",
80
83
  "Searching...": "Searching...",
81
84
  "Select All": "Select All",
85
+ "Select at least one item to continue": "Select at least one item to continue",
86
+ "Please select at least one item to continue.": "Please select at least one item to continue.",
82
87
  "Send OTP": "Send OTP",
83
88
  "Submit": "Submit",
84
89
  "Terms of Use": "Terms of Use",
@@ -109,5 +114,6 @@
109
114
  "{label} must be {minLength} - {maxLength} characters.": "{label} must be {minLength} - {maxLength} characters.",
110
115
  "{label} must be {minLength} - {maxLength} digits.": "{label} must be {minLength} - {maxLength} digits.",
111
116
  "{label} must match the pattern {pattern}.": "{label} must match the pattern {pattern}.",
112
- "{processingNumber} files in progress...": "{processingNumber} files in progress..."
117
+ "{processingNumber} files in progress...": "{processingNumber} files in progress...",
118
+ "{quantity} (Quantity)": "{quantity} (Quantity)"
113
119
  }
@@ -29,15 +29,18 @@
29
29
  "Enter the password to open this PDF file.": "Masukkan kata sandi untuk membuka file PDF ini.",
30
30
  "Error Report": "Laporan Kesalahan",
31
31
  "Failed to load PDF file.": "Gagal memuat file PDF.",
32
- "File Uploading": "Mengunggah Berkas",
33
32
  "Filter": "Saring",
34
33
  "I agree to the Igloo": "Saya setuju dengan Igloo",
35
34
  "I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "Saya menyatakan bahwa pernyataan yang saya jelaskan di atas adalah benar. Selanjutnya saya nyatakan bahwa kerugian yang terjadi merupakan ketidaksengajaan, dan terjadi tanpa perencanaan atau hasil musyawarah dengan pihak lain.",
36
35
  "Import": "Impor",
37
36
  "Invalid KTP Number.": "Nomor KTP Tidak Valid",
38
37
  "Invalid NIK Number.": "Nomor NIK Tidak Valid",
38
+ "Invalid item_quantity": "",
39
39
  "Invalid password.": "Kata sandi salah.",
40
40
  "It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "Direkomendasikan untuk memilih tidak lebih dari {colMax} metrik untuk memastikan sudut pandang default dari setiap isi kolom.",
41
+ "Item ID": "",
42
+ "Item ID: {id}": "",
43
+ "Item Name": "",
41
44
  "Last 7 Days": "7 hari terakhir",
42
45
  "Last Day": "hari terakhir",
43
46
  "Last Month": "Bulan Lalu",
@@ -52,7 +55,6 @@
52
55
  "Once you’re happy with the above, and you’ve checked the declaration, please go ahead and submit your claim.": "Jika Anda puas dengan apa yang telah disampaikan, dan Anda telah memeriksa deklarasi tersebut, silakan lanjutkan dan ajukan klaim Anda.",
53
56
  "Optional": "Pilihan",
54
57
  "Other Reason": "Alasan lain",
55
- "Photo Uploading": "Mengunggah Foto",
56
58
  "Please enter a valid date.": "Silakan tulis tanggal valid",
57
59
  "Please enter a valid time.": "Harap masukkan waktu yang valid",
58
60
  "Please input a date after {date}": "Harap masukkan tanggal setelah {date}",
@@ -65,6 +67,7 @@
65
67
  "Privacy Policy": "Kebijakan pribadi",
66
68
  "Processing": "Sedang diproses",
67
69
  "Processing progress cannot be updated at the moment. Don’t worry! All your file data are still in progress.": "Perkembangan terkait proses belum dapat diperbarui saat ini. Jangan khawatir! Semua data Anda masih dalam proses .",
70
+ "Quantity": "",
68
71
  "Quantity of files should be less than {limit}": "Jumlah dokumen tidak bisa lebih dari {limit}",
69
72
  "Recognition was not successful!": "",
70
73
  "Reject": "Menolak",
@@ -79,6 +82,8 @@
79
82
  "Search": "Mencari",
80
83
  "Searching...": "Mencari...",
81
84
  "Select All": "Pilih Semua",
85
+ "Select at least one item to continue": "",
86
+ "Please select at least one item to continue.": "",
82
87
  "Send OTP": "Kirim OTP",
83
88
  "Submit": "Ajukan",
84
89
  "Terms of Use": "Syarat Penggunaan",
@@ -109,5 +114,6 @@
109
114
  "{label} must be {minLength} - {maxLength} characters.": "{label} harus {minLength} - {maxLength} karakter.",
110
115
  "{label} must be {minLength} - {maxLength} digits.": "{label} harus {minLength} - {maxLength} digit.",
111
116
  "{label} must match the pattern {pattern}.": "{label} harus sesuai dengan pola {pattern}.",
112
- "{processingNumber} files in progress...": "{processingNumber} data dalam proses..."
117
+ "{processingNumber} files in progress...": "{processingNumber} data dalam proses...",
118
+ "{quantity} (Quantity)": ""
113
119
  }
@@ -29,15 +29,18 @@
29
29
  "Enter the password to open this PDF file.": "ป้อนรหัสผ่านเพื่อเปิดไฟล์ PDF นี้",
30
30
  "Error Report": "รายงานข้อผิดพลาด",
31
31
  "Failed to load PDF file.": "ไม่สามารถโหลดไฟล์ PDF",
32
- "File Uploading": "การอัพโหลดไฟล์",
33
32
  "Filter": "กรอง",
34
33
  "I agree to the Igloo": "ฉันเห็นด้วยกับกระท่อมน้ำแข็ง",
35
34
  "I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "ข้าพเจ้ายืนยันว่าข้อความที่ข้าพเจ้าได้อธิบายข้างต้นนั้นเป็นความจริง และยืนยันว่าความเสียหายที่เกิดขึ้นนั้นเกิดจากอุบัติเหตุ ปราศจากการวางแผน หรือ การเห็นพ้องร่วมกันกับฝ่ายอื่น",
36
35
  "Import": "นำเข้า",
37
36
  "Invalid KTP Number.": "หมายเลข KTP ไม่ถูกต้อง",
38
37
  "Invalid NIK Number.": "",
38
+ "Invalid item_quantity": "",
39
39
  "Invalid password.": "รหัสผ่านไม่ถูกต้อง.",
40
40
  "It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "แนะนำให้เลือกจำนวนไม่เกิน {colMax} เพื่อให้แน่ใจว่ามองเห็นค่าเริ่มต้นของข้อมูลแต่ละคอลัมน์",
41
+ "Item ID": "",
42
+ "Item ID: {id}": "",
43
+ "Item Name": "",
41
44
  "Last 7 Days": "เมื่อ 7 วันที่แล้ว",
42
45
  "Last Day": "วันสุดท้าย",
43
46
  "Last Month": "เมื่อเดือนที่แล้ว",
@@ -52,7 +55,6 @@
52
55
  "Once you’re happy with the above, and you’ve checked the declaration, please go ahead and submit your claim.": "หากตรวจสอบแล้วและต้องการยืนยันข้อมูลข้างต้น กรุณากดดำเนินการต่อและยืนยันการเคลมของคุณ",
53
56
  "Optional": "ไม่จำเป็น",
54
57
  "Other Reason": "เหตุผลอื่น",
55
- "Photo Uploading": "การอัพโหลดรูปภาพ",
56
58
  "Please enter a valid date.": "กรุณากรอกวันที่ถูกต้อง",
57
59
  "Please enter a valid time.": "กรุณากรอกเวลาที่ถูกต้อง",
58
60
  "Please input a date after {date}": "กรุณาใส่วันที่หลัง {date}",
@@ -65,6 +67,7 @@
65
67
  "Privacy Policy": "นโยบายความเป็นส่วนตัว",
66
68
  "Processing": "กำลังประมวลผล",
67
69
  "Processing progress cannot be updated at the moment. Don’t worry! All your file data are still in progress.": "ไม่สามารถอัปเดตการประมวลผลได้ในขณะนี้ ไม่ต้องกังวล! ไฟล์ของคุณทั้งหมดกำลังอยู่ระหว่างดำเนินการ",
70
+ "Quantity": "",
68
71
  "Quantity of files should be less than {limit}": "จำนวนไฟล์ควรน้อยกว่า {limit}",
69
72
  "Recognition was not successful!": "",
70
73
  "Reject": "ปฏิเสธ",
@@ -79,6 +82,8 @@
79
82
  "Search": "ค้นหา",
80
83
  "Searching...": "กำลังค้นหา...",
81
84
  "Select All": "เลือกทั้งหมด",
85
+ "Select at least one item to continue": "",
86
+ "Please select at least one item to continue.": "",
82
87
  "Send OTP": "ส่ง OTP",
83
88
  "Submit": "ส่ง/ยืนยัน",
84
89
  "Terms of Use": "ข้อกำหนดการใช้งาน",
@@ -109,5 +114,6 @@
109
114
  "{label} must be {minLength} - {maxLength} characters.": "{label} ต้องเป็น {minLength} - {maxLength} ตัวอักษร",
110
115
  "{label} must be {minLength} - {maxLength} digits.": "{label} ต้องเป็น {minLength} - {maxLength} หลัก",
111
116
  "{label} must match the pattern {pattern}.": "{label} ต้องตรงกับรูปแบบ {pattern}.",
112
- "{processingNumber} files in progress...": "{processingNumber} ไฟล์กำลังดำเนินการ..."
117
+ "{processingNumber} files in progress...": "{processingNumber} ไฟล์กำลังดำเนินการ...",
118
+ "{quantity} (Quantity)": ""
113
119
  }
@@ -29,15 +29,18 @@
29
29
  "Enter the password to open this PDF file.": "Nhập mật khẩu để mở tệp PDF này.",
30
30
  "Error Report": "Báo cáo lỗi",
31
31
  "Failed to load PDF file.": "Không tải được tệp PDF.",
32
- "File Uploading": "Tải lên tệp",
33
32
  "Filter": "Lọc",
34
33
  "I agree to the Igloo": "Tôi đồng ý với Igloo",
35
34
  "I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "Tôi tuyên bố rằng những điều tôi đã mô tả ở trên là đúng sự thật. Tôi tuyên bố thêm rằng tổn thất xảy ra là do ngẫu nhiên, không có kế hoạch hoặc sự đồng thuận với các bên khác.",
36
35
  "Import": "Nhập",
37
36
  "Invalid KTP Number.": "Số KTP không hợp lệ.",
38
37
  "Invalid NIK Number.": "",
38
+ "Invalid item_quantity": "",
39
39
  "Invalid password.": "Mật khẩu không hợp lệ.",
40
40
  "It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "Vui lòng chọn không quá {colMax} cột.",
41
+ "Item ID": "",
42
+ "Item ID: {id}": "",
43
+ "Item Name": "",
41
44
  "Last 7 Days": "7 ngày gần nhất",
42
45
  "Last Day": "ngày cuối",
43
46
  "Last Month": "Tháng trước",
@@ -52,7 +55,6 @@
52
55
  "Once you’re happy with the above, and you’ve checked the declaration, please go ahead and submit your claim.": "Vui lòng xác nhận và gửi yêu cầu bồi thường.",
53
56
  "Optional": "Không bắt buộc",
54
57
  "Other Reason": "Lý do khác",
55
- "Photo Uploading": "Tải ảnh lên",
56
58
  "Please enter a valid date.": "Vui lòng nhập đúng ngày:",
57
59
  "Please enter a valid time.": "Vui lòng nhập thời gian hợp lệ.",
58
60
  "Please input a date after {date}": "Vui lòng nhập ngày sau {date}",
@@ -65,6 +67,7 @@
65
67
  "Privacy Policy": "Chính sách bảo mật",
66
68
  "Processing": "Đang xử lý",
67
69
  "Processing progress cannot be updated at the moment. Don’t worry! All your file data are still in progress.": "Dữ liệu chưa được cập nhật và đang trong quá trình xử lý.",
70
+ "Quantity": "",
68
71
  "Quantity of files should be less than {limit}": "Số lượng tệp tin không vượt quá {limit}",
69
72
  "Recognition was not successful!": "",
70
73
  "Reject": "Từ chối",
@@ -79,6 +82,8 @@
79
82
  "Search": "Tìm kiếm",
80
83
  "Searching...": "Đang tìm kiếm...",
81
84
  "Select All": "Chọn tất cả",
85
+ "Select at least one item to continue": "",
86
+ "Please select at least one item to continue.": "",
82
87
  "Send OTP": "Gửi OTP",
83
88
  "Submit": "Gửi",
84
89
  "Terms of Use": "Điều khoản sử dụng",
@@ -109,5 +114,6 @@
109
114
  "{label} must be {minLength} - {maxLength} characters.": "{label} phải là {minLength} - {maxLength} nhân vật.",
110
115
  "{label} must be {minLength} - {maxLength} digits.": "{label} phải là {minLength} - {maxLength} chữ số.",
111
116
  "{label} must match the pattern {pattern}.": "{label} phải khớp với mẫu {pattern}.",
112
- "{processingNumber} files in progress...": "{processingNumber} đang được xử lý..."
117
+ "{processingNumber} files in progress...": "{processingNumber} đang được xử lý...",
118
+ "{quantity} (Quantity)": ""
113
119
  }
@@ -29,15 +29,18 @@
29
29
  "Enter the password to open this PDF file.": "输入密码后预览该文件",
30
30
  "Error Report": "错误报告",
31
31
  "Failed to load PDF file.": "PDF文件加载失败",
32
- "File Uploading": "文件上传中",
33
32
  "Filter": "过滤条件",
34
33
  "I agree to the Igloo": "我同意Igloo",
35
34
  "I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "我承诺上述信息均真实有效,并且物品遗失纯属意外。",
36
35
  "Import": "导入",
37
36
  "Invalid KTP Number.": "不合法的ID",
38
37
  "Invalid NIK Number.": "",
38
+ "Invalid item_quantity": "",
39
39
  "Invalid password.": "无效的密码",
40
40
  "It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "建议不要选择超过{colMax}个字段,以确保最佳展示效果。",
41
+ "Item ID": "",
42
+ "Item ID: {id}": "",
43
+ "Item Name": "",
41
44
  "Last 7 Days": "过去7天",
42
45
  "Last Day": "昨天",
43
46
  "Last Month": "上月",
@@ -52,7 +55,6 @@
52
55
  "Once you’re happy with the above, and you’ve checked the declaration, please go ahead and submit your claim.": "如您对上述填写内容满意,在勾选以下申明后,请继续提交您的理赔申请。",
53
56
  "Optional": "可选",
54
57
  "Other Reason": "其他原因",
55
- "Photo Uploading": "图片上传中",
56
58
  "Please enter a valid date.": "请输入一个有效的日期。",
57
59
  "Please enter a valid time.": "请输入一个有效的时间。",
58
60
  "Please input a date after {date}": "请输入一个{date}之后的日期",
@@ -65,6 +67,7 @@
65
67
  "Privacy Policy": "隐私策略",
66
68
  "Processing": "解析中",
67
69
  "Processing progress cannot be updated at the moment. Don’t worry! All your file data are still in progress.": "文件解析中,请耐心等待。",
70
+ "Quantity": "",
68
71
  "Quantity of files should be less than {limit}": "文件数量不能超过{limit}",
69
72
  "Recognition was not successful!": "",
70
73
  "Reject": "拒绝",
@@ -79,6 +82,8 @@
79
82
  "Search": "搜索",
80
83
  "Searching...": "正在搜索...",
81
84
  "Select All": "全选",
85
+ "Select at least one item to continue": "",
86
+ "Please select at least one item to continue.": "",
82
87
  "Send OTP": "发送OTP",
83
88
  "Submit": "提交",
84
89
  "Terms of Use": "使用条款",
@@ -109,5 +114,6 @@
109
114
  "{label} must be {minLength} - {maxLength} characters.": "{label}应为{length}位字符。",
110
115
  "{label} must be {minLength} - {maxLength} digits.": "{label}应为{minLength}至{maxLength}位数字。",
111
116
  "{label} must match the pattern {pattern}.": "{label}与模式{pattern}不匹配。",
112
- "{processingNumber} files in progress...": "{processingNumber}个文件正在处理..."
117
+ "{processingNumber} files in progress...": "{processingNumber}个文件正在处理...",
118
+ "{quantity} (Quantity)": ""
113
119
  }
@@ -29,15 +29,18 @@
29
29
  "Enter the password to open this PDF file.": "",
30
30
  "Error Report": "錯誤報告",
31
31
  "Failed to load PDF file.": "",
32
- "File Uploading": "",
33
32
  "Filter": "篩選",
34
33
  "I agree to the Igloo": "",
35
34
  "I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "我聲明我上面描述的陳述是真的。我進一步宣布發生損失是偶然的,沒有規劃或與其他方的共識。",
36
35
  "Import": "導入",
37
36
  "Invalid KTP Number.": "",
38
37
  "Invalid NIK Number.": "",
38
+ "Invalid item_quantity": "",
39
39
  "Invalid password.": "",
40
40
  "It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "建議選擇不超過{colMax}指標以確保每個列輸入的默認可見性。",
41
+ "Item ID": "",
42
+ "Item ID: {id}": "",
43
+ "Item Name": "",
41
44
  "Last 7 Days": "過去7天",
42
45
  "Last Day": "過去1天",
43
46
  "Last Month": "上個月",
@@ -52,7 +55,6 @@
52
55
  "Once you’re happy with the above, and you’ve checked the declaration, please go ahead and submit your claim.": "一旦您對上述內容感到滿意,您已檢查聲明,請繼續並提交您的索賠。",
53
56
  "Optional": "可選項",
54
57
  "Other Reason": "其他原因",
55
- "Photo Uploading": "",
56
58
  "Please enter a valid date.": "請輸入有效的日期。",
57
59
  "Please enter a valid time.": "請輸入有效的時間。",
58
60
  "Please input a date after {date}": "",
@@ -65,6 +67,7 @@
65
67
  "Privacy Policy": "",
66
68
  "Processing": "處理中",
67
69
  "Processing progress cannot be updated at the moment. Don’t worry! All your file data are still in progress.": "此刻無法更新處理進度。別擔心!您的所有文件數據仍在進行中。",
70
+ "Quantity": "",
68
71
  "Quantity of files should be less than {limit}": "文件的數量應小於{limit}",
69
72
  "Recognition was not successful!": "",
70
73
  "Reject": "拒絕",
@@ -79,6 +82,8 @@
79
82
  "Search": "檢索",
80
83
  "Searching...": "正在檢索...",
81
84
  "Select All": "全選",
85
+ "Select at least one item to continue": "",
86
+ "Please select at least one item to continue.": "",
82
87
  "Send OTP": "發送OTP.",
83
88
  "Submit": "提交",
84
89
  "Terms of Use": "",
@@ -109,5 +114,6 @@
109
114
  "{label} must be {minLength} - {maxLength} characters.": "",
110
115
  "{label} must be {minLength} - {maxLength} digits.": "",
111
116
  "{label} must match the pattern {pattern}.": "",
112
- "{processingNumber} files in progress...": "{processingNumber}正在進行的文件。。。"
117
+ "{processingNumber} files in progress...": "{processingNumber}正在進行的文件。。。",
118
+ "{quantity} (Quantity)": ""
113
119
  }