ca-components 1.0.97 → 1.0.99
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/components/ca-input/input-test/input-test.component.mjs +4 -3
- package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +59 -45
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +23 -8
- package/esm2022/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +22 -7
- package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +27 -29
- package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +8 -23
- package/esm2022/lib/components/ca-todo/config/column.config.mjs +5 -5
- package/esm2022/lib/components/ca-todo/models/index.mjs +2 -1
- package/esm2022/lib/components/ca-todo/models/to-do-column.model.mjs +2 -0
- package/esm2022/lib/components/ca-todo/models/todo-config.model.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +76 -117
- 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-files-carousel/models/index.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/enums/index.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/models/file-option-config.model.mjs +1 -1
- package/esm2022/lib/components/ca-upload-files/models/index.mjs +2 -1
- package/esm2022/lib/components/ca-upload-files/models/upload-files-config.model.mjs +2 -0
- package/esm2022/lib/pipes/highlight-search.pipe.mjs +1 -7
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/ca-components.mjs +555 -321
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
- package/lib/components/ca-input-dropdown/ca-input-dropdown.component.d.ts +4 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +6 -3
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +6 -3
- package/lib/components/ca-todo/ca-todo.component.d.ts +8 -12
- package/lib/components/ca-todo/components/ca-todo-card.component.d.ts +3 -12
- package/lib/components/ca-todo/config/column.config.d.ts +2 -6
- package/lib/components/ca-todo/models/index.d.ts +1 -0
- package/lib/components/ca-todo/models/to-do-column.model.d.ts +6 -0
- package/lib/components/ca-todo/models/todo-config.model.d.ts +2 -11
- package/lib/components/ca-upload-files/ca-upload-files.component.d.ts +9 -29
- package/lib/components/ca-upload-files/models/file-option-config.model.d.ts +1 -1
- package/lib/components/ca-upload-files/models/index.d.ts +1 -0
- package/lib/components/ca-upload-files/models/upload-files-config.model.d.ts +27 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -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<filterOutputWithParams | filterOutput>;
|
|
64
|
+
clearAll: EventEmitter<filterOutputWithParams | filterOutput>;
|
|
65
65
|
private destroy$;
|
|
66
66
|
isSearchExpanded: boolean;
|
|
67
67
|
isFilterActive: boolean;
|
|
@@ -2,21 +2,22 @@ import { ChangeDetectorRef, Renderer2 } from '@angular/core';
|
|
|
2
2
|
import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
|
|
4
4
|
import { ICaInput } from '../ca-input/config';
|
|
5
|
-
import { CaInputComponent } from '../ca-input/ca-input.component';
|
|
6
5
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
7
6
|
import { CommandsEvent } from '../ca-input/models';
|
|
8
7
|
import { OptionModel } from './models/input-dropdown-option.model';
|
|
9
8
|
import { ImageBase64Service } from '../../services/image-base64.service';
|
|
10
9
|
import { InputDropdownSvgRoutes } from './utils/svg-routes/input-dropdown-svg-routes';
|
|
11
10
|
import { DropdownTemplateTypeEnum } from './enums';
|
|
11
|
+
import { InputTestComponent } from '../ca-input/input-test/input-test.component';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class CaInputDropdownComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy, ControlValueAccessor {
|
|
13
|
+
export declare class CaInputDropdownComponent implements OnInit, AfterViewInit, OnChanges, OnDestroy, ControlValueAccessor, AfterViewInit {
|
|
14
14
|
superControl: NgControl;
|
|
15
15
|
imageBase64Service: ImageBase64Service;
|
|
16
16
|
private cdRef;
|
|
17
17
|
private renderer;
|
|
18
|
-
inputRef:
|
|
18
|
+
inputRef: InputTestComponent;
|
|
19
19
|
popoverRef: NgbPopover;
|
|
20
|
+
inputHoveredItem: number;
|
|
20
21
|
_template: string;
|
|
21
22
|
_canAddNew: boolean;
|
|
22
23
|
set template(value: string);
|
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { ICaInput } from '../../../ca-input/config';
|
|
4
4
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class CaInputDropdownDefaultTemplateComponent {
|
|
7
|
+
dropdownOption: QueryList<ElementRef>;
|
|
7
8
|
options: OptionModel[];
|
|
8
9
|
activeItem: OptionModel | null;
|
|
9
10
|
getSuperControl: AbstractControl<any, any> | null;
|
|
10
11
|
inputConfig: ICaInput;
|
|
12
|
+
set inputHoveredItem(val: number);
|
|
13
|
+
_inputHoveredItem: number;
|
|
14
|
+
get inputHoveredItem(): number;
|
|
11
15
|
onActiveItem: EventEmitter<OptionModel>;
|
|
12
16
|
constructor();
|
|
13
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
14
17
|
onActiveItemEmit(option: OptionModel): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDefaultTemplateComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDefaultTemplateComponent, "app-ca-input-dropdown-default-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDefaultTemplateComponent, "app-ca-input-dropdown-default-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
@@ -9,11 +9,14 @@ export declare class CaInputDropdownDetailsTemplateComponent {
|
|
|
9
9
|
getSuperControl: AbstractControl<any, any> | null;
|
|
10
10
|
sort: string;
|
|
11
11
|
onActiveItem: EventEmitter<OptionModel>;
|
|
12
|
+
dropdownOption: QueryList<ElementRef>;
|
|
13
|
+
set inputHoveredItem(val: number);
|
|
14
|
+
_inputHoveredItem: number;
|
|
15
|
+
get inputHoveredItem(): number;
|
|
12
16
|
hoveringIndex: number;
|
|
13
17
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
14
18
|
constructor();
|
|
15
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
16
19
|
onActiveItemEmit(option: OptionModel): void;
|
|
17
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDetailsTemplateComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDetailsTemplateComponent, "app-ca-input-dropdown-details-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDetailsTemplateComponent, "app-ca-input-dropdown-details-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
19
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,11 +6,14 @@ export declare class CaInputDropdownDispatchComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
hoveredOption: number;
|
|
11
15
|
constructor();
|
|
12
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
13
16
|
onActiveItemEmit(option: OptionModel): void;
|
|
14
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDispatchComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDispatchComponent, "app-ca-input-dropdown-dispatch", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDispatchComponent, "app-ca-input-dropdown-dispatch", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
16
19
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
@@ -7,11 +7,14 @@ export declare class CaInputDropdownDoubleTextTemplateComponent {
|
|
|
7
7
|
options: OptionModel[];
|
|
8
8
|
activeItem: OptionModel | null;
|
|
9
9
|
getSuperControl: AbstractControl<any, any> | null;
|
|
10
|
+
dropdownOption: QueryList<ElementRef>;
|
|
11
|
+
set inputHoveredItem(val: number);
|
|
12
|
+
_inputHoveredItem: number;
|
|
13
|
+
get inputHoveredItem(): number;
|
|
10
14
|
onActiveItem: EventEmitter<OptionModel>;
|
|
11
15
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
16
|
constructor();
|
|
13
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
14
17
|
onActiveItemEmit(option: OptionModel): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDoubleTextTemplateComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDoubleTextTemplateComponent, "app-ca-input-dropdown-double-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDoubleTextTemplateComponent, "app-ca-input-dropdown-double-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
@@ -7,6 +7,10 @@ export declare class CaInputDropdownFuelFranchiseComponent {
|
|
|
7
7
|
options: OptionModel[];
|
|
8
8
|
activeItem: OptionModel | null;
|
|
9
9
|
getSuperControl: AbstractControl<any, any> | null;
|
|
10
|
+
dropdownOption: QueryList<ElementRef>;
|
|
11
|
+
set inputHoveredItem(val: number);
|
|
12
|
+
_inputHoveredItem: number;
|
|
13
|
+
get inputHoveredItem(): number;
|
|
10
14
|
toggleNestedList: EventEmitter<OptionModel>;
|
|
11
15
|
onActiveItem: EventEmitter<OptionModel>;
|
|
12
16
|
onActiveItemGroup: EventEmitter<{
|
|
@@ -15,10 +19,9 @@ export declare class CaInputDropdownFuelFranchiseComponent {
|
|
|
15
19
|
}>;
|
|
16
20
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
17
21
|
constructor();
|
|
18
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
19
22
|
onActiveItemGroupEmit(option: OptionModel, store: any): void;
|
|
20
23
|
onActiveItemEmit(option: OptionModel): void;
|
|
21
24
|
toggleNestedListEmit(option: OptionModel): void;
|
|
22
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownFuelFranchiseComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownFuelFranchiseComponent, "app-ca-input-dropdown-fuel-franchise", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "toggleNestedList": "toggleNestedList"; "onActiveItem": "onActiveItem"; "onActiveItemGroup": "onActiveItemGroup"; }, never, never, true, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownFuelFranchiseComponent, "app-ca-input-dropdown-fuel-franchise", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "toggleNestedList": "toggleNestedList"; "onActiveItem": "onActiveItem"; "onActiveItemGroup": "onActiveItemGroup"; }, never, never, true, never>;
|
|
24
27
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownGroupsComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onActiveItemEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownGroupsComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownGroupsComponent, "app-ca-input-dropdown-groups", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownGroupsComponent, "app-ca-input-dropdown-groups", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { ICaInput } from '../../../ca-input/config';
|
|
@@ -12,10 +12,13 @@ export declare class CaInputDropdownLabelsComponent {
|
|
|
12
12
|
labelMode: 'Label' | 'Color';
|
|
13
13
|
canAddNew: boolean;
|
|
14
14
|
onActiveItem: EventEmitter<OptionModel>;
|
|
15
|
+
dropdownOption: QueryList<ElementRef>;
|
|
16
|
+
set inputHoveredItem(val: number);
|
|
17
|
+
_inputHoveredItem: number;
|
|
18
|
+
get inputHoveredItem(): number;
|
|
15
19
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
16
20
|
constructor();
|
|
17
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
18
21
|
onActiveItemEmit(option: OptionModel): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLabelsComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLabelsComponent, "app-ca-input-dropdown-labels", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "canAddNew": { "alias": "canAddNew"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLabelsComponent, "app-ca-input-dropdown-labels", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "canAddNew": { "alias": "canAddNew"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
21
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownLoadBrokerComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onActiveItemEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponent, "app-ca-input-dropdown-load-broker", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponent, "app-ca-input-dropdown-load-broker", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownLoadBrokerContactComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onActiveItemEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerContactComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerContactComponent, "app-ca-input-dropdown-load-broker-contact", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerContactComponent, "app-ca-input-dropdown-load-broker-contact", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownLoadBrokerShipperComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onActiveItemEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerShipperComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperComponent, "app-ca-input-dropdown-load-shipper", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperComponent, "app-ca-input-dropdown-load-shipper", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownLoadDispatcherComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onActiveItemEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatcherComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatcherComponent, "app-ca-input-dropdown-load-dispatcher", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatcherComponent, "app-ca-input-dropdown-load-dispatcher", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
@@ -7,11 +7,14 @@ export declare class CaInputDropdownLoadDispatchesTtdComponent {
|
|
|
7
7
|
options: OptionModel[];
|
|
8
8
|
activeItem: OptionModel | null;
|
|
9
9
|
getSuperControl: AbstractControl<any, any> | null;
|
|
10
|
+
dropdownOption: QueryList<ElementRef>;
|
|
11
|
+
set inputHoveredItem(val: number);
|
|
12
|
+
_inputHoveredItem: number;
|
|
13
|
+
get inputHoveredItem(): number;
|
|
10
14
|
onActiveItem: EventEmitter<OptionModel>;
|
|
11
15
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
16
|
constructor();
|
|
13
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
14
17
|
onActiveItemEmit(option: OptionModel): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponent, "app-ca-input-dropdown-load-dispatches-ttd", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponent, "app-ca-input-dropdown-load-dispatches-ttd", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownMultiselectComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
lastActiveMultiselectItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onMultiselectSelect: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onMultiselectSelectEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownMultiselectComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownMultiselectComponent, "app-ca-input-dropdown-multiselect", never, { "options": { "alias": "options"; "required": false; }; "lastActiveMultiselectItem": { "alias": "lastActiveMultiselectItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onMultiselectSelect": "onMultiselectSelect"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownMultiselectComponent, "app-ca-input-dropdown-multiselect", never, { "options": { "alias": "options"; "required": false; }; "lastActiveMultiselectItem": { "alias": "lastActiveMultiselectItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onMultiselectSelect": "onMultiselectSelect"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
@@ -7,11 +7,14 @@ export declare class CaInputDropdownPayrollTrucksComponent {
|
|
|
7
7
|
options: OptionModel[];
|
|
8
8
|
activeItem: OptionModel | null;
|
|
9
9
|
getSuperControl: AbstractControl<any, any> | null;
|
|
10
|
+
dropdownOption: QueryList<ElementRef>;
|
|
11
|
+
set inputHoveredItem(val: number);
|
|
12
|
+
_inputHoveredItem: number;
|
|
13
|
+
get inputHoveredItem(): number;
|
|
10
14
|
onActiveItem: EventEmitter<OptionModel>;
|
|
11
15
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
16
|
constructor();
|
|
13
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
14
17
|
onActiveItemEmit(option: OptionModel): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownPayrollTrucksComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownPayrollTrucksComponent, "app-ca-input-dropdown-payroll-trucks", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownPayrollTrucksComponent, "app-ca-input-dropdown-payroll-trucks", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownSvgTemplateComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onActiveItemEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgTemplateComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgTemplateComponent, "app-ca-input-dropdown-svg-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgTemplateComponent, "app-ca-input-dropdown-svg-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { ICaInput } from '../../../ca-input/config';
|
|
@@ -11,11 +11,14 @@ export declare class CaInputDropdownSvgtextDispatchTemplateComponent {
|
|
|
11
11
|
activeItem: OptionModel | null;
|
|
12
12
|
getSuperControl: AbstractControl<any, any> | null;
|
|
13
13
|
inputConfig: ICaInput;
|
|
14
|
+
dropdownOption: QueryList<ElementRef>;
|
|
15
|
+
set inputHoveredItem(val: number);
|
|
16
|
+
_inputHoveredItem: number;
|
|
17
|
+
get inputHoveredItem(): number;
|
|
14
18
|
onActiveItem: EventEmitter<OptionModel>;
|
|
15
19
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
16
20
|
constructor(imageBase64Service: ImageBase64Service);
|
|
17
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
18
21
|
onActiveItemEmit(option: OptionModel): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, "app-ca-input-dropdown-svgtext-dispatch-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, "app-ca-input-dropdown-svgtext-dispatch-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
21
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { ICaInput } from '../../../ca-input/config';
|
|
@@ -11,11 +11,14 @@ export declare class CaInputDropdownSvgtextTemplateComponent {
|
|
|
11
11
|
activeItem: OptionModel | null;
|
|
12
12
|
getSuperControl: AbstractControl<any, any> | null;
|
|
13
13
|
inputConfig: ICaInput;
|
|
14
|
+
dropdownOption: QueryList<ElementRef>;
|
|
15
|
+
set inputHoveredItem(val: number);
|
|
16
|
+
_inputHoveredItem: number;
|
|
17
|
+
get inputHoveredItem(): number;
|
|
14
18
|
onActiveItem: EventEmitter<OptionModel>;
|
|
15
19
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
16
20
|
constructor(imageBase64Service: ImageBase64Service);
|
|
17
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
18
21
|
onActiveItemEmit(option: OptionModel): void;
|
|
19
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateComponent, "app-ca-input-dropdown-svgtext-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateComponent, "app-ca-input-dropdown-svgtext-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
21
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -6,10 +6,13 @@ export declare class CaInputDropdownTextCounterComponent {
|
|
|
6
6
|
options: OptionModel[];
|
|
7
7
|
activeItem: OptionModel | null;
|
|
8
8
|
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
9
13
|
onActiveItem: EventEmitter<OptionModel>;
|
|
10
14
|
constructor();
|
|
11
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
12
15
|
onActiveItemEmit(option: OptionModel): void;
|
|
13
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTextCounterComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTextCounterComponent, "app-ca-input-dropdown-text-counter", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTextCounterComponent, "app-ca-input-dropdown-text-counter", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
15
18
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
2
|
import { AbstractControl } from '@angular/forms';
|
|
3
3
|
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
4
|
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
@@ -7,11 +7,14 @@ export declare class CaInputDropdownTripleTextTemplateComponent {
|
|
|
7
7
|
options: OptionModel[];
|
|
8
8
|
activeItem: OptionModel | null;
|
|
9
9
|
getSuperControl: AbstractControl<any, any> | null;
|
|
10
|
+
dropdownOption: QueryList<ElementRef>;
|
|
11
|
+
set inputHoveredItem(val: number);
|
|
12
|
+
_inputHoveredItem: number;
|
|
13
|
+
get inputHoveredItem(): number;
|
|
10
14
|
onActiveItem: EventEmitter<OptionModel>;
|
|
11
15
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
16
|
constructor();
|
|
13
|
-
identity(index: number, item: OptionModel): number | undefined;
|
|
14
17
|
onActiveItemEmit(option: OptionModel): void;
|
|
15
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTripleTextTemplateComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTripleTextTemplateComponent, "app-ca-input-dropdown-triple-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTripleTextTemplateComponent, "app-ca-input-dropdown-triple-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
17
20
|
}
|
|
@@ -1,28 +1,24 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { ToDoConfig } from './models';
|
|
3
2
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
3
|
+
import { IToDoColumn, ToDoConfig } from './models';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CaTodoComponent {
|
|
6
6
|
private cdr;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
columns:
|
|
11
|
-
id: string;
|
|
12
|
-
title: string;
|
|
13
|
-
config: ToDoConfig[];
|
|
14
|
-
}[];
|
|
7
|
+
todoConfigs: ToDoConfig[];
|
|
8
|
+
inProgressConfigs: ToDoConfig[];
|
|
9
|
+
completedConfigs: ToDoConfig[];
|
|
10
|
+
columns: IToDoColumn[];
|
|
15
11
|
constructor(cdr: ChangeDetectorRef);
|
|
16
12
|
ngOnInit(): void;
|
|
17
|
-
initializeColumn(): void;
|
|
18
13
|
onDrop(event: CdkDragDrop<any[]>): void;
|
|
19
|
-
|
|
14
|
+
private initializeColumn;
|
|
20
15
|
trackById(index: number, item: {
|
|
21
16
|
id: string;
|
|
22
17
|
title: string;
|
|
23
18
|
config: ToDoConfig[];
|
|
24
19
|
}): string;
|
|
25
20
|
trackBy(index: number): number;
|
|
21
|
+
private updateTodoStates;
|
|
26
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaTodoComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTodoComponent, "app-ca-todo", never, { "
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaTodoComponent, "app-ca-todo", never, { "todoConfigs": { "alias": "todoConfigs"; "required": false; }; "inProgressConfigs": { "alias": "inProgressConfigs"; "required": false; }; "completedConfigs": { "alias": "completedConfigs"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
24
|
}
|
|
@@ -2,12 +2,10 @@ import { EventEmitter, Renderer2 } from '@angular/core';
|
|
|
2
2
|
import { ToDoCardConfig } from '../models';
|
|
3
3
|
import { ProgressExpiration } from '../../ca-progress-expiration/models';
|
|
4
4
|
import { CommentConfig } from '../../ca-comment/models';
|
|
5
|
-
import { FileOptionConfig,
|
|
6
|
-
import { FilesCarouselConfig } from '../../ca-upload-files/components/ca-upload-files-carousel/models';
|
|
5
|
+
import { FileOptionConfig, IUploadFilesConfig } from '../../ca-upload-files/models';
|
|
7
6
|
import { FileConfig, FileEvent } from '../../ca-upload-files/components/ca-upload-dropzone/models';
|
|
8
7
|
import { TodoSvgRoute } from '../utils';
|
|
9
8
|
import { CaUploadFilesCarouselComponent } from '../../ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component';
|
|
10
|
-
import { DropzoneConf } from '../../ca-upload-files/components/ca-upload-dropzone/config';
|
|
11
9
|
import { FileService } from '../services';
|
|
12
10
|
import * as i0 from "@angular/core";
|
|
13
11
|
export declare class CaTodoCardComponent {
|
|
@@ -18,14 +16,7 @@ export declare class CaTodoCardComponent {
|
|
|
18
16
|
commentConfig: CommentConfig[];
|
|
19
17
|
newCommentConfig: CommentConfig[];
|
|
20
18
|
configProgress: ProgressExpiration[];
|
|
21
|
-
|
|
22
|
-
hasCrop: boolean;
|
|
23
|
-
slider: Slider;
|
|
24
|
-
carouselConfig: FilesCarouselConfig;
|
|
25
|
-
review: ReviewFileConfig;
|
|
26
|
-
configFile: FileOptionConfig;
|
|
27
|
-
files: FileConfig[];
|
|
28
|
-
configDropzone: DropzoneConf;
|
|
19
|
+
uploadFilesConfig: IUploadFilesConfig;
|
|
29
20
|
onFileEvent: EventEmitter<FileEvent>;
|
|
30
21
|
svgTodo: typeof TodoSvgRoute;
|
|
31
22
|
private unsubscribe$;
|
|
@@ -52,5 +43,5 @@ export declare class CaTodoCardComponent {
|
|
|
52
43
|
downloadFile(url: string, filename: string): void;
|
|
53
44
|
identity(index: number): number;
|
|
54
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaTodoCardComponent, never>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTodoCardComponent, "app-ca-todo-card", never, { "config": { "alias": "config"; "required": false; }; "commentConfig": { "alias": "commentConfig"; "required": false; }; "newCommentConfig": { "alias": "newCommentConfig"; "required": false; }; "configProgress": { "alias": "configProgress"; "required": false; }; "
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaTodoCardComponent, "app-ca-todo-card", never, { "config": { "alias": "config"; "required": false; }; "commentConfig": { "alias": "commentConfig"; "required": false; }; "newCommentConfig": { "alias": "newCommentConfig"; "required": false; }; "configProgress": { "alias": "configProgress"; "required": false; }; "uploadFilesConfig": { "alias": "uploadFilesConfig"; "required": false; }; }, { "onFileEvent": "onFileEvent"; }, never, never, true, never>;
|
|
56
47
|
}
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
import { ToDoConfig } from '../models';
|
|
2
|
-
export declare const columnsConfig: (
|
|
3
|
-
id: string;
|
|
4
|
-
title: string;
|
|
5
|
-
config: ToDoConfig[];
|
|
6
|
-
}[];
|
|
1
|
+
import { IToDoColumn, ToDoConfig } from '../models';
|
|
2
|
+
export declare const columnsConfig: (todoConfigs: ToDoConfig[], inProgressConfigs: ToDoConfig[], completedConfigs: ToDoConfig[]) => IToDoColumn[];
|