ca-components 2.0.982 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/scss/popover.scss +10 -0
- package/fesm2022/ca-components.mjs +1420 -1207
- package/fesm2022/ca-components.mjs.map +1 -1
- package/index.d.ts +9559 -3
- package/package.json +6 -6
- package/lib/animations/accordion-animation.d.ts +0 -1
- package/lib/animations/animation.d.ts +0 -4
- package/lib/animations/area-left-side.animation.d.ts +0 -1
- package/lib/animations/area-right-side.animation.d.ts +0 -1
- package/lib/animations/card-component.animation.d.ts +0 -1
- package/lib/animations/close-form.animation.d.ts +0 -1
- package/lib/animations/expand-search-button.animation.d.ts +0 -1
- package/lib/animations/fade-in.animation.d.ts +0 -1
- package/lib/animations/in-out.animation.d.ts +0 -1
- package/lib/animations/index.d.ts +0 -14
- package/lib/animations/puff-in-out.animation.d.ts +0 -1
- package/lib/animations/search-bar-button-opacity.animation.d.ts +0 -1
- package/lib/animations/search-input-expand.animation.d.ts +0 -1
- package/lib/animations/show.animation.d.ts +0 -1
- package/lib/animations/slide-in-out.animation.d.ts +0 -1
- package/lib/animations/state-header.animation.d.ts +0 -1
- package/lib/animations/tabs-modal.animation.d.ts +0 -1
- package/lib/ca-components.module.d.ts +0 -76
- package/lib/components/ca-activity-log-list/ca-activity-log-list.component.d.ts +0 -40
- package/lib/components/ca-activity-log-list/config/activity-log-search-filter.config.d.ts +0 -5
- package/lib/components/ca-activity-log-list/config/index.d.ts +0 -1
- package/lib/components/ca-activity-log-list/enums/action-log-type-title-text.enum.d.ts +0 -5
- package/lib/components/ca-activity-log-list/enums/action-log-type.enum.d.ts +0 -7
- package/lib/components/ca-activity-log-list/enums/activity-entity-type.enum.d.ts +0 -4
- package/lib/components/ca-activity-log-list/enums/activity-log-utils.enum.d.ts +0 -4
- package/lib/components/ca-activity-log-list/enums/index.d.ts +0 -4
- package/lib/components/ca-activity-log-list/models/action-log.model.d.ts +0 -5
- package/lib/components/ca-activity-log-list/models/activity-log-item-description.model.d.ts +0 -5
- package/lib/components/ca-activity-log-list/models/activity-log-item.model.d.ts +0 -11
- package/lib/components/ca-activity-log-list/models/activity-log-list-data.model.d.ts +0 -5
- package/lib/components/ca-activity-log-list/models/company-user-avatar-file.model.d.ts +0 -9
- package/lib/components/ca-activity-log-list/models/company-user.model.d.ts +0 -8
- package/lib/components/ca-activity-log-list/models/entity-type-activity.model.d.ts +0 -4
- package/lib/components/ca-activity-log-list/models/index.d.ts +0 -7
- package/lib/components/ca-activity-log-list/utils/pipes/action-log-name-transform.pipe.d.ts +0 -7
- package/lib/components/ca-activity-log-list/utils/pipes/activity-log-date-transform.pipe.d.ts +0 -8
- package/lib/components/ca-activity-log-list/utils/pipes/company-user-name-transform.pipe.d.ts +0 -7
- package/lib/components/ca-activity-log-list/utils/pipes/index.d.ts +0 -4
- package/lib/components/ca-activity-log-list/utils/pipes/tab-title-transform.pipe.d.ts +0 -8
- package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts +0 -24
- package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.d.ts +0 -21
- package/lib/components/ca-autoclose-popover/enums/autoclose-string.enum.d.ts +0 -3
- package/lib/components/ca-chart/ca-chart.component.d.ts +0 -45
- package/lib/components/ca-chart/enums/chart-annotation-type.enum.d.ts +0 -8
- package/lib/components/ca-chart/enums/chart-annotation.enum.d.ts +0 -10
- package/lib/components/ca-chart/enums/chart-colors.enum.d.ts +0 -7
- package/lib/components/ca-chart/enums/chart-event-properties.enum.d.ts +0 -5
- package/lib/components/ca-chart/enums/chart-event-types.enum.d.ts +0 -3
- package/lib/components/ca-chart/enums/chart-font-properties.enum.d.ts +0 -4
- package/lib/components/ca-chart/enums/chart-images.enum.d.ts +0 -7
- package/lib/components/ca-chart/enums/chart-plugin-ids.enum.d.ts +0 -6
- package/lib/components/ca-chart/enums/cubic-interpolation-mode.enum.d.ts +0 -4
- package/lib/components/ca-chart/enums/e-chart-types.enum.d.ts +0 -5
- package/lib/components/ca-chart/enums/index.d.ts +0 -10
- package/lib/components/ca-chart/models/chart-annotation.model.d.ts +0 -10
- package/lib/components/ca-chart/models/chart-base-dataset.model.d.ts +0 -19
- package/lib/components/ca-chart/models/chart-boundaries.model.d.ts +0 -4
- package/lib/components/ca-chart/models/chart-center-label.model.d.ts +0 -11
- package/lib/components/ca-chart/models/chart-config.model.d.ts +0 -25
- package/lib/components/ca-chart/models/chart-data.model.d.ts +0 -5
- package/lib/components/ca-chart/models/chart-dataset-hover.model.d.ts +0 -5
- package/lib/components/ca-chart/models/chart-legend-config.model.d.ts +0 -6
- package/lib/components/ca-chart/models/chart-legend-property.model.d.ts +0 -7
- package/lib/components/ca-chart/models/chart-line-dataset.model.d.ts +0 -14
- package/lib/components/ca-chart/models/index.d.ts +0 -10
- package/lib/components/ca-chart/utils/constants/chart.constants.d.ts +0 -3
- package/lib/components/ca-chart/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-chart/utils/guards/chart-type.guard.d.ts +0 -4
- package/lib/components/ca-chart/utils/guards/index.d.ts +0 -1
- package/lib/components/ca-chart/utils/helpers/chart.helper.d.ts +0 -24
- package/lib/components/ca-chart/utils/helpers/index.d.ts +0 -1
- package/lib/components/ca-chart-manager/ca-chart-manager.component.d.ts +0 -26
- package/lib/components/ca-chart-manager/models/hover-state.model.d.ts +0 -6
- package/lib/components/ca-chart-manager/models/index.d.ts +0 -1
- package/lib/components/ca-chart-manager/services/chart-manager.service.d.ts +0 -11
- package/lib/components/ca-chart-manager/services/index.d.ts +0 -1
- package/lib/components/ca-checkbox/ca-checkbox.component.d.ts +0 -52
- package/lib/components/ca-checkbox/interfaces/column-check-action.interface.d.ts +0 -6
- package/lib/components/ca-checkbox/interfaces/index.d.ts +0 -1
- package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.d.ts +0 -6
- package/lib/components/ca-checkbox/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-checkbox-selected-count/ca-checkbox-selected-count.component.d.ts +0 -21
- package/lib/components/ca-checkbox-selected-count/pipes/checkbox-selected-count-class.pipe.d.ts +0 -11
- package/lib/components/ca-checkbox-selected-count/pipes/index.d.ts +0 -1
- package/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.d.ts +0 -19
- package/lib/components/ca-comment/ca-comment.component.d.ts +0 -21
- package/lib/components/ca-comment/directives/auto-resize.directive.d.ts +0 -11
- package/lib/components/ca-comment/directives/index.d.ts +0 -1
- package/lib/components/ca-comment/enums/index.d.ts +0 -1
- package/lib/components/ca-comment/enums/svg-icon.enum.d.ts +0 -6
- package/lib/components/ca-comment/modals/comment-modal/comment-modal.component.d.ts +0 -17
- package/lib/components/ca-comment/modals/comment-modal/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-comment/modals/comment-modal/svg-routes/modal.routes.d.ts +0 -4
- package/lib/components/ca-comment/models/ca-comment-config.model.d.ts +0 -11
- package/lib/components/ca-comment/models/ca-delete-comment.model.d.ts +0 -3
- package/lib/components/ca-comment/models/ca-save-comment.model.d.ts +0 -3
- package/lib/components/ca-comment/models/ca-update-comment.model.d.ts +0 -4
- package/lib/components/ca-comment/models/index.d.ts +0 -4
- package/lib/components/ca-comment/pipes/icon.pipe.d.ts +0 -8
- package/lib/components/ca-comment/pipes/index.d.ts +0 -1
- package/lib/components/ca-comment/services/index.d.ts +0 -1
- package/lib/components/ca-comment/services/modal.service.d.ts +0 -12
- package/lib/components/ca-comment/utils/constants/comment.constant.d.ts +0 -4
- package/lib/components/ca-comment/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-comment/utils/index.d.ts +0 -1
- package/lib/components/ca-comments/ca-comments.component.d.ts +0 -49
- package/lib/components/ca-comments/models/comment.interface.d.ts +0 -17
- package/lib/components/ca-comments/models/index.d.ts +0 -1
- package/lib/components/ca-comments/pipes/highlight-comment.pipe.d.ts +0 -8
- package/lib/components/ca-comments/pipes/highlight-single-string.pipe.d.ts +0 -7
- package/lib/components/ca-comments/pipes/index.d.ts +0 -4
- package/lib/components/ca-comments/pipes/is-current-user.pipe.d.ts +0 -9
- package/lib/components/ca-comments/pipes/sort-comments.pipe.d.ts +0 -9
- package/lib/components/ca-confirmation-modals/components/ca-activate-modal/ca-active-modal.component.d.ts +0 -20
- package/lib/components/ca-confirmation-modals/components/ca-deactive-modal/ca-deactive-modal.component.d.ts +0 -23
- package/lib/components/ca-confirmation-modals/components/ca-delete-modal/ca-delete-modal.component.d.ts +0 -19
- package/lib/components/ca-confirmation-modals/components/ca-move-modal/ca-move-modal.component.d.ts +0 -20
- package/lib/components/ca-confirmation-modals/components/ca-reset-table-modal/ca-reset-table-modal.component.d.ts +0 -19
- package/lib/components/ca-confirmation-modals/components/ca-void-modal/ca-void-modal.component.d.ts +0 -19
- package/lib/components/ca-confirmation-modals/components/interfaces/file.interface.d.ts +0 -11
- package/lib/components/ca-confirmation-modals/components/interfaces/modal-data.interface.d.ts +0 -10
- package/lib/components/ca-confirmation-modals/interfaces/confirmation-modal-buttons.interface.d.ts +0 -6
- package/lib/components/ca-confirmation-modals/interfaces/index.d.ts +0 -1
- package/lib/components/ca-confirmation-modals/utils/constants/confirmation-modal-buttons.constants.d.ts +0 -7
- package/lib/components/ca-confirmation-modals/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-contacts-card/ca-contacts-card.component.d.ts +0 -29
- package/lib/components/ca-contacts-card/interfaces/contact-department.interface.d.ts +0 -6
- package/lib/components/ca-contacts-card/interfaces/contact.interface.d.ts +0 -7
- package/lib/components/ca-contacts-card/interfaces/index.d.ts +0 -2
- package/lib/components/ca-custom-card/ca-custom-card.component.d.ts +0 -61
- package/lib/components/ca-custom-card/utils/animations/card-modal.animation.d.ts +0 -2
- package/lib/components/ca-custom-card/utils/enums/custom-card.enum.d.ts +0 -4
- package/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.d.ts +0 -58
- package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-dates-main/ca-custom-datetime-pickers-calendar-dates-main.component.d.ts +0 -41
- package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-days/ca-custom-datetime-pickers-calendar-days.component.d.ts +0 -26
- package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-calendar-left/ca-custom-datetime-pickers-calendar-left.component.d.ts +0 -30
- package/lib/components/ca-custom-datetime-pickers/components/ca-custom-datetime-pickers-date-calendars/ca-custom-datetime-pickers-date-calendars.component.d.ts +0 -38
- package/lib/components/ca-custom-datetime-pickers/enums/calendar-left-string.enum.d.ts +0 -5
- package/lib/components/ca-custom-datetime-pickers/enums/calendar-list-preview-string.enum.d.ts +0 -4
- package/lib/components/ca-custom-datetime-pickers/enums/calendar-main-string.enum.d.ts +0 -5
- package/lib/components/ca-custom-datetime-pickers/enums/calendar-scroll-type-string.enum.d.ts +0 -4
- package/lib/components/ca-custom-datetime-pickers/enums/calendar-string.enum.d.ts +0 -6
- package/lib/components/ca-custom-datetime-pickers/enums/calendar-type-string.enum.d.ts +0 -3
- package/lib/components/ca-custom-datetime-pickers/models/scroll-change.model.d.ts +0 -6
- package/lib/components/ca-custom-datetime-pickers/models/scroll-type.model.d.ts +0 -8
- package/lib/components/ca-custom-datetime-pickers/pipes/calendar-months.pipe.d.ts +0 -9
- package/lib/components/ca-custom-datetime-pickers/services/calendar-datetime-picker.service.d.ts +0 -19
- package/lib/components/ca-custom-datetime-pickers/strategy/calendar-strategy.d.ts +0 -30
- package/lib/components/ca-custom-datetime-pickers/utils/constants/custom-datetime-pickers.constants.d.ts +0 -19
- package/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.d.ts +0 -53
- package/lib/components/ca-custom-scrollbar/enums/event-type.enum.d.ts +0 -6
- package/lib/components/ca-custom-scrollbar/enums/index.d.ts +0 -2
- package/lib/components/ca-custom-scrollbar/enums/scroll-event-action.enum.d.ts +0 -4
- package/lib/components/ca-custom-scrollbar/models/index.d.ts +0 -2
- package/lib/components/ca-custom-scrollbar/models/scroll-bar-options.model.d.ts +0 -6
- package/lib/components/ca-custom-scrollbar/models/scroll-event.model.d.ts +0 -6
- package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts +0 -31
- package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts +0 -19
- package/lib/components/ca-details-title-card/ca-details-title-card.component.d.ts +0 -40
- package/lib/components/ca-details-title-card/interfaces/ca-details-title-card-config.interface.d.ts +0 -11
- package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.d.ts +0 -41
- package/lib/components/ca-dropdown-menu/enums/dropdown-menu-item-type.enum.d.ts +0 -11
- package/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.d.ts +0 -16
- package/lib/components/ca-dropdown-menu/enums/index.d.ts +0 -2
- package/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.d.ts +0 -22
- package/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.d.ts +0 -5
- package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +0 -2
- package/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.d.ts +0 -7
- package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +0 -8
- package/lib/components/ca-dropdown-menu/pipes/index.d.ts +0 -2
- package/lib/components/ca-dropdown-menu/types/dropdown-menu-type.type.d.ts +0 -1
- package/lib/components/ca-dropdown-menu/types/index.d.ts +0 -1
- package/lib/components/ca-dropdown-menu/utils/svg-routes/dropdown-menu-svg-routes.d.ts +0 -6
- package/lib/components/ca-dropdown-menu/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-factoring-dropdown/ca-factoring-dropdown.component.d.ts +0 -46
- package/lib/components/ca-factoring-dropdown/enums/factoring-form-control.enum.d.ts +0 -6
- package/lib/components/ca-factoring-dropdown/enums/factoring-pdf-format.enum.d.ts +0 -4
- package/lib/components/ca-factoring-dropdown/enums/factoring-pdf-organize.enum.d.ts +0 -4
- package/lib/components/ca-factoring-dropdown/enums/index.d.ts +0 -3
- package/lib/components/ca-factoring-dropdown/interfaces/factoring-checkbox-item.interface.d.ts +0 -5
- package/lib/components/ca-factoring-dropdown/interfaces/factoring-export-item.interface.d.ts +0 -12
- package/lib/components/ca-factoring-dropdown/interfaces/index.d.ts +0 -2
- package/lib/components/ca-factoring-dropdown/utils/constants/factoring-dropdown.constants.d.ts +0 -6
- package/lib/components/ca-factoring-dropdown/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-files-count/ca-files-count.component.d.ts +0 -17
- package/lib/components/ca-filters/ca-filter.component.d.ts +0 -90
- package/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.d.ts +0 -47
- package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-broker-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-dispatcher-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-driver-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-dispatcher-filter/config/ca-fuel-stop-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.d.ts +0 -29
- package/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.d.ts +0 -54
- package/lib/components/ca-filters/components/ca-state-filter/config/ca-state-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts +0 -36
- package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +0 -33
- package/lib/components/ca-filters/components/ca-time-filter-dropdown/ca-time-filter-dropdown.component.d.ts +0 -35
- package/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.d.ts +0 -42
- package/lib/components/ca-filters/components/ca-trailer-type-filter/config/ca-trailer-type-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-trailer-type-filter/config/index.d.ts +0 -1
- package/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.d.ts +0 -40
- package/lib/components/ca-filters/components/ca-truck-type-filter/config/ca-truck-type-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.d.ts +0 -51
- package/lib/components/ca-filters/components/ca-user-filter/config/ca-user-filter.config.d.ts +0 -4
- package/lib/components/ca-filters/components/ca-user-filter/models/ca-user-data.model.d.ts +0 -10
- package/lib/components/ca-filters/components/ca-user-filter/models/ca-user-group.model.d.ts +0 -6
- package/lib/components/ca-filters/components/ca-user-filter/models/index.d.ts +0 -2
- package/lib/components/ca-filters/components/ca-user-filter/pipes/filter-selected-items.pipe.d.ts +0 -8
- package/lib/components/ca-filters/components/ca-user-filter/pipes/group-selection-state.pipe.d.ts +0 -11
- package/lib/components/ca-filters/components/ca-user-filter/pipes/selected-users.pipe.d.ts +0 -8
- package/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.d.ts +0 -38
- package/lib/components/ca-filters/enums/filter-actions-string.enum.d.ts +0 -6
- package/lib/components/ca-filters/pipes/filter-conditions-clear.pipe.d.ts +0 -16
- package/lib/components/ca-filters/pipes/filter-conditions-set.pipe.d.ts +0 -17
- package/lib/components/ca-filters/pipes/filter-conditions-user-box.pipe.d.ts +0 -11
- package/lib/components/ca-filters/pipes/filter-popover-conditions.pipe.d.ts +0 -14
- package/lib/components/ca-filters/pipes/filter-trailer-color.pipe.d.ts +0 -8
- package/lib/components/ca-filters/pipes/filter-truck-color.pipe.d.ts +0 -8
- package/lib/components/ca-filters/pipes/index.d.ts +0 -6
- package/lib/components/ca-filters/utils/constants/directive.constants.d.ts +0 -24
- package/lib/components/ca-filters/utils/constants/filter-config.constants.d.ts +0 -7
- package/lib/components/ca-filters/utils/helpers/filter.helper.d.ts +0 -38
- package/lib/components/ca-filters/utils/helpers/index.d.ts +0 -2
- package/lib/components/ca-filters/utils/helpers/time-filter.helper.d.ts +0 -26
- package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts +0 -9
- package/lib/components/ca-filters/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-filters/validators/range.validator.d.ts +0 -2
- package/lib/components/ca-fleet-filter/ca-fleet-filter.component.d.ts +0 -50
- package/lib/components/ca-fleet-filter/enums/fleet-filter-item-type.enum.d.ts +0 -4
- package/lib/components/ca-fleet-filter/enums/index.d.ts +0 -1
- package/lib/components/ca-fleet-filter/interfaces/fleet-filter-data.interface.d.ts +0 -8
- package/lib/components/ca-fleet-filter/interfaces/fleet-filter-item-emit.interface.d.ts +0 -5
- package/lib/components/ca-fleet-filter/interfaces/fleet-filter-trailer-type.interface.d.ts +0 -7
- package/lib/components/ca-fleet-filter/interfaces/fleet-filter-trailer.interface.d.ts +0 -6
- package/lib/components/ca-fleet-filter/interfaces/fleet-filter-truck-type.interface.d.ts +0 -6
- package/lib/components/ca-fleet-filter/interfaces/fleet-filter-truck.interface.d.ts +0 -6
- package/lib/components/ca-fleet-filter/interfaces/index.d.ts +0 -6
- package/lib/components/ca-fleet-filter/utils/constants/fleet-filter.constants.d.ts +0 -8
- package/lib/components/ca-fleet-filter/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-fleet-filter/utils/helpers/fleet-filter.helper.d.ts +0 -5
- package/lib/components/ca-fleet-filter/utils/helpers/index.d.ts +0 -1
- package/lib/components/ca-fleet-filter/utils/pipes/index.d.ts +0 -1
- package/lib/components/ca-fleet-filter/utils/pipes/remove-svg-extension.pipe.d.ts +0 -7
- package/lib/components/ca-fleet-filter/utils/svg-routes/fleet-filter-svg-routes.d.ts +0 -6
- package/lib/components/ca-fleet-filter/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-fuel-prices-range/ca-fuel-prices-range.component.d.ts +0 -18
- package/lib/components/ca-fuel-prices-range/interfaces/fuel-prices-range-config.interface.d.ts +0 -6
- package/lib/components/ca-fuel-prices-range/interfaces/index.d.ts +0 -1
- package/lib/components/ca-fuel-prices-range/pipes/fuel-prices-range.pipe.d.ts +0 -16
- package/lib/components/ca-fuel-prices-range/pipes/index.d.ts +0 -1
- package/lib/components/ca-fuel-prices-range/utils/constants/fuel-prices-range.constants.d.ts +0 -5
- package/lib/components/ca-fuel-prices-range/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-heatmap-usa/ca-heatmap-usa.component.d.ts +0 -31
- package/lib/components/ca-heatmap-usa/constants/heatmap-usa.constants.d.ts +0 -5
- package/lib/components/ca-heatmap-usa/constants/index.d.ts +0 -1
- package/lib/components/ca-heatmap-usa/interfaces/index.d.ts +0 -3
- package/lib/components/ca-heatmap-usa/interfaces/map-list-item.interface.d.ts +0 -6
- package/lib/components/ca-heatmap-usa/interfaces/map-states.interface.d.ts +0 -9
- package/lib/components/ca-heatmap-usa/interfaces/top-list-by-state-item.interface.d.ts +0 -11
- package/lib/components/ca-icon-dropdown/ca-icon-dropdown.component.d.ts +0 -51
- package/lib/components/ca-icon-dropdown/enums/index.d.ts +0 -1
- package/lib/components/ca-icon-dropdown/enums/placement.enum.d.ts +0 -25
- package/lib/components/ca-icon-dropdown/interfaces/icon-drop-down-item.interface.d.ts +0 -5
- package/lib/components/ca-icon-dropdown/interfaces/icon-dropdown-config.interface.d.ts +0 -15
- package/lib/components/ca-icon-dropdown/interfaces/index.d.ts +0 -2
- package/lib/components/ca-icon-dropdown/utils/svg-routes/icon-dropdown-svg-routes.d.ts +0 -3
- package/lib/components/ca-icon-dropdown/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-input/base-classes/ca-input-base-helpres.d.ts +0 -29
- package/lib/components/ca-input/base-classes/ca-input-base.d.ts +0 -82
- package/lib/components/ca-input/base-classes/ca-input-event-manager.d.ts +0 -16
- package/lib/components/ca-input/ca-input.component.d.ts +0 -82
- package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +0 -22
- package/lib/components/ca-input/components/ca-input-commands/ca-input-commands.component.d.ts +0 -16
- package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts +0 -20
- package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +0 -26
- package/lib/components/ca-input/config/ca-input.config.d.ts +0 -168
- package/lib/components/ca-input/config/index.d.ts +0 -1
- package/lib/components/ca-input/directives/caps-lock.directive.d.ts +0 -14
- package/lib/components/ca-input/directives/index.d.ts +0 -5
- package/lib/components/ca-input/directives/input-max-value.directive.d.ts +0 -12
- package/lib/components/ca-input/directives/min-max-value.directive.d.ts +0 -13
- package/lib/components/ca-input/directives/price_format.directive.d.ts +0 -11
- package/lib/components/ca-input/directives/restrict-input.directive.d.ts +0 -27
- package/lib/components/ca-input/enums/index.d.ts +0 -4
- package/lib/components/ca-input/enums/input-commands-action.enum.d.ts +0 -9
- package/lib/components/ca-input/enums/input-commands-type.enum.d.ts +0 -6
- package/lib/components/ca-input/enums/input-config-name-string.enum.d.ts +0 -7
- package/lib/components/ca-input/enums/input-string.enum.d.ts +0 -112
- package/lib/components/ca-input/enums/input-text-transform.enum.d.ts +0 -6
- package/lib/components/ca-input/mixins/restriction-pipe.mixin.d.ts +0 -12
- package/lib/components/ca-input/models/command-click.model.d.ts +0 -5
- package/lib/components/ca-input/models/commands-event.model.d.ts +0 -5
- package/lib/components/ca-input/models/index.d.ts +0 -3
- package/lib/components/ca-input/models/label-color.model.d.ts +0 -11
- package/lib/components/ca-input/pipes/color-finder.pipe.d.ts +0 -7
- package/lib/components/ca-input/pipes/form-control.pipe.d.ts +0 -8
- package/lib/components/ca-input/pipes/index.d.ts +0 -19
- package/lib/components/ca-input/pipes/input-class.pipe.d.ts +0 -13
- package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts +0 -11
- package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts +0 -11
- package/lib/components/ca-input/pipes/input-datetime-picker-class.pipe.d.ts +0 -10
- package/lib/components/ca-input/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
- package/lib/components/ca-input/pipes/input-error.pipe.d.ts +0 -7
- package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts +0 -11
- package/lib/components/ca-input/pipes/input-pattern.pipe.d.ts +0 -38
- package/lib/components/ca-input/pipes/input-placeholder-icon-right.pipe.d.ts +0 -11
- package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts +0 -12
- package/lib/components/ca-input/pipes/input-placeholder-text-class.pipe.d.ts +0 -11
- package/lib/components/ca-input/pipes/input-type.pipe.d.ts +0 -7
- package/lib/components/ca-input/pipes/label-class.pipe.d.ts +0 -10
- package/lib/components/ca-input/pipes/show-clear.pipe.d.ts +0 -8
- package/lib/components/ca-input/pipes/show-dropdown-arrow.pipe.d.ts +0 -8
- package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts +0 -9
- package/lib/components/ca-input/pipes/show-placeholder-text.pipe.d.ts +0 -9
- package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts +0 -9
- package/lib/components/ca-input/services/ca-input-validation.service.d.ts +0 -38
- package/lib/components/ca-input/services/index.d.ts +0 -1
- package/lib/components/ca-input/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-input/utils/constants/input-constants.d.ts +0 -14
- package/lib/components/ca-input/utils/index.d.ts +0 -2
- package/lib/components/ca-input/utils/input-change-value.type.d.ts +0 -1
- package/lib/components/ca-input/utils/input-svg-routes.d.ts +0 -16
- package/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.d.ts +0 -75
- package/lib/components/ca-input-address-dropdown/enums/input-address-basic-string.enum.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown/enums/input-address-commands-string.enum.d.ts +0 -6
- package/lib/components/ca-input-address-dropdown/enums/input-address-layers-string.enum.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown/enums/input-address-stop-types-string.enum.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown/enums/input-address-type-string.enum.d.ts +0 -5
- package/lib/components/ca-input-address-dropdown/models/address-data.model.d.ts +0 -11
- package/lib/components/ca-input-address-dropdown/models/address-list.model.d.ts +0 -6
- package/lib/components/ca-input-address-dropdown/models/command-properties.model.d.ts +0 -7
- package/lib/components/ca-input-address-dropdown/models/commands-handler.model.d.ts +0 -7
- package/lib/components/ca-input-address-dropdown/models/input-address-commands-string.model.d.ts +0 -1
- package/lib/components/ca-input-address-dropdown/models/long-lat.model.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown/models/sent-address-data.model.d.ts +0 -6
- package/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.d.ts +0 -105
- package/lib/components/ca-input-dropdown/animations/index.d.ts +0 -1
- package/lib/components/ca-input-dropdown/animations/input-dropdown.animation.d.ts +0 -1
- package/lib/components/ca-input-dropdown/ca-input-dropdown.component.d.ts +0 -110
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +0 -17
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +0 -19
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +0 -16
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +0 -17
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +0 -24
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +0 -21
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +0 -17
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-parking/ca-input-dropdown-parking.component.d.ts +0 -20
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +0 -17
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +0 -21
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +0 -21
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +0 -15
- package/lib/components/ca-input-dropdown/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +0 -17
- package/lib/components/ca-input-dropdown/enums/dropdown-string.enum.d.ts +0 -4
- package/lib/components/ca-input-dropdown/enums/dropdown-template-type.enum.d.ts +0 -22
- package/lib/components/ca-input-dropdown/enums/index.d.ts +0 -2
- package/lib/components/ca-input-dropdown/models/index.d.ts +0 -3
- package/lib/components/ca-input-dropdown/models/input-dropdown-option.model.d.ts +0 -96
- package/lib/components/ca-input-dropdown/models/load-modal-status.model.d.ts +0 -5
- package/lib/components/ca-input-dropdown/models/status-order.model.d.ts +0 -4
- package/lib/components/ca-input-dropdown/pipes/dropdown-count.pipe.d.ts +0 -7
- package/lib/components/ca-input-dropdown/pipes/index.d.ts +0 -8
- package/lib/components/ca-input-dropdown/pipes/input-dropdown-default-template-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +0 -10
- package/lib/components/ca-input-dropdown/pipes/input-dropdown-label-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown/pipes/input-dropdown-load-broker-container.pipe.d.ts +0 -10
- package/lib/components/ca-input-dropdown/pipes/input-dropdown-multiselect-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +0 -10
- package/lib/components/ca-input-dropdown/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown/utils/svg-routes/input-dropdown-svg-routes.d.ts +0 -12
- package/lib/components/ca-input-dropdown-test/animations/index.d.ts +0 -1
- package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +0 -1
- package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +0 -130
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +0 -20
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +0 -22
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +0 -19
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +0 -20
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +0 -27
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +0 -18
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +0 -24
- 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 +0 -10
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +0 -18
- 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 +0 -11
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +0 -18
- 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 +0 -11
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +0 -18
- 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 +0 -14
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +0 -20
- 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 +0 -13
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +0 -20
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +0 -18
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +0 -20
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +0 -20
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +0 -22
- 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 +0 -15
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +0 -22
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +0 -18
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +0 -20
- package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +0 -4
- package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +0 -21
- package/lib/components/ca-input-dropdown-test/enums/index.d.ts +0 -2
- package/lib/components/ca-input-dropdown-test/interfaces/input-dropdown-option.interface.d.ts +0 -100
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +0 -7
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +0 -9
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +0 -10
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +0 -9
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +0 -10
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +0 -10
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +0 -11
- package/lib/components/ca-input-dropdown-test/types/index.d.ts +0 -1
- package/lib/components/ca-input-dropdown-test/types/input-dropdown-forms.type.d.ts +0 -7
- package/lib/components/ca-input-dropdown-test/types/select-dropdown-value.type.d.ts +0 -7
- package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +0 -12
- package/lib/components/ca-input-dropdown-test/validators/dropdown-empty-value.validator.d.ts +0 -2
- package/lib/components/ca-input-dropdown-test/validators/index.d.ts +0 -1
- package/lib/components/ca-input-note/ca-input-note.component.d.ts +0 -55
- package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts +0 -21
- package/lib/components/ca-input-test/base-classes/ca-input-event-manager.d.ts +0 -16
- package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +0 -22
- package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +0 -16
- package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +0 -20
- package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +0 -26
- package/lib/components/ca-input-test/config/ca-input.config.d.ts +0 -171
- package/lib/components/ca-input-test/config/index.d.ts +0 -1
- package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +0 -14
- package/lib/components/ca-input-test/directives/command-visible.directive.d.ts +0 -15
- package/lib/components/ca-input-test/directives/index.d.ts +0 -5
- package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +0 -12
- package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +0 -13
- package/lib/components/ca-input-test/directives/price_format.directive.d.ts +0 -11
- package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +0 -27
- package/lib/components/ca-input-test/enums/index.d.ts +0 -4
- package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +0 -9
- package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +0 -6
- package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +0 -7
- package/lib/components/ca-input-test/enums/input-string.enum.d.ts +0 -112
- package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +0 -6
- package/lib/components/ca-input-test/input-test.component.d.ts +0 -135
- package/lib/components/ca-input-test/mixins/input-command.mixin.d.ts +0 -29
- package/lib/components/ca-input-test/mixins/input-helper.mixin.d.ts +0 -25
- package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +0 -12
- package/lib/components/ca-input-test/models/base.model.d.ts +0 -23
- package/lib/components/ca-input-test/models/command-click.model.d.ts +0 -5
- package/lib/components/ca-input-test/models/commands-event.model.d.ts +0 -5
- package/lib/components/ca-input-test/models/index.d.ts +0 -3
- package/lib/components/ca-input-test/models/label-color.model.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +0 -7
- package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +0 -8
- package/lib/components/ca-input-test/pipes/index.d.ts +0 -19
- package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +0 -13
- package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +0 -7
- package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +0 -38
- package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +0 -12
- package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +0 -7
- package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +0 -11
- package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +0 -8
- package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +0 -8
- package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +0 -9
- package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +0 -9
- package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +0 -9
- package/lib/components/ca-input-test/utils/index.d.ts +0 -2
- package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +0 -1
- package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +0 -16
- package/lib/components/ca-items-dropdown/ca-items-dropdown.component.d.ts +0 -27
- package/lib/components/ca-items-dropdown/interfaces/index.d.ts +0 -2
- package/lib/components/ca-items-dropdown/interfaces/items-dropdown-config.interface.d.ts +0 -7
- package/lib/components/ca-items-dropdown/interfaces/items-dropdown-list.interface.d.ts +0 -10
- package/lib/components/ca-items-dropdown/pipes/dropdown-width.pipe.d.ts +0 -9
- package/lib/components/ca-items-dropdown/pipes/index.d.ts +0 -2
- package/lib/components/ca-items-dropdown/pipes/pm-item.pipe.d.ts +0 -12
- package/lib/components/ca-items-dropdown/utils/helpers/index.d.ts +0 -1
- package/lib/components/ca-items-dropdown/utils/helpers/items-dropdown.helper.d.ts +0 -3
- package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts +0 -20
- package/lib/components/ca-last-fuel-price-progress/enums/index.d.ts +0 -1
- package/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.d.ts +0 -4
- package/lib/components/ca-last-fuel-price-progress/interfaces/index.d.ts +0 -2
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.d.ts +0 -10
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.d.ts +0 -12
- package/lib/components/ca-last-fuel-price-progress/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.d.ts +0 -3
- package/lib/components/ca-last-fuel-price-progress/utils/helpers/index.d.ts +0 -1
- package/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.d.ts +0 -7
- package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.d.ts +0 -3
- package/lib/components/ca-load-modal-progress-bar/ca-load-modal-progress-bar.component.d.ts +0 -18
- package/lib/components/ca-load-pickup-delivery/ca-load-pickup-delivery.component.d.ts +0 -40
- package/lib/components/ca-load-pickup-delivery/interfaces/load-pickup-delivery.interface.d.ts +0 -70
- package/lib/components/ca-load-pickup-delivery/types/index.d.ts +0 -1
- package/lib/components/ca-load-pickup-delivery/types/load-type.type.d.ts +0 -2
- package/lib/components/ca-load-status/ca-load-status.component.d.ts +0 -39
- package/lib/components/ca-load-status/constants/load-status.constants.d.ts +0 -5
- package/lib/components/ca-load-status/enums/load-status-background-colors.enum.d.ts +0 -17
- package/lib/components/ca-load-status/enums/load-status-icon-colors.enum.d.ts +0 -13
- package/lib/components/ca-load-status/enums/load-status-svg-colors.enum.d.ts +0 -13
- package/lib/components/ca-load-status/pipes/status-text.pipe.d.ts +0 -9
- package/lib/components/ca-load-status-log/ca-load-status-log.component.d.ts +0 -16
- package/lib/components/ca-load-status-string/ca-load-status-string.component.d.ts +0 -21
- package/lib/components/ca-load-status-string/pipes/load-status-string-class.pipe.d.ts +0 -7
- package/lib/components/ca-logo-change/ca-logo-change.component.d.ts +0 -39
- package/lib/components/ca-logo-change/enums/index.d.ts +0 -1
- package/lib/components/ca-logo-change/enums/logo-change.enum.d.ts +0 -8
- package/lib/components/ca-logo-change/utils/constants/logo-change.constants.d.ts +0 -6
- package/lib/components/ca-main-table/ca-main-table.component.d.ts +0 -36
- package/lib/components/ca-main-table/models/main-table.model.d.ts +0 -26
- package/lib/components/ca-main-table/pipes/ca-main-table-hidden-rows/ca-main-table-hidden-rows.pipe.d.ts +0 -8
- package/lib/components/ca-map/ca-map.component.d.ts +0 -83
- package/lib/components/ca-map/enums/google-map.enum.d.ts +0 -6
- package/lib/components/ca-map/enums/index.d.ts +0 -4
- package/lib/components/ca-map/enums/map-marker-stop-type.enum.d.ts +0 -12
- package/lib/components/ca-map/enums/map-marker-string.enum.d.ts +0 -22
- package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts +0 -101
- package/lib/components/ca-map/models/index.d.ts +0 -1
- package/lib/components/ca-map/models/map.model.d.ts +0 -156
- package/lib/components/ca-map/utils/constants/index.d.ts +0 -4
- package/lib/components/ca-map/utils/constants/map-info-window-options.constants.d.ts +0 -3
- package/lib/components/ca-map/utils/constants/map-marker-icons.constants.d.ts +0 -6
- package/lib/components/ca-map/utils/constants/map-options.constants.d.ts +0 -23
- package/lib/components/ca-map/utils/constants/map.constants.d.ts +0 -10
- package/lib/components/ca-map/utils/helpers/index.d.ts +0 -2
- package/lib/components/ca-map/utils/helpers/map-marker-icon.helper.d.ts +0 -28
- package/lib/components/ca-map/utils/helpers/map.helper.d.ts +0 -20
- package/lib/components/ca-map/utils/services/index.d.ts +0 -1
- package/lib/components/ca-map/utils/services/map-marker-icon.service.d.ts +0 -25
- package/lib/components/ca-map/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-map/utils/svg-routes/map-svg-routes.d.ts +0 -10
- package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +0 -33
- package/lib/components/ca-map-dropdown/enums/index.d.ts +0 -1
- package/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.d.ts +0 -19
- package/lib/components/ca-map-dropdown/models/index.d.ts +0 -1
- package/lib/components/ca-map-dropdown/models/map-dropdown-content.model.d.ts +0 -36
- package/lib/components/ca-map-dropdown/pipes/index.d.ts +0 -3
- package/lib/components/ca-map-dropdown/pipes/map-dropdown-cluster-content-type.pipe.d.ts +0 -8
- package/lib/components/ca-map-dropdown/pipes/map-dropdown-content-type.pipe.d.ts +0 -8
- package/lib/components/ca-map-dropdown/pipes/map-dropdown-value.pipe.d.ts +0 -8
- package/lib/components/ca-map-dropdown/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts +0 -22
- package/lib/components/ca-map-list/ca-map-list.component.d.ts +0 -51
- package/lib/components/ca-map-list/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-map-list/utils/constants/map-list.constants.d.ts +0 -4
- package/lib/components/ca-map-list-card/ca-map-list-card.component.d.ts +0 -13
- package/lib/components/ca-modal/ca-modal.component.d.ts +0 -15
- package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +0 -14
- package/lib/components/ca-modal-button/enums/index.d.ts +0 -2
- package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.d.ts +0 -12
- package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +0 -8
- package/lib/components/ca-modal-button/pipes/index.d.ts +0 -1
- package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.d.ts +0 -10
- package/lib/components/ca-modal-items/ca-modal-items.component.d.ts +0 -26
- package/lib/components/ca-modal-items/directives/index.d.ts +0 -1
- package/lib/components/ca-modal-items/directives/scroll-shadow-border.directive.d.ts +0 -24
- package/lib/components/ca-modal-items/enums/index.d.ts +0 -1
- package/lib/components/ca-modal-items/enums/modal-items.enum.d.ts +0 -4
- package/lib/components/ca-modal-items/interfaces/index.d.ts +0 -2
- package/lib/components/ca-modal-items/interfaces/items-row-template.interface.d.ts +0 -7
- package/lib/components/ca-modal-items/interfaces/modal-items-config.interface.d.ts +0 -22
- package/lib/components/ca-modal-items/pipes/index.d.ts +0 -1
- package/lib/components/ca-modal-items/pipes/modal-items-header-class.pipe.d.ts +0 -13
- package/lib/components/ca-modal-spinner/ca-modal-spinner.component.d.ts +0 -5
- package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +0 -41
- package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +0 -48
- package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +0 -33
- package/lib/components/ca-new-filter/components/new-filter-base/new-filter-base.component.d.ts +0 -17
- package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +0 -3
- package/lib/components/ca-new-filter/constant/index.d.ts +0 -1
- package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +0 -18
- package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +0 -4
- package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +0 -35
- package/lib/components/ca-new-filter/enums/index.d.ts +0 -3
- package/lib/components/ca-new-filter/interface/country.interface.d.ts +0 -13
- package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +0 -21
- package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +0 -14
- package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +0 -18
- package/lib/components/ca-new-filter/interface/index.d.ts +0 -6
- package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +0 -5
- package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +0 -9
- package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +0 -8
- package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +0 -2
- package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +0 -2
- package/lib/components/ca-new-filter/types/filter-time.types.d.ts +0 -2
- package/lib/components/ca-new-filter/types/index.d.ts +0 -3
- package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +0 -7
- package/lib/components/ca-new-filter/utils/configs/index.d.ts +0 -1
- package/lib/components/ca-new-filter/utils/helpers/index.d.ts +0 -1
- package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +0 -6
- package/lib/components/ca-ngx-slider/ca-ngx-slider.component.d.ts +0 -24
- package/lib/components/ca-ngx-slider/enums/slider-template.enum.d.ts +0 -6
- package/lib/components/ca-note/ca-note.component.d.ts +0 -62
- package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts +0 -3
- package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts +0 -5
- package/lib/components/ca-note-container/ca-note-container.component.d.ts +0 -43
- package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts +0 -9
- package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts +0 -4
- package/lib/components/ca-note-container/models/note-colors.model.d.ts +0 -4
- package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts +0 -7
- package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts +0 -8
- package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts +0 -26
- package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts +0 -10
- package/lib/components/ca-period-content/ca-period-content.component.d.ts +0 -38
- package/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.d.ts +0 -8
- package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +0 -52
- package/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.d.ts +0 -12
- package/lib/components/ca-period-content/components/index.d.ts +0 -3
- package/lib/components/ca-period-content/enums/index.d.ts +0 -2
- package/lib/components/ca-period-content/enums/payroll-type.enum.d.ts +0 -14
- package/lib/components/ca-period-content/enums/period-title-type.enum.d.ts +0 -7
- package/lib/components/ca-period-content/models/component-data.type.d.ts +0 -11
- package/lib/components/ca-period-content/models/driver-info.d.ts +0 -5
- package/lib/components/ca-period-content/models/driver-minimal-response.d.ts +0 -18
- package/lib/components/ca-period-content/models/driver-short-response.d.ts +0 -56
- package/lib/components/ca-period-content/models/extra-payments.d.ts +0 -27
- package/lib/components/ca-period-content/models/formatted-component-data.type.d.ts +0 -7
- package/lib/components/ca-period-content/models/index.d.ts +0 -32
- package/lib/components/ca-period-content/models/miles-stop-payroll-response.d.ts +0 -24
- package/lib/components/ca-period-content/models/notification-model.d.ts +0 -5
- package/lib/components/ca-period-content/models/payment-sum.model.d.ts +0 -4
- package/lib/components/ca-period-content/models/payroll-bonus-minimal-response.d.ts +0 -6
- package/lib/components/ca-period-content/models/payroll-bonus-response.d.ts +0 -11
- package/lib/components/ca-period-content/models/payroll-commission-total-sum.d.ts +0 -7
- package/lib/components/ca-period-content/models/payroll-credit-minimal-response.d.ts +0 -6
- package/lib/components/ca-period-content/models/payroll-credit-response.d.ts +0 -17
- package/lib/components/ca-period-content/models/payroll-deadline-period.d.ts +0 -6
- package/lib/components/ca-period-content/models/payroll-deadline-short-response.d.ts +0 -5
- package/lib/components/ca-period-content/models/payroll-deduction-minimal-response.d.ts +0 -8
- package/lib/components/ca-period-content/models/payroll-deduction-response.d.ts +0 -21
- package/lib/components/ca-period-content/models/payroll-driver-commission-by-id-response.d.ts +0 -61
- package/lib/components/ca-period-content/models/payroll-driver-flat-rate-closed-by-id-response.d.ts +0 -33
- package/lib/components/ca-period-content/models/payroll-driver-mileage-response.d.ts +0 -41
- package/lib/components/ca-period-content/models/payroll-flat-rate-total-sum.d.ts +0 -7
- package/lib/components/ca-period-content/models/payroll-fuel-minimal-response.d.ts +0 -8
- package/lib/components/ca-period-content/models/payroll-load-minimal-response.d.ts +0 -17
- package/lib/components/ca-period-content/models/payroll-load-stop-minimal-response.d.ts +0 -6
- package/lib/components/ca-period-content/models/payroll-map-location.d.ts +0 -8
- package/lib/components/ca-period-content/models/payroll-owner-closed-response.d.ts +0 -34
- package/lib/components/ca-period-content/models/payroll-owner-response.d.ts +0 -32
- package/lib/components/ca-period-content/models/payroll-payment-response.d.ts +0 -9
- package/lib/components/ca-period-content/models/payroll-payments-minimal-response.d.ts +0 -6
- package/lib/components/ca-period-content/models/payroll-period-input.type.d.ts +0 -39
- package/lib/components/ca-period-content/models/payroll-report-tables.type.d.ts +0 -9
- package/lib/components/ca-period-content/models/payroll-report.type.d.ts +0 -49
- package/lib/components/ca-period-content/models/per-mile-model.d.ts +0 -5
- package/lib/components/ca-period-content/pipes/included_count.pipe.d.ts +0 -11
- package/lib/components/ca-period-content/pipes/payroll-status-class.pipe.d.ts +0 -8
- package/lib/components/ca-period-content/pipes/period_status.pipe.d.ts +0 -11
- package/lib/components/ca-period-content/utils/constants/color-map.d.ts +0 -2
- package/lib/components/ca-period-content/utils/helpers/index.d.ts +0 -1
- package/lib/components/ca-period-content/utils/helpers/payroll-period-content.helper.d.ts +0 -11
- package/lib/components/ca-period-content/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-period-content/utils/svg-routes/period-content.routes.d.ts +0 -12
- package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts +0 -27
- package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts +0 -36
- package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts +0 -25
- package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +0 -26
- package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts +0 -12
- package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts +0 -7
- package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts +0 -13
- package/lib/components/ca-pickup-delivery-block/models/companyUserShortResponse.model.d.ts +0 -8
- package/lib/components/ca-pickup-delivery-block/models/dispatch-grouped-load-response.mode.d.ts +0 -6
- package/lib/components/ca-pickup-delivery-block/models/dispatch-hos-response.model.d.ts +0 -9
- package/lib/components/ca-pickup-delivery-block/models/dispatch-response.model.d.ts +0 -36
- package/lib/components/ca-pickup-delivery-block/models/dispatch-status-response.model.d.ts +0 -6
- package/lib/components/ca-pickup-delivery-block/models/driver-dispatch.model.d.ts +0 -11
- package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts +0 -4
- package/lib/components/ca-pickup-delivery-block/models/index.d.ts +0 -15
- package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts +0 -21
- package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts +0 -9
- package/lib/components/ca-pickup-delivery-block/models/parking-slot-short-response.model.d.ts +0 -11
- package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts +0 -8
- package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts +0 -5
- package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts +0 -4
- package/lib/components/ca-pickup-delivery-block/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-pickup-delivery-block/utils/svg-routes/index.d.ts +0 -2
- package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts +0 -19
- package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts +0 -4
- package/lib/components/ca-profile-image/ca-profile-image.component.d.ts +0 -25
- package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +0 -52
- package/lib/components/ca-progress-bar/enums/index.d.ts +0 -1
- package/lib/components/ca-progress-bar/enums/progress-bar-string.enum.d.ts +0 -6
- package/lib/components/ca-progress-bar/interfaces/gps-heading-info.interface.d.ts +0 -6
- package/lib/components/ca-progress-bar/interfaces/gps-progress.interface.d.ts +0 -22
- package/lib/components/ca-progress-bar/interfaces/index.d.ts +0 -3
- package/lib/components/ca-progress-bar/interfaces/progress-bar-data.interface.d.ts +0 -18
- package/lib/components/ca-progress-bar/pipes/convert-minutes-to-hours.pipe.d.ts +0 -7
- package/lib/components/ca-progress-bar/pipes/index.d.ts +0 -1
- package/lib/components/ca-progress-bar/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts +0 -8
- package/lib/components/ca-progress-bar/utils/helpers/convert-minutes-to-hours.helper.d.ts +0 -3
- package/lib/components/ca-progress-bar/utils/helpers/index.d.ts +0 -1
- package/lib/components/ca-progress-bar/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts +0 -3
- package/lib/components/ca-progress-bar-v2/ca-progress-bar-v2.component.d.ts +0 -20
- package/lib/components/ca-progress-bar-v2/interfaces/index.d.ts +0 -1
- package/lib/components/ca-progress-bar-v2/interfaces/progress-bar-color-config.interface.d.ts +0 -4
- package/lib/components/ca-progress-expiration/ca-progress-expiration.component.d.ts +0 -30
- package/lib/components/ca-progress-expiration/enums/index.d.ts +0 -1
- package/lib/components/ca-progress-expiration/enums/time-units.enum.d.ts +0 -6
- package/lib/components/ca-progress-expiration/helpers/hex-to-rgba.helper.d.ts +0 -1
- package/lib/components/ca-progress-expiration/helpers/index.d.ts +0 -2
- package/lib/components/ca-progress-expiration/helpers/progress-expiration.helper.d.ts +0 -8
- package/lib/components/ca-progress-expiration/models/index.d.ts +0 -7
- package/lib/components/ca-progress-expiration/models/progress-expiration-color-type.model.d.ts +0 -1
- package/lib/components/ca-progress-expiration/models/progress-expiration-color.model.d.ts +0 -4
- package/lib/components/ca-progress-expiration/models/progress-expiration-template.model.d.ts +0 -1
- package/lib/components/ca-progress-expiration/models/progress-expiration-theme.model.d.ts +0 -1
- package/lib/components/ca-progress-expiration/models/progress-expiration-title.model.d.ts +0 -5
- package/lib/components/ca-progress-expiration/models/progress-expiration-type.model.d.ts +0 -1
- package/lib/components/ca-progress-expiration/models/progress-expiration.model.d.ts +0 -13
- package/lib/components/ca-progress-expiration/pipes/ca-progress-expiration-abs.pipe.d.ts +0 -7
- package/lib/components/ca-progress-expiration/pipes/ca-progress-expiration-width.pipe.d.ts +0 -7
- package/lib/components/ca-progress-expiration/pipes/currency-format.pipe.d.ts +0 -7
- package/lib/components/ca-progress-expiration/pipes/index.d.ts +0 -4
- package/lib/components/ca-progress-expiration/pipes/time.pipe.d.ts +0 -7
- package/lib/components/ca-progress-expiration/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-progress-expiration/utils/constants/progress-expiration.constant.d.ts +0 -11
- package/lib/components/ca-progress-expiration/utils/index.d.ts +0 -1
- package/lib/components/ca-range-slider/ca-range-slider.component.d.ts +0 -19
- package/lib/components/ca-range-slider/directives/index.d.ts +0 -1
- package/lib/components/ca-range-slider/directives/range-slider.directive.d.ts +0 -18
- package/lib/components/ca-range-slider/interfaces/index.d.ts +0 -1
- package/lib/components/ca-range-slider/interfaces/range-slider-config.interface.d.ts +0 -7
- package/lib/components/ca-rating-review/ca-rating-review.component.d.ts +0 -49
- package/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.d.ts +0 -37
- package/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.d.ts +0 -32
- package/lib/components/ca-rating-review/enums/rating-reviews-type.enums.d.ts +0 -14
- package/lib/components/ca-rating-review/models/rating-review.model.d.ts +0 -12
- package/lib/components/ca-rating-review/utils/config/rating-review-search.config.d.ts +0 -4
- package/lib/components/ca-rating-review/utils/helpers/sort-data.helper.d.ts +0 -4
- package/lib/components/ca-rating-review/utils/pipe/filter-title.pipe.d.ts +0 -8
- package/lib/components/ca-rating-review/utils/svg-routes/ratings-reviews.routes.d.ts +0 -13
- package/lib/components/ca-right-side-panel/ca-right-side-panel.component.d.ts +0 -38
- package/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.d.ts +0 -50
- package/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.d.ts +0 -37
- package/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.d.ts +0 -57
- package/lib/components/ca-right-side-panel/config/ca-right-side-panel.config.d.ts +0 -4
- package/lib/components/ca-right-side-panel/enums/activity-log-sort-type.enum.d.ts +0 -4
- package/lib/components/ca-right-side-panel/enums/company/bank-account-status.enum.d.ts +0 -6
- package/lib/components/ca-right-side-panel/enums/company/bank-card-types-string.enum.d.ts +0 -6
- package/lib/components/ca-right-side-panel/enums/company/fleet-type.enum.d.ts +0 -5
- package/lib/components/ca-right-side-panel/enums/company/preferred-load-type.enum.d.ts +0 -4
- package/lib/components/ca-right-side-panel/enums/company-font-size.enum.d.ts +0 -5
- package/lib/components/ca-right-side-panel/enums/company-info-title.enum.d.ts +0 -16
- package/lib/components/ca-right-side-panel/enums/filter-type.enum.d.ts +0 -6
- package/lib/components/ca-right-side-panel/enums/index.d.ts +0 -12
- package/lib/components/ca-right-side-panel/enums/modules-filter-item-label.enum.d.ts +0 -3
- package/lib/components/ca-right-side-panel/enums/right-side-panel-current-tab.enum.d.ts +0 -4
- package/lib/components/ca-right-side-panel/enums/selected-module.enum.d.ts +0 -13
- package/lib/components/ca-right-side-panel/enums/time-filter-type.enum.d.ts +0 -9
- package/lib/components/ca-right-side-panel/models/action-filter/action-filter-input-data.model.d.ts +0 -7
- package/lib/components/ca-right-side-panel/models/activity-log-filter-params.model.d.ts +0 -12
- package/lib/components/ca-right-side-panel/models/activity-log-filter.model.d.ts +0 -6
- package/lib/components/ca-right-side-panel/models/company/bank-account.model.d.ts +0 -11
- package/lib/components/ca-right-side-panel/models/company/bank-card.model.d.ts +0 -10
- package/lib/components/ca-right-side-panel/models/company/bank.model.d.ts +0 -7
- package/lib/components/ca-right-side-panel/models/company/company-additional-info.model.d.ts +0 -15
- package/lib/components/ca-right-side-panel/models/company/company-address.model.d.ts +0 -12
- package/lib/components/ca-right-side-panel/models/company/company-enum-value.model.d.ts +0 -4
- package/lib/components/ca-right-side-panel/models/company/company-navigation-data.model.d.ts +0 -5
- package/lib/components/ca-right-side-panel/models/company/company-payroll.model.d.ts +0 -21
- package/lib/components/ca-right-side-panel/models/company/company-short.model.d.ts +0 -9
- package/lib/components/ca-right-side-panel/models/company/company-user-short.model.d.ts +0 -8
- package/lib/components/ca-right-side-panel/models/company/company.model.d.ts +0 -38
- package/lib/components/ca-right-side-panel/models/company/department-contact.model.d.ts +0 -10
- package/lib/components/ca-right-side-panel/models/company/department.model.d.ts +0 -7
- package/lib/components/ca-right-side-panel/models/company/factoring-company.model.d.ts +0 -9
- package/lib/components/ca-right-side-panel/models/company/file-response.model.d.ts +0 -9
- package/lib/components/ca-right-side-panel/models/company/insurance-policy-addon.model.d.ts +0 -25
- package/lib/components/ca-right-side-panel/models/company/insurance-policy.model.d.ts +0 -13
- package/lib/components/ca-right-side-panel/models/company/per-mile.model.d.ts +0 -5
- package/lib/components/ca-right-side-panel/models/index.d.ts +0 -28
- package/lib/components/ca-right-side-panel/models/module-filter/module-filter-activity-log.model.d.ts +0 -6
- package/lib/components/ca-right-side-panel/models/module-filter/module-filter-input-data.model.d.ts +0 -5
- package/lib/components/ca-right-side-panel/models/navigation-item.model.d.ts +0 -8
- package/lib/components/ca-right-side-panel/models/time-filter/time-filter-event.model.d.ts +0 -8
- package/lib/components/ca-right-side-panel/models/user-filter/user-filter-avatar-file.model.d.ts +0 -9
- package/lib/components/ca-right-side-panel/models/user-filter/user-filter-data.model.d.ts +0 -7
- package/lib/components/ca-right-side-panel/models/user-filter/user-filter-input-data.model.d.ts +0 -7
- package/lib/components/ca-right-side-panel/utils/pipes/bank-card-types.pipe.d.ts +0 -9
- package/lib/components/ca-right-side-panel/utils/pipes/hide-account.pipe.d.ts +0 -7
- package/lib/components/ca-right-side-panel/utils/pipes/index.d.ts +0 -2
- package/lib/components/ca-right-side-panel/utils/svg-routes/index.d.ts +0 -2
- package/lib/components/ca-right-side-panel/utils/svg-routes/right-side-panel-top-bar-svg.routes.d.ts +0 -9
- package/lib/components/ca-right-side-panel/utils/svg-routes/side-panel-company-svg.routes.d.ts +0 -6
- package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +0 -50
- package/lib/components/ca-search-multiple-states/models/chips.model.d.ts +0 -6
- package/lib/components/ca-search-multiple-states/models/grid-column.model.d.ts +0 -23
- package/lib/components/ca-search-multiple-states/models/index.d.ts +0 -3
- package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +0 -13
- package/lib/components/ca-search-multiple-states/utils/enums/chips-colors.enum.d.ts +0 -5
- package/lib/components/ca-search-multiple-states/utils/enums/index.d.ts +0 -3
- package/lib/components/ca-search-multiple-states/utils/enums/keyboard-event-commands.enum.d.ts +0 -3
- package/lib/components/ca-search-multiple-states/utils/enums/search-count.enum.d.ts +0 -6
- package/lib/components/ca-search-multiple-states/utils/pipes/chip-class.pipe.d.ts +0 -9
- package/lib/components/ca-search-multiple-states/utils/pipes/index.d.ts +0 -1
- package/lib/components/ca-search-multiple-states/utils/services/index.d.ts +0 -1
- package/lib/components/ca-search-multiple-states/utils/services/search-multiple-states.service.d.ts +0 -17
- package/lib/components/ca-search-multiple-states/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts +0 -6
- package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.d.ts +0 -47
- package/lib/components/ca-search-multiple-states-2/enums/index.d.ts +0 -1
- package/lib/components/ca-search-multiple-states-2/enums/search-multiple-state-action.enum.d.ts +0 -3
- package/lib/components/ca-search-multiple-states-2/interfaces/index.d.ts +0 -1
- package/lib/components/ca-search-multiple-states-2/interfaces/search-query.interface.d.ts +0 -4
- package/lib/components/ca-search-multiple-states-2/util/index.d.ts +0 -1
- package/lib/components/ca-search-multiple-states-2/util/routes/multiple-search-state-svg.route.d.ts +0 -6
- package/lib/components/ca-show-more/ca-show-more.component.d.ts +0 -13
- package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +0 -37
- package/lib/components/ca-sort-dropdown/enums/index.d.ts +0 -1
- package/lib/components/ca-sort-dropdown/enums/sort-dropdown.enum.d.ts +0 -8
- package/lib/components/ca-sort-dropdown/interfaces/index.d.ts +0 -1
- package/lib/components/ca-sort-dropdown/interfaces/sort-dropdown-action.interface.d.ts +0 -7
- package/lib/components/ca-sort-dropdown/models/index.d.ts +0 -1
- package/lib/components/ca-sort-dropdown/models/sort-column.model.d.ts +0 -7
- package/lib/components/ca-sort-dropdown/types/index.d.ts +0 -1
- package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +0 -5
- package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +0 -6
- package/lib/components/ca-sort-dropdown/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-sorting-card-dropdown/ca-sorting-card-dropdown.component.d.ts +0 -27
- package/lib/components/ca-spinner/ca-spinner.component.d.ts +0 -15
- package/lib/components/ca-status-change-dropdown/ca-status-change-dropdown.component.d.ts +0 -20
- package/lib/components/ca-tab-switch/ca-tab-switch.component.d.ts +0 -44
- package/lib/components/ca-table-card-view/ca-table-card-view.component.d.ts +0 -90
- package/lib/components/ca-table-card-view/components/additional-components/ca-table-card-view-skeleton/ca-table-card-view-skeleton.component.d.ts +0 -10
- package/lib/components/ca-table-card-view/enums/index.d.ts +0 -2
- package/lib/components/ca-table-card-view/enums/table-card-general.enum.d.ts +0 -4
- package/lib/components/ca-table-card-view/enums/table-card-types.enum.d.ts +0 -4
- package/lib/components/ca-table-card-view/pipes/index.d.ts +0 -1
- package/lib/components/ca-table-card-view/pipes/is-card-flipped.pipe.d.ts +0 -7
- package/lib/components/ca-table-card-view/utils/helpers/index.d.ts +0 -2
- package/lib/components/ca-table-card-view/utils/helpers/table-card-skeleton.helper.d.ts +0 -5
- package/lib/components/ca-table-card-view/utils/helpers/table-card-view-helper.d.ts +0 -8
- package/lib/components/ca-table-card-view/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-table-card-view/utils/svg-routes/table-card-view-svg-routes.d.ts +0 -3
- package/lib/components/ca-toast-messages/ca-toast-messages.component.d.ts +0 -30
- package/lib/components/ca-toast-messages/enums/index.d.ts +0 -1
- package/lib/components/ca-toast-messages/enums/toast-type.enum.d.ts +0 -6
- package/lib/components/ca-toast-messages/pipes/index.d.ts +0 -2
- package/lib/components/ca-toast-messages/pipes/toast-background.pipe.d.ts +0 -7
- package/lib/components/ca-toast-messages/pipes/toast-stack.pipe.d.ts +0 -7
- package/lib/components/ca-todo/ca-todo.component.d.ts +0 -18
- package/lib/components/ca-todo/components/ca-todo-card.component.d.ts +0 -47
- package/lib/components/ca-todo/config/column.config.d.ts +0 -2
- package/lib/components/ca-todo/config/index.d.ts +0 -1
- package/lib/components/ca-todo/enums/column.enum.d.ts +0 -5
- package/lib/components/ca-todo/enums/download-link.enum.d.ts +0 -5
- package/lib/components/ca-todo/enums/index.d.ts +0 -2
- package/lib/components/ca-todo/models/image-config.model.d.ts +0 -8
- package/lib/components/ca-todo/models/index.d.ts +0 -4
- package/lib/components/ca-todo/models/to-do-column.model.d.ts +0 -6
- package/lib/components/ca-todo/models/todo-card-config.model.d.ts +0 -9
- package/lib/components/ca-todo/models/todo-config.model.d.ts +0 -12
- package/lib/components/ca-todo/services/file-service.d.ts +0 -10
- package/lib/components/ca-todo/services/index.d.ts +0 -1
- package/lib/components/ca-todo/utils/index.d.ts +0 -1
- package/lib/components/ca-todo/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-todo/utils/svg-routes/todo.routes.d.ts +0 -8
- package/lib/components/ca-toolbar-dropdown/ca-toolbar-dropdown.component.d.ts +0 -44
- package/lib/components/ca-toolbar-dropdown/interfaces/dropdown-item.interface.d.ts +0 -14
- package/lib/components/ca-toolbar-dropdown/interfaces/index.d.ts +0 -1
- package/lib/components/ca-toolbar-dropdown/pipes/filter-by-search-term.pipe.d.ts +0 -8
- package/lib/components/ca-toolbar-dropdown/pipes/index.d.ts +0 -2
- package/lib/components/ca-toolbar-dropdown/pipes/selected-item.pipe.d.ts +0 -8
- package/lib/components/ca-toolbar-tab-switch/ca-toolbar-tab-switch.component.d.ts +0 -28
- package/lib/components/ca-toolbar-tab-switch/enums/index.d.ts +0 -1
- package/lib/components/ca-toolbar-tab-switch/enums/toolbar-variant.enum.d.ts +0 -4
- package/lib/components/ca-toolbar-tab-switch/interfaces/index.d.ts +0 -1
- package/lib/components/ca-toolbar-tab-switch/interfaces/toolbar-tabs.interface.d.ts +0 -6
- package/lib/components/ca-toolbar-tab-switch/pipes/toolbar-tabs-class-pipe.d.ts +0 -14
- package/lib/components/ca-toolbar-tab-switch/types/index.d.ts +0 -1
- package/lib/components/ca-toolbar-tab-switch/types/toolbar-variant.type.d.ts +0 -2
- package/lib/components/ca-tooltip-list/ca-tooltip-list.component.d.ts +0 -12
- package/lib/components/ca-tooltip-list/models/index.d.ts +0 -2
- package/lib/components/ca-tooltip-list/models/tooltip-list-item.model.d.ts +0 -7
- package/lib/components/ca-tooltip-list/models/tooltip-list.model.d.ts +0 -7
- package/lib/components/ca-tooltip-list/utils/constants/ca-tooltip-list.constants.d.ts +0 -3
- package/lib/components/ca-tooltip-list/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts +0 -23
- package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts +0 -5
- package/lib/components/ca-upload-files/ca-upload-files.component.d.ts +0 -56
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.d.ts +0 -53
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/directives/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/directives/template.directive.d.ts +0 -9
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/file-dropzone-action.enum.d.ts +0 -6
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/file-dropzone-type.enum.d.ts +0 -6
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/file-upload-page.enum.d.ts +0 -26
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/index.d.ts +0 -4
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/enums/template-type.enum.d.ts +0 -7
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/helpers/file.helper.d.ts +0 -7
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/helpers/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/drop-background-event.interface.d.ts +0 -4
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/dropzone-config.interface.d.ts +0 -10
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/dropzone-option-config.interface.d.ts +0 -14
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/dropzone-settings.interface.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/file-config.interface.d.ts +0 -19
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/file-event.interface.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/interfaces/index.d.ts +0 -6
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/file-icons.constants.d.ts +0 -7
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/file-limit.constants.d.ts +0 -5
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/index.d.ts +0 -4
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/lottie-animation.constants.d.ts +0 -4
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/constants/mime-type.constants.d.ts +0 -5
- package/lib/components/ca-upload-files/components/ca-upload-dropzone/utils/svg-routes/dropzone-svg.routes.d.ts +0 -3
- package/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.d.ts +0 -90
- package/lib/components/ca-upload-files/components/ca-upload-file/enums/document-action.enum.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-file/enums/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-file/interfaces/delete-action.interface.d.ts +0 -4
- package/lib/components/ca-upload-files/components/ca-upload-file/interfaces/file-action-event.interface.d.ts +0 -5
- package/lib/components/ca-upload-files/components/ca-upload-file/interfaces/index.d.ts +0 -2
- package/lib/components/ca-upload-files/components/ca-upload-file/pipes/byte-convert.pipe.d.ts +0 -7
- package/lib/components/ca-upload-files/components/ca-upload-file/pipes/file-name.pipe.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-file/pipes/index.d.ts +0 -5
- package/lib/components/ca-upload-files/components/ca-upload-file/pipes/mime-type-to-extension.pipe.d.ts +0 -7
- package/lib/components/ca-upload-files/components/ca-upload-file/pipes/ng-class.pipe.d.ts +0 -7
- package/lib/components/ca-upload-files/components/ca-upload-file/pipes/url-extension.pipe.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-file/services/document.service.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-file/services/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-file/utils/config/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-file/utils/config/upload-file-input.config.d.ts +0 -4
- package/lib/components/ca-upload-files/components/ca-upload-file/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-file/utils/svg-routes/upload-file.routes.d.ts +0 -9
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.d.ts +0 -36
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/enums/carousel-action.enum.d.ts +0 -4
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/enums/file-carousel-size.enum.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/enums/index.d.ts +0 -2
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/interfaces/files-carousel.interface.d.ts +0 -7
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/interfaces/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/constants/files-by-size.constant.d.ts +0 -8
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/index.d.ts +0 -2
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/svg-routes/carousel-svg.routes.d.ts +0 -3
- package/lib/components/ca-upload-files/components/ca-upload-files-carousel/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-upload-files/enums/file-action.enum.d.ts +0 -5
- package/lib/components/ca-upload-files/enums/file-size.enum.d.ts +0 -7
- package/lib/components/ca-upload-files/enums/file-type.enum.d.ts +0 -6
- package/lib/components/ca-upload-files/enums/index.d.ts +0 -4
- package/lib/components/ca-upload-files/enums/review-state.enum.d.ts +0 -4
- package/lib/components/ca-upload-files/interfaces/document-review-input-event.interface.d.ts +0 -5
- package/lib/components/ca-upload-files/interfaces/file-option-config.interface.d.ts +0 -14
- package/lib/components/ca-upload-files/interfaces/index.d.ts +0 -5
- package/lib/components/ca-upload-files/interfaces/review-file-config.interface.d.ts +0 -9
- package/lib/components/ca-upload-files/interfaces/slider.interface.d.ts +0 -4
- package/lib/components/ca-upload-files/interfaces/upload-files-config.interface.d.ts +0 -26
- package/lib/components/ca-upload-files/pipes/index.d.ts +0 -2
- package/lib/components/ca-upload-files/pipes/map-file.pipe.d.ts +0 -9
- package/lib/components/ca-upload-files/pipes/upload-class.pipe.d.ts +0 -7
- package/lib/components/ca-upload-files/services/index.d.ts +0 -1
- package/lib/components/ca-upload-files/services/upload-file.service.d.ts +0 -18
- package/lib/components/ca-upload-files/utils/svg-routes/files-upload-svg-routes.d.ts +0 -4
- package/lib/components/ca-upload-files/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +0 -24
- package/lib/components/ca-vehicle-list/enums/index.d.ts +0 -1
- package/lib/components/ca-vehicle-list/enums/vehicle-list.enum.d.ts +0 -4
- package/lib/components/ca-vehicle-list/interfaces/index.d.ts +0 -2
- package/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.d.ts +0 -5
- package/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.d.ts +0 -7
- package/lib/components/ca-vehicle-list/models/index.d.ts +0 -1
- package/lib/components/ca-vehicle-list/models/vehicle-list.model.d.ts +0 -11
- package/lib/components/ca-vehicle-list/types/index.d.ts +0 -1
- package/lib/components/ca-vehicle-list/types/vehicle-list.type.d.ts +0 -2
- package/lib/components/ca-vehicle-list/utils/constants/index.d.ts +0 -1
- package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +0 -5
- package/lib/components/ca-vehicle-list/utils/svg-routes/index.d.ts +0 -1
- package/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.d.ts +0 -6
- package/lib/directives/description-items-text-count.directive.d.ts +0 -20
- package/lib/directives/hover-svg-directives.d.ts +0 -15
- package/lib/directives/index.d.ts +0 -3
- package/lib/directives/placeholder-directive.d.ts +0 -15
- package/lib/enums/animation-state.enum.d.ts +0 -4
- package/lib/enums/color.enum.d.ts +0 -9
- package/lib/enums/common-element.enum.d.ts +0 -8
- package/lib/enums/date-time-formats.enum.d.ts +0 -13
- package/lib/enums/dispatch-status.enum.d.ts +0 -23
- package/lib/enums/dropdown.enum.d.ts +0 -15
- package/lib/enums/filter-color.enum.d.ts +0 -14
- package/lib/enums/general-actions.enum.d.ts +0 -58
- package/lib/enums/gps-heading-direction.enum.d.ts +0 -10
- package/lib/enums/gps-motion-status.enum.d.ts +0 -7
- package/lib/enums/index.d.ts +0 -22
- package/lib/enums/load-filter.enum.d.ts +0 -16
- package/lib/enums/load-status.enum.d.ts +0 -58
- package/lib/enums/position.enum.d.ts +0 -10
- package/lib/enums/shared-string.enum.d.ts +0 -52
- package/lib/enums/string-placeholder.enum.d.ts +0 -20
- package/lib/enums/style-property.enum.d.ts +0 -4
- package/lib/enums/styling.enum.d.ts +0 -10
- package/lib/enums/thousand-separator-format.enum.d.ts +0 -5
- package/lib/enums/trailer-name.enum.d.ts +0 -18
- package/lib/enums/truck-name.enum.d.ts +0 -13
- package/lib/enums/unit.enum.d.ts +0 -14
- package/lib/interfaces/dropdown-menu/table-card-body-actions.interface.d.ts +0 -5
- package/lib/interfaces/gps-current-location/gps-current-location.interface.d.ts +0 -20
- package/lib/interfaces/index.d.ts +0 -5
- package/lib/interfaces/table/sortOrder.d.ts +0 -5
- package/lib/interfaces/table/table-column.interface.d.ts +0 -20
- package/lib/interfaces/user/company-user.interface.d.ts +0 -9
- package/lib/interfaces/user/user-avatar-file.interface.d.ts +0 -9
- package/lib/interfaces/user/user.interface.d.ts +0 -12
- package/lib/models/address-entity.model.d.ts +0 -12
- package/lib/models/address-list-response.model.d.ts +0 -3
- package/lib/models/array-status.model.d.ts +0 -37
- package/lib/models/autocomplete-search-layer.model.d.ts +0 -17
- package/lib/models/bank-response.d.ts +0 -7
- package/lib/models/card-models/card-table-data.model.d.ts +0 -837
- package/lib/models/cdl-response.d.ts +0 -22
- package/lib/models/cdl-restriction-response.d.ts +0 -10
- package/lib/models/color-response.d.ts +0 -6
- package/lib/models/dashboard/custom-period-range.model.d.ts +0 -5
- package/lib/models/dashboard/dropdown-list-item.model.d.ts +0 -4
- package/lib/models/enumValue.d.ts +0 -4
- package/lib/models/file-response.d.ts +0 -9
- package/lib/models/filter-output-params.model.d.ts +0 -6
- package/lib/models/filter-output.model.d.ts +0 -6
- package/lib/models/highlight-text.model.d.ts +0 -4
- package/lib/models/index.d.ts +0 -6
- package/lib/models/load/load-possible-statuses-response.model.d.ts +0 -5
- package/lib/models/load/load-status-response.model.d.ts +0 -6
- package/lib/models/load-status-history-response.model.d.ts +0 -16
- package/lib/models/long-lat.model.d.ts +0 -4
- package/lib/models/mixin.model.d.ts +0 -1
- package/lib/models/note-active-options.model.d.ts +0 -6
- package/lib/models/owner-response.d.ts +0 -23
- package/lib/models/pMTrailerShortResponse.d.ts +0 -8
- package/lib/models/pMTruckShortResponse.d.ts +0 -8
- package/lib/models/payroll-list-summary.model.d.ts +0 -12
- package/lib/models/state-response.d.ts +0 -7
- package/lib/models/table-models/table-body-color-label.model.d.ts +0 -11
- package/lib/models/tabs.model.d.ts +0 -6
- package/lib/models/time-filter.model.d.ts +0 -7
- package/lib/models/trailer-minimal-response.d.ts +0 -11
- package/lib/models/trailer-type-response.d.ts +0 -7
- package/lib/models/truck-minimal-response.d.ts +0 -13
- package/lib/models/truck-type-response.d.ts +0 -6
- package/lib/models/user-selected.model.d.ts +0 -8
- package/lib/pipes/ca-svg.pipe.d.ts +0 -8
- package/lib/pipes/date-from-backend.pipe.d.ts +0 -7
- package/lib/pipes/date-from-string.pipe.d.ts +0 -8
- package/lib/pipes/date-to-time-from-backend.pipe.d.ts +0 -7
- package/lib/pipes/date-wait-time.pipe.d.ts +0 -10
- package/lib/pipes/date.pipe.d.ts +0 -7
- package/lib/pipes/dispatch-status-color.pipe.d.ts +0 -10
- package/lib/pipes/dispatch-status-colors.pipe.d.ts +0 -7
- package/lib/pipes/dropdown-load-status-color.pipe.d.ts +0 -10
- package/lib/pipes/format-city-state.pipe.d.ts +0 -7
- package/lib/pipes/format-currency.pipe.d.ts +0 -8
- package/lib/pipes/format-duration.pipe.d.ts +0 -12
- package/lib/pipes/highlight-search.pipe.d.ts +0 -11
- package/lib/pipes/index.d.ts +0 -26
- package/lib/pipes/load-status-background-color.pipe.d.ts +0 -7
- package/lib/pipes/load-status-color.pipe.d.ts +0 -7
- package/lib/pipes/load-status-colors.pipe.d.ts +0 -7
- package/lib/pipes/n-formatter.pipe.d.ts +0 -8
- package/lib/pipes/name-initials.pipe.d.ts +0 -8
- package/lib/pipes/progress-bar-line.pipe.d.ts +0 -7
- package/lib/pipes/safe-html.pipe.d.ts +0 -10
- package/lib/pipes/table-highlight-search-text.pipe.d.ts +0 -11
- package/lib/pipes/thousand-formater.pipe.d.ts +0 -7
- package/lib/pipes/thousand-separator.pipe.d.ts +0 -8
- package/lib/pipes/thousand-to-short-format-pipe.d.ts +0 -7
- package/lib/pipes/to-lower-case.pipe.d.ts +0 -7
- package/lib/pipes/truck-trailer-color-finder.pipe.d.ts +0 -7
- package/lib/pipes/truncate-string.pipe.d.ts +0 -7
- package/lib/pipes/unit-position.pipe.d.ts +0 -7
- package/lib/pipes/user-initials.pipe.d.ts +0 -7
- package/lib/services/image-base64.service.d.ts +0 -10
- package/lib/services/truckassist-table.service.d.ts +0 -9
- package/lib/utils/animations/index.d.ts +0 -1
- package/lib/utils/animations/toggle-up-down.animation.d.ts +0 -1
- package/lib/utils/constants/dropdown-menu-content.constants.d.ts +0 -5
- package/lib/utils/constants/gps-location.constants.d.ts +0 -19
- package/lib/utils/constants/index.d.ts +0 -3
- package/lib/utils/constants/search-multiple-states.constant.d.ts +0 -3
- package/lib/utils/helpers/date-time.helper.d.ts +0 -6
- package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +0 -5
- package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +0 -5
- package/lib/utils/helpers/file.helpers.d.ts +0 -3
- package/lib/utils/helpers/gps-location.helper.d.ts +0 -13
- package/lib/utils/helpers/index.d.ts +0 -7
- package/lib/utils/helpers/methods-calculations.helper.d.ts +0 -15
- package/lib/utils/helpers/user.helper.d.ts +0 -4
- package/lib/utils/helpers/uuid.helper.d.ts +0 -1
- package/lib/utils/svg-routes/index.d.ts +0 -1
- package/lib/utils/svg-routes/payroll-list-summary-svg-routes.d.ts +0 -4
- package/lib/utils/svg-routes/shared-svg.routes.d.ts +0 -50
- package/public-api.d.ts +0 -139
package/lib/components/ca-search-multiple-states-2/ca-search-multiple-states-2.component.d.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { eSearchMultipleStateAction } from './enums';
|
|
4
|
-
import { eStringPlaceholder, ePosition, eGeneralActions, eColor } from '../../enums';
|
|
5
|
-
import { MultipleSearchStateSvg } from './util';
|
|
6
|
-
import { ISearchQueryItem } from './interfaces';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CaSearchMultipleStates2Component implements OnInit {
|
|
9
|
-
private cdr;
|
|
10
|
-
private elementRef;
|
|
11
|
-
onDocumentClick(event: MouseEvent): void;
|
|
12
|
-
searchInput: ElementRef<HTMLInputElement>;
|
|
13
|
-
constructor(cdr: ChangeDetectorRef, elementRef: ElementRef);
|
|
14
|
-
set selectedTab(value: string);
|
|
15
|
-
set isDetailsPageSearch(value: boolean);
|
|
16
|
-
inputPlaceholder: string;
|
|
17
|
-
isDisabled: boolean;
|
|
18
|
-
onSearchQueryChange: EventEmitter<ISearchQueryItem[]>;
|
|
19
|
-
onToggleSearch: EventEmitter<boolean>;
|
|
20
|
-
readonly SEARCH_LIMIT: number;
|
|
21
|
-
_isDetailsPageSearch: boolean;
|
|
22
|
-
searchQuery: ISearchQueryItem[];
|
|
23
|
-
searchControl: FormControl<eStringPlaceholder | null>;
|
|
24
|
-
_selectedTab: string;
|
|
25
|
-
isSearchActive: boolean;
|
|
26
|
-
eSearchMultipleStateAction: typeof eSearchMultipleStateAction;
|
|
27
|
-
eCommonAction: typeof eGeneralActions;
|
|
28
|
-
ePosition: typeof ePosition;
|
|
29
|
-
eColor: typeof eColor;
|
|
30
|
-
eStringPlaceholder: typeof eStringPlaceholder;
|
|
31
|
-
multipleSearchStateSvg: typeof MultipleSearchStateSvg;
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
private focusSearchInput;
|
|
34
|
-
addSearchItem(): void;
|
|
35
|
-
clearAll(): void;
|
|
36
|
-
onClearValuesAction(): void;
|
|
37
|
-
deleteSearchQueryItem(index: number): void;
|
|
38
|
-
removeSearchItem(searchItem: string): void;
|
|
39
|
-
toggleSearch(): void;
|
|
40
|
-
clearSearch(): void;
|
|
41
|
-
resetComponentState(): void;
|
|
42
|
-
resetSearchControl(): void;
|
|
43
|
-
private updateSearchControlDisabled;
|
|
44
|
-
propagateData(): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaSearchMultipleStates2Component, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaSearchMultipleStates2Component, "ca-search-multiple-states-2", never, { "selectedTab": { "alias": "selectedTab"; "required": false; }; "isDetailsPageSearch": { "alias": "isDetailsPageSearch"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, { "onSearchQueryChange": "onSearchQueryChange"; "onToggleSearch": "onToggleSearch"; }, never, never, true, never>;
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './search-multiple-state-action.enum';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './search-query.interface';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './routes/multiple-search-state-svg.route';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { eGeneralActions } from '../../enums';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CaShowMoreComponent {
|
|
5
|
-
displayedDataCount: number;
|
|
6
|
-
totalDataCount: number;
|
|
7
|
-
onShowMore: EventEmitter<boolean>;
|
|
8
|
-
eGeneralActions: typeof eGeneralActions;
|
|
9
|
-
constructor();
|
|
10
|
-
onShowMoreClick(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaShowMoreComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaShowMoreComponent, "app-ca-show-more", never, { "displayedDataCount": { "alias": "displayedDataCount"; "required": false; }; "totalDataCount": { "alias": "totalDataCount"; "required": false; }; }, { "onShowMore": "onShowMore"; }, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, EventEmitter } from '@angular/core';
|
|
2
|
-
import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
|
|
3
|
-
import { SortDropdownSvgRoutes } from './utils/svg-routes';
|
|
4
|
-
import { SortColumn } from './models';
|
|
5
|
-
import { SortDropdownEnum } from './enums';
|
|
6
|
-
import { eColor, eStringPlaceholder } from '../../enums';
|
|
7
|
-
import { sortDirectionType } from './types';
|
|
8
|
-
import { ISortDropdownAction } from './interfaces';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class CaSortDropdownComponent implements OnDestroy {
|
|
11
|
-
set sortColumns(values: SortColumn[]);
|
|
12
|
-
activeSortColumn: SortColumn;
|
|
13
|
-
dropdownPosition: string;
|
|
14
|
-
dropdownWidth: number;
|
|
15
|
-
isDarkVariation: boolean;
|
|
16
|
-
isLargeVariation: boolean;
|
|
17
|
-
customPopoverClass: string;
|
|
18
|
-
onSortChange: EventEmitter<ISortDropdownAction>;
|
|
19
|
-
isSortPopoverOpened: EventEmitter<boolean>;
|
|
20
|
-
private destroy$;
|
|
21
|
-
sortDropdownSvgRoutes: typeof SortDropdownSvgRoutes;
|
|
22
|
-
sortDirection: SortDropdownEnum.ASC | SortDropdownEnum.DESC;
|
|
23
|
-
sortDirectionsRotate: sortDirectionType;
|
|
24
|
-
sortDropdownPopover: NgbPopover | null;
|
|
25
|
-
isDropdownOpen: boolean;
|
|
26
|
-
_sortColumns: SortColumn[];
|
|
27
|
-
eStringPlaceholder: typeof eStringPlaceholder;
|
|
28
|
-
eColor: typeof eColor;
|
|
29
|
-
sortDirectionChange(): void;
|
|
30
|
-
sortChangeEvent(column?: SortColumn): void;
|
|
31
|
-
emitPopoverState(): void;
|
|
32
|
-
onHide(): void;
|
|
33
|
-
openClosePopover(popover: NgbPopover): void;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaSortDropdownComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaSortDropdownComponent, "app-ca-sort-dropdown", never, { "sortColumns": { "alias": "sortColumns"; "required": false; }; "activeSortColumn": { "alias": "activeSortColumn"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "isDarkVariation": { "alias": "isDarkVariation"; "required": false; }; "isLargeVariation": { "alias": "isLargeVariation"; "required": false; }; "customPopoverClass": { "alias": "customPopoverClass"; "required": false; }; }, { "onSortChange": "onSortChange"; "isSortPopoverOpened": "isSortPopoverOpened"; }, never, never, true, never>;
|
|
37
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sort-dropdown.enum';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sort-dropdown-action.interface';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sort-column.model';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sort-directions.type';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ca-sort-dropdown-svg-routes';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
|
|
3
|
-
import { SharedSvgRoutes } from '../../utils/svg-routes';
|
|
4
|
-
import { eColor, eGeneralActions, ePosition, eSharedString } from '../../enums';
|
|
5
|
-
import { ITableColumn } from '../../interfaces/table/table-column.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CaSortingCardDropdownComponent {
|
|
8
|
-
options: ITableColumn[];
|
|
9
|
-
isDisabled: boolean;
|
|
10
|
-
onSortChange: EventEmitter<ITableColumn | null>;
|
|
11
|
-
onSelectItem: EventEmitter<ITableColumn | null>;
|
|
12
|
-
dropdownPopover: NgbPopover | null;
|
|
13
|
-
selectedItem: ITableColumn | null;
|
|
14
|
-
hoveredItem: ITableColumn | null;
|
|
15
|
-
sharedSvgRoutes: typeof SharedSvgRoutes;
|
|
16
|
-
eSharedString: typeof eSharedString;
|
|
17
|
-
ePosition: typeof ePosition;
|
|
18
|
-
eColor: typeof eColor;
|
|
19
|
-
eGeneralActions: typeof eGeneralActions;
|
|
20
|
-
sortDirection: eSharedString;
|
|
21
|
-
get isDropdownActive(): boolean | undefined;
|
|
22
|
-
onSortClick(event: MouseEvent): void;
|
|
23
|
-
handleDropdownOpenCloseClick(dropdownPopover: NgbPopover): void;
|
|
24
|
-
onSelectItemClick(item: ITableColumn): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaSortingCardDropdownComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaSortingCardDropdownComponent, "app-ca-sorting-card-dropdown", never, { "options": { "alias": "options"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; }, { "onSortChange": "onSortChange"; "onSelectItem": "onSelectItem"; }, never, never, true, never>;
|
|
27
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CaSpinnerComponent implements OnChanges {
|
|
4
|
-
size?: string;
|
|
5
|
-
color?: string;
|
|
6
|
-
isBarSpinner?: boolean;
|
|
7
|
-
lottieSpinner: {
|
|
8
|
-
path: string;
|
|
9
|
-
};
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
12
|
-
getLottieSpinner(changes: SimpleChanges): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaSpinnerComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaSpinnerComponent, "app-ca-spinner", never, { "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "isBarSpinner": { "alias": "isBarSpinner"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SharedSvgRoutes } from '../../utils/svg-routes';
|
|
3
|
-
import { LoadPossibleStatusesResponse } from '../../models/load/load-possible-statuses-response.model';
|
|
4
|
-
import { LoadStatusResponse } from '../../models/load/load-status-response.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CaStatusChangeDropdownComponent {
|
|
7
|
-
statuses?: LoadPossibleStatusesResponse;
|
|
8
|
-
width?: number;
|
|
9
|
-
isDispatchStatus: boolean;
|
|
10
|
-
currentStatus?: LoadStatusResponse;
|
|
11
|
-
currentStatusTime: string;
|
|
12
|
-
onNextStatus: EventEmitter<LoadStatusResponse>;
|
|
13
|
-
onPreviousStatus: EventEmitter<LoadStatusResponse>;
|
|
14
|
-
sharedSvgRoutes: typeof SharedSvgRoutes;
|
|
15
|
-
constructor();
|
|
16
|
-
onNextStatusEvent(status: LoadStatusResponse): void;
|
|
17
|
-
onPreviousStatusEvent(status?: LoadStatusResponse): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaStatusChangeDropdownComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaStatusChangeDropdownComponent, "app-ca-status-change-dropdown", never, { "statuses": { "alias": "statuses"; "required": false; }; "width": { "alias": "width"; "required": false; }; "isDispatchStatus": { "alias": "isDispatchStatus"; "required": false; }; "currentStatus": { "alias": "currentStatus"; "required": false; }; "currentStatusTime": { "alias": "currentStatusTime"; "required": false; }; }, { "onNextStatus": "onNextStatus"; "onPreviousStatus": "onPreviousStatus"; }, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, ElementRef, ChangeDetectorRef, AfterViewInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { Tabs } from '../../models/tabs.model';
|
|
3
|
-
import { CustomPeriodRange } from '../../models/dashboard/custom-period-range.model';
|
|
4
|
-
import { DropdownListItem } from '../../models/dashboard/dropdown-list-item.model';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CaTabSwitchComponent implements AfterViewInit {
|
|
7
|
-
private renderer;
|
|
8
|
-
private cdRef;
|
|
9
|
-
tabSwitchHolder: ElementRef<HTMLElement>;
|
|
10
|
-
set tabs(tabs: Tabs[]);
|
|
11
|
-
type: string;
|
|
12
|
-
hasDashboardHeight?: boolean;
|
|
13
|
-
subPeriodDropdownList?: DropdownListItem[];
|
|
14
|
-
selectedSubPeriod?: DropdownListItem;
|
|
15
|
-
isClearCustomPeriodRangeValue?: boolean;
|
|
16
|
-
isDisabled?: boolean;
|
|
17
|
-
isBold: boolean;
|
|
18
|
-
isMarginTopDisabled: boolean;
|
|
19
|
-
switchClicked: EventEmitter<{
|
|
20
|
-
id: number;
|
|
21
|
-
name?: string;
|
|
22
|
-
}>;
|
|
23
|
-
customPeriodRangeEmitter: EventEmitter<CustomPeriodRange>;
|
|
24
|
-
customPeriodRangeSubperiodEmitter: EventEmitter<number>;
|
|
25
|
-
popoverClosedEmitter: EventEmitter<any>;
|
|
26
|
-
indexSwitch: number;
|
|
27
|
-
private selectedItem;
|
|
28
|
-
private isAnimating;
|
|
29
|
-
_tabs: Tabs[];
|
|
30
|
-
get tabs(): Tabs[];
|
|
31
|
-
constructor(renderer: Renderer2, cdRef: ChangeDetectorRef);
|
|
32
|
-
ngAfterViewInit(): void;
|
|
33
|
-
private setSwitchActive;
|
|
34
|
-
private animateTabSwitch;
|
|
35
|
-
private finalizeTabSwitch;
|
|
36
|
-
switchTab(e: MouseEvent, indx: number, item: {
|
|
37
|
-
id: number;
|
|
38
|
-
}): void;
|
|
39
|
-
handleSetCustomPeriodRangeClick(customPeriodRange: CustomPeriodRange): void;
|
|
40
|
-
handleCustomPeriodRangeSubperiodEmit(selectedDaysRange: number): void;
|
|
41
|
-
handlePopoverClose(): void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaTabSwitchComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTabSwitchComponent, "app-ca-tab-switch", never, { "tabs": { "alias": "tabs"; "required": false; }; "type": { "alias": "type"; "required": false; }; "hasDashboardHeight": { "alias": "hasDashboardHeight"; "required": false; }; "subPeriodDropdownList": { "alias": "subPeriodDropdownList"; "required": false; }; "selectedSubPeriod": { "alias": "selectedSubPeriod"; "required": false; }; "isClearCustomPeriodRangeValue": { "alias": "isClearCustomPeriodRangeValue"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isBold": { "alias": "isBold"; "required": false; }; "isMarginTopDisabled": { "alias": "isMarginTopDisabled"; "required": false; }; }, { "switchClicked": "switchClicked"; "customPeriodRangeEmitter": "customPeriodRangeEmitter"; "customPeriodRangeSubperiodEmitter": "customPeriodRangeSubperiodEmitter"; "popoverClosedEmitter": "popoverClosedEmitter"; }, never, never, true, never>;
|
|
44
|
-
}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, QueryList, ElementRef, AfterViewInit, OnDestroy, Renderer2, TemplateRef, OnInit } from '@angular/core';
|
|
2
|
-
import { CardDetails } from '../../models/card-models/card-table-data.model';
|
|
3
|
-
import { IDropdownMenuItem, IDropdownMenuOptionEmit } from '../ca-dropdown-menu/interfaces';
|
|
4
|
-
import { TableCardBodyActions } from '../../interfaces';
|
|
5
|
-
import { ISearchQueryItem } from '../ca-search-multiple-states-2/interfaces';
|
|
6
|
-
import { TableCardViewSvgRoutes } from './utils/svg-routes';
|
|
7
|
-
import { eTableCardTypes, eTableCardGeneral } from './enums';
|
|
8
|
-
import { ePosition, eColor, eStringPlaceholder } from '../../enums';
|
|
9
|
-
import { CaTableCardViewSkeletonComponent } from './components/additional-components/ca-table-card-view-skeleton/ca-table-card-view-skeleton.component';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class CaTableCardViewComponent<T> implements OnInit, AfterViewInit, OnDestroy {
|
|
12
|
-
private renderer;
|
|
13
|
-
onResize(): void;
|
|
14
|
-
cardBodyContents: QueryList<ElementRef>;
|
|
15
|
-
showMoreContainer: ElementRef;
|
|
16
|
-
cardsContainer: ElementRef;
|
|
17
|
-
skeletonLoader: CaTableCardViewSkeletonComponent;
|
|
18
|
-
set frontSide(value: TemplateRef<{
|
|
19
|
-
data: T;
|
|
20
|
-
}>);
|
|
21
|
-
set backSide(value: TemplateRef<{
|
|
22
|
-
data: T;
|
|
23
|
-
}>);
|
|
24
|
-
set titleIcon(value: TemplateRef<{
|
|
25
|
-
data: T;
|
|
26
|
-
}>);
|
|
27
|
-
set rightSideTemplate(value: TemplateRef<{
|
|
28
|
-
data: T;
|
|
29
|
-
}>);
|
|
30
|
-
set viewData(value: T[]);
|
|
31
|
-
set cardTitle(value: string);
|
|
32
|
-
set isLoading(value: boolean);
|
|
33
|
-
set searchStrings(value: ISearchQueryItem[]);
|
|
34
|
-
totalDataCount: number;
|
|
35
|
-
cardsFlipType: string;
|
|
36
|
-
isDropdownMenuHidden: boolean;
|
|
37
|
-
isSelectHidden: boolean;
|
|
38
|
-
isBannerVisible: boolean;
|
|
39
|
-
showBackSide: boolean;
|
|
40
|
-
dropdownMenuOptions: IDropdownMenuItem[];
|
|
41
|
-
hasDetailsPage: boolean;
|
|
42
|
-
isCardSortingActive: boolean;
|
|
43
|
-
showMore: EventEmitter<void>;
|
|
44
|
-
selectCard: EventEmitter<number>;
|
|
45
|
-
cardTitleClick: EventEmitter<number>;
|
|
46
|
-
finishOrder: EventEmitter<number>;
|
|
47
|
-
dropdownOptionEmitter: EventEmitter<TableCardBodyActions<CardDetails>>;
|
|
48
|
-
_searchStrings: ISearchQueryItem[];
|
|
49
|
-
_cardTitle: string;
|
|
50
|
-
_isLoading: boolean;
|
|
51
|
-
_viewData: T[];
|
|
52
|
-
_frontSide: TemplateRef<{
|
|
53
|
-
data: T;
|
|
54
|
-
}>;
|
|
55
|
-
_backSide: TemplateRef<{
|
|
56
|
-
data: T;
|
|
57
|
-
}>;
|
|
58
|
-
_titleIcon: TemplateRef<{
|
|
59
|
-
data: T;
|
|
60
|
-
}>;
|
|
61
|
-
_rightSideTemplate: TemplateRef<{
|
|
62
|
-
data: T;
|
|
63
|
-
}>;
|
|
64
|
-
isCardFlippedCheckInCards: number[];
|
|
65
|
-
private deferObserver?;
|
|
66
|
-
tableCardViewSvgRoutes: typeof TableCardViewSvgRoutes;
|
|
67
|
-
tableCardTypes: typeof eTableCardTypes;
|
|
68
|
-
ePosition: typeof ePosition;
|
|
69
|
-
eColor: typeof eColor;
|
|
70
|
-
eTableCardGeneral: typeof eTableCardGeneral;
|
|
71
|
-
eStringPlaceholder: typeof eStringPlaceholder;
|
|
72
|
-
private copyHandler;
|
|
73
|
-
constructor(renderer: Renderer2);
|
|
74
|
-
ngOnInit(): void;
|
|
75
|
-
ngAfterViewInit(): void;
|
|
76
|
-
private handleCopyEvent;
|
|
77
|
-
private adjustShowMoreWidth;
|
|
78
|
-
private waitForCardsContainerAndCalculate;
|
|
79
|
-
private disconnectDeferObserver;
|
|
80
|
-
private calculateAndSetup;
|
|
81
|
-
handleToggleDropdownMenuActions(event: IDropdownMenuOptionEmit, card: CardDetails): void;
|
|
82
|
-
flipCard(index: number): void;
|
|
83
|
-
onCheckboxSelect(id: number): void;
|
|
84
|
-
cardTitleClicked(id: number): void;
|
|
85
|
-
onShowMoreClick(): void;
|
|
86
|
-
repairFinishOrder(id: number): void;
|
|
87
|
-
ngOnDestroy(): void;
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaTableCardViewComponent<any>, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTableCardViewComponent<any>, "ca-table-card-view", never, { "frontSide": { "alias": "frontSide"; "required": false; }; "backSide": { "alias": "backSide"; "required": false; }; "titleIcon": { "alias": "titleIcon"; "required": false; }; "rightSideTemplate": { "alias": "rightSideTemplate"; "required": false; }; "viewData": { "alias": "viewData"; "required": false; }; "cardTitle": { "alias": "cardTitle"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "searchStrings": { "alias": "searchStrings"; "required": false; }; "totalDataCount": { "alias": "totalDataCount"; "required": false; }; "cardsFlipType": { "alias": "cardsFlipType"; "required": false; }; "isDropdownMenuHidden": { "alias": "isDropdownMenuHidden"; "required": false; }; "isSelectHidden": { "alias": "isSelectHidden"; "required": false; }; "isBannerVisible": { "alias": "isBannerVisible"; "required": false; }; "showBackSide": { "alias": "showBackSide"; "required": false; }; "dropdownMenuOptions": { "alias": "dropdownMenuOptions"; "required": false; }; "hasDetailsPage": { "alias": "hasDetailsPage"; "required": false; }; "isCardSortingActive": { "alias": "isCardSortingActive"; "required": false; }; }, { "showMore": "showMore"; "selectCard": "selectCard"; "cardTitleClick": "cardTitleClick"; "finishOrder": "finishOrder"; "dropdownOptionEmitter": "dropdownOptionEmitter"; }, never, never, true, never>;
|
|
90
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { QueryList, ElementRef } from '@angular/core';
|
|
2
|
-
import { TableCardViewSvgRoutes } from '../../../utils/svg-routes';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CaTableCardViewSkeletonComponent {
|
|
5
|
-
cardsCount: number;
|
|
6
|
-
placeholders: QueryList<ElementRef>;
|
|
7
|
-
tableCardViewSvgRoutes: typeof TableCardViewSvgRoutes;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaTableCardViewSkeletonComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaTableCardViewSkeletonComponent, "ca-table-card-view-skeleton", never, { "cardsCount": { "alias": "cardsCount"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './is-card-flipped.pipe';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IsCardFlippedPipe implements PipeTransform {
|
|
4
|
-
transform(index: number, flippedCards: number[]): boolean;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsCardFlippedPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsCardFlippedPipe, "isCardFlipped", true>;
|
|
7
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { ElementRef, QueryList, Renderer2 } from '@angular/core';
|
|
2
|
-
export declare class TableCardSkeletonHelper {
|
|
3
|
-
static scrollToBottom(skeleton: ElementRef, isBannerVisible: boolean, cardsContainer: ElementRef): void;
|
|
4
|
-
static adjustPlaceholderHeights(renderer: Renderer2, skeletons: QueryList<ElementRef>, cardsContainer: ElementRef): void;
|
|
5
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
-
export declare class TableCardViewHelper {
|
|
3
|
-
static isCardFlippedArrayComparasion: number[];
|
|
4
|
-
static isCardFlippedCheckInCards: number[];
|
|
5
|
-
private static toggleTransition;
|
|
6
|
-
static flipCard(index: number): number[];
|
|
7
|
-
static calculateAndSetFlipVariables(cardsContainer: ElementRef, renderer: Renderer2, isResize?: boolean): void;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './table-card-view-svg-routes';
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { SharedSvgRoutes } from '../../utils/svg-routes';
|
|
3
|
-
import { eToastType } from './enums';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CaToastMessagesComponent {
|
|
6
|
-
type: eToastType;
|
|
7
|
-
toastTitle: string;
|
|
8
|
-
toastMessage: string;
|
|
9
|
-
additionalMessage: string;
|
|
10
|
-
isFailedMessage: boolean;
|
|
11
|
-
isStorybookExample: boolean;
|
|
12
|
-
set toastIndex(value: number);
|
|
13
|
-
set toastLength(value: number);
|
|
14
|
-
removeToast: EventEmitter<void>;
|
|
15
|
-
tryAgain: EventEmitter<void>;
|
|
16
|
-
private autoCloseTimer;
|
|
17
|
-
isVisible: boolean;
|
|
18
|
-
isHoverActive: boolean;
|
|
19
|
-
_toastIndex: number;
|
|
20
|
-
_toastLength: number;
|
|
21
|
-
sharedSvgRoutes: typeof SharedSvgRoutes;
|
|
22
|
-
constructor();
|
|
23
|
-
handleToastHover(isHover: boolean): void;
|
|
24
|
-
startCloseAnimation(): void;
|
|
25
|
-
onAnimationDone(): void;
|
|
26
|
-
private startAutoCloseTimer;
|
|
27
|
-
onTryAgain(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaToastMessagesComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaToastMessagesComponent, "app-ca-toast-messages", never, { "type": { "alias": "type"; "required": false; }; "toastTitle": { "alias": "toastTitle"; "required": false; }; "toastMessage": { "alias": "toastMessage"; "required": false; }; "additionalMessage": { "alias": "additionalMessage"; "required": false; }; "isFailedMessage": { "alias": "isFailedMessage"; "required": false; }; "isStorybookExample": { "alias": "isStorybookExample"; "required": false; }; "toastIndex": { "alias": "toastIndex"; "required": false; }; "toastLength": { "alias": "toastLength"; "required": false; }; }, { "removeToast": "removeToast"; "tryAgain": "tryAgain"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './toast-type.enum';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ToastBackgroundPipe implements PipeTransform {
|
|
4
|
-
transform(type: string, isFailedMessage: boolean): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastBackgroundPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ToastBackgroundPipe, "toastBackground", true>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ToastStackPipe implements PipeTransform {
|
|
4
|
-
transform(index: number, total: number): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToastStackPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ToastStackPipe, "toastStack", true>;
|
|
7
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
3
|
-
import { IToDoColumn, ToDoConfig } from './models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CaTodoComponent {
|
|
6
|
-
private cdr;
|
|
7
|
-
todoConfigs: ToDoConfig[];
|
|
8
|
-
inProgressConfigs: ToDoConfig[];
|
|
9
|
-
completedConfigs: ToDoConfig[];
|
|
10
|
-
columns: IToDoColumn[];
|
|
11
|
-
constructor(cdr: ChangeDetectorRef);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
onDrop(event: CdkDragDrop<any[]>): void;
|
|
14
|
-
private initializeColumn;
|
|
15
|
-
private updateTodoStates;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaTodoComponent, never>;
|
|
17
|
-
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>;
|
|
18
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, Renderer2 } from '@angular/core';
|
|
2
|
-
import { ToDoCardConfig } from '../models';
|
|
3
|
-
import { ProgressExpiration } from '../../ca-progress-expiration/models';
|
|
4
|
-
import { CommentConfig } from '../../ca-comment/models';
|
|
5
|
-
import { IFileOptionConfig, IUploadFilesConfig } from '../../ca-upload-files/interfaces';
|
|
6
|
-
import { IFileConfig, IFileEvent } from '../../ca-upload-files/components/ca-upload-dropzone/interfaces';
|
|
7
|
-
import { TodoSvgRoute } from '../utils';
|
|
8
|
-
import { CaUploadFilesCarouselComponent } from '../../ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component';
|
|
9
|
-
import { FileService } from '../services';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class CaTodoCardComponent {
|
|
12
|
-
private fileService;
|
|
13
|
-
private renderer;
|
|
14
|
-
modalCarousel: CaUploadFilesCarouselComponent;
|
|
15
|
-
config: ToDoCardConfig;
|
|
16
|
-
commentConfig: CommentConfig[];
|
|
17
|
-
newCommentConfig: CommentConfig[];
|
|
18
|
-
configProgress: ProgressExpiration[];
|
|
19
|
-
uploadFilesConfig: IUploadFilesConfig;
|
|
20
|
-
onFileEvent: EventEmitter<IFileEvent>;
|
|
21
|
-
svgTodo: typeof TodoSvgRoute;
|
|
22
|
-
private unsubscribe$;
|
|
23
|
-
link: string;
|
|
24
|
-
isLinkVisible: boolean;
|
|
25
|
-
commentCounter: number;
|
|
26
|
-
documentCounter: number;
|
|
27
|
-
isCommentVisible: boolean;
|
|
28
|
-
isCommentsVisible: boolean;
|
|
29
|
-
isDocumentVisible: boolean;
|
|
30
|
-
isNewComment: boolean;
|
|
31
|
-
_files: IFileConfig[];
|
|
32
|
-
_config: IFileOptionConfig;
|
|
33
|
-
constructor(fileService: FileService, renderer: Renderer2);
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
addLink(): void;
|
|
37
|
-
toggleComments(): void;
|
|
38
|
-
toggleDocument(): void;
|
|
39
|
-
toggleNewComment(): void;
|
|
40
|
-
getCommentCounter(): void;
|
|
41
|
-
getDocumentCounter(): void;
|
|
42
|
-
saveAllFiles(): void;
|
|
43
|
-
downloadFile(url: string, filename: string): void;
|
|
44
|
-
identity(index: number): number;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CaTodoCardComponent, never>;
|
|
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>;
|
|
47
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './column.config';
|