@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.
Files changed (166) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/{TagsModal.component-BIbbIBAv.mjs → TagsModal.component-BkxixgjI.mjs} +1 -1
  3. package/dist/{lib-CWaID5dp.mjs → lib-Dk32xhqR.mjs} +1521 -1506
  4. package/dist/manager-ui-kit-lib.es.ts +207 -151
  5. package/dist/manager-ui-kit-lib.umd.ts +13 -13
  6. package/dist/style.css +1 -1
  7. package/dist/tsconfig.tsbuildinfo +1 -1
  8. package/dist/types/src/components/badge/Badge.constants.d.ts +3 -0
  9. package/dist/types/src/components/badge/Badge.constants.d.ts.map +1 -0
  10. package/dist/types/src/components/badge/index.d.ts +1 -0
  11. package/dist/types/src/components/badge/index.d.ts.map +1 -1
  12. package/dist/types/src/components/breadcrumb/Breadcrumb.constants.d.ts +3 -0
  13. package/dist/types/src/components/breadcrumb/Breadcrumb.constants.d.ts.map +1 -0
  14. package/dist/types/src/components/breadcrumb/index.d.ts +1 -0
  15. package/dist/types/src/components/breadcrumb/index.d.ts.map +1 -1
  16. package/dist/types/src/components/button/Button.constants.d.ts +3 -0
  17. package/dist/types/src/components/button/Button.constants.d.ts.map +1 -0
  18. package/dist/types/src/components/button/index.d.ts +1 -0
  19. package/dist/types/src/components/button/index.d.ts.map +1 -1
  20. package/dist/types/src/components/card/Card.component.d.ts +3 -0
  21. package/dist/types/src/components/card/Card.component.d.ts.map +1 -0
  22. package/dist/types/src/components/card/Card.props.d.ts +3 -0
  23. package/dist/types/src/components/card/Card.props.d.ts.map +1 -0
  24. package/dist/types/src/components/card/__tests__/Card.snapshot.test.d.ts +2 -0
  25. package/dist/types/src/components/card/__tests__/Card.snapshot.test.d.ts.map +1 -0
  26. package/dist/types/src/components/card/constants/CardConstants.d.ts +3 -0
  27. package/dist/types/src/components/card/constants/CardConstants.d.ts.map +1 -0
  28. package/dist/types/src/components/card/index.d.ts +4 -0
  29. package/dist/types/src/components/card/index.d.ts.map +1 -0
  30. package/dist/types/src/components/code/Code.component.d.ts +3 -0
  31. package/dist/types/src/components/code/Code.component.d.ts.map +1 -0
  32. package/dist/types/src/components/code/Code.props.d.ts +4 -0
  33. package/dist/types/src/components/code/Code.props.d.ts.map +1 -0
  34. package/dist/types/src/components/code/__tests__/Code.snapshot.test.d.ts +2 -0
  35. package/dist/types/src/components/code/__tests__/Code.snapshot.test.d.ts.map +1 -0
  36. package/dist/types/src/components/code/index.d.ts +3 -0
  37. package/dist/types/src/components/code/index.d.ts.map +1 -0
  38. package/dist/types/src/components/divider/Divider.component.d.ts +3 -0
  39. package/dist/types/src/components/divider/Divider.component.d.ts.map +1 -0
  40. package/dist/types/src/components/divider/Divider.props.d.ts +3 -0
  41. package/dist/types/src/components/divider/Divider.props.d.ts.map +1 -0
  42. package/dist/types/src/components/divider/__tests__/Divider.snapshot.test.d.ts +2 -0
  43. package/dist/types/src/components/divider/__tests__/Divider.snapshot.test.d.ts.map +1 -0
  44. package/dist/types/src/components/divider/constants/DividerConstants.d.ts +3 -0
  45. package/dist/types/src/components/divider/constants/DividerConstants.d.ts.map +1 -0
  46. package/dist/types/src/components/divider/index.d.ts +4 -0
  47. package/dist/types/src/components/divider/index.d.ts.map +1 -0
  48. package/dist/types/src/components/icon/Icon.component.d.ts +3 -0
  49. package/dist/types/src/components/icon/Icon.component.d.ts.map +1 -0
  50. package/dist/types/src/components/icon/Icon.props.d.ts +3 -0
  51. package/dist/types/src/components/icon/Icon.props.d.ts.map +1 -0
  52. package/dist/types/src/components/icon/__tests__/Icon.snapshot.test.d.ts +2 -0
  53. package/dist/types/src/components/icon/__tests__/Icon.snapshot.test.d.ts.map +1 -0
  54. package/dist/types/src/components/icon/constants/IconConstants.d.ts +3 -0
  55. package/dist/types/src/components/icon/constants/IconConstants.d.ts.map +1 -0
  56. package/dist/types/src/components/icon/index.d.ts +4 -0
  57. package/dist/types/src/components/icon/index.d.ts.map +1 -0
  58. package/dist/types/src/components/index.d.ts +15 -0
  59. package/dist/types/src/components/index.d.ts.map +1 -1
  60. package/dist/types/src/components/input/Input.component.d.ts +3 -0
  61. package/dist/types/src/components/input/Input.component.d.ts.map +1 -0
  62. package/dist/types/src/components/input/Input.props.d.ts +3 -0
  63. package/dist/types/src/components/input/Input.props.d.ts.map +1 -0
  64. package/dist/types/src/components/input/__tests__/Input.snapshot.test.d.ts +2 -0
  65. package/dist/types/src/components/input/__tests__/Input.snapshot.test.d.ts.map +1 -0
  66. package/dist/types/src/components/input/constants/InputConstants.d.ts +3 -0
  67. package/dist/types/src/components/input/constants/InputConstants.d.ts.map +1 -0
  68. package/dist/types/src/components/input/index.d.ts +4 -0
  69. package/dist/types/src/components/input/index.d.ts.map +1 -0
  70. package/dist/types/src/components/medium/Medium.component.d.ts +3 -0
  71. package/dist/types/src/components/medium/Medium.component.d.ts.map +1 -0
  72. package/dist/types/src/components/medium/Medium.props.d.ts +3 -0
  73. package/dist/types/src/components/medium/Medium.props.d.ts.map +1 -0
  74. package/dist/types/src/components/medium/__tests__/Medium.snapshot.test.d.ts +2 -0
  75. package/dist/types/src/components/medium/__tests__/Medium.snapshot.test.d.ts.map +1 -0
  76. package/dist/types/src/components/medium/index.d.ts +3 -0
  77. package/dist/types/src/components/medium/index.d.ts.map +1 -0
  78. package/dist/types/src/components/meter/Meter.component.d.ts +3 -0
  79. package/dist/types/src/components/meter/Meter.component.d.ts.map +1 -0
  80. package/dist/types/src/components/meter/Meter.props.d.ts +4 -0
  81. package/dist/types/src/components/meter/Meter.props.d.ts.map +1 -0
  82. package/dist/types/src/components/meter/__tests__/Meter.snapshot.test.d.ts +2 -0
  83. package/dist/types/src/components/meter/__tests__/Meter.snapshot.test.d.ts.map +1 -0
  84. package/dist/types/src/components/meter/index.d.ts +3 -0
  85. package/dist/types/src/components/meter/index.d.ts.map +1 -0
  86. package/dist/types/src/components/modal/Modal.constants.d.ts +3 -0
  87. package/dist/types/src/components/modal/Modal.constants.d.ts.map +1 -0
  88. package/dist/types/src/components/modal/index.d.ts +1 -0
  89. package/dist/types/src/components/modal/index.d.ts.map +1 -1
  90. package/dist/types/src/components/pagination/Pagination.component.d.ts +3 -0
  91. package/dist/types/src/components/pagination/Pagination.component.d.ts.map +1 -0
  92. package/dist/types/src/components/pagination/Pagination.props.d.ts +3 -0
  93. package/dist/types/src/components/pagination/Pagination.props.d.ts.map +1 -0
  94. package/dist/types/src/components/pagination/__tests__/Pagination.snapshot.test.d.ts +2 -0
  95. package/dist/types/src/components/pagination/__tests__/Pagination.snapshot.test.d.ts.map +1 -0
  96. package/dist/types/src/components/pagination/constants/PaginationConstants.d.ts +3 -0
  97. package/dist/types/src/components/pagination/constants/PaginationConstants.d.ts.map +1 -0
  98. package/dist/types/src/components/pagination/index.d.ts +4 -0
  99. package/dist/types/src/components/pagination/index.d.ts.map +1 -0
  100. package/dist/types/src/components/password/Password.component.d.ts +3 -0
  101. package/dist/types/src/components/password/Password.component.d.ts.map +1 -0
  102. package/dist/types/src/components/password/Password.props.d.ts +3 -0
  103. package/dist/types/src/components/password/Password.props.d.ts.map +1 -0
  104. package/dist/types/src/components/password/__tests__/Password.snapshot.test.d.ts +2 -0
  105. package/dist/types/src/components/password/__tests__/Password.snapshot.test.d.ts.map +1 -0
  106. package/dist/types/src/components/password/index.d.ts +3 -0
  107. package/dist/types/src/components/password/index.d.ts.map +1 -0
  108. package/dist/types/src/components/range/Range.component.d.ts +3 -0
  109. package/dist/types/src/components/range/Range.component.d.ts.map +1 -0
  110. package/dist/types/src/components/range/Range.props.d.ts +4 -0
  111. package/dist/types/src/components/range/Range.props.d.ts.map +1 -0
  112. package/dist/types/src/components/range/__tests__/Range.snapshot.test.d.ts +2 -0
  113. package/dist/types/src/components/range/__tests__/Range.snapshot.test.d.ts.map +1 -0
  114. package/dist/types/src/components/range/index.d.ts +3 -0
  115. package/dist/types/src/components/range/index.d.ts.map +1 -0
  116. package/dist/types/src/components/skeleton/Skeleton.component.d.ts +3 -0
  117. package/dist/types/src/components/skeleton/Skeleton.component.d.ts.map +1 -0
  118. package/dist/types/src/components/skeleton/Skeleton.props.d.ts +3 -0
  119. package/dist/types/src/components/skeleton/Skeleton.props.d.ts.map +1 -0
  120. package/dist/types/src/components/skeleton/__tests__/Skeleton.snapshot.test.d.ts +2 -0
  121. package/dist/types/src/components/skeleton/__tests__/Skeleton.snapshot.test.d.ts.map +1 -0
  122. package/dist/types/src/components/skeleton/index.d.ts +3 -0
  123. package/dist/types/src/components/skeleton/index.d.ts.map +1 -0
  124. package/dist/types/src/components/spinner/Spinner.component.d.ts +3 -0
  125. package/dist/types/src/components/spinner/Spinner.component.d.ts.map +1 -0
  126. package/dist/types/src/components/spinner/Spinner.props.d.ts +3 -0
  127. package/dist/types/src/components/spinner/Spinner.props.d.ts.map +1 -0
  128. package/dist/types/src/components/spinner/__tests__/Spinner.snapshot.test.d.ts +2 -0
  129. package/dist/types/src/components/spinner/__tests__/Spinner.snapshot.test.d.ts.map +1 -0
  130. package/dist/types/src/components/spinner/constants/SpinnerConstants.d.ts +3 -0
  131. package/dist/types/src/components/spinner/constants/SpinnerConstants.d.ts.map +1 -0
  132. package/dist/types/src/components/spinner/index.d.ts +4 -0
  133. package/dist/types/src/components/spinner/index.d.ts.map +1 -0
  134. package/dist/types/src/components/table/Table.component.d.ts +3 -0
  135. package/dist/types/src/components/table/Table.component.d.ts.map +1 -0
  136. package/dist/types/src/components/table/Table.props.d.ts +4 -0
  137. package/dist/types/src/components/table/Table.props.d.ts.map +1 -0
  138. package/dist/types/src/components/table/__tests__/Table.snapshot.test.d.ts +2 -0
  139. package/dist/types/src/components/table/__tests__/Table.snapshot.test.d.ts.map +1 -0
  140. package/dist/types/src/components/table/constants/TableConstants.d.ts +3 -0
  141. package/dist/types/src/components/table/constants/TableConstants.d.ts.map +1 -0
  142. package/dist/types/src/components/table/index.d.ts +4 -0
  143. package/dist/types/src/components/table/index.d.ts.map +1 -0
  144. package/dist/types/src/components/tag/Tag.component.d.ts +3 -0
  145. package/dist/types/src/components/tag/Tag.component.d.ts.map +1 -0
  146. package/dist/types/src/components/tag/Tag.props.d.ts +3 -0
  147. package/dist/types/src/components/tag/Tag.props.d.ts.map +1 -0
  148. package/dist/types/src/components/tag/__tests__/Tag.snapshot.test.d.ts +2 -0
  149. package/dist/types/src/components/tag/__tests__/Tag.snapshot.test.d.ts.map +1 -0
  150. package/dist/types/src/components/tag/constants/TagConstants.d.ts +3 -0
  151. package/dist/types/src/components/tag/constants/TagConstants.d.ts.map +1 -0
  152. package/dist/types/src/components/tag/index.d.ts +4 -0
  153. package/dist/types/src/components/tag/index.d.ts.map +1 -0
  154. package/dist/types/src/components/text/Text.constants.d.ts +3 -0
  155. package/dist/types/src/components/text/Text.constants.d.ts.map +1 -0
  156. package/dist/types/src/components/text/index.d.ts +1 -0
  157. package/dist/types/src/components/text/index.d.ts.map +1 -1
  158. package/dist/types/src/components/textarea/Textarea.component.d.ts +3 -0
  159. package/dist/types/src/components/textarea/Textarea.component.d.ts.map +1 -0
  160. package/dist/types/src/components/textarea/Textarea.props.d.ts +3 -0
  161. package/dist/types/src/components/textarea/Textarea.props.d.ts.map +1 -0
  162. package/dist/types/src/components/textarea/__tests__/Textarea.snapshot.test.d.ts +2 -0
  163. package/dist/types/src/components/textarea/__tests__/Textarea.snapshot.test.d.ts.map +1 -0
  164. package/dist/types/src/components/textarea/index.d.ts +3 -0
  165. package/dist/types/src/components/textarea/index.d.ts.map +1 -0
  166. package/package.json +2 -1
