@blofin/blofin-ui 0.7.58 → 0.7.59
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/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-4f94d7fa.js → index-001dd0f7.js} +39 -24
- package/dist/{index-29d37c73.js → index-003572ca.js} +67 -52
- package/dist/{index-57a163fd.js → index-0330bc93.js} +28 -13
- package/dist/{index-d81e15f3.js → index-05bf2879.js} +34 -19
- package/dist/{index-b54ef52a.js → index-0773f9b5.js} +31 -16
- package/dist/{index-6856be22.js → index-0c50dcda.js} +38 -23
- package/dist/{index-7cf9b111.js → index-0e6d56f6.js} +33 -18
- package/dist/{index-a89abb42.js → index-0eb53476.js} +19 -4
- package/dist/{index-0230b5a9.js → index-0f855a91.js} +4 -5
- package/dist/{index-cbc0d36b.js → index-10144af4.js} +30 -15
- package/dist/{index-06d0f2f7.js → index-11dc8e91.js} +28 -13
- package/dist/{index-c6371af1.js → index-14eba896.js} +25 -10
- package/dist/{index-c1381bca.js → index-18869ac6.js} +35 -20
- package/dist/{index-1b2a64df.js → index-189196e6.js} +46 -31
- package/dist/{index-898678dc.js → index-198ccc85.js} +45 -30
- package/dist/{index-e2b960e4.js → index-1b087231.js} +38 -23
- package/dist/{index-f40f45fb.js → index-204cbb23.js} +30 -15
- package/dist/{index-4df0c3e4.js → index-220ed10a.js} +31 -16
- package/dist/{index-67678963.js → index-28a6835c.js} +48 -33
- package/dist/{index-e98ef24f.js → index-2d400fe1.js} +32 -17
- package/dist/{index-e8fb69e0.js → index-2e0c8d16.js} +37 -22
- package/dist/{index-cc1cd309.js → index-2e784550.js} +28 -13
- package/dist/index-304d7874.js +64 -0
- package/dist/{index-12d32536.js → index-3375e2e3.js} +28 -13
- package/dist/{index-954d3973.js → index-36521981.js} +28 -13
- package/dist/{index-cfee583b.js → index-377dc190.js} +36 -21
- package/dist/{index-4f94900a.js → index-390505ce.js} +34 -19
- package/dist/index-40626e62.js +174 -0
- package/dist/{index-b0da3dfd.js → index-41bebee7.js} +39 -24
- package/dist/{index-5fb7b3bc.js → index-45cfa2f3.js} +27 -12
- package/dist/{index-80cc70e4.js → index-47408940.js} +41 -26
- package/dist/{index-141cec17.js → index-4b9249fc.js} +29 -14
- package/dist/index-543e2f77.js +65 -0
- package/dist/index-563cafee.js +64 -0
- package/dist/index-5956ed9f.js +11569 -0
- package/dist/{index-b103ed31.js → index-59c7d611.js} +27 -12
- package/dist/{index-d2f2742e.js → index-5bc791c5.js} +30 -15
- package/dist/{index-03513979.js → index-5f3da225.js} +26 -11
- package/dist/{index-8aa9b1be.js → index-603f0f2a.js} +39 -24
- package/dist/{index-4bc493f0.js → index-636a6216.js} +19 -4
- package/dist/{index-2334248a.js → index-640dc4ab.js} +24 -9
- package/dist/{index-73bfc020.js → index-64ba8d88.js} +47 -32
- package/dist/{index-2ae0474b.js → index-65986673.js} +39 -24
- package/dist/{index-6f728206.js → index-65df0a7b.js} +24 -9
- package/dist/{index-02f669c4.js → index-6e4d9a19.js} +1 -2
- package/dist/{index-360aaaac.js → index-7241c703.js} +46 -31
- package/dist/index-7272669e.js +36 -0
- package/dist/{index-9c73c442.js → index-73673cf3.js} +60 -45
- package/dist/{index-08a64465.js → index-74676234.js} +31 -16
- package/dist/{index-7edb6aec.js → index-770fe605.js} +34 -19
- package/dist/{index-5beeed26.js → index-772d6529.js} +38 -23
- package/dist/{index-6e969585.js → index-797b8f6c.js} +52 -37
- package/dist/{index-a6fa33ce.js → index-7c12aa98.js} +28 -13
- package/dist/{index-5e6ffc2f.js → index-7e7cdd81.js} +1 -2
- package/dist/{index-03169373.js → index-81072b24.js} +37 -22
- package/dist/{index-75190b99.js → index-8684e896.js} +22 -7
- package/dist/{index-7bb9ffdf.js → index-89f184f3.js} +2 -3
- package/dist/{index-40710f09.js → index-8a7c46ae.js} +41 -26
- package/dist/{index-117d018c.js → index-8cec0e82.js} +37 -22
- package/dist/{index-094d2a65.js → index-91062be2.js} +34 -19
- package/dist/{index-d3419554.js → index-9253a5ce.js} +30 -15
- package/dist/index-95c68eda.js +152 -0
- package/dist/{index-956b36a6.js → index-9eaebb69.js} +45 -30
- package/dist/{index-63a66f13.js → index-a4077786.js} +45 -30
- package/dist/{index-e9a1ff7f.js → index-ad2acfd2.js} +19 -4
- package/dist/{index-fdffd6e6.js → index-af60bed6.js} +29 -14
- package/dist/{index-fda88eb4.js → index-b5ff5e93.js} +45 -30
- package/dist/{index-11268759.js → index-bba889fc.js} +33 -18
- package/dist/{index-b7941b97.js → index-c002eb57.js} +23 -8
- package/dist/{index-4c6ad36c.js → index-c73b6cc3.js} +47 -32
- package/dist/{index-60fe7f16.js → index-c81a4a2a.js} +32 -17
- package/dist/{index-f7c4ae83.js → index-c8690f0a.js} +48 -33
- package/dist/{index-79e7317f.js → index-cdaffd70.js} +27 -12
- package/dist/{index-4d780cf4.js → index-cf872561.js} +37 -22
- package/dist/{index-cb1218d8.js → index-dafac81d.js} +25 -10
- package/dist/{index-19d177fe.js → index-db7c7495.js} +31 -16
- package/dist/{index-f1726c63.js → index-dbd4bd27.js} +29 -14
- package/dist/{index-ceae4147.js → index-dc23eb8b.js} +27 -12
- package/dist/{index-9e5efc0a.js → index-dc69cdd8.js} +45 -30
- package/dist/{index-c69f6dfc.js → index-e6091315.js} +36 -21
- package/dist/{index-06ef2e10.js → index-e869e999.js} +28 -13
- package/dist/{index-03d6aef0.js → index-f0c42ec9.js} +33 -18
- package/dist/{index-f64eddcc.js → index-f16b36a5.js} +31 -16
- package/dist/{index-e1a6a03d.js → index-f4d65525.js} +24 -9
- package/dist/index-f53123c7.js +64 -0
- package/dist/{index-770e5f53.js → index-f753119c.js} +27 -12
- package/dist/{index-8585c2f3.js → index-f83dab77.js} +38 -23
- package/dist/{index-6f963c6a.js → index-f852d9b6.js} +35 -20
- package/dist/{index-3ee2bafa.js → index-fa51b278.js} +30 -15
- package/dist/{index-e169373b.js → index-fc135912.js} +25 -10
- package/dist/{index-ef31f5f8.js → index-fcb1ec65.js} +1 -2
- package/dist/{index-d86842c8.js → index-ff943066.js} +34 -19
- 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 m, b as d, c as s, d as o } from "./index-5956ed9f.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: "mens d’una segonda",
|
|
@@ -62,9 +77,9 @@ var u = {
|
|
|
62
77
|
one: "gaireben un an",
|
|
63
78
|
other: "gaireben {{count}} ans"
|
|
64
79
|
}
|
|
65
|
-
}, l = function(e,
|
|
80
|
+
}, l = function(e, n, t) {
|
|
66
81
|
var a, r = u[e];
|
|
67
|
-
return typeof r == "string" ? a = r :
|
|
82
|
+
return typeof r == "string" ? a = r : n === 1 ? a = r.one : a = r.other.replace("{{count}}", String(n)), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "d’aquí " + a : "fa " + a : a;
|
|
68
83
|
};
|
|
69
84
|
const c = l;
|
|
70
85
|
var h = {
|
|
@@ -82,7 +97,7 @@ var h = {
|
|
|
82
97
|
long: "{{date}} 'a' {{time}}",
|
|
83
98
|
medium: "{{date}}, {{time}}",
|
|
84
99
|
short: "{{date}}, {{time}}"
|
|
85
|
-
},
|
|
100
|
+
}, p = {
|
|
86
101
|
date: m({
|
|
87
102
|
formats: h,
|
|
88
103
|
defaultWidth: "full"
|
|
@@ -96,16 +111,16 @@ var h = {
|
|
|
96
111
|
defaultWidth: "full"
|
|
97
112
|
})
|
|
98
113
|
};
|
|
99
|
-
const
|
|
100
|
-
var
|
|
114
|
+
const b = p;
|
|
115
|
+
var f = {
|
|
101
116
|
lastWeek: "eeee 'passat a' p",
|
|
102
117
|
yesterday: "'ièr a' p",
|
|
103
118
|
today: "'uèi a' p",
|
|
104
119
|
tomorrow: "'deman a' p",
|
|
105
120
|
nextWeek: "eeee 'a' p",
|
|
106
121
|
other: "P"
|
|
107
|
-
}, j = function(e,
|
|
108
|
-
return
|
|
122
|
+
}, j = function(e, n, t, a) {
|
|
123
|
+
return f[e];
|
|
109
124
|
};
|
|
110
125
|
const P = j;
|
|
111
126
|
var w = {
|
|
@@ -187,9 +202,9 @@ var w = {
|
|
|
187
202
|
evening: "del ser",
|
|
188
203
|
night: "de la nuèch"
|
|
189
204
|
}
|
|
190
|
-
}, k = function(e,
|
|
191
|
-
var
|
|
192
|
-
switch (
|
|
205
|
+
}, k = function(e, n) {
|
|
206
|
+
var t = Number(e), a = n == null ? void 0 : n.unit, r;
|
|
207
|
+
switch (t) {
|
|
193
208
|
case 1:
|
|
194
209
|
r = "èr";
|
|
195
210
|
break;
|
|
@@ -199,7 +214,7 @@ var w = {
|
|
|
199
214
|
default:
|
|
200
215
|
r = "en";
|
|
201
216
|
}
|
|
202
|
-
return (a === "year" || a === "week" || a === "hour" || a === "minute" || a === "second") && (r += "a"),
|
|
217
|
+
return (a === "year" || a === "week" || a === "hour" || a === "minute" || a === "second") && (r += "a"), t + r;
|
|
203
218
|
}, D = {
|
|
204
219
|
ordinalNumber: k,
|
|
205
220
|
era: d({
|
|
@@ -313,10 +328,10 @@ var F = /^(\d+)(èr|nd|en)?[a]?/i, T = /\d+/i, x = {
|
|
|
313
328
|
})
|
|
314
329
|
};
|
|
315
330
|
const $ = R;
|
|
316
|
-
var
|
|
331
|
+
var oa = {
|
|
317
332
|
code: "oc",
|
|
318
333
|
formatDistance: c,
|
|
319
|
-
formatLong:
|
|
334
|
+
formatLong: b,
|
|
320
335
|
formatRelative: P,
|
|
321
336
|
localize: N,
|
|
322
337
|
match: $,
|
|
@@ -326,5 +341,5 @@ var B = {
|
|
|
326
341
|
}
|
|
327
342
|
};
|
|
328
343
|
export {
|
|
329
|
-
|
|
344
|
+
oa as default
|
|
330
345
|
};
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { a as o, b as s, c as l, d } from "./index-5956ed9f.js";
|
|
2
|
+
import { i as u } from "./index-7e7cdd81.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
|
function r(a) {
|
|
5
20
|
return function(e, t) {
|
|
6
21
|
if (e === 1)
|
|
@@ -115,11 +130,11 @@ var k = {
|
|
|
115
130
|
})
|
|
116
131
|
};
|
|
117
132
|
const w = b;
|
|
118
|
-
var
|
|
133
|
+
var p = ["svētdienā", "pirmdienā", "otrdienā", "trešdienā", "ceturtdienā", "piektdienā", "sestdienā"], j = {
|
|
119
134
|
lastWeek: function(e, t, i) {
|
|
120
135
|
if (u(e, t, i))
|
|
121
136
|
return "eeee 'plkst.' p";
|
|
122
|
-
var n =
|
|
137
|
+
var n = p[e.getUTCDay()];
|
|
123
138
|
return "'Pagājušā " + n + " plkst.' p";
|
|
124
139
|
},
|
|
125
140
|
yesterday: "'Vakar plkst.' p",
|
|
@@ -128,7 +143,7 @@ var l = ["svētdienā", "pirmdienā", "otrdienā", "trešdienā", "ceturtdienā"
|
|
|
128
143
|
nextWeek: function(e, t, i) {
|
|
129
144
|
if (u(e, t, i))
|
|
130
145
|
return "eeee 'plkst.' p";
|
|
131
|
-
var n =
|
|
146
|
+
var n = p[e.getUTCDay()];
|
|
132
147
|
return "'Nākamajā " + n + " plkst.' p";
|
|
133
148
|
},
|
|
134
149
|
other: "P"
|
|
@@ -312,7 +327,7 @@ var O = /^(\d+)\./i, L = /\d+/i, X = {
|
|
|
312
327
|
night: /^n/i
|
|
313
328
|
}
|
|
314
329
|
}, _ = {
|
|
315
|
-
ordinalNumber:
|
|
330
|
+
ordinalNumber: l({
|
|
316
331
|
matchPattern: O,
|
|
317
332
|
parsePattern: L,
|
|
318
333
|
valueCallback: function(e) {
|
|
@@ -354,7 +369,7 @@ var O = /^(\d+)\./i, L = /\d+/i, X = {
|
|
|
354
369
|
})
|
|
355
370
|
};
|
|
356
371
|
const I = _;
|
|
357
|
-
var
|
|
372
|
+
var ve = {
|
|
358
373
|
code: "lv",
|
|
359
374
|
formatDistance: f,
|
|
360
375
|
formatLong: w,
|
|
@@ -367,5 +382,5 @@ var K = {
|
|
|
367
382
|
}
|
|
368
383
|
};
|
|
369
384
|
export {
|
|
370
|
-
|
|
385
|
+
ve as default
|
|
371
386
|
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { f as m, l as o, m as a } from "./index-6e4d9a19.js";
|
|
2
|
+
import { a as t } from "./index-5956ed9f.js";
|
|
3
|
+
import { f as r } from "./index-0f855a91.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 f = s;
|
|
50
|
+
var T = {
|
|
51
|
+
code: "fr",
|
|
52
|
+
formatDistance: m,
|
|
53
|
+
formatLong: f,
|
|
54
|
+
formatRelative: r,
|
|
55
|
+
localize: o,
|
|
56
|
+
match: a,
|
|
57
|
+
options: {
|
|
58
|
+
weekStartsOn: 1,
|
|
59
|
+
firstWeekContainsDate: 4
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
export {
|
|
63
|
+
T as default
|
|
64
|
+
};
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { f as a, l as o, m } from "./index-6e4d9a19.js";
|
|
2
|
+
import { a as t } from "./index-5956ed9f.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,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { a as m, b as i, c as s, d } from "./index-5956ed9f.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 A = _;
|
|
337
|
-
var
|
|
352
|
+
var de = {
|
|
338
353
|
code: "ar-MA",
|
|
339
354
|
formatDistance: l,
|
|
340
355
|
formatLong: w,
|
|
341
|
-
formatRelative:
|
|
356
|
+
formatRelative: P,
|
|
342
357
|
localize: F,
|
|
343
358
|
match: A,
|
|
344
359
|
options: {
|
|
@@ -348,5 +363,5 @@ var Q = {
|
|
|
348
363
|
}
|
|
349
364
|
};
|
|
350
365
|
export {
|
|
351
|
-
|
|
366
|
+
de as default
|
|
352
367
|
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
import { a as m, b as i, c as s, d as n } from "./index-5956ed9f.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: "ավելի քիչ քան 1 վայրկյան",
|
|
@@ -62,9 +77,9 @@ var u = {
|
|
|
62
77
|
one: "համարյա 1 տարի",
|
|
63
78
|
other: "համարյա {{count}} տարի"
|
|
64
79
|
}
|
|
65
|
-
}, l = function(a, o,
|
|
66
|
-
var
|
|
67
|
-
return typeof d == "string" ?
|
|
80
|
+
}, l = function(a, o, t) {
|
|
81
|
+
var e, d = u[a];
|
|
82
|
+
return typeof d == "string" ? e = d : o === 1 ? e = d.one : e = d.other.replace("{{count}}", String(o)), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? e + " հետո" : e + " առաջ" : e;
|
|
68
83
|
};
|
|
69
84
|
const h = l;
|
|
70
85
|
var c = {
|
|
@@ -82,32 +97,32 @@ var c = {
|
|
|
82
97
|
long: "{{date}} 'ժ․'{{time}}",
|
|
83
98
|
medium: "{{date}}, {{time}}",
|
|
84
99
|
short: "{{date}}, {{time}}"
|
|
85
|
-
},
|
|
86
|
-
date:
|
|
100
|
+
}, p = {
|
|
101
|
+
date: m({
|
|
87
102
|
formats: c,
|
|
88
103
|
defaultWidth: "full"
|
|
89
104
|
}),
|
|
90
|
-
time:
|
|
105
|
+
time: m({
|
|
91
106
|
formats: f,
|
|
92
107
|
defaultWidth: "full"
|
|
93
108
|
}),
|
|
94
|
-
dateTime:
|
|
109
|
+
dateTime: m({
|
|
95
110
|
formats: v,
|
|
96
111
|
defaultWidth: "full"
|
|
97
112
|
})
|
|
98
113
|
};
|
|
99
|
-
const
|
|
100
|
-
var
|
|
114
|
+
const b = p;
|
|
115
|
+
var g = {
|
|
101
116
|
lastWeek: "'նախորդ' eeee p'֊ին'",
|
|
102
117
|
yesterday: "'երեկ' p'֊ին'",
|
|
103
118
|
today: "'այսօր' p'֊ին'",
|
|
104
119
|
tomorrow: "'վաղը' p'֊ին'",
|
|
105
120
|
nextWeek: "'հաջորդ' eeee p'֊ին'",
|
|
106
121
|
other: "P"
|
|
107
|
-
},
|
|
108
|
-
return
|
|
122
|
+
}, P = function(a, o, t, e) {
|
|
123
|
+
return g[a];
|
|
109
124
|
};
|
|
110
|
-
const w =
|
|
125
|
+
const w = P;
|
|
111
126
|
var y = {
|
|
112
127
|
narrow: ["Ք", "Մ"],
|
|
113
128
|
abbreviated: ["ՔԱ", "ՄԹ"],
|
|
@@ -188,8 +203,8 @@ var y = {
|
|
|
188
203
|
night: "գիշերը"
|
|
189
204
|
}
|
|
190
205
|
}, H = function(a, o) {
|
|
191
|
-
var
|
|
192
|
-
return
|
|
206
|
+
var t = Number(a), e = t % 100;
|
|
207
|
+
return e < 10 && e % 10 === 1 ? t + "֊ին" : t + "֊րդ";
|
|
193
208
|
}, z = {
|
|
194
209
|
ordinalNumber: H,
|
|
195
210
|
era: i({
|
|
@@ -263,7 +278,7 @@ var V = /^(\d+)((-|֊)?(ին|րդ))?/i, X = /\d+/i, C = {
|
|
|
263
278
|
night: /գիշեր/i
|
|
264
279
|
}
|
|
265
280
|
}, q = {
|
|
266
|
-
ordinalNumber:
|
|
281
|
+
ordinalNumber: s({
|
|
267
282
|
matchPattern: V,
|
|
268
283
|
parsePattern: X,
|
|
269
284
|
valueCallback: function(a) {
|
|
@@ -305,10 +320,10 @@ var V = /^(\d+)((-|֊)?(ին|րդ))?/i, X = /\d+/i, C = {
|
|
|
305
320
|
})
|
|
306
321
|
};
|
|
307
322
|
const A = q;
|
|
308
|
-
var
|
|
323
|
+
var da = {
|
|
309
324
|
code: "hy",
|
|
310
325
|
formatDistance: h,
|
|
311
|
-
formatLong:
|
|
326
|
+
formatLong: b,
|
|
312
327
|
formatRelative: w,
|
|
313
328
|
localize: F,
|
|
314
329
|
match: A,
|
|
@@ -318,5 +333,5 @@ var Q = {
|
|
|
318
333
|
}
|
|
319
334
|
};
|
|
320
335
|
export {
|
|
321
|
-
|
|
336
|
+
da as default
|
|
322
337
|
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
import { a as d, b as i, c as s, d as n } from "./index-5956ed9f.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: "តិចជាង {{count}} វិនាទី",
|
|
5
20
|
xSeconds: "{{count}} វិនាទី",
|
|
@@ -18,7 +33,7 @@ var u = {
|
|
|
18
33
|
overXYears: "ជាង {{count}} ឆ្នាំ",
|
|
19
34
|
almostXYears: "ជិត {{count}} ឆ្នាំ"
|
|
20
35
|
}, l = function(a, o, t) {
|
|
21
|
-
var
|
|
36
|
+
var m = u[a], r = m;
|
|
22
37
|
return typeof o == "number" && (r = r.replace("{{count}}", o.toString())), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "ក្នុងរយៈពេល " + r : r + "មុន" : r;
|
|
23
38
|
};
|
|
24
39
|
const h = l;
|
|
@@ -51,19 +66,19 @@ var c = {
|
|
|
51
66
|
defaultWidth: "full"
|
|
52
67
|
})
|
|
53
68
|
};
|
|
54
|
-
const
|
|
55
|
-
var
|
|
69
|
+
const p = b;
|
|
70
|
+
var g = {
|
|
56
71
|
lastWeek: "'ថ្ងៃ'eeee'សប្តាហ៍មុនម៉ោង' p",
|
|
57
72
|
yesterday: "'ម្សិលមិញនៅម៉ោង' p",
|
|
58
73
|
today: "'ថ្ងៃនេះម៉ោង' p",
|
|
59
74
|
tomorrow: "'ថ្ងៃស្អែកម៉ោង' p",
|
|
60
75
|
nextWeek: "'ថ្ងៃ'eeee'សប្តាហ៍ក្រោយម៉ោង' p",
|
|
61
76
|
other: "P"
|
|
62
|
-
},
|
|
63
|
-
return
|
|
77
|
+
}, P = function(a, o, t, m) {
|
|
78
|
+
return g[a];
|
|
64
79
|
};
|
|
65
|
-
const
|
|
66
|
-
var
|
|
80
|
+
const w = P;
|
|
81
|
+
var y = {
|
|
67
82
|
narrow: ["ម.គស", "គស"],
|
|
68
83
|
abbreviated: ["មុនគ.ស", "គ.ស"],
|
|
69
84
|
wide: ["មុនគ្រិស្តសករាជ", "នៃគ្រិស្តសករាជ"]
|
|
@@ -148,7 +163,7 @@ var p = {
|
|
|
148
163
|
}, V = {
|
|
149
164
|
ordinalNumber: F,
|
|
150
165
|
era: i({
|
|
151
|
-
values:
|
|
166
|
+
values: y,
|
|
152
167
|
defaultWidth: "wide"
|
|
153
168
|
}),
|
|
154
169
|
quarter: i({
|
|
@@ -216,7 +231,7 @@ var C = /^(\d+)(th|st|nd|rd)?/i, L = /\d+/i, N = {
|
|
|
216
231
|
night: /ពេលយប់/i
|
|
217
232
|
}
|
|
218
233
|
}, _ = {
|
|
219
|
-
ordinalNumber:
|
|
234
|
+
ordinalNumber: s({
|
|
220
235
|
matchPattern: C,
|
|
221
236
|
parsePattern: L,
|
|
222
237
|
valueCallback: function(a) {
|
|
@@ -258,11 +273,11 @@ var C = /^(\d+)(th|st|nd|rd)?/i, L = /\d+/i, N = {
|
|
|
258
273
|
})
|
|
259
274
|
};
|
|
260
275
|
const O = _;
|
|
261
|
-
var
|
|
276
|
+
var da = {
|
|
262
277
|
code: "km",
|
|
263
278
|
formatDistance: h,
|
|
264
|
-
formatLong:
|
|
265
|
-
formatRelative:
|
|
279
|
+
formatLong: p,
|
|
280
|
+
formatRelative: w,
|
|
266
281
|
localize: X,
|
|
267
282
|
match: O,
|
|
268
283
|
options: {
|
|
@@ -271,5 +286,5 @@ var A = {
|
|
|
271
286
|
}
|
|
272
287
|
};
|
|
273
288
|
export {
|
|
274
|
-
|
|
289
|
+
da as default
|
|
275
290
|
};
|