ablok-components 0.3.58 → 0.3.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/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/ablok-components.umd.js +1 -1
- package/dist/assets/img/guide.png.js +4 -0
- package/dist/components/atoms/base-button/base-button.vue.js +92 -0
- package/dist/components/atoms/base-button/base-button.vue3.js +5 -0
- package/dist/components/atoms/base-headline/base-headline.vue.js +30 -0
- package/dist/components/atoms/base-headline/base-headline.vue2.js +4 -0
- package/dist/components/atoms/base-image/base-image.vue.js +75 -0
- package/dist/components/atoms/base-image/base-image.vue3.js +5 -0
- package/dist/components/atoms/base-input/base-input.vue.js +181 -0
- package/dist/components/atoms/base-input/base-input.vue3.js +5 -0
- package/dist/components/atoms/base-paragraph/base-paragraph.vue.js +21 -0
- package/dist/components/atoms/base-paragraph/base-paragraph.vue2.js +4 -0
- package/dist/components/atoms/canvas-confetti/canvas-confetti.vue.js +113 -0
- package/dist/components/atoms/canvas-confetti/canvas-confetti.vue3.js +5 -0
- package/dist/components/atoms/check-group/check-group.vue.js +86 -0
- package/dist/components/atoms/check-group/check-group.vue3.js +5 -0
- package/dist/components/atoms/custom-html/custom-html.vue.js +26 -0
- package/dist/components/atoms/custom-html/custom-html.vue2.js +4 -0
- package/dist/components/atoms/input-checkbox/input-checkbox.vue.js +84 -0
- package/dist/components/atoms/input-checkbox/input-checkbox.vue3.js +5 -0
- package/dist/components/atoms/input-datetime/input-datetime.vue.js +99 -0
- package/dist/components/atoms/input-datetime/input-datetime.vue2.js +4 -0
- package/dist/components/atoms/input-file/input-file.vue.js +130 -0
- package/dist/components/atoms/input-file/input-file.vue2.js +4 -0
- package/dist/components/atoms/input-passcode/input-passcode.vue.js +149 -0
- package/dist/components/atoms/input-passcode/input-passcode.vue2.js +4 -0
- package/dist/components/atoms/input-password/input-password.vue.js +118 -0
- package/dist/components/atoms/input-password/input-password.vue2.js +4 -0
- package/dist/components/atoms/input-textarea/input-textarea.vue.js +105 -0
- package/dist/components/atoms/input-textarea/input-textarea.vue2.js +4 -0
- package/dist/components/atoms/loading-spinner/loading-spinner.vue.js +38 -0
- package/dist/components/atoms/loading-spinner/loading-spinner.vue3.js +5 -0
- package/dist/components/atoms/radio-group/radio-group.vue.js +99 -0
- package/dist/components/atoms/radio-group/radio-group.vue3.js +5 -0
- package/dist/components/atoms/svg-icon/svg-icon.vue.js +44 -0
- package/dist/components/atoms/svg-icon/svg-icon.vue3.js +5 -0
- package/dist/components/atoms/zoom-slider/zoom-slider.vue.js +59 -0
- package/dist/components/atoms/zoom-slider/zoom-slider.vue3.js +5 -0
- package/dist/components/molecules/accordion/accordion-item.vue.js +76 -0
- package/dist/components/molecules/accordion/accordion-item.vue3.js +5 -0
- package/dist/components/molecules/accordion/accordion.vue.js +12 -0
- package/dist/components/molecules/auto-suggest/auto-suggest.vue.js +132 -0
- package/dist/components/molecules/auto-suggest/auto-suggest.vue3.js +5 -0
- package/dist/components/molecules/base-camera/base-camera.vue.js +392 -0
- package/dist/components/molecules/base-camera/base-camera.vue3.js +5 -0
- package/dist/components/molecules/base-map/base-map.vue.js +386 -0
- package/dist/components/molecules/base-map/base-map.vue3.js +5 -0
- package/dist/components/molecules/color-palette/color-palette.vue.js +72 -0
- package/dist/components/molecules/color-palette/color-palette.vue3.js +5 -0
- package/dist/components/molecules/dom-renderer/dom-renderer.vue.js +102 -0
- package/dist/components/molecules/dom-renderer/dom-renderer.vue2.js +4 -0
- package/dist/components/molecules/file-upload/file-upload.vue.js +177 -0
- package/dist/components/molecules/file-upload/file-upload.vue3.js +5 -0
- package/dist/components/molecules/hint-system/hint-system.vue.d.ts +1 -1
- package/dist/components/molecules/hint-system/hint-system.vue.js +111 -0
- package/dist/components/molecules/hint-system/hint-system.vue3.js +5 -0
- package/dist/components/molecules/image-crop/image-crop.vue.js +82 -0
- package/dist/components/molecules/image-crop/image-crop.vue2.js +4 -0
- package/dist/components/molecules/image-crop-resize/image-crop-resize.vue.js +120 -0
- package/dist/components/molecules/image-crop-resize/image-crop-resize.vue2.js +4 -0
- package/dist/components/molecules/image-resize/image-resize.vue.js +143 -0
- package/dist/components/molecules/image-resize/image-resize.vue2.js +4 -0
- package/dist/components/molecules/image-upload/image-upload.vue.js +274 -0
- package/dist/components/molecules/image-upload/image-upload.vue3.js +5 -0
- package/dist/components/molecules/image-zoom/image-zoom.vue.js +209 -0
- package/dist/components/molecules/image-zoom/image-zoom.vue3.js +5 -0
- package/dist/components/molecules/input-color/input-color.vue.js +105 -0
- package/dist/components/molecules/input-color/input-color.vue3.js +5 -0
- package/dist/components/molecules/input-datepicker/input-datepicker.vue.js +263 -0
- package/dist/components/molecules/input-datepicker/input-datepicker.vue3.js +5 -0
- package/dist/components/molecules/input-dropdown/input-dropdown.vue.js +207 -0
- package/dist/components/molecules/input-dropdown/input-dropdown.vue3.js +5 -0
- package/dist/components/molecules/link-sharing/link-sharing.vue.js +177 -0
- package/dist/components/molecules/link-sharing/link-sharing.vue3.js +7 -0
- package/dist/components/molecules/location-list/location-list.vue.js +98 -0
- package/dist/components/molecules/location-list/location-list.vue3.js +5 -0
- package/dist/components/molecules/media-thumbnails/media-thumbnails.vue.js +55 -0
- package/dist/components/molecules/media-thumbnails/media-thumbnails.vue3.js +5 -0
- package/dist/components/molecules/popover-notifications/popover-notifications.vue.js +135 -0
- package/dist/components/molecules/popover-notifications/popover-notifications.vue3.js +5 -0
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.js +134 -0
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue3.js +5 -0
- package/dist/components/molecules/progress-steps/progress-steps.vue.js +84 -0
- package/dist/components/molecules/progress-steps/progress-steps.vue3.js +5 -0
- package/dist/components/molecules/qr-code/qr-code.vue.js +103 -0
- package/dist/components/molecules/qr-code/qr-code.vue3.js +5 -0
- package/dist/components/molecules/radio-buttons/radio-buttons.vue.js +79 -0
- package/dist/components/molecules/radio-buttons/radio-buttons.vue3.js +5 -0
- package/dist/components/molecules/rte-editor/rte-editor.vue.js +455 -0
- package/dist/components/molecules/rte-editor/rte-editor.vue3.js +5 -0
- package/dist/components/molecules/select-media/select-media.vue.js +87 -0
- package/dist/components/molecules/select-media/select-media.vue3.js +5 -0
- package/dist/components/molecules/upload-group/upload-group.vue.js +178 -0
- package/dist/components/molecules/upload-group/upload-group.vue3.js +5 -0
- package/dist/components/organisms/asset-uploader/asset-uploader.vue.js +126 -0
- package/dist/components/organisms/asset-uploader/asset-uploader.vue3.js +5 -0
- package/dist/components/organisms/location-finder/location-finder.vue.js +634 -0
- package/dist/components/organisms/location-finder/location-finder.vue3.js +5 -0
- package/dist/components/templates/base-carousel/base-carousel.vue.js +94 -0
- package/dist/components/templates/base-carousel/base-carousel.vue3.js +5 -0
- package/dist/components/templates/base-form/base-form.vue.js +35 -0
- package/dist/components/templates/base-form/base-form.vue3.js +5 -0
- package/dist/components/templates/modal-dialog/modal-dialog.vue.js +123 -0
- package/dist/components/templates/modal-dialog/modal-dialog.vue3.js +5 -0
- package/dist/components/templates/popover-dialog/popover-dialog.vue.js +95 -0
- package/dist/components/templates/popover-dialog/popover-dialog.vue3.js +5 -0
- package/dist/components/templates/sortable-list/sortable-list.vue.js +158 -0
- package/dist/components/templates/sortable-list/sortable-list.vue3.js +5 -0
- package/dist/components/templates/touch-wrapper/touch-wrapper.vue.js +85 -0
- package/dist/components/templates/touch-wrapper/touch-wrapper.vue3.js +5 -0
- package/dist/composables/useCameraFilter.js +56 -0
- package/dist/composables/useConfetti.js +12 -0
- package/dist/composables/useDirections.js +62 -0
- package/dist/composables/useFileUpload.js +79 -0
- package/dist/composables/useGeocoding.js +85 -0
- package/dist/composables/useGeolocation.js +71 -0
- package/dist/composables/useSanitize.js +23 -0
- package/dist/i18n.d.ts +3 -0
- package/dist/index.js +156 -0
- package/dist/locales/en.d.ts +3 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +9 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +18 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/_lib/buildMatchFn.js +31 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +15 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/de/_lib/formatDistance.js +163 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/de/_lib/formatLong.js +37 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/de/_lib/formatRelative.js +11 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/de/_lib/localize.js +161 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/de/_lib/match.js +112 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/de.js +20 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +70 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US/_lib/formatLong.js +33 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +11 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US/_lib/localize.js +155 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US/_lib/match.js +110 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US.js +20 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr/_lib/formatDistance.js +70 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr/_lib/formatLong.js +33 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr/_lib/formatRelative.js +11 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr/_lib/localize.js +121 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr/_lib/match.js +110 -0
- package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr.js +20 -0
- package/dist/utilities/helpers.js +79 -0
- package/package.json +80 -25
- package/dist/ablok-components.es.js +0 -8655
- package/dist/components/atoms/base-button/base-button.spec.d.ts +0 -1
- package/dist/components/atoms/base-headline/base-headline.spec.d.ts +0 -1
- package/dist/components/atoms/base-image/base-image.spec.d.ts +0 -1
- package/dist/components/atoms/base-input/base-input.spec.d.ts +0 -1
- package/dist/components/atoms/base-paragraph/base-paragraph.spec.d.ts +0 -1
- package/dist/components/atoms/canvas-confetti/canvas-confetti.spec.d.ts +0 -1
- package/dist/components/atoms/check-group/check-group.spec.d.ts +0 -1
- package/dist/components/atoms/custom-html/custom-html.spec.d.ts +0 -1
- package/dist/components/atoms/input-checkbox/input-checkbox.spec.d.ts +0 -1
- package/dist/components/atoms/input-file/input-file.spec.d.ts +0 -1
- package/dist/components/atoms/input-passcode/input-passcode.spec.d.ts +0 -1
- package/dist/components/atoms/input-password/input-password.spec.d.ts +0 -1
- package/dist/components/atoms/input-textarea/input-textarea.spec.d.ts +0 -1
- package/dist/components/atoms/loading-spinner/loading-spinner.spec.d.ts +0 -1
- package/dist/components/atoms/radio-group/radio-group.spec.d.ts +0 -1
- package/dist/components/atoms/svg-icon/svg-icon.spec.d.ts +0 -1
- package/dist/components/atoms/zoom-slider/zoom-slider.spec.d.ts +0 -1
- package/dist/components/molecules/accordion/accordion-item.spec.d.ts +0 -1
- package/dist/components/molecules/auto-suggest/auto-suggest.spec.d.ts +0 -1
- package/dist/components/molecules/base-map/base-map.spec.d.ts +0 -1
- package/dist/components/molecules/color-palette/color-palette.spec.d.ts +0 -1
- package/dist/components/molecules/dom-renderer/dom-renderer.spec.d.ts +0 -1
- package/dist/components/molecules/file-upload/file-upload.spec.d.ts +0 -1
- package/dist/components/molecules/hint-system/hint-system.spec.d.ts +0 -1
- package/dist/components/molecules/image-crop/image-crop.spec.d.ts +0 -1
- package/dist/components/molecules/image-crop-resize/image-crop-resize.spec.d.ts +0 -1
- package/dist/components/molecules/image-resize/image-resize.spec.d.ts +0 -1
- package/dist/components/molecules/image-upload/image-upload.spec.d.ts +0 -1
- package/dist/components/molecules/image-zoom/image-zoom.spec.d.ts +0 -1
- package/dist/components/molecules/input-color/input-color.spec.d.ts +0 -1
- package/dist/components/molecules/input-datepicker/input-datepicker.spec.d.ts +0 -1
- package/dist/components/molecules/input-dropdown/input-dropdown.spec.d.ts +0 -1
- package/dist/components/molecules/link-sharing/link-sharing.spec.d.ts +0 -1
- package/dist/components/molecules/media-thumbnails/media-thumbnails.spec.d.ts +0 -1
- package/dist/components/molecules/popover-notifications/popover-notifications.spec.d.ts +0 -1
- package/dist/components/molecules/popover-tooltip/popover-tooltip.spec.d.ts +0 -1
- package/dist/components/molecules/progress-steps/progress-steps.spec.d.ts +0 -1
- package/dist/components/molecules/qr-code/qr-code.spec.d.ts +0 -1
- package/dist/components/molecules/radio-buttons/radio-buttons.spec.d.ts +0 -1
- package/dist/components/molecules/rte-editor/rte-editor.spec.d.ts +0 -1
- package/dist/components/molecules/select-media/select-media.spec.d.ts +0 -1
- package/dist/components/molecules/upload-group/upload-group.spec.d.ts +0 -1
- package/dist/components/organisms/asset-uploader/asset-uploader.spec.d.ts +0 -1
- package/dist/components/organisms/location-finder/location-finder.spec.d.ts +0 -1
- package/dist/components/templates/base-carousel/base-carousel.spec.d.ts +0 -1
- package/dist/components/templates/base-form/base-form.spec.d.ts +0 -1
- package/dist/components/templates/modal-dialog/modal-dialog.spec.d.ts +0 -1
- package/dist/components/templates/popover-dialog/popover-dialog.spec.d.ts +0 -1
- package/dist/components/templates/sortable-list/sortable-list.spec.d.ts +0 -1
- package/dist/components/templates/touch-wrapper/touch-wrapper.spec.d.ts +0 -1
package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US/_lib/localize.js
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { buildLocalizeFn as e } from "../../_lib/buildLocalizeFn.js";
|
|
2
|
+
const a = {
|
|
3
|
+
narrow: ["B", "A"],
|
|
4
|
+
abbreviated: ["BC", "AD"],
|
|
5
|
+
wide: ["Before Christ", "Anno Domini"]
|
|
6
|
+
}, r = {
|
|
7
|
+
narrow: ["1", "2", "3", "4"],
|
|
8
|
+
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
9
|
+
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
10
|
+
}, o = {
|
|
11
|
+
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
12
|
+
abbreviated: [
|
|
13
|
+
"Jan",
|
|
14
|
+
"Feb",
|
|
15
|
+
"Mar",
|
|
16
|
+
"Apr",
|
|
17
|
+
"May",
|
|
18
|
+
"Jun",
|
|
19
|
+
"Jul",
|
|
20
|
+
"Aug",
|
|
21
|
+
"Sep",
|
|
22
|
+
"Oct",
|
|
23
|
+
"Nov",
|
|
24
|
+
"Dec"
|
|
25
|
+
],
|
|
26
|
+
wide: [
|
|
27
|
+
"January",
|
|
28
|
+
"February",
|
|
29
|
+
"March",
|
|
30
|
+
"April",
|
|
31
|
+
"May",
|
|
32
|
+
"June",
|
|
33
|
+
"July",
|
|
34
|
+
"August",
|
|
35
|
+
"September",
|
|
36
|
+
"October",
|
|
37
|
+
"November",
|
|
38
|
+
"December"
|
|
39
|
+
]
|
|
40
|
+
}, d = {
|
|
41
|
+
narrow: ["S", "M", "T", "W", "T", "F", "S"],
|
|
42
|
+
short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
|
43
|
+
abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
|
44
|
+
wide: [
|
|
45
|
+
"Sunday",
|
|
46
|
+
"Monday",
|
|
47
|
+
"Tuesday",
|
|
48
|
+
"Wednesday",
|
|
49
|
+
"Thursday",
|
|
50
|
+
"Friday",
|
|
51
|
+
"Saturday"
|
|
52
|
+
]
|
|
53
|
+
}, m = {
|
|
54
|
+
narrow: {
|
|
55
|
+
am: "a",
|
|
56
|
+
pm: "p",
|
|
57
|
+
midnight: "mi",
|
|
58
|
+
noon: "n",
|
|
59
|
+
morning: "morning",
|
|
60
|
+
afternoon: "afternoon",
|
|
61
|
+
evening: "evening",
|
|
62
|
+
night: "night"
|
|
63
|
+
},
|
|
64
|
+
abbreviated: {
|
|
65
|
+
am: "AM",
|
|
66
|
+
pm: "PM",
|
|
67
|
+
midnight: "midnight",
|
|
68
|
+
noon: "noon",
|
|
69
|
+
morning: "morning",
|
|
70
|
+
afternoon: "afternoon",
|
|
71
|
+
evening: "evening",
|
|
72
|
+
night: "night"
|
|
73
|
+
},
|
|
74
|
+
wide: {
|
|
75
|
+
am: "a.m.",
|
|
76
|
+
pm: "p.m.",
|
|
77
|
+
midnight: "midnight",
|
|
78
|
+
noon: "noon",
|
|
79
|
+
morning: "morning",
|
|
80
|
+
afternoon: "afternoon",
|
|
81
|
+
evening: "evening",
|
|
82
|
+
night: "night"
|
|
83
|
+
}
|
|
84
|
+
}, g = {
|
|
85
|
+
narrow: {
|
|
86
|
+
am: "a",
|
|
87
|
+
pm: "p",
|
|
88
|
+
midnight: "mi",
|
|
89
|
+
noon: "n",
|
|
90
|
+
morning: "in the morning",
|
|
91
|
+
afternoon: "in the afternoon",
|
|
92
|
+
evening: "in the evening",
|
|
93
|
+
night: "at night"
|
|
94
|
+
},
|
|
95
|
+
abbreviated: {
|
|
96
|
+
am: "AM",
|
|
97
|
+
pm: "PM",
|
|
98
|
+
midnight: "midnight",
|
|
99
|
+
noon: "noon",
|
|
100
|
+
morning: "in the morning",
|
|
101
|
+
afternoon: "in the afternoon",
|
|
102
|
+
evening: "in the evening",
|
|
103
|
+
night: "at night"
|
|
104
|
+
},
|
|
105
|
+
wide: {
|
|
106
|
+
am: "a.m.",
|
|
107
|
+
pm: "p.m.",
|
|
108
|
+
midnight: "midnight",
|
|
109
|
+
noon: "noon",
|
|
110
|
+
morning: "in the morning",
|
|
111
|
+
afternoon: "in the afternoon",
|
|
112
|
+
evening: "in the evening",
|
|
113
|
+
night: "at night"
|
|
114
|
+
}
|
|
115
|
+
}, u = (i, h) => {
|
|
116
|
+
const n = Number(i), t = n % 100;
|
|
117
|
+
if (t > 20 || t < 10)
|
|
118
|
+
switch (t % 10) {
|
|
119
|
+
case 1:
|
|
120
|
+
return n + "st";
|
|
121
|
+
case 2:
|
|
122
|
+
return n + "nd";
|
|
123
|
+
case 3:
|
|
124
|
+
return n + "rd";
|
|
125
|
+
}
|
|
126
|
+
return n + "th";
|
|
127
|
+
}, l = {
|
|
128
|
+
ordinalNumber: u,
|
|
129
|
+
era: e({
|
|
130
|
+
values: a,
|
|
131
|
+
defaultWidth: "wide"
|
|
132
|
+
}),
|
|
133
|
+
quarter: e({
|
|
134
|
+
values: r,
|
|
135
|
+
defaultWidth: "wide",
|
|
136
|
+
argumentCallback: (i) => i - 1
|
|
137
|
+
}),
|
|
138
|
+
month: e({
|
|
139
|
+
values: o,
|
|
140
|
+
defaultWidth: "wide"
|
|
141
|
+
}),
|
|
142
|
+
day: e({
|
|
143
|
+
values: d,
|
|
144
|
+
defaultWidth: "wide"
|
|
145
|
+
}),
|
|
146
|
+
dayPeriod: e({
|
|
147
|
+
values: m,
|
|
148
|
+
defaultWidth: "wide",
|
|
149
|
+
formattingValues: g,
|
|
150
|
+
defaultFormattingWidth: "wide"
|
|
151
|
+
})
|
|
152
|
+
};
|
|
153
|
+
export {
|
|
154
|
+
l as localize
|
|
155
|
+
};
|
package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/en-US/_lib/match.js
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { buildMatchFn as a } from "../../_lib/buildMatchFn.js";
|
|
2
|
+
import { buildMatchPatternFn as i } from "../../_lib/buildMatchPatternFn.js";
|
|
3
|
+
const n = /^(\d+)(th|st|nd|rd)?/i, e = /\d+/i, r = {
|
|
4
|
+
narrow: /^(b|a)/i,
|
|
5
|
+
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
6
|
+
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
7
|
+
}, s = {
|
|
8
|
+
any: [/^b/i, /^(a|c)/i]
|
|
9
|
+
}, o = {
|
|
10
|
+
narrow: /^[1234]/i,
|
|
11
|
+
abbreviated: /^q[1234]/i,
|
|
12
|
+
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
13
|
+
}, d = {
|
|
14
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
15
|
+
}, m = {
|
|
16
|
+
narrow: /^[jfmasond]/i,
|
|
17
|
+
abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
|
|
18
|
+
wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
|
|
19
|
+
}, h = {
|
|
20
|
+
narrow: [
|
|
21
|
+
/^j/i,
|
|
22
|
+
/^f/i,
|
|
23
|
+
/^m/i,
|
|
24
|
+
/^a/i,
|
|
25
|
+
/^m/i,
|
|
26
|
+
/^j/i,
|
|
27
|
+
/^j/i,
|
|
28
|
+
/^a/i,
|
|
29
|
+
/^s/i,
|
|
30
|
+
/^o/i,
|
|
31
|
+
/^n/i,
|
|
32
|
+
/^d/i
|
|
33
|
+
],
|
|
34
|
+
any: [
|
|
35
|
+
/^ja/i,
|
|
36
|
+
/^f/i,
|
|
37
|
+
/^mar/i,
|
|
38
|
+
/^ap/i,
|
|
39
|
+
/^may/i,
|
|
40
|
+
/^jun/i,
|
|
41
|
+
/^jul/i,
|
|
42
|
+
/^au/i,
|
|
43
|
+
/^s/i,
|
|
44
|
+
/^o/i,
|
|
45
|
+
/^n/i,
|
|
46
|
+
/^d/i
|
|
47
|
+
]
|
|
48
|
+
}, c = {
|
|
49
|
+
narrow: /^[smtwf]/i,
|
|
50
|
+
short: /^(su|mo|tu|we|th|fr|sa)/i,
|
|
51
|
+
abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
|
|
52
|
+
wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
|
|
53
|
+
}, u = {
|
|
54
|
+
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
|
|
55
|
+
any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
|
|
56
|
+
}, P = {
|
|
57
|
+
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
58
|
+
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
59
|
+
}, y = {
|
|
60
|
+
any: {
|
|
61
|
+
am: /^a/i,
|
|
62
|
+
pm: /^p/i,
|
|
63
|
+
midnight: /^mi/i,
|
|
64
|
+
noon: /^no/i,
|
|
65
|
+
morning: /morning/i,
|
|
66
|
+
afternoon: /afternoon/i,
|
|
67
|
+
evening: /evening/i,
|
|
68
|
+
night: /night/i
|
|
69
|
+
}
|
|
70
|
+
}, l = {
|
|
71
|
+
ordinalNumber: i({
|
|
72
|
+
matchPattern: n,
|
|
73
|
+
parsePattern: e,
|
|
74
|
+
valueCallback: (t) => parseInt(t, 10)
|
|
75
|
+
}),
|
|
76
|
+
era: a({
|
|
77
|
+
matchPatterns: r,
|
|
78
|
+
defaultMatchWidth: "wide",
|
|
79
|
+
parsePatterns: s,
|
|
80
|
+
defaultParseWidth: "any"
|
|
81
|
+
}),
|
|
82
|
+
quarter: a({
|
|
83
|
+
matchPatterns: o,
|
|
84
|
+
defaultMatchWidth: "wide",
|
|
85
|
+
parsePatterns: d,
|
|
86
|
+
defaultParseWidth: "any",
|
|
87
|
+
valueCallback: (t) => t + 1
|
|
88
|
+
}),
|
|
89
|
+
month: a({
|
|
90
|
+
matchPatterns: m,
|
|
91
|
+
defaultMatchWidth: "wide",
|
|
92
|
+
parsePatterns: h,
|
|
93
|
+
defaultParseWidth: "any"
|
|
94
|
+
}),
|
|
95
|
+
day: a({
|
|
96
|
+
matchPatterns: c,
|
|
97
|
+
defaultMatchWidth: "wide",
|
|
98
|
+
parsePatterns: u,
|
|
99
|
+
defaultParseWidth: "any"
|
|
100
|
+
}),
|
|
101
|
+
dayPeriod: a({
|
|
102
|
+
matchPatterns: P,
|
|
103
|
+
defaultMatchWidth: "any",
|
|
104
|
+
parsePatterns: y,
|
|
105
|
+
defaultParseWidth: "any"
|
|
106
|
+
})
|
|
107
|
+
};
|
|
108
|
+
export {
|
|
109
|
+
l as match
|
|
110
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { formatDistance as o } from "./en-US/_lib/formatDistance.js";
|
|
2
|
+
import { formatLong as t } from "./en-US/_lib/formatLong.js";
|
|
3
|
+
import { formatRelative as r } from "./en-US/_lib/formatRelative.js";
|
|
4
|
+
import { localize as m } from "./en-US/_lib/localize.js";
|
|
5
|
+
import { match as a } from "./en-US/_lib/match.js";
|
|
6
|
+
const p = {
|
|
7
|
+
code: "en-US",
|
|
8
|
+
formatDistance: o,
|
|
9
|
+
formatLong: t,
|
|
10
|
+
formatRelative: r,
|
|
11
|
+
localize: m,
|
|
12
|
+
match: a,
|
|
13
|
+
options: {
|
|
14
|
+
weekStartsOn: 0,
|
|
15
|
+
firstWeekContainsDate: 1
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
p as enUS
|
|
20
|
+
};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
const r = {
|
|
2
|
+
lessThanXSeconds: {
|
|
3
|
+
one: "moins d’une seconde",
|
|
4
|
+
other: "moins de {{count}} secondes"
|
|
5
|
+
},
|
|
6
|
+
xSeconds: {
|
|
7
|
+
one: "1 seconde",
|
|
8
|
+
other: "{{count}} secondes"
|
|
9
|
+
},
|
|
10
|
+
halfAMinute: "30 secondes",
|
|
11
|
+
lessThanXMinutes: {
|
|
12
|
+
one: "moins d’une minute",
|
|
13
|
+
other: "moins de {{count}} minutes"
|
|
14
|
+
},
|
|
15
|
+
xMinutes: {
|
|
16
|
+
one: "1 minute",
|
|
17
|
+
other: "{{count}} minutes"
|
|
18
|
+
},
|
|
19
|
+
aboutXHours: {
|
|
20
|
+
one: "environ 1 heure",
|
|
21
|
+
other: "environ {{count}} heures"
|
|
22
|
+
},
|
|
23
|
+
xHours: {
|
|
24
|
+
one: "1 heure",
|
|
25
|
+
other: "{{count}} heures"
|
|
26
|
+
},
|
|
27
|
+
xDays: {
|
|
28
|
+
one: "1 jour",
|
|
29
|
+
other: "{{count}} jours"
|
|
30
|
+
},
|
|
31
|
+
aboutXWeeks: {
|
|
32
|
+
one: "environ 1 semaine",
|
|
33
|
+
other: "environ {{count}} semaines"
|
|
34
|
+
},
|
|
35
|
+
xWeeks: {
|
|
36
|
+
one: "1 semaine",
|
|
37
|
+
other: "{{count}} semaines"
|
|
38
|
+
},
|
|
39
|
+
aboutXMonths: {
|
|
40
|
+
one: "environ 1 mois",
|
|
41
|
+
other: "environ {{count}} mois"
|
|
42
|
+
},
|
|
43
|
+
xMonths: {
|
|
44
|
+
one: "1 mois",
|
|
45
|
+
other: "{{count}} mois"
|
|
46
|
+
},
|
|
47
|
+
aboutXYears: {
|
|
48
|
+
one: "environ 1 an",
|
|
49
|
+
other: "environ {{count}} ans"
|
|
50
|
+
},
|
|
51
|
+
xYears: {
|
|
52
|
+
one: "1 an",
|
|
53
|
+
other: "{{count}} ans"
|
|
54
|
+
},
|
|
55
|
+
overXYears: {
|
|
56
|
+
one: "plus d’un an",
|
|
57
|
+
other: "plus de {{count}} ans"
|
|
58
|
+
},
|
|
59
|
+
almostXYears: {
|
|
60
|
+
one: "presqu’un an",
|
|
61
|
+
other: "presque {{count}} ans"
|
|
62
|
+
}
|
|
63
|
+
}, u = (t, s, o) => {
|
|
64
|
+
let e;
|
|
65
|
+
const n = r[t];
|
|
66
|
+
return typeof n == "string" ? e = n : s === 1 ? e = n.one : e = n.other.replace("{{count}}", String(s)), o?.addSuffix ? o.comparison && o.comparison > 0 ? "dans " + e : "il y a " + e : e;
|
|
67
|
+
};
|
|
68
|
+
export {
|
|
69
|
+
u as formatDistance
|
|
70
|
+
};
|
package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr/_lib/formatLong.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { buildFormatLongFn as t } from "../../_lib/buildFormatLongFn.js";
|
|
2
|
+
const m = {
|
|
3
|
+
full: "EEEE d MMMM y",
|
|
4
|
+
long: "d MMMM y",
|
|
5
|
+
medium: "d MMM y",
|
|
6
|
+
short: "dd/MM/y"
|
|
7
|
+
}, d = {
|
|
8
|
+
full: "HH:mm:ss zzzz",
|
|
9
|
+
long: "HH:mm:ss z",
|
|
10
|
+
medium: "HH:mm:ss",
|
|
11
|
+
short: "HH:mm"
|
|
12
|
+
}, e = {
|
|
13
|
+
full: "{{date}} 'à' {{time}}",
|
|
14
|
+
long: "{{date}} 'à' {{time}}",
|
|
15
|
+
medium: "{{date}}, {{time}}",
|
|
16
|
+
short: "{{date}}, {{time}}"
|
|
17
|
+
}, a = {
|
|
18
|
+
date: t({
|
|
19
|
+
formats: m,
|
|
20
|
+
defaultWidth: "full"
|
|
21
|
+
}),
|
|
22
|
+
time: t({
|
|
23
|
+
formats: d,
|
|
24
|
+
defaultWidth: "full"
|
|
25
|
+
}),
|
|
26
|
+
dateTime: t({
|
|
27
|
+
formats: e,
|
|
28
|
+
defaultWidth: "full"
|
|
29
|
+
})
|
|
30
|
+
};
|
|
31
|
+
export {
|
|
32
|
+
a as formatLong
|
|
33
|
+
};
|
package/dist/node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/fr/_lib/localize.js
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { buildLocalizeFn as r } from "../../_lib/buildLocalizeFn.js";
|
|
2
|
+
const o = {
|
|
3
|
+
narrow: ["av. J.-C", "ap. J.-C"],
|
|
4
|
+
abbreviated: ["av. J.-C", "ap. J.-C"],
|
|
5
|
+
wide: ["avant Jésus-Christ", "après Jésus-Christ"]
|
|
6
|
+
}, d = {
|
|
7
|
+
narrow: ["T1", "T2", "T3", "T4"],
|
|
8
|
+
abbreviated: ["1er trim.", "2ème trim.", "3ème trim.", "4ème trim."],
|
|
9
|
+
wide: ["1er trimestre", "2ème trimestre", "3ème trimestre", "4ème trimestre"]
|
|
10
|
+
}, s = {
|
|
11
|
+
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
12
|
+
abbreviated: [
|
|
13
|
+
"janv.",
|
|
14
|
+
"févr.",
|
|
15
|
+
"mars",
|
|
16
|
+
"avr.",
|
|
17
|
+
"mai",
|
|
18
|
+
"juin",
|
|
19
|
+
"juil.",
|
|
20
|
+
"août",
|
|
21
|
+
"sept.",
|
|
22
|
+
"oct.",
|
|
23
|
+
"nov.",
|
|
24
|
+
"déc."
|
|
25
|
+
],
|
|
26
|
+
wide: [
|
|
27
|
+
"janvier",
|
|
28
|
+
"février",
|
|
29
|
+
"mars",
|
|
30
|
+
"avril",
|
|
31
|
+
"mai",
|
|
32
|
+
"juin",
|
|
33
|
+
"juillet",
|
|
34
|
+
"août",
|
|
35
|
+
"septembre",
|
|
36
|
+
"octobre",
|
|
37
|
+
"novembre",
|
|
38
|
+
"décembre"
|
|
39
|
+
]
|
|
40
|
+
}, u = {
|
|
41
|
+
narrow: ["D", "L", "M", "M", "J", "V", "S"],
|
|
42
|
+
short: ["di", "lu", "ma", "me", "je", "ve", "sa"],
|
|
43
|
+
abbreviated: ["dim.", "lun.", "mar.", "mer.", "jeu.", "ven.", "sam."],
|
|
44
|
+
wide: [
|
|
45
|
+
"dimanche",
|
|
46
|
+
"lundi",
|
|
47
|
+
"mardi",
|
|
48
|
+
"mercredi",
|
|
49
|
+
"jeudi",
|
|
50
|
+
"vendredi",
|
|
51
|
+
"samedi"
|
|
52
|
+
]
|
|
53
|
+
}, l = {
|
|
54
|
+
narrow: {
|
|
55
|
+
am: "AM",
|
|
56
|
+
pm: "PM",
|
|
57
|
+
midnight: "minuit",
|
|
58
|
+
noon: "midi",
|
|
59
|
+
morning: "mat.",
|
|
60
|
+
afternoon: "ap.m.",
|
|
61
|
+
evening: "soir",
|
|
62
|
+
night: "mat."
|
|
63
|
+
},
|
|
64
|
+
abbreviated: {
|
|
65
|
+
am: "AM",
|
|
66
|
+
pm: "PM",
|
|
67
|
+
midnight: "minuit",
|
|
68
|
+
noon: "midi",
|
|
69
|
+
morning: "matin",
|
|
70
|
+
afternoon: "après-midi",
|
|
71
|
+
evening: "soir",
|
|
72
|
+
night: "matin"
|
|
73
|
+
},
|
|
74
|
+
wide: {
|
|
75
|
+
am: "AM",
|
|
76
|
+
pm: "PM",
|
|
77
|
+
midnight: "minuit",
|
|
78
|
+
noon: "midi",
|
|
79
|
+
morning: "du matin",
|
|
80
|
+
afternoon: "de l’après-midi",
|
|
81
|
+
evening: "du soir",
|
|
82
|
+
night: "du matin"
|
|
83
|
+
}
|
|
84
|
+
}, v = (n, i) => {
|
|
85
|
+
const a = Number(n), e = i?.unit;
|
|
86
|
+
if (a === 0) return "0";
|
|
87
|
+
const m = ["year", "week", "hour", "minute", "second"];
|
|
88
|
+
let t;
|
|
89
|
+
return a === 1 ? t = e && m.includes(e) ? "ère" : "er" : t = "ème", a + t;
|
|
90
|
+
}, c = ["MMM", "MMMM"], M = {
|
|
91
|
+
preprocessor: (n, i) => n.getDate() === 1 || !i.some(
|
|
92
|
+
(e) => e.isToken && c.includes(e.value)
|
|
93
|
+
) ? i : i.map(
|
|
94
|
+
(e) => e.isToken && e.value === "do" ? { isToken: !0, value: "d" } : e
|
|
95
|
+
),
|
|
96
|
+
ordinalNumber: v,
|
|
97
|
+
era: r({
|
|
98
|
+
values: o,
|
|
99
|
+
defaultWidth: "wide"
|
|
100
|
+
}),
|
|
101
|
+
quarter: r({
|
|
102
|
+
values: d,
|
|
103
|
+
defaultWidth: "wide",
|
|
104
|
+
argumentCallback: (n) => n - 1
|
|
105
|
+
}),
|
|
106
|
+
month: r({
|
|
107
|
+
values: s,
|
|
108
|
+
defaultWidth: "wide"
|
|
109
|
+
}),
|
|
110
|
+
day: r({
|
|
111
|
+
values: u,
|
|
112
|
+
defaultWidth: "wide"
|
|
113
|
+
}),
|
|
114
|
+
dayPeriod: r({
|
|
115
|
+
values: l,
|
|
116
|
+
defaultWidth: "wide"
|
|
117
|
+
})
|
|
118
|
+
};
|
|
119
|
+
export {
|
|
120
|
+
M as localize
|
|
121
|
+
};
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { buildMatchFn as a } from "../../_lib/buildMatchFn.js";
|
|
2
|
+
import { buildMatchPatternFn as t } from "../../_lib/buildMatchPatternFn.js";
|
|
3
|
+
const e = /^(\d+)(ième|ère|ème|er|e)?/i, r = /\d+/i, n = {
|
|
4
|
+
narrow: /^(av\.J\.C|ap\.J\.C|ap\.J\.-C)/i,
|
|
5
|
+
abbreviated: /^(av\.J\.-C|av\.J-C|apr\.J\.-C|apr\.J-C|ap\.J-C)/i,
|
|
6
|
+
wide: /^(avant Jésus-Christ|après Jésus-Christ)/i
|
|
7
|
+
}, s = {
|
|
8
|
+
any: [/^av/i, /^ap/i]
|
|
9
|
+
}, d = {
|
|
10
|
+
narrow: /^T?[1234]/i,
|
|
11
|
+
abbreviated: /^[1234](er|ème|e)? trim\.?/i,
|
|
12
|
+
wide: /^[1234](er|ème|e)? trimestre/i
|
|
13
|
+
}, m = {
|
|
14
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
15
|
+
}, o = {
|
|
16
|
+
narrow: /^[jfmasond]/i,
|
|
17
|
+
abbreviated: /^(janv|févr|mars|avr|mai|juin|juill|juil|août|sept|oct|nov|déc)\.?/i,
|
|
18
|
+
wide: /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i
|
|
19
|
+
}, c = {
|
|
20
|
+
narrow: [
|
|
21
|
+
/^j/i,
|
|
22
|
+
/^f/i,
|
|
23
|
+
/^m/i,
|
|
24
|
+
/^a/i,
|
|
25
|
+
/^m/i,
|
|
26
|
+
/^j/i,
|
|
27
|
+
/^j/i,
|
|
28
|
+
/^a/i,
|
|
29
|
+
/^s/i,
|
|
30
|
+
/^o/i,
|
|
31
|
+
/^n/i,
|
|
32
|
+
/^d/i
|
|
33
|
+
],
|
|
34
|
+
any: [
|
|
35
|
+
/^ja/i,
|
|
36
|
+
/^f/i,
|
|
37
|
+
/^mar/i,
|
|
38
|
+
/^av/i,
|
|
39
|
+
/^ma/i,
|
|
40
|
+
/^juin/i,
|
|
41
|
+
/^juil/i,
|
|
42
|
+
/^ao/i,
|
|
43
|
+
/^s/i,
|
|
44
|
+
/^o/i,
|
|
45
|
+
/^n/i,
|
|
46
|
+
/^d/i
|
|
47
|
+
]
|
|
48
|
+
}, u = {
|
|
49
|
+
narrow: /^[lmjvsd]/i,
|
|
50
|
+
short: /^(di|lu|ma|me|je|ve|sa)/i,
|
|
51
|
+
abbreviated: /^(dim|lun|mar|mer|jeu|ven|sam)\.?/i,
|
|
52
|
+
wide: /^(dimanche|lundi|mardi|mercredi|jeudi|vendredi|samedi)/i
|
|
53
|
+
}, h = {
|
|
54
|
+
narrow: [/^d/i, /^l/i, /^m/i, /^m/i, /^j/i, /^v/i, /^s/i],
|
|
55
|
+
any: [/^di/i, /^lu/i, /^ma/i, /^me/i, /^je/i, /^ve/i, /^sa/i]
|
|
56
|
+
}, l = {
|
|
57
|
+
narrow: /^(a|p|minuit|midi|mat\.?|ap\.?m\.?|soir|nuit)/i,
|
|
58
|
+
any: /^([ap]\.?\s?m\.?|du matin|de l'après[-\s]midi|du soir|de la nuit)/i
|
|
59
|
+
}, P = {
|
|
60
|
+
any: {
|
|
61
|
+
am: /^a/i,
|
|
62
|
+
pm: /^p/i,
|
|
63
|
+
midnight: /^min/i,
|
|
64
|
+
noon: /^mid/i,
|
|
65
|
+
morning: /mat/i,
|
|
66
|
+
afternoon: /ap/i,
|
|
67
|
+
evening: /soir/i,
|
|
68
|
+
night: /nuit/i
|
|
69
|
+
}
|
|
70
|
+
}, j = {
|
|
71
|
+
ordinalNumber: t({
|
|
72
|
+
matchPattern: e,
|
|
73
|
+
parsePattern: r,
|
|
74
|
+
valueCallback: (i) => parseInt(i)
|
|
75
|
+
}),
|
|
76
|
+
era: a({
|
|
77
|
+
matchPatterns: n,
|
|
78
|
+
defaultMatchWidth: "wide",
|
|
79
|
+
parsePatterns: s,
|
|
80
|
+
defaultParseWidth: "any"
|
|
81
|
+
}),
|
|
82
|
+
quarter: a({
|
|
83
|
+
matchPatterns: d,
|
|
84
|
+
defaultMatchWidth: "wide",
|
|
85
|
+
parsePatterns: m,
|
|
86
|
+
defaultParseWidth: "any",
|
|
87
|
+
valueCallback: (i) => i + 1
|
|
88
|
+
}),
|
|
89
|
+
month: a({
|
|
90
|
+
matchPatterns: o,
|
|
91
|
+
defaultMatchWidth: "wide",
|
|
92
|
+
parsePatterns: c,
|
|
93
|
+
defaultParseWidth: "any"
|
|
94
|
+
}),
|
|
95
|
+
day: a({
|
|
96
|
+
matchPatterns: u,
|
|
97
|
+
defaultMatchWidth: "wide",
|
|
98
|
+
parsePatterns: h,
|
|
99
|
+
defaultParseWidth: "any"
|
|
100
|
+
}),
|
|
101
|
+
dayPeriod: a({
|
|
102
|
+
matchPatterns: l,
|
|
103
|
+
defaultMatchWidth: "any",
|
|
104
|
+
parsePatterns: P,
|
|
105
|
+
defaultParseWidth: "any"
|
|
106
|
+
})
|
|
107
|
+
};
|
|
108
|
+
export {
|
|
109
|
+
j as match
|
|
110
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { formatDistance as o } from "./fr/_lib/formatDistance.js";
|
|
2
|
+
import { formatLong as t } from "./fr/_lib/formatLong.js";
|
|
3
|
+
import { formatRelative as r } from "./fr/_lib/formatRelative.js";
|
|
4
|
+
import { localize as m } from "./fr/_lib/localize.js";
|
|
5
|
+
import { match as a } from "./fr/_lib/match.js";
|
|
6
|
+
const p = {
|
|
7
|
+
code: "fr",
|
|
8
|
+
formatDistance: o,
|
|
9
|
+
formatLong: t,
|
|
10
|
+
formatRelative: r,
|
|
11
|
+
localize: m,
|
|
12
|
+
match: a,
|
|
13
|
+
options: {
|
|
14
|
+
weekStartsOn: 1,
|
|
15
|
+
firstWeekContainsDate: 4
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
p as fr
|
|
20
|
+
};
|