honeycombatomiclib 0.0.44 → 0.0.45

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.
@@ -1,5 +1,6 @@
1
1
  export { default as BeeArrowDiff, type BeeArrowDiffProps } from "./BeeArrowDiff";
2
2
  export { default as BeeAvatar, type BeeAvatarProps } from "./BeeAvatar";
3
+ export { default as BeeByBeestate, type BeeByBeestateProps } from "./BeeByBeestate";
3
4
  export { default as BeeChip, type BeeChipProps } from "./BeeChip";
4
5
  export { default as BeeChipArea, type BeeChipAreaProps } from "./BeeChipArea";
5
6
  export { default as BeeDivider, type BeeDividerProps } from "./BeeDivider";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/misc/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/misc/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,WAAW,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACjF,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,KAAK,wBAAwB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -3,4 +3,5 @@ export { default as BeeImageGallery } from "./BeeFlatImageGallery";
3
3
  export { default as BeeNutzungsartMix } from "./BeeNutzungsartMix";
4
4
  export { default as BeeImageSlider } from "./BeeImageSlider";
5
5
  export { default as BeeFilterSortSearch } from "./BeeFilterSortSearch";
6
+ export { default as BeePriceAdaptionStepTimeline } from "./BeePriceAdaptionStepTimeline";
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/blocks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/organisms/blocks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,4BAA4B,EAAE,MAAM,gCAAgC,CAAC"}
package/dist/index.d.ts CHANGED
@@ -619,6 +619,13 @@ type BeeAvatarProps = {
619
619
  };
620
620
  declare function BeeAvatar({ imageUrl, imageKey, imageAlt, isImageSecured, showPlaceholder, placeholderFirstname, placeholderLastname, size, type, showDelete, readOnly, disabled, onDelete, onClick, onAdd, }: BeeAvatarProps): react_jsx_runtime.JSX.Element;
621
621
 
