ca-components 1.0.73 → 1.0.75
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/custompickers.scss +0 -111
- package/assets/scss/details_page_ske.scss +1 -1921
- package/assets/scss/tooltip.scss +7 -0
- package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +6 -6
- package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +17 -6
- package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
- package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +123 -120
- package/esm2022/lib/components/ca-custom-scrollbar/enums/event-type.enum.mjs +8 -0
- package/esm2022/lib/components/ca-custom-scrollbar/enums/index.mjs +3 -0
- package/esm2022/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.mjs +6 -0
- package/esm2022/lib/components/ca-custom-scrollbar/models/index.mjs +3 -0
- package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.mjs +2 -0
- package/esm2022/lib/components/ca-custom-scrollbar/models/scroll-event.model.mjs +2 -0
- package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +4 -8
- package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +4 -8
- package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +3 -3
- package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +9 -11
- package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +7 -7
- package/esm2022/lib/components/ca-input/ca-input.component.mjs +5 -6
- package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +2 -2
- package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +2 -1
- package/esm2022/lib/components/ca-input/pipes/show-placeholder-text.pipe.mjs +3 -3
- package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +2 -2
- package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +91 -82
- package/esm2022/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.mjs +2 -1
- package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +8 -23
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +2 -6
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +2 -6
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +2 -6
- package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
- package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +4 -7
- package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +4 -5
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +8 -8
- package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +4 -6
- package/esm2022/lib/components/ca-modal-button/enums/index.mjs +2 -2
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-class-type.enum.mjs +10 -0
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-size.enum.mjs +3 -3
- package/esm2022/lib/components/ca-modal-button/pipes/modal-button-class.pipe.mjs +4 -12
- package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
- package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
- package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
- package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
- package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +2 -2
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
- package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
- package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
- package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
- package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +10 -7
- package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
- package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
- package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +10 -12
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
- package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +10 -15
- package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
- package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
- package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
- package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
- package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
- package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
- package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +10 -16
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +9 -13
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
- package/fesm2022/ca-components.mjs +583 -591
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.d.ts +38 -29
- package/lib/components/ca-custom-scrollbar/enums/event-type.enum.d.ts +6 -0
- package/lib/components/ca-custom-scrollbar/enums/index.d.ts +2 -0
- package/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.d.ts +4 -0
- package/lib/components/ca-custom-scrollbar/models/index.d.ts +2 -0
- package/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.d.ts +6 -0
- package/lib/components/ca-custom-scrollbar/models/scroll-event.model.d.ts +6 -0
- package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
- package/lib/components/ca-input/pipes/input-class.pipe.d.ts +1 -1
- package/lib/components/ca-input/pipes/label-class.pipe.d.ts +1 -1
- package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.d.ts +9 -7
- package/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.d.ts +2 -1
- package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +2 -4
- package/lib/components/ca-modal-button/enums/index.d.ts +1 -1
- package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.d.ts +8 -0
- package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +2 -2
- package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.d.ts +2 -2
- package/package.json +1 -1
- package/src/assets/ca-components/svg/input/ic_coordinates.svg +6 -0
- package/esm2022/lib/components/ca-logo-change/pipes/logo-slider.pipe.mjs +0 -17
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-type.enum.mjs +0 -10
- package/lib/components/ca-logo-change/pipes/logo-slider.pipe.d.ts +0 -7
- package/lib/components/ca-modal-button/enums/modal-button-type.enum.d.ts +0 -8
|
@@ -1,44 +1,53 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit
|
|
2
|
-
import { AfterViewInit
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { AfterViewInit } from '@angular/core';
|
|
3
|
+
import { ScrollBarOptions, ScrollEvent } from './models';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CaCustomScrollbarComponent implements OnInit,
|
|
5
|
+
export declare class CaCustomScrollbarComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
5
6
|
private ngZone;
|
|
6
7
|
private elRef;
|
|
7
|
-
private
|
|
8
|
+
private cdr;
|
|
8
9
|
private bar;
|
|
9
|
-
scrollEvent: EventEmitter<
|
|
10
|
-
scrollBarOptions:
|
|
11
|
-
horizontalScrollHeight: number;
|
|
12
|
-
|
|
10
|
+
scrollEvent: EventEmitter<ScrollEvent>;
|
|
11
|
+
set scrollBarOptions(value: ScrollBarOptions);
|
|
12
|
+
set horizontalScrollHeight(value: number);
|
|
13
|
+
_scrollBarOptions: ScrollBarOptions;
|
|
14
|
+
_horizontalScrollHeight: number;
|
|
15
|
+
private scrollTop;
|
|
13
16
|
showScrollbar: boolean;
|
|
14
17
|
scrollHeight: number;
|
|
15
|
-
scrollRatio
|
|
16
|
-
scrollRatioFull
|
|
18
|
+
private scrollRatio;
|
|
19
|
+
private scrollRatioFull;
|
|
17
20
|
isMouseDown: boolean;
|
|
18
|
-
barClickPosition
|
|
19
|
-
barClickRestHeight
|
|
21
|
+
private barClickPosition;
|
|
22
|
+
private barClickRestHeight;
|
|
20
23
|
private destroy$;
|
|
21
|
-
calculateSizeHeightTimer
|
|
22
|
-
tableNotPinedContainer
|
|
23
|
-
tableNotPinedBoundingRect:
|
|
24
|
-
tableBarClickPosition
|
|
25
|
-
tableBarClickRestWidth
|
|
26
|
-
tableScrollRatio
|
|
27
|
-
tableScrollRatioFull
|
|
24
|
+
private calculateSizeHeightTimer?;
|
|
25
|
+
private tableNotPinedContainer;
|
|
26
|
+
tableNotPinedBoundingRect: DOMRect | null;
|
|
27
|
+
private tableBarClickPosition;
|
|
28
|
+
private tableBarClickRestWidth;
|
|
29
|
+
private tableScrollRatio;
|
|
30
|
+
private tableScrollRatioFull;
|
|
28
31
|
tableScrollWidth: number;
|
|
29
|
-
|
|
32
|
+
private resizeHandlerCount;
|
|
33
|
+
constructor(ngZone: NgZone, elRef: ElementRef, cdr: ChangeDetectorRef);
|
|
30
34
|
ngOnInit(): void;
|
|
31
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
32
35
|
ngAfterViewInit(): void;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
private initializeEventListeners;
|
|
37
|
+
private initializeTableScroll;
|
|
38
|
+
private setScrollEvent;
|
|
39
|
+
setDraggingStart(event: MouseEvent): void;
|
|
40
|
+
private calculateBarSizeAndPosition;
|
|
41
|
+
private calculateTableScroll;
|
|
42
|
+
private calculateRegularScroll;
|
|
43
|
+
private onMouseUpHandler;
|
|
44
|
+
private onResizeHandler;
|
|
45
|
+
private onMouseMoveHandler;
|
|
46
|
+
private handleRegularScroll;
|
|
47
|
+
private handleTableScroll;
|
|
48
|
+
projectContentChanged(): void;
|
|
49
|
+
private removeEventListeners;
|
|
40
50
|
ngOnDestroy(): void;
|
|
41
|
-
projectContentChanged(e: any): void;
|
|
42
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaCustomScrollbarComponent, never>;
|
|
43
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaCustomScrollbarComponent, "app-ca-custom-scrollbar", never, { "scrollBarOptions": { "alias": "scrollBarOptions"; "required": false; }; "horizontalScrollHeight": { "alias": "horizontalScrollHeight"; "required": false; }; }, { "scrollEvent": "scrollEvent"; }, never, ["*"], true, never>;
|
|
44
53
|
}
|
|
@@ -60,8 +60,8 @@ export declare class CaFilterComponent implements OnDestroy {
|
|
|
60
60
|
addressList: AddressList[];
|
|
61
61
|
usaStates: ArrayStatus[];
|
|
62
62
|
canadaStates: ArrayStatus[];
|
|
63
|
-
setFilter: EventEmitter<
|
|
64
|
-
clearAll: EventEmitter<
|
|
63
|
+
setFilter: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
64
|
+
clearAll: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
65
65
|
private destroy$;
|
|
66
66
|
isSearchExpanded: boolean;
|
|
67
67
|
isFilterActive: boolean;
|
|
@@ -5,7 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class InputClassPipe implements PipeTransform {
|
|
6
6
|
transform(getSuperControl: AbstractControl<any, any> | null, isFocusInput: boolean, isTouchedInput: boolean, inputConfig: ICaInput, input: {
|
|
7
7
|
value: string;
|
|
8
|
-
}, isVisibleCommands: boolean, value: string, superControlInvalid: boolean | undefined, superControlTouched: boolean | undefined, isDropdownToggler: boolean, isEditInput: boolean, template: string): {
|
|
8
|
+
}, isVisibleCommands: boolean, value: string | number, superControlInvalid: boolean | undefined, superControlTouched: boolean | undefined, isDropdownToggler: boolean, isEditInput: boolean, template: string): {
|
|
9
9
|
[key: string]: boolean | undefined | number | null | string;
|
|
10
10
|
};
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputClassPipe, never>;
|
|
@@ -2,7 +2,7 @@ import { PipeTransform } from '@angular/core';
|
|
|
2
2
|
import { ICaInput } from '../config/ca-input.config';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class LabelClassPipe implements PipeTransform {
|
|
5
|
-
transform(value: string, isFocusInput: boolean, inputConfig: ICaInput, isTouchedInput: boolean, superControlInvalid?: boolean, superControlTouched?: boolean): {
|
|
5
|
+
transform(value: string | number, isFocusInput: boolean, inputConfig: ICaInput, isTouchedInput: boolean, superControlInvalid?: boolean, superControlTouched?: boolean): {
|
|
6
6
|
[key: string]: boolean | null | undefined | string | number;
|
|
7
7
|
};
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<LabelClassPipe, never>;
|
|
@@ -15,9 +15,9 @@ export declare class CaInputAddressDropdownComponent implements OnInit, ControlV
|
|
|
15
15
|
private ref;
|
|
16
16
|
inputDropdown: CaInputDropdownComponent;
|
|
17
17
|
set placeholderType(value: string);
|
|
18
|
-
activeAddress: AddressList | null;
|
|
19
|
-
receivedAddressData: AddressData | null;
|
|
20
|
-
receivedAddressList: AddressListResponse | null;
|
|
18
|
+
set activeAddress(value: AddressList | null);
|
|
19
|
+
set receivedAddressData(value: AddressData | null);
|
|
20
|
+
set receivedAddressList(value: AddressListResponse | null);
|
|
21
21
|
sentAddressValue: EventEmitter<string>;
|
|
22
22
|
inputConfig: ICaInput;
|
|
23
23
|
commandHandler: CommandsHandler;
|
|
@@ -40,6 +40,8 @@ export declare class CaInputAddressDropdownComponent implements OnInit, ControlV
|
|
|
40
40
|
private allowValidation;
|
|
41
41
|
stopType: string;
|
|
42
42
|
private requestSent;
|
|
43
|
+
_receivedAddressList: AddressListResponse | null;
|
|
44
|
+
_activeAddress: AddressList | null;
|
|
43
45
|
private destroy$;
|
|
44
46
|
addressForm: UntypedFormGroup;
|
|
45
47
|
constructor(superControl: NgControl, ref: ChangeDetectorRef);
|
|
@@ -50,13 +52,13 @@ export declare class CaInputAddressDropdownComponent implements OnInit, ControlV
|
|
|
50
52
|
ngOnInit(): void;
|
|
51
53
|
initChangesListener(): void;
|
|
52
54
|
get getSuperControl(): FormControl;
|
|
53
|
-
onCloseDropdown(
|
|
55
|
+
onCloseDropdown(event: boolean): void;
|
|
54
56
|
getAddressData(address: string): void;
|
|
55
|
-
onSelectDropdown(event: AddressList | null
|
|
56
|
-
onCommands(
|
|
57
|
+
onSelectDropdown(event: AddressList | null): void;
|
|
58
|
+
onCommands(event: KeyboardEvent, type: InputAddressCommandsString): void;
|
|
57
59
|
addressExpand(): void;
|
|
58
60
|
closeAddress(): void;
|
|
59
|
-
clearInput(
|
|
61
|
+
clearInput(event: KeyboardEvent): void;
|
|
60
62
|
private checkSearchLayers;
|
|
61
63
|
changeStopType(): void;
|
|
62
64
|
onIncorrectInput(event: boolean): void;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ModalButtonClassType, ModalButtonSize } from './enums';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CaModalButtonComponent {
|
|
4
|
-
type:
|
|
4
|
+
type: ModalButtonClassType;
|
|
5
5
|
size: ModalButtonSize;
|
|
6
6
|
text: string;
|
|
7
7
|
isValid: boolean;
|
|
8
8
|
isSpinnerShown: boolean;
|
|
9
|
-
ModalButtonType: typeof ModalButtonType;
|
|
10
|
-
ModalButtonSize: typeof ModalButtonSize;
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaModalButtonComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaModalButtonComponent, "app-ca-modal-button", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "text": { "alias": "text"; "required": false; }; "isValid": { "alias": "isValid"; "required": false; }; "isSpinnerShown": { "alias": "isSpinnerShown"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
11
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './modal-button-type.enum';
|
|
1
|
+
export * from './modal-button-class-type.enum';
|
|
2
2
|
export * from './modal-button-size.enum';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare enum ModalButtonClassType {
|
|
2
|
+
PRIMARY_POSITIVE = "primary-positive",
|
|
3
|
+
PRIMARY_NEUTRAL = "primary-neutral",
|
|
4
|
+
PRIMARY_NEGATIVE = "primary-negative",
|
|
5
|
+
SECONDARY_POSITIVE = "secondary-positive",
|
|
6
|
+
SECONDARY_NEUTRAL = "secondary-neutral",
|
|
7
|
+
SECONDARY_NEGATIVE = "secondary-negative"
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { ModalButtonClassType, ModalButtonSize } from '../enums';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ModalButtonClassPipe implements PipeTransform {
|
|
5
|
-
transform(type:
|
|
5
|
+
transform(type: ModalButtonClassType, size: ModalButtonSize, isValid: boolean): {
|
|
6
6
|
[key: string]: boolean;
|
|
7
7
|
};
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalButtonClassPipe, never>;
|
package/package.json
CHANGED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
|
|
2
|
+
<g id="GPS_Available" data-name="GPS Available" transform="translate(-6028.367 -13487)">
|
|
3
|
+
<rect id="Rectangle_56835" data-name="Rectangle 56835" width="14" height="14" transform="translate(6028.367 13487)" fill="#b7b7b7" opacity="0"/>
|
|
4
|
+
<path id="location" d="M13.563,6.125H12.171a5.246,5.246,0,0,0-4.3-4.3V.438A.437.437,0,0,0,7.438,0H6.563a.437.437,0,0,0-.437.438V1.829a5.246,5.246,0,0,0-4.3,4.3H.438A.437.437,0,0,0,0,6.563v.875a.437.437,0,0,0,.438.438H1.829a5.246,5.246,0,0,0,4.3,4.3v1.391A.437.437,0,0,0,6.563,14h.875a.437.437,0,0,0,.438-.437V12.171a5.246,5.246,0,0,0,4.3-4.3h1.391A.437.437,0,0,0,14,7.438V6.563A.437.437,0,0,0,13.563,6.125ZM7,10.5A3.5,3.5,0,1,1,10.5,7,3.5,3.5,0,0,1,7,10.5ZM7,4.594A2.406,2.406,0,1,0,9.406,7,2.406,2.406,0,0,0,7,4.594Z" transform="translate(6028.367 13487)" fill="#b7b7b7"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Pipe } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class LogoSliderPipe {
|
|
4
|
-
transform(customClass) {
|
|
5
|
-
return `custom-slider-logo-change ${customClass}`;
|
|
6
|
-
}
|
|
7
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LogoSliderPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
8
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: LogoSliderPipe, isStandalone: true, name: "logoSlider" }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: LogoSliderPipe, decorators: [{
|
|
11
|
-
type: Pipe,
|
|
12
|
-
args: [{
|
|
13
|
-
name: 'logoSlider',
|
|
14
|
-
standalone: true,
|
|
15
|
-
}]
|
|
16
|
-
}] });
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9nby1zbGlkZXIucGlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWxvZ28tY2hhbmdlL3BpcGVzL2xvZ28tc2xpZGVyLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBTXBELE1BQU0sT0FBTyxjQUFjO0lBQ3pCLFNBQVMsQ0FBQyxXQUFtQjtRQUMzQixPQUFPLDZCQUE2QixXQUFXLEVBQUUsQ0FBQztJQUNwRCxDQUFDOytHQUhVLGNBQWM7NkdBQWQsY0FBYzs7NEZBQWQsY0FBYztrQkFKMUIsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsWUFBWTtvQkFDbEIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdsb2dvU2xpZGVyJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgTG9nb1NsaWRlclBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgdHJhbnNmb3JtKGN1c3RvbUNsYXNzOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIHJldHVybiBgY3VzdG9tLXNsaWRlci1sb2dvLWNoYW5nZSAke2N1c3RvbUNsYXNzfWA7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export var ModalButtonType;
|
|
2
|
-
(function (ModalButtonType) {
|
|
3
|
-
ModalButtonType["PRIMARY_POSITIVE"] = "Primary Positive";
|
|
4
|
-
ModalButtonType["PRIMARY_NEUTRAL"] = "Primary Neutral";
|
|
5
|
-
ModalButtonType["PRIMARY_NEGATIVE"] = "Primary Negative";
|
|
6
|
-
ModalButtonType["SECONDARY_POSITIVE"] = "Secondary Positive";
|
|
7
|
-
ModalButtonType["SECONDARY_NEUTRAL"] = "Secondary Neutral";
|
|
8
|
-
ModalButtonType["SECONDARY_NEGATIVE"] = "Secondary Negative";
|
|
9
|
-
})(ModalButtonType || (ModalButtonType = {}));
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kYWwtYnV0dG9uLXR5cGUuZW51bS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLW1vZGFsLWJ1dHRvbi9lbnVtcy9tb2RhbC1idXR0b24tdHlwZS5lbnVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBTixJQUFZLGVBT1g7QUFQRCxXQUFZLGVBQWU7SUFDdkIsd0RBQXFDLENBQUE7SUFDckMsc0RBQW1DLENBQUE7SUFDbkMsd0RBQXFDLENBQUE7SUFDckMsNERBQXlDLENBQUE7SUFDekMsMERBQXVDLENBQUE7SUFDdkMsNERBQXlDLENBQUE7QUFDN0MsQ0FBQyxFQVBXLGVBQWUsS0FBZixlQUFlLFFBTzFCIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGVudW0gTW9kYWxCdXR0b25UeXBlIHtcbiAgICBQUklNQVJZX1BPU0lUSVZFID0gJ1ByaW1hcnkgUG9zaXRpdmUnLFxuICAgIFBSSU1BUllfTkVVVFJBTCA9ICdQcmltYXJ5IE5ldXRyYWwnLFxuICAgIFBSSU1BUllfTkVHQVRJVkUgPSAnUHJpbWFyeSBOZWdhdGl2ZScsXG4gICAgU0VDT05EQVJZX1BPU0lUSVZFID0gJ1NlY29uZGFyeSBQb3NpdGl2ZScsXG4gICAgU0VDT05EQVJZX05FVVRSQUwgPSAnU2Vjb25kYXJ5IE5ldXRyYWwnLFxuICAgIFNFQ09OREFSWV9ORUdBVElWRSA9ICdTZWNvbmRhcnkgTmVnYXRpdmUnLFxufVxuIl19
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LogoSliderPipe implements PipeTransform {
|
|
4
|
-
transform(customClass: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LogoSliderPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<LogoSliderPipe, "logoSlider", true>;
|
|
7
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare enum ModalButtonType {
|
|
2
|
-
PRIMARY_POSITIVE = "Primary Positive",
|
|
3
|
-
PRIMARY_NEUTRAL = "Primary Neutral",
|
|
4
|
-
PRIMARY_NEGATIVE = "Primary Negative",
|
|
5
|
-
SECONDARY_POSITIVE = "Secondary Positive",
|
|
6
|
-
SECONDARY_NEUTRAL = "Secondary Neutral",
|
|
7
|
-
SECONDARY_NEGATIVE = "Secondary Negative"
|
|
8
|
-
}
|