@edifice.io/react 2.5.9 → 2.5.10-develop-b2school.20260216164208

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 (167) hide show
  1. package/README.md +5 -0
  2. package/dist/_virtual/isSameOrAfter.js +4 -0
  3. package/dist/_virtual/isToday.js +4 -0
  4. package/dist/components/Badge/Badge.d.ts +7 -1
  5. package/dist/components/Badge/Badge.js +13 -1
  6. package/dist/components/DatePicker/DatePicker.d.ts +57 -0
  7. package/dist/components/DatePicker/DatePicker.js +6 -3
  8. package/dist/components/Layout/components/WidgetApps.js +3 -3
  9. package/dist/components/MediaViewer/MediaViewer.d.ts +17 -0
  10. package/dist/components/MediaViewer/MediaViewer.js +36 -0
  11. package/dist/components/MediaViewer/MediaWrapper.d.ts +7 -0
  12. package/dist/components/MediaViewer/MediaWrapper.js +72 -0
  13. package/dist/components/MediaViewer/PdfViewer.d.ts +4 -0
  14. package/dist/components/MediaViewer/PdfViewer.js +36 -0
  15. package/dist/components/MediaViewer/ToolbarViewer.d.ts +7 -0
  16. package/dist/components/MediaViewer/ToolbarViewer.js +41 -0
  17. package/dist/components/MediaViewer/ToolbarZoom.d.ts +4 -0
  18. package/dist/components/MediaViewer/ToolbarZoom.js +19 -0
  19. package/dist/components/MediaViewer/index.d.ts +2 -0
  20. package/dist/components/Modal/Modal.d.ts +4 -0
  21. package/dist/components/Modal/Modal.js +13 -12
  22. package/dist/components/PromotionCard/PromotionCard.d.ts +74 -0
  23. package/dist/components/PromotionCard/PromotionCard.js +31 -0
  24. package/dist/components/PromotionCard/PromotionCardBody.d.ts +10 -0
  25. package/dist/components/PromotionCard/PromotionCardBody.js +15 -0
  26. package/dist/components/PromotionCard/PromotionCardDescription.d.ts +9 -0
  27. package/dist/components/PromotionCard/PromotionCardDescription.js +12 -0
  28. package/dist/components/PromotionCard/PromotionCardFooter.d.ts +9 -0
  29. package/dist/components/PromotionCard/PromotionCardFooter.js +12 -0
  30. package/dist/components/PromotionCard/PromotionCardHeader.d.ts +11 -0
  31. package/dist/components/PromotionCard/PromotionCardHeader.js +17 -0
  32. package/dist/components/PromotionCard/PromotionCardIcon.d.ts +10 -0
  33. package/dist/components/PromotionCard/PromotionCardIcon.js +15 -0
  34. package/dist/components/PromotionCard/PromotionCardTitle.d.ts +9 -0
  35. package/dist/components/PromotionCard/PromotionCardTitle.js +12 -0
  36. package/dist/components/PromotionCard/index.d.ts +2 -0
  37. package/dist/components/SmartEllipsis/SmartEllipsis.d.ts +5 -0
  38. package/dist/components/SmartEllipsis/SmartEllipsis.js +21 -0
  39. package/dist/components/SmartEllipsis/index.d.ts +2 -0
  40. package/dist/components/index.d.ts +2 -0
  41. package/dist/hooks/useConversation/useConversation.js +3 -1
  42. package/dist/hooks/useDate/useDate.d.ts +5 -1
  43. package/dist/hooks/useDate/useDate.js +18 -2
  44. package/dist/hooks/useDropzone/useDropzone.js +21 -16
  45. package/dist/hooks/useEdificeIcons/useEdificeIcons.d.ts +1 -0
  46. package/dist/hooks/useEdificeIcons/useEdificeIcons.js +5 -0
  47. package/dist/hooks/useToast/useToast.js +5 -5
  48. package/dist/hooks/useZoom/index.d.ts +1 -0
  49. package/dist/hooks/useZoom/useZoom.d.ts +7 -0
  50. package/dist/hooks/useZoom/useZoom.js +14 -0
  51. package/dist/icons.js +362 -350
  52. package/dist/index.js +145 -140
  53. package/dist/modules/audience/ViewsCounter.d.ts +3 -17
  54. package/dist/modules/audience/ViewsCounter.js +9 -7
  55. package/dist/modules/comments/components/Comment.js +4 -4
  56. package/dist/modules/comments/components/CommentDate.js +7 -10
  57. package/dist/modules/comments/components/CommentDeleted.js +1 -1
  58. package/dist/modules/comments/components/CommentForm.d.ts +1 -1
  59. package/dist/modules/comments/components/CommentForm.js +6 -6
  60. package/dist/modules/comments/components/CommentTitle.js +1 -1
  61. package/dist/modules/comments/provider/CommentProvider.js +4 -4
  62. package/dist/modules/comments/types.d.ts +3 -1
  63. package/dist/modules/icons/components/IconAdjustSettings.d.ts +7 -0
  64. package/dist/modules/icons/components/IconAdjustSettings.js +12 -0
  65. package/dist/modules/icons/components/IconAiFill.d.ts +7 -0
  66. package/dist/modules/icons/components/IconAiFill.js +12 -0
  67. package/dist/modules/icons/components/IconCalendarEdit.d.ts +7 -0
  68. package/dist/modules/icons/components/IconCalendarEdit.js +12 -0
  69. package/dist/modules/icons/components/IconExercizerAi.d.ts +7 -0
  70. package/dist/modules/icons/components/IconExercizerAi.js +14 -0
  71. package/dist/modules/icons/components/IconLabel.d.ts +7 -0
  72. package/dist/modules/icons/components/IconLabel.js +12 -0
  73. package/dist/modules/icons/components/IconTeacher.d.ts +7 -0
  74. package/dist/modules/icons/components/IconTeacher.js +12 -0
  75. package/dist/modules/icons/components/index.d.ts +6 -0
  76. package/dist/modules/modals/OnboardingModal/OnboardingModal.js +5 -5
  77. package/dist/modules/modals/ShareModal/ShareResources.d.ts +3 -0
  78. package/dist/modules/modals/ShareModal/ShareResources.js +9 -5
  79. package/dist/modules/multimedia/FileCard/FileCard.js +1 -1
  80. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isSameOrAfter.js +18 -0
  81. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/plugin/isToday.js +19 -0
  82. package/dist/providers/AntThemeProvider/AntProvider.js +5 -5
  83. package/dist/utilities/mime-types/index.d.ts +1 -0
  84. package/dist/utilities/mime-types/mime-types-utils.d.ts +1 -0
  85. package/dist/utilities/mime-types/mime-types-utils.js +4 -0
  86. package/package.json +7 -6
  87. package/dist/_virtual/common.js +0 -4
  88. package/dist/_virtual/de_DE.js +0 -4
  89. package/dist/_virtual/de_DE2.js +0 -4
  90. package/dist/_virtual/de_DE3.js +0 -4
  91. package/dist/_virtual/de_DE4.js +0 -4
  92. package/dist/_virtual/de_DE5.js +0 -4
  93. package/dist/_virtual/de_DE6.js +0 -4
  94. package/dist/_virtual/defineProperty.js +0 -4
  95. package/dist/_virtual/es_ES.js +0 -4
  96. package/dist/_virtual/es_ES2.js +0 -4
  97. package/dist/_virtual/es_ES3.js +0 -4
  98. package/dist/_virtual/es_ES4.js +0 -4
  99. package/dist/_virtual/es_ES5.js +0 -4
  100. package/dist/_virtual/es_ES6.js +0 -4
  101. package/dist/_virtual/fr_FR.js +0 -4
  102. package/dist/_virtual/fr_FR2.js +0 -4
  103. package/dist/_virtual/fr_FR3.js +0 -4
  104. package/dist/_virtual/fr_FR4.js +0 -4
  105. package/dist/_virtual/fr_FR5.js +0 -4
  106. package/dist/_virtual/fr_FR6.js +0 -4
  107. package/dist/_virtual/interopRequireDefault.js +0 -4
  108. package/dist/_virtual/it_IT.js +0 -4
  109. package/dist/_virtual/it_IT2.js +0 -4
  110. package/dist/_virtual/it_IT3.js +0 -4
  111. package/dist/_virtual/it_IT4.js +0 -4
  112. package/dist/_virtual/it_IT5.js +0 -4
  113. package/dist/_virtual/it_IT6.js +0 -4
  114. package/dist/_virtual/objectSpread2.js +0 -4
  115. package/dist/_virtual/pt_PT.js +0 -4
  116. package/dist/_virtual/pt_PT2.js +0 -4
  117. package/dist/_virtual/pt_PT3.js +0 -4
  118. package/dist/_virtual/pt_PT4.js +0 -4
  119. package/dist/_virtual/pt_PT5.js +0 -4
  120. package/dist/_virtual/pt_PT6.js +0 -4
  121. package/dist/_virtual/toPrimitive.js +0 -4
  122. package/dist/_virtual/toPropertyKey.js +0 -4
  123. package/dist/_virtual/typeof.js +0 -4
  124. package/dist/modules/comments/components/CommentHeader.d.ts +0 -3
  125. package/dist/modules/comments/components/CommentHeader.js +0 -8
  126. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/defineProperty.js +0 -18
  127. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -13
  128. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js +0 -31
  129. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPrimitive.js +0 -20
  130. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/toPropertyKey.js +0 -15
  131. package/dist/node_modules/.pnpm/@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/typeof.js +0 -16
  132. 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 +0 -11
  133. 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 +0 -11
  134. 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 +0 -11
  135. 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 +0 -11
  136. 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 +0 -11
  137. 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 +0 -22
  138. 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 +0 -22
  139. 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 +0 -27
  140. 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 +0 -20
  141. 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 +0 -45
  142. 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 +0 -145
  143. 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 +0 -145
  144. 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 +0 -144
  145. 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 +0 -156
  146. 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 +0 -158
  147. 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 +0 -10
  148. 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 +0 -10
  149. 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 +0 -10
  150. 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 +0 -10
  151. 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 +0 -10
  152. 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 +0 -8
  153. 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 +0 -8
  154. 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 +0 -8
  155. 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 +0 -8
  156. 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 +0 -8
  157. 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 +0 -21
  158. 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 +0 -21
  159. 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 +0 -21
  160. 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 +0 -21
  161. 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 +0 -21
  162. 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 +0 -14
  163. 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 +0 -37
  164. 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 +0 -37
  165. 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 +0 -38
  166. 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 +0 -37
  167. 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 +0 -39
