ca-components 1.3.996 → 1.3.998
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/animations/index.mjs +11 -0
- package/esm2022/lib/animations/slide-in-out.animation.mjs +20 -0
- package/esm2022/lib/ca-components.module.mjs +7 -1
- package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +3 -3
- package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +8 -5
- package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +2 -2
- package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +19 -35
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/interfaces/input-dropdown-option.interface.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +4 -2
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/types/index.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/types/input-dropdown-forms.type.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/types/select-dropdown-value.type.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/validators/dropdown-empty-value.validator.mjs +1 -1
- package/esm2022/lib/components/ca-input-dropdown-test/validators/index.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.mjs +22 -13
- package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.mjs +1 -1
- package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.mjs +1 -1
- package/esm2022/lib/components/ca-map/ca-map.component.mjs +53 -81
- package/esm2022/lib/components/ca-map/utils/helpers/map-marker-icon.helper.mjs +5 -4
- package/esm2022/lib/components/ca-map/utils/services/map-marker-icon.service.mjs +23 -5
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +41 -8
- package/esm2022/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.mjs +3 -1
- package/esm2022/lib/components/ca-map-dropdown/models/map-dropdown-content.model.mjs +1 -1
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +31 -23
- package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
- package/esm2022/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.mjs +112 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/enums/index.mjs +2 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/enums/search-multiple-state-action.enum.mjs +5 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/util/index.mjs +2 -0
- package/esm2022/lib/components/ca-search-multiple-states-2/util/routes/multiple-search-state-svg.route.mjs +6 -0
- package/esm2022/lib/enums/general-actions.enum.mjs +27 -11
- package/esm2022/lib/enums/string-placeholder.enum.mjs +2 -1
- package/esm2022/lib/pipes/date-from-string.pipe.mjs +4 -1
- package/esm2022/public-api.mjs +3 -2
- package/fesm2022/ca-components.mjs +450 -275
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/animations/index.d.ts +10 -0
- package/lib/animations/slide-in-out.animation.d.ts +1 -0
- package/lib/ca-components.module.d.ts +24 -23
- package/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.d.ts +1 -1
- package/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.d.ts +1 -1
- package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +29 -34
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +10 -10
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.d.ts +3 -3
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.d.ts +3 -3
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.d.ts +4 -4
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +6 -6
- package/lib/components/ca-input-dropdown-test/{models/input-dropdown-option.model.d.ts → interfaces/input-dropdown-option.interface.d.ts} +1 -1
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +3 -3
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +2 -2
- package/lib/components/ca-input-dropdown-test/types/index.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/types/input-dropdown-forms.type.d.ts +7 -0
- package/lib/components/ca-input-dropdown-test/types/select-dropdown-value.type.d.ts +7 -0
- package/lib/components/ca-input-dropdown-test/validators/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.d.ts +2 -0
- package/lib/components/ca-map/ca-map.component.d.ts +12 -18
- package/lib/components/ca-map/utils/helpers/map-marker-icon.helper.d.ts +1 -1
- package/lib/components/ca-map/utils/services/map-marker-icon.service.d.ts +2 -2
- package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +5 -1
- package/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.d.ts +3 -1
- package/lib/components/ca-map-dropdown/models/map-dropdown-content.model.d.ts +2 -1
- package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +5 -5
- package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.d.ts +32 -0
- package/lib/components/ca-search-multiple-states-2/enums/index.d.ts +1 -0
- package/lib/components/ca-search-multiple-states-2/enums/search-multiple-state-action.enum.d.ts +3 -0
- package/lib/components/ca-search-multiple-states-2/util/index.d.ts +1 -0
- package/lib/components/ca-search-multiple-states-2/util/routes/multiple-search-state-svg.route.d.ts +5 -0
- package/lib/enums/general-actions.enum.d.ts +26 -10
- package/lib/enums/string-placeholder.enum.d.ts +2 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +0 -4
- package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +0 -2
- package/lib/components/ca-input-dropdown-test/models/index.d.ts +0 -3
- package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +0 -5
- package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './accordion-animation';
|
|
2
|
+
export * from './animation';
|
|
3
|
+
export * from './area-left-side.animation';
|
|
4
|
+
export * from './area-right-side.animation';
|
|
5
|
+
export * from './card-component.animation';
|
|
6
|
+
export * from './close-form.animation';
|
|
7
|
+
export * from './expand-search-button.animation';
|
|
8
|
+
export * from './in-out.animation';
|
|
9
|
+
export * from './slide-in-out.animation';
|
|
10
|
+
export * from './tabs-modal.animation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const slideInOut: (type: string) => import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -22,30 +22,31 @@ import * as i20 from "./components/ca-payroll-list-summary-overview-table/ca-pay
|
|
|
22
22
|
import * as i21 from "./components/ca-pickup-delivery-block/ca-pickup-delivery-block.component";
|
|
23
23
|
import * as i22 from "./components/ca-progress-bar/ca-progress-bar.component";
|
|
24
24
|
import * as i23 from "./components/ca-search-multiple-states/ca-search-multiple-states.component";
|
|
25
|
-
import * as i24 from "./components/ca-
|
|
26
|
-
import * as i25 from "./components/ca-
|
|
27
|
-
import * as i26 from "./components/ca-
|
|
28
|
-
import * as i27 from "./components/ca-
|
|
29
|
-
import * as i28 from "./components/ca-
|
|
30
|
-
import * as i29 from "./components/ca-input-
|
|
31
|
-
import * as i30 from "./components/ca-
|
|
32
|
-
import * as i31 from "./components/ca-
|
|
33
|
-
import * as i32 from "./components/ca-
|
|
34
|
-
import * as i33 from "./components/ca-right-side-panel/components/ca-right-side-panel-
|
|
35
|
-
import * as i34 from "./components/ca-right-side-panel/ca-right-side-panel.component";
|
|
36
|
-
import * as i35 from "./components/ca-
|
|
37
|
-
import * as i36 from "./components/ca-chart
|
|
38
|
-
import * as i37 from "./components/ca-
|
|
39
|
-
import * as i38 from "./components/ca-
|
|
40
|
-
import * as i39 from "./components/ca-
|
|
41
|
-
import * as i40 from "./components/ca-
|
|
42
|
-
import * as i41 from "./components/ca-
|
|
43
|
-
import * as i42 from "./components/ca-
|
|
44
|
-
import * as i43 from "./components/ca-
|
|
45
|
-
import * as i44 from "./components/ca-
|
|
46
|
-
import * as i45 from "./components/ca-
|
|
25
|
+
import * as i24 from "./components/ca-search-multiple-states-2/ca-search-multiple-states-2.component";
|
|
26
|
+
import * as i25 from "./components/ca-spinner/ca-spinner.component";
|
|
27
|
+
import * as i26 from "./components/ca-todo/ca-todo.component";
|
|
28
|
+
import * as i27 from "./components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component";
|
|
29
|
+
import * as i28 from "./components/ca-period-content/ca-period-content.component";
|
|
30
|
+
import * as i29 from "./components/ca-input-note/ca-input-note.component";
|
|
31
|
+
import * as i30 from "./components/ca-input-address-dropdown/ca-input-address-dropdown.component";
|
|
32
|
+
import * as i31 from "./components/ca-main-table/ca-main-table.component";
|
|
33
|
+
import * as i32 from "./components/ca-activity-log-list/ca-activity-log-list.component";
|
|
34
|
+
import * as i33 from "./components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component";
|
|
35
|
+
import * as i34 from "./components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component";
|
|
36
|
+
import * as i35 from "./components/ca-right-side-panel/ca-right-side-panel.component";
|
|
37
|
+
import * as i36 from "./components/ca-chart/ca-chart.component";
|
|
38
|
+
import * as i37 from "./components/ca-chart-manager/ca-chart-manager.component";
|
|
39
|
+
import * as i38 from "./components/ca-dropdown-menu/ca-dropdown-menu.component";
|
|
40
|
+
import * as i39 from "./components/ca-upload-files/ca-upload-files.component";
|
|
41
|
+
import * as i40 from "./components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component";
|
|
42
|
+
import * as i41 from "./components/ca-progress-range/ca-progress-range.component";
|
|
43
|
+
import * as i42 from "./components/ca-tooltip-list/ca-tooltip-list.component";
|
|
44
|
+
import * as i43 from "./components/ca-input-test/input-test.component";
|
|
45
|
+
import * as i44 from "./components/ca-vehicle-list/ca-vehicle-list.component";
|
|
46
|
+
import * as i45 from "./components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component";
|
|
47
|
+
import * as i46 from "./components/ca-checkbox/ca-checkbox.component";
|
|
47
48
|
export declare class CaComponentsLibModule {
|
|
48
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaComponentsLibModule, never>;
|
|
49
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.
|
|
50
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSearchMultipleStates2Component, typeof i25.CaSpinnerComponent, typeof i26.CaTodoComponent, typeof i27.CaTruckTrailerProgresBarComponent, typeof i28.CaPeriodContentComponent, typeof i29.CaInputNoteComponent, typeof i30.CaInputAddressDropdownComponent, typeof i31.CaMainTableComponent, typeof i32.CaActivityLogListComponent, typeof i33.CaRightSidePanelMenuComponent, typeof i34.CaRightSidePanelTopBarComponent, typeof i35.CaRightSidePanelComponent, typeof i36.CaChartComponent, typeof i37.CaChartManagerComponent, typeof i38.CaDropdownMenuComponent, typeof i39.CaUploadFilesComponent, typeof i40.CaRightSidePanelCompanyComponent, typeof i41.CaProgressRangeComponent, typeof i42.CaTooltipListComponent, typeof i43.InputTestComponent, typeof i44.CaVehicleListComponent, typeof i45.CaLastFuelPriceProgressComponent, typeof i46.CaCheckboxComponent], [typeof i2.CaProfileImageComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i3.CaRatingReviewComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSearchMultipleStates2Component, typeof i25.CaSpinnerComponent, typeof i27.CaTruckTrailerProgresBarComponent, typeof i28.CaPeriodContentComponent, typeof i29.CaInputNoteComponent, typeof i31.CaMainTableComponent, typeof i32.CaActivityLogListComponent, typeof i33.CaRightSidePanelMenuComponent, typeof i34.CaRightSidePanelTopBarComponent, typeof i35.CaRightSidePanelComponent, typeof i36.CaChartComponent, typeof i37.CaChartManagerComponent, typeof i38.CaDropdownMenuComponent, typeof i39.CaUploadFilesComponent, typeof i40.CaRightSidePanelCompanyComponent, typeof i41.CaProgressRangeComponent, typeof i42.CaTooltipListComponent, typeof i30.CaInputAddressDropdownComponent, typeof i43.InputTestComponent, typeof i44.CaVehicleListComponent, typeof i45.CaLastFuelPriceProgressComponent, typeof i46.CaCheckboxComponent]>;
|
|
50
51
|
static ɵinj: i0.ɵɵInjectorDeclaration<CaComponentsLibModule>;
|
|
51
52
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare enum eDropdownMenu {
|
|
2
2
|
CLOSE = "Close",
|
|
3
3
|
OPEN = "Open",
|
|
4
|
+
RESET_TABLE = "reset-table",
|
|
4
5
|
RIGHT_TOP = "right-top",
|
|
5
6
|
BOTTOM_RIGHT = "bottom-right",
|
|
6
7
|
DOTS_MENU_TYPE = "dots-menu-type",
|
|
7
8
|
HAMBURGER_MENU_TYPE = "hamburger-menu-type",
|
|
8
9
|
SELECT_MENU_TYPE = "select-menu-type",
|
|
9
|
-
RESET_TABLE_TYPE = "reset-table-type",
|
|
10
10
|
EMPTY_STRING_PLACEHOLDER = "",
|
|
11
11
|
BACK_TO_MENU = "Back To Menu"
|
|
12
12
|
}
|
|
@@ -3,19 +3,14 @@ import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
|
3
3
|
import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
|
|
4
4
|
import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
|
|
5
5
|
import { CommandsEvent } from '../ca-input/models';
|
|
6
|
-
import {
|
|
6
|
+
import { SelectDropdownValueType } from './types/select-dropdown-value.type';
|
|
7
7
|
import { InputDropdownSvgRoutes } from './utils/svg-routes/input-dropdown-svg-routes';
|
|
8
8
|
import { DropdownTemplateTypeEnum } from './enums';
|
|
9
9
|
import { EventInputManager } from '../ca-input/base-classes/ca-input-event-manager';
|
|
10
10
|
import { InputTestComponent } from '../ca-input-test/input-test.component';
|
|
11
11
|
import { ICaInput } from '../ca-input-test/config';
|
|
12
|
+
import { IOptionModel } from './interfaces/input-dropdown-option.interface';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
|
-
type SelectType = {
|
|
14
|
-
option: OptionModel;
|
|
15
|
-
optionValue?: string;
|
|
16
|
-
label?: string;
|
|
17
|
-
setNotFoundError?: boolean;
|
|
18
|
-
};
|
|
19
14
|
export declare class CaInputDropdownTestComponent implements OnInit, AfterViewInit, OnDestroy, ControlValueAccessor, AfterViewInit {
|
|
20
15
|
superControl: NgControl;
|
|
21
16
|
private cdRef;
|
|
@@ -23,10 +18,10 @@ export declare class CaInputDropdownTestComponent implements OnInit, AfterViewIn
|
|
|
23
18
|
inputRef: InputTestComponent;
|
|
24
19
|
popoverRef: NgbPopover;
|
|
25
20
|
dropdownComponentRef: any;
|
|
26
|
-
label: keyof
|
|
21
|
+
label: keyof IOptionModel;
|
|
27
22
|
optionValue: string;
|
|
28
23
|
inputHoveredItem: number;
|
|
29
|
-
|
|
24
|
+
isDropDownIsOpen: boolean;
|
|
30
25
|
_template: string;
|
|
31
26
|
_canAddNew: boolean;
|
|
32
27
|
set template(value: string);
|
|
@@ -38,39 +33,39 @@ export declare class CaInputDropdownTestComponent implements OnInit, AfterViewIn
|
|
|
38
33
|
_sort: string;
|
|
39
34
|
set sort(value: string);
|
|
40
35
|
get sort(): string;
|
|
41
|
-
_activeItem:
|
|
42
|
-
set activeItem(value:
|
|
43
|
-
get activeItem():
|
|
44
|
-
activeItemColor:
|
|
36
|
+
_activeItem: IOptionModel | null;
|
|
37
|
+
set activeItem(value: IOptionModel | null);
|
|
38
|
+
get activeItem(): IOptionModel | null;
|
|
39
|
+
activeItemColor: IOptionModel | null;
|
|
45
40
|
labelMode: 'Label' | 'Color';
|
|
46
|
-
_options:
|
|
47
|
-
set options(values:
|
|
48
|
-
set preloadMultiselectItems(values:
|
|
41
|
+
_options: IOptionModel[];
|
|
42
|
+
set options(values: IOptionModel[]);
|
|
43
|
+
set preloadMultiselectItems(values: IOptionModel[]);
|
|
49
44
|
isDetailsPages: boolean;
|
|
50
45
|
isIncorrectValue: boolean;
|
|
51
46
|
isAddressDropdown: boolean;
|
|
52
|
-
selectedItem: EventEmitter<
|
|
53
|
-
selectedItems: EventEmitter<
|
|
54
|
-
selectedItemColor: EventEmitter<
|
|
47
|
+
selectedItem: EventEmitter<IOptionModel | null>;
|
|
48
|
+
selectedItems: EventEmitter<IOptionModel[] | null>;
|
|
49
|
+
selectedItemColor: EventEmitter<IOptionModel | null>;
|
|
55
50
|
selectedLabelMode: EventEmitter<string>;
|
|
56
51
|
closeDropdown: EventEmitter<boolean>;
|
|
57
52
|
saveItem: EventEmitter<{
|
|
58
|
-
data:
|
|
53
|
+
data: IOptionModel | null;
|
|
59
54
|
action: string;
|
|
60
55
|
}>;
|
|
61
56
|
incorrectEvent: EventEmitter<boolean>;
|
|
62
57
|
placeholderIconEvent: EventEmitter<boolean>;
|
|
63
58
|
paginationEvent: EventEmitter<number>;
|
|
64
|
-
activeGroupEvent: EventEmitter<
|
|
59
|
+
activeGroupEvent: EventEmitter<IOptionModel>;
|
|
65
60
|
clearInputEvent: EventEmitter<boolean>;
|
|
66
61
|
searchInputEvent: EventEmitter<string>;
|
|
67
62
|
searchInputText: EventInputManager<string>;
|
|
68
|
-
originalOptions:
|
|
63
|
+
originalOptions: IOptionModel[];
|
|
69
64
|
paginationNumber: number;
|
|
70
|
-
multiselectItems:
|
|
65
|
+
multiselectItems: IOptionModel[];
|
|
71
66
|
isMultiSelectInputFocus: boolean;
|
|
72
67
|
multiSelectLabel: string | undefined;
|
|
73
|
-
lastActiveMultiselectItem:
|
|
68
|
+
lastActiveMultiselectItem: IOptionModel | null;
|
|
74
69
|
isInAddMode: boolean;
|
|
75
70
|
private dropdownPosition;
|
|
76
71
|
clearTimeoutDropdown: string | number | NodeJS.Timeout | undefined;
|
|
@@ -81,9 +76,10 @@ export declare class CaInputDropdownTestComponent implements OnInit, AfterViewIn
|
|
|
81
76
|
constructor(superControl: NgControl, cdRef: ChangeDetectorRef, renderer: Renderer2);
|
|
82
77
|
get getSuperControl(): import("@angular/forms").AbstractControl<any, any> | null;
|
|
83
78
|
inputFormControl: FormControl;
|
|
84
|
-
lastValidOption:
|
|
79
|
+
lastValidOption: IOptionModel;
|
|
85
80
|
firstWriteValue: any;
|
|
86
|
-
writeValue(value:
|
|
81
|
+
writeValue(value: string | number): void;
|
|
82
|
+
writeValueToFormControl(value: string | number): void;
|
|
87
83
|
setNotFoundInvalidFlag(value: boolean): void;
|
|
88
84
|
onTouched: () => void;
|
|
89
85
|
onChange(_: any): void;
|
|
@@ -92,9 +88,9 @@ export declare class CaInputDropdownTestComponent implements OnInit, AfterViewIn
|
|
|
92
88
|
ngOnInit(): void;
|
|
93
89
|
ngAfterViewInit(): void;
|
|
94
90
|
onScrollDropdown(event: EventTarget | null): void;
|
|
95
|
-
onActiveItem(option:
|
|
91
|
+
onActiveItem(option: IOptionModel, group?: any): void;
|
|
96
92
|
onActiveItemGroup(event: {
|
|
97
|
-
option:
|
|
93
|
+
option: IOptionModel;
|
|
98
94
|
group: any;
|
|
99
95
|
}): void;
|
|
100
96
|
onClearSearch(): void;
|
|
@@ -104,20 +100,20 @@ export declare class CaInputDropdownTestComponent implements OnInit, AfterViewIn
|
|
|
104
100
|
updateItem(): void;
|
|
105
101
|
addNewConfig(): void;
|
|
106
102
|
onIncorrectInput(event: boolean): void;
|
|
107
|
-
identity(index: number, item:
|
|
108
|
-
toggleNestedList(option:
|
|
103
|
+
identity(index: number, item: IOptionModel): number | undefined;
|
|
104
|
+
toggleNestedList(option: IOptionModel): void;
|
|
109
105
|
onBlurInput(event: boolean): void;
|
|
110
106
|
onClearInputEvent(event: boolean): void;
|
|
111
107
|
handleHiddenDropdown(): void;
|
|
112
108
|
handleOpenDropdown(): void;
|
|
113
109
|
showHideDropdown(action: boolean): void;
|
|
114
|
-
getMainGroup():
|
|
110
|
+
getMainGroup(): IOptionModel[];
|
|
115
111
|
dropDownKeyNavigation({ keyCode, data, }: {
|
|
116
112
|
keyCode: number;
|
|
117
113
|
data: any;
|
|
118
114
|
}): void;
|
|
119
|
-
setDropdownValue({ option, optionValue, label, setNotFoundError, }:
|
|
120
|
-
onMultiselectSelect(option:
|
|
115
|
+
setDropdownValue({ option, optionValue, label, setNotFoundError, }: SelectDropdownValueType): void;
|
|
116
|
+
onMultiselectSelect(option: IOptionModel): void;
|
|
121
117
|
removeMultiSelectItem(index: number): void;
|
|
122
118
|
deleteAllMultiSelectItems(currentLabel?: string): void;
|
|
123
119
|
toggleMultiselectDropdown(): void;
|
|
@@ -131,4 +127,3 @@ export declare class CaInputDropdownTestComponent implements OnInit, AfterViewIn
|
|
|
131
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTestComponent, [{ self: true; }, null, null]>;
|
|
132
128
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTestComponent, "ca-input-dropdown-test", never, { "label": { "alias": "label"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "template": { "alias": "template"; "required": false; }; "multiselectTemplate": { "alias": "multiselectTemplate"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "canAddNew": { "alias": "canAddNew"; "required": false; }; "canOpenModal": { "alias": "canOpenModal"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "activeItemColor": { "alias": "activeItemColor"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "options": { "alias": "options"; "required": false; }; "preloadMultiselectItems": { "alias": "preloadMultiselectItems"; "required": false; }; "isDetailsPages": { "alias": "isDetailsPages"; "required": false; }; "isIncorrectValue": { "alias": "isIncorrectValue"; "required": false; }; "isAddressDropdown": { "alias": "isAddressDropdown"; "required": false; }; }, { "selectedItem": "selectedItem"; "selectedItems": "selectedItems"; "selectedItemColor": "selectedItemColor"; "selectedLabelMode": "selectedLabelMode"; "closeDropdown": "closeDropdown"; "saveItem": "saveItem"; "incorrectEvent": "incorrectEvent"; "placeholderIconEvent": "placeholderIconEvent"; "paginationEvent": "pagination"; "activeGroupEvent": "activeGroup"; "clearInputEvent": "clearInputEvent"; "searchInputEvent": "searchInputEvent"; }, never, never, true, never>;
|
|
133
129
|
}
|
|
134
|
-
export {};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, QueryList } 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 CaInputDropdownDefaultTemplateComponent {
|
|
6
6
|
dropdownOption: QueryList<ElementRef>;
|
|
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
|
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<CaInputDropdownDefaultTemplateComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDefaultTemplateComponent, "app-ca-input-dropdown-default-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>;
|
|
20
20
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
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 CaInputDropdownDetailsTemplateComponent {
|
|
6
|
-
options:
|
|
7
|
-
activeItem:
|
|
6
|
+
options: IOptionModel[];
|
|
7
|
+
activeItem: IOptionModel | null;
|
|
8
8
|
searchText: string;
|
|
9
9
|
sort: string;
|
|
10
|
-
label: keyof
|
|
11
|
-
onActiveItem: EventEmitter<
|
|
10
|
+
label: keyof IOptionModel;
|
|
11
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
12
12
|
dropdownOption: QueryList<ElementRef>;
|
|
13
13
|
set inputHoveredItem(val: number);
|
|
14
14
|
_inputHoveredItem: number;
|
|
@@ -16,7 +16,7 @@ export declare class CaInputDropdownDetailsTemplateComponent {
|
|
|
16
16
|
hoveringIndex: number;
|
|
17
17
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
18
18
|
constructor();
|
|
19
|
-
onActiveItemEmit(option:
|
|
19
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDetailsTemplateComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDetailsTemplateComponent, "app-ca-input-dropdown-details-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
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 CaInputDropdownDispatchComponent {
|
|
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
|
hoveredOption: number;
|
|
15
15
|
constructor();
|
|
16
|
-
onActiveItemEmit(option:
|
|
16
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDispatchComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDispatchComponent, "app-ca-input-dropdown-dispatch", 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>;
|
|
19
19
|
}
|
|
@@ -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 CaInputDropdownDoubleTextTemplateComponent {
|
|
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<CaInputDropdownDoubleTextTemplateComponent, never>;
|
|
19
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDoubleTextTemplateComponent, "app-ca-input-dropdown-double-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,27 +1,27 @@
|
|
|
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 CaInputDropdownFuelFranchiseComponent {
|
|
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
|
-
toggleNestedList: EventEmitter<
|
|
15
|
-
onActiveItem: EventEmitter<
|
|
14
|
+
toggleNestedList: EventEmitter<IOptionModel>;
|
|
15
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
16
16
|
onActiveItemGroup: EventEmitter<{
|
|
17
|
-
option:
|
|
17
|
+
option: IOptionModel;
|
|
18
18
|
group: any;
|
|
19
19
|
}>;
|
|
20
20
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
21
21
|
constructor();
|
|
22
|
-
onActiveItemGroupEmit(option:
|
|
23
|
-
onActiveItemEmit(option:
|
|
24
|
-
toggleNestedListEmit(option:
|
|
22
|
+
onActiveItemGroupEmit(option: IOptionModel, store: any): void;
|
|
23
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
24
|
+
toggleNestedListEmit(option: IOptionModel): void;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownFuelFranchiseComponent, never>;
|
|
26
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownFuelFranchiseComponent, "app-ca-input-dropdown-fuel-franchise", 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; }; }, { "toggleNestedList": "toggleNestedList"; "onActiveItem": "onActiveItem"; "onActiveItemGroup": "onActiveItemGroup"; }, never, never, true, never>;
|
|
27
27
|
}
|
|
@@ -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 CaInputDropdownGroupsComponent {
|
|
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<CaInputDropdownGroupsComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownGroupsComponent, "app-ca-input-dropdown-groups", 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,24 +1,24 @@
|
|
|
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 CaInputDropdownLabelsComponent {
|
|
7
|
-
options:
|
|
8
|
-
activeItem:
|
|
7
|
+
options: IOptionModel[];
|
|
8
|
+
activeItem: IOptionModel | null;
|
|
9
9
|
searchText: string;
|
|
10
10
|
inputConfig: ICaInput;
|
|
11
11
|
labelMode: 'Label' | 'Color';
|
|
12
12
|
canAddNew: boolean;
|
|
13
|
-
label: keyof
|
|
14
|
-
onActiveItem: EventEmitter<
|
|
13
|
+
label: keyof IOptionModel;
|
|
14
|
+
onActiveItem: EventEmitter<IOptionModel>;
|
|
15
15
|
dropdownOption: QueryList<ElementRef>;
|
|
16
16
|
set inputHoveredItem(val: number);
|
|
17
17
|
_inputHoveredItem: number;
|
|
18
18
|
get inputHoveredItem(): number;
|
|
19
19
|
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
20
20
|
constructor();
|
|
21
|
-
onActiveItemEmit(option:
|
|
21
|
+
onActiveItemEmit(option: IOptionModel): void;
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLabelsComponent, never>;
|
|
23
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLabelsComponent, "app-ca-input-dropdown-labels", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "canAddNew": { "alias": "canAddNew"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
24
24
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IOptionModel } from '../../../interfaces/input-dropdown-option.interface';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CaInputDropdownLoadBrokerComponentItem {
|
|
4
|
-
option:
|
|
4
|
+
option: IOptionModel;
|
|
5
5
|
searchText: string;
|
|
6
6
|
isInOption: boolean;
|
|
7
|
-
label: keyof
|
|
7
|
+
label: keyof IOptionModel;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerComponentItem, never>;
|
|
9
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponentItem, "app-ca-input-dropdown-load-broker-item", never, { "option": { "alias": "option"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
10
|
}
|
|
@@ -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 CaInputDropdownLoadBrokerComponent {
|
|
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<CaInputDropdownLoadBrokerComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponent, "app-ca-input-dropdown-load-broker", 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,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IOptionModel } from '../../../interfaces/input-dropdown-option.interface';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CaInputDropdownLoadBrokerContactItemComponent {
|
|
4
|
-
item:
|
|
5
|
-
activeItem:
|
|
4
|
+
item: IOptionModel;
|
|
5
|
+
activeItem: IOptionModel | null;
|
|
6
6
|
searchText: string;
|
|
7
7
|
isShowNoresult: boolean;
|
|
8
8
|
isInOption: boolean;
|
|
@@ -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 CaInputDropdownLoadBrokerContactComponent {
|
|
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<CaInputDropdownLoadBrokerContactComponent, never>;
|
|
17
17
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerContactComponent, "app-ca-input-dropdown-load-broker-contact", 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,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IOptionModel } from '../../../interfaces/input-dropdown-option.interface';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class CaInputDropdownLoadBrokerShipperItemComponent {
|
|
4
|
-
option:
|
|
4
|
+
option: IOptionModel;
|
|
5
5
|
searchText: string;
|
|
6
|
-
activeItem:
|
|
6
|
+
activeItem: IOptionModel | null;
|
|
7
7
|
isInOption: boolean;
|
|
8
|
-
label: keyof
|
|
8
|
+
label: keyof IOptionModel;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerShipperItemComponent, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperItemComponent, "app-ca-input-dropdown-load-shipper-item", never, { "option": { "alias": "option"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
11
|
}
|
|
@@ -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
|
}
|