@bizy/core 20.3.2 → 20.4.1

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/index.d.ts CHANGED
@@ -95,7 +95,7 @@ declare class BizyBarLineChartComponent implements OnDestroy, AfterViewInit {
95
95
  resizeRef: HTMLElement | null;
96
96
  tooltip: boolean;
97
97
  download: {
98
- hide?: boolean;
98
+ show?: boolean;
99
99
  label: string;
100
100
  name: string;
101
101
  };
@@ -106,8 +106,8 @@ declare class BizyBarLineChartComponent implements OnDestroy, AfterViewInit {
106
106
  onDownload: EventEmitter<void>;
107
107
  onSelect: EventEmitter<string>;
108
108
  ngAfterViewInit(): void;
109
- set data(data: Array<IBizyBarLineChartData>);
110
109
  getNativeElement: () => any;
110
+ set data(data: Array<IBizyBarLineChartData>);
111
111
  ngOnDestroy(): void;
112
112
  static ɵfac: i0.ɵɵFactoryDeclaration<BizyBarLineChartComponent, never>;
113
113
  static ɵcmp: i0.ɵɵComponentDeclaration<BizyBarLineChartComponent, "bizy-bar-line-chart", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "download": { "alias": "download"; "required": false; }; "axisPointer": { "alias": "axisPointer"; "required": false; }; "xAxisLabels": { "alias": "xAxisLabels"; "required": false; }; "onTooltipFormatter": { "alias": "onTooltipFormatter"; "required": false; }; "onXAxisLabelFormatter": { "alias": "onXAxisLabelFormatter"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "onDownload": "onDownload"; "onSelect": "onSelect"; }, never, never, true, never>;
@@ -783,6 +783,50 @@ declare class BizyGridModule {
783
783
  static ɵinj: i0.ɵɵInjectorDeclaration<BizyGridModule>;
784
784
  }
785
785
 
786
+ interface IBizyHeatMapChartData {
787
+ x: number;
788
+ y: number;
789
+ value: number | null;
790
+ }
791
+ interface IBizyHeatMapChartRange {
792
+ value?: number;
793
+ min?: number;
794
+ max?: number;
795
+ label?: string;
796
+ color: string;
797
+ }
798
+
799
+ declare class BizyHeatMapChartComponent implements OnDestroy, AfterViewInit {
800
+ #private;
801
+ resizeRef: HTMLElement | null;
802
+ tooltip: boolean;
803
+ ranges: Array<IBizyHeatMapChartRange>;
804
+ download: {
805
+ show?: boolean;
806
+ label: string;
807
+ name: string;
808
+ };
809
+ xAxisLabels: Array<string>;
810
+ yAxisLabels: Array<string>;
811
+ onTooltipFormatter: (item: any) => string;
812
+ onXAxisLabelFormatter: (item: any) => string;
813
+ onYAxisLabelFormatter: (item: any) => string;
814
+ onDownload: EventEmitter<void>;
815
+ onSelect: EventEmitter<string>;
816
+ ngAfterViewInit(): void;
817
+ getNativeElement: () => any;
818
+ set data(data: Array<IBizyHeatMapChartData>);
819
+ ngOnDestroy(): void;
820
+ static ɵfac: i0.ɵɵFactoryDeclaration<BizyHeatMapChartComponent, never>;
821
+ static ɵcmp: i0.ɵɵComponentDeclaration<BizyHeatMapChartComponent, "bizy-heat-map-chart", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "ranges": { "alias": "ranges"; "required": false; }; "download": { "alias": "download"; "required": false; }; "xAxisLabels": { "alias": "xAxisLabels"; "required": false; }; "yAxisLabels": { "alias": "yAxisLabels"; "required": false; }; "onTooltipFormatter": { "alias": "onTooltipFormatter"; "required": false; }; "onXAxisLabelFormatter": { "alias": "onXAxisLabelFormatter"; "required": false; }; "onYAxisLabelFormatter": { "alias": "onYAxisLabelFormatter"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "onDownload": "onDownload"; "onSelect": "onSelect"; }, never, never, true, never>;
822
+ }
823
+
824
+ declare class BizyHeatMapChartModule {
825
+ static ɵfac: i0.ɵɵFactoryDeclaration<BizyHeatMapChartModule, never>;
826
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BizyHeatMapChartModule, never, [typeof BizyHeatMapChartComponent], [typeof BizyHeatMapChartComponent]>;
827
+ static ɵinj: i0.ɵɵInjectorDeclaration<BizyHeatMapChartModule>;
828
+ }
829
+
786
830
  declare class BizyInputModule {
787
831
  static ɵfac: i0.ɵɵFactoryDeclaration<BizyInputModule, never>;
788
832
  static ɵmod: i0.ɵɵNgModuleDeclaration<BizyInputModule, never, [typeof BizyInputComponent, typeof BizyInputOptionComponent], [typeof BizyInputComponent, typeof BizyInputOptionComponent]>;
@@ -2102,5 +2146,5 @@ declare class BizyDirectivesModule {
2102
2146
  static ɵinj: i0.ɵɵInjectorDeclaration<BizyDirectivesModule>;
2103
2147
  }
2104
2148
 
2105
- export { BIZY_ANIMATION, BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_FORMAT_SECONDS_FORMAT, BIZY_FORMAT_SECONDS_LANGUAGE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE, BizyAccordionComponent, BizyAccordionModule, BizyAnimationService, BizyAudioPlayerComponent, BizyAudioPlayerModule, BizyAutoFocusDirective, BizyAveragePipe, BizyBarLineChartComponent, BizyBarLineChartModule, BizyBreadcrumbComponent, BizyBreadcrumbModule, BizyButtonComponent, BizyButtonModule, BizyCacheService, BizyCalendarComponent, BizyCalendarModule, BizyCardComponent, BizyCardModule, BizyCheckboxComponent, BizyCheckboxModule, BizyContentComponent, BizyContentModule, BizyCopyToClipboardDirective, BizyCopyToClipboardService, BizyCurrencyFormatDirective, BizyDatePickerComponent, BizyDatePickerModule, BizyDeviceService, BizyDirectivesModule, BizyEnumToArrayPipe, BizyExportToCSVService, BizyExtractNumbersPipe, BizyFileUploaderComponent, BizyFileUploaderModule, BizyFileUploaderService, BizyFilterComponent, BizyFilterContentComponent, BizyFilterModule, BizyFilterPipe, BizyFilterSectionCheckboxOptionComponent, BizyFilterSectionComponent, BizyFilterSectionRangeOptionComponent, BizyFilterSectionSearchOptionComponent, BizyFilterSectionsComponent, BizyFormComponent, BizyFormModule, BizyFormatSecondsPipe, BizyFormatSecondsService, BizyFullScreenPopupWrapperComponent, BizyGridComponent, BizyGridForDirective, BizyGridModule, BizyGridRowComponent, BizyInputComponent, BizyInputModule, BizyInputOptionComponent, BizyKeyboardService, BizyListComponent, BizyListModule, BizyLoadingDirective, BizyLogService, BizyLongPressDirective, BizyMenuComponent, BizyMenuModule, BizyMenuOptionComponent, BizyMenuTitleComponent, BizyOnlyNumbersDirective, BizyOnlyPhoneDigitsDirective, BizyOrderByPipe, BizyPieChartComponent, BizyPieChartModule, BizyPipesModule, BizyPopupModule, BizyPopupService, BizyPopupWrapperComponent, BizyProgressBarComponent, BizyProgressBarModule, BizyRadioComponent, BizyRadioModule, BizyRangeFilterPipe, BizyReducePipe, BizyReloadDirective, BizyRepeatPipe, BizyRouterService, BizySafePipe, BizySearchPipe, BizySectionCenterComponent, BizySectionComponent, BizySectionEndComponent, BizySectionModule, BizySectionStartComponent, BizySelectComponent, BizySelectModule, BizySelectOptionComponent, BizyServicesModule, BizySetToArrayPipe, BizySidebarComponent, BizySidebarFloatingOptionComponent, BizySidebarFloatingOptionTitleComponent, BizySidebarModule, BizySidebarOptionComponent, BizySkeletonComponent, BizySkeletonModule, BizySliderComponent, BizySliderModule, BizyStorageService, BizyTabComponent, BizyTableColumnArrowsComponent, BizyTableColumnComponent, BizyTableColumnFixedDirective, BizyTableComponent, BizyTableFooterComponent, BizyTableHeaderComponent, BizyTableModule, BizyTableRowComponent, BizyTableRowExpandContentComponent, BizyTableScrollingComponent, BizyTableScrollingDirective, BizyTabsComponent, BizyTabsModule, BizyTagComponent, BizyTagModule, BizyTextEllipsisDirective, BizyTimelineComponent, BizyTimelineEventComponent, BizyTimelineModule, BizyToastModule, BizyToastService, BizyToastWrapperComponent, BizyToggleComponent, BizyToggleModule, BizyToolbarComponent, BizyToolbarModule, BizyTooltipDirective, BizyTrackByIdDirective, BizyTranslateModule, BizyTranslatePipe, BizyTranslateService, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE, MIME_TYPE };
2106
- export type { IBizyBarLineChartData, IBizyBreadcrumb, IBizyCalendarEvent, IBizyPieChartData, IBizyPopupResponse, IBizySearchPipeOptions, ILocale, LabelPosition };
2149
+ export { BIZY_ANIMATION, BIZY_CALENDAR_DAY, BIZY_CALENDAR_EVENT_ACTION, BIZY_CALENDAR_LANGUAGE, BIZY_CALENDAR_MODE, BIZY_FORMAT_SECONDS_FORMAT, BIZY_FORMAT_SECONDS_LANGUAGE, BIZY_SKELETON_SHAPE, BIZY_TAG_TYPE, BizyAccordionComponent, BizyAccordionModule, BizyAnimationService, BizyAudioPlayerComponent, BizyAudioPlayerModule, BizyAutoFocusDirective, BizyAveragePipe, BizyBarLineChartComponent, BizyBarLineChartModule, BizyBreadcrumbComponent, BizyBreadcrumbModule, BizyButtonComponent, BizyButtonModule, BizyCacheService, BizyCalendarComponent, BizyCalendarModule, BizyCardComponent, BizyCardModule, BizyCheckboxComponent, BizyCheckboxModule, BizyContentComponent, BizyContentModule, BizyCopyToClipboardDirective, BizyCopyToClipboardService, BizyCurrencyFormatDirective, BizyDatePickerComponent, BizyDatePickerModule, BizyDeviceService, BizyDirectivesModule, BizyEnumToArrayPipe, BizyExportToCSVService, BizyExtractNumbersPipe, BizyFileUploaderComponent, BizyFileUploaderModule, BizyFileUploaderService, BizyFilterComponent, BizyFilterContentComponent, BizyFilterModule, BizyFilterPipe, BizyFilterSectionCheckboxOptionComponent, BizyFilterSectionComponent, BizyFilterSectionRangeOptionComponent, BizyFilterSectionSearchOptionComponent, BizyFilterSectionsComponent, BizyFormComponent, BizyFormModule, BizyFormatSecondsPipe, BizyFormatSecondsService, BizyFullScreenPopupWrapperComponent, BizyGridComponent, BizyGridForDirective, BizyGridModule, BizyGridRowComponent, BizyHeatMapChartComponent, BizyHeatMapChartModule, BizyInputComponent, BizyInputModule, BizyInputOptionComponent, BizyKeyboardService, BizyListComponent, BizyListModule, BizyLoadingDirective, BizyLogService, BizyLongPressDirective, BizyMenuComponent, BizyMenuModule, BizyMenuOptionComponent, BizyMenuTitleComponent, BizyOnlyNumbersDirective, BizyOnlyPhoneDigitsDirective, BizyOrderByPipe, BizyPieChartComponent, BizyPieChartModule, BizyPipesModule, BizyPopupModule, BizyPopupService, BizyPopupWrapperComponent, BizyProgressBarComponent, BizyProgressBarModule, BizyRadioComponent, BizyRadioModule, BizyRangeFilterPipe, BizyReducePipe, BizyReloadDirective, BizyRepeatPipe, BizyRouterService, BizySafePipe, BizySearchPipe, BizySectionCenterComponent, BizySectionComponent, BizySectionEndComponent, BizySectionModule, BizySectionStartComponent, BizySelectComponent, BizySelectModule, BizySelectOptionComponent, BizyServicesModule, BizySetToArrayPipe, BizySidebarComponent, BizySidebarFloatingOptionComponent, BizySidebarFloatingOptionTitleComponent, BizySidebarModule, BizySidebarOptionComponent, BizySkeletonComponent, BizySkeletonModule, BizySliderComponent, BizySliderModule, BizyStorageService, BizyTabComponent, BizyTableColumnArrowsComponent, BizyTableColumnComponent, BizyTableColumnFixedDirective, BizyTableComponent, BizyTableFooterComponent, BizyTableHeaderComponent, BizyTableModule, BizyTableRowComponent, BizyTableRowExpandContentComponent, BizyTableScrollingComponent, BizyTableScrollingDirective, BizyTabsComponent, BizyTabsModule, BizyTagComponent, BizyTagModule, BizyTextEllipsisDirective, BizyTimelineComponent, BizyTimelineEventComponent, BizyTimelineModule, BizyToastModule, BizyToastService, BizyToastWrapperComponent, BizyToggleComponent, BizyToggleModule, BizyToolbarComponent, BizyToolbarModule, BizyTooltipDirective, BizyTrackByIdDirective, BizyTranslateModule, BizyTranslatePipe, BizyTranslateService, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE, MIME_TYPE };
2150
+ export type { IBizyBarLineChartData, IBizyBreadcrumb, IBizyCalendarEvent, IBizyHeatMapChartData, IBizyHeatMapChartRange, IBizyPieChartData, IBizyPopupResponse, IBizySearchPipeOptions, ILocale, LabelPosition };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "20.3.2",
3
+ "version": "20.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.0.0",
6
6
  "@angular/common": "^20.0.0",
@@ -37,6 +37,10 @@
37
37
  --bizy-audio-player-download-button-background-color: var(--bizy-accent-color);
38
38
  --bizy-audio-player-download-button-color: #fff;
39
39
 
40
+ --bizy-bar-line-chart-tooltip-color: #000;
41
+ --bizy-bar-line-chart-tooltip-background-color: #fff;
42
+ --bizy-bar-line-chart-tooltip-border-color: #fff;
43
+
40
44
  --bizy-breadcrumb-link-color: var(--bizy-info-color);
41
45
  --bizy-breadcrumb-path-color: var(--bizy-default-color);
42
46
 
@@ -114,6 +118,11 @@
114
118
  --bizy-grid-column-width: 18rem;
115
119
  --bizy-grid-gap: 0.6rem;
116
120
 
121
+ --bizy-heat-map-chart-out-of-range-color: #fff;
122
+ --bizy-heat-map-chart-tooltip-color: #000;
123
+ --bizy-heat-map-chart-tooltip-background-color: #fff;
124
+ --bizy-heat-map-chart-tooltip-border-color: #fff;
125
+
117
126
  --bizy-input-background-color: #fff;
118
127
  --bizy-input-focus-color: var(--bizy-info-color);
119
128
  --bizy-input-invalid-color: var(--bizy-danger-color);
@@ -167,8 +176,6 @@
167
176
  --bizy-pie-chart-tooltip-background-color: #fff;
168
177
  --bizy-pie-chart-tooltip-border-color: #fff;
169
178
  --bizy-pie-chart-center-label-color: #000;
170
- --bizy-pie-chart-width: 0;
171
- --bizy-pie-chart-height: 0;
172
179
 
173
180
  --bizy-popup-background-color: #fff;
174
181
  --bizy-popup-min-width: 20rem;