ca-components 1.3.996 → 1.3.998
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/esm2022/lib/animations/index.mjs +11 -0
- package/esm2022/lib/animations/slide-in-out.animation.mjs +20 -0
- package/esm2022/lib/ca-components.module.mjs +7 -1
- package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +8 -5
- package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +2 -2
- package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +19 -35
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/interfaces/input-dropdown-option.interface.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +4 -2
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/types/index.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/types/input-dropdown-forms.type.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/types/select-dropdown-value.type.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/validators/dropdown-empty-value.validator.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/validators/index.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.mjs +22 -13
- package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.mjs +1 -1
- package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.mjs +1 -1
- package/esm2022/lib/components/ca-map/ca-map.component.mjs +53 -81
- package/esm2022/lib/components/ca-map/utils/helpers/map-marker-icon.helper.mjs +5 -4
- package/esm2022/lib/components/ca-map/utils/services/map-marker-icon.service.mjs +23 -5
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +41 -8
- package/esm2022/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.mjs +3 -1
- package/esm2022/lib/components/ca-map-dropdown/models/map-dropdown-content.model.mjs +1 -1
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +31 -23
- package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
- package/esm2022/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.mjs +112 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/enums/index.mjs +2 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/enums/search-multiple-state-action.enum.mjs +5 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/util/index.mjs +2 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/util/routes/multiple-search-state-svg.route.mjs +6 -0
- package/esm2022/lib/enums/general-actions.enum.mjs +27 -11
- package/esm2022/lib/enums/string-placeholder.enum.mjs +2 -1
- package/esm2022/lib/pipes/date-from-string.pipe.mjs +4 -1
- package/esm2022/public-api.mjs +3 -2
- package/fesm2022/ca-components.mjs +450 -275
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/animations/index.d.ts +10 -0
- package/lib/animations/slide-in-out.animation.d.ts +1 -0
- package/lib/ca-components.module.d.ts +24 -23
- package/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.d.ts +1 -1
- package/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.d.ts +1 -1
- package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +29 -34
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +10 -10
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.d.ts +3 -3
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.d.ts +3 -3
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/{models/input-dropdown-option.model.d.ts → interfaces/input-dropdown-option.interface.d.ts} +1 -1
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +3 -3
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/types/index.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/types/input-dropdown-forms.type.d.ts +7 -0
- package/lib/components/ca-input-dropdown-test/types/select-dropdown-value.type.d.ts +7 -0
- package/lib/components/ca-input-dropdown-test/validators/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.d.ts +2 -0
- package/lib/components/ca-map/ca-map.component.d.ts +12 -18
- package/lib/components/ca-map/utils/helpers/map-marker-icon.helper.d.ts +1 -1
- package/lib/components/ca-map/utils/services/map-marker-icon.service.d.ts +2 -2
- package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +5 -1
- package/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.d.ts +3 -1
- package/lib/components/ca-map-dropdown/models/map-dropdown-content.model.d.ts +2 -1
- package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +5 -5
- package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.d.ts +32 -0
- package/lib/components/ca-search-multiple-states-2/enums/index.d.ts +1 -0
- package/lib/components/ca-search-multiple-states-2/enums/search-multiple-state-action.enum.d.ts +3 -0
- package/lib/components/ca-search-multiple-states-2/util/index.d.ts +1 -0
- package/lib/components/ca-search-multiple-states-2/util/routes/multiple-search-state-svg.route.d.ts +5 -0
- package/lib/enums/general-actions.enum.d.ts +26 -10
- package/lib/enums/string-placeholder.enum.d.ts +2 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +0 -4
- package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +0 -2
- package/lib/components/ca-input-dropdown-test/models/index.d.ts +0 -3
- package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +0 -5
- package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +0 -4
|
@@ -3,6 +3,7 @@ export declare enum eMapDropdownString {
|
|
|
3
3
|
RATING_REVIEW = "rating-review",
|
|
4
4
|
DIVIDER = "divider",
|
|
5
5
|
REPAIR_SHOP_SERVICES = "repair-shop-services",
|
|
6
|
+
FUEL_PRICE_RANGE = "fuel-price-range",
|
|
6
7
|
ICON_TEXT = "icon-text",
|
|
7
8
|
TITLE = "title",
|
|
8
9
|
TITLE_COUNT = "title-count",
|
|
@@ -11,5 +12,6 @@ export declare enum eMapDropdownString {
|
|
|
11
12
|
TEXT_COUNT = "text-count",
|
|
12
13
|
SUBTITLE = "subtitle",
|
|
13
14
|
TEXT = "text",
|
|
14
|
-
SMALL_SUBTITLE = "small-subtitle"
|
|
15
|
+
SMALL_SUBTITLE = "small-subtitle",
|
|
16
|
+
DATE = "date"
|
|
15
17
|
}
|
|
@@ -5,7 +5,7 @@ export interface MapDropdownContent {
|
|
|
5
5
|
selectedClusterItemData?: any;
|
|
6
6
|
}
|
|
7
7
|
export interface MapDropdownContentItem {
|
|
8
|
-
template: 'header-title' | 'rating-review' | 'divider' | 'repair-shop-services' | 'icon-text' | 'title' | 'title-count' | 'subtitle' | 'text' | 'money-text' | 'open-hours' | 'small-subtitle' | 'text-count' | 'side-by-side';
|
|
8
|
+
template: 'header-title' | 'rating-review' | 'divider' | 'repair-shop-services' | 'fuel-price-range' | 'icon-text' | 'title' | 'title-count' | 'subtitle' | 'text' | 'money-text' | 'open-hours' | 'small-subtitle' | 'text-count' | 'side-by-side' | 'date';
|
|
9
9
|
field: string;
|
|
10
10
|
secondField?: string;
|
|
11
11
|
thirdField?: string;
|
|
@@ -16,6 +16,7 @@ export interface MapDropdownContentItem {
|
|
|
16
16
|
hasBackButton?: boolean;
|
|
17
17
|
customClassContainer?: string;
|
|
18
18
|
customClassText?: string;
|
|
19
|
+
isDate?: boolean;
|
|
19
20
|
sideBySideInfo?: {
|
|
20
21
|
leftSide: MapDropdownContentItem;
|
|
21
22
|
rightSide: MapDropdownContentItem;
|
|
@@ -12,9 +12,9 @@ export declare class CaFilterListDropdownComponent extends NewFilterBaseComponen
|
|
|
12
12
|
set list(value: IFilterDropdownList[]);
|
|
13
13
|
caFiltersSvgRoutes: typeof CaFiltersSvgRoutes;
|
|
14
14
|
loadStatusEnum: typeof eLoadStatus;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
scrollLimitSize: number;
|
|
16
|
+
previousUnSelectedState: IFilterDropdownList[];
|
|
17
|
+
previousSelectedState: IFilterDropdownList[];
|
|
18
18
|
selectedList: IFilterDropdownList[];
|
|
19
19
|
unselectedList: IFilterDropdownList[];
|
|
20
20
|
searchForm: import("@angular/forms").UntypedFormGroup;
|
|
@@ -38,8 +38,8 @@ export declare class CaFilterListDropdownComponent extends NewFilterBaseComponen
|
|
|
38
38
|
private updateLists;
|
|
39
39
|
private moveItem;
|
|
40
40
|
private calculateSelectedCount;
|
|
41
|
-
private
|
|
42
|
-
private
|
|
41
|
+
private setInitialList;
|
|
42
|
+
private setInitialType;
|
|
43
43
|
private resetInputValue;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterListDropdownComponent, never>;
|
|
45
45
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterListDropdownComponent, "app-ca-filter-list-dropdown", never, { "type": { "alias": "type"; "required": false; }; "list": { "alias": "list"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { FormControl } from '@angular/forms';
|
|
3
|
+
import { eSearchMultipleStateAction } from './enums';
|
|
4
|
+
import { eStringPlaceholder, ePosition, eGeneralActions } from '../../enums';
|
|
5
|
+
import { MultipleSearchStateSvg } from './util';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CaSearchMultipleStates2Component implements OnInit {
|
|
8
|
+
set selectedTab(value: string);
|
|
9
|
+
inputPlaceholder: string;
|
|
10
|
+
onSearchQueryChange: EventEmitter<string[]>;
|
|
11
|
+
readonly SEARCH_LIMIT: number;
|
|
12
|
+
searchQuery: string[];
|
|
13
|
+
searchControl: FormControl<eStringPlaceholder | null>;
|
|
14
|
+
_selectedTab: string;
|
|
15
|
+
isSearchActive: boolean;
|
|
16
|
+
eSearchMultipleStateAction: typeof eSearchMultipleStateAction;
|
|
17
|
+
eCommonAction: typeof eGeneralActions;
|
|
18
|
+
ePosition: typeof ePosition;
|
|
19
|
+
multipleSearchStateSvg: typeof MultipleSearchStateSvg;
|
|
20
|
+
constructor();
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
addSearchItem(): void;
|
|
23
|
+
clearAll(): void;
|
|
24
|
+
deleteSearchQueryItem(index: number): void;
|
|
25
|
+
removeSearchItem(searchItem: string): void;
|
|
26
|
+
toggleSearch(): void;
|
|
27
|
+
clearSearch(): void;
|
|
28
|
+
resetComponentState(): void;
|
|
29
|
+
propagateData(): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaSearchMultipleStates2Component, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaSearchMultipleStates2Component, "ca-search-multiple-states-2", never, { "selectedTab": { "alias": "selectedTab"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; }, { "onSearchQueryChange": "onSearchQueryChange"; }, never, never, true, never>;
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './search-multiple-state-action.enum';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './routes/multiple-search-state-svg.route';
|
|
@@ -1,25 +1,41 @@
|
|
|
1
1
|
export declare enum eGeneralActions {
|
|
2
|
-
ADD = "
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
ADD = "Add",
|
|
3
|
+
ADD_LOWERCASE = "add",
|
|
4
|
+
UPDATE = "Update",
|
|
5
|
+
UPDATE_LOWERCASE = "update",
|
|
6
|
+
DELETE = "Delete",
|
|
7
|
+
DELETE_LOWERCASE = "delete",
|
|
8
|
+
EDIT = "Edit",
|
|
9
|
+
EDIT_LOWERCASE = "edit",
|
|
10
|
+
SAVE = "Save",
|
|
11
|
+
SAVE_LOWERCASE = "save",
|
|
12
|
+
CANCEL = "Cancel",
|
|
13
|
+
CANCEL_LOWERCASE = "cancel",
|
|
8
14
|
ENTER = "Enter",
|
|
9
15
|
ESCAPE = "Escape",
|
|
10
|
-
CONFIRM = "
|
|
16
|
+
CONFIRM = "Confirm",
|
|
17
|
+
CONFIRM_LOWERCASE = "confirm",
|
|
11
18
|
SET = "Set",
|
|
19
|
+
SET_LOWERCASE = "set",
|
|
12
20
|
REMOVE = "Remove",
|
|
21
|
+
REMOVE_LOWERCASE = "remove",
|
|
13
22
|
SELECT = "Select",
|
|
14
|
-
|
|
23
|
+
SELECT_LOWERCASE = "select",
|
|
24
|
+
ACTIVATE = "Activate",
|
|
25
|
+
ACTIVATE_LOWERCASE = "activate",
|
|
15
26
|
DEACTIVATE = "deactivate",
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
DEACTIVATE_LOWERCASE = "deactivate",
|
|
28
|
+
CLOSE = "Close",
|
|
29
|
+
CLOSE_LOWERCASE = "close",
|
|
30
|
+
CLOSE_UPPERCASE = "CLOSE",
|
|
31
|
+
OPEN = "Open",
|
|
32
|
+
OPEN_LOWERCASE = "open",
|
|
18
33
|
NEXT = "Next",
|
|
19
34
|
NEXT_LOWERCASE = "next",
|
|
20
35
|
PREVIOUS = "Previous",
|
|
21
36
|
PREVIOUS_LOWERCASE = "previous",
|
|
22
37
|
CLEAR = "Clear",
|
|
38
|
+
CLEAR_LOWERCASE = "clear",
|
|
23
39
|
CLEAR_ALL = "Clear All",
|
|
24
40
|
OPEN_MODAL = "open-modal"
|
|
25
41
|
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export * from './lib/components/ca-pickup-delivery-block/ca-pickup-delivery-bloc
|
|
|
18
18
|
export * from './lib/components/ca-profile-image/ca-profile-image.component';
|
|
19
19
|
export * from './lib/components/ca-progress-bar/ca-progress-bar.component';
|
|
20
20
|
export * from './lib/components/ca-search-multiple-states/ca-search-multiple-states.component';
|
|
21
|
+
export * from './lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component';
|
|
21
22
|
export * from './lib/components/ca-spinner/ca-spinner.component';
|
|
22
23
|
export * from './lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component';
|
|
23
24
|
export * from './lib/components/ca-period-content/ca-period-content.component';
|
|
@@ -80,4 +81,4 @@ export * from './lib/components/ca-vehicle-list/enums';
|
|
|
80
81
|
export * from './lib/pipes';
|
|
81
82
|
export * from './lib/components/ca-input-test/config';
|
|
82
83
|
export * from './lib/enums';
|
|
83
|
-
export * from './lib/components/ca-input-dropdown-test/validators
|
|
84
|
+
export * from './lib/components/ca-input-dropdown-test/validators';
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export * from './input-dropdown-option.model';
|
|
2
|
-
export * from './load-modal-status.model';
|
|
3
|
-
export * from './status-order.model';
|
|
4
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L21vZGVscy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLCtCQUErQixDQUFDO0FBQzlDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxzQkFBc0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5wdXQtZHJvcGRvd24tb3B0aW9uLm1vZGVsJztcbmV4cG9ydCAqIGZyb20gJy4vbG9hZC1tb2RhbC1zdGF0dXMubW9kZWwnO1xuZXhwb3J0ICogZnJvbSAnLi9zdGF0dXMtb3JkZXIubW9kZWwnOyJdfQ==
|
package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZHJvcGRvd24tb3B0aW9uLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtZHJvcGRvd24tdGVzdC9tb2RlbHMvaW5wdXQtZHJvcGRvd24tb3B0aW9uLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBBcnJheVN0YXR1cyB9IGZyb20gJy4uLy4uLy4uL21vZGVscy9hcnJheS1zdGF0dXMubW9kZWwnO1xuaW1wb3J0IHsgRHJpdmVyTWluaW1hbFJlc3BvbnNlIH0gZnJvbSAnLi4vLi4vY2EtcGVyaW9kLWNvbnRlbnQvbW9kZWxzJztcblxuZXhwb3J0IGludGVyZmFjZSBPcHRpb25Nb2RlbCB7XG4gIGlkPzogbnVtYmVyO1xuICBudW1iZXI/OiBudW1iZXI7XG4gIG5hbWU/OiBzdHJpbmc7XG4gIGZ1bGxOYW1lPzogc3RyaW5nO1xuICBjb21wYW55TmFtZT86IHN0cmluZztcbiAgY29sb3JJZD86IG51bWJlcjtcbiAgY29sb3I/OiBzdHJpbmc7XG4gIGNvbG9yRD86IHN0cmluZztcbiAgY29kZT86IHN0cmluZztcbiAgY2xhc3M/OiBzdHJpbmc7XG4gIHBob25lPzogc3RyaW5nO1xuICBjb3VudD86IG51bWJlcjtcbiAgZGVzY3JpcHRpb24/OiBzdHJpbmc7XG4gIGJ1c2luZXNzTmFtZT86IHN0cmluZztcbiAgYWRkcmVzcz86IGFueTtcbiAgbG9uZ0xhdD86IG51bWJlcjtcbiAgbG9nb05hbWU/OiBzdHJpbmc7XG4gIGRyb3BMYWJlbD86IHN0cmluZztcbiAgdHJhaWxlcj86IEFycmF5U3RhdHVzO1xuICB0cnVjaz86IEFycmF5U3RhdHVzO1xuICBkcml2ZXI/OiBEcml2ZXJNaW5pbWFsUmVzcG9uc2U7XG4gIGlzRnJhbmNoaXNlPzogYm9vbGVhbjtcbiAgZG51PzogYm9vbGVhbjtcbiAgYmFuPzogYm9vbGVhbjtcbiAgc3RhdHVzPzogYW55O1xuICBhY3RpdmU/OiBib29sZWFuO1xuICBkaXNhYmxlZD86IGJvb2xlYW47XG4gIGR1cGxpY2F0ZUlkPzogYm9vbGVhbjtcbiAgY2FuT3Blbk1vZGFsPzogYm9vbGVhbjtcbiAgb3Blbj86IGJvb2xlYW47XG4gIGdyb3Vwcz86IHtcbiAgICBpZD86IG51bWJlcjtcbiAgICBuYW1lPzogc3RyaW5nO1xuICB9W107XG4gIGNvbnRhY3RzPzoge1xuICAgIGZ1bGxOYW1lPzogc3RyaW5nO1xuICAgIGlkPzogbnVtYmVyO1xuICAgIG5hbWU/OiBzdHJpbmc7XG4gICAgb3JpZ2luYWxQaG9uZT86IHN0cmluZztcbiAgICBwaG9uZT86IHN0cmluZztcbiAgICBwaG9uZUV4dD86IHN0cmluZztcbiAgICBwaG9uZUV4dGVuc2lvbj86IHN0cmluZztcbiAgICBzaGlwcGVySWQ/OiBudW1iZXI7XG4gIH1bXTtcbiAgc3RvcmVzPzoge1xuICAgIGlkPzogbnVtYmVyIHwgc3RyaW5nO1xuICAgIG5hbWU/OiBzdHJpbmc7XG4gICAgYWRkcmVzcz86IHN0cmluZztcbiAgfVtdO1xuICBmb2xkZXI/OiBzdHJpbmc7XG4gIHN1YkZvbGRlcj86IHN0cmluZztcbiAgaXNEcml2ZXI/OiBib29sZWFuO1xuICBhZGRpdGlvbmFsVGV4dD86IHN0cmluZztcbiAgc3ZnPzogc3RyaW5nO1xuICByZWZlcmVuY2VOdW1iZXI/OiBudW1iZXIgfCBzdHJpbmc7XG4gIHRvdGFsQmlsbD86IG51bWJlciB8IHN0cmluZztcbiAgdG90YWxNaWxlcz86IG51bWJlciB8IHN0cmluZztcbiAgdG90YWxFYXJuaW5ncz86IG51bWJlciB8IHN0cmluZztcbiAgYnJva2VyTmFtZT86IHN0cmluZztcbiAgaGlyZWRBdD86IG51bWJlciB8IHN0cmluZztcbiAgZ3JvdXBOYW1lPzogc3RyaW5nO1xuICBpdGVtcz86IHtcbiAgICBpZD86IG51bWJlcjtcbiAgICBuYW1lPzogc3RyaW5nO1xuICB9W107XG4gIGhvdmVyQ29kZT86IHN0cmluZztcbiAgcGF5VHlwZT86IHN0cmluZztcbiAgaXRlbUluZGV4PzogbnVtYmVyIHwgc3RyaW5nO1xuICBhdmFpbGFibGVDcmVkaXRUeXBlPzoge1xuICAgIGlkPzogbnVtYmVyIHwgc3RyaW5nO1xuICAgIG5hbWU/OiBzdHJpbmc7XG4gIH07XG4gIGRlcGFydG1lbnQ/OiB7XG4gICAgaWQ/OiBudW1iZXIgfCBzdHJpbmc7XG4gICAgbmFtZT86IHN0cmluZztcbiAgfTtcbiAgbG9hZHNDb3VudD86IG51bWJlciB8IHN0cmluZztcbiAgaG92ZXI/OiBib29sZWFuO1xuICBlaW4/OiBzdHJpbmcgfCBudW1iZXI7XG4gIGJyYW5kPzogc3RyaW5nO1xuICBhY2NvdW50Pzogc3RyaW5nO1xuICBzdG9wVHlwZT86IHN0cmluZztcbiAgdmFsdWVGb3JSZXF1ZXN0Pzogc3RyaW5nO1xuICBhdmFpbGFibGVDcmVkaXQ/OiBzdHJpbmcgfCBudW1iZXI7XG4gIGNyZWRpdExpbWl0Pzogc3RyaW5nIHwgbnVtYmVyO1xuICBzdWZmaXg/OiBzdHJpbmcgfCBudW1iZXI7XG4gIHRydWNrVHlwZT86IHtcbiAgICBuYW1lPzogc3RyaW5nO1xuICB9O1xuXG4gIGFjdGl2ZUNvdW50ZXI/OiBzdHJpbmcgfCBudW1iZXI7XG4gIHRvdGFsQ291bnRlcj86IHN0cmluZyB8IG51bWJlcjtcbn1cbiJdfQ==
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9hZC1tb2RhbC1zdGF0dXMubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi10ZXN0L21vZGVscy9sb2FkLW1vZGFsLXN0YXR1cy5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBTZWxlY3RlZFN0YXR1cyB7XG4gIHZhbHVlRm9yUmVxdWVzdD86IHN0cmluZztcbiAgbmFtZT86IHN0cmluZyB8IG51bGw7XG4gIGlkPzogbnVtYmVyO1xufVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdHVzLW9yZGVyLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtZHJvcGRvd24tdGVzdC9tb2RlbHMvc3RhdHVzLW9yZGVyLm1vZGVsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIFN0YXR1c09yZGVyIHtcbiAgdHlwZTogc3RyaW5nO1xuICBzdG9wT3JkZXI6IG51bWJlcjtcbn1cbiJdfQ==
|