@hortiview/shared-components 1.10.0 → 1.11.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 (89) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +43 -1
  3. package/dist/{BigLoadingSpinner-CqSGYzZA.js → BigLoadingSpinner-BbXMCKpm.js} +3 -3
  4. package/dist/{GenericCard-CelFEWlW.js → GenericCard-DuNnB9Ve.js} +1 -1
  5. package/dist/{ListAreaService-DOwtdRa4.js → ListAreaService-Wq9IkwWN.js} +6 -6
  6. package/dist/assets/stepper.css +1 -0
  7. package/dist/components/AlertBanner/AlertBanner.js +3 -3
  8. package/dist/components/AlertBanner/AlertBanner.test.js +1 -1
  9. package/dist/components/BaseView/BaseView.test.js +1 -1
  10. package/dist/components/BasicHeading/BasicHeading.js +1 -1
  11. package/dist/components/BasicHeading/BasicHeading.test.js +1 -1
  12. package/dist/components/BlockView/BlockView.js +1 -1
  13. package/dist/components/BlockView/BlockView.test.js +1 -1
  14. package/dist/components/ChipCard/ChipCard.test.js +1 -1
  15. package/dist/components/ContextMenu/ContextMenu.js +1 -1
  16. package/dist/components/ContextMenu/ContextMenu.test.js +1 -1
  17. package/dist/components/DeleteModal/DeleteModal.js +1 -1
  18. package/dist/components/DeleteModal/DeleteModal.test.js +1 -1
  19. package/dist/components/Disclaimer/Disclaimer.js +1 -1
  20. package/dist/components/Disclaimer/Disclaimer.test.js +1 -1
  21. package/dist/components/EmptyView/EmptyView.js +9 -9
  22. package/dist/components/EmptyView/EmptyView.test.js +5 -5
  23. package/dist/components/Filter/Filter.js +1 -1
  24. package/dist/components/Filter/Filter.test.js +1 -1
  25. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +1 -1
  26. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +1 -1
  27. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +6 -6
  28. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +1 -1
  29. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +1 -1
  30. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +1 -1
  31. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +1 -1
  32. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +4 -4
  33. package/dist/components/FormComponents/FormText/FormText.js +1 -1
  34. package/dist/components/FormComponents/FormText/FormText.test.js +1 -1
  35. package/dist/components/FormComponents/FormToggle/FormToggle.js +1 -1
  36. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +1 -1
  37. package/dist/components/GenericTable/GenericTable.js +3 -3
  38. package/dist/components/GenericTable/GenericTable.test.js +1 -1
  39. package/dist/components/GenericTable/Mobile/GenericCard.js +2 -2
  40. package/dist/components/GenericTable/Mobile/GenericCard.test.js +2 -2
  41. package/dist/components/GenericTable/Mobile/GenericCardList.js +2 -2
  42. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +1 -1
  43. package/dist/components/HashTabView/HashTabView.test.js +1 -1
  44. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  45. package/dist/components/HeaderFilter/HeaderFilter.test.js +1 -1
  46. package/dist/components/HealthCheckFailed/HealthCheckFailed.js +1 -1
  47. package/dist/components/HealthCheckFailed/HealthCheckFailed.test.js +1 -1
  48. package/dist/components/Iconify/Iconify.test.js +1 -1
  49. package/dist/components/InfoGroup/InfoGroup.js +1 -1
  50. package/dist/components/InfoGroup/InfoGroup.test.js +1 -1
  51. package/dist/components/ListArea/ListArea.js +2 -2
  52. package/dist/components/ListArea/ListArea.test.js +3 -3
  53. package/dist/components/ListArea/ListAreaService.js +2 -2
  54. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
  55. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +2 -2
  56. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +7 -7
  57. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +1 -1
  58. package/dist/components/Modal/Modal.js +1 -1
  59. package/dist/components/ModulePadding/ModulePadding.test.js +1 -1
  60. package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
  61. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +2 -2
  62. package/dist/components/Scrollbar/scrollbar.test.js +1 -1
  63. package/dist/components/SearchBar/SearchBar.test.js +1 -1
  64. package/dist/components/Select/Select.js +1 -1
  65. package/dist/components/Select/Select.test.js +1 -1
  66. package/dist/components/Stepper/Stepper.d.ts +16 -0
  67. package/dist/components/Stepper/Stepper.js +54 -0
  68. package/dist/components/Stepper/Stepper.test.d.ts +1 -0
  69. package/dist/components/Stepper/Stepper.test.js +95 -0
  70. package/dist/components/Stepper/components/StepperButton.d.ts +25 -0
  71. package/dist/components/Stepper/components/StepperButton.js +44 -0
  72. package/dist/components/Stepper/components/StepperHeader.d.ts +9 -0
  73. package/dist/components/Stepper/components/StepperHeader.js +34 -0
  74. package/dist/components/Stepper/components/StepperIndicator.d.ts +9 -0
  75. package/dist/components/Stepper/components/StepperIndicator.js +16 -0
  76. package/dist/components/Stepper/stepperTypes.d.ts +77 -0
  77. package/dist/components/Stepper/stepperTypes.js +1 -0
  78. package/dist/components/VerticalDivider/VerticalDivider.test.js +1 -1
  79. package/dist/hooks/useBreakpoints.test.js +1 -1
  80. package/dist/{index.es-UHKFl8Da.js → index.es-BNHI3ZIK.js} +2 -2
  81. package/dist/{index.es-zr101OF5.js → index.es-CoFul5zR.js} +2 -2
  82. package/dist/{index.es-CF_xy2ns.js → index.es-D54RuMc_.js} +2 -2
  83. package/dist/{index.es-d5xhUpJZ.js → index.es-fnFnw2P1.js} +1 -1
  84. package/dist/main.d.ts +6 -2
  85. package/dist/main.js +51 -45
  86. package/dist/services/services.test.js +1 -1
  87. package/dist/stepper.module-HuqmDJPj.js +12 -0
  88. package/dist/{vi.CjhMlMwf-BCJNwXvu.js → vi.CjhMlMwf-CKxPQtd6.js} +2 -2
  89. package/package.json +1 -1
