@blofin/blofin-ui 0.7.58 → 0.7.60

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 (294) hide show
  1. package/dist/Badge.es.js +8 -10
  2. package/dist/Button.es.js +125 -127
  3. package/dist/Dialog.es.js +10 -180
  4. package/dist/Divider.es.js +10 -12
  5. package/dist/Drawer.es.js +51 -44
  6. package/dist/Form.d.ts +1 -0
  7. package/dist/Form.es.js +752 -0
  8. package/dist/ProTable-63e2c020.js +3444 -0
  9. package/dist/ProTable.es.js +6 -9
  10. package/dist/Slider.es.js +140 -141
  11. package/dist/Sort.es.js +10 -144
  12. package/dist/blofin.css +1 -1
  13. package/dist/{close-0df24351.js → close-c67ec245.js} +0 -1
  14. package/dist/clsx.m-b14a941b.js +32 -0
  15. package/dist/components/Alert/Alert.d.ts +3 -3
  16. package/dist/components/Alert/styles.d.ts +2 -2
  17. package/dist/components/Badge/Badge.d.ts +2 -2
  18. package/dist/components/Button/Button.d.ts +2 -2
  19. package/dist/components/Button/Loading/index.d.ts +2 -2
  20. package/dist/components/Button/index.d.ts +0 -2
  21. package/dist/components/Button/styles.d.ts +1 -1
  22. package/dist/components/Checkbox/styles.d.ts +1 -1
  23. package/dist/components/CssDropdown/CssDropdown.d.ts +3 -3
  24. package/dist/components/DatePickerRange/styles.d.ts +1 -0
  25. package/dist/components/DateTimePicker/DateTimePicker.d.ts +1 -0
  26. package/dist/components/DateTimePicker/ScrollableList.d.ts +1 -1
  27. package/dist/components/Dialog/Dialog.d.ts +2 -5
  28. package/dist/components/Dialog/index.d.ts +2 -4
  29. package/dist/components/Dialog/styles.d.ts +2 -2
  30. package/dist/components/Drawer/Drawer.d.ts +1 -1
  31. package/dist/components/Dropdown/Dropdown.d.ts +2 -2
  32. package/dist/components/Empty/index.d.ts +5 -2
  33. package/dist/components/Form/Control.d.ts +13 -0
  34. package/dist/components/Form/Form.d.ts +4 -0
  35. package/dist/components/Form/FormItem.d.ts +4 -0
  36. package/dist/components/Form/FormLabel.d.ts +4 -0
  37. package/dist/components/Form/context.d.ts +6 -0
  38. package/dist/components/Form/index.d.ts +8 -0
  39. package/dist/components/Form/interface.d.ts +48 -0
  40. package/dist/components/Form/store.d.ts +16 -0
  41. package/dist/components/Form/styles/item.d.ts +5 -0
  42. package/dist/components/Form/useForm.d.ts +3 -0
  43. package/dist/components/LabelTextField/LabelTextField.d.ts +6 -6
  44. package/dist/components/MonthPicker/index.d.ts +17 -2
  45. package/dist/components/MultiSelect/MultiSelect.d.ts +4 -4
  46. package/dist/components/Notification/Notification.d.ts +1 -1
  47. package/dist/components/Pagination/PageOptions.d.ts +1 -1
  48. package/dist/components/Pagination/Pagination.d.ts +2 -2
  49. package/dist/components/Picker/hooks/usePickerMethod.d.ts +1 -1
  50. package/dist/components/Picker/index.d.ts +10 -2
  51. package/dist/components/Popover/Popover.d.ts +1 -1
  52. package/dist/components/Popup/index.d.ts +15 -4
  53. package/dist/components/RadioButton/RadioButton.d.ts +4 -4
  54. package/dist/components/RadioButton/styles.d.ts +1 -1
  55. package/dist/components/Select/Select.d.ts +9 -6
  56. package/dist/components/Slider/Slider.d.ts +2 -2
  57. package/dist/components/Sort/SortButton.d.ts +5 -5
  58. package/dist/components/Sort/SortGroup.d.ts +4 -4
  59. package/dist/components/Sort/index.d.ts +6 -5
  60. package/dist/components/Sortable/SortItem.d.ts +4 -4
  61. package/dist/components/Sortable/index.d.ts +11 -3
  62. package/dist/components/Switch/Switch.d.ts +2 -2
  63. package/dist/components/Switch/styles.d.ts +3 -3
  64. package/dist/components/Tab/Tab.d.ts +2 -2
  65. package/dist/components/Tab/styles.d.ts +1 -1
  66. package/dist/components/Table/Pagination/index.d.ts +2 -2
  67. package/dist/components/Table/Table.d.ts +2 -2
  68. package/dist/components/Table/Tbody/index.d.ts +3 -3
  69. package/dist/components/Table/Thead/index.d.ts +3 -3
  70. package/dist/components/Table/context.d.ts +3 -3
  71. package/dist/components/Table/hooks/useStickyOffset.d.ts +3 -3
  72. package/dist/components/Table/index.d.ts +3 -3
  73. package/dist/components/Table/interface.d.ts +4 -4
  74. package/dist/components/TextField/TextField.d.ts +4 -4
  75. package/dist/components/TextField/index.d.ts +0 -2
  76. package/dist/components/TextSelect/TextSelect.d.ts +8 -8
  77. package/dist/components/Textarea/index.d.ts +15 -2
  78. package/dist/components/Toast/Toast.d.ts +13 -2
  79. package/dist/components/Toast/styles.d.ts +1 -1
  80. package/dist/components/Tooltip/Tooltip.d.ts +5 -4
  81. package/dist/components/Typography/Typography.d.ts +2 -2
  82. package/dist/components/Typography/styles.d.ts +1 -1
  83. package/dist/hooks/useLatest.d.ts +1 -1
  84. package/dist/hooks/useNotification.d.ts +7 -5
  85. package/dist/hooks/useToast.d.ts +1 -1
  86. package/dist/{index-11268759.js → index-000dc001.js} +33 -18
  87. package/dist/{index-03d6aef0.js → index-00de98c8.js} +33 -18
  88. package/dist/{index-9c73c442.js → index-014f0ec1.js} +60 -45
  89. package/dist/{index-c6371af1.js → index-0a6abd3c.js} +25 -10
  90. package/dist/{index-2ae0474b.js → index-0f613d53.js} +39 -24
  91. package/dist/{index-0230b5a9.js → index-0f855a91.js} +4 -5
  92. package/dist/{index-f64eddcc.js → index-156b7cd4.js} +31 -16
  93. package/dist/{index-06ef2e10.js → index-1b19695e.js} +28 -13
  94. package/dist/{index-73bfc020.js → index-1fed0e48.js} +47 -32
  95. package/dist/{index-06d0f2f7.js → index-21539182.js} +28 -13
  96. package/dist/{index-6e969585.js → index-250d3f95.js} +52 -37
  97. package/dist/{index-1b2a64df.js → index-2a446b59.js} +46 -31
  98. package/dist/{index-c1381bca.js → index-337b1e0b.js} +35 -20
  99. package/dist/{index-8aa9b1be.js → index-340ee150.js} +39 -24
  100. package/dist/{index-898678dc.js → index-345260fc.js} +45 -30
  101. package/dist/index-368582b8.js +64 -0
  102. package/dist/{index-08a64465.js → index-378b35b1.js} +31 -16
  103. package/dist/{index-57a163fd.js → index-38570835.js} +28 -13
  104. package/dist/index-3a133920.js +64 -0
  105. package/dist/{index-b103ed31.js → index-3c8644eb.js} +27 -12
  106. package/dist/{index-12d32536.js → index-3f79b35f.js} +28 -13
  107. package/dist/index-40626e62.js +174 -0
  108. package/dist/{index-4bc493f0.js → index-479a3d12.js} +19 -4
  109. package/dist/{index-fdffd6e6.js → index-48c1dad4.js} +29 -14
  110. package/dist/{index-cfee583b.js → index-49465137.js} +36 -21
  111. package/dist/{index-75190b99.js → index-4a29ef31.js} +22 -7
  112. package/dist/{index-3ee2bafa.js → index-4aa73537.js} +30 -15
  113. package/dist/{index-4df0c3e4.js → index-4bea9ceb.js} +31 -16
  114. package/dist/{index-03169373.js → index-4d663847.js} +37 -22
  115. package/dist/index-4e021bb2.js +65 -0
  116. package/dist/{index-cc1cd309.js → index-4e2b888a.js} +28 -13
  117. package/dist/{index-d86842c8.js → index-55bacefc.js} +34 -19
  118. package/dist/{index-e1a6a03d.js → index-5eaf9fd0.js} +24 -9
  119. package/dist/{index-7edb6aec.js → index-5f5a69d3.js} +34 -19
  120. package/dist/{index-094d2a65.js → index-61af02ba.js} +34 -19
  121. package/dist/{index-5e6ffc2f.js → index-66d800fe.js} +1 -2
  122. package/dist/{index-80cc70e4.js → index-6ad4db73.js} +41 -26
  123. package/dist/{index-a89abb42.js → index-6b45d241.js} +19 -4
  124. package/dist/{index-d81e15f3.js → index-6b5e8efd.js} +34 -19
  125. package/dist/{index-79e7317f.js → index-6c40ce21.js} +27 -12
  126. package/dist/{index-141cec17.js → index-6f2e444c.js} +29 -14
  127. package/dist/{index-7cf9b111.js → index-722dea32.js} +33 -18
  128. package/dist/index-7272669e.js +36 -0
  129. package/dist/{index-c69f6dfc.js → index-752470b7.js} +36 -21
  130. package/dist/{index-cbc0d36b.js → index-775d9482.js} +30 -15
  131. package/dist/{index-67678963.js → index-841c19af.js} +48 -33
  132. package/dist/{index-cb1218d8.js → index-8476d3e0.js} +25 -10
  133. package/dist/{index-d2f2742e.js → index-8a13a50e.js} +30 -15
  134. package/dist/index-95c68eda.js +152 -0
  135. package/dist/{index-b54ef52a.js → index-97ea2514.js} +31 -16
  136. package/dist/{index-360aaaac.js → index-9aec70e5.js} +46 -31
  137. package/dist/{index-60fe7f16.js → index-9d4af95d.js} +32 -17
  138. package/dist/{index-8585c2f3.js → index-a1f0ee32.js} +38 -23
  139. package/dist/{index-e98ef24f.js → index-a4a83087.js} +32 -17
  140. package/dist/{index-9e5efc0a.js → index-a58b15ca.js} +45 -30
  141. package/dist/{index-f1726c63.js → index-a5be4aaa.js} +29 -14
  142. package/dist/{index-6856be22.js → index-a885ed63.js} +38 -23
  143. package/dist/{index-40710f09.js → index-a8995b25.js} +41 -26
  144. package/dist/{index-117d018c.js → index-b13a89bd.js} +37 -22
  145. package/dist/{index-f40f45fb.js → index-b53a2c97.js} +30 -15
  146. package/dist/{index-4f94900a.js → index-b5c8f9ce.js} +34 -19
  147. package/dist/{index-a6fa33ce.js → index-b6ac5cff.js} +28 -13
  148. package/dist/{index-5beeed26.js → index-b7272ef5.js} +38 -23
  149. package/dist/{index-63a66f13.js → index-b77bf47e.js} +45 -30
  150. package/dist/{index-19d177fe.js → index-b7ec6041.js} +31 -16
  151. package/dist/{index-fda88eb4.js → index-ba723d9d.js} +45 -30
  152. package/dist/{index-e169373b.js → index-bc16213b.js} +25 -10
  153. package/dist/{index-2334248a.js → index-bfdde380.js} +24 -9
  154. package/dist/{index-b7941b97.js → index-c0101070.js} +23 -8
  155. package/dist/{index-ef31f5f8.js → index-c34b059e.js} +1 -2
  156. package/dist/{index-956b36a6.js → index-c5e273c8.js} +45 -30
  157. package/dist/{index-954d3973.js → index-c7476f69.js} +28 -13
  158. package/dist/{index-4f94d7fa.js → index-c90d76b1.js} +39 -24
  159. package/dist/index-cb0f058d.js +11570 -0
  160. package/dist/{index-d3419554.js → index-cd3a96b7.js} +30 -15
  161. package/dist/{index-7bb9ffdf.js → index-d1ed98b2.js} +2 -3
  162. package/dist/{index-e9a1ff7f.js → index-d2079dd6.js} +19 -4
  163. package/dist/{index-e2b960e4.js → index-d4eda35e.js} +38 -23
  164. package/dist/{index-770e5f53.js → index-d72523e5.js} +27 -12
  165. package/dist/{index-5fb7b3bc.js → index-d7e1c70a.js} +27 -12
  166. package/dist/{index-ceae4147.js → index-dda1a5c0.js} +27 -12
  167. package/dist/index-e318ba1a.js +64 -0
  168. package/dist/{index-e8fb69e0.js → index-e989a33d.js} +37 -22
  169. package/dist/{index-02f669c4.js → index-e9fc837c.js} +1 -2
  170. package/dist/{index-b0da3dfd.js → index-ecb26def.js} +39 -24
  171. package/dist/{index-4d780cf4.js → index-edc31623.js} +37 -22
  172. package/dist/{index-6f728206.js → index-f485bd51.js} +24 -9
  173. package/dist/{index-03513979.js → index-f5f7af48.js} +26 -11
  174. package/dist/{index-f7c4ae83.js → index-faedf548.js} +48 -33
  175. package/dist/{index-29d37c73.js → index-fbcaec88.js} +67 -52
  176. package/dist/{index-6f963c6a.js → index-fc234f8b.js} +35 -20
  177. package/dist/{index-4c6ad36c.js → index-ff40f7fc.js} +47 -32
  178. package/dist/index.d.ts +48 -36
  179. package/dist/index.es.js +56 -223
  180. package/dist/isObjectLike-1b8bbac2.js +44 -0
  181. package/dist/jsx-runtime-82a9ddf6.js +646 -0
  182. package/dist/provider/NoticeProvider.d.ts +1 -1
  183. package/dist/provider/ThemeProvider.d.ts +3 -7
  184. package/dist/provider/useTheme.d.ts +1 -1
  185. package/dist/types/component.d.ts +1 -1
  186. package/dist/utils/helper.d.ts +1 -1
  187. package/dist/{utils-071abd68.js → utils-cacf528c.js} +1 -2
  188. package/package.json +3 -2
  189. package/dist/Calendar.d.ts +0 -1
  190. package/dist/Calendar.es.js +0 -210
  191. package/dist/Checkbox.d.ts +0 -1
  192. package/dist/Checkbox.es.js +0 -138
  193. package/dist/CssDropdown.d.ts +0 -1
  194. package/dist/CssDropdown.es.js +0 -38
  195. package/dist/DatePickerRange.d.ts +0 -1
  196. package/dist/DatePickerRange.es.js +0 -410
  197. package/dist/DateTimePicker.d.ts +0 -1
  198. package/dist/DateTimePicker.es.js +0 -519
  199. package/dist/Dropdown.d.ts +0 -1
  200. package/dist/Dropdown.es.js +0 -134
  201. package/dist/Empty.d.ts +0 -1
  202. package/dist/Empty.es.js +0 -11
  203. package/dist/LabelTextField.d.ts +0 -1
  204. package/dist/LabelTextField.es.js +0 -100
  205. package/dist/MonthPicker.d.ts +0 -1
  206. package/dist/MonthPicker.es.js +0 -16
  207. package/dist/MultiSelect.d.ts +0 -1
  208. package/dist/MultiSelect.es.js +0 -425
  209. package/dist/Notification.d.ts +0 -1
  210. package/dist/Notification.es.js +0 -12
  211. package/dist/Pagination.d.ts +0 -1
  212. package/dist/Pagination.es.js +0 -219
  213. package/dist/Picker.d.ts +0 -1
  214. package/dist/Picker.es.js +0 -224
  215. package/dist/Popover.d.ts +0 -1
  216. package/dist/Popover.es.js +0 -107
  217. package/dist/Popup.d.ts +0 -1
  218. package/dist/Popup.es.js +0 -62
  219. package/dist/ProTable-7a07d8b6.js +0 -565
  220. package/dist/RadioButton.d.ts +0 -1
  221. package/dist/RadioButton.es.js +0 -152
  222. package/dist/Select.d.ts +0 -1
  223. package/dist/Select.es.js +0 -316
  224. package/dist/Sortable.d.ts +0 -1
  225. package/dist/Sortable.es.js +0 -39
  226. package/dist/Switch.d.ts +0 -1
  227. package/dist/Switch.es.js +0 -64
  228. package/dist/Tab.d.ts +0 -1
  229. package/dist/Tab.es.js +0 -101
  230. package/dist/Table.d.ts +0 -1
  231. package/dist/Table.es.js +0 -359
  232. package/dist/TextField.d.ts +0 -1
  233. package/dist/TextField.es.js +0 -64
  234. package/dist/TextSelect.d.ts +0 -1
  235. package/dist/TextSelect.es.js +0 -17
  236. package/dist/Textarea.d.ts +0 -1
  237. package/dist/Textarea.es.js +0 -106
  238. package/dist/Toast.d.ts +0 -1
  239. package/dist/Toast.es.js +0 -12
  240. package/dist/Tooltip.d.ts +0 -1
  241. package/dist/Tooltip.es.js +0 -144
  242. package/dist/Typography.d.ts +0 -1
  243. package/dist/Typography.es.js +0 -74
  244. package/dist/_commonjsHelpers-1d52fb73.js +0 -9
  245. package/dist/arrow-down-011b02c7.js +0 -6
  246. package/dist/arrow-down-l-line-97e4fe24.js +0 -6
  247. package/dist/arrow-fill-70becd96.js +0 -6
  248. package/dist/arrow-right-l-line-87881b4d.js +0 -7
  249. package/dist/close-bg-6d2211ef.js +0 -6
  250. package/dist/clsx.m-e965ef18.js +0 -22
  251. package/dist/components/CssDropdown/index.d.ts +0 -2
  252. package/dist/components/DatePickerRange/index.d.ts +0 -4
  253. package/dist/components/DateTimePicker/index.d.ts +0 -4
  254. package/dist/components/Dropdown/index.d.ts +0 -2
  255. package/dist/components/Empty/Empty.d.ts +0 -5
  256. package/dist/components/MonthPicker/MonthPicker.d.ts +0 -17
  257. package/dist/components/MultiSelect/index.d.ts +0 -2
  258. package/dist/components/Notification/index.d.ts +0 -2
  259. package/dist/components/Pagination/index.d.ts +0 -3
  260. package/dist/components/Picker/Picker.d.ts +0 -10
  261. package/dist/components/Popover/index.d.ts +0 -5
  262. package/dist/components/Popup/Popup.d.ts +0 -15
  263. package/dist/components/Sortable/Sortable.d.ts +0 -11
  264. package/dist/components/Switch/index.d.ts +0 -2
  265. package/dist/components/Tab/index.d.ts +0 -4
  266. package/dist/components/TextSelect/index.d.ts +0 -2
  267. package/dist/components/Textarea/Textarea.d.ts +0 -15
  268. package/dist/components/Toast/index.d.ts +0 -2
  269. package/dist/components/Tooltip/index.d.ts +0 -2
  270. package/dist/components/Typography/index.d.ts +0 -4
  271. package/dist/enum-0398044b.js +0 -17
  272. package/dist/helper-221987f8.js +0 -7
  273. package/dist/index-293f8244.js +0 -49
  274. package/dist/index-40023d52.js +0 -5322
  275. package/dist/index-4528ba11.js +0 -49
  276. package/dist/index-596c785d.js +0 -50
  277. package/dist/index-67554651.js +0 -49
  278. package/dist/index-9349bf2d.js +0 -345
  279. package/dist/index-b7027a1d.js +0 -1295
  280. package/dist/index-c57db938.js +0 -37
  281. package/dist/index-eea69add.js +0 -71
  282. package/dist/index.esm-71578db5.js +0 -1198
  283. package/dist/index.module-1d7bbdf8.js +0 -7
  284. package/dist/index.module-86edc823.js +0 -15
  285. package/dist/index.module-b4239ff5.js +0 -9
  286. package/dist/index.module-fb41ba3b.js +0 -39
  287. package/dist/locales-776f0072.js +0 -440
  288. package/dist/search-b79a3be5.js +0 -6
  289. package/dist/sortable.esm-1c13d908.js +0 -2896
  290. package/dist/sortable.esm-8d31c120.js +0 -1275
  291. package/dist/styles-85a9fe64.js +0 -136
  292. package/dist/useAlign-916ed3be.js +0 -44
  293. package/dist/useDelayEvent-f577f6a3.js +0 -1082
  294. package/dist/useTheme-0688f238.js +0 -16
