@hortiview/shared-components 2.21.0 → 2.23.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 +28 -0
- package/README.md +26 -0
- package/dist/assets/ErrorBanner.css +1 -0
- package/dist/assets/Modal.css +1 -1
- package/dist/components/ErrorBanner/ErrorBanner.d.ts +25 -0
- package/dist/components/ErrorBanner/ErrorBanner.js +70 -0
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.d.ts +14 -2
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +5233 -5223
- package/dist/components/FormComponents/FormDatePicker/FormDatePickerService.d.ts +40 -0
- package/dist/components/FormComponents/FormDatePicker/FormDatePickerService.js +9 -0
- package/dist/components/Iconify/Iconify.js +18 -17
- package/dist/components/Modal/Modal.d.ts +7 -1
- package/dist/components/Modal/Modal.js +162 -156
- package/dist/enums/AvailableCustomIcons.d.ts +21 -20
- package/dist/enums/AvailableCustomIcons.js +1 -1
- package/dist/hooks/useContainerWidth.d.ts +15 -0
- package/dist/hooks/useContainerWidth.js +17 -0
- package/dist/main.d.ts +3 -1
- package/dist/main.js +109 -105
- package/package.json +1 -1
|
@@ -24,24 +24,25 @@ export declare enum AvailableCustomIcons {
|
|
|
24
24
|
'crop-independent' = 19,
|
|
25
25
|
'crop-protection' = 20,
|
|
26
26
|
'sunny-check' = 21,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
27
|
+
'sentiment-very-dissatisfied' = 22,
|
|
28
|
+
bayer = 23,
|
|
29
|
+
block = 24,
|
|
30
|
+
cloud = 25,
|
|
31
|
+
farm = 26,
|
|
32
|
+
fertigation = 27,
|
|
33
|
+
glasshouse = 28,
|
|
34
|
+
greenhouse = 29,
|
|
35
|
+
hortiview = 30,
|
|
36
|
+
orchard = 31,
|
|
37
|
+
potato = 32,
|
|
38
|
+
season = 33,
|
|
39
|
+
subscription = 34,
|
|
40
|
+
tomato = 35,
|
|
41
|
+
weather = 36,
|
|
42
|
+
wind = 37,
|
|
43
|
+
apple = 38,
|
|
44
|
+
banana = 39,
|
|
45
|
+
berries = 40,
|
|
46
|
+
citrus = 41,
|
|
47
|
+
grapes = 42
|
|
47
48
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var d = /* @__PURE__ */ ((r) => (r[r["battery-0"] = 0] = "battery-0", r[r["battery-100"] = 1] = "battery-100", r[r["battery-20"] = 2] = "battery-20", r[r["battery-50"] = 3] = "battery-50", r[r["battery-80"] = 4] = "battery-80", r[r["block-delete"] = 5] = "block-delete", r[r["cloud-rain"] = 6] = "cloud-rain", r[r["cloud-sunny"] = 7] = "cloud-sunny", r[r["crop-health"] = 8] = "crop-health", r[r["farm-delete"] = 9] = "farm-delete", r[r["farm-management"] = 10] = "farm-management", r[r["greenhouse-delete"] = 11] = "greenhouse-delete", r[r["harvest-quality"] = 12] = "harvest-quality", r[r["manage-labour"] = 13] = "manage-labour", r[r["open-field"] = 14] = "open-field", r[r["other-category"] = 15] = "other-category", r[r["pd-scouting"] = 16] = "pd-scouting", r[r["season-end"] = 17] = "season-end", r[r["vertical-farming"] = 18] = "vertical-farming", r[r["crop-independent"] = 19] = "crop-independent", r[r["crop-protection"] = 20] = "crop-protection", r[r["sunny-check"] = 21] = "sunny-check", r[r.bayer =
|
|
1
|
+
var d = /* @__PURE__ */ ((r) => (r[r["battery-0"] = 0] = "battery-0", r[r["battery-100"] = 1] = "battery-100", r[r["battery-20"] = 2] = "battery-20", r[r["battery-50"] = 3] = "battery-50", r[r["battery-80"] = 4] = "battery-80", r[r["block-delete"] = 5] = "block-delete", r[r["cloud-rain"] = 6] = "cloud-rain", r[r["cloud-sunny"] = 7] = "cloud-sunny", r[r["crop-health"] = 8] = "crop-health", r[r["farm-delete"] = 9] = "farm-delete", r[r["farm-management"] = 10] = "farm-management", r[r["greenhouse-delete"] = 11] = "greenhouse-delete", r[r["harvest-quality"] = 12] = "harvest-quality", r[r["manage-labour"] = 13] = "manage-labour", r[r["open-field"] = 14] = "open-field", r[r["other-category"] = 15] = "other-category", r[r["pd-scouting"] = 16] = "pd-scouting", r[r["season-end"] = 17] = "season-end", r[r["vertical-farming"] = 18] = "vertical-farming", r[r["crop-independent"] = 19] = "crop-independent", r[r["crop-protection"] = 20] = "crop-protection", r[r["sunny-check"] = 21] = "sunny-check", r[r["sentiment-very-dissatisfied"] = 22] = "sentiment-very-dissatisfied", r[r.bayer = 23] = "bayer", r[r.block = 24] = "block", r[r.cloud = 25] = "cloud", r[r.farm = 26] = "farm", r[r.fertigation = 27] = "fertigation", r[r.glasshouse = 28] = "glasshouse", r[r.greenhouse = 29] = "greenhouse", r[r.hortiview = 30] = "hortiview", r[r.orchard = 31] = "orchard", r[r.potato = 32] = "potato", r[r.season = 33] = "season", r[r.subscription = 34] = "subscription", r[r.tomato = 35] = "tomato", r[r.weather = 36] = "weather", r[r.wind = 37] = "wind", r[r.apple = 38] = "apple", r[r.banana = 39] = "banana", r[r.berries = 40] = "berries", r[r.citrus = 41] = "citrus", r[r.grapes = 42] = "grapes", r))(d || {});
|
|
2
2
|
export {
|
|
3
3
|
d as AvailableCustomIcons
|
|
4
4
|
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Hook that observes the width of a referenced element using ResizeObserver.
|
|
5
|
+
* Useful for making components respond to their own rendered size rather than
|
|
6
|
+
* the global viewport width (as useBreakpoints does).
|
|
7
|
+
*
|
|
8
|
+
* @returns A tuple of [ref, isWide] where ref should be attached to the element
|
|
9
|
+
* you want to measure, and isWide is true when the element width is >= 600px
|
|
10
|
+
* (the isWide breakpoint).
|
|
11
|
+
*/
|
|
12
|
+
export declare const useContainerWidth: <T extends HTMLElement>() => {
|
|
13
|
+
ref: RefObject<T>;
|
|
14
|
+
isWide: boolean;
|
|
15
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { useRef as u, useState as f, useEffect as d } from "react";
|
|
2
|
+
const o = 600, R = () => {
|
|
3
|
+
const t = u(null), [c, n] = f(!1);
|
|
4
|
+
return d(() => {
|
|
5
|
+
const e = t.current;
|
|
6
|
+
if (!e) return;
|
|
7
|
+
n(e.getBoundingClientRect().width >= o);
|
|
8
|
+
const r = new ResizeObserver((i) => {
|
|
9
|
+
const s = i[0];
|
|
10
|
+
s && n(s.contentRect.width >= o);
|
|
11
|
+
});
|
|
12
|
+
return r.observe(e), () => r.disconnect();
|
|
13
|
+
}, []), { ref: t, isWide: c };
|
|
14
|
+
};
|
|
15
|
+
export {
|
|
16
|
+
R as useContainerWidth
|
|
17
|
+
};
|
package/dist/main.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { DeleteModal } from './components/DeleteModal/DeleteModal';
|
|
|
11
11
|
export { DetailContentWrapper } from './components/DetailContentWrapper/DetailContentWrapper';
|
|
12
12
|
export { Disclaimer } from './components/Disclaimer/Disclaimer';
|
|
13
13
|
export { EmptyView } from './components/EmptyView/EmptyView';
|
|
14
|
+
export { ErrorBanner } from './components/ErrorBanner/ErrorBanner';
|
|
14
15
|
export { Filter } from './components/Filter/Filter';
|
|
15
16
|
export { FormattedNumberDisplay } from './components/FormattedNumberDisplay/FormattedNumberDisplay';
|
|
16
17
|
export { GenericTable } from './components/GenericTable/GenericTable';
|
|
@@ -44,6 +45,7 @@ export { SafeForm } from './components/SafeForm/SafeForm';
|
|
|
44
45
|
export { AvailableCustomIcons } from './enums/AvailableCustomIcons';
|
|
45
46
|
export { ThemeColor } from './enums/ThemeColor';
|
|
46
47
|
export { useBreakpoints } from './hooks/useBreakpoints';
|
|
48
|
+
export { useContainerWidth } from './hooks/useContainerWidth';
|
|
47
49
|
export { capitalizeFirstLetters, getFormattedDateTime, getNumberAsLocaleString, trimLeadingAndTrailingSpaces, } from './services/UtilService';
|
|
48
50
|
export type { ActionProps } from './components/ContextMenu/ContextMenu';
|
|
49
51
|
export type { FormSelectOption, FormSelectProps, } from './components/FormComponents/FormSelect/FormSelect';
|
|
@@ -51,8 +53,8 @@ export type { FormTextProps } from './components/FormComponents/FormText/FormTex
|
|
|
51
53
|
export type { InfoCardProps } from './components/InfoCard/InfoCard';
|
|
52
54
|
export type { FieldItem } from './components/InfoGroup/InfoGroup';
|
|
53
55
|
export type { LoadingSpinnerProps } from './components/LoadingSpinner/Default/LoadingSpinner';
|
|
54
|
-
export type { Step, StepperBaseProps, StepperButtonProps, StepperProps, } from './components/Stepper/stepperTypes';
|
|
55
56
|
export { StepperStyle } from './components/Stepper/stepperStyles';
|
|
57
|
+
export type { Step, StepperBaseProps, StepperButtonProps, StepperProps, } from './components/Stepper/stepperTypes';
|
|
56
58
|
export type { FilterData, FilterOption, FilterSelection } from './types/Filter';
|
|
57
59
|
export type { CellTemplate, CellTemplateProps, TableLayoutProps } from './types/GenericTable';
|
|
58
60
|
export type { HashTab } from './types/HashTab';
|
package/dist/main.js
CHANGED
|
@@ -9,60 +9,62 @@ import { ConfirmationModal as E } from "./components/ConfirmationModal/Confirmat
|
|
|
9
9
|
import { ContextMenu as L } from "./components/ContextMenu/ContextMenu.js";
|
|
10
10
|
import { DeleteModal as F } from "./components/DeleteModal/DeleteModal.js";
|
|
11
11
|
import { DetailContentWrapper as T } from "./components/DetailContentWrapper/DetailContentWrapper.js";
|
|
12
|
-
import { Disclaimer as
|
|
13
|
-
import { EmptyView as
|
|
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 {
|
|
12
|
+
import { Disclaimer as B } from "./components/Disclaimer/Disclaimer.js";
|
|
13
|
+
import { EmptyView as D } from "./components/EmptyView/EmptyView.js";
|
|
14
|
+
import { ErrorBanner as u } from "./components/ErrorBanner/ErrorBanner.js";
|
|
15
|
+
import { Filter as N } from "./components/Filter/Filter.js";
|
|
16
|
+
import { FormattedNumberDisplay as w } from "./components/FormattedNumberDisplay/FormattedNumberDisplay.js";
|
|
17
|
+
import { GenericTable as O } from "./components/GenericTable/GenericTable.js";
|
|
18
|
+
import { HashTabView as V } from "./components/HashTabView/HashTabView.js";
|
|
19
|
+
import { HeaderFilter as H } from "./components/HeaderFilter/HeaderFilter.js";
|
|
20
|
+
import { Iconify as k } from "./components/Iconify/Iconify.js";
|
|
21
|
+
import { InfoCard as y } from "./components/InfoCard/InfoCard.js";
|
|
22
|
+
import { InfoGroup as Y } from "./components/InfoGroup/InfoGroup.js";
|
|
23
|
+
import { ListArea as z } from "./components/ListArea/ListArea.js";
|
|
24
|
+
import { LoadingSpinner as j } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
|
|
25
|
+
import { Modal as J } from "./components/Modal/Modal.js";
|
|
26
|
+
import { ModulePadding as Z } from "./components/ModulePadding/ModulePadding.js";
|
|
27
|
+
import { OfflineView as rr } from "./components/OfflineView/OfflineView.js";
|
|
28
|
+
import { OnboardingBanner as er } from "./components/OnboardingBanner/OnboardingBanner.js";
|
|
29
|
+
import { OverflowTooltip as mr } from "./components/OverflowTooltip/OverflowTooltip.js";
|
|
30
|
+
import { ScrollbarX as fr, ScrollbarY as xr } from "./components/Scrollbar/Scrollbar.js";
|
|
31
|
+
import { SearchBar as ar } from "./components/SearchBar/SearchBar.js";
|
|
32
|
+
import { Select as lr } from "./components/Select/Select.js";
|
|
33
|
+
import { StepperHeader as sr } from "./components/Stepper/components/StepperHeader.js";
|
|
34
|
+
import { Stepper as Sr } from "./components/Stepper/Stepper.js";
|
|
35
|
+
import { VerticalDivider as cr } from "./components/VerticalDivider/VerticalDivider.js";
|
|
36
|
+
import { FormCheckBox as _r } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
|
|
37
|
+
import { FormDatePicker as Ir } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
|
|
38
|
+
import { FormNumber as Gr } from "./components/FormComponents/FormNumber/FormNumber.js";
|
|
39
|
+
import { FormRadio as Cr } from "./components/FormComponents/FormRadio/FormRadio.js";
|
|
39
40
|
import { FormSelect as Mr } from "./components/FormComponents/FormSelect/FormSelect.js";
|
|
40
|
-
import { FormSlider as
|
|
41
|
-
import { FormText as
|
|
42
|
-
import { FormToggle as
|
|
43
|
-
import { SafeForm as
|
|
44
|
-
import { AvailableCustomIcons as
|
|
45
|
-
import { ThemeColor as
|
|
46
|
-
import { useBreakpoints as
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
41
|
+
import { FormSlider as Pr } from "./components/FormComponents/FormSlider/FormSlider.js";
|
|
42
|
+
import { FormText as gr } from "./components/FormComponents/FormText/FormText.js";
|
|
43
|
+
import { FormToggle as br } from "./components/FormComponents/FormToggle/FormToggle.js";
|
|
44
|
+
import { SafeForm as Rr } from "./components/SafeForm/SafeForm.js";
|
|
45
|
+
import { AvailableCustomIcons as hr } from "./enums/AvailableCustomIcons.js";
|
|
46
|
+
import { ThemeColor as Ur } from "./enums/ThemeColor.js";
|
|
47
|
+
import { useBreakpoints as vr } from "./hooks/useBreakpoints.js";
|
|
48
|
+
import { useContainerWidth as Wr } from "./hooks/useContainerWidth.js";
|
|
49
|
+
import { capitalizeFirstLetters as Kr, getFormattedDateTime as zr, getNumberAsLocaleString as Xr, trimLeadingAndTrailingSpaces as jr } from "./services/UtilService.js";
|
|
50
|
+
import { StepperStyle as Jr } from "./components/Stepper/stepperStyles.js";
|
|
51
|
+
import { DATE_FORMAT as Zr, DATE_TIME_FORMAT as $r, TIME_FORMAT as ro } from "./types/Time.js";
|
|
52
|
+
import { AVAILABLE_COUNTRY_KEYS as eo, AVAILABLE_LOCALES as to, ENGLISH_LANGUAGE_ID as mo, GERMAN_LANGUAGE_ID as po, LANGUAGE_CODES_MAPPER as fo, LANGUAGE_ID_MAPPER as xo, SPANISH_LANGUAGE_ID as io, TURKISH_LANGUAGE_ID as ao } from "./types/Languages.js";
|
|
53
|
+
import { Allowed as lo } from "./components/Allowed/Allowed.js";
|
|
54
|
+
import { AllowedButton as so } from "./components/AllowedButton/AllowedButton.js";
|
|
55
|
+
import { AllowedIconButton as Eo } from "./components/AllowedIconButton/AllowedIconButton.js";
|
|
56
|
+
import { getPermissionsFromModulePermissionToken as Lo, useIsAllowed as _o } from "./components/PermissionChecks/PermissionService.js";
|
|
57
|
+
import { SharedComponentsPermissionProvider as Io } from "./components/SharedComponentsPermissionProvider/SharedComponentsPermissionProvider.js";
|
|
58
|
+
import { createPermissionWrapper as Go, renderWithPermissions as Bo } from "./test-utils.js";
|
|
59
|
+
import { HVMainPermissions as Do } from "./types/Permission.js";
|
|
58
60
|
export {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
eo as AVAILABLE_COUNTRY_KEYS,
|
|
62
|
+
to as AVAILABLE_LOCALES,
|
|
61
63
|
e as AlertBanner,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
lo as Allowed,
|
|
65
|
+
so as AllowedButton,
|
|
66
|
+
Eo as AllowedIconButton,
|
|
67
|
+
hr as AvailableCustomIcons,
|
|
66
68
|
f as BaseView,
|
|
67
69
|
i as BasicHeading,
|
|
68
70
|
n as BlockView,
|
|
@@ -70,62 +72,64 @@ export {
|
|
|
70
72
|
d as ChipCard,
|
|
71
73
|
E as ConfirmationModal,
|
|
72
74
|
L as ContextMenu,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
+
Zr as DATE_FORMAT,
|
|
76
|
+
$r as DATE_TIME_FORMAT,
|
|
75
77
|
F as DeleteModal,
|
|
76
78
|
T as DetailContentWrapper,
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
_r as
|
|
83
|
-
Ir as
|
|
84
|
-
Gr as
|
|
79
|
+
B as Disclaimer,
|
|
80
|
+
mo as ENGLISH_LANGUAGE_ID,
|
|
81
|
+
D as EmptyView,
|
|
82
|
+
u as ErrorBanner,
|
|
83
|
+
N as Filter,
|
|
84
|
+
_r as FormCheckBox,
|
|
85
|
+
Ir as FormDatePicker,
|
|
86
|
+
Gr as FormNumber,
|
|
87
|
+
Cr as FormRadio,
|
|
85
88
|
Mr as FormSelect,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
89
|
+
Pr as FormSlider,
|
|
90
|
+
gr as FormText,
|
|
91
|
+
br as FormToggle,
|
|
92
|
+
w as FormattedNumberDisplay,
|
|
93
|
+
po as GERMAN_LANGUAGE_ID,
|
|
94
|
+
O as GenericTable,
|
|
95
|
+
Do as HVMainPermissions,
|
|
96
|
+
V as HashTabView,
|
|
97
|
+
H as HeaderFilter,
|
|
98
|
+
k as Iconify,
|
|
99
|
+
y as InfoCard,
|
|
100
|
+
Y as InfoGroup,
|
|
101
|
+
fo as LANGUAGE_CODES_MAPPER,
|
|
102
|
+
xo as LANGUAGE_ID_MAPPER,
|
|
100
103
|
m as LinkBanner,
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
104
|
+
z as ListArea,
|
|
105
|
+
j as LoadingSpinner,
|
|
106
|
+
J as Modal,
|
|
107
|
+
Z as ModulePadding,
|
|
108
|
+
rr as OfflineView,
|
|
109
|
+
er as OnboardingBanner,
|
|
110
|
+
mr as OverflowTooltip,
|
|
111
|
+
io as SPANISH_LANGUAGE_ID,
|
|
112
|
+
Rr as SafeForm,
|
|
113
|
+
fr as ScrollbarX,
|
|
114
|
+
xr as ScrollbarY,
|
|
115
|
+
ar as SearchBar,
|
|
116
|
+
lr as Select,
|
|
117
|
+
Io as SharedComponentsPermissionProvider,
|
|
118
|
+
Sr as Stepper,
|
|
119
|
+
sr as StepperHeader,
|
|
120
|
+
Jr as StepperStyle,
|
|
121
|
+
ro as TIME_FORMAT,
|
|
122
|
+
ao as TURKISH_LANGUAGE_ID,
|
|
123
|
+
Ur as ThemeColor,
|
|
124
|
+
cr as VerticalDivider,
|
|
125
|
+
Kr as capitalizeFirstLetters,
|
|
126
|
+
Go as createPermissionWrapper,
|
|
127
|
+
zr as getFormattedDateTime,
|
|
128
|
+
Xr as getNumberAsLocaleString,
|
|
129
|
+
Lo as getPermissionsFromModulePermissionToken,
|
|
130
|
+
Bo as renderWithPermissions,
|
|
131
|
+
jr as trimLeadingAndTrailingSpaces,
|
|
132
|
+
vr as useBreakpoints,
|
|
133
|
+
Wr as useContainerWidth,
|
|
134
|
+
_o as useIsAllowed
|
|
131
135
|
};
|
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": "2.
|
|
4
|
+
"version": "2.23.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>",
|