@@ -0,0 +1,77 @@
1
+ import { ButtonProps } from '@element-public/react-button';
2
+ import { ReactNode } from 'react';
3
+
4
+ /**
5
+ * @param {string} name - The unique name of the step.
6
+ * @param {number} step - The step number, starting from 0.
7
+ * @param {string} title - The title of the step showing in the Stepper.
8
+ * @param {boolean} optional - Whether the step is optional or not showing a different design.
9
+ * @param {StepperButtonProps} nextButtonProps - Props for the next button, including onClick, label, className and disabled state.
10
+ * @param {StepperButtonProps} prevButtonProps - Props for the previous button, including onClick, label, className and disabled state.
11
+ */
12
+ export type Step = {
13
+ /**
14
+ * The unique name of the step.
15
+ */
16
+ name: string;
17
+ /**
18
+ * The step number, starting from 0.
19
+ */
20
+ step: number;
21
+ /**
22
+ * The title of the step showing in the Stepper.
23
+ */
24
+ title: string;
25
+ /**
26
+ * Whether the step is optional or not showing a different design.
27
+ */
28
+ optional: boolean;
29
+ /**
30
+ * The props for the next button, including onClick, label, className and disabled state. {@link StepperButtonProps}
31
+ */
32
+ nextButtonProps: StepperButtonProps;
33
+ /**
34
+ * The props for the previous button, including onClick, label, className and disabled state. {@link StepperButtonProps}
35
+ */
36
+ prevButtonProps: StepperButtonProps;
37
+ };
38
+ /**
39
+ * @param {string} className - The class name for the button.
40
+ * @param {boolean} disabled - Whether the button is disabled or not.
41
+ * @param {() => void} onClick - The function to be called when the button is clicked.
42
+ * @param {string | ReactNode} label - The label of the button.
43
+ */
44
+ export type StepperButtonProps = Pick<ButtonProps, 'className' | 'disabled'> & {
45
+ /**
46
+ * The function to be called when the button is clicked.
47
+ */
48
+ onClick: () => void;
49
+ /**
50
+ * The label of the button.
51
+ */
52
+ label: string | ReactNode;
53
+ };
54
+ /**
55
+ * @param {Step[]} steps - An array of steps for the stepper.
56
+ * @param {number} currentStep - The current step index.
57
+ * @param {boolean} isStepLoading - A boolean indicating if the current step is loading. If true, the next button will be disabled and show a loading state.
58
+ */
59
+ export type StepperProps = {
60
+ /**
61
+ * An array of steps for the stepper.
62
+ */
63
+ steps: Step[];
64
+ /**
65
+ * The current step index.
66
+ */
67
+ currentStep: number;
68
+ /**
69
+ * a flag which indicates if the current step is loading.
70
+ */
71
+ isStepLoading?: boolean;
72
+ };
73
+ /**
74
+ * @param {Step[]} steps - An array of steps for the stepper.
75
+ * @param {number} currentStep - The current step index.
76
+ */
77
+ export type StepperBaseProps = Pick<StepperProps, 'steps' | 'currentStep'>;
@@ -1,7 +1,7 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { a as r } from "../../react.esm-CX1WJ2Pp.js";
3
3
  import { VerticalDivider as s } from "./VerticalDivider.js";
