@hortiview/shared-components 1.9.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.
- package/CHANGELOG.md +19 -0
- package/README.md +43 -1
- package/dist/{BigLoadingSpinner-CqSGYzZA.js → BigLoadingSpinner-BbXMCKpm.js} +3 -3
- package/dist/{GenericCard-CelFEWlW.js → GenericCard-DuNnB9Ve.js} +1 -1
- package/dist/{ListAreaService-DOwtdRa4.js → ListAreaService-Wq9IkwWN.js} +6 -6
- package/dist/assets/AlertBanner.css +1 -1
- package/dist/assets/BaseView.css +1 -1
- package/dist/assets/stepper.css +1 -0
- package/dist/components/AlertBanner/AlertBanner.d.ts +9 -2
- package/dist/components/AlertBanner/AlertBanner.js +19 -29
- package/dist/components/AlertBanner/AlertBanner.test.js +9 -9
- package/dist/components/BaseView/BaseView.d.ts +5 -1
- package/dist/components/BaseView/BaseView.js +74 -62
- package/dist/components/BaseView/BaseView.test.js +1 -1
- package/dist/components/BasicHeading/BasicHeading.js +1 -1
- package/dist/components/BasicHeading/BasicHeading.test.js +1 -1
- package/dist/components/BlockView/BlockView.js +1 -1
- package/dist/components/BlockView/BlockView.test.js +1 -1
- package/dist/components/ChipCard/ChipCard.test.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.test.js +1 -1
- package/dist/components/DeleteModal/DeleteModal.js +1 -1
- package/dist/components/DeleteModal/DeleteModal.test.js +1 -1
- package/dist/components/Disclaimer/Disclaimer.js +1 -1
- package/dist/components/Disclaimer/Disclaimer.test.js +1 -1
- package/dist/components/EmptyView/EmptyView.js +9 -9
- package/dist/components/EmptyView/EmptyView.test.js +5 -5
- package/dist/components/Filter/Filter.js +2 -2
- package/dist/components/Filter/Filter.test.js +1 -1
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +1 -1
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +1 -1
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +6 -6
- package/dist/components/FormComponents/FormNumber/FormNumber.test.js +1 -1
- package/dist/components/FormComponents/FormRadio/FormRadio.test.js +1 -1
- package/dist/components/FormComponents/FormSelect/FormSelect.test.js +1 -1
- package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +1 -1
- package/dist/components/FormComponents/FormSlider/FormSlider.test.js +4 -4
- package/dist/components/FormComponents/FormText/FormText.js +1 -1
- package/dist/components/FormComponents/FormText/FormText.test.js +1 -1
- package/dist/components/FormComponents/FormToggle/FormToggle.js +1 -1
- package/dist/components/FormComponents/FormToggle/FormToggle.test.js +1 -1
- package/dist/components/GenericTable/GenericTable.js +4 -4
- package/dist/components/GenericTable/GenericTable.test.js +1 -1
- package/dist/components/GenericTable/Mobile/GenericCard.js +2 -2
- package/dist/components/GenericTable/Mobile/GenericCard.test.js +2 -2
- package/dist/components/GenericTable/Mobile/GenericCardList.js +2 -2
- package/dist/components/GenericTable/Mobile/GenericCardList.test.js +1 -1
- package/dist/components/HashTabView/HashTabView.test.js +1 -1
- package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
- package/dist/components/HeaderFilter/HeaderFilter.test.js +1 -1
- package/dist/components/HealthCheckFailed/HealthCheckFailed.js +1 -1
- package/dist/components/HealthCheckFailed/HealthCheckFailed.test.js +1 -1
- package/dist/components/Iconify/Iconify.test.js +1 -1
- package/dist/components/InfoGroup/InfoGroup.js +1 -1
- package/dist/components/InfoGroup/InfoGroup.test.js +1 -1
- package/dist/components/ListArea/ListArea.js +2 -2
- package/dist/components/ListArea/ListArea.test.js +3 -3
- package/dist/components/ListArea/ListAreaService.js +2 -2
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +2 -2
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +7 -7
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/ModulePadding/ModulePadding.js +1 -1
- package/dist/components/ModulePadding/ModulePadding.test.js +1 -1
- package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
- package/dist/components/OverflowTooltip/OverflowTooltip.test.js +2 -2
- package/dist/components/Scrollbar/scrollbar.test.js +1 -1
- package/dist/components/SearchBar/SearchBar.test.js +1 -1
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Select/Select.test.js +1 -1
- package/dist/components/Stepper/Stepper.d.ts +16 -0
- package/dist/components/Stepper/Stepper.js +54 -0
- package/dist/components/Stepper/Stepper.test.d.ts +1 -0
- package/dist/components/Stepper/Stepper.test.js +95 -0
- package/dist/components/Stepper/components/StepperButton.d.ts +25 -0
- package/dist/components/Stepper/components/StepperButton.js +44 -0
- package/dist/components/Stepper/components/StepperHeader.d.ts +9 -0
- package/dist/components/Stepper/components/StepperHeader.js +34 -0
- package/dist/components/Stepper/components/StepperIndicator.d.ts +9 -0
- package/dist/components/Stepper/components/StepperIndicator.js +16 -0
- package/dist/components/Stepper/stepperTypes.d.ts +77 -0
- package/dist/components/Stepper/stepperTypes.js +1 -0
- package/dist/components/VerticalDivider/VerticalDivider.test.js +1 -1
- package/dist/hooks/useBreakpoints.test.js +1 -1
- package/dist/{index.es-UHKFl8Da.js → index.es-BNHI3ZIK.js} +2 -2
- package/dist/{index.es-zr101OF5.js → index.es-CoFul5zR.js} +2 -2
- package/dist/{index.es-CF_xy2ns.js → index.es-D54RuMc_.js} +2 -2
- package/dist/{index.es-d5xhUpJZ.js → index.es-fnFnw2P1.js} +1 -1
- package/dist/main.d.ts +6 -2
- package/dist/main.js +51 -45
- package/dist/services/services.test.js +1 -1
- package/dist/stepper.module-HuqmDJPj.js +12 -0
- package/dist/{vi.CjhMlMwf-BCJNwXvu.js → vi.CjhMlMwf-CKxPQtd6.js} +2 -2
- package/package.json +1 -1
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
|
|
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
|
|
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
|
|
17
|
-
import { HealthCheckFailed as
|
|
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 {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
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
|
-
|
|
44
|
-
|
|
46
|
+
Vr as AVAILABLE_COUNTRY_KEYS,
|
|
47
|
+
Rr as AVAILABLE_LOCALES,
|
|
45
48
|
t as AlertBanner,
|
|
46
|
-
|
|
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
|
-
|
|
56
|
+
E as DetailContentWrapper,
|
|
54
57
|
s as Disclaimer,
|
|
55
|
-
|
|
56
|
-
|
|
58
|
+
kr as ENGLISH_LANGUAGE_ID,
|
|
59
|
+
I as EmptyView,
|
|
57
60
|
N as Filter,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
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
|
-
|
|
70
|
+
wr as GERMAN_LANGUAGE_ID,
|
|
68
71
|
u as GenericTable,
|
|
69
72
|
T as HashTabView,
|
|
70
|
-
|
|
71
|
-
|
|
73
|
+
H as HeaderFilter,
|
|
74
|
+
h as HealthCheckFailed,
|
|
72
75
|
P as Iconify,
|
|
73
76
|
R as InfoGroup,
|
|
74
|
-
|
|
75
|
-
|
|
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
|
-
|
|
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
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
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-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
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>",
|