@ovh-ux/muk 0.4.0 → 0.4.1
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/CHANGELOG.md +14 -0
- package/dist/Messages_fr_CA-BF58cJQR.mjs +21 -0
- package/dist/Messages_fr_CA-aw5WK--P.mjs +29 -0
- package/dist/{Messages_it_IT-CWXbQkY3.mjs → Messages_it_IT-Cxf6q7mM.mjs} +5 -5
- package/dist/Messages_it_IT-Dyvca57L.mjs +29 -0
- package/dist/{Messages_it_IT-CSyfK6tU.mjs → Messages_it_IT-Oyl-Xe_r.mjs} +9 -7
- package/dist/{Messages_it_IT-D4VcD5se.mjs → Messages_it_IT-zNtM5UaD.mjs} +1 -1
- package/dist/{TagsModal.component-DJwlTgy3.mjs → TagsModal.component-BCV8xgxI.mjs} +1 -1
- package/dist/{lib-CpOvds5w.mjs → lib-9kx8ZLIy.mjs} +342 -345
- package/dist/manager-ui-kit-lib.es.ts +1 -1
- package/dist/manager-ui-kit-lib.umd.ts +9 -9
- package/dist/src/lib.scss +3 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/commons/tests-utils/Type.utils.d.ts +1 -0
- package/dist/types/src/commons/tests-utils/Type.utils.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/Datagrid.component.d.ts +2 -2
- package/dist/types/src/components/datagrid/Datagrid.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/Datagrid.props.d.ts +5 -1
- package/dist/types/src/components/datagrid/Datagrid.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/__mocks__/index.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts +3 -4
- package/dist/types/src/components/datagrid/builder/TableBuilderProps.props.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/builder/useTableBuilder.d.ts +2 -1
- package/dist/types/src/components/datagrid/builder/useTableBuilder.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-head/table-header-content/TableHeaderContent.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/translations/Messages_fr_CA.json.d.ts +3 -1
- package/dist/types/src/components/datagrid/translations/Messages_it_IT.json.d.ts +3 -1
- package/dist/types/src/components/datagrid/useDatagrid.d.ts +2 -1
- package/dist/types/src/components/datagrid/useDatagrid.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/useDatagrid.props.d.ts +4 -7
- package/dist/types/src/components/datagrid/useDatagrid.props.d.ts.map +1 -1
- package/dist/types/src/components/error/translations/Messages_it_IT.json.d.ts +8 -8
- package/dist/types/src/components/filters/translations/Messages_it_IT.json.d.ts +2 -2
- package/dist/types/src/components/order/translations/Messages_fr_CA.json.d.ts +2 -1
- package/dist/types/src/components/order/translations/Messages_it_IT.json.d.ts +2 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/Messages_fr_CA-Y_2VTbMY.mjs +0 -19
- package/dist/Messages_fr_CA-sKGD4CnV.mjs +0 -25
- package/dist/Messages_it_IT-DavLMREG.mjs +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.4.1](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.4.0...@ovh-ux/muk@0.4.1) (2025-11-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **i18n:** add missing translations [CDS 4447] ([5409346](https://github.com/ovh/manager/commit/54093464471a9b8c8e2183be7489fbf459dc099a))
|
|
12
|
+
* **muk:** correct datagrid issues in header and row selection ([4c88a77](https://github.com/ovh/manager/commit/4c88a770d8a76ede9cf45f365156099193b0df47)), closes [#MANAGER-20160](https://github.com/ovh/manager/issues/MANAGER-20160)
|
|
13
|
+
* **muk:** correct import of ods style ([f74689e](https://github.com/ovh/manager/commit/f74689e19e0bf0a3891b2de042a3e19eed6b12e0)), closes [#MANAGER-20160](https://github.com/ovh/manager/issues/MANAGER-20160)
|
|
14
|
+
* **muk:** update datagrid mock and snapshot ([33eb0f3](https://github.com/ovh/manager/commit/33eb0f3b3c9cbbfaa43c4cfe9b8aa86a96ab5a91)), closes [#MANAGER-20160](https://github.com/ovh/manager/issues/MANAGER-20160)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
6
20
|
# [0.4.0](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.3.0...@ovh-ux/muk@0.4.0) (2025-11-02)
|
|
7
21
|
|
|
8
22
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const e = "Annuler", r = "Commander", o = "Terminer", n = "service", i = "Commande de votre {{product}} initiée", t = "Si vous n'avez pas pu finaliser votre commande, merci de la compléter en cliquant sur le <ExternalLink>lien suivant</ExternalLink>", a = "Nous vous informerons de la disponibilité de votre {{product}} par e-mail.", s = "Une erreur est survenue lors du chargement de la page.", d = {
|
|
2
|
+
order_configuration_cancel: e,
|
|
3
|
+
order_configuration_order: r,
|
|
4
|
+
order_summary_finish: o,
|
|
5
|
+
order_summary_product_default_label: n,
|
|
6
|
+
order_summary_order_initiated_title: i,
|
|
7
|
+
order_summary_order_initiated_subtitle: t,
|
|
8
|
+
order_summary_order_initiated_info: a,
|
|
9
|
+
order_error_loading: s
|
|
10
|
+
};
|
|
11
|
+
export {
|
|
12
|
+
d as default,
|
|
13
|
+
e as order_configuration_cancel,
|
|
14
|
+
r as order_configuration_order,
|
|
15
|
+
s as order_error_loading,
|
|
16
|
+
o as order_summary_finish,
|
|
17
|
+
a as order_summary_order_initiated_info,
|
|
18
|
+
t as order_summary_order_initiated_subtitle,
|
|
19
|
+
i as order_summary_order_initiated_title,
|
|
20
|
+
n as order_summary_product_default_label
|
|
21
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const o = "sur", n = "résultats", t = "Aucun résultat", c = "Copié !", e = "Erreur de copie.", r = "Charger plus", s = "Charger tout", _ = "Aucun", a = "Rechercher", l = "Colonnes", m = "Sélectionner tout", u = "Erreur de chargement, veuillez essayer plus tard.", i = {
|
|
2
|
+
common_pagination_of: o,
|
|
3
|
+
common_pagination_results: n,
|
|
4
|
+
common_pagination_no_results: t,
|
|
5
|
+
common_clipboard_success_label: c,
|
|
6
|
+
common_clipboard_error_label: e,
|
|
7
|
+
common_pagination_load_more: r,
|
|
8
|
+
common_pagination_load_all: s,
|
|
9
|
+
common_empty_text_cell: _,
|
|
10
|
+
common_search_placeholder: a,
|
|
11
|
+
common_topbar_columns: l,
|
|
12
|
+
common_topbar_columns_select_all: m,
|
|
13
|
+
datagrid_error_context_not_found: u
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
e as common_clipboard_error_label,
|
|
17
|
+
c as common_clipboard_success_label,
|
|
18
|
+
_ as common_empty_text_cell,
|
|
19
|
+
s as common_pagination_load_all,
|
|
20
|
+
r as common_pagination_load_more,
|
|
21
|
+
t as common_pagination_no_results,
|
|
22
|
+
o as common_pagination_of,
|
|
23
|
+
n as common_pagination_results,
|
|
24
|
+
a as common_search_placeholder,
|
|
25
|
+
l as common_topbar_columns,
|
|
26
|
+
m as common_topbar_columns_select_all,
|
|
27
|
+
u as datagrid_error_context_not_found,
|
|
28
|
+
i as default
|
|
29
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
const r = "Ops
|
|
1
|
+
const r = "Ops!", e = "Annullare", a = "Codice di errore: ", o = "Riprova", i = "Tornare alla home page", n = "Si è verificato un errore durante il caricamento della pagina.", t = "Ops! Pagina non trovata.", _ = "Errore 404. Impossibile trovare la pagina che stai cercando.", c = "Ops! Si è verificato un errore interno.", p = "Si è verificato un errore, puoi contattarci con il codice di errore qui sotto.", g = "Ops! Si è verificato un errore.", s = "Si è verificato un errore, ti chiediamo di riprovare più tardi.", l = {
|
|
2
2
|
manager_error_page_title: r,
|
|
3
3
|
manager_error_page_button_cancel: e,
|
|
4
4
|
manager_error_page_detail_code: a,
|
|
5
5
|
manager_error_page_action_reload_label: o,
|
|
6
|
-
manager_error_page_action_home_label:
|
|
7
|
-
manager_error_page_default:
|
|
6
|
+
manager_error_page_action_home_label: i,
|
|
7
|
+
manager_error_page_default: n,
|
|
8
8
|
manager_error_page_404_title: t,
|
|
9
9
|
manager_error_page_404_description: _,
|
|
10
10
|
manager_error_api_page_title: c,
|
|
@@ -17,13 +17,13 @@ export {
|
|
|
17
17
|
c as manager_error_api_page_title,
|
|
18
18
|
_ as manager_error_page_404_description,
|
|
19
19
|
t as manager_error_page_404_title,
|
|
20
|
-
|
|
20
|
+
i as manager_error_page_action_home_label,
|
|
21
21
|
o as manager_error_page_action_reload_label,
|
|
22
22
|
p as manager_error_page_api_description,
|
|
23
23
|
s as manager_error_page_boundary_description,
|
|
24
24
|
g as manager_error_page_boundary_title,
|
|
25
25
|
e as manager_error_page_button_cancel,
|
|
26
|
-
|
|
26
|
+
n as manager_error_page_default,
|
|
27
27
|
a as manager_error_page_detail_code,
|
|
28
28
|
r as manager_error_page_title
|
|
29
29
|
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const o = "su", t = "risultati", n = "Nessun risultato", a = "Copiato!", c = "Errore di copia", r = "Caricare altro", _ = "Nessuna", s = "Colonne", e = "Caricare tutto", i = "Selezionare tutto", l = "Cercare", m = "Errore di caricamento, riprova più tardi.", p = {
|
|
2
|
+
common_pagination_of: o,
|
|
3
|
+
common_pagination_results: t,
|
|
4
|
+
common_pagination_no_results: n,
|
|
5
|
+
common_clipboard_success_label: a,
|
|
6
|
+
common_clipboard_error_label: c,
|
|
7
|
+
common_pagination_load_more: r,
|
|
8
|
+
common_empty_text_cell: _,
|
|
9
|
+
common_topbar_columns: s,
|
|
10
|
+
common_pagination_load_all: e,
|
|
11
|
+
common_topbar_columns_select_all: i,
|
|
12
|
+
common_search_placeholder: l,
|
|
13
|
+
datagrid_error_context_not_found: m
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
c as common_clipboard_error_label,
|
|
17
|
+
a as common_clipboard_success_label,
|
|
18
|
+
_ as common_empty_text_cell,
|
|
19
|
+
e as common_pagination_load_all,
|
|
20
|
+
r as common_pagination_load_more,
|
|
21
|
+
n as common_pagination_no_results,
|
|
22
|
+
o as common_pagination_of,
|
|
23
|
+
t as common_pagination_results,
|
|
24
|
+
l as common_search_placeholder,
|
|
25
|
+
s as common_topbar_columns,
|
|
26
|
+
i as common_topbar_columns_select_all,
|
|
27
|
+
m as datagrid_error_context_not_found,
|
|
28
|
+
p as default
|
|
29
|
+
};
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
const r = "Annullare", e = "Ordinare", o = "Terminare", i = "servizio",
|
|
1
|
+
const r = "Annullare", e = "Ordinare", o = "Terminare", i = "servizio", n = "Ordine del tuo {{product}} avviato", t = "Se non hai potuto finalizzare l’ordine, completalo cliccando sul <ExternalLink>seguente link</ExternalLink>:", a = "Ti informeremo della disponibilità del tuo {{product}} via email.", d = "Si è verificato un errore durante il caricamento della pagina.", l = {
|
|
2
2
|
order_configuration_cancel: r,
|
|
3
3
|
order_configuration_order: e,
|
|
4
4
|
order_summary_finish: o,
|
|
5
5
|
order_summary_product_default_label: i,
|
|
6
|
-
order_summary_order_initiated_title:
|
|
7
|
-
order_summary_order_initiated_subtitle:
|
|
8
|
-
order_summary_order_initiated_info: a
|
|
6
|
+
order_summary_order_initiated_title: n,
|
|
7
|
+
order_summary_order_initiated_subtitle: t,
|
|
8
|
+
order_summary_order_initiated_info: a,
|
|
9
|
+
order_error_loading: d
|
|
9
10
|
};
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
+
l as default,
|
|
12
13
|
r as order_configuration_cancel,
|
|
13
14
|
e as order_configuration_order,
|
|
15
|
+
d as order_error_loading,
|
|
14
16
|
o as order_summary_finish,
|
|
15
17
|
a as order_summary_order_initiated_info,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
+
t as order_summary_order_initiated_subtitle,
|
|
19
|
+
n as order_summary_order_initiated_title,
|
|
18
20
|
i as order_summary_product_default_label
|
|
19
21
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const r = "
|
|
1
|
+
const r = "Filtrare", o = "Colonna", e = "Condizione", _ = "contiene", a = "inizia per", i = "termina per", t = "è uguale a", c = "è diverso da", n = "è inferiore a", d = "è superiore a", m = "è prima di", s = "è dopo di", l = "Sì", p = "No", u = "Valore", b = "Aggiungere", f = "è uguale a", g = "è diverso da", h = "esiste", S = "non esiste", v = "Chiave", E = {
|
|
2
2
|
common_criteria_adder_filter_label: r,
|
|
3
3
|
common_criteria_adder_column_label: o,
|
|
4
4
|
common_criteria_adder_operator_label: e,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as a, M as k, T as b } from "./lib-
|
|
1
|
+
import { j as a, M as k, T as b } from "./lib-9kx8ZLIy.mjs";
|
|
2
2
|
import { forwardRef as f, useState as l, useCallback as R } from "react";
|
|
3
3
|
import { useTranslation as x } from "react-i18next";
|
|
4
4
|
import { MODAL_COLOR as T, Input as j, Button as E, BUTTON_SIZE as S, BUTTON_VARIANT as B } from "@ovhcloud/ods-react";
|