ca-components 2.0.49 → 2.0.51
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/assets/scss/background.scss +4 -0
- package/assets/scss/icons.scss +31 -0
- package/assets/scss/sizing.scss +2 -0
- package/assets/scss/spacing.scss +19 -1
- package/assets/theme/main.scss +124 -124
- package/fesm2022/ca-components.mjs +296 -446
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/ca-components.module.d.ts +28 -28
- package/lib/components/ca-details-title-card/ca-details-title-card.component.d.ts +1 -0
- package/lib/components/ca-fuel-prices-range/ca-fuel-prices-range.component.d.ts +18 -0
- package/lib/components/ca-fuel-prices-range/interfaces/fuel-prices-range-config.interface.d.ts +6 -0
- package/lib/components/ca-fuel-prices-range/interfaces/index.d.ts +1 -0
- package/lib/components/ca-fuel-prices-range/pipes/fuel-prices-range.pipe.d.ts +16 -0
- package/lib/components/ca-fuel-prices-range/pipes/index.d.ts +1 -0
- package/lib/components/ca-fuel-prices-range/utils/constants/fuel-prices-range.constants.d.ts +4 -0
- package/lib/components/ca-fuel-prices-range/utils/constants/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.d.ts +2 -2
- package/lib/components/ca-modal-items/interfaces/modal-items-config.interface.d.ts +1 -0
- package/lib/utils/svg-routes/shared-svg.routes.d.ts +2 -0
- package/package.json +1 -1
- package/public-api.d.ts +3 -2
- package/lib/components/ca-progress-range/ca-progress-range.component.d.ts +0 -23
- package/lib/components/ca-progress-range/enums/index.d.ts +0 -3
- package/lib/components/ca-progress-range/enums/progress-range-price.enum.d.ts +0 -9
- package/lib/components/ca-progress-range/enums/progress-range-tooltip-position.enum.d.ts +0 -4
- package/lib/components/ca-progress-range/enums/progress-range-unit.enum.d.ts +0 -3
- package/lib/components/ca-progress-range/models/index.d.ts +0 -1
- package/lib/components/ca-progress-range/models/progress-range-last-price-item.model.d.ts +0 -6
- package/lib/components/ca-progress-range/utils/constants/ca-progress-range.constants.d.ts +0 -21
- package/lib/components/ca-progress-range/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-progress-range/utils/directives/index.d.ts +0 -3
- package/lib/components/ca-progress-range/utils/directives/progress-range-svg.directive.d.ts +0 -12
- package/lib/components/ca-progress-range/utils/directives/progress-range-tooltip-arrow-position.directive.d.ts +0 -14
- package/lib/components/ca-progress-range/utils/directives/progress-range-tooltip.directive.d.ts +0 -15
- package/lib/components/ca-progress-range/utils/svg-routes/ca-progress-range-svg-routes.d.ts +0 -4
- package/lib/components/ca-progress-range/utils/svg-routes/index.d.ts +0 -1
|
@@ -41,35 +41,35 @@ import * as i39 from "./components/ca-chart-manager/ca-chart-manager.component";
|
|
|
41
41
|
import * as i40 from "./components/ca-dropdown-menu/ca-dropdown-menu.component";
|
|
42
42
|
import * as i41 from "./components/ca-upload-files/ca-upload-files.component";
|
|
43
43
|
import * as i42 from "./components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component";
|
|
44
|
-
import * as i43 from "./components/ca-
|
|
45
|
-
import * as i44 from "./components/ca-
|
|
46
|
-
import * as i45 from "./components/ca-
|
|
47
|
-
import * as i46 from "./components/ca-
|
|
48
|
-
import * as i47 from "./components/ca-
|
|
49
|
-
import * as i48 from "./components/ca-
|
|
50
|
-
import * as i49 from "./components/ca-
|
|
51
|
-
import * as i50 from "./components/ca-
|
|
52
|
-
import * as i51 from "./components/ca-
|
|
53
|
-
import * as i52 from "./components/ca-
|
|
54
|
-
import * as i53 from "./components/ca-
|
|
55
|
-
import * as i54 from "./components/ca-
|
|
56
|
-
import * as i55 from "./components/ca-
|
|
57
|
-
import * as i56 from "./components/ca-
|
|
58
|
-
import * as i57 from "./components/ca-
|
|
59
|
-
import * as i58 from "./components/ca-
|
|
60
|
-
import * as i59 from "./components/ca-
|
|
61
|
-
import * as i60 from "./components/ca-confirmation-modals/components/ca-
|
|
62
|
-
import * as i61 from "./components/ca-confirmation-modals/components/ca-
|
|
63
|
-
import * as i62 from "./components/ca-confirmation-modals/components/ca-
|
|
64
|
-
import * as i63 from "./components/ca-confirmation-modals/components/ca-
|
|
65
|
-
import * as i64 from "./components/ca-
|
|
66
|
-
import * as i65 from "./components/ca-
|
|
67
|
-
import * as i66 from "./components/ca-
|
|
68
|
-
import * as i67 from "./components/ca-
|
|
69
|
-
import * as i68 from "./components/ca-
|
|
70
|
-
import * as i69 from "./components/ca-
|
|
44
|
+
import * as i43 from "./components/ca-tooltip-list/ca-tooltip-list.component";
|
|
45
|
+
import * as i44 from "./components/ca-input-test/input-test.component";
|
|
46
|
+
import * as i45 from "./components/ca-vehicle-list/ca-vehicle-list.component";
|
|
47
|
+
import * as i46 from "./components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component";
|
|
48
|
+
import * as i47 from "./components/ca-checkbox/ca-checkbox.component";
|
|
49
|
+
import * as i48 from "./components/ca-load-status/ca-load-status.component";
|
|
50
|
+
import * as i49 from "./components/ca-checkbox-selected-count/ca-checkbox-selected-count.component";
|
|
51
|
+
import * as i50 from "./components/ca-details-title-card/ca-details-title-card.component";
|
|
52
|
+
import * as i51 from "./components/ca-custom-card/ca-custom-card.component";
|
|
53
|
+
import * as i52 from "./components/ca-load-status-log/ca-load-status-log.component";
|
|
54
|
+
import * as i53 from "./components/ca-status-change-dropdown/ca-status-change-dropdown.component";
|
|
55
|
+
import * as i54 from "./components/ca-toolbar-dropdown/ca-toolbar-dropdown.component";
|
|
56
|
+
import * as i55 from "./components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component";
|
|
57
|
+
import * as i56 from "./components/ca-show-more/ca-show-more.component";
|
|
58
|
+
import * as i57 from "./components/ca-comments/ca-comments.component";
|
|
59
|
+
import * as i58 from "./components/ca-sorting-card-dropdown/ca-sorting-card-dropdown.component";
|
|
60
|
+
import * as i59 from "./components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component";
|
|
61
|
+
import * as i60 from "./components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component";
|
|
62
|
+
import * as i61 from "./components/ca-confirmation-modals/components/ca-void-modal/ca-void-modal.component";
|
|
63
|
+
import * as i62 from "./components/ca-confirmation-modals/components/ca-move-modal/ca-move-modal.component";
|
|
64
|
+
import * as i63 from "./components/ca-confirmation-modals/components/ca-reset-table-modal/ca-reset-table-modal.component";
|
|
65
|
+
import * as i64 from "./components/ca-files-count/ca-files-count.component";
|
|
66
|
+
import * as i65 from "./components/ca-items-dropdown/ca-items-dropdown.component";
|
|
67
|
+
import * as i66 from "./components/ca-toast-messages/ca-toast-messages.component";
|
|
68
|
+
import * as i67 from "./components/ca-fleet-filter/ca-fleet-filter.component";
|
|
69
|
+
import * as i68 from "./components/ca-modal-items/ca-modal-items.component";
|
|
70
|
+
import * as i69 from "./components/ca-fuel-prices-range/ca-fuel-prices-range.component";
|
|
71
71
|
export declare class CaComponentsLibModule {
|
|
72
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaComponentsLibModule, never>;
|
|
73
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaProgressBarV2Component, typeof i4.CaRatingReviewComponent, typeof i5.CaAppTooltipV2Component, typeof i6.CaDetailsDropdownComponent, typeof i7.CaFilterComponent, typeof i8.CaFilterDropdownComponent, typeof i9.CaFilterStateDropdownComponent, typeof i10.CaFilterTimeDropdownComponent, typeof i11.CaFilterListDropdownComponent, typeof i12.CaInputComponent, typeof i13.CaInputDatetimePickerComponent, typeof i14.CaInputRadiobuttonsComponent, typeof i15.CaInputDropdownComponent, typeof i16.CaMapComponent, typeof i17.CaMapDropdownComponent, typeof i18.CaNoteComponent, typeof i19.CaNoteContainerComponent, typeof i20.CaPayrollListSummaryOverviewComponent, typeof i21.CaPayrollListSummaryOverviewTableComponent, typeof i22.PickupDeliveryBlockComponent, typeof i23.ProgressBarComponent, typeof i24.CaSearchMultipleStatesComponent, typeof i25.CaSearchMultipleStates2Component, typeof i26.CaTableCardViewComponent, typeof i27.CaSpinnerComponent, typeof i28.CaTodoComponent, typeof i29.CaTruckTrailerProgresBarComponent, typeof i30.CaPeriodContentComponent, typeof i31.CaInputNoteComponent, typeof i32.CaInputAddressDropdownComponent, typeof i33.CaMainTableComponent, typeof i34.CaActivityLogListComponent, typeof i35.CaRightSidePanelMenuComponent, typeof i36.CaRightSidePanelTopBarComponent, typeof i37.CaRightSidePanelComponent, typeof i38.CaChartComponent, typeof i39.CaChartManagerComponent, typeof i40.CaDropdownMenuComponent, typeof i41.CaUploadFilesComponent, typeof i42.CaRightSidePanelCompanyComponent, typeof i43.
|
|
73
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaProgressBarV2Component, typeof i4.CaRatingReviewComponent, typeof i5.CaAppTooltipV2Component, typeof i6.CaDetailsDropdownComponent, typeof i7.CaFilterComponent, typeof i8.CaFilterDropdownComponent, typeof i9.CaFilterStateDropdownComponent, typeof i10.CaFilterTimeDropdownComponent, typeof i11.CaFilterListDropdownComponent, typeof i12.CaInputComponent, typeof i13.CaInputDatetimePickerComponent, typeof i14.CaInputRadiobuttonsComponent, typeof i15.CaInputDropdownComponent, typeof i16.CaMapComponent, typeof i17.CaMapDropdownComponent, typeof i18.CaNoteComponent, typeof i19.CaNoteContainerComponent, typeof i20.CaPayrollListSummaryOverviewComponent, typeof i21.CaPayrollListSummaryOverviewTableComponent, typeof i22.PickupDeliveryBlockComponent, typeof i23.ProgressBarComponent, typeof i24.CaSearchMultipleStatesComponent, typeof i25.CaSearchMultipleStates2Component, typeof i26.CaTableCardViewComponent, typeof i27.CaSpinnerComponent, typeof i28.CaTodoComponent, typeof i29.CaTruckTrailerProgresBarComponent, typeof i30.CaPeriodContentComponent, typeof i31.CaInputNoteComponent, typeof i32.CaInputAddressDropdownComponent, typeof i33.CaMainTableComponent, typeof i34.CaActivityLogListComponent, typeof i35.CaRightSidePanelMenuComponent, typeof i36.CaRightSidePanelTopBarComponent, typeof i37.CaRightSidePanelComponent, typeof i38.CaChartComponent, typeof i39.CaChartManagerComponent, typeof i40.CaDropdownMenuComponent, typeof i41.CaUploadFilesComponent, typeof i42.CaRightSidePanelCompanyComponent, typeof i43.CaTooltipListComponent, typeof i44.InputTestComponent, typeof i45.CaVehicleListComponent, typeof i46.CaLastFuelPriceProgressComponent, typeof i47.CaCheckboxComponent, typeof i48.CaLoadStatusComponent, typeof i49.CaCheckboxSelectedCountComponent, typeof i50.CaDetailsTitleCardComponent, typeof i51.CaCustomCardComponent, typeof i52.CaLoadStatusLogComponent, typeof i53.CaStatusChangeDropdownComponent, typeof i54.CaToolbarDropdownComponent, typeof i55.CaDeleteModalComponent, typeof i56.CaShowMoreComponent, typeof i57.CaCommentsComponent, typeof i58.CaSortingCardDropdownComponent, typeof i59.CaActivateModalComponent, typeof i60.CaDeactivateModalComponent, typeof i61.CaVoidModalComponent, typeof i62.CaMoveModalComponent, typeof i63.CaResetTableModalComponent, typeof i64.CaFilesCountComponent, typeof i65.CaItemsDropdownComponent, typeof i66.CaToastMessagesComponent, typeof i67.CaFleetFilterComponent, typeof i68.CaModalItemsComponent, typeof i69.CaFuelPricesRangeComponent], [typeof i3.CaProgressBarV2Component, typeof i2.CaProfileImageComponent, typeof i5.CaAppTooltipV2Component, typeof i6.CaDetailsDropdownComponent, typeof i4.CaRatingReviewComponent, typeof i7.CaFilterComponent, typeof i8.CaFilterDropdownComponent, typeof i9.CaFilterStateDropdownComponent, typeof i10.CaFilterTimeDropdownComponent, typeof i11.CaFilterListDropdownComponent, typeof i12.CaInputComponent, typeof i13.CaInputDatetimePickerComponent, typeof i14.CaInputRadiobuttonsComponent, typeof i15.CaInputDropdownComponent, typeof i16.CaMapComponent, typeof i17.CaMapDropdownComponent, typeof i18.CaNoteComponent, typeof i19.CaNoteContainerComponent, typeof i20.CaPayrollListSummaryOverviewComponent, typeof i21.CaPayrollListSummaryOverviewTableComponent, typeof i22.PickupDeliveryBlockComponent, typeof i23.ProgressBarComponent, typeof i24.CaSearchMultipleStatesComponent, typeof i25.CaSearchMultipleStates2Component, typeof i27.CaSpinnerComponent, typeof i29.CaTruckTrailerProgresBarComponent, typeof i30.CaPeriodContentComponent, typeof i31.CaInputNoteComponent, typeof i33.CaMainTableComponent, typeof i34.CaActivityLogListComponent, typeof i35.CaRightSidePanelMenuComponent, typeof i36.CaRightSidePanelTopBarComponent, typeof i37.CaRightSidePanelComponent, typeof i38.CaChartComponent, typeof i39.CaChartManagerComponent, typeof i40.CaDropdownMenuComponent, typeof i41.CaUploadFilesComponent, typeof i42.CaRightSidePanelCompanyComponent, typeof i43.CaTooltipListComponent, typeof i32.CaInputAddressDropdownComponent, typeof i44.InputTestComponent, typeof i45.CaVehicleListComponent, typeof i46.CaLastFuelPriceProgressComponent, typeof i47.CaCheckboxComponent, typeof i48.CaLoadStatusComponent, typeof i49.CaCheckboxSelectedCountComponent, typeof i50.CaDetailsTitleCardComponent, typeof i51.CaCustomCardComponent, typeof i52.CaLoadStatusLogComponent, typeof i53.CaStatusChangeDropdownComponent, typeof i54.CaToolbarDropdownComponent, typeof i55.CaDeleteModalComponent, typeof i57.CaCommentsComponent, typeof i56.CaShowMoreComponent, typeof i58.CaSortingCardDropdownComponent, typeof i59.CaActivateModalComponent, typeof i60.CaDeactivateModalComponent, typeof i61.CaVoidModalComponent, typeof i62.CaMoveModalComponent, typeof i63.CaResetTableModalComponent, typeof i64.CaFilesCountComponent, typeof i65.CaItemsDropdownComponent, typeof i66.CaToastMessagesComponent, typeof i67.CaFleetFilterComponent, typeof i68.CaModalItemsComponent, typeof i69.CaFuelPricesRangeComponent]>;
|
|
74
74
|
static ɵinj: i0.ɵɵInjectorDeclaration<CaComponentsLibModule>;
|
|
75
75
|
}
|
|
@@ -10,6 +10,7 @@ export declare class CaDetailsTitleCardComponent<T> {
|
|
|
10
10
|
popoverRef: NgbPopover;
|
|
11
11
|
titleCardTooltip: NgbTooltip;
|
|
12
12
|
titleCard: ElementRef;
|
|
13
|
+
inputSearch: ElementRef;
|
|
13
14
|
dropdownTemplate: TemplateRef<T>;
|
|
14
15
|
titleTemplate: TemplateRef<T>;
|
|
15
16
|
set detailsTitleCardConfig(values: CaDetailsTitleCardConfig);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IFuelPricesRangeConfig } from './interfaces';
|
|
2
|
+
import { SharedSvgRoutes } from '../../utils/svg-routes';
|
|
3
|
+
import { eUnit } from '../../enums';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaFuelPricesRangeComponent {
|
|
6
|
+
fuelPricesRangeConfig: IFuelPricesRangeConfig;
|
|
7
|
+
isCardVariation: boolean;
|
|
8
|
+
isFuelLastPriceHovered: boolean;
|
|
9
|
+
fuelPricesRangeCircleSvgClassColor: Record<string, string>;
|
|
10
|
+
fuelPricesRangeArrowSvgClassColor: Record<string, string>;
|
|
11
|
+
fuelPricesRangeColor: string[];
|
|
12
|
+
sharedSvgRoutes: typeof SharedSvgRoutes;
|
|
13
|
+
eUnit: typeof eUnit;
|
|
14
|
+
constructor();
|
|
15
|
+
onHoverFuelLastPrice(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaFuelPricesRangeComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaFuelPricesRangeComponent, "app-ca-fuel-prices-range", never, { "fuelPricesRangeConfig": { "alias": "fuelPricesRangeConfig"; "required": false; }; "isCardVariation": { "alias": "isCardVariation"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './fuel-prices-range-config.interface';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FuelPricesRangePipe implements PipeTransform {
|
|
4
|
+
transform(lastFuelPriceData: {
|
|
5
|
+
minValue: number;
|
|
6
|
+
maxValue: number;
|
|
7
|
+
totalValue: number;
|
|
8
|
+
isOutdated?: boolean;
|
|
9
|
+
isCardVariation?: boolean;
|
|
10
|
+
}): {
|
|
11
|
+
svgPosition: number;
|
|
12
|
+
svgClass: string;
|
|
13
|
+
};
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FuelPricesRangePipe, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FuelPricesRangePipe, "fuelPricesRange", true>;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './fuel-prices-range.pipe';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './fuel-prices-range.constants';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare class LastFuelPriceProgressHelper {
|
|
2
|
-
static getSvgClassFromValue(minValue: number, maxValue: number, totalValue: number, isOutdated?: boolean): string;
|
|
3
|
-
static calculateSvgPosition(minValue: number, maxValue: number, totalValue: number, isOutdated?: boolean): {
|
|
2
|
+
static getSvgClassFromValue(minValue: number, maxValue: number, totalValue: number, isOutdated?: boolean, isTableVariation?: boolean, isCardVariation?: boolean): string;
|
|
3
|
+
static calculateSvgPosition(minValue: number, maxValue: number, totalValue: number, isOutdated?: boolean, isTableVariation?: boolean, isCardVariation?: boolean): {
|
|
4
4
|
svgPosition: number;
|
|
5
5
|
svgClass: string;
|
|
6
6
|
};
|
|
@@ -5,9 +5,11 @@ export declare class SharedSvgRoutes {
|
|
|
5
5
|
static SORT_ARROWS_ICON: string;
|
|
6
6
|
static DROPDOWN_ARROW: string;
|
|
7
7
|
static ARROW_LEFT: string;
|
|
8
|
+
static LAST_PRICE_ARROW_DOWN: string;
|
|
8
9
|
static ARROW_RIGHT: string;
|
|
9
10
|
static ARROW_DOWN: string;
|
|
10
11
|
static SELECT_REMAINING_ICON: string;
|
|
12
|
+
static CIRCLE: string;
|
|
11
13
|
static CLEAR_SELECTED_ICON: string;
|
|
12
14
|
static BACK_STATUS_ICON: string;
|
|
13
15
|
static ARROW_UP: string;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -51,8 +51,6 @@ export * from './lib/components/ca-chart/enums';
|
|
|
51
51
|
export * from './lib/components/ca-chart/models';
|
|
52
52
|
export * from './lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component';
|
|
53
53
|
export * from './lib/components/ca-map/utils/helpers';
|
|
54
|
-
export * from './lib/components/ca-progress-range/ca-progress-range.component';
|
|
55
|
-
export * from './lib/components/ca-progress-range/enums';
|
|
56
54
|
export * from './lib/components/ca-tooltip-list/ca-tooltip-list.component';
|
|
57
55
|
export * from './lib/components/ca-icon-dropdown/ca-icon-dropdown.component';
|
|
58
56
|
export * from './lib/components/ca-icon-dropdown/interfaces';
|
|
@@ -106,6 +104,9 @@ export * from './lib/components/ca-items-dropdown/ca-items-dropdown.component';
|
|
|
106
104
|
export * from './lib/components/ca-items-dropdown/pipes';
|
|
107
105
|
export * from './lib/components/ca-modal-items/ca-modal-items.component';
|
|
108
106
|
export * from './lib/components/ca-modal-items/enums';
|
|
107
|
+
export * from './lib/components/ca-fuel-prices-range/ca-fuel-prices-range.component';
|
|
108
|
+
export * from './lib/components/ca-fuel-prices-range/pipes';
|
|
109
|
+
export * from './lib/components/ca-fuel-prices-range/utils/constants';
|
|
109
110
|
export * from './lib/components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component';
|
|
110
111
|
export * from './lib/components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component';
|
|
111
112
|
export * from './lib/components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Renderer2 } from '@angular/core';
|
|
2
|
-
import { eProgressRangeUnit, eProgressRangeTooltipPosition } from './enums';
|
|
3
|
-
import { CaProgressRangeSvgRoutes } from './utils/svg-routes';
|
|
4
|
-
import { IProgressRangeLastPriceItem } from './models';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CaProgressRangeComponent {
|
|
7
|
-
private renderer;
|
|
8
|
-
startRange: number;
|
|
9
|
-
endRange: number;
|
|
10
|
-
unit: eProgressRangeUnit;
|
|
11
|
-
lastUsed: string;
|
|
12
|
-
widthPx: number;
|
|
13
|
-
gapPx: number;
|
|
14
|
-
tooltipPosition: eProgressRangeTooltipPosition;
|
|
15
|
-
set value(_value: number | null | undefined);
|
|
16
|
-
svgRoutes: typeof CaProgressRangeSvgRoutes;
|
|
17
|
-
priceRangeItem: IProgressRangeLastPriceItem | null | undefined;
|
|
18
|
-
_value: number | null | undefined;
|
|
19
|
-
constructor(renderer: Renderer2);
|
|
20
|
-
private calculatePriceRange;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaProgressRangeComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaProgressRangeComponent, "app-ca-progress-range", never, { "startRange": { "alias": "startRange"; "required": false; }; "endRange": { "alias": "endRange"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "lastUsed": { "alias": "lastUsed"; "required": false; }; "widthPx": { "alias": "widthPx"; "required": false; }; "gapPx": { "alias": "gapPx"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './progress-range-last-price-item.model';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { IProgressRangeLastPriceItem } from "../../models";
|
|
2
|
-
export declare class CaProgressRangeConstants {
|
|
3
|
-
static CLASS_ARROW_CHEAPEST: string;
|
|
4
|
-
static CLASS_ARROW_LOW: string;
|
|
5
|
-
static CLASS_ARROW_MODERATE: string;
|
|
6
|
-
static CLASS_ARROW_HIGH: string;
|
|
7
|
-
static CLASS_ARROW_MOST_EXPENSIVE: string;
|
|
8
|
-
static CLASS_CIRCLE_CHEAPEST: string;
|
|
9
|
-
static CLASS_CIRCLE_LOW: string;
|
|
10
|
-
static CLASS_CIRCLE_MODERATE: string;
|
|
11
|
-
static CLASS_CIRCLE_HIGH: string;
|
|
12
|
-
static CLASS_CIRCLE_MOST_EXPENSIVE: string;
|
|
13
|
-
static CLASS_CIRCLE_EXPIRED_NO_VALUE: string;
|
|
14
|
-
static DAYS_WEEK: number;
|
|
15
|
-
static TOOLTIP_WIDTH_DEFAULT: number;
|
|
16
|
-
static STYLE_LEFT: string;
|
|
17
|
-
static STYLE_WIDTH: string;
|
|
18
|
-
static ATTRIBUTE_VIEW_BOX: string;
|
|
19
|
-
static ATTRIBUTE_X: string;
|
|
20
|
-
static PROGRESS_RANGE_LAST_PRICE_ITEMS: IProgressRangeLastPriceItem[];
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ca-progress-range.constants';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Renderer2 } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProgressRangeSvgDirective implements AfterViewInit {
|
|
4
|
-
private elementRef;
|
|
5
|
-
private renderer;
|
|
6
|
-
widthPx: number;
|
|
7
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
8
|
-
ngAfterViewInit(): void;
|
|
9
|
-
private setDisplay;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressRangeSvgDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressRangeSvgDirective, "[rangeSvg]", never, { "widthPx": { "alias": "widthPx"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Renderer2 } from "@angular/core";
|
|
2
|
-
import { eProgressRangePrice } from "../../enums";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProgressRangeTooltipArrowPositionDirective implements AfterViewInit {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private renderer;
|
|
7
|
-
containerWidthPx: number;
|
|
8
|
-
progressRangePrice?: eProgressRangePrice;
|
|
9
|
-
constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
|
|
10
|
-
ngAfterViewInit(): void;
|
|
11
|
-
private setDisplay;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressRangeTooltipArrowPositionDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressRangeTooltipArrowPositionDirective, "[arrowPosition]", never, { "containerWidthPx": { "alias": "containerWidthPx"; "required": false; }; "progressRangePrice": { "alias": "progressRangePrice"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
-
}
|
package/lib/components/ca-progress-range/utils/directives/progress-range-tooltip.directive.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, Renderer2 } from "@angular/core";
|
|
2
|
-
import { eProgressRangeTooltipPosition } from "../../enums";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ProgressRangeTooltipDirective implements AfterViewInit {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private renderer;
|
|
7
|
-
widthPx: number;
|
|
8
|
-
gapPx: number;
|
|
9
|
-
tooltipPosition: eProgressRangeTooltipPosition;
|
|
10
|
-
constructor(elementRef: ElementRef<HTMLDivElement>, renderer: Renderer2);
|
|
11
|
-
ngAfterViewInit(): void;
|
|
12
|
-
private setDisplay;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressRangeTooltipDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressRangeTooltipDirective, "[progressRangeTooltip]", never, { "widthPx": { "alias": "widthPx"; "required": false; }; "gapPx": { "alias": "gapPx"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ca-progress-range-svg-routes';
|