ablok-components 0.3.58 → 0.3.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/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/ablok-components.css +1 -1
- package/dist/ablok-components.umd.js +4 -4
- 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.d.ts +1 -1
- package/dist/components/molecules/rte-editor/rte-editor.vue.js +472 -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 +160 -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/rte-icons-defs.svg +9 -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
|
+
};
|
package/dist/rte-icons-defs.svg
CHANGED
|
@@ -82,4 +82,13 @@
|
|
|
82
82
|
<path d="M7.56 6.748c-0.296 0.108-0.56 0.331-0.723 0.607-0.123 0.208-0.144 0.305-0.143 0.645 0 0.283 0.029 0.455 0.099 0.587 0.053 0.103 1.721 1.813 3.705 3.8l3.607 3.613-3.607 3.613c-1.984 1.987-3.652 3.697-3.705 3.8-0.069 0.132-0.099 0.304-0.099 0.587-0.001 0.344 0.020 0.436 0.149 0.656 0.173 0.296 0.492 0.545 0.804 0.631 0.269 0.072 0.707 0.032 0.945-0.088 0.099-0.049 1.807-1.713 3.793-3.697l3.613-3.607 3.613 3.607c1.987 1.984 3.697 3.652 3.8 3.705 0.132 0.069 0.304 0.099 0.587 0.099 0.344 0.001 0.436-0.020 0.656-0.149 0.296-0.173 0.545-0.492 0.631-0.804 0.072-0.269 0.032-0.707-0.088-0.945-0.049-0.099-1.713-1.807-3.697-3.793l-3.607-3.613 3.607-3.613c1.984-1.987 3.652-3.697 3.705-3.8 0.069-0.132 0.099-0.304 0.099-0.587 0.001-0.34-0.020-0.437-0.143-0.645-0.234-0.41-0.668-0.681-1.165-0.681-0.163 0-0.319 0.029-0.464 0.083l0.009-0.003c-0.239 0.080-0.596 0.42-3.903 3.719l-3.64 3.632-3.64-3.632c-3.307-3.299-3.664-3.639-3.903-3.719-0.136-0.050-0.293-0.079-0.456-0.079-0.158 0-0.31 0.027-0.451 0.077l0.009-0.003z"></path>
|
|
83
83
|
</symbol>
|
|
84
84
|
</defs>
|
|
85
|
+
<symbol id="icon-maximize-2" viewBox="0 0 32 32">
|
|
86
|
+
<path d="M23.625 2.665c2.244-0.015 4.205-0.033 4.357-0.040 0.291-0.013 0.639 0.105 0.937 0.317 0.193 0.137 0.468 0.711 0.463 0.963-0.003 0.096-0.020 2.071-0.040 4.388l-0.036 4.213-0.133 0.237c-0.241 0.432-0.665 0.619-1.312 0.577-0.612-0.039-0.997-0.321-1.14-0.835-0.033-0.117-0.055-1.193-0.055-2.725v-2.533l-3.64 3.635c-2.552 2.548-3.711 3.668-3.876 3.752-0.471 0.235-0.956 0.116-1.419-0.347s-0.581-0.948-0.347-1.419c0.084-0.165 1.204-1.324 3.752-3.876l3.635-3.64h-2.533c-1.532 0-2.608-0.021-2.725-0.055-0.513-0.143-0.796-0.528-0.835-1.14-0.041-0.664 0.147-1.076 0.6-1.309l0.265-0.136 4.081-0.028zM12.827 17.395c0.463-0.239 0.988-0.116 1.441 0.337 0.463 0.463 0.581 0.948 0.347 1.419-0.084 0.165-1.204 1.324-3.752 3.876l-3.635 3.64h2.511c2.676 0 2.809 0.011 3.165 0.265 0.295 0.209 0.4 0.491 0.4 1.068 0 0.672-0.137 0.953-0.584 1.192-0.211 0.113-0.255 0.115-4.427 0.151-2.317 0.019-4.292 0.037-4.388 0.040-0.203 0.004-0.797-0.252-0.929-0.403-0.148-0.167-0.364-0.703-0.359-0.888 0.003-0.095 0.021-2.068 0.040-4.385l0.036-4.213 0.119-0.223c0.269-0.503 1.004-0.735 1.683-0.531 0.335 0.101 0.552 0.268 0.693 0.531 0.117 0.22 0.119 0.249 0.135 2.86l0.016 2.636 3.637-3.631c2.229-2.227 3.72-3.673 3.851-3.741z"></path>
|
|
87
|
+
</symbol>
|
|
88
|
+
<symbol id="icon-maximize" viewBox="0 0 32 32">
|
|
89
|
+
<path d="M5.999 2.724c0.147-0.024 1.315-0.048 2.593-0.051 2.479-0.007 2.624 0.005 2.979 0.259 0.293 0.208 0.4 0.491 0.401 1.068 0.001 0.443-0.016 0.536-0.132 0.744-0.147 0.263-0.392 0.453-0.687 0.535-0.115 0.032-1.089 0.055-2.411 0.055-2.525 0-2.601 0.009-2.981 0.377-0.411 0.399-0.399 0.315-0.428 3.036l-0.027 2.427-0.133 0.237c-0.241 0.432-0.665 0.619-1.312 0.577-0.62-0.040-1.003-0.324-1.145-0.853-0.037-0.139-0.049-1.064-0.037-2.725 0.019-2.461 0.021-2.524 0.141-2.889 0.489-1.481 1.703-2.548 3.179-2.796zM20.819 2.741c0.173-0.056 0.756-0.068 2.728-0.057 2.504 0.013 2.507 0.013 2.935 0.147 1.288 0.4 2.293 1.411 2.7 2.716 0.124 0.396 0.125 0.423 0.125 3.013v2.613l-0.133 0.237c-0.241 0.432-0.665 0.619-1.312 0.577-0.612-0.039-0.997-0.321-1.14-0.835-0.032-0.115-0.055-1.089-0.055-2.411 0-2.559-0.007-2.608-0.404-3.005s-0.447-0.404-3.005-0.404c-1.321 0-2.296-0.023-2.411-0.055-0.295-0.081-0.54-0.272-0.687-0.535-0.116-0.207-0.133-0.303-0.133-0.744 0-0.421 0.020-0.544 0.119-0.729 0.137-0.255 0.356-0.428 0.673-0.529zM3.485 20.076c0.457-0.143 1.067-0.063 1.419 0.189 0.091 0.064 0.219 0.217 0.284 0.339 0.116 0.219 0.119 0.268 0.145 2.649 0.020 1.769 0.045 2.468 0.093 2.577 0.117 0.264 0.343 0.517 0.595 0.665l0.245 0.144 2.427 0.027c1.787 0.021 2.467 0.045 2.58 0.095 0.528 0.232 0.696 0.531 0.699 1.239 0.001 0.443-0.016 0.536-0.132 0.744-0.151 0.268-0.396 0.456-0.705 0.54-0.139 0.037-1.064 0.049-2.725 0.037-2.461-0.019-2.524-0.021-2.889-0.141-1.315-0.435-2.295-1.425-2.701-2.727-0.124-0.396-0.125-0.423-0.125-3.013 0-2.6 0-2.615 0.119-2.836 0.137-0.256 0.357-0.429 0.673-0.528zM27.485 20.076c0.457-0.143 1.067-0.063 1.419 0.189 0.091 0.064 0.219 0.217 0.284 0.339 0.119 0.221 0.119 0.236 0.119 2.836 0 2.591-0.001 2.617-0.125 3.013-0.407 1.301-1.387 2.292-2.701 2.727-0.365 0.12-0.428 0.123-2.889 0.141-1.661 0.012-2.587 0-2.725-0.037-0.529-0.143-0.813-0.525-0.853-1.145-0.041-0.664 0.147-1.076 0.6-1.309l0.265-0.136 4.856-0.053 0.245-0.144c0.252-0.148 0.477-0.401 0.593-0.665 0.048-0.109 0.075-0.816 0.095-2.577 0.027-2.381 0.029-2.431 0.145-2.649 0.137-0.256 0.357-0.429 0.673-0.528z"></path>
|
|
90
|
+
</symbol>
|
|
91
|
+
<symbol id="icon-close" viewBox="0 0 32 32">
|
|
92
|
+
<path d="M7.501 6.727c-0.275 0.145-0.64 0.517-0.784 0.799-0.152 0.297-0.152 0.651 0.001 0.959 0.084 0.165 1.204 1.324 3.752 3.876l3.635 3.64-3.635 3.64c-2.548 2.552-3.668 3.711-3.752 3.876-0.235 0.471-0.116 0.956 0.347 1.419s0.948 0.581 1.419 0.347c0.165-0.084 1.324-1.204 3.876-3.752l3.64-3.635 3.64 3.635c2.552 2.548 3.711 3.668 3.876 3.752 0.471 0.235 0.956 0.116 1.419-0.347s0.581-0.948 0.347-1.419c-0.084-0.165-1.204-1.324-3.752-3.876l-3.635-3.64 3.635-3.64c2.548-2.552 3.668-3.711 3.752-3.876 0.235-0.471 0.116-0.956-0.347-1.419-0.453-0.453-0.961-0.575-1.431-0.34-0.149 0.075-1.427 1.313-3.864 3.745l-3.64 3.635-3.64-3.635c-2.437-2.432-3.715-3.671-3.864-3.745-0.293-0.147-0.716-0.145-0.995 0.001z"></path>
|
|
93
|
+
</symbol>
|
|
85
94
|
</svg>
|