honeycombatomiclib 0.0.6 → 0.0.8
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/dist/components/atoms/buttons/BeeButton.d.ts +15 -7
- package/dist/components/atoms/buttons/BeeButton.d.ts.map +1 -1
- package/dist/components/atoms/buttons/BeeIconBadgeButton.d.ts +19 -0
- package/dist/components/atoms/buttons/BeeIconBadgeButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeIconButton.d.ts +22 -0
- package/dist/components/atoms/buttons/BeeIconButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeLinkButton.d.ts +19 -0
- package/dist/components/atoms/buttons/BeeLinkButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeMixButton.d.ts +22 -0
- package/dist/components/atoms/buttons/BeeMixButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeOutlinedButton.d.ts +18 -0
- package/dist/components/atoms/buttons/BeeOutlinedButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeOutlinedIconButton.d.ts +21 -0
- package/dist/components/atoms/buttons/BeeOutlinedIconButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeSelectButton.d.ts +18 -0
- package/dist/components/atoms/buttons/BeeSelectButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeSplitButton.d.ts +26 -0
- package/dist/components/atoms/buttons/BeeSplitButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/BeeToolBarButton.d.ts +21 -0
- package/dist/components/atoms/buttons/BeeToolBarButton.d.ts.map +1 -0
- package/dist/components/atoms/buttons/index.d.ts +9 -0
- package/dist/components/atoms/buttons/index.d.ts.map +1 -1
- package/dist/components/atoms/chart/BasicPriceChart.d.ts +11 -0
- package/dist/components/atoms/chart/BasicPriceChart.d.ts.map +1 -0
- package/dist/components/atoms/chart/BeeKnob.d.ts +24 -0
- package/dist/components/atoms/chart/BeeKnob.d.ts.map +1 -0
- package/dist/components/atoms/chart/BeeShareBar.d.ts +16 -0
- package/dist/components/atoms/chart/BeeShareBar.d.ts.map +1 -0
- package/dist/components/atoms/chart/ContractPotentialsChart.d.ts +11 -0
- package/dist/components/atoms/chart/ContractPotentialsChart.d.ts.map +1 -0
- package/dist/components/atoms/chart/LvEditingStatusChart.d.ts +11 -0
- package/dist/components/atoms/chart/LvEditingStatusChart.d.ts.map +1 -0
- package/dist/components/atoms/chart/LvInsightsChart.d.ts +11 -0
- package/dist/components/atoms/chart/LvInsightsChart.d.ts.map +1 -0
- package/dist/components/atoms/chart/index.d.ts +7 -0
- package/dist/components/atoms/chart/index.d.ts.map +1 -0
- package/dist/components/atoms/index.d.ts +4 -0
- package/dist/components/atoms/index.d.ts.map +1 -1
- package/dist/components/atoms/input/BeeAutocompleteDropdown.d.ts +25 -0
- package/dist/components/atoms/input/BeeAutocompleteDropdown.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeAutocompleteTag.d.ts +25 -0
- package/dist/components/atoms/input/BeeAutocompleteTag.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeChipInput.d.ts +24 -0
- package/dist/components/atoms/input/BeeChipInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeCurrencyInput.d.ts +33 -0
- package/dist/components/atoms/input/BeeCurrencyInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeDateInput.d.ts +33 -0
- package/dist/components/atoms/input/BeeDateInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeDateTimeInput.d.ts +27 -0
- package/dist/components/atoms/input/BeeDateTimeInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeNumberInput.d.ts +32 -0
- package/dist/components/atoms/input/BeeNumberInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeePasswordInput.d.ts +25 -0
- package/dist/components/atoms/input/BeePasswordInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeePercentageInput.d.ts +32 -0
- package/dist/components/atoms/input/BeePercentageInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeePlaceholder.d.ts +9 -0
- package/dist/components/atoms/input/BeePlaceholder.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeTextArea.d.ts +25 -0
- package/dist/components/atoms/input/BeeTextArea.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeTextInput.d.ts +24 -0
- package/dist/components/atoms/input/BeeTextInput.d.ts.map +1 -0
- package/dist/components/atoms/input/BeeTimeInput.d.ts +27 -0
- package/dist/components/atoms/input/BeeTimeInput.d.ts.map +1 -0
- package/dist/components/atoms/input/index.d.ts +14 -0
- package/dist/components/atoms/input/index.d.ts.map +1 -0
- package/dist/components/atoms/label/BeeBadge.d.ts +11 -0
- package/dist/components/atoms/label/BeeBadge.d.ts.map +1 -0
- package/dist/components/atoms/label/BeeContentHeadline.d.ts +11 -0
- package/dist/components/atoms/label/BeeContentHeadline.d.ts.map +1 -0
- package/dist/components/atoms/label/BeeContentParagraph.d.ts +11 -0
- package/dist/components/atoms/label/BeeContentParagraph.d.ts.map +1 -0
- package/dist/components/atoms/label/BeeLabel.d.ts +4 -4
- package/dist/components/atoms/label/BeeLabel.d.ts.map +1 -1
- package/dist/components/atoms/label/BeeLink.d.ts +14 -0
- package/dist/components/atoms/label/BeeLink.d.ts.map +1 -0
- package/dist/components/atoms/label/BeeSequencePosition.d.ts +15 -0
- package/dist/components/atoms/label/BeeSequencePosition.d.ts.map +1 -0
- package/dist/components/atoms/label/index.d.ts +5 -0
- package/dist/components/atoms/label/index.d.ts.map +1 -1
- package/dist/components/atoms/misc/BeeArrowDiff.d.ts +16 -0
- package/dist/components/atoms/misc/BeeArrowDiff.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeAvatar.d.ts +16 -0
- package/dist/components/atoms/misc/BeeAvatar.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeChip.d.ts +18 -0
- package/dist/components/atoms/misc/BeeChip.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeChipArea.d.ts +22 -0
- package/dist/components/atoms/misc/BeeChipArea.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeCopyInput.d.ts +13 -0
- package/dist/components/atoms/misc/BeeCopyInput.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeDivider.d.ts +17 -0
- package/dist/components/atoms/misc/BeeDivider.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeImage.d.ts +19 -0
- package/dist/components/atoms/misc/BeeImage.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeListbox.d.ts +31 -0
- package/dist/components/atoms/misc/BeeListbox.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeLoadingBar.d.ts +14 -0
- package/dist/components/atoms/misc/BeeLoadingBar.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeLoadingSpinner.d.ts +12 -0
- package/dist/components/atoms/misc/BeeLoadingSpinner.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeePositionBadge.d.ts +17 -0
- package/dist/components/atoms/misc/BeePositionBadge.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeSkeleton.d.ts +17 -0
- package/dist/components/atoms/misc/BeeSkeleton.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeSlider.d.ts +27 -0
- package/dist/components/atoms/misc/BeeSlider.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeStarBar.d.ts +16 -0
- package/dist/components/atoms/misc/BeeStarBar.d.ts.map +1 -0
- package/dist/components/atoms/misc/BeeVisibleItemCount.d.ts +15 -0
- package/dist/components/atoms/misc/BeeVisibleItemCount.d.ts.map +1 -0
- package/dist/components/atoms/misc/index.d.ts +14 -0
- package/dist/components/atoms/misc/index.d.ts.map +1 -0
- package/dist/components/atoms/navigation/BeeBreadcrumb.d.ts +16 -0
- package/dist/components/atoms/navigation/BeeBreadcrumb.d.ts.map +1 -0
- package/dist/components/atoms/navigation/BeeTabview.d.ts +18 -0
- package/dist/components/atoms/navigation/BeeTabview.d.ts.map +1 -0
- package/dist/components/atoms/navigation/index.d.ts +3 -0
- package/dist/components/atoms/navigation/index.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeCheckbox.d.ts +15 -12
- package/dist/components/atoms/select/BeeCheckbox.d.ts.map +1 -1
- package/dist/components/atoms/select/BeeCheckboxTriState.d.ts +24 -0
- package/dist/components/atoms/select/BeeCheckboxTriState.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeChipDropdown.d.ts +30 -0
- package/dist/components/atoms/select/BeeChipDropdown.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeColorSelect.d.ts +23 -0
- package/dist/components/atoms/select/BeeColorSelect.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeCurrencySelect.d.ts +26 -0
- package/dist/components/atoms/select/BeeCurrencySelect.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeDropDown.d.ts +37 -0
- package/dist/components/atoms/select/BeeDropDown.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeNumberSelect.d.ts +30 -0
- package/dist/components/atoms/select/BeeNumberSelect.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeSwitch.d.ts +23 -0
- package/dist/components/atoms/select/BeeSwitch.d.ts.map +1 -0
- package/dist/components/atoms/select/BeeTreeSelect.d.ts +38 -0
- package/dist/components/atoms/select/BeeTreeSelect.d.ts.map +1 -0
- package/dist/components/atoms/select/index.d.ts +8 -0
- package/dist/components/atoms/select/index.d.ts.map +1 -1
- package/dist/components/atoms/template.d.ts +3 -0
- package/dist/components/atoms/template.d.ts.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/molecules/index.d.ts +2 -0
- package/dist/components/molecules/index.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeAddEntryCard.d.ts +13 -0
- package/dist/components/molecules/misc/BeeAddEntryCard.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeChangesChip.d.ts +14 -0
- package/dist/components/molecules/misc/BeeChangesChip.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeFilterDropDown.d.ts +23 -0
- package/dist/components/molecules/misc/BeeFilterDropDown.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeFilterTreeSelect.d.ts +37 -0
- package/dist/components/molecules/misc/BeeFilterTreeSelect.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeGalleryImage.d.ts +21 -0
- package/dist/components/molecules/misc/BeeGalleryImage.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeImageCropper.d.ts +49 -0
- package/dist/components/molecules/misc/BeeImageCropper.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeePanel.d.ts +30 -0
- package/dist/components/molecules/misc/BeePanel.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeSearchBar.d.ts +17 -0
- package/dist/components/molecules/misc/BeeSearchBar.d.ts.map +1 -0
- package/dist/components/molecules/misc/BeeSkeletonList.d.ts +13 -0
- package/dist/components/molecules/misc/BeeSkeletonList.d.ts.map +1 -0
- package/dist/components/molecules/misc/index.d.ts +10 -0
- package/dist/components/molecules/misc/index.d.ts.map +1 -0
- package/dist/components/organisms/blocks/BeeFilterSortSearch.d.ts +50 -0
- package/dist/components/organisms/blocks/BeeFilterSortSearch.d.ts.map +1 -0
- package/dist/components/organisms/blocks/BeeFlatImageGallery.d.ts +28 -0
- package/dist/components/organisms/blocks/BeeFlatImageGallery.d.ts.map +1 -0
- package/dist/components/organisms/blocks/BeeImageGallery.d.ts +29 -0
- package/dist/components/organisms/blocks/BeeImageGallery.d.ts.map +1 -0
- package/dist/components/organisms/blocks/BeeImageSlider.d.ts +24 -0
- package/dist/components/organisms/blocks/BeeImageSlider.d.ts.map +1 -0
- package/dist/components/organisms/blocks/BeeNutzungsartMix.d.ts +25 -0
- package/dist/components/organisms/blocks/BeeNutzungsartMix.d.ts.map +1 -0
- package/dist/components/organisms/blocks/index.d.ts +6 -0
- package/dist/components/organisms/blocks/index.d.ts.map +1 -0
- package/dist/components/organisms/dialogs/BeeConfirmDialog.d.ts +20 -0
- package/dist/components/organisms/dialogs/BeeConfirmDialog.d.ts.map +1 -0
- package/dist/components/organisms/dialogs/BeeDeletionDialog.d.ts +18 -0
- package/dist/components/organisms/dialogs/BeeDeletionDialog.d.ts.map +1 -0
- package/dist/components/organisms/dialogs/BeeErrorDialog.d.ts +18 -0
- package/dist/components/organisms/dialogs/BeeErrorDialog.d.ts.map +1 -0
- package/dist/components/organisms/dialogs/BeeImageUploadDialog.d.ts +42 -0
- package/dist/components/organisms/dialogs/BeeImageUploadDialog.d.ts.map +1 -0
- package/dist/components/organisms/dialogs/BeeInfoDialog.d.ts +14 -0
- package/dist/components/organisms/dialogs/BeeInfoDialog.d.ts.map +1 -0
- package/dist/components/organisms/dialogs/BeeUploadDialog.d.ts +37 -0
- package/dist/components/organisms/dialogs/BeeUploadDialog.d.ts.map +1 -0
- package/dist/components/organisms/dialogs/index.d.ts +7 -0
- package/dist/components/organisms/dialogs/index.d.ts.map +1 -0
- package/dist/components/organisms/forms/BeeAdressForm.d.ts +32 -0
- package/dist/components/organisms/forms/BeeAdressForm.d.ts.map +1 -0
- package/dist/components/organisms/forms/index.d.ts +2 -0
- package/dist/components/organisms/forms/index.d.ts.map +1 -0
- package/dist/components/organisms/index.d.ts +6 -0
- package/dist/components/organisms/index.d.ts.map +1 -0
- package/dist/components/organisms/misc/BeeImageCard.d.ts +32 -0
- package/dist/components/organisms/misc/BeeImageCard.d.ts.map +1 -0
- package/dist/components/organisms/misc/index.d.ts +2 -0
- package/dist/components/organisms/misc/index.d.ts.map +1 -0
- package/dist/components/organisms/tables/BeeDocumentTable.d.ts +32 -0
- package/dist/components/organisms/tables/BeeDocumentTable.d.ts.map +1 -0
- package/dist/components/organisms/tables/index.d.ts +2 -0
- package/dist/components/organisms/tables/index.d.ts.map +1 -0
- package/dist/index.css +8 -1
- package/dist/index.d.ts +1481 -21
- package/dist/index.js +55 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -1
- package/dist/index.mjs.map +1 -1
- package/dist/utils/constants.d.ts +2 -0
- package/dist/utils/constants.d.ts.map +1 -0
- package/dist/utils/fileSizeConverter.d.ts +6 -0
- package/dist/utils/fileSizeConverter.d.ts.map +1 -0
- package/dist/utils/formatPrice.d.ts +2 -0
- package/dist/utils/formatPrice.d.ts.map +1 -0
- package/dist/utils/getCSSVariable.d.ts +2 -0
- package/dist/utils/getCSSVariable.d.ts.map +1 -0
- package/package.json +9 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,51 +1,1511 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import { TooltipOptions } from 'primereact/tooltip/tooltipoptions';
|
|
4
|
+
import { ButtonProps } from 'primereact/button';
|
|
5
|
+
import { IconType } from 'primereact/utils';
|
|
6
|
+
import { SelectItemOptionsType, SelectItem } from 'primereact/selectitem';
|
|
7
|
+
import { SplitButtonProps } from 'primereact/splitbutton';
|
|
8
|
+
import { MenuItem } from 'primereact/menuitem';
|
|
9
|
+
import { ChartConfiguration, DefaultDataPoint, ChartConfigurationCustomTypesPerDataset } from 'chart.js';
|
|
10
|
+
import { AutoCompleteChangeEvent } from 'primereact/autocomplete';
|
|
11
|
+
import { ChipsChangeEvent } from 'primereact/chips';
|
|
12
|
+
import { InputNumberValueChangeEvent } from 'primereact/inputnumber';
|
|
13
|
+
import { FormEvent } from 'primereact/ts-helpers';
|
|
14
|
+
import { SliderChangeEvent, SliderSlideEndEvent } from 'primereact/slider';
|
|
15
|
+
import { TabViewTabChangeEvent } from 'primereact/tabview';
|
|
3
16
|
import { CheckboxChangeEvent } from 'primereact/checkbox';
|
|
17
|
+
import { TriStateCheckboxChangeEvent } from 'primereact/tristatecheckbox';
|
|
18
|
+
import { ColorPickerRGBType, ColorPickerHSBType, ColorPickerChangeEvent } from 'primereact/colorpicker';
|
|
19
|
+
import { DropdownProps } from 'primereact/dropdown';
|
|
20
|
+
import { InputSwitchChangeEvent } from 'primereact/inputswitch';
|
|
21
|
+
import { TreeSelectSelectionKeysType, TreeSelectProps, TreeSelectFilterTemplateOptions, TreeSelectChangeEvent, TreeSelectEventNodeEvent } from 'primereact/treeselect';
|
|
22
|
+
import { TreeNode } from 'primereact/treenode';
|
|
23
|
+
import { MultiSelectChangeEvent } from 'primereact/multiselect';
|
|
24
|
+
import { PanelToggleEvent } from 'primereact/panel';
|
|
4
25
|
|
|
5
26
|
type BeeButtonProps = {
|
|
6
27
|
/** A unique identifier for the button. */
|
|
7
28
|
id?: string | undefined;
|
|
8
29
|
/** Additional CSS class names to apply to the button. */
|
|
9
|
-
className?: string;
|
|
30
|
+
className?: string | undefined;
|
|
10
31
|
/** The text displayed on the button. */
|
|
11
|
-
label
|
|
32
|
+
label?: string | undefined;
|
|
12
33
|
/** Disables the button if set to `true`. */
|
|
13
|
-
disabled?: boolean;
|
|
34
|
+
disabled?: boolean | undefined;
|
|
14
35
|
/** Specifies the type of button. */
|
|
15
|
-
type
|
|
36
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
37
|
+
/** Position of the icon. */
|
|
38
|
+
iconPos?: "left" | "right" | undefined;
|
|
39
|
+
/** Tooltip text. */
|
|
40
|
+
tooltip?: string | undefined;
|
|
41
|
+
/** Tooltip options (PrimeReact). */
|
|
42
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
16
43
|
/** Displays a loading indicator if set to `true`. */
|
|
17
|
-
|
|
18
|
-
|
|
44
|
+
isLoading?: boolean | undefined;
|
|
45
|
+
/** Button size (PrimeReact). */
|
|
46
|
+
size?: "small" | "large" | undefined;
|
|
19
47
|
/** Callback function invoked when the button is clicked. */
|
|
20
48
|
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
21
49
|
};
|
|
22
50
|
/**A customizable button component for use in web applications.*/
|
|
23
|
-
declare function BeeButton({ id, className, label, disabled, type, tooltip, isLoading, onClick }: BeeButtonProps): react_jsx_runtime.JSX.Element;
|
|
51
|
+
declare function BeeButton({ id, className, label, disabled, type, iconPos, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeButtonProps): react_jsx_runtime.JSX.Element;
|
|
52
|
+
|
|
53
|
+
type BeeIconBadgeButtonProps = {
|
|
54
|
+
id?: string | undefined;
|
|
55
|
+
className?: string | undefined;
|
|
56
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
57
|
+
value: string;
|
|
58
|
+
disabled?: boolean | undefined;
|
|
59
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
60
|
+
tooltip?: string | undefined;
|
|
61
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
62
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
63
|
+
};
|
|
64
|
+
declare function BeeIconBadgeButton({ id, className, iconClass, value, disabled, type, tooltip, tooltipOptions, onClick, }: BeeIconBadgeButtonProps): react_jsx_runtime.JSX.Element;
|
|
65
|
+
|
|
66
|
+
type BeeIconButtonProps = {
|
|
67
|
+
id?: string | undefined;
|
|
68
|
+
className?: string | undefined;
|
|
69
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
70
|
+
rounded?: boolean | undefined;
|
|
71
|
+
halfRounded?: boolean | undefined;
|
|
72
|
+
disabled?: boolean | undefined;
|
|
73
|
+
type?: "primary" | "secondary" | "danger" | "lightPrimary" | "lightSecondary" | "lightDanger" | undefined;
|
|
74
|
+
isLoading?: boolean | undefined;
|
|
75
|
+
tooltip?: string | undefined;
|
|
76
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
77
|
+
size?: "small" | "large" | undefined;
|
|
78
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
79
|
+
};
|
|
80
|
+
declare function BeeIconButton({ id, className, iconClass, rounded, halfRounded, disabled, type, isLoading, tooltip, tooltipOptions, size, onClick, }: BeeIconButtonProps): react_jsx_runtime.JSX.Element;
|
|
81
|
+
|
|
82
|
+
type BeeOutlinedIconButtonProps = {
|
|
83
|
+
id?: string | undefined;
|
|
84
|
+
className?: string | undefined;
|
|
85
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
86
|
+
rounded?: boolean | undefined;
|
|
87
|
+
disabled?: boolean | undefined;
|
|
88
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
89
|
+
tooltip?: string | undefined;
|
|
90
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
91
|
+
isLoading?: boolean | undefined;
|
|
92
|
+
size?: "small" | "large" | undefined;
|
|
93
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
94
|
+
};
|
|
95
|
+
declare function BeeOutlinedIconButton({ id, className, iconClass, rounded, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeOutlinedIconButtonProps): react_jsx_runtime.JSX.Element;
|
|
96
|
+
|
|
97
|
+
type BeeLinkButtonProps = {
|
|
98
|
+
id?: string | undefined;
|
|
99
|
+
className?: string | undefined;
|
|
100
|
+
label?: string | undefined;
|
|
101
|
+
disabled?: boolean | undefined;
|
|
102
|
+
raised?: boolean | undefined;
|
|
103
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
104
|
+
tooltip?: string | undefined;
|
|
105
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
106
|
+
isLoading?: boolean | undefined;
|
|
107
|
+
size?: "small" | "large" | undefined;
|
|
108
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
109
|
+
};
|
|
110
|
+
declare function BeeLinkButton({ id, className, label, raised, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeLinkButtonProps): react_jsx_runtime.JSX.Element;
|
|
111
|
+
|
|
112
|
+
type BeeMixButtonProps = {
|
|
113
|
+
id?: string | undefined;
|
|
114
|
+
className?: string | undefined;
|
|
115
|
+
label?: string | undefined;
|
|
116
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
117
|
+
iconPos?: "left" | "right" | undefined;
|
|
118
|
+
disabled?: boolean | undefined;
|
|
119
|
+
type?: "primary" | "secondary" | "danger" | "lightPrimary" | "lightSecondary" | "lightDanger" | undefined;
|
|
120
|
+
isLoading?: boolean | undefined;
|
|
121
|
+
tooltip?: string | undefined;
|
|
122
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
123
|
+
size?: "small" | "large" | undefined;
|
|
124
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
125
|
+
};
|
|
126
|
+
declare function BeeMixButton({ id, className, label, iconClass, iconPos, disabled, type, isLoading, tooltip, tooltipOptions, size, onClick, }: BeeMixButtonProps): react_jsx_runtime.JSX.Element;
|
|
127
|
+
|
|
128
|
+
type BeeOutlinedButtonProps = {
|
|
129
|
+
id?: string | undefined;
|
|
130
|
+
className?: string | undefined;
|
|
131
|
+
label?: string | undefined;
|
|
132
|
+
disabled?: boolean | undefined;
|
|
133
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
134
|
+
tooltip?: string | undefined;
|
|
135
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
136
|
+
isLoading?: boolean | undefined;
|
|
137
|
+
size?: "small" | "large" | undefined;
|
|
138
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
139
|
+
};
|
|
140
|
+
declare function BeeOutlinedButton({ id, className, label, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeOutlinedButtonProps): react_jsx_runtime.JSX.Element;
|
|
141
|
+
|
|
142
|
+
type BeeSelectButtonProps = {
|
|
143
|
+
id?: string | undefined;
|
|
144
|
+
className?: string | undefined;
|
|
145
|
+
options?: SelectItemOptionsType | undefined;
|
|
146
|
+
selectedOption?: string | undefined;
|
|
147
|
+
disabled?: boolean | undefined;
|
|
148
|
+
type?: "primary" | "secondary" | undefined;
|
|
149
|
+
itemTemplate?: any | undefined;
|
|
150
|
+
tooltip?: string | undefined;
|
|
151
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
152
|
+
onSelect?: (option: string) => void;
|
|
153
|
+
};
|
|
154
|
+
declare function BeeSelectButton({ id, className, options, selectedOption, disabled, type, itemTemplate, tooltip, tooltipOptions, onSelect, }: BeeSelectButtonProps): react_jsx_runtime.JSX.Element;
|
|
155
|
+
|
|
156
|
+
type BeeSplitButtonProps = {
|
|
157
|
+
id?: string | undefined;
|
|
158
|
+
className?: string | undefined;
|
|
159
|
+
label?: string | undefined;
|
|
160
|
+
iconClass?: IconType<SplitButtonProps> | undefined;
|
|
161
|
+
dropdownIcon?: IconType<SplitButtonProps> | undefined;
|
|
162
|
+
disabled?: boolean | undefined;
|
|
163
|
+
isLoading?: boolean | undefined;
|
|
164
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
165
|
+
model?: MenuItem[] | undefined;
|
|
166
|
+
menuClassName?: string | undefined;
|
|
167
|
+
menuButtonClassName?: string | undefined;
|
|
168
|
+
tooltip?: string | undefined;
|
|
169
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
170
|
+
size?: "small" | "large" | undefined;
|
|
171
|
+
onClick?: (e: React.MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
172
|
+
};
|
|
173
|
+
declare function BeeSplitButton({ id, className, label, iconClass, dropdownIcon, disabled, isLoading, type, model, menuClassName, menuButtonClassName, tooltip, tooltipOptions, size, onClick, }: BeeSplitButtonProps): react_jsx_runtime.JSX.Element;
|
|
174
|
+
|
|
175
|
+
type BeeToolBarButtonProps = {
|
|
176
|
+
id?: string | undefined;
|
|
177
|
+
className?: string | undefined;
|
|
178
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
179
|
+
rounded?: boolean | undefined;
|
|
180
|
+
disabled?: boolean | undefined;
|
|
181
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
182
|
+
tooltip?: string | undefined;
|
|
183
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
184
|
+
isLoading?: boolean | undefined;
|
|
185
|
+
size?: "small" | "large" | undefined;
|
|
186
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
187
|
+
};
|
|
188
|
+
declare function BeeToolBarButton({ id, className, iconClass, rounded, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeToolBarButtonProps): react_jsx_runtime.JSX.Element;
|
|
189
|
+
|
|
190
|
+
type BeeKnobProps = Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> & {
|
|
191
|
+
id?: string | undefined;
|
|
192
|
+
className?: string | undefined;
|
|
193
|
+
value?: number | undefined;
|
|
194
|
+
minValue?: number | undefined;
|
|
195
|
+
maxValue?: number | undefined;
|
|
196
|
+
step?: number | undefined;
|
|
197
|
+
size?: "xLarge" | "large" | "medium" | "small" | "xSmall" | undefined;
|
|
198
|
+
type?: "primary" | "secondary" | "mixed" | undefined;
|
|
199
|
+
disabled?: boolean | undefined;
|
|
200
|
+
readOnly?: boolean | undefined;
|
|
201
|
+
showValue?: boolean | undefined;
|
|
202
|
+
strokeWidth?: number | undefined;
|
|
203
|
+
valueColor?: string | undefined;
|
|
204
|
+
rangeColor?: string | undefined;
|
|
205
|
+
textColor?: string | undefined;
|
|
206
|
+
valueTemplate?: string | undefined;
|
|
207
|
+
onChange?: (value: number) => void;
|
|
208
|
+
};
|
|
209
|
+
declare function BeeKnob({ id, className, value, minValue, maxValue, step, size, type, disabled, readOnly, showValue, strokeWidth, valueColor: valueColorProp, rangeColor: rangeColorProp, textColor: textColorProp, valueTemplate, onChange, }: BeeKnobProps): react_jsx_runtime.JSX.Element;
|
|
210
|
+
|
|
211
|
+
type BeeShareBarDataEntry = {
|
|
212
|
+
weight: number;
|
|
213
|
+
color?: string | undefined;
|
|
214
|
+
hint?: React.ReactNode | undefined;
|
|
215
|
+
};
|
|
216
|
+
type BeeShareBarProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
217
|
+
id?: string | undefined;
|
|
218
|
+
className?: string | undefined;
|
|
219
|
+
data?: BeeShareBarDataEntry[] | undefined;
|
|
220
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
221
|
+
};
|
|
222
|
+
declare function BeeShareBar({ id, className, data, onClick }: BeeShareBarProps): react_jsx_runtime.JSX.Element;
|
|
223
|
+
|
|
224
|
+
type BasicPriceChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
225
|
+
chartOptions: ChartConfiguration<"doughnut", DefaultDataPoint<"doughnut">, unknown> | ChartConfigurationCustomTypesPerDataset<"doughnut", DefaultDataPoint<"doughnut">, unknown>;
|
|
226
|
+
legend?: React.ReactNode;
|
|
227
|
+
noChartDisplay?: React.ReactNode;
|
|
228
|
+
};
|
|
229
|
+
declare function BasicPriceChart({ legend, chartOptions, noChartDisplay, id, className }: BasicPriceChartProps): react_jsx_runtime.JSX.Element;
|
|
230
|
+
|
|
231
|
+
type LvEditingStatusChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
232
|
+
chartOptions: ChartConfiguration<"pie", DefaultDataPoint<"pie">, unknown> | ChartConfigurationCustomTypesPerDataset<"pie", DefaultDataPoint<"pie">, unknown>;
|
|
233
|
+
legend?: React.ReactNode;
|
|
234
|
+
noChartDisplay?: React.ReactNode;
|
|
235
|
+
};
|
|
236
|
+
declare function LvEditingStatusChart({ chartOptions, legend, noChartDisplay, id, className, }: LvEditingStatusChartProps): react_jsx_runtime.JSX.Element;
|
|
237
|
+
|
|
238
|
+
type LvInsightsChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
239
|
+
chartOptions: ChartConfiguration<"doughnut", DefaultDataPoint<"doughnut">, unknown>;
|
|
240
|
+
legend?: React.ReactNode;
|
|
241
|
+
noChartDisplay?: React.ReactNode;
|
|
242
|
+
};
|
|
243
|
+
declare function LvInsightsChart({ chartOptions, legend, noChartDisplay, id, className }: LvInsightsChartProps): react_jsx_runtime.JSX.Element;
|
|
244
|
+
|
|
245
|
+
type ContractPotentialsChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
246
|
+
chartOptions: ChartConfiguration<"bar", DefaultDataPoint<"bar">, unknown>;
|
|
247
|
+
legend?: React.ReactNode;
|
|
248
|
+
noChartDisplay?: React.ReactNode;
|
|
249
|
+
};
|
|
250
|
+
declare function ContractPotentialsChart({ chartOptions, legend, noChartDisplay, id, className, }: ContractPotentialsChartProps): react_jsx_runtime.JSX.Element;
|
|
251
|
+
|
|
252
|
+
type BeeAutocompleteDropdownProps = {
|
|
253
|
+
id?: string | undefined;
|
|
254
|
+
className?: string | undefined;
|
|
255
|
+
label?: string | undefined;
|
|
256
|
+
value?: string[] | string | number | null | undefined;
|
|
257
|
+
suggestions?: (string | number | undefined)[];
|
|
258
|
+
disabled?: boolean | undefined;
|
|
259
|
+
statusLabel?: string | undefined;
|
|
260
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
261
|
+
readOnly?: boolean | undefined;
|
|
262
|
+
required?: boolean | undefined;
|
|
263
|
+
placeholder?: string | undefined;
|
|
264
|
+
tooltip?: string | undefined;
|
|
265
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
266
|
+
onChange?: (event: AutoCompleteChangeEvent<string[] | string | number>) => void;
|
|
267
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
268
|
+
};
|
|
269
|
+
declare function BeeAutocompleteDropdown({ id, className, label, value, suggestions, disabled, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeAutocompleteDropdownProps): react_jsx_runtime.JSX.Element;
|
|
270
|
+
|
|
271
|
+
type BeeAutocompleteTagProps = {
|
|
272
|
+
id?: string | undefined;
|
|
273
|
+
className?: string | undefined;
|
|
274
|
+
label?: string | undefined;
|
|
275
|
+
value?: string[] | string | number | null | undefined;
|
|
276
|
+
suggestions?: (string | number | undefined)[];
|
|
277
|
+
disabled?: boolean | undefined;
|
|
278
|
+
statusLabel?: string | undefined;
|
|
279
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
280
|
+
readOnly?: boolean | undefined;
|
|
281
|
+
required?: boolean | undefined;
|
|
282
|
+
placeholder?: string | undefined;
|
|
283
|
+
tooltip?: string | undefined;
|
|
284
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
285
|
+
onChange?: (event: AutoCompleteChangeEvent<string[] | string | number>) => void;
|
|
286
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
287
|
+
};
|
|
288
|
+
declare function BeeAutocompleteTag({ id, className, label, value, suggestions, disabled, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeAutocompleteTagProps): react_jsx_runtime.JSX.Element;
|
|
289
|
+
|
|
290
|
+
type BeeChipInputProps = {
|
|
291
|
+
id?: string | undefined;
|
|
292
|
+
className?: string | undefined;
|
|
293
|
+
label?: string | undefined;
|
|
294
|
+
type?: "primary" | "secondary" | undefined;
|
|
295
|
+
data?: any[] | undefined;
|
|
296
|
+
statusLabel?: string | undefined;
|
|
297
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
298
|
+
disabled?: boolean | undefined;
|
|
299
|
+
required?: boolean | undefined;
|
|
300
|
+
readOnly?: boolean | undefined;
|
|
301
|
+
placeholder?: string | undefined;
|
|
302
|
+
tooltip?: string | undefined;
|
|
303
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
304
|
+
itemTemplate?: (item: any) => React.ReactNode | undefined;
|
|
305
|
+
onChange?: (event: ChipsChangeEvent) => void;
|
|
306
|
+
};
|
|
307
|
+
declare function BeeChipInput({ id, className, label, type, data, statusLabel, formstate, required, disabled, readOnly, placeholder, tooltip, tooltipOptions, itemTemplate, onChange, }: BeeChipInputProps): react_jsx_runtime.JSX.Element;
|
|
308
|
+
|
|
309
|
+
type BeeCurrencyInputProps = {
|
|
310
|
+
id?: string | undefined;
|
|
311
|
+
className?: string | undefined;
|
|
312
|
+
label?: string | undefined;
|
|
313
|
+
value?: number | null | undefined;
|
|
314
|
+
showArrow?: boolean | undefined;
|
|
315
|
+
autoFocus?: boolean | undefined;
|
|
316
|
+
minFractionDigits?: number | undefined;
|
|
317
|
+
maxFractionDigits?: number | undefined;
|
|
318
|
+
max?: number | undefined;
|
|
319
|
+
min?: number | undefined;
|
|
320
|
+
currency?: "EUR" | "USD" | undefined;
|
|
321
|
+
locale?: "de-DE" | "en-US" | undefined;
|
|
322
|
+
statusLabel?: string | undefined;
|
|
323
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
324
|
+
disabled?: boolean | undefined;
|
|
325
|
+
readOnly?: boolean | undefined;
|
|
326
|
+
required?: boolean | undefined;
|
|
327
|
+
placeholder?: string | undefined;
|
|
328
|
+
name?: string | undefined;
|
|
329
|
+
tooltip?: string | undefined;
|
|
330
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
331
|
+
onChange?: (event: InputNumberValueChangeEvent) => void;
|
|
332
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
333
|
+
};
|
|
334
|
+
declare function BeeCurrencyInput({ id, className, label, value, showArrow, disabled, autoFocus, minFractionDigits, maxFractionDigits, max, min, currency, locale, statusLabel, formstate, readOnly, required, placeholder, name, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeCurrencyInputProps): react_jsx_runtime.JSX.Element;
|
|
335
|
+
|
|
336
|
+
type BeeDateInputProps = {
|
|
337
|
+
id?: string | undefined;
|
|
338
|
+
className?: string | undefined;
|
|
339
|
+
label?: string | undefined;
|
|
340
|
+
value?: Date | null | undefined;
|
|
341
|
+
statusLabel?: string | undefined;
|
|
342
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
343
|
+
disabled?: boolean | undefined;
|
|
344
|
+
readOnly?: boolean | undefined;
|
|
345
|
+
required?: boolean | undefined;
|
|
346
|
+
showButtonBar?: boolean | undefined;
|
|
347
|
+
dateFormat?: string | undefined;
|
|
348
|
+
view?: "date" | "year" | "month" | undefined;
|
|
349
|
+
minDate?: Date | undefined;
|
|
350
|
+
maxDate?: Date | undefined;
|
|
351
|
+
showMinMaxRange?: boolean | undefined;
|
|
352
|
+
showUTCDate?: boolean | undefined;
|
|
353
|
+
panelClassName?: string | undefined;
|
|
354
|
+
locale?: "en" | "de" | undefined;
|
|
355
|
+
placeholder?: string | undefined;
|
|
356
|
+
tooltip?: string | undefined;
|
|
357
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
358
|
+
onChange?: (e: FormEvent<Date>) => void;
|
|
359
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
360
|
+
};
|
|
361
|
+
declare function BeeDateInput({ id, className, label, value, statusLabel, formstate, disabled, readOnly, required, showButtonBar, dateFormat, view, minDate, maxDate, showMinMaxRange, showUTCDate, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, panelClassName, locale, }: BeeDateInputProps): react_jsx_runtime.JSX.Element;
|
|
362
|
+
|
|
363
|
+
type BeeDateTimeInputProps = {
|
|
364
|
+
id?: string | undefined;
|
|
365
|
+
className?: string | undefined;
|
|
366
|
+
label?: string | undefined;
|
|
367
|
+
statusLabel?: string | undefined;
|
|
368
|
+
value?: Date | null | undefined;
|
|
369
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
370
|
+
disabled?: boolean | undefined;
|
|
371
|
+
readOnly?: boolean | undefined;
|
|
372
|
+
required?: boolean | undefined;
|
|
373
|
+
minDate?: Date | undefined;
|
|
374
|
+
maxDate?: Date | undefined;
|
|
375
|
+
showMinMaxRange?: boolean | undefined;
|
|
376
|
+
placeholder?: string | undefined;
|
|
377
|
+
tooltip?: string | undefined;
|
|
378
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
379
|
+
onChange?: (e: FormEvent<Date>) => void;
|
|
380
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
381
|
+
};
|
|
382
|
+
declare function BeeDateTimeInput({ id, className, label, value, disabled, statusLabel, formstate, readOnly, required, minDate, maxDate, showMinMaxRange, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeDateTimeInputProps): react_jsx_runtime.JSX.Element;
|
|
383
|
+
|
|
384
|
+
type BeeNumberInputProps = {
|
|
385
|
+
id?: string | undefined;
|
|
386
|
+
className?: string | undefined;
|
|
387
|
+
label?: string | undefined;
|
|
388
|
+
value?: number | null | undefined;
|
|
389
|
+
showArrow?: boolean | undefined;
|
|
390
|
+
autoFocus?: boolean | undefined;
|
|
391
|
+
minFractionDigits?: number | undefined;
|
|
392
|
+
maxFractionDigits?: number | undefined;
|
|
393
|
+
max?: number | undefined;
|
|
394
|
+
min?: number | undefined;
|
|
395
|
+
grouping?: boolean | undefined;
|
|
396
|
+
locale?: "de-DE" | "en-US" | undefined;
|
|
397
|
+
statusLabel?: string | undefined;
|
|
398
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
399
|
+
disabled?: boolean | undefined;
|
|
400
|
+
readOnly?: boolean | undefined;
|
|
401
|
+
required?: boolean | undefined;
|
|
402
|
+
placeholder?: string | undefined;
|
|
403
|
+
tooltip?: string | undefined;
|
|
404
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
405
|
+
onChange?: (event: InputNumberValueChangeEvent) => void;
|
|
406
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
407
|
+
};
|
|
408
|
+
declare function BeeNumberInput({ id, className, label, value, showArrow, autoFocus, minFractionDigits, maxFractionDigits, max, min, disabled, grouping, locale, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeNumberInputProps): react_jsx_runtime.JSX.Element;
|
|
409
|
+
|
|
410
|
+
type BeePasswordInputProps = {
|
|
411
|
+
id?: string | undefined;
|
|
412
|
+
className?: string | undefined;
|
|
413
|
+
label?: string | undefined;
|
|
414
|
+
value?: string | null | undefined;
|
|
415
|
+
disabled?: boolean | undefined;
|
|
416
|
+
showPwStrength?: boolean | undefined;
|
|
417
|
+
showHint?: boolean | undefined;
|
|
418
|
+
statusLabel?: string | undefined;
|
|
419
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
420
|
+
readOnly?: boolean | undefined;
|
|
421
|
+
required?: boolean | undefined;
|
|
422
|
+
placeholder?: string | undefined;
|
|
423
|
+
tooltip?: string | undefined;
|
|
424
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
425
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
426
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
427
|
+
};
|
|
428
|
+
declare function BeePasswordInput({ id, className, label, value, disabled, showPwStrength, showHint, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeePasswordInputProps): react_jsx_runtime.JSX.Element;
|
|
429
|
+
|
|
430
|
+
type BeePercentageInputProps = {
|
|
431
|
+
id?: string | undefined;
|
|
432
|
+
className?: string | undefined;
|
|
433
|
+
label?: string | undefined;
|
|
434
|
+
value?: number | null | undefined;
|
|
435
|
+
showArrow?: boolean | undefined;
|
|
436
|
+
autoFocus?: boolean | undefined;
|
|
437
|
+
minFractionDigits?: number | undefined;
|
|
438
|
+
maxFractionDigits?: number | undefined;
|
|
439
|
+
max?: number | undefined;
|
|
440
|
+
min?: number | undefined;
|
|
441
|
+
locale?: "de-DE" | "en-US" | undefined;
|
|
442
|
+
disabled?: boolean | undefined;
|
|
443
|
+
grouping?: boolean | undefined;
|
|
444
|
+
statusLabel?: string | undefined;
|
|
445
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
446
|
+
readOnly?: boolean | undefined;
|
|
447
|
+
required?: boolean | undefined;
|
|
448
|
+
placeholder?: string | undefined;
|
|
449
|
+
tooltip?: string | undefined;
|
|
450
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
451
|
+
onChange?: (e: InputNumberValueChangeEvent) => void;
|
|
452
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
453
|
+
};
|
|
454
|
+
declare function BeePercentageInput({ id, className, label, value, showArrow, autoFocus, minFractionDigits, maxFractionDigits, max, min, locale, disabled, grouping, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeePercentageInputProps): react_jsx_runtime.JSX.Element;
|
|
455
|
+
|
|
456
|
+
type BeeTextAreaProps = {
|
|
457
|
+
id?: string | undefined;
|
|
458
|
+
className?: string | undefined;
|
|
459
|
+
label?: string | undefined;
|
|
460
|
+
value?: string | null | undefined;
|
|
461
|
+
rows?: number | undefined;
|
|
462
|
+
disabled?: boolean | undefined;
|
|
463
|
+
autoResize?: boolean | undefined;
|
|
464
|
+
statusLabel?: string | undefined;
|
|
465
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
466
|
+
readOnly?: boolean | undefined;
|
|
467
|
+
required?: boolean | undefined;
|
|
468
|
+
placeholder?: string | undefined;
|
|
469
|
+
tooltip?: string | undefined;
|
|
470
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
471
|
+
onChange?: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
472
|
+
onFocusOut?: (e: React.FocusEvent<HTMLTextAreaElement>) => void;
|
|
473
|
+
};
|
|
474
|
+
declare function BeeTextArea({ id, className, label, value, rows, disabled, autoResize, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeTextAreaProps): react_jsx_runtime.JSX.Element;
|
|
475
|
+
|
|
476
|
+
type BeeTextInputProps = {
|
|
477
|
+
id?: string | undefined;
|
|
478
|
+
className?: string | undefined;
|
|
479
|
+
label?: string | undefined;
|
|
480
|
+
value?: string | null | undefined;
|
|
481
|
+
disabled?: boolean | undefined;
|
|
482
|
+
statusLabel?: string | undefined;
|
|
483
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
484
|
+
halfRounded?: boolean | undefined;
|
|
485
|
+
readOnly?: boolean | undefined;
|
|
486
|
+
required?: boolean | undefined;
|
|
487
|
+
placeholder?: string | undefined;
|
|
488
|
+
tooltip?: string | undefined;
|
|
489
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
490
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
491
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
492
|
+
};
|
|
493
|
+
declare function BeeTextInput({ id, className, label, value, disabled, statusLabel, formstate, halfRounded, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeTextInputProps): react_jsx_runtime.JSX.Element;
|
|
494
|
+
|
|
495
|
+
type BeeTimeInputProps = {
|
|
496
|
+
id?: string | undefined;
|
|
497
|
+
className?: string | undefined;
|
|
498
|
+
label?: string | undefined;
|
|
499
|
+
value?: Date | null | undefined;
|
|
500
|
+
disabled?: boolean | undefined;
|
|
501
|
+
statusLabel?: string | undefined;
|
|
502
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
503
|
+
readOnly?: boolean | undefined;
|
|
504
|
+
required?: boolean | undefined;
|
|
505
|
+
minDate?: Date | undefined;
|
|
506
|
+
maxDate?: Date | undefined;
|
|
507
|
+
showMinMaxRange?: boolean | undefined;
|
|
508
|
+
placeholder?: string | undefined;
|
|
509
|
+
tooltip?: string | undefined;
|
|
510
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
511
|
+
onChange?: (e: FormEvent<Date>) => void;
|
|
512
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
513
|
+
};
|
|
514
|
+
declare function BeeTimeInput({ id, className, label, value, disabled, statusLabel, formstate, readOnly, required, minDate, maxDate, showMinMaxRange, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeTimeInputProps): react_jsx_runtime.JSX.Element;
|
|
515
|
+
|
|
516
|
+
type BeePlaceholderProps = {
|
|
517
|
+
id?: string | undefined;
|
|
518
|
+
className?: string | undefined;
|
|
519
|
+
label?: string | undefined;
|
|
520
|
+
disabled?: boolean | undefined;
|
|
521
|
+
};
|
|
522
|
+
declare function BeePlaceholder({ id, className, label, disabled }: BeePlaceholderProps): react_jsx_runtime.JSX.Element;
|
|
523
|
+
|
|
524
|
+
type BeeBadgeProps = {
|
|
525
|
+
id?: string | undefined;
|
|
526
|
+
className?: string | undefined;
|
|
527
|
+
label: string;
|
|
528
|
+
type?: "primary" | "secondary" | "danger" | undefined;
|
|
529
|
+
size?: "normal" | "large" | "xlarge" | undefined;
|
|
530
|
+
};
|
|
531
|
+
declare function BeeBadge({ id, className, label, type, size }: BeeBadgeProps): react_jsx_runtime.JSX.Element;
|
|
532
|
+
|
|
533
|
+
type BeeContentHeadlineProps = {
|
|
534
|
+
id?: string | undefined;
|
|
535
|
+
className?: string | undefined;
|
|
536
|
+
value: string;
|
|
537
|
+
headlineType?: "h1" | "h2" | "h3" | "h4" | "h5" | undefined;
|
|
538
|
+
type?: "primary" | "secondary" | "danger" | undefined;
|
|
539
|
+
};
|
|
540
|
+
declare function BeeContentHeadline({ id, className, value, headlineType, type, }: BeeContentHeadlineProps): react_jsx_runtime.JSX.Element;
|
|
541
|
+
|
|
542
|
+
type BeeContentParagraphProps = {
|
|
543
|
+
id?: string | undefined;
|
|
544
|
+
className?: string | undefined;
|
|
545
|
+
value: string;
|
|
546
|
+
size?: "xSmall" | "small" | "medium" | "large" | "xLarge" | undefined;
|
|
547
|
+
type?: "primary" | "secondary" | "danger" | "default" | undefined;
|
|
548
|
+
};
|
|
549
|
+
declare function BeeContentParagraph({ id, className, value, size, type, }: BeeContentParagraphProps): react_jsx_runtime.JSX.Element;
|
|
24
550
|
|
|
25
551
|
type BeeLabelProps = {
|
|
26
552
|
id?: string | undefined;
|
|
27
|
-
className?: string;
|
|
28
|
-
value: string
|
|
29
|
-
size
|
|
30
|
-
type
|
|
553
|
+
className?: string | undefined;
|
|
554
|
+
value: string;
|
|
555
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
556
|
+
type?: "neutral" | "valid" | "error" | undefined;
|
|
31
557
|
};
|
|
32
558
|
declare function BeeLabel({ id, className, value, size, type }: BeeLabelProps): react_jsx_runtime.JSX.Element;
|
|
33
559
|
|
|
560
|
+
type BeeLinkHrefProps = {
|
|
561
|
+
id?: string | undefined;
|
|
562
|
+
className?: string | undefined;
|
|
563
|
+
value: string;
|
|
564
|
+
href: string;
|
|
565
|
+
type?: "primary" | "secondary" | "default" | undefined;
|
|
566
|
+
size?: "xSmall" | "small" | "medium" | "large" | "xLarge" | undefined;
|
|
567
|
+
onClick?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
|
|
568
|
+
};
|
|
569
|
+
declare function BeeLink({ id, className, value, href, type, size, onClick }: BeeLinkHrefProps): react_jsx_runtime.JSX.Element;
|
|
570
|
+
|
|
571
|
+
type BeeSequencePositionEntry = {
|
|
572
|
+
icon?: string | undefined;
|
|
573
|
+
label?: string | undefined;
|
|
574
|
+
bold?: boolean | undefined;
|
|
575
|
+
};
|
|
576
|
+
type BeeSequencePositionProps = {
|
|
577
|
+
id?: string | undefined;
|
|
578
|
+
className?: string | undefined;
|
|
579
|
+
data: BeeSequencePositionEntry[];
|
|
580
|
+
type?: "primary" | "secondary" | "default" | undefined;
|
|
581
|
+
};
|
|
582
|
+
declare function BeeSequencePosition({ id, className, data, type }: BeeSequencePositionProps): react_jsx_runtime.JSX.Element;
|
|
583
|
+
|
|
584
|
+
type BeeArrowDiffProps = {
|
|
585
|
+
id?: string | undefined;
|
|
586
|
+
className?: string | undefined;
|
|
587
|
+
value?: number | null | undefined;
|
|
588
|
+
tooltip?: React.ReactNode | string | undefined;
|
|
589
|
+
disabled?: boolean | undefined;
|
|
590
|
+
decimals?: number | undefined;
|
|
591
|
+
isRoot?: boolean | undefined;
|
|
592
|
+
locale?: "de-DE" | "en-US" | undefined;
|
|
593
|
+
};
|
|
594
|
+
declare function BeeArrowDiff({ id, className, value, tooltip, disabled, decimals, isRoot, locale, }: BeeArrowDiffProps): react_jsx_runtime.JSX.Element;
|
|
595
|
+
|
|
596
|
+
type BeeAvatarProps = {
|
|
597
|
+
id?: string | undefined;
|
|
598
|
+
className?: string | undefined;
|
|
599
|
+
src: string;
|
|
600
|
+
alt?: string | undefined;
|
|
601
|
+
size?: "xSmall" | "small" | "medium" | "large" | "xLarge" | undefined;
|
|
602
|
+
href?: string | undefined;
|
|
603
|
+
title?: string | undefined;
|
|
604
|
+
};
|
|
605
|
+
declare function BeeAvatar({ id, className, src, alt, size, href, title }: BeeAvatarProps): react_jsx_runtime.JSX.Element;
|
|
606
|
+
|
|
607
|
+
type BeeChipProps = {
|
|
608
|
+
id?: string | undefined;
|
|
609
|
+
className?: string | undefined;
|
|
610
|
+
label?: string;
|
|
611
|
+
labelTemplate?: React.ReactNode | undefined;
|
|
612
|
+
iconClass?: string | undefined;
|
|
613
|
+
image?: string | undefined;
|
|
614
|
+
imageAlt?: string | undefined;
|
|
615
|
+
removable?: boolean | undefined;
|
|
616
|
+
type?: "primary" | "secondary" | "valid" | "info" | "warn" | "error" | "surface" | undefined;
|
|
617
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
618
|
+
onRemove?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
619
|
+
};
|
|
620
|
+
declare function BeeChip({ id, className, label, labelTemplate, iconClass, image, imageAlt, removable, type, onRemove, onClick, }: BeeChipProps): react_jsx_runtime.JSX.Element;
|
|
621
|
+
|
|
622
|
+
type ChipEntry = {
|
|
623
|
+
id: string;
|
|
624
|
+
label: string | undefined;
|
|
625
|
+
labelTemplate?: React.ReactNode;
|
|
626
|
+
removable: boolean;
|
|
627
|
+
};
|
|
628
|
+
type BeeChipAreaProps = {
|
|
629
|
+
id?: string | undefined;
|
|
630
|
+
className?: string | undefined;
|
|
631
|
+
label?: string;
|
|
632
|
+
type?: "primary" | "secondary" | undefined;
|
|
633
|
+
data: ChipEntry[];
|
|
634
|
+
required?: boolean | undefined;
|
|
635
|
+
readOnly?: boolean | undefined;
|
|
636
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>, id: string) => void;
|
|
637
|
+
onRemove?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>, id: string) => void;
|
|
638
|
+
};
|
|
639
|
+
declare function BeeChipArea({ id, className, label, type, data, required, readOnly, onClick, onRemove, }: BeeChipAreaProps): react_jsx_runtime.JSX.Element;
|
|
640
|
+
|
|
641
|
+
type BeeDividerProps = {
|
|
642
|
+
id?: string | undefined;
|
|
643
|
+
className?: string | undefined;
|
|
644
|
+
label?: string;
|
|
645
|
+
iconClass?: string | undefined;
|
|
646
|
+
border?: "solid" | "dashed" | "dotted" | undefined;
|
|
647
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
648
|
+
align?: "left" | "center" | "right" | "top" | "bottom" | undefined;
|
|
649
|
+
type?: "primary" | "secondary" | "default" | undefined;
|
|
650
|
+
};
|
|
651
|
+
declare function BeeDivider({ id, className, label, iconClass, border, orientation, align, type, }: BeeDividerProps): react_jsx_runtime.JSX.Element;
|
|
652
|
+
|
|
653
|
+
type BeeImageProps = {
|
|
654
|
+
id?: string | undefined;
|
|
655
|
+
className?: string | undefined;
|
|
656
|
+
url: string;
|
|
657
|
+
showPlaceholder?: boolean | undefined;
|
|
658
|
+
secured?: boolean | undefined;
|
|
659
|
+
secureKey?: string | undefined;
|
|
660
|
+
alt?: string | undefined;
|
|
661
|
+
title?: string | undefined;
|
|
662
|
+
titlePosition?: "left" | "center" | "right" | undefined;
|
|
663
|
+
copyright?: string | undefined;
|
|
664
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
665
|
+
};
|
|
666
|
+
declare function BeeImage$1({ id, className, url, showPlaceholder, secured, secureKey, alt, title, titlePosition, copyright, onClick, }: BeeImageProps): react_jsx_runtime.JSX.Element;
|
|
667
|
+
|
|
668
|
+
type BeeLoadingBarProps = {
|
|
669
|
+
id?: string | undefined;
|
|
670
|
+
className?: string | undefined;
|
|
671
|
+
value?: string | number | null | undefined;
|
|
672
|
+
indeterminate?: boolean | undefined;
|
|
673
|
+
type?: "primary" | "secondary" | undefined;
|
|
674
|
+
showValue?: boolean | undefined;
|
|
675
|
+
unit?: string | undefined;
|
|
676
|
+
};
|
|
677
|
+
declare function BeeLoadingBar({ id, className, value, indeterminate, type, showValue, unit, }: BeeLoadingBarProps): react_jsx_runtime.JSX.Element;
|
|
678
|
+
|
|
679
|
+
type BeeLoadingSpinnerProps = {
|
|
680
|
+
id?: string | undefined;
|
|
681
|
+
className?: string | undefined;
|
|
682
|
+
strokeWidth?: string | undefined;
|
|
683
|
+
animationDuration?: string | undefined;
|
|
684
|
+
type?: "primary" | "secondary" | "mixed" | undefined;
|
|
685
|
+
};
|
|
686
|
+
declare function BeeLoadingSpinner({ id, className, strokeWidth, animationDuration, type, }: BeeLoadingSpinnerProps): react_jsx_runtime.JSX.Element;
|
|
687
|
+
|
|
688
|
+
type BeeSkeletonProps = {
|
|
689
|
+
id?: string | undefined;
|
|
690
|
+
className?: string | undefined;
|
|
691
|
+
shape?: "rectangle" | "circle" | undefined;
|
|
692
|
+
size?: string | undefined;
|
|
693
|
+
width?: string | undefined;
|
|
694
|
+
height?: string | undefined;
|
|
695
|
+
borderRadius?: string | undefined;
|
|
696
|
+
animated?: boolean | undefined;
|
|
697
|
+
showHover?: boolean | undefined;
|
|
698
|
+
showShade?: boolean | undefined;
|
|
699
|
+
};
|
|
700
|
+
declare function BeeSkeleton({ id, className, shape, size, width, height, borderRadius, animated, showHover, showShade, }: BeeSkeletonProps): react_jsx_runtime.JSX.Element;
|
|
701
|
+
|
|
702
|
+
type BeeSliderProps = {
|
|
703
|
+
id?: string | undefined;
|
|
704
|
+
className?: string | undefined;
|
|
705
|
+
value?: number | [number, number] | undefined;
|
|
706
|
+
min?: number | undefined;
|
|
707
|
+
max?: number | undefined;
|
|
708
|
+
step?: number | undefined;
|
|
709
|
+
disabled?: boolean | undefined;
|
|
710
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
711
|
+
type?: "primary" | "secondary" | undefined;
|
|
712
|
+
/**
|
|
713
|
+
* Callback to invoke on value change.
|
|
714
|
+
* @param {SliderChangeEvent} event - Browser event
|
|
715
|
+
*/
|
|
716
|
+
onChange?: (event: SliderChangeEvent) => void;
|
|
717
|
+
/**
|
|
718
|
+
* Callback to invoke when slide ends.
|
|
719
|
+
* @param {SliderSlideEndEvent} event - Browser event
|
|
720
|
+
*/
|
|
721
|
+
onSlideEnd?: (event: SliderSlideEndEvent) => void;
|
|
722
|
+
};
|
|
723
|
+
declare function BeeSlider({ id, className, value, min, max, step, disabled, orientation, type, onChange, onSlideEnd, }: BeeSliderProps): react_jsx_runtime.JSX.Element;
|
|
724
|
+
|
|
725
|
+
type BeeStarBarProps = {
|
|
726
|
+
id?: string | undefined;
|
|
727
|
+
className?: string | undefined;
|
|
728
|
+
value: number;
|
|
729
|
+
stars: number;
|
|
730
|
+
disabled?: boolean | undefined;
|
|
731
|
+
readOnly?: boolean | undefined;
|
|
732
|
+
type?: "primary" | "secondary" | undefined;
|
|
733
|
+
size?: number | undefined;
|
|
734
|
+
onChange?: (e: number) => void;
|
|
735
|
+
};
|
|
736
|
+
declare function BeeStarBar({ id, className, value, stars, disabled, readOnly, type, size, onChange, }: BeeStarBarProps): react_jsx_runtime.JSX.Element;
|
|
737
|
+
|
|
738
|
+
type BeeCopyInputProps = {
|
|
739
|
+
id?: string | undefined;
|
|
740
|
+
className?: string | undefined;
|
|
741
|
+
label?: string | undefined;
|
|
742
|
+
value?: string | undefined;
|
|
743
|
+
iconClass?: string | undefined;
|
|
744
|
+
disabled?: boolean | undefined;
|
|
745
|
+
};
|
|
746
|
+
declare function BeeCopyInput({ id, className, label, value, disabled, iconClass }: BeeCopyInputProps): react_jsx_runtime.JSX.Element;
|
|
747
|
+
|
|
748
|
+
type BeeVisibleItemCountProps = {
|
|
749
|
+
id?: string | undefined;
|
|
750
|
+
/** An optional classname to apply to the component. */
|
|
751
|
+
className?: string | undefined;
|
|
752
|
+
/** An array of objects representing the currently visible items. */
|
|
753
|
+
visibleData: object[] | unknown[];
|
|
754
|
+
/** An array of objects representing all items. */
|
|
755
|
+
allData: object[] | unknown[];
|
|
756
|
+
/** A boolean indicating whether the component is in a loading state or not. */
|
|
757
|
+
isLoading?: boolean | undefined;
|
|
758
|
+
};
|
|
759
|
+
declare function BeeVisibleItemCount({ id, className, visibleData, allData, isLoading, }: BeeVisibleItemCountProps): react_jsx_runtime.JSX.Element;
|
|
760
|
+
|
|
761
|
+
type BeeBreadcrumbProps = {
|
|
762
|
+
id?: string | undefined;
|
|
763
|
+
className?: string | undefined;
|
|
764
|
+
items: MenuItem[];
|
|
765
|
+
type?: "primary" | "secondary" | "default" | undefined;
|
|
766
|
+
border?: boolean | undefined;
|
|
767
|
+
isLoading?: boolean | undefined;
|
|
768
|
+
};
|
|
769
|
+
declare function BeeBreadcrumb({ id, className, border, items, type, isLoading }: BeeBreadcrumbProps): react_jsx_runtime.JSX.Element;
|
|
770
|
+
|
|
771
|
+
type BeeTabviewTab = {
|
|
772
|
+
title: string;
|
|
773
|
+
disabled: boolean;
|
|
774
|
+
};
|
|
775
|
+
type BeeTabviewProps = {
|
|
776
|
+
id?: string | undefined;
|
|
777
|
+
className?: string | undefined;
|
|
778
|
+
type?: "primary" | "secondary" | "default" | undefined;
|
|
779
|
+
tabs: BeeTabviewTab[];
|
|
780
|
+
activeIndex: number | undefined;
|
|
781
|
+
onChangeIndex: (e: TabViewTabChangeEvent) => void;
|
|
782
|
+
};
|
|
783
|
+
declare function BeeTabview({ id, className, type, tabs, activeIndex, onChangeIndex }: BeeTabviewProps): react_jsx_runtime.JSX.Element;
|
|
784
|
+
|
|
34
785
|
type BeeCheckboxProps = {
|
|
35
786
|
id?: string | undefined;
|
|
36
|
-
className?: string;
|
|
37
|
-
label
|
|
787
|
+
className?: string | undefined;
|
|
788
|
+
label?: string | undefined;
|
|
789
|
+
value?: boolean | undefined;
|
|
790
|
+
disabled?: boolean | undefined;
|
|
791
|
+
required?: boolean | undefined;
|
|
792
|
+
readOnly?: boolean | undefined;
|
|
793
|
+
stateFalse?: string | undefined;
|
|
794
|
+
stateTrue?: string | undefined;
|
|
795
|
+
statusLabel?: string | undefined;
|
|
796
|
+
type?: "primary" | "secondary" | undefined;
|
|
797
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
798
|
+
tooltip?: string | undefined;
|
|
799
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
800
|
+
onChange?: (event: CheckboxChangeEvent) => void;
|
|
801
|
+
};
|
|
802
|
+
declare function BeeCheckbox({ id, className, label, value, disabled, statusLabel, type, formstate, stateTrue, stateFalse, required, readOnly, tooltip, tooltipOptions, onChange, }: BeeCheckboxProps): react_jsx_runtime.JSX.Element;
|
|
803
|
+
|
|
804
|
+
type BeeCheckboxTriStateProps = {
|
|
805
|
+
id?: string | undefined;
|
|
806
|
+
className?: string | undefined;
|
|
807
|
+
label?: string | undefined;
|
|
808
|
+
statusLabel?: string | undefined;
|
|
809
|
+
formstate?: "valid" | "error" | "neutral" | "none";
|
|
810
|
+
stateNull?: string | undefined;
|
|
811
|
+
stateFalse?: string | undefined;
|
|
812
|
+
stateTrue?: string | undefined;
|
|
813
|
+
value?: boolean | undefined | null;
|
|
814
|
+
disabled?: boolean | undefined;
|
|
815
|
+
readOnly?: boolean | undefined;
|
|
816
|
+
required?: boolean | undefined;
|
|
817
|
+
tooltip?: string | undefined;
|
|
818
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
819
|
+
onChange?: (event: TriStateCheckboxChangeEvent) => void;
|
|
820
|
+
};
|
|
821
|
+
declare function BeeCheckboxTriState({ id, className, label, stateNull, stateFalse, stateTrue, value, disabled, required, statusLabel, formstate, readOnly, tooltip, tooltipOptions, onChange, }: BeeCheckboxTriStateProps): react_jsx_runtime.JSX.Element;
|
|
822
|
+
|
|
823
|
+
type BeeColorSelectProps = {
|
|
824
|
+
id?: string | undefined;
|
|
825
|
+
className?: string | undefined;
|
|
826
|
+
label?: string | undefined;
|
|
827
|
+
value?: string | ColorPickerRGBType | ColorPickerHSBType | undefined;
|
|
828
|
+
inline?: boolean | undefined;
|
|
829
|
+
disabled?: boolean | undefined;
|
|
830
|
+
readOnly?: boolean | undefined;
|
|
831
|
+
required?: boolean | undefined;
|
|
832
|
+
statusLabel?: string | undefined;
|
|
833
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
834
|
+
defaultColor?: string | undefined;
|
|
835
|
+
format?: "hex" | "rgb" | "hsb" | undefined;
|
|
836
|
+
tooltip?: string | undefined;
|
|
837
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
838
|
+
onChange?: (event: ColorPickerChangeEvent) => void;
|
|
839
|
+
};
|
|
840
|
+
declare function BeeColorSelect({ id, className, label, value, inline, disabled, required, statusLabel, formstate, readOnly, defaultColor, format, tooltip, tooltipOptions, onChange, }: BeeColorSelectProps): react_jsx_runtime.JSX.Element;
|
|
841
|
+
|
|
842
|
+
type BeeCurrencySelectProps = {
|
|
843
|
+
id?: string | undefined;
|
|
844
|
+
className?: string | undefined;
|
|
845
|
+
label?: string | undefined;
|
|
846
|
+
value?: number | null;
|
|
847
|
+
statusLabel?: string | undefined;
|
|
848
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
849
|
+
currency?: "EUR" | "USD" | undefined;
|
|
850
|
+
locale?: "de-DE" | "en-US" | undefined;
|
|
851
|
+
disabled?: boolean | undefined;
|
|
852
|
+
readOnly?: boolean | undefined;
|
|
853
|
+
required?: boolean | undefined;
|
|
854
|
+
placeholder?: string | undefined;
|
|
855
|
+
min?: number | undefined;
|
|
856
|
+
max?: number | undefined;
|
|
857
|
+
tooltip?: string | undefined;
|
|
858
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
859
|
+
onChange?: (event: InputNumberValueChangeEvent) => void;
|
|
860
|
+
};
|
|
861
|
+
declare function BeeCurrencySelect({ id, className, label, value, disabled, currency, locale, statusLabel, formstate, readOnly, required, placeholder, min, max, tooltip, tooltipOptions, onChange, }: BeeCurrencySelectProps): react_jsx_runtime.JSX.Element;
|
|
862
|
+
|
|
863
|
+
type BeeDropDownProps = {
|
|
864
|
+
id?: string | undefined;
|
|
865
|
+
className?: string | undefined;
|
|
866
|
+
label?: string | undefined;
|
|
867
|
+
value?: any;
|
|
868
|
+
valueTemplate?: React.ReactNode | ((option: any, props: DropdownProps) => React.ReactNode) | undefined;
|
|
869
|
+
itemTemplate?: React.ReactNode | ((option: any) => React.ReactNode) | undefined;
|
|
870
|
+
options?: SelectItemOptionsType | undefined;
|
|
871
|
+
optionLabel?: string | undefined;
|
|
872
|
+
optionValue?: string | undefined;
|
|
873
|
+
filter?: boolean;
|
|
874
|
+
filterBy?: "label" | string | undefined;
|
|
875
|
+
filterPlaceholder?: string;
|
|
876
|
+
emptyPlaceholder?: string | undefined;
|
|
877
|
+
statusLabel?: string | undefined;
|
|
878
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
879
|
+
disabled?: boolean | undefined;
|
|
880
|
+
readOnly?: boolean | undefined;
|
|
881
|
+
required?: boolean | undefined;
|
|
882
|
+
showDelete?: boolean;
|
|
883
|
+
deleteIcon?: string | undefined;
|
|
884
|
+
editable?: boolean | undefined;
|
|
885
|
+
emptyMessage?: React.ReactNode | ((props: DropdownProps) => React.ReactNode);
|
|
886
|
+
emptyFilterMessage?: React.ReactNode | ((props: DropdownProps) => React.ReactNode);
|
|
887
|
+
tooltip?: string | undefined;
|
|
888
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
889
|
+
onChange?: (e: SelectItem) => void;
|
|
890
|
+
};
|
|
891
|
+
declare function BeeDropDown({ id, className, label, value, valueTemplate, itemTemplate, options, optionLabel, optionValue, emptyPlaceholder, filter, filterBy, filterPlaceholder, disabled, statusLabel, formstate, readOnly, required, editable, showDelete, deleteIcon, emptyMessage, emptyFilterMessage, tooltip, tooltipOptions, onChange, }: BeeDropDownProps): react_jsx_runtime.JSX.Element;
|
|
892
|
+
|
|
893
|
+
type BeeNumberSelectProps = {
|
|
894
|
+
id?: string | undefined;
|
|
895
|
+
className?: string | undefined;
|
|
896
|
+
label?: string | undefined;
|
|
897
|
+
value?: number | null | undefined;
|
|
898
|
+
statusLabel?: string | undefined;
|
|
899
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
900
|
+
grouping?: boolean | undefined;
|
|
901
|
+
minFractionDigits?: number | undefined;
|
|
902
|
+
maxFractionDigits?: number | undefined;
|
|
903
|
+
min?: number | undefined;
|
|
904
|
+
max?: number | undefined;
|
|
905
|
+
stepSize?: number | undefined;
|
|
906
|
+
disabled?: boolean | undefined;
|
|
907
|
+
readOnly?: boolean | undefined;
|
|
908
|
+
required?: boolean | undefined;
|
|
909
|
+
placeholder?: string | undefined;
|
|
910
|
+
tooltip?: string | undefined;
|
|
911
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
912
|
+
onChange?: (event: InputNumberValueChangeEvent) => void;
|
|
913
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
914
|
+
};
|
|
915
|
+
declare function BeeNumberSelect({ id, className, label, value, minFractionDigits, maxFractionDigits, min, max, stepSize, disabled, grouping, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeNumberSelectProps): react_jsx_runtime.JSX.Element;
|
|
916
|
+
|
|
917
|
+
type BeeSwitchProps = {
|
|
918
|
+
id?: string | undefined;
|
|
919
|
+
className?: string | undefined;
|
|
920
|
+
label?: string | undefined;
|
|
38
921
|
value: boolean;
|
|
922
|
+
disabled?: boolean | undefined;
|
|
923
|
+
readOnly?: boolean | undefined;
|
|
924
|
+
required?: boolean | undefined;
|
|
925
|
+
stateFalse?: string | undefined;
|
|
926
|
+
stateTrue?: string | undefined;
|
|
927
|
+
statusLabel?: string | undefined;
|
|
928
|
+
formstate?: "valid" | "error" | "neutral" | "none";
|
|
929
|
+
tooltip?: string | undefined;
|
|
930
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
931
|
+
onChange?: (event: InputSwitchChangeEvent) => void;
|
|
932
|
+
};
|
|
933
|
+
declare function BeeSwitch({ id, className, label, value, disabled, statusLabel, formstate, stateFalse, stateTrue, required, readOnly, tooltip, tooltipOptions, onChange, }: BeeSwitchProps): react_jsx_runtime.JSX.Element;
|
|
934
|
+
|
|
935
|
+
type BeeTreeSelectProps = {
|
|
936
|
+
id?: string | undefined;
|
|
937
|
+
className?: string | undefined;
|
|
938
|
+
label?: string | undefined;
|
|
939
|
+
value?: string | TreeSelectSelectionKeysType | TreeSelectSelectionKeysType[] | null | undefined;
|
|
940
|
+
showDelete?: boolean | undefined;
|
|
941
|
+
options?: TreeNode[] | undefined;
|
|
942
|
+
valueTemplate?: React.ReactNode | ((selectedNodes: TreeNode | TreeNode[], props: TreeSelectProps) => React.ReactNode);
|
|
943
|
+
display?: "comma" | "chip" | undefined;
|
|
944
|
+
selectionMode?: "multiple" | "single" | "checkbox" | undefined;
|
|
945
|
+
placeholder?: string | undefined;
|
|
946
|
+
panelClassName?: string | undefined;
|
|
947
|
+
filter?: boolean | undefined;
|
|
948
|
+
filterTemplate?: React.ReactNode | ((options: TreeSelectFilterTemplateOptions) => React.ReactNode);
|
|
949
|
+
filterValue?: string | undefined;
|
|
950
|
+
filterBy?: string | undefined;
|
|
951
|
+
filterPlaceholder?: string | undefined;
|
|
952
|
+
disabled?: boolean | undefined;
|
|
953
|
+
readOnly?: boolean | undefined;
|
|
954
|
+
required?: boolean | undefined;
|
|
955
|
+
statusLabel?: string | undefined;
|
|
956
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
957
|
+
emptyMessage?: React.ReactNode | undefined;
|
|
958
|
+
tooltip?: string | undefined;
|
|
959
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
960
|
+
onChange?: (e: TreeSelectChangeEvent | undefined) => void;
|
|
961
|
+
onNodeSelect?: (e: TreeSelectEventNodeEvent | undefined) => void;
|
|
962
|
+
onHide?: () => void;
|
|
963
|
+
};
|
|
964
|
+
declare function BeeTreeSelect({ id, className, label, value, showDelete, options, valueTemplate, display, selectionMode, placeholder, panelClassName, filter, filterTemplate, filterValue, filterBy, filterPlaceholder, disabled, readOnly, statusLabel, formstate, required, emptyMessage, tooltip, tooltipOptions, onChange, onNodeSelect, onHide, }: BeeTreeSelectProps): react_jsx_runtime.JSX.Element;
|
|
965
|
+
|
|
966
|
+
type BeeChipDropdownProps = {
|
|
967
|
+
id?: string | undefined;
|
|
968
|
+
className?: string | undefined;
|
|
969
|
+
label?: string | undefined;
|
|
970
|
+
value?: any[] | undefined;
|
|
971
|
+
options?: SelectItemOptionsType | undefined;
|
|
972
|
+
optionLabel?: string | undefined;
|
|
973
|
+
statusLabel?: string | undefined;
|
|
974
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
975
|
+
disabled?: boolean | undefined;
|
|
976
|
+
readOnly?: boolean | undefined;
|
|
977
|
+
required?: boolean | undefined;
|
|
978
|
+
tooltip?: string | undefined;
|
|
979
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
980
|
+
placeholder?: string | undefined;
|
|
981
|
+
maxSelectedLabels?: number | undefined;
|
|
982
|
+
filter?: boolean;
|
|
983
|
+
filterBy?: "label" | string | undefined;
|
|
984
|
+
filterPlaceholder?: string | undefined;
|
|
985
|
+
emptyMessage?: string | undefined;
|
|
986
|
+
emptyFilterMessage?: string | undefined;
|
|
987
|
+
onChange?: (event: MultiSelectChangeEvent) => void;
|
|
988
|
+
};
|
|
989
|
+
declare function BeeChipDropdown({ id, className, label, value, options, optionLabel, statusLabel, disabled, formstate, readOnly, required, placeholder, maxSelectedLabels, filter, filterBy, filterPlaceholder, emptyFilterMessage, emptyMessage, onChange, }: BeeChipDropdownProps): react_jsx_runtime.JSX.Element;
|
|
990
|
+
|
|
991
|
+
type BeeAddEntryCardProps = {
|
|
992
|
+
id?: string | undefined;
|
|
993
|
+
className?: string | undefined;
|
|
994
|
+
disabled?: boolean | undefined;
|
|
995
|
+
footer?: React.ReactNode | undefined;
|
|
996
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
997
|
+
};
|
|
998
|
+
declare function BeeAddEntryCard({ id, className, disabled, footer, onClick }: BeeAddEntryCardProps): react_jsx_runtime.JSX.Element;
|
|
999
|
+
|
|
1000
|
+
type BeeChangesChipIconData = {
|
|
1001
|
+
icon: string;
|
|
1002
|
+
value: number;
|
|
1003
|
+
};
|
|
1004
|
+
type BeeChangesChipProps = {
|
|
1005
|
+
id?: string | undefined;
|
|
1006
|
+
className?: string | undefined;
|
|
1007
|
+
values: BeeChangesChipIconData[];
|
|
1008
|
+
type?: "primary" | "secondary" | "light" | undefined;
|
|
1009
|
+
};
|
|
1010
|
+
declare function BeeChangesChip({ className, values, type }: BeeChangesChipProps): react_jsx_runtime.JSX.Element | null;
|
|
1011
|
+
|
|
1012
|
+
type BeeFilterDropDownProps = {
|
|
1013
|
+
id?: string | undefined;
|
|
1014
|
+
className?: string | undefined;
|
|
1015
|
+
label?: string | undefined;
|
|
1016
|
+
value?: any | undefined;
|
|
1017
|
+
options?: SelectItemOptionsType | undefined;
|
|
1018
|
+
optionLabel?: string | undefined;
|
|
1019
|
+
optionValue?: string | undefined;
|
|
1020
|
+
statusLabel?: string | React.ReactNode | undefined;
|
|
1021
|
+
dropdownIcon?: string | undefined;
|
|
1022
|
+
deleteIcon?: string | undefined;
|
|
1023
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
1024
|
+
disabled?: boolean | undefined;
|
|
1025
|
+
readOnly?: boolean | undefined;
|
|
1026
|
+
onChange?: (e: SelectItem) => void;
|
|
1027
|
+
};
|
|
1028
|
+
declare function BeeFilterDropDown({ id, className, label, value, options, optionLabel, optionValue, disabled, dropdownIcon, deleteIcon, statusLabel, formstate, readOnly, onChange, }: BeeFilterDropDownProps): react_jsx_runtime.JSX.Element;
|
|
1029
|
+
|
|
1030
|
+
type BeeFilterTreeSelectProps = {
|
|
1031
|
+
id?: string | undefined;
|
|
1032
|
+
className?: string | undefined;
|
|
1033
|
+
label?: string | undefined;
|
|
1034
|
+
value?: string | TreeSelectSelectionKeysType | TreeSelectSelectionKeysType[] | null | undefined;
|
|
1035
|
+
options?: TreeNode[] | undefined;
|
|
1036
|
+
valueTemplate?: React.ReactNode | ((selectedNodes: TreeNode | TreeNode[], props: TreeSelectProps) => React.ReactNode);
|
|
1037
|
+
display?: "comma" | "chip" | undefined;
|
|
1038
|
+
selectionMode?: "multiple" | "single" | "checkbox" | undefined;
|
|
1039
|
+
placeholder?: string | undefined;
|
|
1040
|
+
filter?: boolean | undefined;
|
|
1041
|
+
filterTemplate?: React.ReactNode | ((options: TreeSelectFilterTemplateOptions) => React.ReactNode);
|
|
1042
|
+
filterValue?: string | undefined;
|
|
1043
|
+
filterBy?: string | undefined;
|
|
1044
|
+
filterPlaceholder?: string | undefined;
|
|
1045
|
+
confirmBtnText?: string | undefined;
|
|
1046
|
+
confirmBtnDisabled?: boolean | undefined;
|
|
1047
|
+
confirmBtnTooltip?: string | undefined;
|
|
1048
|
+
deleteIcon?: string | undefined;
|
|
1049
|
+
statusLabel?: string | React.ReactNode | undefined;
|
|
1050
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
1051
|
+
disabled?: boolean | undefined;
|
|
1052
|
+
readOnly?: boolean | undefined;
|
|
1053
|
+
required?: boolean | undefined;
|
|
1054
|
+
hideDelete?: boolean | undefined;
|
|
1055
|
+
onSelectNodes?: (e: string | TreeSelectSelectionKeysType | TreeSelectSelectionKeysType[] | null | undefined) => void;
|
|
1056
|
+
onChange?: (e: TreeSelectChangeEvent) => void;
|
|
1057
|
+
onHide?: () => void;
|
|
1058
|
+
};
|
|
1059
|
+
declare function BeeFilterTreeSelect({ id, className, label, value, options, valueTemplate, display, selectionMode, placeholder, filter, filterTemplate, filterValue, filterBy, filterPlaceholder, confirmBtnText, confirmBtnDisabled, confirmBtnTooltip, deleteIcon, disabled, readOnly, statusLabel, formstate, required, hideDelete, onSelectNodes, onChange, onHide, }: BeeFilterTreeSelectProps): react_jsx_runtime.JSX.Element;
|
|
1060
|
+
|
|
1061
|
+
type BeeGalleryImageProps = {
|
|
1062
|
+
id?: string | undefined;
|
|
1063
|
+
className?: string | undefined;
|
|
1064
|
+
imageUrl: string;
|
|
1065
|
+
imageKey?: string | undefined;
|
|
1066
|
+
imageAlt?: string | undefined;
|
|
1067
|
+
imageTitle?: string | undefined;
|
|
1068
|
+
imageCopyright?: string | undefined;
|
|
1069
|
+
isImageSecured?: boolean | undefined;
|
|
1070
|
+
showPlaceHolder?: boolean | undefined;
|
|
1071
|
+
readOnly?: boolean | undefined;
|
|
1072
|
+
activateHover?: boolean | undefined;
|
|
1073
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
1074
|
+
onRemove?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
1075
|
+
onAdd?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
1076
|
+
};
|
|
1077
|
+
declare function BeeGalleryImage({ id, className, imageUrl, imageKey, imageAlt, imageTitle, imageCopyright, isImageSecured, showPlaceHolder, activateHover, readOnly, onClick, onRemove, onAdd, }: BeeGalleryImageProps): react_jsx_runtime.JSX.Element;
|
|
1078
|
+
|
|
1079
|
+
type BeeImageCropperProps = {
|
|
1080
|
+
/** Base64 string or URL of the image to crop */
|
|
1081
|
+
image: string;
|
|
1082
|
+
/** Optional custom ID for the component. Auto-generated if not provided. */
|
|
1083
|
+
id?: string | undefined;
|
|
1084
|
+
/** Optional additional CSS class names.
|
|
1085
|
+
* Tip: Set CSS variable --bee-image-cropper-height on parent to customize crop area height (default: 400px) */
|
|
1086
|
+
className?: string | undefined;
|
|
1087
|
+
/** Shape of the crop area. @default "rect" */
|
|
1088
|
+
cropShape?: "rect" | "round" | undefined;
|
|
1089
|
+
/** Width part of aspect ratio (e.g., 16 for 16:9). @default 1 */
|
|
1090
|
+
aspectWidth?: number | undefined;
|
|
1091
|
+
/** Height part of aspect ratio (e.g., 9 for 16:9). @default 1 */
|
|
1092
|
+
aspectHeight?: number | undefined;
|
|
1093
|
+
/** Explicit size of the crop area in pixels. If not provided, the crop area auto-sizes to fill the container. */
|
|
1094
|
+
cropSize?: {
|
|
1095
|
+
width: number;
|
|
1096
|
+
height: number;
|
|
1097
|
+
} | undefined;
|
|
1098
|
+
/** Maximum output dimension in pixels (larger side will be capped). @default 1024 */
|
|
1099
|
+
maxOutputSize?: number | undefined;
|
|
1100
|
+
/** Show zoom slider and input controls. @default true */
|
|
1101
|
+
showZoom?: boolean | undefined;
|
|
1102
|
+
/** Show rotation buttons. @default false */
|
|
1103
|
+
showRotation?: boolean | undefined;
|
|
1104
|
+
/** Where to display controls. @default "overlay" */
|
|
1105
|
+
controlsPosition?: "external" | "overlay" | undefined;
|
|
1106
|
+
/** Minimum zoom level as decimal (1 = 100%, 0.5 = 50%). @default 0.5 */
|
|
1107
|
+
minZoom?: number | undefined;
|
|
1108
|
+
/** Maximum zoom level as decimal (3 = 300%, 5 = 500%). @default 3 */
|
|
1109
|
+
maxZoom?: number | undefined;
|
|
1110
|
+
/** Step size for zoom slider. @default 0.1 */
|
|
1111
|
+
zoomStep?: number | undefined;
|
|
1112
|
+
/** Disable all controls */
|
|
1113
|
+
disabled?: boolean | undefined;
|
|
1114
|
+
/** Label for zoom control. @default "Zoom" */
|
|
1115
|
+
zoomLabel?: string | React.ReactNode;
|
|
1116
|
+
/** Label for rotation control. @default "Rotation" */
|
|
1117
|
+
rotateLabel?: string | React.ReactNode;
|
|
1118
|
+
};
|
|
1119
|
+
type BeeImageCropperRef = {
|
|
1120
|
+
/** Returns the cropped image as a File object (PNG format). Call this to get the final cropped result. */
|
|
1121
|
+
getCroppedFile: () => Promise<File>;
|
|
1122
|
+
};
|
|
1123
|
+
declare const _default: React.ForwardRefExoticComponent<BeeImageCropperProps & React.RefAttributes<BeeImageCropperRef>>;
|
|
1124
|
+
|
|
1125
|
+
type BeePanelProps = {
|
|
1126
|
+
/** Optional custom ID for the component. Auto-generated if not provided. */
|
|
1127
|
+
id?: string | undefined;
|
|
1128
|
+
className?: string | undefined;
|
|
1129
|
+
/** "default" = standard panel; "audit" = audit/history panel with optional add button and compact header */
|
|
1130
|
+
variant?: "default" | "audit" | undefined;
|
|
1131
|
+
header?: string | React.ReactNode;
|
|
1132
|
+
children?: React.ReactNode;
|
|
1133
|
+
collapsed?: boolean | undefined;
|
|
1134
|
+
type?: "primary" | "secondary" | undefined;
|
|
1135
|
+
/** Show the expand/collapse toggle button. @default true */
|
|
1136
|
+
showToggle?: boolean | undefined;
|
|
1137
|
+
/** Show an "add" button in the header (audit variant). @default false */
|
|
1138
|
+
showAdd?: boolean | undefined;
|
|
1139
|
+
/** Label for the add button. Used when showAdd is true. */
|
|
1140
|
+
addLabel?: string | React.ReactNode;
|
|
1141
|
+
readOnly?: boolean | undefined;
|
|
1142
|
+
disabled?: boolean | undefined;
|
|
1143
|
+
/** When true, the add button is hidden (e.g. project manager view). @default false */
|
|
1144
|
+
isPmView?: boolean | undefined;
|
|
1145
|
+
onToggle?: (event: PanelToggleEvent) => void;
|
|
1146
|
+
/** Called when the add button is clicked (audit variant). */
|
|
1147
|
+
onAddAddendum?: () => void;
|
|
1148
|
+
};
|
|
1149
|
+
declare function BeePanel({ id, className, variant, header, children, collapsed, type, showToggle, showAdd, addLabel, readOnly, disabled, isPmView, onToggle, onAddAddendum, }: BeePanelProps): react_jsx_runtime.JSX.Element;
|
|
1150
|
+
|
|
1151
|
+
type BeeSearchBarProps = {
|
|
1152
|
+
id?: string | undefined;
|
|
1153
|
+
className?: string | undefined;
|
|
1154
|
+
label?: string | undefined;
|
|
1155
|
+
value?: string | undefined;
|
|
1156
|
+
disabled?: boolean | undefined;
|
|
1157
|
+
readOnly?: boolean | undefined;
|
|
1158
|
+
deleteIcon?: string | undefined;
|
|
1159
|
+
required?: boolean | undefined;
|
|
1160
|
+
formstate?: "valid" | "error" | "neutral" | undefined;
|
|
1161
|
+
type?: "primary" | "secondary" | undefined;
|
|
1162
|
+
onSearch?: (term: string) => void;
|
|
1163
|
+
};
|
|
1164
|
+
declare function BeeSearchBar({ id, className, label, value, disabled, readOnly, deleteIcon, required, formstate, type, onSearch, }: BeeSearchBarProps): react_jsx_runtime.JSX.Element;
|
|
1165
|
+
|
|
1166
|
+
type BeeSkeletonListProps = {
|
|
1167
|
+
id?: string | undefined;
|
|
1168
|
+
className?: string | undefined;
|
|
1169
|
+
noSkeletons?: number | undefined;
|
|
1170
|
+
width?: string | undefined;
|
|
1171
|
+
height?: string | undefined;
|
|
1172
|
+
showHover?: boolean | undefined;
|
|
1173
|
+
showShade?: boolean | undefined;
|
|
1174
|
+
};
|
|
1175
|
+
declare function BeeSkeletonList({ id, className, noSkeletons, width, height, showHover, showShade, }: BeeSkeletonListProps): react_jsx_runtime.JSX.Element;
|
|
1176
|
+
|
|
1177
|
+
type imagesProps = {
|
|
1178
|
+
id?: string | undefined;
|
|
1179
|
+
url?: string | undefined;
|
|
1180
|
+
key?: string | undefined;
|
|
1181
|
+
length?: number | undefined;
|
|
1182
|
+
alt?: string | undefined;
|
|
1183
|
+
title?: string | undefined;
|
|
1184
|
+
copyright?: string | undefined;
|
|
1185
|
+
secured?: boolean | undefined;
|
|
1186
|
+
showPlaceholder?: boolean | undefined;
|
|
1187
|
+
};
|
|
1188
|
+
type BeeFlatImageGalleryProps = {
|
|
1189
|
+
id?: string | undefined;
|
|
1190
|
+
className?: string | undefined;
|
|
1191
|
+
images: imagesProps[];
|
|
1192
|
+
showAddOption?: boolean | undefined;
|
|
1193
|
+
readOnly?: boolean | undefined;
|
|
1194
|
+
activateHover?: boolean | undefined;
|
|
1195
|
+
onClick?: (e: string) => void;
|
|
1196
|
+
onRemove?: (e: string) => void;
|
|
1197
|
+
onAdd?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
1198
|
+
};
|
|
1199
|
+
declare function BeeFlatImageGallery({ id, className, images, showAddOption, activateHover, readOnly, onClick, onRemove, onAdd, }: BeeFlatImageGalleryProps): react_jsx_runtime.JSX.Element;
|
|
1200
|
+
|
|
1201
|
+
type BeeNutzungsartMixProps = {
|
|
1202
|
+
id?: string | undefined;
|
|
1203
|
+
className?: string | undefined;
|
|
1204
|
+
label?: string | undefined;
|
|
1205
|
+
forceRerenderToggle?: boolean | undefined;
|
|
1206
|
+
aOffice: number;
|
|
1207
|
+
aRetail: number;
|
|
1208
|
+
aWohnen: number;
|
|
1209
|
+
aLogistik: number;
|
|
1210
|
+
aSonstige: number;
|
|
1211
|
+
type?: "primary" | "secondary" | undefined;
|
|
1212
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
1213
|
+
statusLabel?: string | undefined;
|
|
1214
|
+
disabled?: boolean | undefined;
|
|
1215
|
+
readOnly?: boolean | undefined;
|
|
1216
|
+
required?: boolean | undefined;
|
|
1217
|
+
onChange?: (e: SliderSlideEndEvent | any) => void;
|
|
1218
|
+
};
|
|
1219
|
+
declare function BeeNutzungsartMix({ id, className, label, disabled, forceRerenderToggle, aOffice, aRetail, aWohnen, aLogistik, aSonstige, type, formstate, statusLabel, readOnly, required, onChange, }: BeeNutzungsartMixProps): react_jsx_runtime.JSX.Element;
|
|
1220
|
+
|
|
1221
|
+
type BeeImage = {
|
|
1222
|
+
id?: string | undefined;
|
|
1223
|
+
url: string;
|
|
1224
|
+
access?: string | undefined;
|
|
1225
|
+
access_expire?: Date | undefined;
|
|
1226
|
+
alt?: string | undefined;
|
|
1227
|
+
copyright?: string | undefined;
|
|
1228
|
+
secured?: boolean | undefined;
|
|
1229
|
+
showPlaceholder?: boolean | undefined;
|
|
1230
|
+
title?: string | undefined;
|
|
1231
|
+
};
|
|
1232
|
+
type BeeImageSliderProps = {
|
|
1233
|
+
id?: string | undefined;
|
|
1234
|
+
className?: string | undefined;
|
|
1235
|
+
type?: "primary" | "secondary" | undefined;
|
|
1236
|
+
images: BeeImage[];
|
|
1237
|
+
activeIndex?: number | undefined;
|
|
1238
|
+
};
|
|
1239
|
+
declare const BeeImageSlider: React.ForwardRefExoticComponent<BeeImageSliderProps & React.RefAttributes<unknown>>;
|
|
1240
|
+
|
|
1241
|
+
type CommonProps = {
|
|
39
1242
|
disabled?: boolean;
|
|
40
|
-
required?: boolean;
|
|
41
1243
|
readOnly?: boolean;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
1244
|
+
required?: boolean;
|
|
1245
|
+
formstate?: "valid" | "error" | "neutral";
|
|
1246
|
+
};
|
|
1247
|
+
type DropdownFilterProps = CommonProps & {
|
|
1248
|
+
filterType?: "dropdown";
|
|
1249
|
+
label: string;
|
|
1250
|
+
value: any;
|
|
1251
|
+
options: any[];
|
|
1252
|
+
optionLabel: string;
|
|
1253
|
+
onChange: (value: any) => void;
|
|
1254
|
+
};
|
|
1255
|
+
type TreeSelectFilterProps = CommonProps & {
|
|
1256
|
+
filterType: "treeselect";
|
|
1257
|
+
label: string;
|
|
1258
|
+
value: string | TreeSelectSelectionKeysType | TreeSelectSelectionKeysType[] | null | undefined;
|
|
1259
|
+
options: TreeNode[];
|
|
1260
|
+
onChange: (value: string | TreeSelectSelectionKeysType | TreeSelectSelectionKeysType[] | null | undefined) => void;
|
|
1261
|
+
selectionMode?: "single" | "multiple" | "checkbox";
|
|
1262
|
+
display?: "chip" | "comma";
|
|
1263
|
+
placeholder?: string;
|
|
1264
|
+
};
|
|
1265
|
+
type FilterProps = DropdownFilterProps | TreeSelectFilterProps;
|
|
1266
|
+
type SortProps = CommonProps & {
|
|
1267
|
+
label: string;
|
|
1268
|
+
value: any;
|
|
1269
|
+
options: any[];
|
|
1270
|
+
optionLabel: string;
|
|
1271
|
+
onChange: (value: any) => void;
|
|
1272
|
+
};
|
|
1273
|
+
type SearchProps = CommonProps & {
|
|
1274
|
+
label: string;
|
|
1275
|
+
value: string;
|
|
45
1276
|
type: "primary" | "secondary";
|
|
46
|
-
|
|
47
|
-
|
|
1277
|
+
onSearch: (term: string) => void;
|
|
1278
|
+
};
|
|
1279
|
+
type BeeFilterSortSearchProps = {
|
|
1280
|
+
className?: string | undefined;
|
|
1281
|
+
filter?: FilterProps | undefined;
|
|
1282
|
+
sort?: SortProps | undefined;
|
|
1283
|
+
search?: SearchProps | undefined;
|
|
1284
|
+
};
|
|
1285
|
+
declare function BeeFilterSortSearch({ className, filter, sort, search }: BeeFilterSortSearchProps): react_jsx_runtime.JSX.Element;
|
|
1286
|
+
|
|
1287
|
+
type BeeConfirmDialogProps = {
|
|
1288
|
+
id?: string | undefined;
|
|
1289
|
+
className?: string | undefined;
|
|
1290
|
+
visible?: boolean | undefined;
|
|
1291
|
+
message?: string | undefined;
|
|
1292
|
+
header?: string | undefined;
|
|
1293
|
+
type?: "primary" | "secondary" | "default" | "danger" | undefined;
|
|
1294
|
+
messageIcon?: string | undefined;
|
|
1295
|
+
acceptLabel?: string | undefined;
|
|
1296
|
+
rejectLabel?: string | undefined;
|
|
1297
|
+
acceptIcon?: string | undefined;
|
|
1298
|
+
rejectIcon?: string | undefined;
|
|
1299
|
+
onAccept?: () => void;
|
|
1300
|
+
onReject?: () => void;
|
|
1301
|
+
onHide?: () => void;
|
|
1302
|
+
};
|
|
1303
|
+
declare function BeeConfirmDialog({ id, className, visible, message, messageIcon, acceptIcon, rejectIcon, acceptLabel, rejectLabel, header, type, onAccept, onReject, onHide, }: BeeConfirmDialogProps): react_jsx_runtime.JSX.Element;
|
|
1304
|
+
|
|
1305
|
+
type BeeDeletionDialogProps = {
|
|
1306
|
+
id?: string | undefined;
|
|
1307
|
+
className?: string | undefined;
|
|
1308
|
+
visible?: boolean | undefined;
|
|
1309
|
+
message?: string | undefined;
|
|
1310
|
+
header?: string | undefined;
|
|
1311
|
+
type?: "primary" | "secondary" | "default" | undefined;
|
|
1312
|
+
messageIcon?: string | undefined;
|
|
1313
|
+
acceptLabel?: string | undefined;
|
|
1314
|
+
rejectLabel?: string | undefined;
|
|
1315
|
+
onAccept?: () => void;
|
|
1316
|
+
onReject?: () => void;
|
|
1317
|
+
onHide?: () => void;
|
|
1318
|
+
};
|
|
1319
|
+
declare function BeeDeletionDialog({ id, className, visible, message, header, type, messageIcon, acceptLabel, rejectLabel, onAccept, onReject, onHide, }: BeeDeletionDialogProps): react_jsx_runtime.JSX.Element;
|
|
1320
|
+
|
|
1321
|
+
type BeeErrorDialogProps = {
|
|
1322
|
+
id?: string | undefined;
|
|
1323
|
+
className?: string | undefined;
|
|
1324
|
+
visible?: boolean | undefined;
|
|
1325
|
+
message?: string | undefined;
|
|
1326
|
+
header?: string | undefined;
|
|
1327
|
+
type?: "primary" | "secondary" | "default" | "danger" | undefined;
|
|
1328
|
+
messageIcon?: string | undefined;
|
|
1329
|
+
acceptLabel?: string | undefined;
|
|
1330
|
+
acceptIcon?: string | undefined;
|
|
1331
|
+
onAccept?: () => void;
|
|
1332
|
+
onReject?: () => void;
|
|
1333
|
+
onHide?: () => void;
|
|
1334
|
+
};
|
|
1335
|
+
declare function BeeErrorDialog({ id, className, visible, message, header, type, messageIcon, acceptLabel, acceptIcon, onAccept, onHide, }: BeeErrorDialogProps): react_jsx_runtime.JSX.Element;
|
|
1336
|
+
|
|
1337
|
+
type BeeInfoDialogProps = {
|
|
1338
|
+
id?: string | undefined;
|
|
1339
|
+
className?: string | undefined;
|
|
1340
|
+
visible?: boolean | undefined;
|
|
1341
|
+
message?: string | undefined;
|
|
1342
|
+
header?: string | undefined;
|
|
1343
|
+
type?: "primary" | "secondary" | "default" | "danger" | undefined;
|
|
1344
|
+
acceptLabel?: string | undefined;
|
|
1345
|
+
onAccept?: () => void;
|
|
1346
|
+
};
|
|
1347
|
+
declare function BeeInfoDialog({ id, className, visible, message, header, type, acceptLabel, onAccept, }: BeeInfoDialogProps): react_jsx_runtime.JSX.Element;
|
|
1348
|
+
|
|
1349
|
+
type BeeUploadDialogProps = {
|
|
1350
|
+
id?: string | undefined;
|
|
1351
|
+
className?: string | undefined;
|
|
1352
|
+
type?: "primary" | "secondary" | undefined;
|
|
1353
|
+
visible?: boolean | undefined;
|
|
1354
|
+
disabled?: boolean | undefined;
|
|
1355
|
+
locale?: "de-DE" | "en-US" | undefined;
|
|
1356
|
+
header?: string | undefined;
|
|
1357
|
+
info?: string | undefined;
|
|
1358
|
+
titleLabel?: string | undefined;
|
|
1359
|
+
titleVisible?: boolean | undefined;
|
|
1360
|
+
copyrightLabel?: string | undefined;
|
|
1361
|
+
copyrightVisible?: boolean | undefined;
|
|
1362
|
+
dropzoneTitle?: string | undefined;
|
|
1363
|
+
dropzoneDescription?: string | undefined;
|
|
1364
|
+
dropzoneAddLabel?: string | undefined;
|
|
1365
|
+
dropzoneFormats?: {
|
|
1366
|
+
[key: string]: string[];
|
|
1367
|
+
} | undefined;
|
|
1368
|
+
progressVisible?: boolean | undefined;
|
|
1369
|
+
progressMessage?: string | undefined;
|
|
1370
|
+
errorVisible?: boolean | undefined;
|
|
1371
|
+
errorHeadline?: string | undefined;
|
|
1372
|
+
errorDescription?: string | undefined;
|
|
1373
|
+
onHide?: () => void;
|
|
1374
|
+
onUpload?: ({ file, name, copyright, originalFileName }: UploadFileType) => void;
|
|
1375
|
+
};
|
|
1376
|
+
type UploadFileType = {
|
|
1377
|
+
file: File;
|
|
1378
|
+
name: string | undefined;
|
|
1379
|
+
copyright: string | undefined;
|
|
1380
|
+
originalFileName: string | undefined;
|
|
1381
|
+
};
|
|
1382
|
+
declare function BeeUploadDialog({ id, className, type, visible, disabled, locale, header, info, titleLabel, titleVisible, copyrightLabel, copyrightVisible, dropzoneTitle, dropzoneDescription, dropzoneAddLabel, dropzoneFormats, progressVisible, progressMessage, errorVisible, errorHeadline, errorDescription, onHide, onUpload, }: BeeUploadDialogProps): react_jsx_runtime.JSX.Element;
|
|
1383
|
+
|
|
1384
|
+
type AllowedImageExtension = ".png" | ".jpg" | ".jpeg" | ".gif" | ".webp" | ".bmp" | ".svg" | ".ico";
|
|
1385
|
+
type BeeImageUploadDialogProps = {
|
|
1386
|
+
id?: string | undefined;
|
|
1387
|
+
className?: string | undefined;
|
|
1388
|
+
type?: "primary" | "secondary" | undefined;
|
|
1389
|
+
visible?: boolean | undefined;
|
|
1390
|
+
disabled?: boolean | undefined;
|
|
1391
|
+
dropzoneTitle?: string | undefined;
|
|
1392
|
+
dropzoneDescription?: string | undefined;
|
|
1393
|
+
dropzoneAddLabel?: string | undefined;
|
|
1394
|
+
dropzoneFormats?: {
|
|
1395
|
+
[key: string]: AllowedImageExtension[];
|
|
1396
|
+
};
|
|
1397
|
+
progressVisible?: boolean | undefined;
|
|
1398
|
+
progressMessage?: string | undefined;
|
|
1399
|
+
errorVisible?: boolean | undefined;
|
|
1400
|
+
errorHeadline?: string | undefined;
|
|
1401
|
+
errorDescription?: string | undefined;
|
|
1402
|
+
cropShape?: "rect" | "round" | undefined;
|
|
1403
|
+
aspectWidth?: number | undefined;
|
|
1404
|
+
aspectHeight?: number | undefined;
|
|
1405
|
+
cropSize?: {
|
|
1406
|
+
width: number;
|
|
1407
|
+
height: number;
|
|
1408
|
+
} | undefined;
|
|
1409
|
+
maxOutputSize?: number | undefined;
|
|
1410
|
+
showZoom?: boolean;
|
|
1411
|
+
showRotation?: boolean;
|
|
1412
|
+
controlsPosition?: "external" | "overlay" | undefined;
|
|
1413
|
+
minZoom?: number | undefined;
|
|
1414
|
+
maxZoom?: number | undefined;
|
|
1415
|
+
zoomStep?: number | undefined;
|
|
1416
|
+
zoomLabel?: string;
|
|
1417
|
+
rotateLabel?: string;
|
|
1418
|
+
onHide: () => void;
|
|
1419
|
+
onUpload: (data: UploadFileType) => void;
|
|
1420
|
+
};
|
|
1421
|
+
declare function BeeImageUploadDialog({ id, className, type, visible, disabled, dropzoneTitle, dropzoneDescription, dropzoneAddLabel, dropzoneFormats, progressVisible, progressMessage, errorVisible, errorHeadline, errorDescription, cropShape, aspectWidth, aspectHeight, cropSize, maxOutputSize, showZoom, showRotation, controlsPosition, minZoom, maxZoom, zoomStep, zoomLabel, rotateLabel, onHide, onUpload, }: BeeImageUploadDialogProps): react_jsx_runtime.JSX.Element;
|
|
1422
|
+
|
|
1423
|
+
type Country = {
|
|
1424
|
+
id?: string | undefined;
|
|
1425
|
+
country: string;
|
|
1426
|
+
poBox: string;
|
|
1427
|
+
};
|
|
1428
|
+
type Address = {
|
|
1429
|
+
street: string;
|
|
1430
|
+
streetNo: string;
|
|
1431
|
+
poBox?: string;
|
|
1432
|
+
zipCode: string;
|
|
1433
|
+
city: string;
|
|
1434
|
+
country: string;
|
|
1435
|
+
};
|
|
1436
|
+
type AlphaAdressFormProps = {
|
|
1437
|
+
className?: string | undefined;
|
|
1438
|
+
data?: Address | undefined;
|
|
1439
|
+
countries: Country[];
|
|
1440
|
+
errorStreet?: boolean | undefined;
|
|
1441
|
+
errorStreetNo?: boolean | undefined;
|
|
1442
|
+
errorPoBox?: boolean | undefined;
|
|
1443
|
+
errorZipCode?: boolean | undefined;
|
|
1444
|
+
errorCity?: boolean | undefined;
|
|
1445
|
+
errorCountry?: boolean | undefined;
|
|
1446
|
+
disabled?: boolean | undefined;
|
|
1447
|
+
readOnly?: boolean | undefined;
|
|
1448
|
+
onChangeAdress?: (address: Address) => void;
|
|
1449
|
+
};
|
|
1450
|
+
declare function AlphaAdressForm({ className, data, countries, errorStreet, errorStreetNo, errorPoBox, errorZipCode, errorCity, errorCountry, disabled, readOnly, onChangeAdress, }: AlphaAdressFormProps): react_jsx_runtime.JSX.Element;
|
|
1451
|
+
|
|
1452
|
+
type ImageType = {
|
|
1453
|
+
id?: string;
|
|
1454
|
+
url?: string;
|
|
1455
|
+
key?: string;
|
|
1456
|
+
title?: string;
|
|
1457
|
+
alt?: string;
|
|
1458
|
+
copyright?: string;
|
|
1459
|
+
secured?: boolean;
|
|
1460
|
+
showPlaceholder: boolean;
|
|
1461
|
+
};
|
|
1462
|
+
type BeeImageCardProps = {
|
|
1463
|
+
id?: string | undefined;
|
|
1464
|
+
className?: string | undefined;
|
|
1465
|
+
preheadline?: string | React.ReactNode;
|
|
1466
|
+
headline?: string | React.ReactNode;
|
|
1467
|
+
subheadline?: string | React.ReactNode;
|
|
1468
|
+
showIcon?: boolean | undefined;
|
|
1469
|
+
iconClassName?: string | undefined;
|
|
1470
|
+
image: ImageType;
|
|
1471
|
+
content: React.ReactNode;
|
|
1472
|
+
activateHover?: boolean | undefined;
|
|
1473
|
+
disabled?: boolean | undefined;
|
|
1474
|
+
readOnly?: boolean | undefined;
|
|
1475
|
+
banner?: React.ReactNode;
|
|
1476
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
1477
|
+
onClickIcon?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
1478
|
+
};
|
|
1479
|
+
declare function BeeImageCard({ id, className, preheadline, headline, subheadline, showIcon, iconClassName, image, content, activateHover, disabled, readOnly, banner, onClick, onClickIcon, }: BeeImageCardProps): react_jsx_runtime.JSX.Element;
|
|
1480
|
+
|
|
1481
|
+
type BeeDocumentTableProps = {
|
|
1482
|
+
id?: string | undefined;
|
|
1483
|
+
className?: string | undefined;
|
|
1484
|
+
data?: DocTableEntry[];
|
|
1485
|
+
type?: "dark" | "light" | undefined;
|
|
1486
|
+
uploadLabel?: string | undefined;
|
|
1487
|
+
readOnly?: boolean | undefined;
|
|
1488
|
+
disabled?: boolean | undefined;
|
|
1489
|
+
showDescription?: boolean | undefined;
|
|
1490
|
+
showDownload?: boolean | undefined;
|
|
1491
|
+
showDelete?: boolean | undefined;
|
|
1492
|
+
enableBulkDownload?: boolean | undefined;
|
|
1493
|
+
isBulkDownloadLoading?: boolean | undefined;
|
|
1494
|
+
onDownloadAll?: (e: string[]) => void;
|
|
1495
|
+
onDownload?: (e: string) => void;
|
|
1496
|
+
onDelete?: (e: string) => void;
|
|
1497
|
+
onUpload?: () => void;
|
|
1498
|
+
};
|
|
1499
|
+
type DocTableEntry = {
|
|
1500
|
+
id: string;
|
|
1501
|
+
descr?: string;
|
|
1502
|
+
filename?: string;
|
|
1503
|
+
fileSrc?: string;
|
|
1504
|
+
timestamp?: Date;
|
|
1505
|
+
size?: number;
|
|
1506
|
+
type?: string;
|
|
48
1507
|
};
|
|
49
|
-
declare function
|
|
1508
|
+
declare function BeeDocumentTable({ id, className, data, type, uploadLabel, readOnly, disabled, showDescription, showDownload, showDelete, enableBulkDownload, isBulkDownloadLoading, onDownloadAll, onDownload, onDelete, onUpload, }: BeeDocumentTableProps): react_jsx_runtime.JSX.Element;
|
|
50
1509
|
|
|
51
|
-
export { BeeButton, BeeCheckbox, BeeLabel };
|
|
1510
|
+
export { BasicPriceChart, BeeAddEntryCard, AlphaAdressForm as BeeAdressForm, BeeArrowDiff, BeeAutocompleteDropdown, BeeAutocompleteTag, BeeAvatar, BeeBadge, BeeBreadcrumb, BeeButton, BeeChangesChip, BeeCheckbox, BeeCheckboxTriState, BeeChip, BeeChipArea, BeeChipDropdown, BeeChipInput, BeeColorSelect, BeeConfirmDialog, BeeContentHeadline, BeeContentParagraph, BeeCopyInput, BeeCurrencyInput, BeeCurrencySelect, BeeDateInput, BeeDateTimeInput, BeeDeletionDialog, BeeDivider, BeeDocumentTable, BeeDropDown, BeeErrorDialog, BeeFilterDropDown, BeeFilterSortSearch, BeeFilterTreeSelect, BeeFlatImageGallery, BeeGalleryImage, BeeIconBadgeButton, BeeIconButton, BeeImage$1 as BeeImage, BeeImageCard, _default as BeeImageCropper, BeeFlatImageGallery as BeeImageGallery, BeeImageSlider, BeeImageUploadDialog, BeeInfoDialog, BeeKnob, BeeLabel, BeeLink, BeeLinkButton, BeeLoadingBar, BeeLoadingSpinner, BeeMixButton, BeeNumberInput, BeeNumberSelect, BeeNutzungsartMix, BeeOutlinedButton, BeeOutlinedIconButton, BeePanel, BeePasswordInput, BeePercentageInput, BeePlaceholder, BeeSearchBar, BeeSelectButton, BeeSequencePosition, BeeShareBar, BeeSkeleton, BeeSkeletonList, BeeSlider, BeeSplitButton, BeeStarBar, BeeSwitch, BeeTabview, BeeTextArea, BeeTextInput, BeeTimeInput, BeeToolBarButton, BeeTreeSelect, BeeUploadDialog, BeeVisibleItemCount, ContractPotentialsChart, LvEditingStatusChart, LvInsightsChart };
|
|
1511
|
+
export type { BeeImageCropperProps, BeeImageCropperRef, UploadFileType };
|