ablok-components 0.3.112 → 0.3.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/dist/ablok-components.umd.js +2 -2
  2. package/dist/components/molecules/input-datepicker/input-datepicker.vue_vue_type_script_setup_true_lang.js +37 -39
  3. package/package.json +1 -1
  4. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -9
  5. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -17
  6. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -22
  7. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -18
  8. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/de/_lib/formatDistance.js +0 -162
  9. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/de/_lib/formatLong.js +0 -32
  10. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/de/_lib/formatRelative.js +0 -11
  11. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/de/_lib/localize.js +0 -213
  12. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/de/_lib/match.js +0 -114
  13. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/de.js +0 -20
  14. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -69
  15. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -32
  16. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -11
  17. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -202
  18. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/en-US/_lib/match.js +0 -124
  19. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/en-US.js +0 -20
  20. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr/_lib/formatDistance.js +0 -69
  21. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr/_lib/formatLong.js +0 -32
  22. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr/_lib/formatRelative.js +0 -11
  23. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr/_lib/localize.js +0 -177
  24. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr/_lib/match.js +0 -124
  25. package/dist/node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr.js +0 -20
@@ -1,11 +0,0 @@
1
- //#region node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr/_lib/formatRelative.js
2
- var e = {
3
- lastWeek: "eeee 'dernier à' p",
4
- yesterday: "'hier à' p",
5
- today: "'aujourd’hui à' p",
6
- tomorrow: "'demain à' p'",
7
- nextWeek: "eeee 'prochain à' p",
8
- other: "P"
9
- }, t = (t, n, r, i) => e[t];
10
- //#endregion
11
- export { t as formatRelative };
@@ -1,177 +0,0 @@
1
- import { buildLocalizeFn as e } from "../../_lib/buildLocalizeFn.js";
2
- //#region node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr/_lib/localize.js
3
- var t = {
4
- narrow: ["av. J.-C", "ap. J.-C"],
5
- abbreviated: ["av. J.-C", "ap. J.-C"],
6
- wide: ["avant Jésus-Christ", "après Jésus-Christ"]
7
- }, n = {
8
- narrow: [
9
- "T1",
10
- "T2",
11
- "T3",
12
- "T4"
13
- ],
14
- abbreviated: [
15
- "1er trim.",
16
- "2ème trim.",
17
- "3ème trim.",
18
- "4ème trim."
19
- ],
20
- wide: [
21
- "1er trimestre",
22
- "2ème trimestre",
23
- "3ème trimestre",
24
- "4ème trimestre"
25
- ]
26
- }, r = {
27
- narrow: [
28
- "J",
29
- "F",
30
- "M",
31
- "A",
32
- "M",
33
- "J",
34
- "J",
35
- "A",
36
- "S",
37
- "O",
38
- "N",
39
- "D"
40
- ],
41
- abbreviated: [
42
- "janv.",
43
- "févr.",
44
- "mars",
45
- "avr.",
46
- "mai",
47
- "juin",
48
- "juil.",
49
- "août",
50
- "sept.",
51
- "oct.",
52
- "nov.",
53
- "déc."
54
- ],
55
- wide: [
56
- "janvier",
57
- "février",
58
- "mars",
59
- "avril",
60
- "mai",
61
- "juin",
62
- "juillet",
63
- "août",
64
- "septembre",
65
- "octobre",
66
- "novembre",
67
- "décembre"
68
- ]
69
- }, i = {
70
- narrow: [
71
- "D",
72
- "L",
73
- "M",
74
- "M",
75
- "J",
76
- "V",
77
- "S"
78
- ],
79
- short: [
80
- "di",
81
- "lu",
82
- "ma",
83
- "me",
84
- "je",
85
- "ve",
86
- "sa"
87
- ],
88
- abbreviated: [
89
- "dim.",
90
- "lun.",
91
- "mar.",
92
- "mer.",
93
- "jeu.",
94
- "ven.",
95
- "sam."
96
- ],
97
- wide: [
98
- "dimanche",
99
- "lundi",
100
- "mardi",
101
- "mercredi",
102
- "jeudi",
103
- "vendredi",
104
- "samedi"
105
- ]
106
- }, a = {
107
- narrow: {
108
- am: "AM",
109
- pm: "PM",
110
- midnight: "minuit",
111
- noon: "midi",
112
- morning: "mat.",
113
- afternoon: "ap.m.",
114
- evening: "soir",
115
- night: "mat."
116
- },
117
- abbreviated: {
118
- am: "AM",
119
- pm: "PM",
120
- midnight: "minuit",
121
- noon: "midi",
122
- morning: "matin",
123
- afternoon: "après-midi",
124
- evening: "soir",
125
- night: "matin"
126
- },
127
- wide: {
128
- am: "AM",
129
- pm: "PM",
130
- midnight: "minuit",
131
- noon: "midi",
132
- morning: "du matin",
133
- afternoon: "de l’après-midi",
134
- evening: "du soir",
135
- night: "du matin"
136
- }
137
- }, o = (e, t) => {
138
- let n = Number(e), r = t?.unit;
139
- if (n === 0) return "0";
140
- let i = [
141
- "year",
142
- "week",
143
- "hour",
144
- "minute",
145
- "second"
146
- ], a;
147
- return a = n === 1 ? r && i.includes(r) ? "ère" : "er" : "ème", n + a;
148
- }, s = ["MMM", "MMMM"], c = {
149
- preprocessor: (e, t) => e.getDate() === 1 || !t.some((e) => e.isToken && s.includes(e.value)) ? t : t.map((e) => e.isToken && e.value === "do" ? {
150
- isToken: !0,
151
- value: "d"
152
- } : e),
153
- ordinalNumber: o,
154
- era: e({
155
- values: t,
156
- defaultWidth: "wide"
157
- }),
158
- quarter: e({
159
- values: n,
160
- defaultWidth: "wide",
161
- argumentCallback: (e) => e - 1
162
- }),
163
- month: e({
164
- values: r,
165
- defaultWidth: "wide"
166
- }),
167
- day: e({
168
- values: i,
169
- defaultWidth: "wide"
170
- }),
171
- dayPeriod: e({
172
- values: a,
173
- defaultWidth: "wide"
174
- })
175
- };
176
- //#endregion
177
- export { c as localize };
@@ -1,124 +0,0 @@
1
- import { buildMatchFn as e } from "../../_lib/buildMatchFn.js";
2
- import { buildMatchPatternFn as t } from "../../_lib/buildMatchPatternFn.js";
3
- var n = {
4
- ordinalNumber: t({
5
- matchPattern: /^(\d+)(ième|ère|ème|er|e)?/i,
6
- parsePattern: /\d+/i,
7
- valueCallback: (e) => parseInt(e)
8
- }),
9
- era: e({
10
- matchPatterns: {
11
- narrow: /^(av\.J\.C|ap\.J\.C|ap\.J\.-C)/i,
12
- abbreviated: /^(av\.J\.-C|av\.J-C|apr\.J\.-C|apr\.J-C|ap\.J-C)/i,
13
- wide: /^(avant Jésus-Christ|après Jésus-Christ)/i
14
- },
15
- defaultMatchWidth: "wide",
16
- parsePatterns: { any: [/^av/i, /^ap/i] },
17
- defaultParseWidth: "any"
18
- }),
19
- quarter: e({
20
- matchPatterns: {
21
- narrow: /^T?[1234]/i,
22
- abbreviated: /^[1234](er|ème|e)? trim\.?/i,
23
- wide: /^[1234](er|ème|e)? trimestre/i
24
- },
25
- defaultMatchWidth: "wide",
26
- parsePatterns: { any: [
27
- /1/i,
28
- /2/i,
29
- /3/i,
30
- /4/i
31
- ] },
32
- defaultParseWidth: "any",
33
- valueCallback: (e) => e + 1
34
- }),
35
- month: e({
36
- matchPatterns: {
37
- narrow: /^[jfmasond]/i,
38
- abbreviated: /^(janv|févr|mars|avr|mai|juin|juill|juil|août|sept|oct|nov|déc)\.?/i,
39
- wide: /^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i
40
- },
41
- defaultMatchWidth: "wide",
42
- parsePatterns: {
43
- narrow: [
44
- /^j/i,
45
- /^f/i,
46
- /^m/i,
47
- /^a/i,
48
- /^m/i,
49
- /^j/i,
50
- /^j/i,
51
- /^a/i,
52
- /^s/i,
53
- /^o/i,
54
- /^n/i,
55
- /^d/i
56
- ],
57
- any: [
58
- /^ja/i,
59
- /^f/i,
60
- /^mar/i,
61
- /^av/i,
62
- /^ma/i,
63
- /^juin/i,
64
- /^juil/i,
65
- /^ao/i,
66
- /^s/i,
67
- /^o/i,
68
- /^n/i,
69
- /^d/i
70
- ]
71
- },
72
- defaultParseWidth: "any"
73
- }),
74
- day: e({
75
- matchPatterns: {
76
- narrow: /^[lmjvsd]/i,
77
- short: /^(di|lu|ma|me|je|ve|sa)/i,
78
- abbreviated: /^(dim|lun|mar|mer|jeu|ven|sam)\.?/i,
79
- wide: /^(dimanche|lundi|mardi|mercredi|jeudi|vendredi|samedi)/i
80
- },
81
- defaultMatchWidth: "wide",
82
- parsePatterns: {
83
- narrow: [
84
- /^d/i,
85
- /^l/i,
86
- /^m/i,
87
- /^m/i,
88
- /^j/i,
89
- /^v/i,
90
- /^s/i
91
- ],
92
- any: [
93
- /^di/i,
94
- /^lu/i,
95
- /^ma/i,
96
- /^me/i,
97
- /^je/i,
98
- /^ve/i,
99
- /^sa/i
100
- ]
101
- },
102
- defaultParseWidth: "any"
103
- }),
104
- dayPeriod: e({
105
- matchPatterns: {
106
- narrow: /^(a|p|minuit|midi|mat\.?|ap\.?m\.?|soir|nuit)/i,
107
- any: /^([ap]\.?\s?m\.?|du matin|de l'après[-\s]midi|du soir|de la nuit)/i
108
- },
109
- defaultMatchWidth: "any",
110
- parsePatterns: { any: {
111
- am: /^a/i,
112
- pm: /^p/i,
113
- midnight: /^min/i,
114
- noon: /^mid/i,
115
- morning: /mat/i,
116
- afternoon: /ap/i,
117
- evening: /soir/i,
118
- night: /nuit/i
119
- } },
120
- defaultParseWidth: "any"
121
- })
122
- };
123
- //#endregion
124
- export { n as match };
@@ -1,20 +0,0 @@
1
- import { formatDistance as e } from "./fr/_lib/formatDistance.js";
2
- import { formatLong as t } from "./fr/_lib/formatLong.js";
3
- import { formatRelative as n } from "./fr/_lib/formatRelative.js";
4
- import { localize as r } from "./fr/_lib/localize.js";
5
- import { match as i } from "./fr/_lib/match.js";
6
- //#region node_modules/.pnpm/date-fns@4.4.0/node_modules/date-fns/locale/fr.js
7
- var a = {
8
- code: "fr",
9
- formatDistance: e,
10
- formatLong: t,
11
- formatRelative: n,
12
- localize: r,
13
- match: i,
14
- options: {
15
- weekStartsOn: 1,
16
- firstWeekContainsDate: 4
17
- }
18
- };
19
- //#endregion
20
- export { a as default, a as fr };