@@ -1,159 +1,215 @@
1
- import { ab as e, ac as o, ad as r, ae as t, A as i, w as n, Y as E, x as T, B as l, O as C, a9 as S, $ as I, af as u, ag as c, ah as _, ai as O, C as N, aa as R, aj as d, ak as P, al as A, b4 as p, D as g, a8 as m, am as b, an as M, ao as L, a4 as U, G as h, a1 as F, a2 as B, ap as D, aq as y, ar as k, J as G, K as H, as as x, at as V, au as v, av as w, a5 as Y, H as Z, b6 as f, L as z, a0 as K, F as W, aw as Q, ax as J, ay as q, M as X, N as $, b5 as j, a6 as aa, a7 as sa, W as ea, b3 as oa, az as ra, aA as ta, aB as ia, aC as na, aD as Ea, aE as Ta, P as la, aF as Ca, aG as Sa, aH as Ia, aI as ua, aJ as ca, aL as _a, aM as Oa, aK as Na, aN as Ra, R as da, aO as Pa, aP as Aa, aQ as pa, U as ga, S as ma, aR as ba, aS as Ma, y as La, Z as Ua, _ as ha, Q as Fa, V as Ba, E as Da, z as ya, aT as ka, aU as Ga, aV as Ha, aW as xa, aX as Va, aY as va, aZ as wa, a_ as Ya, a$ as Za, b0 as fa, b1 as za, b2 as Ka, a3 as Wa, d as Qa, k as Ja, g as qa, i as Xa, v as $a, b7 as ja, t as as, c as ss, p as es, l as os, h as rs, u as ts, n as is, b as ns, q as Es, r as Ts, o as ls, e as Cs, f as Ss, m as Is, a as us, I as cs, X as _s, s as Os } from "./lib-CWaID5dp.mjs";
2
- import { DATEPICKER_DAY as Rs, DATEPICKER_DAYS as ds, DATEPICKER_VIEW as Ps, DATEPICKER_VIEWS as As, FILE_REJECTION_CAUSE as ps, FILE_REJECTION_CAUSES as gs, FILE_UPLOAD_I18N as ms, MESSAGE_COLOR as bs, MESSAGE_COLORS as Ms, MESSAGE_I18N as Ls, MESSAGE_VARIANT as Us, MESSAGE_VARIANTS as hs, PHONE_NUMBER_COUNTRIES_PRESET as Fs, PHONE_NUMBER_COUNTRIES_PRESETS as Bs, PHONE_NUMBER_COUNTRY_ISO_CODE as Ds, PHONE_NUMBER_COUNTRY_ISO_CODES as ys, PHONE_NUMBER_I18N as ks, PHONE_NUMBER_PARSING_ERROR as Gs, PHONE_NUMBER_PARSING_ERRORS as Hs, POPOVER_POSITION as xs, POPOVER_POSITIONS as Vs, SWITCH_SIZE as vs, SWITCH_SIZES as ws, TIMEPICKER_I18N as Ys, TIMEZONE as Zs, TIMEZONES as fs, TIMEZONES_PRESET as zs, TIMEZONES_PRESETS as Ks, TOOLTIP_POSITION as Ws, TOOLTIP_POSITIONS as Qs, useFormField as Js } from "@ovhcloud/ods-react";
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
- r as AccordionItem,
7
- t as AccordionTrigger,
8
- i as ActionBanner,
9
- n as ActionMenu,
10
- E as Badge,
11
- T as BaseLayout,
12
- l as Breadcrumb,
13
- C as Button,
14
- S as CellRow,
15
- I as ChangelogMenu,
16
- u as Checkbox,
17
- c as CheckboxControl,
18
- _ as CheckboxGroup,
19
- O as CheckboxLabel,
20
- N as Clipboard,
21
- R as ColumnMetaType,
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
- P as ComboboxContent,
24
- A as ComboboxControl,
25
- p as CurrencyCode,
26
- Rs as DATEPICKER_DAY,
27
- ds as DATEPICKER_DAYS,
28
- Ps as DATEPICKER_VIEW,
29
- As as DATEPICKER_VIEWS,
30
- g as DEFAULT_UNKNOWN_DATE_LABEL,
31
- m as Datagrid,
32
- b as Datepicker,
33
- M as DatepickerContent,
34
- L as DatepickerControl,
35
- U as DeleteModal,
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
- B as ErrorBoundary,
39
- ps as FILE_REJECTION_CAUSE,
40
- gs as FILE_REJECTION_CAUSES,
41
- ms as FILE_UPLOAD_I18N,
42
- D as FileUpload,
43
- y as FileUploadItem,
44
- k as FileUploadList,
45
- G as FilterAdd,
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
- x as FormField,
48
- V as FormFieldError,
49
- v as FormFieldHelper,
50
- w as FormFieldLabel,
51
- Y as GridLayout,
52
- Z as GuideMenu,
53
- f as IntervalUnitType,
54
- z as Link,
55
- K as LinkCard,
56
- W as LinkType,
57
- bs as MESSAGE_COLOR,
58
- Ms as MESSAGE_COLORS,
59
- Ls as MESSAGE_I18N,
60
- Us as MESSAGE_VARIANT,
61
- hs as MESSAGE_VARIANTS,
62
- Q as Message,
63
- J as MessageBody,
64
- q as MessageIcon,
65
- X as Modal,
66
- $ as Notifications,
67
- j as OVH_CURRENCY_BY_SUBSIDIARY,
68
- aa as OnboardingLayout,
69
- sa as OnboardingLayoutButton,
70
- ea as Order,
71
- oa as OvhSubsidiary,
72
- Fs as PHONE_NUMBER_COUNTRIES_PRESET,
73
- Bs as PHONE_NUMBER_COUNTRIES_PRESETS,
74
- Ds as PHONE_NUMBER_COUNTRY_ISO_CODE,
75
- ys as PHONE_NUMBER_COUNTRY_ISO_CODES,
76
- ks as PHONE_NUMBER_I18N,
77
- Gs as PHONE_NUMBER_PARSING_ERROR,
78
- Hs as PHONE_NUMBER_PARSING_ERRORS,
79
- xs as POPOVER_POSITION,
80
- Vs as POPOVER_POSITIONS,
81
- ra as PhoneNumber,
82
- ta as PhoneNumberControl,
83
- ia as PhoneNumberCountryList,
84
- na as Popover,
85
- Ea as PopoverContent,
86
- Ta as PopoverTrigger,
87
- la as Price,
88
- Ca as Progress,
89
- Sa as ProgressBar,
90
- Ia as Quantity,
91
- ua as QuantityControl,
92
- ca as QuantityInput,
93
- _a as Radio,
94
- Oa as RadioControl,
95
- Na as RadioGroup,
96
- Ra as RadioLabel,
97
- da as RedirectionGuard,
98
- vs as SWITCH_SIZE,
99
- ws as SWITCH_SIZES,
100
- Pa as Select,
101
- Aa as SelectContent,
102
- pa as SelectControl,
103
- ga as ServiceStateBadge,
104
- ma as Step,
105
- ba as Switch,
106
- Ma as SwitchItem,
107
- Ys as TIMEPICKER_I18N,
108
- Zs as TIMEZONE,
109
- fs as TIMEZONES,
110
- zs as TIMEZONES_PRESET,
111
- Ks as TIMEZONES_PRESETS,
112
- Ws as TOOLTIP_POSITION,
113
- Qs as TOOLTIP_POSITIONS,
114
- La as TabsComponent,
115
- Ua as TagsList,
116
- ha as TagsTile,
117
- Fa as Text,
118
- Ba as Tile,
119
- Da as TilesInputComponent,
120
- ya as TilesInputGroupComponent,
121
- ka as Timepicker,
122
- Ga as TimepickerControl,
123
- Ha as TimepickerTimezoneList,
124
- xa as Toggle,
125
- Va as ToggleControl,
126
- va as ToggleLabel,
127
- wa as Tooltip,
128
- Ya as TooltipContent,
129
- Za as TooltipTrigger,
130
- fa as TreeView,
131
- za as TreeViewNode,
132
- Ka as TreeViewNodes,
133
- Wa as UpdateNameModal,
134
- Qa as convertHourlyPriceToMonthly,
135
- Ja as fetchAuthorizationCheck,
136
- qa as fetchAuthorizationsCheck,
137
- Xa as getAuthorizationCheckUrl,
138
- $a as getMacroRegion,
139
- ja as handleClick,
140
- as as isLocalZone,
141
- ss as priceFromUcent,
142
- es as priceToUcent,
143
- os as useAuthorizationIam,
144
- rs as useAuthorizationsIam,
145
- ts as useBreadcrumb,
146
- is as useBytes,
147
- ns as useCatalogPrice,
148
- Es as useColumnFilters,
149
- Ts as useDataApi,
150
- ls as useDatagridSearchParams,
151
- Cs as useDateFnsLocale,
152
- Js as useFormField,
153
- Ss as useFormatDate,
154
- Is as useGetResourceTags,
155
- us as useMe,
156
- cs as useNotifications,
157
- _s as useOrderContext,
158
- Os as useTranslatedMicroRegions
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
  };