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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
2
3
|
import "../../../aa_style/generaltheme.css";
|
|
3
4
|
import "primeicons/primeicons.css";
|
|
4
5
|
import "./BeeButton.scss";
|
|
@@ -6,20 +7,27 @@ type BeeButtonProps = {
|
|
|
6
7
|
/** A unique identifier for the button. */
|
|
7
8
|
id?: string | undefined;
|
|
8
9
|
/** Additional CSS class names to apply to the button. */
|
|
9
|
-
className?: string;
|
|
10
|
+
className?: string | undefined;
|
|
10
11
|
/** The text displayed on the button. */
|
|
11
|
-
label
|
|
12
|
+
label?: string | undefined;
|
|
12
13
|
/** Disables the button if set to `true`. */
|
|
13
|
-
disabled?: boolean;
|
|
14
|
+
disabled?: boolean | undefined;
|
|
14
15
|
/** Specifies the type of button. */
|
|
15
|
-
type
|
|
16
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
17
|
+
/** Position of the icon. */
|
|
18
|
+
iconPos?: "left" | "right" | undefined;
|
|
19
|
+
/** Tooltip text. */
|
|
20
|
+
tooltip?: string | undefined;
|
|
21
|
+
/** Tooltip options (PrimeReact). */
|
|
22
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
16
23
|
/** Displays a loading indicator if set to `true`. */
|
|
17
|
-
|
|
18
|
-
|
|
24
|
+
isLoading?: boolean | undefined;
|
|
25
|
+
/** Button size (PrimeReact). */
|
|
26
|
+
size?: "small" | "large" | undefined;
|
|
19
27
|
/** Callback function invoked when the button is clicked. */
|
|
20
28
|
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
21
29
|
};
|
|
22
30
|
/**A customizable button component for use in web applications.*/
|
|
23
|
-
export declare function BeeButton({ id, className, label, disabled, type, tooltip, isLoading, onClick }: BeeButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export declare function BeeButton({ id, className, label, disabled, type, iconPos, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
24
32
|
export default BeeButton;
|
|
25
33
|
//# sourceMappingURL=BeeButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BeeButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"BeeButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGxE,OAAO,oCAAoC,CAAC;AAC5C,OAAO,2BAA2B,CAAC;AACnC,OAAO,kBAAkB,CAAC;AAE1B,KAAK,cAAc,GAAG;IACpB,0CAA0C;IAC1C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,yDAAyD;IACzD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,wCAAwC;IACxC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,oCAAoC;IACpC,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,4BAA4B;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;IACvC,oBAAoB;IACpB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,oCAAoC;IACpC,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,qDAAqD;IACrD,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,gCAAgC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,4DAA4D;IAC5D,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,iEAAiE;AACjE,wBAAgB,SAAS,CAAC,EACxB,EAAE,EACF,SAAS,EACT,KAAK,EACL,QAAQ,EACR,IAAgB,EAChB,OAAiB,EACjB,OAAO,EACP,cAAc,EACd,SAAS,EACT,IAAI,EACJ,OAAO,GACR,EAAE,cAAc,2CAqChB;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ButtonProps } from "primereact/button";
|
|
3
|
+
import type { IconType } from "primereact/utils";
|
|
4
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
5
|
+
import "./BeeIconBadgeButton.scss";
|
|
6
|
+
type BeeIconBadgeButtonProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
10
|
+
value: string;
|
|
11
|
+
disabled?: boolean | undefined;
|
|
12
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
13
|
+
tooltip?: string | undefined;
|
|
14
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
15
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
16
|
+
};
|
|
17
|
+
export declare function BeeIconBadgeButton({ id, className, iconClass, value, disabled, type, tooltip, tooltipOptions, onClick, }: BeeIconBadgeButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export default BeeIconBadgeButton;
|
|
19
|
+
//# sourceMappingURL=BeeIconBadgeButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeIconBadgeButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeIconBadgeButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGxE,OAAO,2BAA2B,CAAC;AAEnC,KAAK,uBAAuB,GAAG;IAC7B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,EACjC,EAAE,EACF,SAAS,EACT,SAAS,EACT,KAAK,EACL,QAAQ,EACR,IAAgB,EAChB,OAAO,EACP,cAAc,EACd,OAAO,GACR,EAAE,uBAAuB,2CA2CzB;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ButtonProps } from "primereact/button";
|
|
3
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
4
|
+
import type { IconType } from "primereact/utils";
|
|
5
|
+
import "./BeeIconButton.scss";
|
|
6
|
+
type BeeIconButtonProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
10
|
+
rounded?: boolean | undefined;
|
|
11
|
+
halfRounded?: boolean | undefined;
|
|
12
|
+
disabled?: boolean | undefined;
|
|
13
|
+
type?: "primary" | "secondary" | "danger" | "lightPrimary" | "lightSecondary" | "lightDanger" | undefined;
|
|
14
|
+
isLoading?: boolean | undefined;
|
|
15
|
+
tooltip?: string | undefined;
|
|
16
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
17
|
+
size?: "small" | "large" | undefined;
|
|
18
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
19
|
+
};
|
|
20
|
+
export declare function BeeIconButton({ id, className, iconClass, rounded, halfRounded, disabled, type, isLoading, tooltip, tooltipOptions, size, onClick, }: BeeIconButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export default BeeIconButton;
|
|
22
|
+
//# sourceMappingURL=BeeIconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIjD,OAAO,sBAAsB,CAAC;AAE9B,KAAK,kBAAkB,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,SAAS,CAAC;IAC1G,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,wBAAgB,aAAa,CAAC,EAC5B,EAAE,EACF,SAAS,EACT,SAAS,EACT,OAAe,EACf,WAAW,EACX,QAAQ,EACR,IAAgB,EAChB,SAAS,EACT,OAAO,EACP,cAAc,EACd,IAAI,EACJ,OAAO,GACR,EAAE,kBAAkB,2CA2CpB;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
3
|
+
import "./BeeLinkButton.scss";
|
|
4
|
+
type BeeLinkButtonProps = {
|
|
5
|
+
id?: string | undefined;
|
|
6
|
+
className?: string | undefined;
|
|
7
|
+
label?: string | undefined;
|
|
8
|
+
disabled?: boolean | undefined;
|
|
9
|
+
raised?: boolean | undefined;
|
|
10
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
11
|
+
tooltip?: string | undefined;
|
|
12
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
13
|
+
isLoading?: boolean | undefined;
|
|
14
|
+
size?: "small" | "large" | undefined;
|
|
15
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
16
|
+
};
|
|
17
|
+
export declare function BeeLinkButton({ id, className, label, raised, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeLinkButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export default BeeLinkButton;
|
|
19
|
+
//# sourceMappingURL=BeeLinkButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeLinkButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeLinkButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGxE,OAAO,sBAAsB,CAAC;AAE9B,KAAK,kBAAkB,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC7B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,wBAAgB,aAAa,CAAC,EAC5B,EAAE,EACF,SAAS,EACT,KAAK,EACL,MAAc,EACd,QAAQ,EACR,IAAgB,EAChB,OAAO,EACP,cAAc,EACd,SAAS,EACT,IAAI,EACJ,OAAO,GACR,EAAE,kBAAkB,2CAsCpB;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ButtonProps } from "primereact/button";
|
|
3
|
+
import type { IconType } from "primereact/utils";
|
|
4
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
5
|
+
import "./BeeMixButton.scss";
|
|
6
|
+
type BeeMixButtonProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
11
|
+
iconPos?: "left" | "right" | undefined;
|
|
12
|
+
disabled?: boolean | undefined;
|
|
13
|
+
type?: "primary" | "secondary" | "danger" | "lightPrimary" | "lightSecondary" | "lightDanger" | undefined;
|
|
14
|
+
isLoading?: boolean | undefined;
|
|
15
|
+
tooltip?: string | undefined;
|
|
16
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
17
|
+
size?: "small" | "large" | undefined;
|
|
18
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
19
|
+
};
|
|
20
|
+
export declare function BeeMixButton({ id, className, label, iconClass, iconPos, disabled, type, isLoading, tooltip, tooltipOptions, size, onClick, }: BeeMixButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export default BeeMixButton;
|
|
22
|
+
//# sourceMappingURL=BeeMixButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeMixButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeMixButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAIxE,OAAO,qBAAqB,CAAC;AAE7B,KAAK,iBAAiB,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,SAAS,CAAC;IAC1G,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,EAAE,EACF,SAAS,EACT,KAAK,EACL,SAAS,EACT,OAAiB,EACjB,QAAQ,EACR,IAAgB,EAChB,SAAS,EACT,OAAO,EACP,cAAc,EACd,IAAI,EACJ,OAAO,GACR,EAAE,iBAAiB,2CA0CnB;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
3
|
+
import "./BeeOutlinedButton.scss";
|
|
4
|
+
type BeeOutlinedButtonProps = {
|
|
5
|
+
id?: string | undefined;
|
|
6
|
+
className?: string | undefined;
|
|
7
|
+
label?: string | undefined;
|
|
8
|
+
disabled?: boolean | undefined;
|
|
9
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
10
|
+
tooltip?: string | undefined;
|
|
11
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
12
|
+
isLoading?: boolean | undefined;
|
|
13
|
+
size?: "small" | "large" | undefined;
|
|
14
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
15
|
+
};
|
|
16
|
+
export declare function BeeOutlinedButton({ id, className, label, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeOutlinedButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default BeeOutlinedButton;
|
|
18
|
+
//# sourceMappingURL=BeeOutlinedButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeOutlinedButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeOutlinedButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGxE,OAAO,0BAA0B,CAAC;AAElC,KAAK,sBAAsB,GAAG;IAC5B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,EAChC,EAAE,EACF,SAAS,EACT,KAAK,EACL,QAAQ,EACR,IAAgB,EAChB,OAAO,EACP,cAAc,EACd,SAAS,EACT,IAAI,EACJ,OAAO,GACR,EAAE,sBAAsB,2CAsCxB;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ButtonProps } from "primereact/button";
|
|
3
|
+
import type { IconType } from "primereact/utils";
|
|
4
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
5
|
+
import "./BeeOutlinedIconButton.scss";
|
|
6
|
+
type BeeOutlinedIconButtonProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
10
|
+
rounded?: boolean | undefined;
|
|
11
|
+
disabled?: boolean | undefined;
|
|
12
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
13
|
+
tooltip?: string | undefined;
|
|
14
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
15
|
+
isLoading?: boolean | undefined;
|
|
16
|
+
size?: "small" | "large" | undefined;
|
|
17
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
18
|
+
};
|
|
19
|
+
export declare function BeeOutlinedIconButton({ id, className, iconClass, rounded, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeOutlinedIconButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export default BeeOutlinedIconButton;
|
|
21
|
+
//# sourceMappingURL=BeeOutlinedIconButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeOutlinedIconButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeOutlinedIconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGxE,OAAO,8BAA8B,CAAC;AAEtC,KAAK,0BAA0B,GAAG;IAChC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,EACpC,EAAE,EACF,SAAS,EACT,SAAS,EACT,OAAe,EACf,QAAQ,EACR,IAAgB,EAChB,OAAO,EACP,cAAc,EACd,SAAS,EACT,IAAI,EACJ,OAAO,GACR,EAAE,0BAA0B,2CAuC5B;AAED,eAAe,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { SelectItemOptionsType } from "primereact/selectitem";
|
|
2
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
3
|
+
import "./BeeSelectButton.scss";
|
|
4
|
+
type BeeSelectButtonProps = {
|
|
5
|
+
id?: string | undefined;
|
|
6
|
+
className?: string | undefined;
|
|
7
|
+
options?: SelectItemOptionsType | undefined;
|
|
8
|
+
selectedOption?: string | undefined;
|
|
9
|
+
disabled?: boolean | undefined;
|
|
10
|
+
type?: "primary" | "secondary" | undefined;
|
|
11
|
+
itemTemplate?: any | undefined;
|
|
12
|
+
tooltip?: string | undefined;
|
|
13
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
14
|
+
onSelect?: (option: string) => void;
|
|
15
|
+
};
|
|
16
|
+
export declare function BeeSelectButton({ id, className, options, selectedOption, disabled, type, itemTemplate, tooltip, tooltipOptions, onSelect, }: BeeSelectButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default BeeSelectButton;
|
|
18
|
+
//# sourceMappingURL=BeeSelectButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeSelectButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeSelectButton.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAGxE,OAAO,wBAAwB,CAAC;AAEhC,KAAK,oBAAoB,GAAG;IAC1B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAC5C,cAAc,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,CAAC;IAC3C,YAAY,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IAC/B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAC9B,EAAE,EACF,SAAS,EACT,OAAO,EACP,cAAc,EACd,QAAQ,EACR,IAAgB,EAChB,YAAY,EACZ,OAAO,EACP,cAAc,EACd,QAAQ,GACT,EAAE,oBAAoB,2CAgCtB;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type SplitButtonProps } from "primereact/splitbutton";
|
|
3
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
4
|
+
import type { MenuItem } from "primereact/menuitem";
|
|
5
|
+
import type { IconType } from "primereact/utils";
|
|
6
|
+
import "./BeeSplitButton.scss";
|
|
7
|
+
type BeeSplitButtonProps = {
|
|
8
|
+
id?: string | undefined;
|
|
9
|
+
className?: string | undefined;
|
|
10
|
+
label?: string | undefined;
|
|
11
|
+
iconClass?: IconType<SplitButtonProps> | undefined;
|
|
12
|
+
dropdownIcon?: IconType<SplitButtonProps> | undefined;
|
|
13
|
+
disabled?: boolean | undefined;
|
|
14
|
+
isLoading?: boolean | undefined;
|
|
15
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
16
|
+
model?: MenuItem[] | undefined;
|
|
17
|
+
menuClassName?: string | undefined;
|
|
18
|
+
menuButtonClassName?: string | undefined;
|
|
19
|
+
tooltip?: string | undefined;
|
|
20
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
21
|
+
size?: "small" | "large" | undefined;
|
|
22
|
+
onClick?: (e: React.MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
23
|
+
};
|
|
24
|
+
export declare function BeeSplitButton({ id, className, label, iconClass, dropdownIcon, disabled, isLoading, type, model, menuClassName, menuButtonClassName, tooltip, tooltipOptions, size, onClick, }: BeeSplitButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
export default BeeSplitButton;
|
|
26
|
+
//# sourceMappingURL=BeeSplitButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeSplitButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeSplitButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,uBAAuB,CAAC;AAE/B,KAAK,mBAAmB,GAAG;IACzB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,QAAQ,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC;IACnD,YAAY,CAAC,EAAE,QAAQ,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC;IACtD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,KAAK,CAAC,EAAE,QAAQ,EAAE,GAAG,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CAClE,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,EAAE,EACF,SAAS,EACT,KAAK,EACL,SAAS,EACT,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,IAAgB,EAChB,KAAK,EACL,aAAa,EACb,mBAAmB,EACnB,OAAO,EACP,cAAc,EACd,IAAI,EACJ,OAAO,GACR,EAAE,mBAAmB,2CAyCrB;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ButtonProps } from "primereact/button";
|
|
3
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
4
|
+
import type { IconType } from "primereact/utils";
|
|
5
|
+
import "./BeeToolBarButton.scss";
|
|
6
|
+
type BeeToolBarButtonProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
iconClass: IconType<ButtonProps> | undefined;
|
|
10
|
+
rounded?: boolean | undefined;
|
|
11
|
+
disabled?: boolean | undefined;
|
|
12
|
+
type?: "primary" | "secondary" | "danger" | "light" | undefined;
|
|
13
|
+
tooltip?: string | undefined;
|
|
14
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
15
|
+
isLoading?: boolean | undefined;
|
|
16
|
+
size?: "small" | "large" | undefined;
|
|
17
|
+
onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
18
|
+
};
|
|
19
|
+
export declare function BeeToolBarButton({ id, className, iconClass, rounded, disabled, type, tooltip, tooltipOptions, isLoading, size, onClick, }: BeeToolBarButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export default BeeToolBarButton;
|
|
21
|
+
//# sourceMappingURL=BeeToolBarButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeToolBarButton.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/BeeToolBarButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAC7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,yBAAyB,CAAC;AAEjC,KAAK,qBAAqB,GAAG;IAC3B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,SAAS,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAChE,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACxE,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,EAC/B,EAAE,EACF,SAAS,EACT,SAAS,EACT,OAAO,EACP,QAAQ,EACR,IAAgB,EAChB,OAAO,EACP,cAAc,EACd,SAAS,EACT,IAAI,EACJ,OAAO,GACR,EAAE,qBAAqB,2CAuCvB;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
1
|
export { default as BeeButton } from "./BeeButton";
|
|
2
|
+
export { default as BeeIconBadgeButton } from "./BeeIconBadgeButton";
|
|
3
|
+
export { default as BeeIconButton } from "./BeeIconButton";
|
|
4
|
+
export { default as BeeOutlinedIconButton } from "./BeeOutlinedIconButton";
|
|
5
|
+
export { default as BeeLinkButton } from "./BeeLinkButton";
|
|
6
|
+
export { default as BeeMixButton } from "./BeeMixButton";
|
|
7
|
+
export { default as BeeOutlinedButton } from "./BeeOutlinedButton";
|
|
8
|
+
export { default as BeeSelectButton } from "./BeeSelectButton";
|
|
9
|
+
export { default as BeeSplitButton } from "./BeeSplitButton";
|
|
10
|
+
export { default as BeeToolBarButton } from "./BeeToolBarButton";
|
|
2
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/buttons/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ChartConfiguration, type ChartConfigurationCustomTypesPerDataset, type DefaultDataPoint } from "chart.js";
|
|
3
|
+
import "./BasicPriceChart.scss";
|
|
4
|
+
type BasicPriceChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
5
|
+
chartOptions: ChartConfiguration<"doughnut", DefaultDataPoint<"doughnut">, unknown> | ChartConfigurationCustomTypesPerDataset<"doughnut", DefaultDataPoint<"doughnut">, unknown>;
|
|
6
|
+
legend?: React.ReactNode;
|
|
7
|
+
noChartDisplay?: React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare function BasicPriceChart({ legend, chartOptions, noChartDisplay, id, className }: BasicPriceChartProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default BasicPriceChart;
|
|
11
|
+
//# sourceMappingURL=BasicPriceChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BasicPriceChart.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/chart/BasicPriceChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,EAML,KAAK,kBAAkB,EACvB,KAAK,uCAAuC,EAC5C,KAAK,gBAAgB,EACtB,MAAM,UAAU,CAAC;AAGlB,OAAO,wBAAwB,CAAC;AAIhC,KAAK,oBAAoB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG;IACnF,YAAY,EACR,kBAAkB,CAAC,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC,GACrE,uCAAuC,CAAC,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC,CAAC;IAC/F,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAAE,MAAM,EAAE,YAAY,EAAE,cAAc,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,oBAAoB,2CAiD5G;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "./BeeKnob.scss";
|
|
3
|
+
type BeeKnobProps = Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> & {
|
|
4
|
+
id?: string | undefined;
|
|
5
|
+
className?: string | undefined;
|
|
6
|
+
value?: number | undefined;
|
|
7
|
+
minValue?: number | undefined;
|
|
8
|
+
maxValue?: number | undefined;
|
|
9
|
+
step?: number | undefined;
|
|
10
|
+
size?: "xLarge" | "large" | "medium" | "small" | "xSmall" | undefined;
|
|
11
|
+
type?: "primary" | "secondary" | "mixed" | undefined;
|
|
12
|
+
disabled?: boolean | undefined;
|
|
13
|
+
readOnly?: boolean | undefined;
|
|
14
|
+
showValue?: boolean | undefined;
|
|
15
|
+
strokeWidth?: number | undefined;
|
|
16
|
+
valueColor?: string | undefined;
|
|
17
|
+
rangeColor?: string | undefined;
|
|
18
|
+
textColor?: string | undefined;
|
|
19
|
+
valueTemplate?: string | undefined;
|
|
20
|
+
onChange?: (value: number) => void;
|
|
21
|
+
};
|
|
22
|
+
export declare function BeeKnob({ id, className, value, minValue, maxValue, step, size, type, disabled, readOnly, showValue, strokeWidth, valueColor: valueColorProp, rangeColor: rangeColorProp, textColor: textColorProp, valueTemplate, onChange, }: BeeKnobProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export default BeeKnob;
|
|
24
|
+
//# sourceMappingURL=BeeKnob.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeKnob.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/chart/BeeKnob.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,gBAAgB,CAAC;AAExB,KAAK,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG;IAC3E,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,CAAC;IACtE,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,OAAO,GAAG,SAAS,CAAC;IACrD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,wBAAgB,OAAO,CAAC,EACtB,EAAE,EACF,SAAS,EACT,KAAK,EACL,QAAY,EACZ,QAAc,EACd,IAAI,EACJ,IAAe,EACf,IAAgB,EAChB,QAAQ,EACR,QAAQ,EACR,SAAgB,EAChB,WAAgB,EAChB,UAAU,EAAE,cAAc,EAC1B,UAAU,EAAE,cAAc,EAC1B,SAAS,EAAE,aAAa,EACxB,aAAa,EACb,QAAQ,GACT,EAAE,YAAY,2CA8Dd;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "./BeeShareBar.scss";
|
|
3
|
+
export type BeeShareBarDataEntry = {
|
|
4
|
+
weight: number;
|
|
5
|
+
color?: string | undefined;
|
|
6
|
+
hint?: React.ReactNode | undefined;
|
|
7
|
+
};
|
|
8
|
+
type BeeShareBarProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
9
|
+
id?: string | undefined;
|
|
10
|
+
className?: string | undefined;
|
|
11
|
+
data?: BeeShareBarDataEntry[] | undefined;
|
|
12
|
+
onClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
13
|
+
};
|
|
14
|
+
export declare function BeeShareBar({ id, className, data, onClick }: BeeShareBarProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default BeeShareBar;
|
|
16
|
+
//# sourceMappingURL=BeeShareBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeShareBar.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/chart/BeeShareBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,oBAAoB,CAAC;AAE5B,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAC7D,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,IAAI,CAAC,EAAE,oBAAoB,EAAE,GAAG,SAAS,CAAC;IAC1C,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACrE,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAAE,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,gBAAgB,2CA4C7E;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ChartConfiguration, type DefaultDataPoint } from "chart.js";
|
|
3
|
+
import "./ContractPotentialsChart.scss";
|
|
4
|
+
type ContractPotentialsChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
5
|
+
chartOptions: ChartConfiguration<"bar", DefaultDataPoint<"bar">, unknown>;
|
|
6
|
+
legend?: React.ReactNode;
|
|
7
|
+
noChartDisplay?: React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare function ContractPotentialsChart({ chartOptions, legend, noChartDisplay, id, className, }: ContractPotentialsChartProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default ContractPotentialsChart;
|
|
11
|
+
//# sourceMappingURL=ContractPotentialsChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContractPotentialsChart.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/chart/ContractPotentialsChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,EAQL,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACtB,MAAM,UAAU,CAAC;AAGlB,OAAO,gCAAgC,CAAC;AAIxC,KAAK,4BAA4B,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG;IAC3F,YAAY,EAAE,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,CAAC;IAC1E,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC,CAAC;AAEF,wBAAgB,uBAAuB,CAAC,EACtC,YAAY,EACZ,MAAM,EACN,cAAc,EACd,EAAE,EACF,SAAS,GACV,EAAE,4BAA4B,2CA8C9B;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ChartConfigurationCustomTypesPerDataset, type DefaultDataPoint, type ChartConfiguration } from "chart.js";
|
|
3
|
+
import "./LvEditingStatusChart.scss";
|
|
4
|
+
type LvEditingStatusChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
5
|
+
chartOptions: ChartConfiguration<"pie", DefaultDataPoint<"pie">, unknown> | ChartConfigurationCustomTypesPerDataset<"pie", DefaultDataPoint<"pie">, unknown>;
|
|
6
|
+
legend?: React.ReactNode;
|
|
7
|
+
noChartDisplay?: React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare function LvEditingStatusChart({ chartOptions, legend, noChartDisplay, id, className, }: LvEditingStatusChartProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default LvEditingStatusChart;
|
|
11
|
+
//# sourceMappingURL=LvEditingStatusChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LvEditingStatusChart.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/chart/LvEditingStatusChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,EAML,KAAK,uCAAuC,EAC5C,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACxB,MAAM,UAAU,CAAC;AAGlB,OAAO,6BAA6B,CAAC;AAIrC,KAAK,yBAAyB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG;IACxF,YAAY,EACR,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,GAC3D,uCAAuC,CAAC,KAAK,EAAE,gBAAgB,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,CAAC;IACrF,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC,CAAC;AAEF,wBAAgB,oBAAoB,CAAC,EACnC,YAAY,EACZ,MAAM,EACN,cAAc,EACd,EAAE,EACF,SAAS,GACV,EAAE,yBAAyB,2CAmD3B;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ChartConfiguration, type DefaultDataPoint } from "chart.js";
|
|
3
|
+
import "./LvInsightsChart.scss";
|
|
4
|
+
type LvInsightsChartProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
|
|
5
|
+
chartOptions: ChartConfiguration<"doughnut", DefaultDataPoint<"doughnut">, unknown>;
|
|
6
|
+
legend?: React.ReactNode;
|
|
7
|
+
noChartDisplay?: React.ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare function LvInsightsChart({ chartOptions, legend, noChartDisplay, id, className }: LvInsightsChartProps): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default LvInsightsChart;
|
|
11
|
+
//# sourceMappingURL=LvInsightsChart.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LvInsightsChart.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/chart/LvInsightsChart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAC;AACvD,OAAO,EAML,KAAK,kBAAkB,EACvB,KAAK,gBAAgB,EACtB,MAAM,UAAU,CAAC;AAGlB,OAAO,wBAAwB,CAAC;AAIhC,KAAK,oBAAoB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG;IACnF,YAAY,EAAE,kBAAkB,CAAC,UAAU,EAAE,gBAAgB,CAAC,UAAU,CAAC,EAAE,OAAO,CAAC,CAAC;IACpF,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAAE,YAAY,EAAE,MAAM,EAAE,cAAc,EAAE,EAAE,EAAE,SAAS,EAAE,EAAE,oBAAoB,2CAyD5G;AAED,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { default as BeeKnob } from "./BeeKnob";
|
|
2
|
+
export { default as BeeShareBar } from "./BeeShareBar";
|
|
3
|
+
export { default as BasicPriceChart } from "./BasicPriceChart";
|
|
4
|
+
export { default as LvEditingStatusChart } from "./LvEditingStatusChart";
|
|
5
|
+
export { default as LvInsightsChart } from "./LvInsightsChart";
|
|
6
|
+
export { default as ContractPotentialsChart } from "./ContractPotentialsChart";
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/chart/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type AutoCompleteChangeEvent } from "primereact/autocomplete";
|
|
3
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
4
|
+
import "../../../aa_style/generaltheme.css";
|
|
5
|
+
import "./BeeAutocompleteDropdown.scss";
|
|
6
|
+
type BeeAutocompleteDropdownProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
value?: string[] | string | number | null | undefined;
|
|
11
|
+
suggestions?: (string | number | undefined)[];
|
|
12
|
+
disabled?: boolean | undefined;
|
|
13
|
+
statusLabel?: string | undefined;
|
|
14
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
15
|
+
readOnly?: boolean | undefined;
|
|
16
|
+
required?: boolean | undefined;
|
|
17
|
+
placeholder?: string | undefined;
|
|
18
|
+
tooltip?: string | undefined;
|
|
19
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
20
|
+
onChange?: (event: AutoCompleteChangeEvent<string[] | string | number>) => void;
|
|
21
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
22
|
+
};
|
|
23
|
+
export declare function BeeAutocompleteDropdown({ id, className, label, value, suggestions, disabled, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeAutocompleteDropdownProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export default BeeAutocompleteDropdown;
|
|
25
|
+
//# sourceMappingURL=BeeAutocompleteDropdown.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeAutocompleteDropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/input/BeeAutocompleteDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAgB,KAAK,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAIxE,OAAO,oCAAoC,CAAC;AAC5C,OAAO,gCAAgC,CAAC;AAExC,KAAK,4BAA4B,GAAG;IAClC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtD,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,CAAC,KAAK,IAAI,CAAC;IAChF,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;CACvE,CAAC;AACF,wBAAgB,uBAAuB,CAAC,EACtC,EAAE,EACF,SAAS,EACT,KAAK,EACL,KAAK,EACL,WAAW,EACX,QAAQ,EACR,WAAW,EACX,SAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,cAAc,EACd,QAAQ,EACR,UAAU,GACX,EAAE,4BAA4B,2CAsG9B;AAED,eAAe,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type AutoCompleteChangeEvent } from "primereact/autocomplete";
|
|
3
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
4
|
+
import "../../../aa_style/generaltheme.css";
|
|
5
|
+
import "./BeeAutocompleteTag.scss";
|
|
6
|
+
type BeeAutocompleteTagProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
value?: string[] | string | number | null | undefined;
|
|
11
|
+
suggestions?: (string | number | undefined)[];
|
|
12
|
+
disabled?: boolean | undefined;
|
|
13
|
+
statusLabel?: string | undefined;
|
|
14
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
15
|
+
readOnly?: boolean | undefined;
|
|
16
|
+
required?: boolean | undefined;
|
|
17
|
+
placeholder?: string | undefined;
|
|
18
|
+
tooltip?: string | undefined;
|
|
19
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
20
|
+
onChange?: (event: AutoCompleteChangeEvent<string[] | string | number>) => void;
|
|
21
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement, Element>) => void;
|
|
22
|
+
};
|
|
23
|
+
export declare function BeeAutocompleteTag({ id, className, label, value, suggestions, disabled, statusLabel, formstate, readOnly, required, placeholder, tooltip, tooltipOptions, onChange, onFocusOut, }: BeeAutocompleteTagProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export default BeeAutocompleteTag;
|
|
25
|
+
//# sourceMappingURL=BeeAutocompleteTag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeAutocompleteTag.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/input/BeeAutocompleteTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAgB,KAAK,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AACrF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAIxE,OAAO,oCAAoC,CAAC;AAC5C,OAAO,2BAA2B,CAAC;AAEnC,KAAK,uBAAuB,GAAG;IAC7B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtD,WAAW,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC,EAAE,CAAC;IAC9C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,CAAC,MAAM,EAAE,GAAG,MAAM,GAAG,MAAM,CAAC,KAAK,IAAI,CAAC;IAChF,UAAU,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;CACvE,CAAC;AACF,wBAAgB,kBAAkB,CAAC,EACjC,EAAE,EACF,SAAS,EACT,KAAK,EACL,KAAK,EACL,WAAW,EACX,QAAQ,EACR,WAAW,EACX,SAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,cAAc,EACd,QAAQ,EACR,UAAU,GACX,EAAE,uBAAuB,2CA0GzB;AAED,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ChipsChangeEvent } from "primereact/chips";
|
|
3
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
4
|
+
import "./BeeChipInput.scss";
|
|
5
|
+
type BeeChipInputProps = {
|
|
6
|
+
id?: string | undefined;
|
|
7
|
+
className?: string | undefined;
|
|
8
|
+
label?: string | undefined;
|
|
9
|
+
type?: "primary" | "secondary" | undefined;
|
|
10
|
+
data?: any[] | undefined;
|
|
11
|
+
statusLabel?: string | undefined;
|
|
12
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
13
|
+
disabled?: boolean | undefined;
|
|
14
|
+
required?: boolean | undefined;
|
|
15
|
+
readOnly?: boolean | undefined;
|
|
16
|
+
placeholder?: string | undefined;
|
|
17
|
+
tooltip?: string | undefined;
|
|
18
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
19
|
+
itemTemplate?: (item: any) => React.ReactNode | undefined;
|
|
20
|
+
onChange?: (event: ChipsChangeEvent) => void;
|
|
21
|
+
};
|
|
22
|
+
export declare function BeeChipInput({ id, className, label, type, data, statusLabel, formstate, required, disabled, readOnly, placeholder, tooltip, tooltipOptions, itemTemplate, onChange, }: BeeChipInputProps): import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export default BeeChipInput;
|
|
24
|
+
//# sourceMappingURL=BeeChipInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BeeChipInput.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/input/BeeChipInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAS,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAKxE,OAAO,qBAAqB,CAAC;AAE7B,KAAK,iBAAiB,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,IAAI,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,CAAC;IAC3C,IAAI,CAAC,EAAE,GAAG,EAAE,GAAG,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAC/D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,cAAc,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAC5C,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;IAC1D,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,EAAE,EACF,SAAS,EACT,KAAK,EACL,IAAgB,EAChB,IAAS,EACT,WAAW,EACX,SAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,OAAO,EACP,cAAc,EACd,YAAY,EACZ,QAAQ,GACT,EAAE,iBAAiB,2CAkGnB;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type InputNumberValueChangeEvent } from "primereact/inputnumber";
|
|
3
|
+
import type { TooltipOptions } from "primereact/tooltip/tooltipoptions";
|
|
4
|
+
import "../../../aa_style/generaltheme.css";
|
|
5
|
+
import "./BeeCurrencyInput.scss";
|
|
6
|
+
type BeeCurrencyInputProps = {
|
|
7
|
+
id?: string | undefined;
|
|
8
|
+
className?: string | undefined;
|
|
9
|
+
label?: string | undefined;
|
|
10
|
+
value?: number | null | undefined;
|
|
11
|
+
showArrow?: boolean | undefined;
|
|
12
|
+
autoFocus?: boolean | undefined;
|
|
13
|
+
minFractionDigits?: number | undefined;
|
|
14
|
+
maxFractionDigits?: number | undefined;
|
|
15
|
+
max?: number | undefined;
|
|
16
|
+
min?: number | undefined;
|
|
17
|
+
currency?: "EUR" | "USD" | undefined;
|
|
18
|
+
locale?: "de-DE" | "en-US" | undefined;
|
|
19
|
+
statusLabel?: string | undefined;
|
|
20
|
+
formstate?: "valid" | "error" | "neutral" | "none" | undefined;
|
|
21
|
+
disabled?: boolean | undefined;
|
|
22
|
+
readOnly?: boolean | undefined;
|
|
23
|
+
required?: boolean | undefined;
|
|
24
|
+
placeholder?: string | undefined;
|
|
25
|
+
name?: string | undefined;
|
|
26
|
+
tooltip?: string | undefined;
|
|
27
|
+
tooltipOptions?: TooltipOptions | undefined;
|
|
28
|
+
onChange?: (event: InputNumberValueChangeEvent) => void;
|
|
29
|
+
onFocusOut?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
30
|
+
};
|
|
31
|
+
export 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): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export default BeeCurrencyInput;
|
|
33
|
+
//# sourceMappingURL=BeeCurrencyInput.d.ts.map
|