@bizy/core 20.8.2 → 20.9.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/fesm2022/bizy-core.mjs +198 -1
- package/fesm2022/bizy-core.mjs.map +1 -1
- package/index.d.ts +31 -2
- package/package.json +1 -1
- package/styles/variables.css +26 -2
package/index.d.ts
CHANGED
|
@@ -845,6 +845,25 @@ interface IBizyHeatMapChartData {
|
|
|
845
845
|
value: number | null;
|
|
846
846
|
metadata?: any;
|
|
847
847
|
}
|
|
848
|
+
interface IBizyHeatMapHighlightArea {
|
|
849
|
+
from: {
|
|
850
|
+
x?: number;
|
|
851
|
+
y?: number;
|
|
852
|
+
};
|
|
853
|
+
to: {
|
|
854
|
+
x?: number;
|
|
855
|
+
y?: number;
|
|
856
|
+
};
|
|
857
|
+
}
|
|
858
|
+
interface IBizyHeatMapHighlightLine {
|
|
859
|
+
x?: number;
|
|
860
|
+
y?: number;
|
|
861
|
+
}
|
|
862
|
+
interface IBizyHeatMapHighlightLineLabel {
|
|
863
|
+
show?: boolean;
|
|
864
|
+
position?: 'top' | 'bottom' | 'left' | 'right';
|
|
865
|
+
formatter?: (item: any) => string;
|
|
866
|
+
}
|
|
848
867
|
interface IBizyHeatMapChartRange {
|
|
849
868
|
value?: number;
|
|
850
869
|
min?: number;
|
|
@@ -872,6 +891,16 @@ declare class BizyHeatMapChartComponent implements OnDestroy, AfterViewInit {
|
|
|
872
891
|
end?: string;
|
|
873
892
|
};
|
|
874
893
|
};
|
|
894
|
+
highlightAreas: Array<IBizyHeatMapHighlightArea> | {
|
|
895
|
+
data: Array<IBizyHeatMapHighlightArea>;
|
|
896
|
+
};
|
|
897
|
+
highlightLines: Array<IBizyHeatMapHighlightLine> | {
|
|
898
|
+
data: Array<IBizyHeatMapHighlightLine>;
|
|
899
|
+
label: {
|
|
900
|
+
x: IBizyHeatMapHighlightLineLabel;
|
|
901
|
+
y: IBizyHeatMapHighlightLineLabel;
|
|
902
|
+
};
|
|
903
|
+
};
|
|
875
904
|
xAxis: {
|
|
876
905
|
labels: Array<string>;
|
|
877
906
|
position: 'top' | 'bottom';
|
|
@@ -889,7 +918,7 @@ declare class BizyHeatMapChartComponent implements OnDestroy, AfterViewInit {
|
|
|
889
918
|
set data(data: Array<IBizyHeatMapChartData> | null);
|
|
890
919
|
ngOnDestroy(): void;
|
|
891
920
|
static ɵfac: i0.ɵɵFactoryDeclaration<BizyHeatMapChartComponent, never>;
|
|
892
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BizyHeatMapChartComponent, "bizy-heat-map-chart", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "download": { "alias": "download"; "required": false; }; "ranges": { "alias": "ranges"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "onDownload": "onDownload"; "onSelect": "onSelect"; }, never, never, true, never>;
|
|
921
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BizyHeatMapChartComponent, "bizy-heat-map-chart", never, { "resizeRef": { "alias": "resizeRef"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "download": { "alias": "download"; "required": false; }; "ranges": { "alias": "ranges"; "required": false; }; "highlightAreas": { "alias": "highlightAreas"; "required": false; }; "highlightLines": { "alias": "highlightLines"; "required": false; }; "xAxis": { "alias": "xAxis"; "required": false; }; "yAxis": { "alias": "yAxis"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "onDownload": "onDownload"; "onSelect": "onSelect"; }, never, never, true, never>;
|
|
893
922
|
}
|
|
894
923
|
|
|
895
924
|
declare class BizyHeatMapChartModule {
|
|
@@ -2297,4 +2326,4 @@ declare class BizyDirectivesModule {
|
|
|
2297
2326
|
}
|
|
2298
2327
|
|
|
2299
2328
|
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, BizyBarLineChartPopupComponent, 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, BizyMenuBarComponent, BizyMenuBarModule, BizyMenuBarOptionComponent, BizyMenuComponent, BizyMenuModule, BizyMenuOptionComponent, BizyMenuTitleComponent, BizyOnlyNumbersDirective, BizyOnlyPhoneDigitsDirective, BizyOrderByPipe, BizyPieChartComponent, BizyPieChartModule, BizyPieChartPopupComponent, BizyPipesModule, BizyPopupModule, BizyPopupService, BizyPopupWrapperComponent, BizyProgressBarComponent, BizyProgressBarModule, BizyRadioComponent, BizyRadioModule, BizyRangeFilterPipe, BizyReducePipe, BizyReloadDirective, BizyRepeatPipe, BizyRoundPipe, 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, BizyUniquePipe, BizyValidatorService, BizyViewportService, LANGUAGE, LOADING_TYPE, MIME_TYPE, MODE, POPUP_PLACEMENT };
|
|
2300
|
-
export type { IBizyBarLineChartData, IBizyBreadcrumb, IBizyCalendarEvent, IBizyHeatMapChartData, IBizyHeatMapChartRange, IBizyPieChartData, IBizyPopupResponse, IBizySearchPipeOptions, ILocale, LabelPosition };
|
|
2329
|
+
export type { IBizyBarLineChartData, IBizyBreadcrumb, IBizyCalendarEvent, IBizyHeatMapChartData, IBizyHeatMapChartRange, IBizyHeatMapHighlightArea, IBizyHeatMapHighlightLine, IBizyHeatMapHighlightLineLabel, IBizyPieChartData, IBizyPopupResponse, IBizySearchPipeOptions, ILocale, LabelPosition };
|
package/package.json
CHANGED
package/styles/variables.css
CHANGED
|
@@ -39,6 +39,22 @@
|
|
|
39
39
|
--bizy-audio-player-download-button-background-color: var(--bizy-accent-color);
|
|
40
40
|
--bizy-audio-player-download-button-color: #fff;
|
|
41
41
|
|
|
42
|
+
--bizy-audio-recorder-record-button-height: 8rem;
|
|
43
|
+
--bizy-audio-recorder-record-button-width: 8rem;
|
|
44
|
+
--bizy-audio-recorder-record-button-padding: 2rem;
|
|
45
|
+
--bizy-audio-recorder-record-button-idle-color: var(--bizy-info-color);
|
|
46
|
+
--bizy-audio-recorder-record-button-idle-hover-color: var(--bizy-light-info-color);
|
|
47
|
+
--bizy-audio-recorder-record-button-idle-background-color: transparent;
|
|
48
|
+
--bizy-audio-recorder-record-button-recording-color: var(--bizy-info-color);
|
|
49
|
+
--bizy-audio-recorder-record-button-recording-hover-color: transparent;
|
|
50
|
+
--bizy-audio-recorder-record-button-recording-background-color: transparent;
|
|
51
|
+
--bizy-audio-recorder-record-button-progress-color: var(--bizy-success-color);
|
|
52
|
+
--bizy-audio-recorder-stop-button-height: 2rem;
|
|
53
|
+
--bizy-audio-recorder-stop-button-width: 2rem;
|
|
54
|
+
--bizy-audio-recorder-stop-button-color: var(--bizy-danger-color);
|
|
55
|
+
--bizy-audio-recorder-stop-button-hover-color: #fff;
|
|
56
|
+
--bizy-audio-recorder-stop-button-background-color: #fff;
|
|
57
|
+
|
|
42
58
|
--bizy-bar-line-chart-tooltip-color: #000;
|
|
43
59
|
--bizy-bar-line-chart-tooltip-background-color: #fff;
|
|
44
60
|
--bizy-bar-line-chart-tooltip-border-color: #fff;
|
|
@@ -124,10 +140,18 @@
|
|
|
124
140
|
--bizy-grid-column-width: 18rem;
|
|
125
141
|
--bizy-grid-gap: 0.6rem;
|
|
126
142
|
|
|
127
|
-
--bizy-heat-map-chart-out-of-range-color: #
|
|
128
|
-
--bizy-heat-map-chart-tooltip-color:
|
|
143
|
+
--bizy-heat-map-chart-out-of-range-color: #f3f3f3;
|
|
144
|
+
--bizy-heat-map-chart-tooltip-color: var(--bizy-dark-default-color);
|
|
129
145
|
--bizy-heat-map-chart-tooltip-background-color: #fff;
|
|
130
146
|
--bizy-heat-map-chart-tooltip-border-color: #fff;
|
|
147
|
+
--bizy-heat-map-chart-x-highlight-area-background-color: #c5dcf34d;
|
|
148
|
+
--bizy-heat-map-chart-x-highlight-area-border-color: var(--bizy-info-color);
|
|
149
|
+
--bizy-heat-map-chart-y-highlight-area-background-color: #f3c5c54d;
|
|
150
|
+
--bizy-heat-map-chart-y-highlight-area-border-color: var(--bizy-danger-color);
|
|
151
|
+
--bizy-heat-map-chart-x-highlight-line-color: var(--bizy-danger-color);
|
|
152
|
+
--bizy-heat-map-chart-x-highlight-line-label-color: var(--bizy-default-color);
|
|
153
|
+
--bizy-heat-map-chart-y-highlight-line-color: var(--bizy-danger-color);
|
|
154
|
+
--bizy-heat-map-chart-y-highlight-line-label-color: var(--bizy-default-color);
|
|
131
155
|
|
|
132
156
|
--bizy-input-background-color: #fff;
|
|
133
157
|
--bizy-input-focus-color: var(--bizy-info-color);
|