4
- import { d as o, t as l, g as i } from "../../vi.CjhMlMwf-BCJNwXvu.js";
4
+ import { d as o, t as l, g as i } from "../../vi.CjhMlMwf-CKxPQtd6.js";
5
5
  o("VerticalDivider Test", () => {
6
6
  l("it should render with basic styling", () => {
7
7
  r(/* @__PURE__ */ e(s, {}));
@@ -1,6 +1,6 @@
1
1
  import { r as t, w as s } from "../react.esm-CX1WJ2Pp.js";
2
2
  import { u as o } from "../useBreakpoints-MzTZ0tCT.js";
3
- import { d as a, t as i, g as r } from "../vi.CjhMlMwf-BCJNwXvu.js";
3
+ import { d as a, t as i, g as r } from "../vi.CjhMlMwf-CKxPQtd6.js";
4
4
  a("useBreakpoint Test", () => {
5
5
  i("returns object", () => {
6
6
  const { result: e } = t(() => o());
@@ -5,9 +5,9 @@ import { f as Ar, e as yr, h as La, k as Ya, u as Ja, d as Zt } from "./index.es
5
5
  import { T as ka, F as xr, N as za } from "./index.es-41ztjcFT.js";
6
6
  import { createPortal as ja } from "react-dom";
7
7
  import { a as _a } from "./floating-ui.dom-CeD8zknG.js";
8
- import { a as Lt, b as ci, c as Ua, L as Jn } from "./index.es-d5xhUpJZ.js";
8
+ import { a as Lt, b as ci, c as Ua, L as Jn } from "./index.es-fnFnw2P1.js";
9
9
  import { S as Qa } from "./index.es-8GOVkuo-.js";
10
- import { d as $a, e as Ka } from "./index.es-CF_xy2ns.js";
10
+ import { d as $a, e as Ka } from "./index.es-D54RuMc_.js";
11
11
  import { B as Er } from "./index.es-CiqbARoC.js";
12
12
  import { C as Gr } from "./index.es-BvrQnJ3j.js";
13
13
  import { c as qa, I as eo } from "./index.es-3043KTnb.js";
@@ -1,8 +1,8 @@
1
1
  import { c as gt, _ as Xe, P as s } from "./identity-DLWZln-X.js";
2
2
  import H, { forwardRef as yt, useContext as $r, useState as G, useRef as Ue, useMemo as at, useCallback as J, useEffect as he, useImperativeHandle as wt, cloneElement as ir } from "react";
3
- import { a as Lr } from "./index.es-CF_xy2ns.js";
3
+ import { a as Lr } from "./index.es-D54RuMc_.js";
4
4
  import { I as Wt } from "./index.es-0lQcz8m1.js";
5
- import { c as bt, d as Qr, e as _, f as E, g as M, h as d, b as h, i as k, S as ht } from "./index.es-UHKFl8Da.js";
5
+ import { c as bt, d as Qr, e as _, f as E, g as M, h as d, b as h, i as k, S as ht } from "./index.es-BNHI3ZIK.js";
6
6
  import { H as Rr, f as or, u as sr, p as Br, d as Oe } from "./index.es-da0cf7oE.js";
7
7
  import { P as ur } from "./index.es-D6N-XWHe.js";
8
8
  import { c as Gr, I as Xr } from "./index.es-3043KTnb.js";
@@ -665,9 +665,9 @@ D.displayName = "Typography";
665
665
  D.propTypes = z;
666
666
  D.defaultProps = F;
667
667
  export {
668
- h as T,
668
+ f as T,
669
669
  P as a,
670
- f as b,
670
+ h as b,
671
671
  v as c,
672
672
  C as d,
673
673
  D as e
@@ -14,7 +14,7 @@ import { R as Gt } from "./index.es-BtjV0oNv.js";
14
14
  import { C as Vt } from "./index.es-BvrQnJ3j.js";
15
15
  import { S as zt } from "./index.es-8GOVkuo-.js";
16
16
  import { I as je } from "./index.es-3043KTnb.js";
17
- import { d as ct, a as Xt } from "./index.es-CF_xy2ns.js";
17
+ import { d as ct, a as Xt } from "./index.es-D54RuMc_.js";
18
18
  /**
19
19
  * @license
20
20
  * Copyright 2018 Google Inc.
package/dist/main.d.ts CHANGED
@@ -25,6 +25,9 @@ export { OverflowTooltip } from './components/OverflowTooltip/OverflowTooltip';
25
25
  export { ScrollbarX, ScrollbarY } from './components/Scrollbar/Scrollbar';
26
26
  export { SearchBar } from './components/SearchBar/SearchBar';
27
27
  export { Select } from './components/Select/Select';
28
+ export { StepperHeader } from './components/Stepper/components/StepperHeader';
29
+ export { StepperIndicator } from './components/Stepper/components/StepperIndicator';
30
+ export { Stepper } from './components/Stepper/Stepper';
28
31
  export { VerticalDivider } from './components/VerticalDivider/VerticalDivider';
29
32
  export { FormCheckBox } from './components/FormComponents/FormCheckBox/FormCheckBox';
30
33
  export { FormDatePicker } from './components/FormComponents/FormDatePicker/FormDatePicker';
@@ -37,16 +40,17 @@ export { FormToggle } from './components/FormComponents/FormToggle/FormToggle';
37
40
  export { AvailableCustomIcons } from './enums/AvailableCustomIcons';
38
41
  export { ThemeColor } from './enums/ThemeColor';
39
42
  export { useBreakpoints } from './hooks/useBreakpoints';
40
- export { capitalizeFirstLetters, getNumberAsLocaleString, trimLeadingAndTrailingSpaces, } from './services/UtilService';
43
+ export { capitalizeFirstLetters, getNumberAsLocaleString, trimLeadingAndTrailingSpaces } from './services/UtilService';
41
44
  export type { ActionProps } from './components/ContextMenu/ContextMenu';
42
45
  export type { FormSelectOption } from './components/FormComponents/FormSelect/FormSelect';
43
46
  export type { FormTextProps } from './components/FormComponents/FormText/FormText';
44
47
  export type { HealthCheckFailedProps } from './components/HealthCheckFailed/HealthCheckFailed';
45
48
  export type { FieldItem } from './components/InfoGroup/InfoGroup';
46
49
  export type { LoadingSpinnerProps } from './components/LoadingSpinner/Default/LoadingSpinner';
50
+ export type { Step, StepperBaseProps, StepperButtonProps, StepperProps } from './components/Stepper/stepperTypes';
47
51
  export type { FilterData, FilterOption, FilterSelection } from './types/Filter';
48
52
  export type { CellTemplate, CellTemplateProps, TableLayoutProps } from './types/GenericTable';
49
53
  export type { HashTab } from './types/HashTab';
50
54
  export type { BaseListElement, ListElement } from './types/ListElement';
51
- export { AVAILABLE_COUNTRY_KEYS, AVAILABLE_LOCALES, ENGLISH_LANGUAGE_ID, GERMAN_LANGUAGE_ID, LANGUAGE_CODES_MAPPER, LANGUAGE_ID_MAPPER, SPANISH_LANGUAGE_ID, TURKISH_LANGUAGE_ID, } from './types/Languages';
55
+ export { AVAILABLE_COUNTRY_KEYS, AVAILABLE_LOCALES, ENGLISH_LANGUAGE_ID, GERMAN_LANGUAGE_ID, LANGUAGE_CODES_MAPPER, LANGUAGE_ID_MAPPER, SPANISH_LANGUAGE_ID, TURKISH_LANGUAGE_ID } from './types/Languages';
52
56
  export type { AVAILABLE_LANGUAGE_CODES, LANGUAGE_COUNTRY_CODES } from './types/Languages';
package/dist/main.js CHANGED
@@ -6,15 +6,15 @@ import { BlockView as i } from "./components/BlockView/BlockView.js";
6
6
  import { ChipCard as A } from "./components/ChipCard/ChipCard.js";
7
7
  import { ContextMenu as c } from "./components/ContextMenu/ContextMenu.js";
8
8
  import { DeleteModal as d } from "./components/DeleteModal/DeleteModal.js";
9
- import { DetailContentWrapper as G } from "./components/DetailContentWrapper/DetailContentWrapper.js";
9
+ import { DetailContentWrapper as E } from "./components/DetailContentWrapper/DetailContentWrapper.js";
10
10
  import { Disclaimer as s } from "./components/Disclaimer/Disclaimer.js";
11
- import { EmptyView as F } from "./components/EmptyView/EmptyView.js";
11
+ import { EmptyView as I } from "./components/EmptyView/EmptyView.js";
12
12
  import { Filter as N } from "./components/Filter/Filter.js";
13
13
  import { FormattedNumberDisplay as C } from "./components/FormattedNumberDisplay/FormattedNumberDisplay.js";
14
14
  import { GenericTable as u } from "./components/GenericTable/GenericTable.js";
15
15
  import { HashTabView as T } from "./components/HashTabView/HashTabView.js";
16
- import { HeaderFilter as U } from "./components/HeaderFilter/HeaderFilter.js";
17
- import { HealthCheckFailed as H } from "./components/HealthCheckFailed/HealthCheckFailed.js";
16
+ import { HeaderFilter as H } from "./components/HeaderFilter/HeaderFilter.js";
17
+ import { HealthCheckFailed as h } from "./components/HealthCheckFailed/HealthCheckFailed.js";
18
18
  import { Iconify as P } from "./components/Iconify/Iconify.js";
19
19
  import { InfoGroup as R } from "./components/InfoGroup/InfoGroup.js";
20
20
  import { ListArea as w } from "./components/ListArea/ListArea.js";
@@ -25,69 +25,75 @@ import { OverflowTooltip as X } from "./components/OverflowTooltip/OverflowToolt
25
25
  import { ScrollbarX as q, ScrollbarY as J } from "./components/Scrollbar/Scrollbar.js";
26
26
  import { SearchBar as Z } from "./components/SearchBar/SearchBar.js";
27
27
  import { Select as rr } from "./components/Select/Select.js";
28
- import { VerticalDivider as er } from "./components/VerticalDivider/VerticalDivider.js";
29
- import { FormCheckBox as mr } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
30
- import { FormDatePicker as fr } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
31
- import { FormNumber as ar } from "./components/FormComponents/FormNumber/FormNumber.js";
32
- import { FormRadio as lr } from "./components/FormComponents/FormRadio/FormRadio.js";
33
- import { FormSelect as nr } from "./components/FormComponents/FormSelect/FormSelect.js";
34
- import { FormSlider as Lr } from "./components/FormComponents/FormSlider/FormSlider.js";
35
- import { FormText as Er } from "./components/FormComponents/FormText/FormText.js";
36
- import { FormToggle as Sr } from "./components/FormComponents/FormToggle/FormToggle.js";
37
- import { AvailableCustomIcons as _r } from "./enums/AvailableCustomIcons.js";
38
- import { ThemeColor as Ir } from "./enums/ThemeColor.js";
39
- import { u as Dr } from "./useBreakpoints-MzTZ0tCT.js";
40
- import { capitalizeFirstLetters as gr, getNumberAsLocaleString as ur, trimLeadingAndTrailingSpaces as Br } from "./services/UtilService.js";
41
- import { AVAILABLE_COUNTRY_KEYS as br, AVAILABLE_LOCALES as Ur, ENGLISH_LANGUAGE_ID as hr, GERMAN_LANGUAGE_ID as Hr, LANGUAGE_CODES_MAPPER as Mr, LANGUAGE_ID_MAPPER as Pr, SPANISH_LANGUAGE_ID as Vr, TURKISH_LANGUAGE_ID as Rr } from "./types/Languages.js";
28
+ import { StepperHeader as er } from "./components/Stepper/components/StepperHeader.js";
29
+ import { StepperIndicator as mr } from "./components/Stepper/components/StepperIndicator.js";
30
+ import { Stepper as fr } from "./components/Stepper/Stepper.js";
31
+ import { VerticalDivider as ar } from "./components/VerticalDivider/VerticalDivider.js";
32
+ import { FormCheckBox as lr } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
33
+ import { FormDatePicker as nr } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
34
+ import { FormNumber as Sr } from "./components/FormComponents/FormNumber/FormNumber.js";
35
+ import { FormRadio as Lr } from "./components/FormComponents/FormRadio/FormRadio.js";
36
+ import { FormSelect as Gr } from "./components/FormComponents/FormSelect/FormSelect.js";
37
+ import { FormSlider as _r } from "./components/FormComponents/FormSlider/FormSlider.js";
38
+ import { FormText as Fr } from "./components/FormComponents/FormText/FormText.js";
39
+ import { FormToggle as Dr } from "./components/FormComponents/FormToggle/FormToggle.js";
40
+ import { AvailableCustomIcons as gr } from "./enums/AvailableCustomIcons.js";
41
+ import { ThemeColor as Br } from "./enums/ThemeColor.js";
42
+ import { u as br } from "./useBreakpoints-MzTZ0tCT.js";
43
+ import { capitalizeFirstLetters as Ur, getNumberAsLocaleString as hr, trimLeadingAndTrailingSpaces as Mr } from "./services/UtilService.js";
44
+ import { AVAILABLE_COUNTRY_KEYS as Vr, AVAILABLE_LOCALES as Rr, ENGLISH_LANGUAGE_ID as kr, GERMAN_LANGUAGE_ID as wr, LANGUAGE_CODES_MAPPER as Or, LANGUAGE_ID_MAPPER as vr, SPANISH_LANGUAGE_ID as yr, TURKISH_LANGUAGE_ID as Yr } from "./types/Languages.js";
42
45
  export {
43
- br as AVAILABLE_COUNTRY_KEYS,
44
- Ur as AVAILABLE_LOCALES,
46
+ Vr as AVAILABLE_COUNTRY_KEYS,
47
+ Rr as AVAILABLE_LOCALES,
45
48
  t as AlertBanner,
46
- _r as AvailableCustomIcons,
49
+ gr as AvailableCustomIcons,
47
50
  p as BaseView,
48
51
  x as BasicHeading,
49
52
  i as BlockView,
50
53
  A as ChipCard,
51
54
  c as ContextMenu,
52
55
  d as DeleteModal,
53
- G as DetailContentWrapper,
56
+ E as DetailContentWrapper,
54
57
  s as Disclaimer,
55
- hr as ENGLISH_LANGUAGE_ID,
56
- F as EmptyView,
58
+ kr as ENGLISH_LANGUAGE_ID,
59
+ I as EmptyView,
57
60
  N as Filter,
58
- mr as FormCheckBox,
59
- fr as FormDatePicker,
60
- ar as FormNumber,
61
- lr as FormRadio,
62
- nr as FormSelect,
63
- Lr as FormSlider,
64
- Er as FormText,
65
- Sr as FormToggle,
61
+ lr as FormCheckBox,
62
+ nr as FormDatePicker,
63
+ Sr as FormNumber,
64
+ Lr as FormRadio,
65
+ Gr as FormSelect,
66
+ _r as FormSlider,
67
+ Fr as FormText,
68
+ Dr as FormToggle,
66
69
  C as FormattedNumberDisplay,
67
- Hr as GERMAN_LANGUAGE_ID,
70
+ wr as GERMAN_LANGUAGE_ID,
68
71
  u as GenericTable,
69
72
  T as HashTabView,
70
- U as HeaderFilter,
71
- H as HealthCheckFailed,
73
+ H as HeaderFilter,
74
+ h as HealthCheckFailed,
72
75
  P as Iconify,
73
76
  R as InfoGroup,
74
- Mr as LANGUAGE_CODES_MAPPER,
75
- Pr as LANGUAGE_ID_MAPPER,
77
+ Or as LANGUAGE_CODES_MAPPER,
78
+ vr as LANGUAGE_ID_MAPPER,
76
79
  w as ListArea,
77
80
  v as LoadingSpinner,
78
81
  Y as Modal,
79
82
  z as ModulePadding,
80
83
  X as OverflowTooltip,
81
- Vr as SPANISH_LANGUAGE_ID,
84
+ yr as SPANISH_LANGUAGE_ID,
82
85
  q as ScrollbarX,
83
86
  J as ScrollbarY,
84
87
  Z as SearchBar,
85
88
  rr as Select,
86
- Rr as TURKISH_LANGUAGE_ID,
87
- Ir as ThemeColor,
88
- er as VerticalDivider,
89
- gr as capitalizeFirstLetters,
90
- ur as getNumberAsLocaleString,
91
- Br as trimLeadingAndTrailingSpaces,
92
- Dr as useBreakpoints
89
+ fr as Stepper,
90
+ er as StepperHeader,
91
+ mr as StepperIndicator,
92
+ Yr as TURKISH_LANGUAGE_ID,
93
+ Br as ThemeColor,
94
+ ar as VerticalDivider,
95
+ Ur as capitalizeFirstLetters,
96
+ hr as getNumberAsLocaleString,
97
+ Mr as trimLeadingAndTrailingSpaces,
98
+ br as useBreakpoints
93
99
  };
@@ -1,6 +1,6 @@
1
1
  import { getBlockNumberByDto as r } from "./BlockService.js";
2
2
  import { capitalizeFirstLetters as a, trimLeadingAndTrailingSpaces as o } from "./UtilService.js";
3
- import { d as n, t as e, g as s } from "../vi.CjhMlMwf-BCJNwXvu.js";
3
+ import { d as n, t as e, g as s } from "../vi.CjhMlMwf-CKxPQtd6.js";
4
4
  n("Services Test", () => {
5
5
  n("capitalizeFirstLetters", () => {
6
6
  e("should capitalize first letters of a lower case string", () => {
@@ -0,0 +1,12 @@
1
+ import './assets/stepper.css';const t = "_stepperIndicatorItem_78nle_1", e = "_stepperIndicatorItemActive_78nle_8", p = "_stepperIndicatorItemOptional_78nle_12", n = "_stepperContainer_78nle_16", r = "_stepperTitle_78nle_23", o = "_stepperButton_78nle_28", s = "_stepperButtonLoading_78nle_32", i = {
2
+ stepperIndicatorItem: t,
3
+ stepperIndicatorItemActive: e,
4
+ stepperIndicatorItemOptional: p,
5
+ stepperContainer: n,
6
+ stepperTitle: r,
7
+ stepperButton: o,
8
+ stepperButtonLoading: s
9
+ };
10
+ export {
11
+ i as s
12
+ };
@@ -12183,10 +12183,10 @@ function wt(e) {
12183
12183
  return Eu(n[r + 1])?.file || "";
12184
12184
  }
12185
12185
  export {
12186
- Dn as a,
12186
+ ny as a,
12187
12187
  iy as b,
12188
12188
  oy as d,
12189
12189
  Mg as g,
12190
12190
  sy as t,
12191
- ny as v
12191
+ Dn as v
12192
12192
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "1.10.0",
4
+ "version": "1.11.0",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",