ca-components 1.3.997 → 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-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 +2 -1
- 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-filters/ca-filter.component.d.ts +2 -2
- 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-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 +1 -0
- 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
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CaInputDropdownLoadBrokerShipperComponent {
|
|
5
|
-
options:
|
|
6
|
-
activeItem:
|
|
5
|
+
options: IOptionModel[];
|
|
6
|
+
activeItem: IOptionModel | null;
|
|
7
7
|
searchText: string;
|
|
8
|
-
label: keyof
|
|
8
|
+
label: keyof IOptionModel;
|
|
9
9
|
dropdownOption: QueryList<ElementRef>;
|
|
10
10
|
set inputHoveredItem(val: number);
|
|
11
11
|
_inputHoveredItem: number;
|
|
12
12
|
get inputHoveredItem(): number;
|
|
13
|
-
onActiveItem: EventEmitter<
|
|
13
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
14
14
|
constructor();
|
|
15
|
-
onActiveItemEmit(option:
|
|
15
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerShipperComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperComponent, "app-ca-input-dropdown-load-shipper", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { OptionModel } from '../../../models';
|
|
2
1
|
import { ICaInputWithDropdown } from '../../../../ca-input/config';
|
|
2
|
+
import { IOptionModel } from '../../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CaInputDropdownLoadDispatcherItemComponent {
|
|
5
|
-
option:
|
|
5
|
+
option: IOptionModel;
|
|
6
6
|
hasNoResult: boolean;
|
|
7
|
-
activeItem:
|
|
7
|
+
activeItem: IOptionModel | null;
|
|
8
8
|
searchText: string;
|
|
9
|
-
label: keyof
|
|
9
|
+
label: keyof IOptionModel;
|
|
10
10
|
dropdownWithImage?: ICaInputWithDropdown | null;
|
|
11
11
|
isInOption: boolean;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatcherItemComponent, never>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import { ICaInput } from '../../../ca-input-test/config';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaInputDropdownLoadDispatcherComponent {
|
|
6
6
|
inputConfig: ICaInput;
|
|
7
|
-
options:
|
|
8
|
-
activeItem:
|
|
7
|
+
options: IOptionModel[];
|
|
8
|
+
activeItem: IOptionModel | null;
|
|
9
9
|
searchText: string;
|
|
10
|
-
label: keyof
|
|
10
|
+
label: keyof IOptionModel;
|
|
11
11
|
dropdownOption: QueryList<ElementRef>;
|
|
12
12
|
set inputHoveredItem(val: number);
|
|
13
13
|
_inputHoveredItem: number;
|
|
14
14
|
get inputHoveredItem(): number;
|
|
15
|
-
onActiveItem: EventEmitter<
|
|
15
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
16
16
|
constructor();
|
|
17
|
-
onActiveItemEmit(option:
|
|
17
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatcherComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatcherComponent, "app-ca-input-dropdown-load-dispatcher", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OptionModel } from '../../../models';
|
|
2
1
|
import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
|
|
2
|
+
import { IOptionModel } from '../../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CaInputDropdownLoadDispatchesTtdComponentItem {
|
|
5
5
|
showNoResulst: boolean;
|
|
6
|
-
option:
|
|
6
|
+
option: IOptionModel;
|
|
7
7
|
index: number;
|
|
8
|
-
activeItem:
|
|
8
|
+
activeItem: IOptionModel | null;
|
|
9
9
|
searchText: string;
|
|
10
|
-
label: keyof
|
|
10
|
+
label: keyof IOptionModel;
|
|
11
11
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, "app-ca-input-dropdown-load-dispatches-ttd-item", never, { "showNoResulst": { "alias": "showNoResulst"; "required": false; }; "option": { "alias": "option"; "required": false; }; "index": { "alias": "index"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaInputDropdownLoadDispatchesTtdComponent {
|
|
6
|
-
options:
|
|
7
|
-
activeItem:
|
|
6
|
+
options: IOptionModel[];
|
|
7
|
+
activeItem: IOptionModel | null;
|
|
8
8
|
searchText: string;
|
|
9
|
-
label: keyof
|
|
9
|
+
label: keyof IOptionModel;
|
|
10
10
|
dropdownOption: QueryList<ElementRef>;
|
|
11
11
|
set inputHoveredItem(val: number);
|
|
12
12
|
_inputHoveredItem: number;
|
|
13
13
|
get inputHoveredItem(): number;
|
|
14
|
-
onActiveItem: EventEmitter<
|
|
14
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
15
15
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
16
16
|
constructor();
|
|
17
|
-
onActiveItemEmit(option:
|
|
17
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponent, "app-ca-input-dropdown-load-dispatches-ttd", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CaInputDropdownMultiselectComponent {
|
|
5
|
-
options:
|
|
6
|
-
lastActiveMultiselectItem:
|
|
5
|
+
options: IOptionModel[];
|
|
6
|
+
lastActiveMultiselectItem: IOptionModel | null;
|
|
7
7
|
searchText: string;
|
|
8
|
-
label: keyof
|
|
8
|
+
label: keyof IOptionModel;
|
|
9
9
|
dropdownOption: QueryList<ElementRef>;
|
|
10
10
|
set inputHoveredItem(val: number);
|
|
11
11
|
_inputHoveredItem: number;
|
|
12
12
|
get inputHoveredItem(): number;
|
|
13
|
-
onMultiselectSelect: EventEmitter<
|
|
13
|
+
onMultiselectSelect: EventEmitter<IOptionModel>;
|
|
14
14
|
constructor();
|
|
15
|
-
onMultiselectSelectEmit(option:
|
|
15
|
+
onMultiselectSelectEmit(option: IOptionModel): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownMultiselectComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownMultiselectComponent, "app-ca-input-dropdown-multiselect", never, { "options": { "alias": "options"; "required": false; }; "lastActiveMultiselectItem": { "alias": "lastActiveMultiselectItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onMultiselectSelect": "onMultiselectSelect"; }, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaInputDropdownPayrollTrucksComponent {
|
|
6
|
-
options:
|
|
7
|
-
activeItem:
|
|
6
|
+
options: IOptionModel[];
|
|
7
|
+
activeItem: IOptionModel | null;
|
|
8
8
|
searchText: string;
|
|
9
|
-
label: keyof
|
|
9
|
+
label: keyof IOptionModel;
|
|
10
10
|
dropdownOption: QueryList<ElementRef>;
|
|
11
11
|
set inputHoveredItem(val: number);
|
|
12
12
|
_inputHoveredItem: number;
|
|
13
13
|
get inputHoveredItem(): number;
|
|
14
|
-
onActiveItem: EventEmitter<
|
|
14
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
15
15
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
16
16
|
constructor();
|
|
17
|
-
onActiveItemEmit(option:
|
|
17
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownPayrollTrucksComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownPayrollTrucksComponent, "app-ca-input-dropdown-payroll-trucks", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import { ICaInputWithDropdown } from '../../../ca-input/config';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaInputDropdownSvgTemplateComponent {
|
|
6
6
|
dropdownWithImage?: ICaInputWithDropdown | null;
|
|
7
|
-
options:
|
|
8
|
-
activeItem:
|
|
7
|
+
options: IOptionModel[];
|
|
8
|
+
activeItem: IOptionModel | null;
|
|
9
9
|
searchText: string;
|
|
10
|
-
label: keyof
|
|
10
|
+
label: keyof IOptionModel;
|
|
11
11
|
dropdownOption: QueryList<ElementRef>;
|
|
12
12
|
set inputHoveredItem(val: number);
|
|
13
13
|
_inputHoveredItem: number;
|
|
14
14
|
get inputHoveredItem(): number;
|
|
15
|
-
onActiveItem: EventEmitter<
|
|
15
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
16
16
|
constructor();
|
|
17
|
-
onActiveItemEmit(option:
|
|
17
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgTemplateComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgTemplateComponent, "app-ca-input-dropdown-svg-template", never, { "dropdownWithImage": { "alias": "dropdownWithImage"; "required": false; }; "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
3
2
|
import { ICaInput } from '../../../ca-input-test/config';
|
|
3
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CaInputDropdownSvgtextDispatchTemplateComponent {
|
|
7
|
-
options:
|
|
8
|
-
activeItem:
|
|
7
|
+
options: IOptionModel[];
|
|
8
|
+
activeItem: IOptionModel | null;
|
|
9
9
|
searchText: string;
|
|
10
10
|
inputConfig: ICaInput;
|
|
11
|
-
label: keyof
|
|
11
|
+
label: keyof IOptionModel;
|
|
12
12
|
dropdownOption: QueryList<ElementRef>;
|
|
13
13
|
set inputHoveredItem(val: number);
|
|
14
14
|
_inputHoveredItem: number;
|
|
15
15
|
get inputHoveredItem(): number;
|
|
16
|
-
onActiveItem: EventEmitter<
|
|
16
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
17
17
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
18
18
|
constructor();
|
|
19
|
-
onActiveItemEmit(option:
|
|
19
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, "app-ca-input-dropdown-svgtext-dispatch-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ICaInput } from '../../../../ca-input-test/config';
|
|
2
|
-
import { OptionModel } from '../../../models';
|
|
3
2
|
import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
|
|
3
|
+
import { IOptionModel } from '../../../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaInputDropdownSvgtextTemplateItemComponent {
|
|
6
|
-
option:
|
|
6
|
+
option: IOptionModel;
|
|
7
7
|
inputConfig: ICaInput;
|
|
8
|
-
label: keyof
|
|
9
|
-
activeItem:
|
|
8
|
+
label: keyof IOptionModel;
|
|
9
|
+
activeItem: IOptionModel | null;
|
|
10
10
|
searchText: string;
|
|
11
11
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
12
|
constructor();
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import { ICaInput } from '../../../ca-input-test/config';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CaInputDropdownSvgtextTemplateComponent {
|
|
7
|
-
options:
|
|
8
|
-
activeItem:
|
|
7
|
+
options: IOptionModel[];
|
|
8
|
+
activeItem: IOptionModel | null;
|
|
9
9
|
searchText: string;
|
|
10
10
|
inputConfig: ICaInput;
|
|
11
|
-
label: keyof
|
|
11
|
+
label: keyof IOptionModel;
|
|
12
12
|
dropdownOption: QueryList<ElementRef>;
|
|
13
13
|
set inputHoveredItem(val: number);
|
|
14
14
|
_inputHoveredItem: number;
|
|
15
15
|
get inputHoveredItem(): number;
|
|
16
|
-
onActiveItem: EventEmitter<
|
|
16
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
17
17
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
18
18
|
constructor();
|
|
19
|
-
onActiveItemEmit(option:
|
|
19
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateComponent, "app-ca-input-dropdown-svgtext-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CaInputDropdownTextCounterComponent {
|
|
5
|
-
options:
|
|
6
|
-
activeItem:
|
|
5
|
+
options: IOptionModel[];
|
|
6
|
+
activeItem: IOptionModel | null;
|
|
7
7
|
searchText: string;
|
|
8
|
-
label: keyof
|
|
8
|
+
label: keyof IOptionModel;
|
|
9
9
|
dropdownOption: QueryList<ElementRef>;
|
|
10
10
|
set inputHoveredItem(val: number);
|
|
11
11
|
_inputHoveredItem: number;
|
|
12
12
|
get inputHoveredItem(): number;
|
|
13
|
-
onActiveItem: EventEmitter<
|
|
13
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
14
14
|
constructor();
|
|
15
|
-
onActiveItemEmit(option:
|
|
15
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTextCounterComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTextCounterComponent, "app-ca-input-dropdown-text-counter", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaInputDropdownTripleTextTemplateComponent {
|
|
6
|
-
options:
|
|
7
|
-
activeItem:
|
|
6
|
+
options: IOptionModel[];
|
|
7
|
+
activeItem: IOptionModel | null;
|
|
8
8
|
searchText: string;
|
|
9
|
-
label: keyof
|
|
9
|
+
label: keyof IOptionModel;
|
|
10
10
|
dropdownOption: QueryList<ElementRef>;
|
|
11
11
|
set inputHoveredItem(val: number);
|
|
12
12
|
_inputHoveredItem: number;
|
|
13
13
|
get inputHoveredItem(): number;
|
|
14
|
-
onActiveItem: EventEmitter<
|
|
14
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
15
15
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
16
16
|
constructor();
|
|
17
|
-
onActiveItemEmit(option:
|
|
17
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTripleTextTemplateComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTripleTextTemplateComponent, "app-ca-input-dropdown-triple-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { OptionModel } from '../models';
|
|
3
2
|
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class DropdownOptionsPipe implements PipeTransform {
|
|
6
|
-
transform(searchText: string, options:
|
|
7
|
-
getSortedOptions(sort: string, options:
|
|
6
|
+
transform(searchText: string, options: IOptionModel[], inputConfig: ICaInput, canAddNew: boolean, label: string, sort: string): any;
|
|
7
|
+
getSortedOptions(sort: string, options: IOptionModel[]): IOptionModel[];
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownOptionsPipe, never>;
|
|
9
9
|
static ɵpipe: i0.ɵɵPipeDeclaration<DropdownOptionsPipe, "caDropdownOptionsPipe", true>;
|
|
10
10
|
}
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
-
import {
|
|
3
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class InputDropdownDefaultTemplateClassPipe implements PipeTransform {
|
|
6
|
-
transform(option:
|
|
6
|
+
transform(option: IOptionModel, options: IOptionModel[], activeItem: IOptionModel | null, inputConfig: ICaInput): {
|
|
7
7
|
[key: string]: boolean | undefined;
|
|
8
8
|
};
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownDefaultTemplateClassPipe, never>;
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class InputDropdownFuelFranchiseClassPipe implements PipeTransform {
|
|
5
|
-
transform(option:
|
|
5
|
+
transform(option: IOptionModel, options: IOptionModel[]): {
|
|
6
6
|
[key: string]: boolean | undefined;
|
|
7
7
|
};
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownFuelFranchiseClassPipe, never>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { ICaInputWithDropdown } from '../../ca-input/config';
|
|
3
|
-
import {
|
|
3
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class InputDropdownGetIconsPipe implements PipeTransform {
|
|
6
|
-
transform(option: ICaInputWithDropdown, activeItem:
|
|
6
|
+
transform(option: ICaInputWithDropdown, activeItem: IOptionModel | null): string;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownGetIconsPipe, never>;
|
|
8
8
|
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownGetIconsPipe, "inputDropdownGetIcons", true>;
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
-
import {
|
|
3
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class InputDropdownLabelClassPipe implements PipeTransform {
|
|
6
|
-
transform(option:
|
|
6
|
+
transform(option: IOptionModel, options: IOptionModel[], activeItem: IOptionModel | null, labelMode: string, inputConfig: ICaInput): {
|
|
7
7
|
[key: string]: boolean | undefined;
|
|
8
8
|
};
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownLabelClassPipe, never>;
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class InputDropdownLoadBrokerContainerPipe implements PipeTransform {
|
|
5
|
-
transform(option:
|
|
5
|
+
transform(option: IOptionModel, options: IOptionModel[], activeItem: IOptionModel | null): {
|
|
6
6
|
[key: string]: boolean | undefined;
|
|
7
7
|
};
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownLoadBrokerContainerPipe, never>;
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
2
|
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
-
import {
|
|
3
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class InputDropdownMultiselectClassPipe implements PipeTransform {
|
|
6
|
-
transform(inputConfig: ICaInput, multiselectItems:
|
|
6
|
+
transform(inputConfig: ICaInput, multiselectItems: IOptionModel[], isMultiSelectInputFocus: boolean): {
|
|
7
7
|
[key: string]: boolean | undefined;
|
|
8
8
|
};
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownMultiselectClassPipe, never>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class InputDropdownSvgtextTemplateContainerPipe implements PipeTransform {
|
|
5
|
-
transform(option:
|
|
5
|
+
transform(option: IOptionModel, options: IOptionModel[], activeItem: IOptionModel | null): {
|
|
6
6
|
[key: string]: boolean | undefined;
|
|
7
7
|
};
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownSvgtextTemplateContainerPipe, never>;
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { OptionModel } from '../models';
|
|
3
2
|
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
+
import { IOptionModel } from '../interfaces/input-dropdown-option.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class InputDropdownSvgtextTemplateIconPipe implements PipeTransform {
|
|
6
|
-
transform(option:
|
|
6
|
+
transform(option: IOptionModel, activeItem: IOptionModel | null, inputConfig: ICaInput): {
|
|
7
7
|
[key: string]: boolean | undefined;
|
|
8
8
|
};
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownSvgtextTemplateIconPipe, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './input-dropdown-forms.type';
|
package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare class CaLastFuelPriceProgressComponent implements OnInit {
|
|
|
10
10
|
eUnit: typeof eUnit;
|
|
11
11
|
lastFuelPriceConfig: ILastFuelPriceProgressConfig[];
|
|
12
12
|
lastFuelPriceColors: string[];
|
|
13
|
+
isMapView: boolean;
|
|
13
14
|
constructor();
|
|
14
15
|
ngOnInit(): void;
|
|
15
16
|
private getConstantData;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
|
|
2
2
|
import { GoogleMap } from '@angular/google-maps';
|
|
3
|
-
import { IMapMarkers, ICaMapProps, IMapOptions, IRoutePath, IMapBoundsZoom
|
|
3
|
+
import { IMapMarkers, ICaMapProps, IMapOptions, IRoutePath, IMapBoundsZoom } from '../ca-map/models';
|
|
4
4
|
import { MapMarkerIconService } from './utils/services';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CaMapComponent {
|
|
@@ -29,45 +29,39 @@ export declare class CaMapComponent {
|
|
|
29
29
|
mapData: ICaMapProps;
|
|
30
30
|
openedInfoWindowData: IMapMarkers | null;
|
|
31
31
|
areaFilterData: import("./models/map.model").IMapAreaFIlter;
|
|
32
|
-
clusterMarkerIds: IMapMarkers[];
|
|
33
|
-
routingMarkerIds: IMapMarkers[];
|
|
34
32
|
routePolylines: google.maps.PolylineOptions[];
|
|
35
33
|
isMarkerDropdownOpen: boolean;
|
|
36
34
|
isClusterDropdownOpen: boolean;
|
|
37
|
-
isCurrentlyOpenWindow: boolean;
|
|
38
35
|
isMapCenterSet: boolean;
|
|
39
36
|
isAreaFilterActive: boolean;
|
|
40
37
|
openDropdownTimeout: NodeJS.Timeout | number;
|
|
38
|
+
private clusterMarkerIds;
|
|
41
39
|
ngOnInit(): void;
|
|
42
40
|
ngAfterViewInit(): void;
|
|
43
41
|
onClusterMarkerClick(markerItem: IMapMarkers): void;
|
|
44
42
|
getMarkerInfoWindow(markerId: number): void;
|
|
45
43
|
onMarkerClick(markerItem: IMapMarkers): void;
|
|
46
|
-
setDirectionsOnMap(): void;
|
|
47
|
-
calculateAndDisplayRoute(): void;
|
|
48
|
-
resetMarkersIcons(): void;
|
|
49
44
|
onMapReady(mapInstance: google.maps.Map): {
|
|
50
45
|
fillColor?: string;
|
|
51
46
|
strokeColor?: string;
|
|
52
47
|
strokeWeight?: number;
|
|
53
48
|
fillOpacity?: number;
|
|
54
49
|
} | void;
|
|
55
|
-
setMapStyles(): void;
|
|
56
|
-
getMapIdleEvent(map: google.maps.Map): void;
|
|
57
|
-
sendBoundsChangedEvent(): void;
|
|
58
50
|
onClusterBackButtonClick(): void;
|
|
59
|
-
openMarkerInfoWindow(markerItem: IMapSelectedMarkerData): void;
|
|
60
51
|
checkInfoWindowPosition(markerItem: IMapMarkers, markerItem2?: IMapMarkers | null): boolean;
|
|
61
|
-
closeInfoWindow(): void;
|
|
62
|
-
handleMapData(newData: ICaMapProps): void;
|
|
63
|
-
getClusterId(clusterData: IMapMarkers): number | null;
|
|
64
|
-
getRoutingId(markerData: IMapMarkers): number | null;
|
|
65
52
|
onClusterListScrollToEnd(): void;
|
|
66
53
|
onZoomChange(isMinusClick?: boolean): void;
|
|
67
54
|
onOpenInMap(): void;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
55
|
+
private calculateAndDisplayRoute;
|
|
56
|
+
private resetMarkersIcons;
|
|
57
|
+
private setMapStyles;
|
|
58
|
+
private getMapIdleEvent;
|
|
59
|
+
private sendBoundsChangedEvent;
|
|
60
|
+
private openMarkerInfoWindow;
|
|
61
|
+
private closeInfoWindow;
|
|
62
|
+
private handleMapData;
|
|
63
|
+
private getClusterId;
|
|
64
|
+
private getMarkerServiceData;
|
|
71
65
|
ngOnDestroy(): void;
|
|
72
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaMapComponent, never>;
|
|
73
67
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaMapComponent, "app-ca-map", never, { "data": { "alias": "data"; "required": false; }; }, { "resetSelectedMarkerItem": "resetSelectedMarkerItem"; "clusterMarkerClick": "clusterMarkerClick"; "clusterListScrollEvent": "clusterListScrollEvent"; "getInfoWindowData": "getInfoWindowData"; "boundsChanged": "boundsChanged"; "openInMapEvent": "openInMapEvent"; }, never, never, true, never>;
|
|
@@ -5,5 +5,5 @@ export declare class MapMarkerIconHelper {
|
|
|
5
5
|
static getRoutingCheckedMarkerSvg: (stopType: string, isLightMode?: boolean) => string;
|
|
6
6
|
static getRoutingMarkerIconSvg: (stopType: string) => string;
|
|
7
7
|
static getMapMarker(isFavorite?: boolean, isClosed?: boolean): string;
|
|
8
|
-
static getClusterMarker(count: number, isSelected?: boolean): string;
|
|
8
|
+
static getClusterMarker(count: number, isSelected?: boolean, isFuelMarker?: boolean): string;
|
|
9
9
|
}
|
|
@@ -12,8 +12,8 @@ export declare class MapMarkerIconService {
|
|
|
12
12
|
private clusterElements;
|
|
13
13
|
private routingElements;
|
|
14
14
|
constructor(rendererFactory: RendererFactory2);
|
|
15
|
-
getMarkerIcon(markerId: number, labelName?: string, isClosed?: boolean, isFavorite?: boolean, isAlwaysSelected?: boolean): HTMLElement;
|
|
16
|
-
getClusterMarkerIcon(markerData: IMapMarkers): HTMLElement;
|
|
15
|
+
getMarkerIcon(markerId: number, labelName?: string, isClosed?: boolean, isFavorite?: boolean, isAlwaysSelected?: boolean, fuelMarkerClass?: string, secondLabelName?: string): HTMLElement;
|
|
16
|
+
getClusterMarkerIcon(markerData: IMapMarkers, isFuelMarker?: boolean): HTMLElement;
|
|
17
17
|
getRoutingMarkerIcon(markerData: IMapMarkers, stopNumber: number, stopType: string, isStopChecked?: boolean, isLightMode?: boolean, labelName?: string): HTMLElement;
|
|
18
18
|
createClusterId(clusterData: IMapMarkers): number;
|
|
19
19
|
createRoutingId(markerData: IMapMarkers): number;
|