@@ -1,21 +0,0 @@
1
- import { __exports as pt_PT } from "../../../../../../../_virtual/pt_PT2.js";
2
- Object.defineProperty(pt_PT, "__esModule", {
3
- value: !0
4
- });
5
- pt_PT.default = void 0;
6
- var locale = {
7
- // Options
8
- items_per_page: "/ página",
9
- jump_to: "Saltar",
10
- jump_to_confirm: "confirmar",
11
- page: "Página",
12
- // Pagination
13
- prev_page: "Página Anterior",
14
- next_page: "Página Seguinte",
15
- prev_5: "Recuar 5 Páginas",
16
- next_5: "Avançar 5 Páginas",
17
- prev_3: "Recuar 3 Páginas",
18
- next_3: "Avançar 3 Páginas",
19
- page_size: "mărimea paginii"
20
- };
21
- pt_PT.default = locale;
@@ -1,14 +0,0 @@
1
- import { __exports as common } from "../../../../../../../_virtual/common.js";
2
- Object.defineProperty(common, "__esModule", {
3
- value: !0
4
- });
5
- common.commonLocale = void 0;
6
- common.commonLocale = {
7
- yearFormat: "YYYY",
8
- dayFormat: "D",
9
- cellMeridiemFormat: "A",
10
- monthBeforeYear: !0
11
- };
12
- export {
13
- common as default
14
- };
@@ -1,37 +0,0 @@
1
- import { __exports as de_DE } from "../../../../../../../_virtual/de_DE6.js";
2
- import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
3
- import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
4
- import "./common.js";
5
- import { __exports as common } from "../../../../../../../_virtual/common.js";
6
- var _interopRequireDefault = interopRequireDefaultExports.default;
7
- Object.defineProperty(de_DE, "__esModule", {
8
- value: !0
9
- });
10
- de_DE.default = void 0;
11
- var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
12
- locale: "de_DE",
13
- today: "Heute",
14
- now: "Jetzt",
15
- backToToday: "Zurück zu Heute",
16
- ok: "OK",
17
- clear: "Zurücksetzen",
18
- week: "Woche",
19
- month: "Monat",
20
- year: "Jahr",
21
- timeSelect: "Zeit wählen",
22
- dateSelect: "Datum wählen",
23
- monthSelect: "Wähle einen Monat",
24
- yearSelect: "Wähle ein Jahr",
25
- decadeSelect: "Wähle ein Jahrzehnt",
26
- dateFormat: "D.M.YYYY",
27
- dateTimeFormat: "D.M.YYYY HH:mm:ss",
28
- previousMonth: "Vorheriger Monat (PageUp)",
29
- nextMonth: "Nächster Monat (PageDown)",
30
- previousYear: "Vorheriges Jahr (Ctrl + left)",
31
- nextYear: "Nächstes Jahr (Ctrl + right)",
32
- previousDecade: "Vorheriges Jahrzehnt",
33
- nextDecade: "Nächstes Jahrzehnt",
34
- previousCentury: "Vorheriges Jahrhundert",
35
- nextCentury: "Nächstes Jahrhundert"
36
- });
37
- de_DE.default = locale;
@@ -1,37 +0,0 @@
1
- import { __exports as es_ES } from "../../../../../../../_virtual/es_ES6.js";
2
- import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
3
- import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
4
- import "./common.js";
5
- import { __exports as common } from "../../../../../../../_virtual/common.js";
6
- var _interopRequireDefault = interopRequireDefaultExports.default;
7
- Object.defineProperty(es_ES, "__esModule", {
8
- value: !0
9
- });
10
- es_ES.default = void 0;
11
- var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
12
- locale: "es_ES",
13
- today: "Hoy",
14
- now: "Ahora",
15
- backToToday: "Volver a hoy",
16
- ok: "Aceptar",
17
- clear: "Limpiar",
18
- week: "Semana",
19
- month: "Mes",
20
- year: "Año",
21
- timeSelect: "Seleccionar hora",
22
- dateSelect: "Seleccionar fecha",
23
- monthSelect: "Elegir un mes",
24
- yearSelect: "Elegir un año",
25
- decadeSelect: "Elegir una década",
26
- dateFormat: "D/M/YYYY",
27
- dateTimeFormat: "D/M/YYYY HH:mm:ss",
28
- previousMonth: "Mes anterior (PageUp)",
29
- nextMonth: "Mes siguiente (PageDown)",
30
- previousYear: "Año anterior (Control + left)",
31
- nextYear: "Año siguiente (Control + right)",
32
- previousDecade: "Década anterior",
33
- nextDecade: "Década siguiente",
34
- previousCentury: "Siglo anterior",
35
- nextCentury: "Siglo siguiente"
36
- });
37
- es_ES.default = locale;
@@ -1,38 +0,0 @@
1
- import { __exports as fr_FR } from "../../../../../../../_virtual/fr_FR6.js";
2
- import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
3
- import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
4
- import "./common.js";
5
- import { __exports as common } from "../../../../../../../_virtual/common.js";
6
- var _interopRequireDefault = interopRequireDefaultExports.default;
7
- Object.defineProperty(fr_FR, "__esModule", {
8
- value: !0
9
- });
10
- fr_FR.default = void 0;
11
- var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
12
- locale: "fr_FR",
13
- today: "Aujourd'hui",
14
- now: "Maintenant",
15
- backToToday: "Aujourd'hui",
16
- ok: "OK",
17
- clear: "Rétablir",
18
- week: "Semaine",
19
- month: "Mois",
20
- year: "Année",
21
- timeSelect: "Sélectionner l'heure",
22
- dateSelect: "Sélectionner la date",
23
- monthSelect: "Choisissez un mois",
24
- yearSelect: "Choisissez une année",
25
- decadeSelect: "Choisissez une décennie",
26
- dateFormat: "DD/MM/YYYY",
27
- dayFormat: "DD",
28
- dateTimeFormat: "DD/MM/YYYY HH:mm:ss",
29
- previousMonth: "Mois précédent (PageUp)",
30
- nextMonth: "Mois suivant (PageDown)",
31
- previousYear: "Année précédente (Ctrl + gauche)",
32
- nextYear: "Année prochaine (Ctrl + droite)",
33
- previousDecade: "Décennie précédente",
34
- nextDecade: "Décennie suivante",
35
- previousCentury: "Siècle précédent",
36
- nextCentury: "Siècle suivant"
37
- });
38
- fr_FR.default = locale;
@@ -1,37 +0,0 @@
1
- import { __exports as it_IT } from "../../../../../../../_virtual/it_IT6.js";
2
- import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
3
- import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
4
- import "./common.js";
5
- import { __exports as common } from "../../../../../../../_virtual/common.js";
6
- var _interopRequireDefault = interopRequireDefaultExports.default;
7
- Object.defineProperty(it_IT, "__esModule", {
8
- value: !0
9
- });
10
- it_IT.default = void 0;
11
- var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
12
- locale: "it_IT",
13
- today: "Oggi",
14
- now: "Adesso",
15
- backToToday: "Torna ad oggi",
16
- ok: "OK",
17
- clear: "Cancella",
18
- week: "Settimana",
19
- month: "Mese",
20
- year: "Anno",
21
- timeSelect: "Seleziona l'ora",
22
- dateSelect: "Seleziona la data",
23
- monthSelect: "Seleziona il mese",
24
- yearSelect: "Seleziona l'anno",
25
- decadeSelect: "Seleziona il decennio",
26
- dateFormat: "D/M/YYYY",
27
- dateTimeFormat: "D/M/YYYY HH:mm:ss",
28
- previousMonth: "Il mese scorso (PageUp)",
29
- nextMonth: "Il prossimo mese (PageDown)",
30
- previousYear: "L'anno scorso (Control + sinistra)",
31
- nextYear: "L'anno prossimo (Control + destra)",
32
- previousDecade: "Ultimo decennio",
33
- nextDecade: "Prossimo decennio",
34
- previousCentury: "Secolo precedente",
35
- nextCentury: "Prossimo secolo"
36
- });
37
- it_IT.default = locale;
@@ -1,39 +0,0 @@
1
- import { __exports as pt_PT } from "../../../../../../../_virtual/pt_PT6.js";
2
- import { i as interopRequireDefaultExports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/interopRequireDefault.js";
3
- import { o as objectSpread2Exports } from "../../../../../@babel_runtime@7.28.6/node_modules/@babel/runtime/helpers/objectSpread2.js";
4
- import "./common.js";
5
- import { __exports as common } from "../../../../../../../_virtual/common.js";
6
- var _interopRequireDefault = interopRequireDefaultExports.default;
7
- Object.defineProperty(pt_PT, "__esModule", {
8
- value: !0
9
- });
10
- pt_PT.default = void 0;
11
- var _objectSpread2 = _interopRequireDefault(objectSpread2Exports), _common = common, locale = (0, _objectSpread2.default)((0, _objectSpread2.default)({}, _common.commonLocale), {}, {
12
- locale: "pt_PT",
13
- today: "Hoje",
14
- now: "Agora",
15
- backToToday: "Hoje",
16
- ok: "OK",
17
- clear: "Limpar",
18
- week: "Semana",
19
- month: "Mês",
20
- year: "Ano",
21
- timeSelect: "Selecionar hora",
22
- dateSelect: "Selecionar data",
23
- monthSelect: "Selecionar mês",
24
- yearSelect: "Selecionar ano",
25
- decadeSelect: "Selecionar década",
26
- dateFormat: "D/M/YYYY",
27
- dateTimeFormat: "D/M/YYYY HH:mm:ss",
28
- previousMonth: "Mês anterior (PageUp)",
29
- nextMonth: "Mês seguinte (PageDown)",
30
- previousYear: "Ano anterior (Control + left)",
31
- nextYear: "Ano seguinte (Control + right)",
32
- previousDecade: "Década anterior",
33
- nextDecade: "Década seguinte",
34
- previousCentury: "Século anterior",
35
- nextCentury: "Século seguinte",
36
- shortWeekDays: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"],
37
- shortMonths: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"]
38
- });
39
- pt_PT.default = locale;