@ovh-ux/muk 0.1.2 → 0.2.0
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 +7 -0
- package/dist/{TagsModal.component-BIbbIBAv.mjs → TagsModal.component-BkxixgjI.mjs} +1 -1
- package/dist/{lib-CWaID5dp.mjs → lib-Dk32xhqR.mjs} +1521 -1506
- package/dist/manager-ui-kit-lib.es.ts +207 -151
- package/dist/manager-ui-kit-lib.umd.ts +13 -13
- package/dist/style.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/components/badge/Badge.constants.d.ts +3 -0
- package/dist/types/src/components/badge/Badge.constants.d.ts.map +1 -0
- package/dist/types/src/components/badge/index.d.ts +1 -0
- package/dist/types/src/components/badge/index.d.ts.map +1 -1
- package/dist/types/src/components/breadcrumb/Breadcrumb.constants.d.ts +3 -0
- package/dist/types/src/components/breadcrumb/Breadcrumb.constants.d.ts.map +1 -0
- package/dist/types/src/components/breadcrumb/index.d.ts +1 -0
- package/dist/types/src/components/breadcrumb/index.d.ts.map +1 -1
- package/dist/types/src/components/button/Button.constants.d.ts +3 -0
- package/dist/types/src/components/button/Button.constants.d.ts.map +1 -0
- package/dist/types/src/components/button/index.d.ts +1 -0
- package/dist/types/src/components/button/index.d.ts.map +1 -1
- package/dist/types/src/components/card/Card.component.d.ts +3 -0
- package/dist/types/src/components/card/Card.component.d.ts.map +1 -0
- package/dist/types/src/components/card/Card.props.d.ts +3 -0
- package/dist/types/src/components/card/Card.props.d.ts.map +1 -0
- package/dist/types/src/components/card/__tests__/Card.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/card/__tests__/Card.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/card/constants/CardConstants.d.ts +3 -0
- package/dist/types/src/components/card/constants/CardConstants.d.ts.map +1 -0
- package/dist/types/src/components/card/index.d.ts +4 -0
- package/dist/types/src/components/card/index.d.ts.map +1 -0
- package/dist/types/src/components/code/Code.component.d.ts +3 -0
- package/dist/types/src/components/code/Code.component.d.ts.map +1 -0
- package/dist/types/src/components/code/Code.props.d.ts +4 -0
- package/dist/types/src/components/code/Code.props.d.ts.map +1 -0
- package/dist/types/src/components/code/__tests__/Code.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/code/__tests__/Code.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/code/index.d.ts +3 -0
- package/dist/types/src/components/code/index.d.ts.map +1 -0
- package/dist/types/src/components/divider/Divider.component.d.ts +3 -0
- package/dist/types/src/components/divider/Divider.component.d.ts.map +1 -0
- package/dist/types/src/components/divider/Divider.props.d.ts +3 -0
- package/dist/types/src/components/divider/Divider.props.d.ts.map +1 -0
- package/dist/types/src/components/divider/__tests__/Divider.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/divider/__tests__/Divider.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/divider/constants/DividerConstants.d.ts +3 -0
- package/dist/types/src/components/divider/constants/DividerConstants.d.ts.map +1 -0
- package/dist/types/src/components/divider/index.d.ts +4 -0
- package/dist/types/src/components/divider/index.d.ts.map +1 -0
- package/dist/types/src/components/icon/Icon.component.d.ts +3 -0
- package/dist/types/src/components/icon/Icon.component.d.ts.map +1 -0
- package/dist/types/src/components/icon/Icon.props.d.ts +3 -0
- package/dist/types/src/components/icon/Icon.props.d.ts.map +1 -0
- package/dist/types/src/components/icon/__tests__/Icon.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/icon/__tests__/Icon.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/icon/constants/IconConstants.d.ts +3 -0
- package/dist/types/src/components/icon/constants/IconConstants.d.ts.map +1 -0
- package/dist/types/src/components/icon/index.d.ts +4 -0
- package/dist/types/src/components/icon/index.d.ts.map +1 -0
- package/dist/types/src/components/index.d.ts +15 -0
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/components/input/Input.component.d.ts +3 -0
- package/dist/types/src/components/input/Input.component.d.ts.map +1 -0
- package/dist/types/src/components/input/Input.props.d.ts +3 -0
- package/dist/types/src/components/input/Input.props.d.ts.map +1 -0
- package/dist/types/src/components/input/__tests__/Input.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/input/__tests__/Input.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/input/constants/InputConstants.d.ts +3 -0
- package/dist/types/src/components/input/constants/InputConstants.d.ts.map +1 -0
- package/dist/types/src/components/input/index.d.ts +4 -0
- package/dist/types/src/components/input/index.d.ts.map +1 -0
- package/dist/types/src/components/medium/Medium.component.d.ts +3 -0
- package/dist/types/src/components/medium/Medium.component.d.ts.map +1 -0
- package/dist/types/src/components/medium/Medium.props.d.ts +3 -0
- package/dist/types/src/components/medium/Medium.props.d.ts.map +1 -0
- package/dist/types/src/components/medium/__tests__/Medium.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/medium/__tests__/Medium.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/medium/index.d.ts +3 -0
- package/dist/types/src/components/medium/index.d.ts.map +1 -0
- package/dist/types/src/components/meter/Meter.component.d.ts +3 -0
- package/dist/types/src/components/meter/Meter.component.d.ts.map +1 -0
- package/dist/types/src/components/meter/Meter.props.d.ts +4 -0
- package/dist/types/src/components/meter/Meter.props.d.ts.map +1 -0
- package/dist/types/src/components/meter/__tests__/Meter.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/meter/__tests__/Meter.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/meter/index.d.ts +3 -0
- package/dist/types/src/components/meter/index.d.ts.map +1 -0
- package/dist/types/src/components/modal/Modal.constants.d.ts +3 -0
- package/dist/types/src/components/modal/Modal.constants.d.ts.map +1 -0
- package/dist/types/src/components/modal/index.d.ts +1 -0
- package/dist/types/src/components/modal/index.d.ts.map +1 -1
- package/dist/types/src/components/pagination/Pagination.component.d.ts +3 -0
- package/dist/types/src/components/pagination/Pagination.component.d.ts.map +1 -0
- package/dist/types/src/components/pagination/Pagination.props.d.ts +3 -0
- package/dist/types/src/components/pagination/Pagination.props.d.ts.map +1 -0
- package/dist/types/src/components/pagination/__tests__/Pagination.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/pagination/__tests__/Pagination.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/pagination/constants/PaginationConstants.d.ts +3 -0
- package/dist/types/src/components/pagination/constants/PaginationConstants.d.ts.map +1 -0
- package/dist/types/src/components/pagination/index.d.ts +4 -0
- package/dist/types/src/components/pagination/index.d.ts.map +1 -0
- package/dist/types/src/components/password/Password.component.d.ts +3 -0
- package/dist/types/src/components/password/Password.component.d.ts.map +1 -0
- package/dist/types/src/components/password/Password.props.d.ts +3 -0
- package/dist/types/src/components/password/Password.props.d.ts.map +1 -0
- package/dist/types/src/components/password/__tests__/Password.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/password/__tests__/Password.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/password/index.d.ts +3 -0
- package/dist/types/src/components/password/index.d.ts.map +1 -0
- package/dist/types/src/components/range/Range.component.d.ts +3 -0
- package/dist/types/src/components/range/Range.component.d.ts.map +1 -0
- package/dist/types/src/components/range/Range.props.d.ts +4 -0
- package/dist/types/src/components/range/Range.props.d.ts.map +1 -0
- package/dist/types/src/components/range/__tests__/Range.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/range/__tests__/Range.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/range/index.d.ts +3 -0
- package/dist/types/src/components/range/index.d.ts.map +1 -0
- package/dist/types/src/components/skeleton/Skeleton.component.d.ts +3 -0
- package/dist/types/src/components/skeleton/Skeleton.component.d.ts.map +1 -0
- package/dist/types/src/components/skeleton/Skeleton.props.d.ts +3 -0
- package/dist/types/src/components/skeleton/Skeleton.props.d.ts.map +1 -0
- package/dist/types/src/components/skeleton/__tests__/Skeleton.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/skeleton/__tests__/Skeleton.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/skeleton/index.d.ts +3 -0
- package/dist/types/src/components/skeleton/index.d.ts.map +1 -0
- package/dist/types/src/components/spinner/Spinner.component.d.ts +3 -0
- package/dist/types/src/components/spinner/Spinner.component.d.ts.map +1 -0
- package/dist/types/src/components/spinner/Spinner.props.d.ts +3 -0
- package/dist/types/src/components/spinner/Spinner.props.d.ts.map +1 -0
- package/dist/types/src/components/spinner/__tests__/Spinner.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/spinner/__tests__/Spinner.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/spinner/constants/SpinnerConstants.d.ts +3 -0
- package/dist/types/src/components/spinner/constants/SpinnerConstants.d.ts.map +1 -0
- package/dist/types/src/components/spinner/index.d.ts +4 -0
- package/dist/types/src/components/spinner/index.d.ts.map +1 -0
- package/dist/types/src/components/table/Table.component.d.ts +3 -0
- package/dist/types/src/components/table/Table.component.d.ts.map +1 -0
- package/dist/types/src/components/table/Table.props.d.ts +4 -0
- package/dist/types/src/components/table/Table.props.d.ts.map +1 -0
- package/dist/types/src/components/table/__tests__/Table.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/table/__tests__/Table.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/table/constants/TableConstants.d.ts +3 -0
- package/dist/types/src/components/table/constants/TableConstants.d.ts.map +1 -0
- package/dist/types/src/components/table/index.d.ts +4 -0
- package/dist/types/src/components/table/index.d.ts.map +1 -0
- package/dist/types/src/components/tag/Tag.component.d.ts +3 -0
- package/dist/types/src/components/tag/Tag.component.d.ts.map +1 -0
- package/dist/types/src/components/tag/Tag.props.d.ts +3 -0
- package/dist/types/src/components/tag/Tag.props.d.ts.map +1 -0
- package/dist/types/src/components/tag/__tests__/Tag.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/tag/__tests__/Tag.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/tag/constants/TagConstants.d.ts +3 -0
- package/dist/types/src/components/tag/constants/TagConstants.d.ts.map +1 -0
- package/dist/types/src/components/tag/index.d.ts +4 -0
- package/dist/types/src/components/tag/index.d.ts.map +1 -0
- package/dist/types/src/components/text/Text.constants.d.ts +3 -0
- package/dist/types/src/components/text/Text.constants.d.ts.map +1 -0
- package/dist/types/src/components/text/index.d.ts +1 -0
- package/dist/types/src/components/text/index.d.ts.map +1 -1
- package/dist/types/src/components/textarea/Textarea.component.d.ts +3 -0
- package/dist/types/src/components/textarea/Textarea.component.d.ts.map +1 -0
- package/dist/types/src/components/textarea/Textarea.props.d.ts +3 -0
- package/dist/types/src/components/textarea/Textarea.props.d.ts.map +1 -0
- package/dist/types/src/components/textarea/__tests__/Textarea.snapshot.test.d.ts +2 -0
- package/dist/types/src/components/textarea/__tests__/Textarea.snapshot.test.d.ts.map +1 -0
- package/dist/types/src/components/textarea/index.d.ts +3 -0
- package/dist/types/src/components/textarea/index.d.ts.map +1 -0
- package/package.json +2 -1
|
@@ -1,159 +1,215 @@
|
|
|
1
|
-
import { ab as e, ac as o, ad as
|
|
2
|
-
import { DATEPICKER_DAY as
|
|
1
|
+
import { ab as e, ac as o, ad as E, ae as r, A as t, w as T, Y as i, x as S, B as I, O as _, b3 as n, a9 as O, $ as C, af as R, ag as N, ah as A, ai as l, C as P, b4 as u, aa as c, aj as d, ak as b, al as L, bj as D, D as M, a8 as p, am as B, an as U, ao as g, a4 as m, b5 as G, G as h, a1 as F, a2 as k, ap as y, aq as V, ar as Z, J as x, K as H, as as Y, at as v, au as w, av as K, a5 as f, H as z, b6 as W, b7 as Q, bl as J, L as X, a0 as j, F as q, b8 as $, aw as aa, ax as sa, ay as ea, b9 as oa, M as Ea, N as ra, bk as ta, a6 as Ta, a7 as ia, W as Sa, bi as Ia, ba as _a, bb as na, az as Oa, aA as Ca, aB as Ra, aC as Na, aD as Aa, aE as la, P as Pa, aF as ua, aG as ca, aH as da, aI as ba, aJ as La, aL as Da, aM as Ma, aK as pa, aN as Ba, bc as Ua, R as ga, aO as ma, aP as Ga, aQ as ha, U as Fa, bd as ka, be as ya, S as Va, aR as Za, aS as xa, bf as Ha, y as Ya, bg as va, Z as wa, _ as Ka, Q as fa, bh as za, V as Wa, E as Qa, z as Ja, aT as Xa, aU as ja, aV as qa, aW as $a, aX as as, aY as ss, aZ as es, a_ as os, a$ as Es, b0 as rs, b1 as ts, b2 as Ts, a3 as is, d as Ss, k as Is, g as _s, i as ns, v as Os, bm as Cs, t as Rs, c as Ns, p as As, l as ls, h as Ps, u as us, n as cs, b as ds, q as bs, r as Ls, o as Ds, e as Ms, f as ps, m as Bs, a as Us, I as gs, X as ms, s as Gs } from "./lib-Dk32xhqR.mjs";
|
|
2
|
+
import { BADGE_COLOR as Fs, BADGE_COLORS as ks, BADGE_SIZE as ys, BADGE_SIZES as Vs, BREADCRUMB_I18N as Zs, BUTTON_COLOR as xs, BUTTON_COLORS as Hs, BUTTON_SIZE as Ys, BUTTON_SIZES as vs, BUTTON_VARIANT as ws, BUTTON_VARIANTS as Ks, CARD_COLOR as fs, CARD_COLORS as zs, DATEPICKER_DAY as Ws, DATEPICKER_DAYS as Qs, DATEPICKER_VIEW as Js, DATEPICKER_VIEWS as Xs, DIVIDER_COLOR as js, DIVIDER_COLORS as qs, DIVIDER_SPACING as $s, DIVIDER_SPACINGS as ae, FILE_REJECTION_CAUSE as se, FILE_REJECTION_CAUSES as ee, FILE_UPLOAD_I18N as oe, ICON_NAME as Ee, ICON_NAMES as re, INPUT_I18N as te, INPUT_MASK_STATE as Te, INPUT_MASK_STATES as ie, INPUT_TYPE as Se, INPUT_TYPES as Ie, MESSAGE_COLOR as _e, MESSAGE_COLORS as ne, MESSAGE_I18N as Oe, MESSAGE_VARIANT as Ce, MESSAGE_VARIANTS as Re, MODAL_COLOR as Ne, MODAL_COLORS as Ae, PAGINATION_PER_PAGE as le, PHONE_NUMBER_COUNTRIES_PRESET as Pe, PHONE_NUMBER_COUNTRIES_PRESETS as ue, PHONE_NUMBER_COUNTRY_ISO_CODE as ce, PHONE_NUMBER_COUNTRY_ISO_CODES as de, PHONE_NUMBER_I18N as be, PHONE_NUMBER_PARSING_ERROR as Le, PHONE_NUMBER_PARSING_ERRORS as De, POPOVER_POSITION as Me, POPOVER_POSITIONS as pe, SPINNER_COLOR as Be, SPINNER_COLORS as Ue, SPINNER_SIZE as ge, SPINNER_SIZES as me, SWITCH_SIZE as Ge, SWITCH_SIZES as he, TABLE_SIZE as Fe, TABLE_SIZES as ke, TABLE_VARIANT as ye, TABLE_VARIANTS as Ve, TAG_COLOR as Ze, TAG_COLORS as xe, TAG_SIZE as He, TAG_SIZES as Ye, TEXT_PRESET as ve, TEXT_PRESETS as we, TIMEPICKER_I18N as Ke, TIMEZONE as fe, TIMEZONES as ze, TIMEZONES_PRESET as We, TIMEZONES_PRESETS as Qe, TOOLTIP_POSITION as Je, TOOLTIP_POSITIONS as Xe, useFormField as je } from "@ovhcloud/ods-react";
|
|
3
3
|
export {
|
|
4
4
|
e as Accordion,
|
|
5
5
|
o as AccordionContent,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
6
|
+
E as AccordionItem,
|
|
7
|
+
r as AccordionTrigger,
|
|
8
|
+
t as ActionBanner,
|
|
9
|
+
T as ActionMenu,
|
|
10
|
+
Fs as BADGE_COLOR,
|
|
11
|
+
ks as BADGE_COLORS,
|
|
12
|
+
ys as BADGE_SIZE,
|
|
13
|
+
Vs as BADGE_SIZES,
|
|
14
|
+
Zs as BREADCRUMB_I18N,
|
|
15
|
+
xs as BUTTON_COLOR,
|
|
16
|
+
Hs as BUTTON_COLORS,
|
|
17
|
+
Ys as BUTTON_SIZE,
|
|
18
|
+
vs as BUTTON_SIZES,
|
|
19
|
+
ws as BUTTON_VARIANT,
|
|
20
|
+
Ks as BUTTON_VARIANTS,
|
|
21
|
+
i as Badge,
|
|
22
|
+
S as BaseLayout,
|
|
23
|
+
I as Breadcrumb,
|
|
24
|
+
_ as Button,
|
|
25
|
+
fs as CARD_COLOR,
|
|
26
|
+
zs as CARD_COLORS,
|
|
27
|
+
n as Card,
|
|
28
|
+
O as CellRow,
|
|
29
|
+
C as ChangelogMenu,
|
|
30
|
+
R as Checkbox,
|
|
31
|
+
N as CheckboxControl,
|
|
32
|
+
A as CheckboxGroup,
|
|
33
|
+
l as CheckboxLabel,
|
|
34
|
+
P as Clipboard,
|
|
35
|
+
u as Code,
|
|
36
|
+
c as ColumnMetaType,
|
|
22
37
|
d as Combobox,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
38
|
+
b as ComboboxContent,
|
|
39
|
+
L as ComboboxControl,
|
|
40
|
+
D as CurrencyCode,
|
|
41
|
+
Ws as DATEPICKER_DAY,
|
|
42
|
+
Qs as DATEPICKER_DAYS,
|
|
43
|
+
Js as DATEPICKER_VIEW,
|
|
44
|
+
Xs as DATEPICKER_VIEWS,
|
|
45
|
+
M as DEFAULT_UNKNOWN_DATE_LABEL,
|
|
46
|
+
js as DIVIDER_COLOR,
|
|
47
|
+
qs as DIVIDER_COLORS,
|
|
48
|
+
$s as DIVIDER_SPACING,
|
|
49
|
+
ae as DIVIDER_SPACINGS,
|
|
50
|
+
p as Datagrid,
|
|
51
|
+
B as Datepicker,
|
|
52
|
+
U as DatepickerContent,
|
|
53
|
+
g as DatepickerControl,
|
|
54
|
+
m as DeleteModal,
|
|
55
|
+
G as Divider,
|
|
36
56
|
h as Drawer,
|
|
37
57
|
F as Error,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
58
|
+
k as ErrorBoundary,
|
|
59
|
+
se as FILE_REJECTION_CAUSE,
|
|
60
|
+
ee as FILE_REJECTION_CAUSES,
|
|
61
|
+
oe as FILE_UPLOAD_I18N,
|
|
62
|
+
y as FileUpload,
|
|
63
|
+
V as FileUploadItem,
|
|
64
|
+
Z as FileUploadList,
|
|
65
|
+
x as FilterAdd,
|
|
46
66
|
H as FilterList,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
Aa as
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
Ga as
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
67
|
+
Y as FormField,
|
|
68
|
+
v as FormFieldError,
|
|
69
|
+
w as FormFieldHelper,
|
|
70
|
+
K as FormFieldLabel,
|
|
71
|
+
f as GridLayout,
|
|
72
|
+
z as GuideMenu,
|
|
73
|
+
Ee as ICON_NAME,
|
|
74
|
+
re as ICON_NAMES,
|
|
75
|
+
te as INPUT_I18N,
|
|
76
|
+
Te as INPUT_MASK_STATE,
|
|
77
|
+
ie as INPUT_MASK_STATES,
|
|
78
|
+
Se as INPUT_TYPE,
|
|
79
|
+
Ie as INPUT_TYPES,
|
|
80
|
+
W as Icon,
|
|
81
|
+
Q as Input,
|
|
82
|
+
J as IntervalUnitType,
|
|
83
|
+
X as Link,
|
|
84
|
+
j as LinkCard,
|
|
85
|
+
q as LinkType,
|
|
86
|
+
_e as MESSAGE_COLOR,
|
|
87
|
+
ne as MESSAGE_COLORS,
|
|
88
|
+
Oe as MESSAGE_I18N,
|
|
89
|
+
Ce as MESSAGE_VARIANT,
|
|
90
|
+
Re as MESSAGE_VARIANTS,
|
|
91
|
+
Ne as MODAL_COLOR,
|
|
92
|
+
Ae as MODAL_COLORS,
|
|
93
|
+
$ as Medium,
|
|
94
|
+
aa as Message,
|
|
95
|
+
sa as MessageBody,
|
|
96
|
+
ea as MessageIcon,
|
|
97
|
+
oa as Meter,
|
|
98
|
+
Ea as Modal,
|
|
99
|
+
ra as Notifications,
|
|
100
|
+
ta as OVH_CURRENCY_BY_SUBSIDIARY,
|
|
101
|
+
Ta as OnboardingLayout,
|
|
102
|
+
ia as OnboardingLayoutButton,
|
|
103
|
+
Sa as Order,
|
|
104
|
+
Ia as OvhSubsidiary,
|
|
105
|
+
le as PAGINATION_PER_PAGE,
|
|
106
|
+
Pe as PHONE_NUMBER_COUNTRIES_PRESET,
|
|
107
|
+
ue as PHONE_NUMBER_COUNTRIES_PRESETS,
|
|
108
|
+
ce as PHONE_NUMBER_COUNTRY_ISO_CODE,
|
|
109
|
+
de as PHONE_NUMBER_COUNTRY_ISO_CODES,
|
|
110
|
+
be as PHONE_NUMBER_I18N,
|
|
111
|
+
Le as PHONE_NUMBER_PARSING_ERROR,
|
|
112
|
+
De as PHONE_NUMBER_PARSING_ERRORS,
|
|
113
|
+
Me as POPOVER_POSITION,
|
|
114
|
+
pe as POPOVER_POSITIONS,
|
|
115
|
+
_a as Pagination,
|
|
116
|
+
na as Password,
|
|
117
|
+
Oa as PhoneNumber,
|
|
118
|
+
Ca as PhoneNumberControl,
|
|
119
|
+
Ra as PhoneNumberCountryList,
|
|
120
|
+
Na as Popover,
|
|
121
|
+
Aa as PopoverContent,
|
|
122
|
+
la as PopoverTrigger,
|
|
123
|
+
Pa as Price,
|
|
124
|
+
ua as Progress,
|
|
125
|
+
ca as ProgressBar,
|
|
126
|
+
da as Quantity,
|
|
127
|
+
ba as QuantityControl,
|
|
128
|
+
La as QuantityInput,
|
|
129
|
+
Da as Radio,
|
|
130
|
+
Ma as RadioControl,
|
|
131
|
+
pa as RadioGroup,
|
|
132
|
+
Ba as RadioLabel,
|
|
133
|
+
Ua as Range,
|
|
134
|
+
ga as RedirectionGuard,
|
|
135
|
+
Be as SPINNER_COLOR,
|
|
136
|
+
Ue as SPINNER_COLORS,
|
|
137
|
+
ge as SPINNER_SIZE,
|
|
138
|
+
me as SPINNER_SIZES,
|
|
139
|
+
Ge as SWITCH_SIZE,
|
|
140
|
+
he as SWITCH_SIZES,
|
|
141
|
+
ma as Select,
|
|
142
|
+
Ga as SelectContent,
|
|
143
|
+
ha as SelectControl,
|
|
144
|
+
Fa as ServiceStateBadge,
|
|
145
|
+
ka as Skeleton,
|
|
146
|
+
ya as Spinner,
|
|
147
|
+
Va as Step,
|
|
148
|
+
Za as Switch,
|
|
149
|
+
xa as SwitchItem,
|
|
150
|
+
Fe as TABLE_SIZE,
|
|
151
|
+
ke as TABLE_SIZES,
|
|
152
|
+
ye as TABLE_VARIANT,
|
|
153
|
+
Ve as TABLE_VARIANTS,
|
|
154
|
+
Ze as TAG_COLOR,
|
|
155
|
+
xe as TAG_COLORS,
|
|
156
|
+
He as TAG_SIZE,
|
|
157
|
+
Ye as TAG_SIZES,
|
|
158
|
+
ve as TEXT_PRESET,
|
|
159
|
+
we as TEXT_PRESETS,
|
|
160
|
+
Ke as TIMEPICKER_I18N,
|
|
161
|
+
fe as TIMEZONE,
|
|
162
|
+
ze as TIMEZONES,
|
|
163
|
+
We as TIMEZONES_PRESET,
|
|
164
|
+
Qe as TIMEZONES_PRESETS,
|
|
165
|
+
Je as TOOLTIP_POSITION,
|
|
166
|
+
Xe as TOOLTIP_POSITIONS,
|
|
167
|
+
Ha as Table,
|
|
168
|
+
Ya as TabsComponent,
|
|
169
|
+
va as Tag,
|
|
170
|
+
wa as TagsList,
|
|
171
|
+
Ka as TagsTile,
|
|
172
|
+
fa as Text,
|
|
173
|
+
za as Textarea,
|
|
174
|
+
Wa as Tile,
|
|
175
|
+
Qa as TilesInputComponent,
|
|
176
|
+
Ja as TilesInputGroupComponent,
|
|
177
|
+
Xa as Timepicker,
|
|
178
|
+
ja as TimepickerControl,
|
|
179
|
+
qa as TimepickerTimezoneList,
|
|
180
|
+
$a as Toggle,
|
|
181
|
+
as as ToggleControl,
|
|
182
|
+
ss as ToggleLabel,
|
|
183
|
+
es as Tooltip,
|
|
184
|
+
os as TooltipContent,
|
|
185
|
+
Es as TooltipTrigger,
|
|
186
|
+
rs as TreeView,
|
|
187
|
+
ts as TreeViewNode,
|
|
188
|
+
Ts as TreeViewNodes,
|
|
189
|
+
is as UpdateNameModal,
|
|
190
|
+
Ss as convertHourlyPriceToMonthly,
|
|
191
|
+
Is as fetchAuthorizationCheck,
|
|
192
|
+
_s as fetchAuthorizationsCheck,
|
|
193
|
+
ns as getAuthorizationCheckUrl,
|
|
194
|
+
Os as getMacroRegion,
|
|
195
|
+
Cs as handleClick,
|
|
196
|
+
Rs as isLocalZone,
|
|
197
|
+
Ns as priceFromUcent,
|
|
198
|
+
As as priceToUcent,
|
|
199
|
+
ls as useAuthorizationIam,
|
|
200
|
+
Ps as useAuthorizationsIam,
|
|
201
|
+
us as useBreadcrumb,
|
|
202
|
+
cs as useBytes,
|
|
203
|
+
ds as useCatalogPrice,
|
|
204
|
+
bs as useColumnFilters,
|
|
205
|
+
Ls as useDataApi,
|
|
206
|
+
Ds as useDatagridSearchParams,
|
|
207
|
+
Ms as useDateFnsLocale,
|
|
208
|
+
je as useFormField,
|
|
209
|
+
ps as useFormatDate,
|
|
210
|
+
Bs as useGetResourceTags,
|
|
211
|
+
Us as useMe,
|
|
212
|
+
gs as useNotifications,
|
|
213
|
+
ms as useOrderContext,
|
|
214
|
+
Gs as useTranslatedMicroRegions
|
|
159
215
|
};
|