@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.
- package/dist/Badge.es.js +8 -10
- package/dist/Button.es.js +125 -127
- package/dist/Dialog.es.js +10 -180
- package/dist/Divider.es.js +10 -12
- package/dist/Drawer.es.js +51 -44
- package/dist/Form.d.ts +1 -0
- package/dist/Form.es.js +752 -0
- package/dist/ProTable-63e2c020.js +3444 -0
- package/dist/ProTable.es.js +6 -9
- package/dist/Slider.es.js +140 -141
- package/dist/Sort.es.js +10 -144
- package/dist/blofin.css +1 -1
- package/dist/{close-0df24351.js → close-c67ec245.js} +0 -1
- package/dist/clsx.m-b14a941b.js +32 -0
- package/dist/components/Alert/Alert.d.ts +3 -3
- package/dist/components/Alert/styles.d.ts +2 -2
- package/dist/components/Badge/Badge.d.ts +2 -2
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/Loading/index.d.ts +2 -2
- package/dist/components/Button/index.d.ts +0 -2
- package/dist/components/Button/styles.d.ts +1 -1
- package/dist/components/Checkbox/styles.d.ts +1 -1
- package/dist/components/CssDropdown/CssDropdown.d.ts +3 -3
- package/dist/components/DatePickerRange/styles.d.ts +1 -0
- package/dist/components/DateTimePicker/DateTimePicker.d.ts +1 -0
- package/dist/components/DateTimePicker/ScrollableList.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts +2 -5
- package/dist/components/Dialog/index.d.ts +2 -4
- package/dist/components/Dialog/styles.d.ts +2 -2
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/components/Empty/index.d.ts +5 -2
- package/dist/components/Form/Control.d.ts +13 -0
- package/dist/components/Form/Form.d.ts +4 -0
- package/dist/components/Form/FormItem.d.ts +4 -0
- package/dist/components/Form/FormLabel.d.ts +4 -0
- package/dist/components/Form/context.d.ts +6 -0
- package/dist/components/Form/index.d.ts +8 -0
- package/dist/components/Form/interface.d.ts +48 -0
- package/dist/components/Form/store.d.ts +16 -0
- package/dist/components/Form/styles/item.d.ts +5 -0
- package/dist/components/Form/useForm.d.ts +3 -0
- package/dist/components/LabelTextField/LabelTextField.d.ts +6 -6
- package/dist/components/MonthPicker/index.d.ts +17 -2
- package/dist/components/MultiSelect/MultiSelect.d.ts +4 -4
- package/dist/components/Notification/Notification.d.ts +1 -1
- package/dist/components/Pagination/PageOptions.d.ts +1 -1
- package/dist/components/Pagination/Pagination.d.ts +2 -2
- package/dist/components/Picker/hooks/usePickerMethod.d.ts +1 -1
- package/dist/components/Picker/index.d.ts +10 -2
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popup/index.d.ts +15 -4
- package/dist/components/RadioButton/RadioButton.d.ts +4 -4
- package/dist/components/RadioButton/styles.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +9 -6
- package/dist/components/Slider/Slider.d.ts +2 -2
- package/dist/components/Sort/SortButton.d.ts +5 -5
- package/dist/components/Sort/SortGroup.d.ts +4 -4
- package/dist/components/Sort/index.d.ts +6 -5
- package/dist/components/Sortable/SortItem.d.ts +4 -4
- package/dist/components/Sortable/index.d.ts +11 -3
- package/dist/components/Switch/Switch.d.ts +2 -2
- package/dist/components/Switch/styles.d.ts +3 -3
- package/dist/components/Tab/Tab.d.ts +2 -2
- package/dist/components/Tab/styles.d.ts +1 -1
- package/dist/components/Table/Pagination/index.d.ts +2 -2
- package/dist/components/Table/Table.d.ts +2 -2
- package/dist/components/Table/Tbody/index.d.ts +3 -3
- package/dist/components/Table/Thead/index.d.ts +3 -3
- package/dist/components/Table/context.d.ts +3 -3
- package/dist/components/Table/hooks/useStickyOffset.d.ts +3 -3
- package/dist/components/Table/index.d.ts +3 -3
- package/dist/components/Table/interface.d.ts +4 -4
- package/dist/components/TextField/TextField.d.ts +4 -4
- package/dist/components/TextField/index.d.ts +0 -2
- package/dist/components/TextSelect/TextSelect.d.ts +8 -8
- package/dist/components/Textarea/index.d.ts +15 -2
- package/dist/components/Toast/Toast.d.ts +13 -2
- package/dist/components/Toast/styles.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +5 -4
- package/dist/components/Typography/Typography.d.ts +2 -2
- package/dist/components/Typography/styles.d.ts +1 -1
- package/dist/hooks/useLatest.d.ts +1 -1
- package/dist/hooks/useNotification.d.ts +7 -5
- package/dist/hooks/useToast.d.ts +1 -1
- package/dist/{index-11268759.js → index-000dc001.js} +33 -18
- package/dist/{index-03d6aef0.js → index-00de98c8.js} +33 -18
- package/dist/{index-9c73c442.js → index-014f0ec1.js} +60 -45
- package/dist/{index-c6371af1.js → index-0a6abd3c.js} +25 -10
- package/dist/{index-2ae0474b.js → index-0f613d53.js} +39 -24
- package/dist/{index-0230b5a9.js → index-0f855a91.js} +4 -5
- package/dist/{index-f64eddcc.js → index-156b7cd4.js} +31 -16
- package/dist/{index-06ef2e10.js → index-1b19695e.js} +28 -13
- package/dist/{index-73bfc020.js → index-1fed0e48.js} +47 -32
- package/dist/{index-06d0f2f7.js → index-21539182.js} +28 -13
- package/dist/{index-6e969585.js → index-250d3f95.js} +52 -37
- package/dist/{index-1b2a64df.js → index-2a446b59.js} +46 -31
- package/dist/{index-c1381bca.js → index-337b1e0b.js} +35 -20
- package/dist/{index-8aa9b1be.js → index-340ee150.js} +39 -24
- package/dist/{index-898678dc.js → index-345260fc.js} +45 -30
- package/dist/index-368582b8.js +64 -0
- package/dist/{index-08a64465.js → index-378b35b1.js} +31 -16
- package/dist/{index-57a163fd.js → index-38570835.js} +28 -13
- package/dist/index-3a133920.js +64 -0
- package/dist/{index-b103ed31.js → index-3c8644eb.js} +27 -12
- package/dist/{index-12d32536.js → index-3f79b35f.js} +28 -13
- package/dist/index-40626e62.js +174 -0
- package/dist/{index-4bc493f0.js → index-479a3d12.js} +19 -4
- package/dist/{index-fdffd6e6.js → index-48c1dad4.js} +29 -14
- package/dist/{index-cfee583b.js → index-49465137.js} +36 -21
- package/dist/{index-75190b99.js → index-4a29ef31.js} +22 -7
- package/dist/{index-3ee2bafa.js → index-4aa73537.js} +30 -15
- package/dist/{index-4df0c3e4.js → index-4bea9ceb.js} +31 -16
- package/dist/{index-03169373.js → index-4d663847.js} +37 -22
- package/dist/index-4e021bb2.js +65 -0
- package/dist/{index-cc1cd309.js → index-4e2b888a.js} +28 -13
- package/dist/{index-d86842c8.js → index-55bacefc.js} +34 -19
- package/dist/{index-e1a6a03d.js → index-5eaf9fd0.js} +24 -9
- package/dist/{index-7edb6aec.js → index-5f5a69d3.js} +34 -19
- package/dist/{index-094d2a65.js → index-61af02ba.js} +34 -19
- package/dist/{index-5e6ffc2f.js → index-66d800fe.js} +1 -2
- package/dist/{index-80cc70e4.js → index-6ad4db73.js} +41 -26
- package/dist/{index-a89abb42.js → index-6b45d241.js} +19 -4
- package/dist/{index-d81e15f3.js → index-6b5e8efd.js} +34 -19
- package/dist/{index-79e7317f.js → index-6c40ce21.js} +27 -12
- package/dist/{index-141cec17.js → index-6f2e444c.js} +29 -14
- package/dist/{index-7cf9b111.js → index-722dea32.js} +33 -18
- package/dist/index-7272669e.js +36 -0
- package/dist/{index-c69f6dfc.js → index-752470b7.js} +36 -21
- package/dist/{index-cbc0d36b.js → index-775d9482.js} +30 -15
- package/dist/{index-67678963.js → index-841c19af.js} +48 -33
- package/dist/{index-cb1218d8.js → index-8476d3e0.js} +25 -10
- package/dist/{index-d2f2742e.js → index-8a13a50e.js} +30 -15
- package/dist/index-95c68eda.js +152 -0
- package/dist/{index-b54ef52a.js → index-97ea2514.js} +31 -16
- package/dist/{index-360aaaac.js → index-9aec70e5.js} +46 -31
- package/dist/{index-60fe7f16.js → index-9d4af95d.js} +32 -17
- package/dist/{index-8585c2f3.js → index-a1f0ee32.js} +38 -23
- package/dist/{index-e98ef24f.js → index-a4a83087.js} +32 -17
- package/dist/{index-9e5efc0a.js → index-a58b15ca.js} +45 -30
- package/dist/{index-f1726c63.js → index-a5be4aaa.js} +29 -14
- package/dist/{index-6856be22.js → index-a885ed63.js} +38 -23
- package/dist/{index-40710f09.js → index-a8995b25.js} +41 -26
- package/dist/{index-117d018c.js → index-b13a89bd.js} +37 -22
- package/dist/{index-f40f45fb.js → index-b53a2c97.js} +30 -15
- package/dist/{index-4f94900a.js → index-b5c8f9ce.js} +34 -19
- package/dist/{index-a6fa33ce.js → index-b6ac5cff.js} +28 -13
- package/dist/{index-5beeed26.js → index-b7272ef5.js} +38 -23
- package/dist/{index-63a66f13.js → index-b77bf47e.js} +45 -30
- package/dist/{index-19d177fe.js → index-b7ec6041.js} +31 -16
- package/dist/{index-fda88eb4.js → index-ba723d9d.js} +45 -30
- package/dist/{index-e169373b.js → index-bc16213b.js} +25 -10
- package/dist/{index-2334248a.js → index-bfdde380.js} +24 -9
- package/dist/{index-b7941b97.js → index-c0101070.js} +23 -8
- package/dist/{index-ef31f5f8.js → index-c34b059e.js} +1 -2
- package/dist/{index-956b36a6.js → index-c5e273c8.js} +45 -30
- package/dist/{index-954d3973.js → index-c7476f69.js} +28 -13
- package/dist/{index-4f94d7fa.js → index-c90d76b1.js} +39 -24
- package/dist/index-cb0f058d.js +11570 -0
- package/dist/{index-d3419554.js → index-cd3a96b7.js} +30 -15
- package/dist/{index-7bb9ffdf.js → index-d1ed98b2.js} +2 -3
- package/dist/{index-e9a1ff7f.js → index-d2079dd6.js} +19 -4
- package/dist/{index-e2b960e4.js → index-d4eda35e.js} +38 -23
- package/dist/{index-770e5f53.js → index-d72523e5.js} +27 -12
- package/dist/{index-5fb7b3bc.js → index-d7e1c70a.js} +27 -12
- package/dist/{index-ceae4147.js → index-dda1a5c0.js} +27 -12
- package/dist/index-e318ba1a.js +64 -0
- package/dist/{index-e8fb69e0.js → index-e989a33d.js} +37 -22
- package/dist/{index-02f669c4.js → index-e9fc837c.js} +1 -2
- package/dist/{index-b0da3dfd.js → index-ecb26def.js} +39 -24
- package/dist/{index-4d780cf4.js → index-edc31623.js} +37 -22
- package/dist/{index-6f728206.js → index-f485bd51.js} +24 -9
- package/dist/{index-03513979.js → index-f5f7af48.js} +26 -11
- package/dist/{index-f7c4ae83.js → index-faedf548.js} +48 -33
- package/dist/{index-29d37c73.js → index-fbcaec88.js} +67 -52
- package/dist/{index-6f963c6a.js → index-fc234f8b.js} +35 -20
- package/dist/{index-4c6ad36c.js → index-ff40f7fc.js} +47 -32
- package/dist/index.d.ts +48 -36
- package/dist/index.es.js +56 -223
- package/dist/isObjectLike-1b8bbac2.js +44 -0
- package/dist/jsx-runtime-82a9ddf6.js +646 -0
- package/dist/provider/NoticeProvider.d.ts +1 -1
- package/dist/provider/ThemeProvider.d.ts +3 -7
- package/dist/provider/useTheme.d.ts +1 -1
- package/dist/types/component.d.ts +1 -1
- package/dist/utils/helper.d.ts +1 -1
- package/dist/{utils-071abd68.js → utils-cacf528c.js} +1 -2
- package/package.json +3 -2
- package/dist/Calendar.d.ts +0 -1
- package/dist/Calendar.es.js +0 -210
- package/dist/Checkbox.d.ts +0 -1
- package/dist/Checkbox.es.js +0 -138
- package/dist/CssDropdown.d.ts +0 -1
- package/dist/CssDropdown.es.js +0 -38
- package/dist/DatePickerRange.d.ts +0 -1
- package/dist/DatePickerRange.es.js +0 -410
- package/dist/DateTimePicker.d.ts +0 -1
- package/dist/DateTimePicker.es.js +0 -519
- package/dist/Dropdown.d.ts +0 -1
- package/dist/Dropdown.es.js +0 -134
- package/dist/Empty.d.ts +0 -1
- package/dist/Empty.es.js +0 -11
- package/dist/LabelTextField.d.ts +0 -1
- package/dist/LabelTextField.es.js +0 -100
- package/dist/MonthPicker.d.ts +0 -1
- package/dist/MonthPicker.es.js +0 -16
- package/dist/MultiSelect.d.ts +0 -1
- package/dist/MultiSelect.es.js +0 -425
- package/dist/Notification.d.ts +0 -1
- package/dist/Notification.es.js +0 -12
- package/dist/Pagination.d.ts +0 -1
- package/dist/Pagination.es.js +0 -219
- package/dist/Picker.d.ts +0 -1
- package/dist/Picker.es.js +0 -224
- package/dist/Popover.d.ts +0 -1
- package/dist/Popover.es.js +0 -107
- package/dist/Popup.d.ts +0 -1
- package/dist/Popup.es.js +0 -62
- package/dist/ProTable-7a07d8b6.js +0 -565
- package/dist/RadioButton.d.ts +0 -1
- package/dist/RadioButton.es.js +0 -152
- package/dist/Select.d.ts +0 -1
- package/dist/Select.es.js +0 -316
- package/dist/Sortable.d.ts +0 -1
- package/dist/Sortable.es.js +0 -39
- package/dist/Switch.d.ts +0 -1
- package/dist/Switch.es.js +0 -64
- package/dist/Tab.d.ts +0 -1
- package/dist/Tab.es.js +0 -101
- package/dist/Table.d.ts +0 -1
- package/dist/Table.es.js +0 -359
- package/dist/TextField.d.ts +0 -1
- package/dist/TextField.es.js +0 -64
- package/dist/TextSelect.d.ts +0 -1
- package/dist/TextSelect.es.js +0 -17
- package/dist/Textarea.d.ts +0 -1
- package/dist/Textarea.es.js +0 -106
- package/dist/Toast.d.ts +0 -1
- package/dist/Toast.es.js +0 -12
- package/dist/Tooltip.d.ts +0 -1
- package/dist/Tooltip.es.js +0 -144
- package/dist/Typography.d.ts +0 -1
- package/dist/Typography.es.js +0 -74
- package/dist/_commonjsHelpers-1d52fb73.js +0 -9
- package/dist/arrow-down-011b02c7.js +0 -6
- package/dist/arrow-down-l-line-97e4fe24.js +0 -6
- package/dist/arrow-fill-70becd96.js +0 -6
- package/dist/arrow-right-l-line-87881b4d.js +0 -7
- package/dist/close-bg-6d2211ef.js +0 -6
- package/dist/clsx.m-e965ef18.js +0 -22
- package/dist/components/CssDropdown/index.d.ts +0 -2
- package/dist/components/DatePickerRange/index.d.ts +0 -4
- package/dist/components/DateTimePicker/index.d.ts +0 -4
- package/dist/components/Dropdown/index.d.ts +0 -2
- package/dist/components/Empty/Empty.d.ts +0 -5
- package/dist/components/MonthPicker/MonthPicker.d.ts +0 -17
- package/dist/components/MultiSelect/index.d.ts +0 -2
- package/dist/components/Notification/index.d.ts +0 -2
- package/dist/components/Pagination/index.d.ts +0 -3
- package/dist/components/Picker/Picker.d.ts +0 -10
- package/dist/components/Popover/index.d.ts +0 -5
- package/dist/components/Popup/Popup.d.ts +0 -15
- package/dist/components/Sortable/Sortable.d.ts +0 -11
- package/dist/components/Switch/index.d.ts +0 -2
- package/dist/components/Tab/index.d.ts +0 -4
- package/dist/components/TextSelect/index.d.ts +0 -2
- package/dist/components/Textarea/Textarea.d.ts +0 -15
- package/dist/components/Toast/index.d.ts +0 -2
- package/dist/components/Tooltip/index.d.ts +0 -2
- package/dist/components/Typography/index.d.ts +0 -4
- package/dist/enum-0398044b.js +0 -17
- package/dist/helper-221987f8.js +0 -7
- package/dist/index-293f8244.js +0 -49
- package/dist/index-40023d52.js +0 -5322
- package/dist/index-4528ba11.js +0 -49
- package/dist/index-596c785d.js +0 -50
- package/dist/index-67554651.js +0 -49
- package/dist/index-9349bf2d.js +0 -345
- package/dist/index-b7027a1d.js +0 -1295
- package/dist/index-c57db938.js +0 -37
- package/dist/index-eea69add.js +0 -71
- package/dist/index.esm-71578db5.js +0 -1198
- package/dist/index.module-1d7bbdf8.js +0 -7
- package/dist/index.module-86edc823.js +0 -15
- package/dist/index.module-b4239ff5.js +0 -9
- package/dist/index.module-fb41ba3b.js +0 -39
- package/dist/locales-776f0072.js +0 -440
- package/dist/search-b79a3be5.js +0 -6
- package/dist/sortable.esm-1c13d908.js +0 -2896
- package/dist/sortable.esm-8d31c120.js +0 -1275
- package/dist/styles-85a9fe64.js +0 -136
- package/dist/useAlign-916ed3be.js +0 -44
- package/dist/useDelayEvent-f577f6a3.js +0 -1082
- package/dist/useTheme-0688f238.js +0 -16
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
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,
|
|
66
|
-
var
|
|
67
|
-
return typeof u == "string" ?
|
|
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:
|
|
98
|
+
date: d({
|
|
84
99
|
formats: y,
|
|
85
100
|
defaultWidth: "full"
|
|
86
101
|
}),
|
|
87
|
-
time:
|
|
102
|
+
time: d({
|
|
88
103
|
formats: c,
|
|
89
104
|
defaultWidth: "full"
|
|
90
105
|
}),
|
|
91
|
-
dateTime:
|
|
106
|
+
dateTime: d({
|
|
92
107
|
formats: v,
|
|
93
108
|
defaultWidth: "any"
|
|
94
109
|
})
|
|
95
110
|
};
|
|
96
111
|
const f = b;
|
|
97
|
-
var
|
|
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
|
-
},
|
|
105
|
-
return
|
|
119
|
+
}, k = function(a, o, e, t) {
|
|
120
|
+
return p[a];
|
|
106
121
|
};
|
|
107
|
-
const g =
|
|
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:
|
|
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
|
|
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
|
-
|
|
330
|
+
ua as default
|
|
316
331
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
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
|
-
|
|
2
|
-
import
|
|
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
|
|
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
|
-
|
|
439
|
+
ue as default
|
|
425
440
|
};
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
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
|
-
},
|
|
96
|
-
|
|
97
|
-
var a =
|
|
98
|
-
return typeof a == "string" ? t = a :
|
|
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 =
|
|
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:
|
|
132
|
+
date: m({
|
|
118
133
|
formats: c,
|
|
119
134
|
defaultWidth: "full"
|
|
120
135
|
}),
|
|
121
|
-
time:
|
|
136
|
+
time: m({
|
|
122
137
|
formats: f,
|
|
123
138
|
defaultWidth: "full"
|
|
124
139
|
}),
|
|
125
|
-
dateTime:
|
|
140
|
+
dateTime: m({
|
|
126
141
|
formats: v,
|
|
127
142
|
defaultWidth: "full"
|
|
128
143
|
})
|
|
129
144
|
};
|
|
130
145
|
const w = g;
|
|
131
|
-
var
|
|
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
|
-
},
|
|
139
|
-
return
|
|
153
|
+
}, b = function(e, r, n, a) {
|
|
154
|
+
return p[e];
|
|
140
155
|
};
|
|
141
|
-
const
|
|
142
|
-
var
|
|
156
|
+
const P = b;
|
|
157
|
+
var T = {
|
|
143
158
|
narrow: ["ق", "ب"],
|
|
144
159
|
abbreviated: ["ق.م.", "ب.م."],
|
|
145
160
|
wide: ["قبل الميلاد", "بعد الميلاد"]
|
|
146
|
-
},
|
|
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:
|
|
241
|
+
values: T,
|
|
227
242
|
defaultWidth: "wide"
|
|
228
243
|
}),
|
|
229
244
|
quarter: i({
|
|
230
|
-
values:
|
|
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:
|
|
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
|
|
352
|
+
var de = {
|
|
338
353
|
code: "ar-DZ",
|
|
339
354
|
formatDistance: l,
|
|
340
355
|
formatLong: w,
|
|
341
|
-
formatRelative:
|
|
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
|
-
|
|
365
|
+
de as default
|
|
351
366
|
};
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
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:
|
|
35
|
+
date: t({
|
|
21
36
|
formats: r,
|
|
22
37
|
defaultWidth: "full"
|
|
23
38
|
}),
|
|
24
|
-
time:
|
|
39
|
+
time: t({
|
|
25
40
|
formats: i,
|
|
26
41
|
defaultWidth: "full"
|
|
27
42
|
}),
|
|
28
|
-
dateTime:
|
|
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
|
-
},
|
|
42
|
-
return f[
|
|
56
|
+
}, p = function(e, c, M, h) {
|
|
57
|
+
return f[e];
|
|
43
58
|
};
|
|
44
|
-
const
|
|
45
|
-
var
|
|
59
|
+
const n = p;
|
|
60
|
+
var $ = {
|
|
46
61
|
code: "fr-CH",
|
|
47
62
|
formatDistance: a,
|
|
48
63
|
formatLong: d,
|
|
49
|
-
formatRelative:
|
|
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
|
-
|
|
73
|
+
$ as default
|
|
59
74
|
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
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:
|
|
101
|
+
date: m({
|
|
87
102
|
formats: v,
|
|
88
103
|
defaultWidth: "full"
|
|
89
104
|
}),
|
|
90
|
-
time:
|
|
105
|
+
time: m({
|
|
91
106
|
formats: c,
|
|
92
107
|
defaultWidth: "full"
|
|
93
108
|
}),
|
|
94
|
-
dateTime:
|
|
109
|
+
dateTime: m({
|
|
95
110
|
formats: g,
|
|
96
111
|
defaultWidth: "full"
|
|
97
112
|
})
|
|
98
113
|
};
|
|
99
114
|
const b = f;
|
|
100
|
-
var
|
|
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
|
-
},
|
|
108
|
-
return
|
|
122
|
+
}, w = function(a, o, e, t) {
|
|
123
|
+
return p[a];
|
|
109
124
|
};
|
|
110
|
-
const 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:
|
|
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
|
|
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
|
-
|
|
300
|
+
oa as default
|
|
286
301
|
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
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,
|
|
84
|
+
}, u = function(a, n, e) {
|
|
70
85
|
var t, i = d[a];
|
|
71
|
-
return typeof i == "string" ? t = i :
|
|
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
|
-
},
|
|
126
|
+
}, p = function(a, n, e, t) {
|
|
112
127
|
return b[a];
|
|
113
128
|
};
|
|
114
|
-
const
|
|
115
|
-
var
|
|
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,
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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
|
+
};
|