@edifice.io/react 2.5.5-develop-b2school.20260106144020 → 2.5.5-develop-b2school.20260109115404
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/_commonjsHelpers.js +8 -0
- package/dist/_virtual/common.js +4 -0
- package/dist/_virtual/de_DE.js +4 -0
- package/dist/_virtual/de_DE2.js +4 -0
- package/dist/_virtual/de_DE3.js +4 -0
- package/dist/_virtual/de_DE4.js +4 -0
- package/dist/_virtual/de_DE5.js +4 -0
- package/dist/_virtual/de_DE6.js +4 -0
- package/dist/_virtual/defineProperty.js +4 -0
- package/dist/_virtual/es_ES.js +4 -0
- package/dist/_virtual/es_ES2.js +4 -0
- package/dist/_virtual/es_ES3.js +4 -0
- package/dist/_virtual/es_ES4.js +4 -0
- package/dist/_virtual/es_ES5.js +4 -0
- package/dist/_virtual/es_ES6.js +4 -0
- package/dist/_virtual/fr_FR.js +4 -0
- package/dist/_virtual/fr_FR2.js +4 -0
- package/dist/_virtual/fr_FR3.js +4 -0
- package/dist/_virtual/fr_FR4.js +4 -0
- package/dist/_virtual/fr_FR5.js +4 -0
- package/dist/_virtual/fr_FR6.js +4 -0
- package/dist/_virtual/interopRequireDefault.js +4 -0
- package/dist/_virtual/it_IT.js +4 -0
- package/dist/_virtual/it_IT2.js +4 -0
- package/dist/_virtual/it_IT3.js +4 -0
- package/dist/_virtual/it_IT4.js +4 -0
- package/dist/_virtual/it_IT5.js +4 -0
- package/dist/_virtual/it_IT6.js +4 -0
- package/dist/_virtual/localeData.js +4 -0
- package/dist/_virtual/objectSpread2.js +4 -0
- package/dist/_virtual/pt_PT.js +4 -0
- package/dist/_virtual/pt_PT2.js +4 -0
- package/dist/_virtual/pt_PT3.js +4 -0
- package/dist/_virtual/pt_PT4.js +4 -0
- package/dist/_virtual/pt_PT5.js +4 -0
- package/dist/_virtual/pt_PT6.js +4 -0
- package/dist/_virtual/toPrimitive.js +4 -0
- package/dist/_virtual/toPropertyKey.js +4 -0
- package/dist/_virtual/typeof.js +4 -0
- package/dist/_virtual/weekday.js +4 -0
- package/dist/components/DatePicker/DatePicker.js +35 -0
- package/dist/components/DatePicker/index.d.ts +2 -0
- package/dist/components/SegmentedControl/SegmentedControl.js +4 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/index.js +180 -178
- package/dist/modules/modals/ShareModal/ShareResources.d.ts +14 -1
- package/dist/modules/modals/ShareModal/ShareResources.js +10 -2
- package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +4 -3
- package/dist/modules/modals/ShareModal/hooks/useSearch.js +10 -15
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/defineProperty.js +18 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/interopRequireDefault.js +13 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/objectSpread2.js +31 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/toPrimitive.js +20 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/toPropertyKey.js +15 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/typeof.js +16 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/de_DE.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/es_ES.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/fr_FR.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/it_IT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/calendar/locale/pt_PT.js +11 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/de_DE.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/es_ES.js +22 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/fr_FR.js +27 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/it_IT.js +20 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/date-picker/locale/pt_PT.js +45 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/de_DE.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/es_ES.js +145 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/fr_FR.js +144 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/it_IT.js +156 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/locale/pt_PT.js +158 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/de_DE.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/es_ES.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/fr_FR.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/it_IT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/lib/time-picker/locale/pt_PT.js +10 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/de_DE.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/es_ES.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/fr_FR.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/it_IT.js +8 -0
- package/dist/node_modules/.pnpm/antd@5.29.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/locale/pt_PT.js +8 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/localeData.js +82 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/weekday.js +19 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/de_DE.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/es_ES.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/fr_FR.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/it_IT.js +21 -0
- package/dist/node_modules/.pnpm/rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/pt_PT.js +21 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/common.js +14 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/de_DE.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/es_ES.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/fr_FR.js +38 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/it_IT.js +37 -0
- package/dist/node_modules/.pnpm/rc-picker@4.11.3_dayjs@1.11.19_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-picker/lib/locale/pt_PT.js +39 -0
- package/dist/providers/AntThemeProvider/AntProvider.d.ts +2 -2
- package/dist/providers/AntThemeProvider/AntProvider.js +19 -2
- package/package.json +7 -7
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { __exports as fr_FR } from "../../../../../../../_virtual/fr_FR.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import "../../../../../rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/fr_FR.js";
|
|
4
|
+
import "../calendar/locale/fr_FR.js";
|
|
5
|
+
import "../date-picker/locale/fr_FR.js";
|
|
6
|
+
import "../time-picker/locale/fr_FR.js";
|
|
7
|
+
import { __exports as fr_FR$1 } from "../../../../../../../_virtual/fr_FR2.js";
|
|
8
|
+
import { __exports as fr_FR$2 } from "../../../../../../../_virtual/fr_FR3.js";
|
|
9
|
+
import { __exports as fr_FR$3 } from "../../../../../../../_virtual/fr_FR4.js";
|
|
10
|
+
import { __exports as fr_FR$4 } from "../../../../../../../_virtual/fr_FR5.js";
|
|
11
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
12
|
+
Object.defineProperty(fr_FR, "__esModule", {
|
|
13
|
+
value: !0
|
|
14
|
+
});
|
|
15
|
+
fr_FR.default = void 0;
|
|
16
|
+
var _fr_FR = _interopRequireDefault(fr_FR$1), _fr_FR2 = _interopRequireDefault(fr_FR$2), _fr_FR3 = _interopRequireDefault(fr_FR$3), _fr_FR4 = _interopRequireDefault(fr_FR$4);
|
|
17
|
+
const typeTemplate = "La valeur du champ ${label} n'est pas valide pour le type ${type}", localeValues = {
|
|
18
|
+
locale: "fr",
|
|
19
|
+
Pagination: _fr_FR.default,
|
|
20
|
+
DatePicker: _fr_FR3.default,
|
|
21
|
+
TimePicker: _fr_FR4.default,
|
|
22
|
+
Calendar: _fr_FR2.default,
|
|
23
|
+
global: {
|
|
24
|
+
close: "Fermer"
|
|
25
|
+
},
|
|
26
|
+
Table: {
|
|
27
|
+
filterTitle: "Filtrer",
|
|
28
|
+
filterConfirm: "OK",
|
|
29
|
+
filterReset: "Réinitialiser",
|
|
30
|
+
filterEmptyText: "Aucun filtre",
|
|
31
|
+
filterCheckAll: "Tout sélectionner",
|
|
32
|
+
filterSearchPlaceholder: "Chercher dans les filtres",
|
|
33
|
+
emptyText: "Aucune donnée",
|
|
34
|
+
selectAll: "Sélectionner la page actuelle",
|
|
35
|
+
selectInvert: "Inverser la sélection de la page actuelle",
|
|
36
|
+
selectNone: "Désélectionner toutes les données",
|
|
37
|
+
selectionAll: "Sélectionner toutes les données",
|
|
38
|
+
sortTitle: "Trier",
|
|
39
|
+
expand: "Développer la ligne",
|
|
40
|
+
collapse: "Réduire la ligne",
|
|
41
|
+
triggerDesc: "Trier par ordre décroissant",
|
|
42
|
+
triggerAsc: "Trier par ordre croissant",
|
|
43
|
+
cancelSort: "Annuler le tri"
|
|
44
|
+
},
|
|
45
|
+
Tour: {
|
|
46
|
+
Next: "Étape suivante",
|
|
47
|
+
Previous: "Étape précédente",
|
|
48
|
+
Finish: "Fin de la visite guidée"
|
|
49
|
+
},
|
|
50
|
+
Modal: {
|
|
51
|
+
okText: "OK",
|
|
52
|
+
cancelText: "Annuler",
|
|
53
|
+
justOkText: "OK"
|
|
54
|
+
},
|
|
55
|
+
Popconfirm: {
|
|
56
|
+
okText: "OK",
|
|
57
|
+
cancelText: "Annuler"
|
|
58
|
+
},
|
|
59
|
+
Transfer: {
|
|
60
|
+
titles: ["", ""],
|
|
61
|
+
searchPlaceholder: "Rechercher",
|
|
62
|
+
itemUnit: "élément",
|
|
63
|
+
itemsUnit: "éléments",
|
|
64
|
+
remove: "Désélectionner",
|
|
65
|
+
selectCurrent: "Sélectionner la page actuelle",
|
|
66
|
+
removeCurrent: "Désélectionner la page actuelle",
|
|
67
|
+
selectAll: "Sélectionner toutes les données",
|
|
68
|
+
removeAll: "Désélectionner toutes les données",
|
|
69
|
+
selectInvert: "Inverser la sélection de la page actuelle"
|
|
70
|
+
},
|
|
71
|
+
Upload: {
|
|
72
|
+
uploading: "Téléchargement...",
|
|
73
|
+
removeFile: "Effacer le fichier",
|
|
74
|
+
uploadError: "Erreur de téléchargement",
|
|
75
|
+
previewFile: "Fichier de prévisualisation",
|
|
76
|
+
downloadFile: "Télécharger un fichier"
|
|
77
|
+
},
|
|
78
|
+
Empty: {
|
|
79
|
+
description: "Aucune donnée"
|
|
80
|
+
},
|
|
81
|
+
Icon: {
|
|
82
|
+
icon: "icône"
|
|
83
|
+
},
|
|
84
|
+
Text: {
|
|
85
|
+
edit: "Éditer",
|
|
86
|
+
copy: "Copier",
|
|
87
|
+
copied: "Copie effectuée",
|
|
88
|
+
expand: "Développer"
|
|
89
|
+
},
|
|
90
|
+
Form: {
|
|
91
|
+
optional: "(optionnel)",
|
|
92
|
+
defaultValidateMessages: {
|
|
93
|
+
default: "Erreur de validation pour le champ ${label}",
|
|
94
|
+
required: "Le champ ${label} est obligatoire",
|
|
95
|
+
enum: "La valeur du champ ${label} doit être parmi [${enum}]",
|
|
96
|
+
whitespace: "La valeur du champ ${label} ne peut pas être vide",
|
|
97
|
+
date: {
|
|
98
|
+
format: "La valeur du champ ${label} n'est pas au format date",
|
|
99
|
+
parse: "La valeur du champ ${label} ne peut pas être convertie vers une date",
|
|
100
|
+
invalid: "La valeur du champ ${label} n'est pas une date valide"
|
|
101
|
+
},
|
|
102
|
+
types: {
|
|
103
|
+
string: typeTemplate,
|
|
104
|
+
method: typeTemplate,
|
|
105
|
+
array: typeTemplate,
|
|
106
|
+
object: typeTemplate,
|
|
107
|
+
number: typeTemplate,
|
|
108
|
+
date: typeTemplate,
|
|
109
|
+
boolean: typeTemplate,
|
|
110
|
+
integer: typeTemplate,
|
|
111
|
+
float: typeTemplate,
|
|
112
|
+
regexp: typeTemplate,
|
|
113
|
+
email: typeTemplate,
|
|
114
|
+
url: typeTemplate,
|
|
115
|
+
hex: typeTemplate
|
|
116
|
+
},
|
|
117
|
+
string: {
|
|
118
|
+
len: "La taille du champ ${label} doit être de ${len} caractères",
|
|
119
|
+
min: "La taille du champ ${label} doit être au minimum de ${min} caractères",
|
|
120
|
+
max: "La taille du champ ${label} doit être au maximum de ${max} caractères",
|
|
121
|
+
range: "La taille du champ ${label} doit être entre ${min} et ${max} caractères"
|
|
122
|
+
},
|
|
123
|
+
number: {
|
|
124
|
+
len: "La valeur du champ ${label} doit être égale à ${len}",
|
|
125
|
+
min: "La valeur du champ ${label} doit être plus grande que ${min}",
|
|
126
|
+
max: "La valeur du champ ${label} doit être plus petit que ${max}",
|
|
127
|
+
range: "La valeur du champ ${label} doit être entre ${min} et ${max}"
|
|
128
|
+
},
|
|
129
|
+
array: {
|
|
130
|
+
len: "La taille du tableau ${label} doit être de ${len}",
|
|
131
|
+
min: "La taille du tableau ${label} doit être au minimum de ${min}",
|
|
132
|
+
max: "La taille du tableau ${label} doit être au maximum de ${max}",
|
|
133
|
+
range: "La taille du tableau ${label} doit être entre ${min}-${max}"
|
|
134
|
+
},
|
|
135
|
+
pattern: {
|
|
136
|
+
mismatch: "La valeur du champ ${label} ne correspond pas au modèle ${pattern}"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
Image: {
|
|
141
|
+
preview: "Aperçu"
|
|
142
|
+
}
|
|
143
|
+
};
|
|
144
|
+
fr_FR.default = localeValues;
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { __exports as it_IT } from "../../../../../../../_virtual/it_IT.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import "../../../../../rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/it_IT.js";
|
|
4
|
+
import "../calendar/locale/it_IT.js";
|
|
5
|
+
import "../date-picker/locale/it_IT.js";
|
|
6
|
+
import "../time-picker/locale/it_IT.js";
|
|
7
|
+
import { __exports as it_IT$1 } from "../../../../../../../_virtual/it_IT2.js";
|
|
8
|
+
import { __exports as it_IT$2 } from "../../../../../../../_virtual/it_IT3.js";
|
|
9
|
+
import { __exports as it_IT$3 } from "../../../../../../../_virtual/it_IT4.js";
|
|
10
|
+
import { __exports as it_IT$4 } from "../../../../../../../_virtual/it_IT5.js";
|
|
11
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
12
|
+
Object.defineProperty(it_IT, "__esModule", {
|
|
13
|
+
value: !0
|
|
14
|
+
});
|
|
15
|
+
it_IT.default = void 0;
|
|
16
|
+
var _it_IT = _interopRequireDefault(it_IT$1), _it_IT2 = _interopRequireDefault(it_IT$2), _it_IT3 = _interopRequireDefault(it_IT$3), _it_IT4 = _interopRequireDefault(it_IT$4);
|
|
17
|
+
const typeTemplate = " ${label} non è un ${type} valido", localeValues = {
|
|
18
|
+
locale: "it",
|
|
19
|
+
Pagination: _it_IT.default,
|
|
20
|
+
DatePicker: _it_IT3.default,
|
|
21
|
+
TimePicker: _it_IT4.default,
|
|
22
|
+
Calendar: _it_IT2.default,
|
|
23
|
+
global: {
|
|
24
|
+
placeholder: "Selezionare",
|
|
25
|
+
close: "Chiudi"
|
|
26
|
+
},
|
|
27
|
+
Table: {
|
|
28
|
+
filterTitle: "Menù Filtro",
|
|
29
|
+
filterConfirm: "OK",
|
|
30
|
+
filterReset: "Reset",
|
|
31
|
+
filterEmptyText: "Senza filtri",
|
|
32
|
+
filterCheckAll: "Seleziona tutti",
|
|
33
|
+
filterSearchPlaceholder: "Cerca nei filtri",
|
|
34
|
+
emptyText: "Senza dati",
|
|
35
|
+
selectAll: "Seleziona pagina corrente",
|
|
36
|
+
selectInvert: "Inverti selezione nella pagina corrente",
|
|
37
|
+
selectNone: "Deseleziona tutto",
|
|
38
|
+
selectionAll: "Seleziona tutto",
|
|
39
|
+
sortTitle: "Ordina",
|
|
40
|
+
expand: "Espandi riga",
|
|
41
|
+
collapse: "Comprimi riga ",
|
|
42
|
+
triggerDesc: "Clicca per ordinare in modo discendente",
|
|
43
|
+
triggerAsc: "Clicca per ordinare in modo ascendente",
|
|
44
|
+
cancelSort: "Clicca per eliminare l'ordinamento"
|
|
45
|
+
},
|
|
46
|
+
Tour: {
|
|
47
|
+
Next: "Successivo",
|
|
48
|
+
Previous: "Precedente",
|
|
49
|
+
Finish: "Termina"
|
|
50
|
+
},
|
|
51
|
+
Modal: {
|
|
52
|
+
okText: "OK",
|
|
53
|
+
cancelText: "Annulla",
|
|
54
|
+
justOkText: "OK"
|
|
55
|
+
},
|
|
56
|
+
Popconfirm: {
|
|
57
|
+
okText: "OK",
|
|
58
|
+
cancelText: "Annulla"
|
|
59
|
+
},
|
|
60
|
+
Transfer: {
|
|
61
|
+
titles: ["", ""],
|
|
62
|
+
searchPlaceholder: "Cerca qui",
|
|
63
|
+
itemUnit: "elemento",
|
|
64
|
+
itemsUnit: "elementi",
|
|
65
|
+
remove: "Elimina",
|
|
66
|
+
selectCurrent: "Seleziona la pagina corrente",
|
|
67
|
+
removeCurrent: "Rimuovi la pagina corrente",
|
|
68
|
+
selectAll: "Seleziona tutti i dati",
|
|
69
|
+
removeAll: "Rimuovi tutti i dati",
|
|
70
|
+
selectInvert: "Inverti la pagina corrente"
|
|
71
|
+
},
|
|
72
|
+
Upload: {
|
|
73
|
+
uploading: "Caricamento...",
|
|
74
|
+
removeFile: "Rimuovi il file",
|
|
75
|
+
uploadError: "Errore di caricamento",
|
|
76
|
+
previewFile: "Anteprima file",
|
|
77
|
+
downloadFile: "Scarica file"
|
|
78
|
+
},
|
|
79
|
+
Empty: {
|
|
80
|
+
description: "Nessun dato"
|
|
81
|
+
},
|
|
82
|
+
Icon: {
|
|
83
|
+
icon: "icona"
|
|
84
|
+
},
|
|
85
|
+
Text: {
|
|
86
|
+
edit: "modifica",
|
|
87
|
+
copy: "copia",
|
|
88
|
+
copied: "copia effettuata",
|
|
89
|
+
expand: "espandi"
|
|
90
|
+
},
|
|
91
|
+
Form: {
|
|
92
|
+
optional: "(opzionale)",
|
|
93
|
+
defaultValidateMessages: {
|
|
94
|
+
default: "Errore di convalida del campo ${label}",
|
|
95
|
+
required: "Si prega di inserire ${label}",
|
|
96
|
+
enum: "${label} deve essere uno di [${enum}]",
|
|
97
|
+
whitespace: "${label} non può essere un carattere vuoto",
|
|
98
|
+
date: {
|
|
99
|
+
format: "Il formato della data ${label} non è valido",
|
|
100
|
+
parse: "${label} non può essere convertito in una data",
|
|
101
|
+
invalid: "${label} non è una data valida"
|
|
102
|
+
},
|
|
103
|
+
types: {
|
|
104
|
+
string: typeTemplate,
|
|
105
|
+
method: typeTemplate,
|
|
106
|
+
array: typeTemplate,
|
|
107
|
+
object: typeTemplate,
|
|
108
|
+
number: typeTemplate,
|
|
109
|
+
date: typeTemplate,
|
|
110
|
+
boolean: typeTemplate,
|
|
111
|
+
integer: typeTemplate,
|
|
112
|
+
float: typeTemplate,
|
|
113
|
+
regexp: typeTemplate,
|
|
114
|
+
email: typeTemplate,
|
|
115
|
+
url: typeTemplate,
|
|
116
|
+
hex: typeTemplate
|
|
117
|
+
},
|
|
118
|
+
string: {
|
|
119
|
+
len: "${label} deve avere ${len} caratteri",
|
|
120
|
+
min: "${label} deve contenere almeno ${min} caratteri",
|
|
121
|
+
max: "${label} deve contenere fino a ${max} caratteri",
|
|
122
|
+
range: "${label} deve contenere tra ${min}-${max} caratteri"
|
|
123
|
+
},
|
|
124
|
+
number: {
|
|
125
|
+
len: "${label} deve essere uguale a ${len}",
|
|
126
|
+
min: "${label} valore minimo è ${min}",
|
|
127
|
+
max: "${label} valor e massimo è ${max}",
|
|
128
|
+
range: "${label} deve essere compreso tra ${min}-${max}"
|
|
129
|
+
},
|
|
130
|
+
array: {
|
|
131
|
+
len: "Deve essere ${len} ${label}",
|
|
132
|
+
min: "Almeno ${min} ${label}",
|
|
133
|
+
max: "Massimo ${max} ${label}",
|
|
134
|
+
range: "Il totale di ${label} deve essere compreso tra ${min}-${max}"
|
|
135
|
+
},
|
|
136
|
+
pattern: {
|
|
137
|
+
mismatch: "${label} non corrisponde al modello ${pattern}"
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
Image: {
|
|
142
|
+
preview: "Anteprima"
|
|
143
|
+
},
|
|
144
|
+
QRCode: {
|
|
145
|
+
expired: "Codice QR scaduto",
|
|
146
|
+
refresh: "Ricarica",
|
|
147
|
+
scanned: "Scansionato"
|
|
148
|
+
},
|
|
149
|
+
ColorPicker: {
|
|
150
|
+
presetEmpty: "Vuoto",
|
|
151
|
+
transparent: "Trasparente",
|
|
152
|
+
singleColor: "Tinta unita",
|
|
153
|
+
gradientColor: "Gradiente"
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
it_IT.default = localeValues;
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { __exports as pt_PT } from "../../../../../../../_virtual/pt_PT.js";
|
|
2
|
+
import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.4/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
|
|
3
|
+
import "../../../../../rc-pagination@5.1.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/rc-pagination/lib/locale/pt_PT.js";
|
|
4
|
+
import "../calendar/locale/pt_PT.js";
|
|
5
|
+
import "../date-picker/locale/pt_PT.js";
|
|
6
|
+
import "../time-picker/locale/pt_PT.js";
|
|
7
|
+
import { __exports as pt_PT$1 } from "../../../../../../../_virtual/pt_PT2.js";
|
|
8
|
+
import { __exports as pt_PT$2 } from "../../../../../../../_virtual/pt_PT3.js";
|
|
9
|
+
import { __exports as pt_PT$3 } from "../../../../../../../_virtual/pt_PT4.js";
|
|
10
|
+
import { __exports as pt_PT$4 } from "../../../../../../../_virtual/pt_PT5.js";
|
|
11
|
+
var _interopRequireDefault = interopRequireDefaultExports.default;
|
|
12
|
+
Object.defineProperty(pt_PT, "__esModule", {
|
|
13
|
+
value: !0
|
|
14
|
+
});
|
|
15
|
+
pt_PT.default = void 0;
|
|
16
|
+
var _pt_PT = _interopRequireDefault(pt_PT$1), _pt_PT2 = _interopRequireDefault(pt_PT$2), _pt_PT3 = _interopRequireDefault(pt_PT$3), _pt_PT4 = _interopRequireDefault(pt_PT$4);
|
|
17
|
+
const typeTemplate = "${label} não é um(a) ${type} válido(a)", localeValues = {
|
|
18
|
+
locale: "pt",
|
|
19
|
+
Pagination: _pt_PT.default,
|
|
20
|
+
DatePicker: _pt_PT3.default,
|
|
21
|
+
TimePicker: _pt_PT4.default,
|
|
22
|
+
Calendar: _pt_PT2.default,
|
|
23
|
+
global: {
|
|
24
|
+
placeholder: "Por favor, selecione",
|
|
25
|
+
close: "Fechar"
|
|
26
|
+
},
|
|
27
|
+
Table: {
|
|
28
|
+
filterTitle: "Filtro",
|
|
29
|
+
filterConfirm: "Aplicar",
|
|
30
|
+
filterReset: "Repor",
|
|
31
|
+
filterEmptyText: "Sem filtros",
|
|
32
|
+
filterCheckAll: "Selecionar todos os itens",
|
|
33
|
+
filterSearchPlaceholder: "Pesquisar nos filtros",
|
|
34
|
+
emptyText: "Sem dados",
|
|
35
|
+
selectAll: "Selecionar página atual",
|
|
36
|
+
selectInvert: "Inverter página atual",
|
|
37
|
+
selectNone: "Limpar todos os dados",
|
|
38
|
+
selectionAll: "Selecionar todos os dados",
|
|
39
|
+
sortTitle: "Ordenar",
|
|
40
|
+
expand: "Expandir linha",
|
|
41
|
+
collapse: "Colapsar linha",
|
|
42
|
+
triggerDesc: "Clique para ordenar decrescente",
|
|
43
|
+
triggerAsc: "Clique para ordenar crescente",
|
|
44
|
+
cancelSort: "Clique para cancelar ordenação"
|
|
45
|
+
},
|
|
46
|
+
Tour: {
|
|
47
|
+
Next: "Próximo",
|
|
48
|
+
Previous: "Anterior",
|
|
49
|
+
Finish: "Terminar"
|
|
50
|
+
},
|
|
51
|
+
Modal: {
|
|
52
|
+
okText: "OK",
|
|
53
|
+
cancelText: "Cancelar",
|
|
54
|
+
justOkText: "OK"
|
|
55
|
+
},
|
|
56
|
+
Popconfirm: {
|
|
57
|
+
okText: "OK",
|
|
58
|
+
cancelText: "Cancelar"
|
|
59
|
+
},
|
|
60
|
+
Transfer: {
|
|
61
|
+
titles: ["", ""],
|
|
62
|
+
searchPlaceholder: "Procurar...",
|
|
63
|
+
itemUnit: "item",
|
|
64
|
+
itemsUnit: "itens",
|
|
65
|
+
remove: "Remover",
|
|
66
|
+
selectCurrent: "Selecionar página atual",
|
|
67
|
+
removeCurrent: "Remover página atual",
|
|
68
|
+
selectAll: "Selecionar tudo",
|
|
69
|
+
deselectAll: "Desmarcar tudo",
|
|
70
|
+
removeAll: "Remover tudo",
|
|
71
|
+
selectInvert: "Inverter página actual"
|
|
72
|
+
},
|
|
73
|
+
Upload: {
|
|
74
|
+
uploading: "A carregar...",
|
|
75
|
+
removeFile: "Remover",
|
|
76
|
+
uploadError: "Erro ao carregar",
|
|
77
|
+
previewFile: "Pré-visualizar",
|
|
78
|
+
downloadFile: "Descarregar"
|
|
79
|
+
},
|
|
80
|
+
Empty: {
|
|
81
|
+
description: "Sem dados"
|
|
82
|
+
},
|
|
83
|
+
Icon: {
|
|
84
|
+
icon: "ícone"
|
|
85
|
+
},
|
|
86
|
+
Text: {
|
|
87
|
+
edit: "Editar",
|
|
88
|
+
copy: "Copiar",
|
|
89
|
+
copied: "Copiado",
|
|
90
|
+
expand: "Expandir",
|
|
91
|
+
collapse: "Colapsar"
|
|
92
|
+
},
|
|
93
|
+
Form: {
|
|
94
|
+
optional: "(opcional)",
|
|
95
|
+
defaultValidateMessages: {
|
|
96
|
+
default: "Erro de validação no campo ${label}",
|
|
97
|
+
required: "Por favor, introduza ${label}",
|
|
98
|
+
enum: "${label} deve ser um dos valores [${enum}]",
|
|
99
|
+
whitespace: "${label} não pode ser um carácter em branco",
|
|
100
|
+
date: {
|
|
101
|
+
format: "Formato da data ${label} é inválido",
|
|
102
|
+
parse: "${label} não pode ser convertido para data",
|
|
103
|
+
invalid: "${label} é uma data inválida"
|
|
104
|
+
},
|
|
105
|
+
types: {
|
|
106
|
+
string: typeTemplate,
|
|
107
|
+
method: typeTemplate,
|
|
108
|
+
array: typeTemplate,
|
|
109
|
+
object: typeTemplate,
|
|
110
|
+
number: typeTemplate,
|
|
111
|
+
date: typeTemplate,
|
|
112
|
+
boolean: typeTemplate,
|
|
113
|
+
integer: typeTemplate,
|
|
114
|
+
float: typeTemplate,
|
|
115
|
+
regexp: typeTemplate,
|
|
116
|
+
email: typeTemplate,
|
|
117
|
+
url: typeTemplate,
|
|
118
|
+
hex: typeTemplate
|
|
119
|
+
},
|
|
120
|
+
string: {
|
|
121
|
+
len: "${label} deve ter ${len} caracteres",
|
|
122
|
+
min: "${label} deve ter pelo menos ${min} caracteres",
|
|
123
|
+
max: "${label} deve ter até ${max} caracteres",
|
|
124
|
+
range: "${label} deve ter entre ${min}-${max} caracteres"
|
|
125
|
+
},
|
|
126
|
+
number: {
|
|
127
|
+
len: "${label} deve ser igual a ${len}",
|
|
128
|
+
min: "${label} deve ser no mínimo ${min}",
|
|
129
|
+
max: "${label} deve ser no máximo ${max}",
|
|
130
|
+
range: "${label} deve estar entre ${min}-${max}"
|
|
131
|
+
},
|
|
132
|
+
array: {
|
|
133
|
+
len: "Deve ter ${len} ${label}",
|
|
134
|
+
min: "Pelo menos ${min} ${label}",
|
|
135
|
+
max: "No máximo ${max} ${label}",
|
|
136
|
+
range: "A quantidade de ${label} deve estar entre ${min}-${max}"
|
|
137
|
+
},
|
|
138
|
+
pattern: {
|
|
139
|
+
mismatch: "${label} não corresponde ao padrão ${pattern}"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
Image: {
|
|
144
|
+
preview: "Pré-visualizar"
|
|
145
|
+
},
|
|
146
|
+
QRCode: {
|
|
147
|
+
expired: "Código QR expirou",
|
|
148
|
+
refresh: "Atualizar",
|
|
149
|
+
scanned: "Digitalizado"
|
|
150
|
+
},
|
|
151
|
+
ColorPicker: {
|
|
152
|
+
presetEmpty: "Vazio",
|
|
153
|
+
transparent: "Transparente",
|
|
154
|
+
singleColor: "Simples",
|
|
155
|
+
gradientColor: "Gradiente"
|
|
156
|
+
}
|
|
157
|
+
};
|
|
158
|
+
pt_PT.default = localeValues;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as de_DE } from "../../../../../../../../_virtual/de_DE5.js";
|
|
2
|
+
Object.defineProperty(de_DE, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
de_DE.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Zeit auswählen",
|
|
8
|
+
rangePlaceholder: ["Startzeit", "Endzeit"]
|
|
9
|
+
};
|
|
10
|
+
de_DE.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as es_ES } from "../../../../../../../../_virtual/es_ES5.js";
|
|
2
|
+
Object.defineProperty(es_ES, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
es_ES.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Seleccionar hora",
|
|
8
|
+
rangePlaceholder: ["Hora de inicio", "Hora de fin"]
|
|
9
|
+
};
|
|
10
|
+
es_ES.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as fr_FR } from "../../../../../../../../_virtual/fr_FR5.js";
|
|
2
|
+
Object.defineProperty(fr_FR, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
fr_FR.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Sélectionner l'heure",
|
|
8
|
+
rangePlaceholder: ["Heure de début", "Heure de fin"]
|
|
9
|
+
};
|
|
10
|
+
fr_FR.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as it_IT } from "../../../../../../../../_virtual/it_IT5.js";
|
|
2
|
+
Object.defineProperty(it_IT, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
it_IT.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Selezionare l'orario",
|
|
8
|
+
rangePlaceholder: ["Inizio orario", "Fine orario"]
|
|
9
|
+
};
|
|
10
|
+
it_IT.default = locale;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __exports as pt_PT } from "../../../../../../../../_virtual/pt_PT5.js";
|
|
2
|
+
Object.defineProperty(pt_PT, "__esModule", {
|
|
3
|
+
value: !0
|
|
4
|
+
});
|
|
5
|
+
pt_PT.default = void 0;
|
|
6
|
+
const locale = {
|
|
7
|
+
placeholder: "Hora",
|
|
8
|
+
rangePlaceholder: ["Hora de início", "Hora de fim"]
|
|
9
|
+
};
|
|
10
|
+
pt_PT.default = locale;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/de_DE.js";
|
|
3
|
+
import { __exports as de_DE$1 } from "../../../../../../_virtual/de_DE.js";
|
|
4
|
+
var de_DE = de_DE$1;
|
|
5
|
+
const deDE = /* @__PURE__ */ getDefaultExportFromCjs(de_DE);
|
|
6
|
+
export {
|
|
7
|
+
deDE as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/es_ES.js";
|
|
3
|
+
import { __exports as es_ES$1 } from "../../../../../../_virtual/es_ES.js";
|
|
4
|
+
var es_ES = es_ES$1;
|
|
5
|
+
const esES = /* @__PURE__ */ getDefaultExportFromCjs(es_ES);
|
|
6
|
+
export {
|
|
7
|
+
esES as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/fr_FR.js";
|
|
3
|
+
import { __exports as fr_FR$1 } from "../../../../../../_virtual/fr_FR.js";
|
|
4
|
+
var fr_FR = fr_FR$1;
|
|
5
|
+
const frFR = /* @__PURE__ */ getDefaultExportFromCjs(fr_FR);
|
|
6
|
+
export {
|
|
7
|
+
frFR as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/it_IT.js";
|
|
3
|
+
import { __exports as it_IT$1 } from "../../../../../../_virtual/it_IT.js";
|
|
4
|
+
var it_IT = it_IT$1;
|
|
5
|
+
const itIT = /* @__PURE__ */ getDefaultExportFromCjs(it_IT);
|
|
6
|
+
export {
|
|
7
|
+
itIT as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import "../lib/locale/pt_PT.js";
|
|
3
|
+
import { __exports as pt_PT$1 } from "../../../../../../_virtual/pt_PT.js";
|
|
4
|
+
var pt_PT = pt_PT$1;
|
|
5
|
+
const ptPT = /* @__PURE__ */ getDefaultExportFromCjs(pt_PT);
|
|
6
|
+
export {
|
|
7
|
+
ptPT as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { commonjsGlobal, getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __module as localeData$1 } from "../../../../../../_virtual/localeData.js";
|
|
3
|
+
(function(module, exports$1) {
|
|
4
|
+
(function(n, e) {
|
|
5
|
+
module.exports = e();
|
|
6
|
+
})(commonjsGlobal, function() {
|
|
7
|
+
return function(n, e, t) {
|
|
8
|
+
var r = e.prototype, o = function(n2) {
|
|
9
|
+
return n2 && (n2.indexOf ? n2 : n2.s);
|
|
10
|
+
}, u = function(n2, e2, t2, r2, u2) {
|
|
11
|
+
var i2 = n2.name ? n2 : n2.$locale(), a2 = o(i2[e2]), s2 = o(i2[t2]), f = a2 || s2.map(function(n3) {
|
|
12
|
+
return n3.slice(0, r2);
|
|
13
|
+
});
|
|
14
|
+
if (!u2) return f;
|
|
15
|
+
var d = i2.weekStart;
|
|
16
|
+
return f.map(function(n3, e3) {
|
|
17
|
+
return f[(e3 + (d || 0)) % 7];
|
|
18
|
+
});
|
|
19
|
+
}, i = function() {
|
|
20
|
+
return t.Ls[t.locale()];
|
|
21
|
+
}, a = function(n2, e2) {
|
|
22
|
+
return n2.formats[e2] || function(n3) {
|
|
23
|
+
return n3.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(n4, e3, t2) {
|
|
24
|
+
return e3 || t2.slice(1);
|
|
25
|
+
});
|
|
26
|
+
}(n2.formats[e2.toUpperCase()]);
|
|
27
|
+
}, s = function() {
|
|
28
|
+
var n2 = this;
|
|
29
|
+
return { months: function(e2) {
|
|
30
|
+
return e2 ? e2.format("MMMM") : u(n2, "months");
|
|
31
|
+
}, monthsShort: function(e2) {
|
|
32
|
+
return e2 ? e2.format("MMM") : u(n2, "monthsShort", "months", 3);
|
|
33
|
+
}, firstDayOfWeek: function() {
|
|
34
|
+
return n2.$locale().weekStart || 0;
|
|
35
|
+
}, weekdays: function(e2) {
|
|
36
|
+
return e2 ? e2.format("dddd") : u(n2, "weekdays");
|
|
37
|
+
}, weekdaysMin: function(e2) {
|
|
38
|
+
return e2 ? e2.format("dd") : u(n2, "weekdaysMin", "weekdays", 2);
|
|
39
|
+
}, weekdaysShort: function(e2) {
|
|
40
|
+
return e2 ? e2.format("ddd") : u(n2, "weekdaysShort", "weekdays", 3);
|
|
41
|
+
}, longDateFormat: function(e2) {
|
|
42
|
+
return a(n2.$locale(), e2);
|
|
43
|
+
}, meridiem: this.$locale().meridiem, ordinal: this.$locale().ordinal };
|
|
44
|
+
};
|
|
45
|
+
r.localeData = function() {
|
|
46
|
+
return s.bind(this)();
|
|
47
|
+
}, t.localeData = function() {
|
|
48
|
+
var n2 = i();
|
|
49
|
+
return { firstDayOfWeek: function() {
|
|
50
|
+
return n2.weekStart || 0;
|
|
51
|
+
}, weekdays: function() {
|
|
52
|
+
return t.weekdays();
|
|
53
|
+
}, weekdaysShort: function() {
|
|
54
|
+
return t.weekdaysShort();
|
|
55
|
+
}, weekdaysMin: function() {
|
|
56
|
+
return t.weekdaysMin();
|
|
57
|
+
}, months: function() {
|
|
58
|
+
return t.months();
|
|
59
|
+
}, monthsShort: function() {
|
|
60
|
+
return t.monthsShort();
|
|
61
|
+
}, longDateFormat: function(e2) {
|
|
62
|
+
return a(n2, e2);
|
|
63
|
+
}, meridiem: n2.meridiem, ordinal: n2.ordinal };
|
|
64
|
+
}, t.months = function() {
|
|
65
|
+
return u(i(), "months");
|
|
66
|
+
}, t.monthsShort = function() {
|
|
67
|
+
return u(i(), "monthsShort", "months", 3);
|
|
68
|
+
}, t.weekdays = function(n2) {
|
|
69
|
+
return u(i(), "weekdays", null, null, n2);
|
|
70
|
+
}, t.weekdaysShort = function(n2) {
|
|
71
|
+
return u(i(), "weekdaysShort", "weekdays", 3, n2);
|
|
72
|
+
}, t.weekdaysMin = function(n2) {
|
|
73
|
+
return u(i(), "weekdaysMin", "weekdays", 2, n2);
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
});
|
|
77
|
+
})(localeData$1);
|
|
78
|
+
var localeDataExports = localeData$1.exports;
|
|
79
|
+
const localeData = /* @__PURE__ */ getDefaultExportFromCjs(localeDataExports);
|
|
80
|
+
export {
|
|
81
|
+
localeData as default
|
|
82
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { commonjsGlobal, getDefaultExportFromCjs } from "../../../../../../_virtual/_commonjsHelpers.js";
|
|
2
|
+
import { __module as weekday$1 } from "../../../../../../_virtual/weekday.js";
|
|
3
|
+
(function(module, exports$1) {
|
|
4
|
+
(function(e, t) {
|
|
5
|
+
module.exports = t();
|
|
6
|
+
})(commonjsGlobal, function() {
|
|
7
|
+
return function(e, t) {
|
|
8
|
+
t.prototype.weekday = function(e2) {
|
|
9
|
+
var t2 = this.$locale().weekStart || 0, i = this.$W, n = (i < t2 ? i + 7 : i) - t2;
|
|
10
|
+
return this.$utils().u(e2) ? n : this.subtract(n, "day").add(e2, "day");
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
});
|
|
14
|
+
})(weekday$1);
|
|
15
|
+
var weekdayExports = weekday$1.exports;
|
|
16
|
+
const weekday = /* @__PURE__ */ getDefaultExportFromCjs(weekdayExports);
|
|
17
|
+
export {
|
|
18
|
+
weekday as default
|
|
19
|
+
};
|