@@ -1,5 +1,20 @@
1
- "use client";
2
- import { a as s, b as r, c as d, d as i } from "./index-b7027a1d.js";
1
+ import { a as d, b as r, c as s, d as i } from "./index-cb0f058d.js";
2
+ import "./Badge.es.js";
3
+ import "./jsx-runtime-82a9ddf6.js";
4
+ import "react";
5
+ import "./clsx.m-b14a941b.js";
6
+ import "./utils-cacf528c.js";
7
+ import "./index-7272669e.js";
8
+ import "./Button.es.js";
9
+ import "./isObjectLike-1b8bbac2.js";
10
+ import "./index-40626e62.js";
11
+ import "react-dom";
12
+ import "./close-c67ec245.js";
13
+ import "./Drawer.es.js";
14
+ import "./Slider.es.js";
15
+ import "./index-95c68eda.js";
16
+ import "./ProTable-63e2c020.js";
17
+ import "./Divider.es.js";
3
18
  var h = {
4
19
  lessThanXSeconds: {
5
20
  one: "sekunddan kam",
@@ -62,9 +77,9 @@ var h = {
62
77
  one: "deyarli 1 yil",
63
78
  other: "deyarli {{count}} yil"
64
79
  }
65
- }, m = function(a, o, t) {
66
- var e, u = h[a];
67
- return typeof u == "string" ? e = u : o === 1 ? e = u.one : e = u.other.replace("{{count}}", String(o)), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? e + " dan keyin" : e + " oldin" : e;
80
+ }, m = function(a, o, e) {
81
+ var t, u = h[a];
82
+ return typeof u == "string" ? t = u : o === 1 ? t = u.one : t = u.other.replace("{{count}}", String(o)), e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? t + " dan keyin" : t + " oldin" : t;
68
83
  };
69
84
  const l = m;
70
85
  var y = {
@@ -80,31 +95,31 @@ var y = {
80
95
  }, v = {
81
96
  any: "{{date}}, {{time}}"
82
97
  }, b = {
83
- date: s({
98
+ date: d({
84
99
  formats: y,
85
100
  defaultWidth: "full"
86
101
  }),
87
- time: s({
102
+ time: d({
88
103
  formats: c,
89
104
  defaultWidth: "full"
90
105
  }),
91
- dateTime: s({
106
+ dateTime: d({
92
107
  formats: v,
93
108
  defaultWidth: "any"
94
109
  })
95
110
  };
96
111
  const f = b;
97
- var k = {
112
+ var p = {
98
113
  lastWeek: "'oldingi' eeee p 'da'",
99
114
  yesterday: "'kecha' p 'da'",
100
115
  today: "'bugun' p 'da'",
101
116
  tomorrow: "'ertaga' p 'da'",
102
117
  nextWeek: "eeee p 'da'",
103
118
  other: "P"
104
- }, p = function(a, o, t, e) {
105
- return k[a];
119
+ }, k = function(a, o, e, t) {
120
+ return p[a];
106
121
  };
107
- const g = p;
122
+ const g = k;
108
123
  var M = {
109
124
  narrow: ["M.A", "M."],
110
125
  abbreviated: ["M.A", "M."],
@@ -257,7 +272,7 @@ var F = /^(\d+)(chi)?/i, Y = /\d+/i, x = {
257
272
  night: /tun/i
258
273
  }
259
274
  }, O = {
260
- ordinalNumber: d({
275
+ ordinalNumber: s({
261
276
  matchPattern: F,
262
277
  parsePattern: Y,
263
278
  valueCallback: function(a) {
@@ -299,7 +314,7 @@ var F = /^(\d+)(chi)?/i, Y = /\d+/i, x = {
299
314
  })
300
315
  };
301
316
  const R = O;
302
- var J = {
317
+ var ua = {
303
318
  code: "uz",
304
319
  formatDistance: l,
305
320
  formatLong: f,
@@ -312,5 +327,5 @@ var J = {
312
327
  }
313
328
  };
314
329
  export {
315
- J as default
330
+ ua as default
316
331
  };
@@ -1,6 +1,5 @@
1
- "use client";
2
- import { i as d } from "./index-5e6ffc2f.js";
3
- import { b as o, c as l, d as m } from "./index-b7027a1d.js";
1
+ import { i as d } from "./index-66d800fe.js";
2
+ import { b as o, c as l, d as m } from "./index-cb0f058d.js";
4
3
  var c = {
5
4
  lessThanXSeconds: {
6
5
  one: "meno di un secondo",
@@ -1,5 +1,20 @@
1
- "use client";
2
- import { a as u, b as r, c as d, d as s } from "./index-b7027a1d.js";
1
+ import { a as u, b as r, c as d, d as s } from "./index-cb0f058d.js";
2
+ import "./Badge.es.js";
3
+ import "./jsx-runtime-82a9ddf6.js";
4
+ import "react";
5
+ import "./clsx.m-b14a941b.js";
6
+ import "./utils-cacf528c.js";
7
+ import "./index-7272669e.js";
8
+ import "./Button.es.js";
9
+ import "./isObjectLike-1b8bbac2.js";
10
+ import "./index-40626e62.js";
11
+ import "react-dom";
12
+ import "./close-c67ec245.js";
13
+ import "./Drawer.es.js";
14
+ import "./Slider.es.js";
15
+ import "./index-95c68eda.js";
16
+ import "./ProTable-63e2c020.js";
17
+ import "./Divider.es.js";
3
18
  var l = {
4
19
  lessThanXSeconds: {
5
20
  one: {
@@ -408,7 +423,7 @@ var x = /^(\d+)\./i, F = /\d+/i, H = {
408
423
  })
409
424
  };
410
425
  const Y = $;
411
- var O = {
426
+ var ue = {
412
427
  code: "hr",
413
428
  formatDistance: m,
414
429
  formatLong: g,
@@ -421,5 +436,5 @@ var O = {
421
436
  }
422
437
  };
423
438
  export {
424
- O as default
439
+ ue as default
425
440
  };
@@ -1,6 +1,21 @@
1
- "use client";
2
- import { a as s, b as i, c as u, d } from "./index-b7027a1d.js";
3
- var h = {
1
+ import { a as m, b as i, c as s, d } from "./index-cb0f058d.js";
2
+ import "./Badge.es.js";
3
+ import "./jsx-runtime-82a9ddf6.js";
4
+ import "react";
5
+ import "./clsx.m-b14a941b.js";
6
+ import "./utils-cacf528c.js";
7
+ import "./index-7272669e.js";
8
+ import "./Button.es.js";
9
+ import "./isObjectLike-1b8bbac2.js";
10
+ import "./index-40626e62.js";
11
+ import "react-dom";
12
+ import "./close-c67ec245.js";
13
+ import "./Drawer.es.js";
14
+ import "./Slider.es.js";
15
+ import "./index-95c68eda.js";
16
+ import "./ProTable-63e2c020.js";
17
+ import "./Divider.es.js";
18
+ var u = {
4
19
  lessThanXSeconds: {
5
20
  one: "أقل من ثانية واحدة",
6
21
  two: "أقل من ثانتين",
@@ -92,12 +107,12 @@ var h = {
92
107
  threeToTen: "{{count}} أعوام تقريباً",
93
108
  other: "{{count}} عام تقريباً"
94
109
  }
95
- }, m = function(e, n, r) {
96
- r = r || {};
97
- var a = h[e], t;
98
- return typeof a == "string" ? t = a : n === 1 ? t = a.one : n === 2 ? t = a.two : n <= 10 ? t = a.threeToTen.replace("{{count}}", String(n)) : t = a.other.replace("{{count}}", String(n)), r.addSuffix ? r.comparison && r.comparison > 0 ? "في خلال " + t : "منذ " + t : t;
110
+ }, h = function(e, r, n) {
111
+ n = n || {};
112
+ var a = u[e], t;
113
+ return typeof a == "string" ? t = a : r === 1 ? t = a.one : r === 2 ? t = a.two : r <= 10 ? t = a.threeToTen.replace("{{count}}", String(r)) : t = a.other.replace("{{count}}", String(r)), n.addSuffix ? n.comparison && n.comparison > 0 ? "في خلال " + t : "منذ " + t : t;
99
114
  };
100
- const l = m;
115
+ const l = h;
101
116
  var c = {
102
117
  full: "EEEE, MMMM do, y",
103
118
  long: "MMMM do, y",
@@ -114,36 +129,36 @@ var c = {
114
129
  medium: "{{date}}, {{time}}",
115
130
  short: "{{date}}, {{time}}"
116
131
  }, g = {
117
- date: s({
132
+ date: m({
118
133
  formats: c,
119
134
  defaultWidth: "full"
120
135
  }),
121
- time: s({
136
+ time: m({
122
137
  formats: f,
123
138
  defaultWidth: "full"
124
139
  }),
125
- dateTime: s({
140
+ dateTime: m({
126
141
  formats: v,
127
142
  defaultWidth: "full"
128
143
  })
129
144
  };
130
145
  const w = g;
131
- var b = {
146
+ var p = {
132
147
  lastWeek: "'أخر' eeee 'عند' p",
133
148
  yesterday: "'أمس عند' p",
134
149
  today: "'اليوم عند' p",
135
150
  tomorrow: "'غداً عند' p",
136
151
  nextWeek: "eeee 'عند' p",
137
152
  other: "P"
138
- }, P = function(e, n, r, a) {
139
- return b[e];
153
+ }, b = function(e, r, n, a) {
154
+ return p[e];
140
155
  };
141
- const T = P;
142
- var y = {
156
+ const P = b;
157
+ var T = {
143
158
  narrow: ["ق", "ب"],
144
159
  abbreviated: ["ق.م.", "ب.م."],
145
160
  wide: ["قبل الميلاد", "بعد الميلاد"]
146
- }, p = {
161
+ }, y = {
147
162
  narrow: ["1", "2", "3", "4"],
148
163
  abbreviated: ["ر1", "ر2", "ر3", "ر4"],
149
164
  wide: ["الربع الأول", "الربع الثاني", "الربع الثالث", "الربع الرابع"]
@@ -223,11 +238,11 @@ var y = {
223
238
  }, z = {
224
239
  ordinalNumber: x,
225
240
  era: i({
226
- values: y,
241
+ values: T,
227
242
  defaultWidth: "wide"
228
243
  }),
229
244
  quarter: i({
230
- values: p,
245
+ values: y,
231
246
  defaultWidth: "wide",
232
247
  argumentCallback: function(e) {
233
248
  return Number(e) - 1;
@@ -292,7 +307,7 @@ var N = /^(\d+)(th|st|nd|rd)?/i, X = /\d+/i, C = {
292
307
  night: /night/i
293
308
  }
294
309
  }, _ = {
295
- ordinalNumber: u({
310
+ ordinalNumber: s({
296
311
  matchPattern: N,
297
312
  parsePattern: X,
298
313
  valueCallback: function(e) {
@@ -334,11 +349,11 @@ var N = /^(\d+)(th|st|nd|rd)?/i, X = /\d+/i, C = {
334
349
  })
335
350
  };
336
351
  const H = _;
337
- var A = {
352
+ var de = {
338
353
  code: "ar-DZ",
339
354
  formatDistance: l,
340
355
  formatLong: w,
341
- formatRelative: T,
356
+ formatRelative: P,
342
357
  localize: F,
343
358
  match: H,
344
359
  options: {
@@ -347,5 +362,5 @@ var A = {
347
362
  }
348
363
  };
349
364
  export {
350
- A as default
365
+ de as default
351
366
  };
@@ -1,6 +1,21 @@
1
- "use client";
2
- import { f as a, l as o, m } from "./index-02f669c4.js";
3
- import { a as e } from "./index-b7027a1d.js";
1
+ import { f as a, l as o, m } from "./index-e9fc837c.js";
2
+ import { a as t } from "./index-cb0f058d.js";
3
+ import "./Badge.es.js";
4
+ import "./jsx-runtime-82a9ddf6.js";
5
+ import "react";
6
+ import "./clsx.m-b14a941b.js";
7
+ import "./utils-cacf528c.js";
8
+ import "./index-7272669e.js";
9
+ import "./Button.es.js";
10
+ import "./isObjectLike-1b8bbac2.js";
11
+ import "./index-40626e62.js";
12
+ import "react-dom";
13
+ import "./close-c67ec245.js";
14
+ import "./Drawer.es.js";
15
+ import "./Slider.es.js";
16
+ import "./index-95c68eda.js";
17
+ import "./ProTable-63e2c020.js";
18
+ import "./Divider.es.js";
4
19
  var r = {
5
20
  full: "EEEE d MMMM y",
6
21
  long: "d MMMM y",
@@ -17,15 +32,15 @@ var r = {
17
32
  medium: "{{date}}, {{time}}",
18
33
  short: "{{date}}, {{time}}"
19
34
  }, s = {
20
- date: e({
35
+ date: t({
21
36
  formats: r,
22
37
  defaultWidth: "full"
23
38
  }),
24
- time: e({
39
+ time: t({
25
40
  formats: i,
26
41
  defaultWidth: "full"
27
42
  }),
28
- dateTime: e({
43
+ dateTime: t({
29
44
  formats: l,
30
45
  defaultWidth: "full"
31
46
  })
@@ -38,15 +53,15 @@ var f = {
38
53
  tomorrow: "'demain à' p'",
39
54
  nextWeek: "eeee 'la semaine prochaine à' p",
40
55
  other: "P"
41
- }, n = function(t, M, h, v) {
42
- return f[t];
56
+ }, p = function(e, c, M, h) {
57
+ return f[e];
43
58
  };
44
- const u = n;
45
- var g = {
59
+ const n = p;
60
+ var $ = {
46
61
  code: "fr-CH",
47
62
  formatDistance: a,
48
63
  formatLong: d,
49
- formatRelative: u,
64
+ formatRelative: n,
50
65
  localize: o,
51
66
  match: m,
52
67
  options: {
@@ -55,5 +70,5 @@ var g = {
55
70
  }
56
71
  };
57
72
  export {
58
- g as default
73
+ $ as default
59
74
  };
@@ -1,5 +1,20 @@
1
- "use client";
2
- import { a as s, b as n, c as m, d as i } from "./index-b7027a1d.js";
1
+ import { a as m, b as n, c as s, d as i } from "./index-cb0f058d.js";
2
+ import "./Badge.es.js";
3
+ import "./jsx-runtime-82a9ddf6.js";
4
+ import "react";
5
+ import "./clsx.m-b14a941b.js";
6
+ import "./utils-cacf528c.js";
7
+ import "./index-7272669e.js";
8
+ import "./Button.es.js";
9
+ import "./isObjectLike-1b8bbac2.js";
10
+ import "./index-40626e62.js";
11
+ import "react-dom";
12
+ import "./close-c67ec245.js";
13
+ import "./Drawer.es.js";
14
+ import "./Slider.es.js";
15
+ import "./index-95c68eda.js";
16
+ import "./ProTable-63e2c020.js";
17
+ import "./Divider.es.js";
3
18
  var u = {
4
19
  lessThanXSeconds: {
5
20
  one: "minder dan een seconde",
@@ -83,31 +98,31 @@ var v = {
83
98
  medium: "{{date}}, {{time}}",
84
99
  short: "{{date}}, {{time}}"
85
100
  }, f = {
86
- date: s({
101
+ date: m({
87
102
  formats: v,
88
103
  defaultWidth: "full"
89
104
  }),
90
- time: s({
105
+ time: m({
91
106
  formats: c,
92
107
  defaultWidth: "full"
93
108
  }),
94
- dateTime: s({
109
+ dateTime: m({
95
110
  formats: g,
96
111
  defaultWidth: "full"
97
112
  })
98
113
  };
99
114
  const b = f;
100
- var w = {
115
+ var p = {
101
116
  lastWeek: "'vorige' eeee 'om' p",
102
117
  yesterday: "'gisteren om' p",
103
118
  today: "'vandaag om' p",
104
119
  tomorrow: "'morgen om' p",
105
120
  nextWeek: "eeee 'om' p",
106
121
  other: "P"
107
- }, p = function(a, o, e, t) {
108
- return w[a];
122
+ }, w = function(a, o, e, t) {
123
+ return p[a];
109
124
  };
110
- const P = p;
125
+ const P = w;
111
126
  var M = {
112
127
  narrow: ["v.C.", "n.C."],
113
128
  abbreviated: ["v.Chr.", "n.Chr."],
@@ -227,7 +242,7 @@ var x = /^(\d+)e?/i, H = /\d+/i, F = {
227
242
  night: /nacht/i
228
243
  }
229
244
  }, $ = {
230
- ordinalNumber: m({
245
+ ordinalNumber: s({
231
246
  matchPattern: x,
232
247
  parsePattern: H,
233
248
  valueCallback: function(a) {
@@ -269,7 +284,7 @@ var x = /^(\d+)e?/i, H = /\d+/i, F = {
269
284
  })
270
285
  };
271
286
  const O = $;
272
- var Y = {
287
+ var oa = {
273
288
  code: "nl-BE",
274
289
  formatDistance: h,
275
290
  formatLong: b,
@@ -282,5 +297,5 @@ var Y = {
282
297
  }
283
298
  };
284
299
  export {
285
- Y as default
300
+ oa as default
286
301
  };
@@ -1,5 +1,20 @@
1
- "use client";
2
- import { a as s, b as o, c as m, d as l } from "./index-b7027a1d.js";
1
+ import { a as s, b as o, c as m, d as l } from "./index-cb0f058d.js";
2
+ import "./Badge.es.js";
3
+ import "./jsx-runtime-82a9ddf6.js";
4
+ import "react";
5
+ import "./clsx.m-b14a941b.js";
6
+ import "./utils-cacf528c.js";
7
+ import "./index-7272669e.js";
8
+ import "./Button.es.js";
9
+ import "./isObjectLike-1b8bbac2.js";
10
+ import "./index-40626e62.js";
11
+ import "react-dom";
12
+ import "./close-c67ec245.js";
13
+ import "./Drawer.es.js";
14
+ import "./Slider.es.js";
15
+ import "./index-95c68eda.js";
16
+ import "./ProTable-63e2c020.js";
17
+ import "./Divider.es.js";
3
18
  var d = {
4
19
  lessThanXSeconds: {
5
20
  one: "inqas minn sekonda",
@@ -66,9 +81,9 @@ var d = {
66
81
  two: "kważi sentejn",
67
82
  other: "kważi {{count}} snin"
68
83
  }
69
- }, u = function(a, r, e) {
84
+ }, u = function(a, n, e) {
70
85
  var t, i = d[a];
71
- return typeof i == "string" ? t = i : r === 1 ? t = i.one : r === 2 && i.two ? t = i.two : t = i.other.replace("{{count}}", String(r)), e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? "f'" + t : t + " ilu" : t;
86
+ return typeof i == "string" ? t = i : n === 1 ? t = i.one : n === 2 && i.two ? t = i.two : t = i.other.replace("{{count}}", String(n)), e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? "f'" + t : t + " ilu" : t;
72
87
  };
73
88
  const f = u;
74
89
  var h = {
@@ -108,11 +123,11 @@ var b = {
108
123
  tomorrow: "'Għada fil-'p",
109
124
  nextWeek: "eeee 'fil-'p",
110
125
  other: "P"
111
- }, j = function(a, r, e, t) {
126
+ }, p = function(a, n, e, t) {
112
127
  return b[a];
113
128
  };
114
- const y = j;
115
- var p = {
129
+ const j = p;
130
+ var y = {
116
131
  narrow: ["Q", "W"],
117
132
  abbreviated: ["QK", "WK"],
118
133
  wide: ["qabel Kristu", "wara Kristu"]
@@ -191,13 +206,13 @@ var p = {
191
206
  evening: "filgħaxija",
192
207
  night: "billejl"
193
208
  }
194
- }, D = function(a, r) {
209
+ }, D = function(a, n) {
195
210
  var e = Number(a);
196
211
  return e + "º";
197
212
  }, q = {
198
213
  ordinalNumber: D,
199
214
  era: o({
200
- values: p,
215
+ values: y,
201
216
  defaultWidth: "wide"
202
217
  }),
203
218
  quarter: o({
@@ -307,11 +322,11 @@ var S = /^(\d+)(º)?/i, T = /\d+/i, z = {
307
322
  })
308
323
  };
309
324
  const O = C;
310
- var $ = {
325
+ var la = {
311
326
  code: "mt",
312
327
  formatDistance: f,
313
328
  formatLong: v,
314
- formatRelative: y,
329
+ formatRelative: j,
315
330
  localize: F,
316
331
  match: O,
317
332
  options: {
@@ -320,5 +335,5 @@ var $ = {
320
335
  }
321
336
  };
322
337
  export {
323
- $ as default
338
+ la as default
324
339
  };
@@ -0,0 +1,64 @@
1
+ import { f as m, a as o, l as a, m as r } from "./index-d1ed98b2.js";
2
+ import { a as t } from "./index-cb0f058d.js";
3
+ import "./index-66d800fe.js";
4
+ import "./Badge.es.js";
5
+ import "./jsx-runtime-82a9ddf6.js";
6
+ import "react";
7
+ import "./clsx.m-b14a941b.js";
8
+ import "./utils-cacf528c.js";
9
+ import "./index-7272669e.js";
10
+ import "./Button.es.js";
11
+ import "./isObjectLike-1b8bbac2.js";
12
+ import "./index-40626e62.js";
13
+ import "react-dom";
14
+ import "./close-c67ec245.js";
15
+ import "./Drawer.es.js";
16
+ import "./Slider.es.js";
17
+ import "./index-95c68eda.js";
18
+ import "./ProTable-63e2c020.js";
19
+ import "./Divider.es.js";
20
+ var i = {
21
+ full: "EEEE d MMMM y",
22
+ long: "d MMMM y",
23
+ medium: "d MMM y",
24
+ short: "dd.MM.y"
25
+ }, e = {
26
+ full: "HH:mm:ss zzzz",
27
+ long: "HH:mm:ss z",
28
+ medium: "HH:mm:ss",
29
+ short: "HH:mm"
30
+ }, l = {
31
+ full: "{{date}} {{time}}",
32
+ long: "{{date}} {{time}}",
33
+ medium: "{{date}} {{time}}",
34
+ short: "{{date}} {{time}}"
35
+ }, s = {
36
+ date: t({
37
+ formats: i,
38
+ defaultWidth: "full"
39
+ }),
40
+ time: t({
41
+ formats: e,
42
+ defaultWidth: "full"
43
+ }),
44
+ dateTime: t({
45
+ formats: l,
46
+ defaultWidth: "full"
47
+ })
48
+ };
49
+ const d = s;
50
+ var R = {
51
+ code: "it-CH",
52
+ formatDistance: m,
53
+ formatLong: d,
54
+ formatRelative: o,
55
+ localize: a,
56
+ match: r,
57
+ options: {
58
+ weekStartsOn: 1,
59
+ firstWeekContainsDate: 4
60
+ }
61
+ };
62
+ export {
63
+ R as default
64
+ };