@hortiview/shared-components 1.12.0 → 2.0.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 +10 -0
- package/dist/components/Filter/Filter.js +11 -12
- package/dist/components/GenericTable/GenericTable.js +3 -4
- package/dist/components/ModulePadding/ModulePadding.js +4 -5
- package/dist/main.d.ts +3 -4
- package/dist/main.js +96 -97
- package/package.json +1 -1
- package/dist/assets/main.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [2.0.0](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.12.0...v2.0.0) (2025-06-06)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* remove font call from main.ts but keep it for storybook
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* remove font call from main.ts but keep it for storybook ([a5999c7](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/commit/a5999c72ac274c4a23efd06d0e362f427e87f1c0))
|
|
10
|
+
|
|
1
11
|
## [1.12.0](https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared/compare/v1.11.0...v1.12.0) (2025-06-02)
|
|
2
12
|
|
|
3
13
|
### Features
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { jsx as e, jsxs as b, Fragment as D } from "react/jsx-runtime";
|
|
2
2
|
import { N as F } from "../../index.es-fnFnw2P1.js";
|
|
3
|
-
import { B as
|
|
3
|
+
import { B as p } from "../../index.es-CiqbARoC.js";
|
|
4
4
|
import { G as _ } from "../../index.es-DntoATwO.js";
|
|
5
5
|
import { I as W } from "../../index.es-0lQcz8m1.js";
|
|
6
6
|
import { S as j } from "../../index.es-8GOVkuo-.js";
|
|
7
7
|
import { useState as v } from "react";
|
|
8
|
-
import '../../assets/main.css';import '../../assets/Filter.css';/* empty css */
|
|
9
8
|
import { Iconify as z } from "../Iconify/Iconify.js";
|
|
10
9
|
import { u as k } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
11
10
|
import "../../react-tooltip.min-DSY6KDqS.js";
|
|
@@ -18,12 +17,12 @@ import "react-hook-form";
|
|
|
18
17
|
import "../../get-DFv1gXfq.js";
|
|
19
18
|
import "../../isArray-Dub1wGJM.js";
|
|
20
19
|
import "../../isString-BW9UHONv.js";
|
|
21
|
-
const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBadge_qtl7a_10", E = "_dense_qtl7a_17", u = {
|
|
20
|
+
import '../../assets/Filter.css';const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBadge_qtl7a_10", E = "_dense_qtl7a_17", u = {
|
|
22
21
|
filterButton: K,
|
|
23
22
|
relativeParent: T,
|
|
24
23
|
filterBadge: V,
|
|
25
24
|
dense: E
|
|
26
|
-
},
|
|
25
|
+
}, mt = ({
|
|
27
26
|
clearFilterText: m,
|
|
28
27
|
closeCallback: s,
|
|
29
28
|
currentFilter: i,
|
|
@@ -32,7 +31,7 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
|
|
|
32
31
|
filterModalTitle: t,
|
|
33
32
|
filters: f,
|
|
34
33
|
modalCancelButtonText: g,
|
|
35
|
-
modalConfirmButtonText:
|
|
34
|
+
modalConfirmButtonText: h,
|
|
36
35
|
useModal: o = !0,
|
|
37
36
|
selectAllLabel: r,
|
|
38
37
|
"data-testid": w
|
|
@@ -68,9 +67,9 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
|
|
|
68
67
|
onClose: x,
|
|
69
68
|
title: t,
|
|
70
69
|
modalSize: A ? "small" : "fullscreen",
|
|
71
|
-
headerActions: /* @__PURE__ */ e(
|
|
70
|
+
headerActions: /* @__PURE__ */ e(p, { "data-testid": "filter-clear-button", variant: "text", onClick: O, children: m }),
|
|
72
71
|
dismissiveButton: /* @__PURE__ */ e(
|
|
73
|
-
|
|
72
|
+
p,
|
|
74
73
|
{
|
|
75
74
|
"data-testid": "filter-cancel-button",
|
|
76
75
|
variant: "outlined",
|
|
@@ -78,13 +77,13 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
|
|
|
78
77
|
children: g
|
|
79
78
|
}
|
|
80
79
|
),
|
|
81
|
-
primaryButton: /* @__PURE__ */ e(
|
|
80
|
+
primaryButton: /* @__PURE__ */ e(p, { "data-testid": "filter-confirm-button", variant: "filled", onClick: x, children: h }),
|
|
82
81
|
children: /* @__PURE__ */ e(_, { direction: "vertical", "data-testid": "filter-map-filters", children: N(f, c, S, r) })
|
|
83
82
|
}
|
|
84
83
|
)
|
|
85
84
|
] }) : /* @__PURE__ */ e(_, { secondaryAlign: "center", fullWidth: !0, children: N(f, c, S, r, !1) });
|
|
86
|
-
}, N = (m, s, i, d, a = !0) => m.map(({ id: t, title: f, availableOptions: g, icon:
|
|
87
|
-
|
|
85
|
+
}, N = (m, s, i, d, a = !0) => m.map(({ id: t, title: f, availableOptions: g, icon: h, type: o }) => /* @__PURE__ */ b(_, { fullWidth: !0, secondaryAlign: "center", "data-testid": `filter-${o}-group-${t}`, children: [
|
|
86
|
+
h ? /* @__PURE__ */ e(z, { icon: h, iconSize: "medium" }) : null,
|
|
88
87
|
o === "select" && /* @__PURE__ */ e(
|
|
89
88
|
I,
|
|
90
89
|
{
|
|
@@ -158,7 +157,7 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
|
|
|
158
157
|
style: { height: "100%", width: t ? void 0 : "100%" },
|
|
159
158
|
children: [
|
|
160
159
|
/* @__PURE__ */ e(
|
|
161
|
-
|
|
160
|
+
p,
|
|
162
161
|
{
|
|
163
162
|
"data-testid": "filter-button",
|
|
164
163
|
variant: "outlined",
|
|
@@ -184,5 +183,5 @@ const K = "_filterButton_qtl7a_1", T = "_relativeParent_qtl7a_6", V = "_filterBa
|
|
|
184
183
|
);
|
|
185
184
|
};
|
|
186
185
|
export {
|
|
187
|
-
|
|
186
|
+
mt as Filter
|
|
188
187
|
};
|
|
@@ -21,7 +21,6 @@ import { b as vo, c as lo, d as yi, f as wl, g as Rl } from "../../tslib.es6-BDC
|
|
|
21
21
|
import { M as bi, a as wi } from "../../component-neHBNHRu.js";
|
|
22
22
|
import { c as Ga } from "../../component-DsB0poTj.js";
|
|
23
23
|
import { a as Cl } from "../../util-DA21pZXj.js";
|
|
24
|
-
import '../../assets/main.css';import '../../assets/GenericTable.css';/* empty css */
|
|
25
24
|
import "../../isEmpty-B4GG2s-V.js";
|
|
26
25
|
import { u as Sl } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
27
26
|
import "../../react-tooltip.min-DSY6KDqS.js";
|
|
@@ -32,7 +31,7 @@ import "../../isArray-Dub1wGJM.js";
|
|
|
32
31
|
import "../../isString-BW9UHONv.js";
|
|
33
32
|
import { useGenerateColumns as El, useGenerateTableData as xl } from "./GenericTableService.js";
|
|
34
33
|
import { GenericCardList as Pl } from "./Mobile/GenericCardList.js";
|
|
35
|
-
function Il(r, o) {
|
|
34
|
+
import '../../assets/GenericTable.css';function Il(r, o) {
|
|
36
35
|
r.prototype = Object.create(o.prototype), r.prototype.constructor = r, ml(r, o);
|
|
37
36
|
}
|
|
38
37
|
/**
|
|
@@ -10433,7 +10432,7 @@ const bd = "_topBar_1tmb3_1", wd = "_filterBar_1tmb3_5", Rd = "_start_1tmb3_10",
|
|
|
10433
10432
|
elevation: Sd,
|
|
10434
10433
|
table: Ed,
|
|
10435
10434
|
noBorder: xd
|
|
10436
|
-
},
|
|
10435
|
+
}, ac = ({
|
|
10437
10436
|
data: r = [],
|
|
10438
10437
|
hiddenColumns: o = [],
|
|
10439
10438
|
order: e = [],
|
|
@@ -10545,5 +10544,5 @@ const bd = "_topBar_1tmb3_1", wd = "_filterBar_1tmb3_5", Rd = "_start_1tmb3_10",
|
|
|
10545
10544
|
) });
|
|
10546
10545
|
};
|
|
10547
10546
|
export {
|
|
10548
|
-
|
|
10547
|
+
ac as GenericTable
|
|
10549
10548
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { jsx as i } from "react/jsx-runtime";
|
|
2
2
|
import { P as r } from "../../index.es-D-CKRzIB.js";
|
|
3
|
-
import '../../assets/main.css';/* empty css */
|
|
4
3
|
import "react";
|
|
5
4
|
import "../../isEmpty-B4GG2s-V.js";
|
|
6
|
-
import { u as
|
|
5
|
+
import { u as d } from "../../useBreakpoints-MzTZ0tCT.js";
|
|
7
6
|
import "../../react-tooltip.min-DSY6KDqS.js";
|
|
8
7
|
import "../../orderBy-Bd48bw88.js";
|
|
9
8
|
import "../../uniqueId-NU3-C36A.js";
|
|
@@ -11,8 +10,8 @@ import "react-hook-form";
|
|
|
11
10
|
import "../../get-DFv1gXfq.js";
|
|
12
11
|
import "../../isArray-Dub1wGJM.js";
|
|
13
12
|
import "../../isString-BW9UHONv.js";
|
|
14
|
-
const
|
|
15
|
-
const { isDesktop: t } =
|
|
13
|
+
const k = ({ children: o }) => {
|
|
14
|
+
const { isDesktop: t } = d();
|
|
16
15
|
return /* @__PURE__ */ i(
|
|
17
16
|
r,
|
|
18
17
|
{
|
|
@@ -24,5 +23,5 @@ const x = ({ children: o }) => {
|
|
|
24
23
|
);
|
|
25
24
|
};
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
k as ModulePadding
|
|
28
27
|
};
|
package/dist/main.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
export { AlertBanner } from './components/AlertBanner/AlertBanner';
|
|
3
2
|
export { BaseView } from './components/BaseView/BaseView';
|
|
4
3
|
export { BasicHeading } from './components/BasicHeading/BasicHeading';
|
|
@@ -40,17 +39,17 @@ export { FormToggle } from './components/FormComponents/FormToggle/FormToggle';
|
|
|
40
39
|
export { AvailableCustomIcons } from './enums/AvailableCustomIcons';
|
|
41
40
|
export { ThemeColor } from './enums/ThemeColor';
|
|
42
41
|
export { useBreakpoints } from './hooks/useBreakpoints';
|
|
43
|
-
export { capitalizeFirstLetters, getNumberAsLocaleString, trimLeadingAndTrailingSpaces } from './services/UtilService';
|
|
42
|
+
export { capitalizeFirstLetters, getNumberAsLocaleString, trimLeadingAndTrailingSpaces, } from './services/UtilService';
|
|
44
43
|
export type { ActionProps } from './components/ContextMenu/ContextMenu';
|
|
45
44
|
export type { FormSelectOption } from './components/FormComponents/FormSelect/FormSelect';
|
|
46
45
|
export type { FormTextProps } from './components/FormComponents/FormText/FormText';
|
|
47
46
|
export type { HealthCheckFailedProps } from './components/HealthCheckFailed/HealthCheckFailed';
|
|
48
47
|
export type { FieldItem } from './components/InfoGroup/InfoGroup';
|
|
49
48
|
export type { LoadingSpinnerProps } from './components/LoadingSpinner/Default/LoadingSpinner';
|
|
50
|
-
export type { Step, StepperBaseProps, StepperButtonProps, StepperProps } from './components/Stepper/stepperTypes';
|
|
49
|
+
export type { Step, StepperBaseProps, StepperButtonProps, StepperProps, } from './components/Stepper/stepperTypes';
|
|
51
50
|
export type { FilterData, FilterOption, FilterSelection } from './types/Filter';
|
|
52
51
|
export type { CellTemplate, CellTemplateProps, TableLayoutProps } from './types/GenericTable';
|
|
53
52
|
export type { HashTab } from './types/HashTab';
|
|
54
53
|
export type { BaseListElement, ListElement } from './types/ListElement';
|
|
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';
|
|
54
|
+
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';
|
|
56
55
|
export type { AVAILABLE_LANGUAGE_CODES, LANGUAGE_COUNTRY_CODES } from './types/Languages';
|
package/dist/main.js
CHANGED
|
@@ -1,99 +1,98 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
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 {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
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";
|
|
1
|
+
import { AlertBanner as e } from "./components/AlertBanner/AlertBanner.js";
|
|
2
|
+
import { BaseView as m } from "./components/BaseView/BaseView.js";
|
|
3
|
+
import { BasicHeading as f } from "./components/BasicHeading/BasicHeading.js";
|
|
4
|
+
import { BlockView as a } from "./components/BlockView/BlockView.js";
|
|
5
|
+
import { ChipCard as l } from "./components/ChipCard/ChipCard.js";
|
|
6
|
+
import { ContextMenu as n } from "./components/ContextMenu/ContextMenu.js";
|
|
7
|
+
import { DeleteModal as S } from "./components/DeleteModal/DeleteModal.js";
|
|
8
|
+
import { DetailContentWrapper as L } from "./components/DetailContentWrapper/DetailContentWrapper.js";
|
|
9
|
+
import { Disclaimer as G } from "./components/Disclaimer/Disclaimer.js";
|
|
10
|
+
import { EmptyView as _ } from "./components/EmptyView/EmptyView.js";
|
|
11
|
+
import { Filter as F } from "./components/Filter/Filter.js";
|
|
12
|
+
import { FormattedNumberDisplay as D } from "./components/FormattedNumberDisplay/FormattedNumberDisplay.js";
|
|
13
|
+
import { GenericTable as g } from "./components/GenericTable/GenericTable.js";
|
|
14
|
+
import { HashTabView as B } from "./components/HashTabView/HashTabView.js";
|
|
15
|
+
import { HeaderFilter as b } from "./components/HeaderFilter/HeaderFilter.js";
|
|
16
|
+
import { HealthCheckFailed as U } from "./components/HealthCheckFailed/HealthCheckFailed.js";
|
|
17
|
+
import { Iconify as M } from "./components/Iconify/Iconify.js";
|
|
18
|
+
import { InfoGroup as V } from "./components/InfoGroup/InfoGroup.js";
|
|
19
|
+
import { ListArea as k } from "./components/ListArea/ListArea.js";
|
|
20
|
+
import { LoadingSpinner as O } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
|
|
21
|
+
import { Modal as y } from "./components/Modal/Modal.js";
|
|
22
|
+
import { ModulePadding as K } from "./components/ModulePadding/ModulePadding.js";
|
|
23
|
+
import { OverflowTooltip as W } from "./components/OverflowTooltip/OverflowTooltip.js";
|
|
24
|
+
import { ScrollbarX as j, ScrollbarY as q } from "./components/Scrollbar/Scrollbar.js";
|
|
25
|
+
import { SearchBar as Q } from "./components/SearchBar/SearchBar.js";
|
|
26
|
+
import { Select as $ } from "./components/Select/Select.js";
|
|
27
|
+
import { StepperHeader as or } from "./components/Stepper/components/StepperHeader.js";
|
|
28
|
+
import { StepperIndicator as tr } from "./components/Stepper/components/StepperIndicator.js";
|
|
29
|
+
import { Stepper as pr } from "./components/Stepper/Stepper.js";
|
|
30
|
+
import { VerticalDivider as xr } from "./components/VerticalDivider/VerticalDivider.js";
|
|
31
|
+
import { FormCheckBox as ir } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
|
|
32
|
+
import { FormDatePicker as Ar } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
|
|
33
|
+
import { FormNumber as cr } from "./components/FormComponents/FormNumber/FormNumber.js";
|
|
34
|
+
import { FormRadio as dr } from "./components/FormComponents/FormRadio/FormRadio.js";
|
|
35
|
+
import { FormSelect as Er } from "./components/FormComponents/FormSelect/FormSelect.js";
|
|
36
|
+
import { FormSlider as sr } from "./components/FormComponents/FormSlider/FormSlider.js";
|
|
37
|
+
import { FormText as Ir } from "./components/FormComponents/FormText/FormText.js";
|
|
38
|
+
import { FormToggle as Nr } from "./components/FormComponents/FormToggle/FormToggle.js";
|
|
39
|
+
import { AvailableCustomIcons as Cr } from "./enums/AvailableCustomIcons.js";
|
|
40
|
+
import { ThemeColor as ur } from "./enums/ThemeColor.js";
|
|
41
|
+
import { u as Tr } from "./useBreakpoints-MzTZ0tCT.js";
|
|
42
|
+
import { capitalizeFirstLetters as Hr, getNumberAsLocaleString as Ur, trimLeadingAndTrailingSpaces as hr } from "./services/UtilService.js";
|
|
43
|
+
import { AVAILABLE_COUNTRY_KEYS as Pr, AVAILABLE_LOCALES as Vr, ENGLISH_LANGUAGE_ID as Rr, GERMAN_LANGUAGE_ID as kr, LANGUAGE_CODES_MAPPER as wr, LANGUAGE_ID_MAPPER as Or, SPANISH_LANGUAGE_ID as vr, TURKISH_LANGUAGE_ID as yr } from "./types/Languages.js";
|
|
45
44
|
export {
|
|
46
|
-
|
|
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
|
-
|
|
45
|
+
Pr as AVAILABLE_COUNTRY_KEYS,
|
|
46
|
+
Vr as AVAILABLE_LOCALES,
|
|
47
|
+
e as AlertBanner,
|
|
48
|
+
Cr as AvailableCustomIcons,
|
|
49
|
+
m as BaseView,
|
|
50
|
+
f as BasicHeading,
|
|
51
|
+
a as BlockView,
|
|
52
|
+
l as ChipCard,
|
|
53
|
+
n as ContextMenu,
|
|
54
|
+
S as DeleteModal,
|
|
55
|
+
L as DetailContentWrapper,
|
|
56
|
+
G as Disclaimer,
|
|
57
|
+
Rr as ENGLISH_LANGUAGE_ID,
|
|
58
|
+
_ as EmptyView,
|
|
59
|
+
F as Filter,
|
|
60
|
+
ir as FormCheckBox,
|
|
61
|
+
Ar as FormDatePicker,
|
|
62
|
+
cr as FormNumber,
|
|
63
|
+
dr as FormRadio,
|
|
64
|
+
Er as FormSelect,
|
|
65
|
+
sr as FormSlider,
|
|
66
|
+
Ir as FormText,
|
|
67
|
+
Nr as FormToggle,
|
|
68
|
+
D as FormattedNumberDisplay,
|
|
69
|
+
kr as GERMAN_LANGUAGE_ID,
|
|
70
|
+
g as GenericTable,
|
|
71
|
+
B as HashTabView,
|
|
72
|
+
b as HeaderFilter,
|
|
73
|
+
U as HealthCheckFailed,
|
|
74
|
+
M as Iconify,
|
|
75
|
+
V as InfoGroup,
|
|
76
|
+
wr as LANGUAGE_CODES_MAPPER,
|
|
77
|
+
Or as LANGUAGE_ID_MAPPER,
|
|
78
|
+
k as ListArea,
|
|
79
|
+
O as LoadingSpinner,
|
|
80
|
+
y as Modal,
|
|
81
|
+
K as ModulePadding,
|
|
82
|
+
W as OverflowTooltip,
|
|
83
|
+
vr as SPANISH_LANGUAGE_ID,
|
|
84
|
+
j as ScrollbarX,
|
|
85
|
+
q as ScrollbarY,
|
|
86
|
+
Q as SearchBar,
|
|
87
|
+
$ as Select,
|
|
88
|
+
pr as Stepper,
|
|
89
|
+
or as StepperHeader,
|
|
90
|
+
tr as StepperIndicator,
|
|
91
|
+
yr as TURKISH_LANGUAGE_ID,
|
|
92
|
+
ur as ThemeColor,
|
|
93
|
+
xr as VerticalDivider,
|
|
94
|
+
Hr as capitalizeFirstLetters,
|
|
95
|
+
Ur as getNumberAsLocaleString,
|
|
96
|
+
hr as trimLeadingAndTrailingSpaces,
|
|
97
|
+
Tr as useBreakpoints
|
|
99
98
|
};
|
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": "
|
|
4
|
+
"version": "2.0.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>",
|
package/dist/assets/main.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700|Roboto+Mono:400,500|Material+Icons";
|