622
+ type BeeByBeestateProps = {
623
+ className?: string | undefined;
624
+ iconClassName?: string | undefined;
625
+ label?: React.ReactNode;
626
+ };
627
+ declare function BeeByBeestate({ className, iconClassName, label, }: BeeByBeestateProps): react_jsx_runtime.JSX.Element;
628
+
622
629
  type BeeChipProps = {
623
630
  id?: string | undefined;
624
631
  className?: string | undefined;
@@ -1415,6 +1422,197 @@ type BeeFilterSortSearchProps = {
1415
1422
  };
1416
1423
  declare function BeeFilterSortSearch({ className, filter, sort, search }: BeeFilterSortSearchProps): react_jsx_runtime.JSX.Element;
1417
1424
 
1425
+ declare enum StepDTOStatusEnum {
1426
+ READYTOFIX = "READY_TO_FIX",
1427
+ CANCELLED = "CANCELLED",
1428
+ INPROGRESS = "IN_PROGRESS",
1429
+ FIXED = "FIXED",
1430
+ INQUIRY = "INQUIRY",
1431
+ COMMITED_FOR_FIXATION = "COMMITED_FOR_FIXATION"
1432
+ }
1433
+ declare enum ClusterRegionFactorDTORegionEnum {
1434
+ BADENWRTTEMBERG = "BADEN_W\u00DCRTTEMBERG",
1435
+ BAYERN = "BAYERN",
1436
+ BERLIN = "BERLIN",
1437
+ BRANDENBURG = "BRANDENBURG",
1438
+ BREMEN = "BREMEN",
1439
+ HAMBURG = "HAMBURG",
1440
+ HESSEN = "HESSEN",
1441
+ MECKLENBURGVORPOMMERN = "MECKLENBURG_VORPOMMERN",
1442
+ NIEDERSACHSEN = "NIEDERSACHSEN",
1443
+ NORDRHEINWESTFALEN = "NORDRHEIN_WESTFALEN",
1444
+ RHEINLANDPFALZ = "RHEINLAND_PFALZ",
1445
+ SAARLAND = "SAARLAND",
1446
+ SACHSEN = "SACHSEN",
1447
+ SACHSENANHALT = "SACHSEN_ANHALT",
1448
+ SCHLESWIGHOLSTEIN = "SCHLESWIG_HOLSTEIN",
1449
+ THRINGEN = "TH\u00DCRINGEN"
1450
+ }
1451
+ declare enum MediaVersionsEnum {
1452
+ ORIGIN = "ORIGIN",
1453
+ THUMB = "THUMB",
1454
+ LARGE = "LARGE",
1455
+ MEDIUM = "MEDIUM",
1456
+ SMALL = "SMALL"
1457
+ }
1458
+ type BasePriceDTO = {
1459
+ id?: string;
1460
+ epCode?: string;
1461
+ price?: number;
1462
+ stepId?: string;
1463
+ };
1464
+ type ClusterPropertyFactorDTO = {
1465
+ id?: string;
1466
+ propertyId?: string;
1467
+ factor?: number;
1468
+ sustainabilityFactor?: number;
1469
+ taskClusterId?: string;
1470
+ stepId?: string;
1471
+ };
1472
+ type ClusterRegionFactorDTO = {
1473
+ id?: string;
1474
+ region?: ClusterRegionFactorDTORegionEnum;
1475
+ factor?: number;
1476
+ taskClusterId?: string;
1477
+ stepId?: string;
1478
+ };
1479
+ type StepDTO = {
1480
+ id?: string;
1481
+ clientOrganisationId?: string;
1482
+ contractorOrganisationId?: string;
1483
+ createdAt?: string;
1484
+ fixedAt?: string;
1485
+ fixedBy?: string;
1486
+ validFrom?: string;
1487
+ validTo?: string;
1488
+ latestValidFrom?: string;
1489
+ title?: string;
1490
+ status?: StepDTOStatusEnum;
1491
+ basePrices?: Array<BasePriceDTO>;
1492
+ clusterPropertyFactors?: Array<ClusterPropertyFactorDTO>;
1493
+ clusterRegionFactors?: Array<ClusterRegionFactorDTO>;
1494
+ projectId?: string;
1495
+ };
1496
+ type Image = {
1497
+ id?: string;
1498
+ title?: string;
1499
+ copyright?: string;
1500
+ createdAt?: string;
1501
+ createdFromUser?: string;
1502
+ filename?: string;
1503
+ orientation?: string;
1504
+ dominantColor?: string;
1505
+ keywords?: string;
1506
+ fileSize: number;
1507
+ origin: string;
1508
+ securityLevel: string;
1509
+ versions: {
1510
+ id?: string;
1511
+ vlabel?: MediaVersionsEnum;
1512
+ height?: number;
1513
+ width?: number;
1514
+ url: string;
1515
+ type?: string;
1516
+ access?: string;
1517
+ access_expire?: string;
1518
+ }[];
1519
+ };
1520
+ type Link = {
1521
+ id?: string;
1522
+ organisationId?: string;
1523
+ title?: string;
1524
+ copyright?: string;
1525
+ createdAt?: string;
1526
+ createdFromUser?: string;
1527
+ url?: string;
1528
+ origin?: string;
1529
+ securityLevel?: string;
1530
+ enlargingInfoJson?: string;
1531
+ };
1532
+ type MediaDTO = {
1533
+ image?: Image;
1534
+ document?: Document;
1535
+ link?: Link;
1536
+ };
1537
+ type Address = {
1538
+ id?: string;
1539
+ street?: string;
1540
+ housenumber?: string;
1541
+ zip?: string;
1542
+ city?: string;
1543
+ region?: string;
1544
+ country?: string;
1545
+ longitude?: number;
1546
+ latitude?: number;
1547
+ };
1548
+ type Structure = {
1549
+ id?: string;
1550
+ name?: string;
1551
+ description?: string;
1552
+ number?: string;
1553
+ mainImageId?: string;
1554
+ createdAt?: Date;
1555
+ mediaList?: Array<MediaDTO>;
1556
+ address?: Address;
1557
+ };
1558
+ type Property = {
1559
+ id?: string;
1560
+ organisationId?: string;
1561
+ name: string;
1562
+ description?: string;
1563
+ number: string;
1564
+ createdAt?: Date;
1565
+ mediaList?: Array<MediaDTO>;
1566
+ owner?: string;
1567
+ personInAuthority?: string;
1568
+ propertyManager?: string;
1569
+ assetManager?: string;
1570
+ mainImageId?: string;
1571
+ structures?: Array<Structure>;
1572
+ address?: Address;
1573
+ };
1574
+ type CategorisedPriceDTO = {
1575
+ categoryTitle?: string;
1576
+ price?: number;
1577
+ };
1578
+ type AggregatedContractInfoDTO = {
1579
+ countContracts?: number;
1580
+ sumLatestPrices?: number;
1581
+ sumLatestEpPrices?: number;
1582
+ sumLatestNoEpPrices?: number;
1583
+ countEpPositions?: number;
1584
+ countNoEpPositions?: number;
1585
+ categorisedPriceDTO?: CategorisedPriceDTO;
1586
+ };
1587
+ type PortfolioOverviewDTO = {
1588
+ clientOrgaId?: string;
1589
+ clientOrgaName?: string;
1590
+ clientOrgaShortName?: string;
1591
+ contractorOrgaId?: string;
1592
+ contractorOrgaName?: string;
1593
+ contractorOrgaShortName?: string;
1594
+ referencedSteps?: Array<StepDTO>;
1595
+ referencedProperties?: Array<Property>;
1596
+ addendaDatesByProperty?: {
1597
+ [propId: string]: Date;
1598
+ };
1599
+ aggregatedDataByStep?: {
1600
+ [key: string]: AggregatedContractInfoDTO;
1601
+ };
1602
+ aggregatedDataByPropertyAndStep?: {
1603
+ [key: string]: {
1604
+ [key: string]: AggregatedContractInfoDTO;
1605
+ };
1606
+ };
1607
+ };
1608
+
1609
+ type BeePriceAdaptionStepTimelineProps = {
1610
+ steps: StepDTO[];
1611
+ portfolioOverview?: PortfolioOverviewDTO;
1612
+ isLoadingPortfolio?: boolean;
1613
+ };
1614
+ declare function BeePriceAdaptionStepTimeline({ steps, portfolioOverview, isLoadingPortfolio, }: BeePriceAdaptionStepTimelineProps): react_jsx_runtime.JSX.Element;
1615
+
1418
1616
  type BeeConfirmDialogProps = {
1419
1617
  id?: string | undefined;
1420
1618
  className?: string | undefined;
@@ -1698,5 +1896,5 @@ type DocTableEntry = {
1698
1896
  };
1699
1897
  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;
1700
1898
 
1701
- export { BasicPriceChart, BeeAddEntryCard, BeeAddressForm, BeeArrowDiff, BeeAutocompleteDropdown, BeeAutocompleteTag, BeeAvatar, BeeBadge, BeeBreadcrumb, BeeButton, BeeChangesChip, BeeChatMessage, BeeChatWindow, BeeCheckbox, BeeCheckboxTriState, BeeChip, BeeChipArea, BeeChipDropdown, BeeChipInput, BeeColorSelect, BeeConfirmDialog, BeeContentHeadline, BeeContentParagraph, BeeCopyInput, BeeCurrencyInput, BeeCurrencySelect, BeeDateInput, BeeDateTimeInput, BeeDeletionDialog, BeeDivider, BeeDocumentTable, BeeDropDown, BeeError404Page, BeeErrorComponent, 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, BeeServerStatusInput, BeeShareBar, BeeSkeleton, BeeSkeletonList, BeeSlider, BeeSplitButton, BeeStarBar, BeeSwitch, BeeTabview, BeeTextArea, BeeTextInput, BeeTimeInput, BeeToolBarButton, BeeTreeSelect, BeeUploadDialog, BeeVisibleItemCount, ChatMessageSourceEnum, ChatParticipantTypeEnum, ContractPotentialsChart, LvEditingStatusChart, LvInsightsChart, ServerStatus };
1702
- export type { BasicPriceChartProps, BeeArrowDiffProps, BeeAutocompleteDropdownProps, BeeAutocompleteTagProps, BeeAvatarProps, BeeBadgeProps, BeeBreadcrumbProps, BeeButtonProps, BeeCheckboxProps, BeeCheckboxTriStateProps, BeeChipAreaProps, BeeChipDropdownProps, BeeChipInputProps, BeeChipProps, BeeColorSelectProps, BeeContentHeadlineProps, BeeContentParagraphProps, BeeCopyInputProps, BeeCurrencyInputProps, BeeCurrencySelectProps, BeeDateInputProps, BeeDateTimeInputProps, BeeDividerProps, BeeDropDownProps, BeeIconBadgeButtonProps, BeeIconButtonProps, BeeImageCropperProps, BeeImageCropperRef, BeeImageProps, BeeKnobProps, BeeLabelProps, BeeLinkButtonProps, BeeLinkHrefProps, BeeLoadingBarProps, BeeLoadingSpinnerProps, BeeMixButtonProps, BeeNumberInputProps, BeeNumberSelectProps, BeeOutlinedButtonProps, BeeOutlinedIconButtonProps, BeePasswordInputProps, BeePercentageInputProps, BeePlaceholderProps, BeeSelectButtonProps, BeeSequencePositionProps, BeeShareBarProps, BeeSkeletonProps, BeeSliderProps, BeeSplitButtonProps, BeeStarBarProps, BeeSwitchProps, BeeTabviewProps, BeeTextAreaProps, BeeTextInputProps, BeeTimeInputProps, BeeToolBarButtonProps, BeeTreeSelectProps, BeeVisibleItemCountProps, ChatMessageDTO, ChatMessageMediaEntry, ChatParticipantDTO, ContractPotentialsChartProps, LvEditingStatusChartProps, LvInsightsChartProps, UploadFileType };
1899
+ export { BasicPriceChart, BeeAddEntryCard, BeeAddressForm, BeeArrowDiff, BeeAutocompleteDropdown, BeeAutocompleteTag, BeeAvatar, BeeBadge, BeeBreadcrumb, BeeButton, BeeByBeestate, BeeChangesChip, BeeChatMessage, BeeChatWindow, BeeCheckbox, BeeCheckboxTriState, BeeChip, BeeChipArea, BeeChipDropdown, BeeChipInput, BeeColorSelect, BeeConfirmDialog, BeeContentHeadline, BeeContentParagraph, BeeCopyInput, BeeCurrencyInput, BeeCurrencySelect, BeeDateInput, BeeDateTimeInput, BeeDeletionDialog, BeeDivider, BeeDocumentTable, BeeDropDown, BeeError404Page, BeeErrorComponent, 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, BeePriceAdaptionStepTimeline, BeeSearchBar, BeeSelectButton, BeeSequencePosition, BeeServerStatusInput, BeeShareBar, BeeSkeleton, BeeSkeletonList, BeeSlider, BeeSplitButton, BeeStarBar, BeeSwitch, BeeTabview, BeeTextArea, BeeTextInput, BeeTimeInput, BeeToolBarButton, BeeTreeSelect, BeeUploadDialog, BeeVisibleItemCount, ChatMessageSourceEnum, ChatParticipantTypeEnum, ContractPotentialsChart, LvEditingStatusChart, LvInsightsChart, ServerStatus };
1900
+ export type { BasicPriceChartProps, BeeArrowDiffProps, BeeAutocompleteDropdownProps, BeeAutocompleteTagProps, BeeAvatarProps, BeeBadgeProps, BeeBreadcrumbProps, BeeButtonProps, BeeByBeestateProps, BeeCheckboxProps, BeeCheckboxTriStateProps, BeeChipAreaProps, BeeChipDropdownProps, BeeChipInputProps, BeeChipProps, BeeColorSelectProps, BeeContentHeadlineProps, BeeContentParagraphProps, BeeCopyInputProps, BeeCurrencyInputProps, BeeCurrencySelectProps, BeeDateInputProps, BeeDateTimeInputProps, BeeDividerProps, BeeDropDownProps, BeeIconBadgeButtonProps, BeeIconButtonProps, BeeImageCropperProps, BeeImageCropperRef, BeeImageProps, BeeKnobProps, BeeLabelProps, BeeLinkButtonProps, BeeLinkHrefProps, BeeLoadingBarProps, BeeLoadingSpinnerProps, BeeMixButtonProps, BeeNumberInputProps, BeeNumberSelectProps, BeeOutlinedButtonProps, BeeOutlinedIconButtonProps, BeePasswordInputProps, BeePercentageInputProps, BeePlaceholderProps, BeeSelectButtonProps, BeeSequencePositionProps, BeeShareBarProps, BeeSkeletonProps, BeeSliderProps, BeeSplitButtonProps, BeeStarBarProps, BeeSwitchProps, BeeTabviewProps, BeeTextAreaProps, BeeTextInputProps, BeeTimeInputProps, BeeToolBarButtonProps, BeeTreeSelectProps, BeeVisibleItemCountProps, ChatMessageDTO, ChatMessageMediaEntry, ChatParticipantDTO, ContractPotentialsChartProps, LvEditingStatusChartProps, LvInsightsChartProps, UploadFileType };