ca-components 1.3.41 → 1.3.92
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/filters.scss +3 -0
- package/assets/scss/text-selection.scss +5 -0
- package/esm2022/lib/ca-components.module.mjs +8 -2
- package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
- package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +2 -2
- package/esm2022/lib/components/ca-collapsible-filter/ca-collapsible-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-comment/ca-comment.component.mjs +2 -2
- package/esm2022/lib/components/ca-comment/modals/comment-modal/comment-modal.component.mjs +3 -3
- package/esm2022/lib/components/ca-custom-scrollbar/ca-custom-scrollbar.component.mjs +3 -3
- package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.mjs +3 -3
- package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-location-filter/ca-location-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-pm-filter/ca-pm-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-state-filter/ca-state-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +3 -3
- package/esm2022/lib/components/ca-filters/components/ca-trailer-type-filter/ca-trailer-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-truck-type-filter/ca-truck-type-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-user-filter/ca-user-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-violation-filter/ca-violation-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-dropdown-test/animations/index.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.mjs +11 -0
- package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +692 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.mjs +62 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.mjs +72 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.mjs +60 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.mjs +62 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.mjs +76 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.mjs +58 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.mjs +76 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.mjs +41 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.mjs +64 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.mjs +38 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.mjs +62 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.mjs +37 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.mjs +61 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.mjs +49 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.mjs +60 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.mjs +49 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.mjs +65 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.mjs +58 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.mjs +62 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.mjs +63 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.mjs +72 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.mjs +56 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.mjs +77 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.mjs +58 -0
- package/esm2022/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.mjs +62 -0
- package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.mjs +6 -0
- package/esm2022/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.mjs +23 -0
- package/esm2022/lib/components/ca-input-dropdown-test/enums/index.mjs +3 -0
- package/esm2022/lib/components/ca-input-dropdown-test/models/index.mjs +4 -0
- package/esm2022/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/models/load-modal-status.model.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/models/status-order.model.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.mjs +29 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.mjs +73 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/index.mjs +10 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.mjs +27 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.mjs +22 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.mjs +18 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.mjs +27 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.mjs +25 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.mjs +23 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.mjs +25 -0
- package/esm2022/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.mjs +23 -0
- package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/index.mjs +2 -0
- package/esm2022/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.mjs +13 -0
- package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-test/input-test.component.mjs +2 -2
- package/esm2022/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.mjs +75 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/enums/index.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.mjs +6 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/index.mjs +3 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/utils/constants/index.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.mjs +10 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/utils/helpers/index.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.mjs +25 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.mjs +2 -0
- package/esm2022/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.mjs +4 -0
- package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
- package/esm2022/lib/components/ca-main-table/ca-main-table.component.mjs +3 -3
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +3 -3
- package/esm2022/lib/components/ca-new-filter/ca-filter-dropdown.component.mjs +24 -5
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +14 -3
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +3 -3
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +3 -3
- package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +29 -4
- package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +3 -1
- package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +1 -1
- package/esm2022/lib/components/ca-ngx-slider/ca-ngx-slider.component.mjs +2 -2
- package/esm2022/lib/components/ca-note/ca-note.component.mjs +2 -2
- package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +2 -2
- package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +2 -2
- package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +3 -3
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-extra-info/ca-period-content-extra-info.component.mjs +3 -3
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.mjs +3 -3
- package/esm2022/lib/components/ca-period-content/components/ca-period-content-user-info/ca-period-content-user-info.component.mjs +3 -3
- package/esm2022/lib/components/ca-period-content/enums/period-title-type.enum.mjs +6 -6
- package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +3 -3
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +3 -3
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +3 -3
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +3 -3
- package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +3 -3
- package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +2 -2
- package/esm2022/lib/components/ca-progress-expiration/ca-progress-expiration.component.mjs +2 -2
- package/esm2022/lib/components/ca-rating-review/ca-rating-review.component.mjs +2 -2
- package/esm2022/lib/components/ca-rating-review/components/ca-rating-review-user/ca-rating-review-user.component.mjs +2 -2
- package/esm2022/lib/components/ca-rating-review/components/ca-ratings-reviews-popup/ca-ratings-reviews-popup.component.mjs +2 -2
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component.mjs +3 -3
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-menu/ca-right-side-panel-menu.component.mjs +3 -3
- package/esm2022/lib/components/ca-right-side-panel/components/ca-right-side-panel-top-bar/ca-right-side-panel-top-bar.component.mjs +3 -3
- package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +2 -2
- package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +2 -2
- package/esm2022/lib/components/ca-tab-switch/ca-tab-switch.component.mjs +3 -3
- package/esm2022/lib/components/ca-todo/ca-todo.component.mjs +3 -3
- package/esm2022/lib/components/ca-todo/components/ca-todo-card.component.mjs +3 -3
- package/esm2022/lib/components/ca-tooltip-list/ca-tooltip-list.component.mjs +3 -3
- package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +2 -2
- package/esm2022/lib/components/ca-upload-files/ca-upload-files.component.mjs +3 -3
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-dropzone/ca-upload-dropzone.component.mjs +3 -3
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-file/ca-upload-file.component.mjs +2 -2
- package/esm2022/lib/components/ca-upload-files/components/ca-upload-files-carousel/ca-upload-files-carousel.component.mjs +3 -3
- package/esm2022/lib/components/ca-vehicle-list/ca-vehicle-list.component.mjs +5 -3
- package/esm2022/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.mjs +34 -1
- package/esm2022/lib/enums/index.mjs +2 -0
- package/esm2022/lib/enums/string-placeholder.enum.mjs +14 -0
- package/esm2022/public-api.mjs +8 -6
- package/fesm2022/ca-components.mjs +2704 -304
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/ca-components.module.d.ts +3 -2
- package/lib/components/ca-input-dropdown-test/animations/index.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +125 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +22 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +19 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +27 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +24 -0
- 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 +10 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +18 -0
- 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 +11 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +18 -0
- 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 +11 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +18 -0
- 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 +14 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +20 -0
- 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 +14 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +22 -0
- 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 +15 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +22 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +4 -0
- package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +21 -0
- package/lib/components/ca-input-dropdown-test/enums/index.d.ts +2 -0
- package/lib/components/ca-input-dropdown-test/models/index.d.ts +3 -0
- package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +95 -0
- package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +5 -0
- package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +4 -0
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +7 -0
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +9 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +9 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +12 -0
- package/lib/components/ca-input-test/mixins/input-command.mixin.d.ts +1 -1
- package/lib/components/ca-input-test/mixins/input-helper.mixin.d.ts +1 -1
- package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts +18 -0
- package/lib/components/ca-last-fuel-price-progress/enums/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.d.ts +4 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/index.d.ts +2 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.d.ts +9 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.d.ts +10 -0
- package/lib/components/ca-last-fuel-price-progress/utils/constants/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.d.ts +3 -0
- package/lib/components/ca-last-fuel-price-progress/utils/helpers/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.d.ts +7 -0
- package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.d.ts +3 -0
- package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +5 -1
- package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +3 -0
- package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +2 -0
- package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +2 -1
- package/lib/components/ca-period-content/enums/period-title-type.enum.d.ts +5 -5
- package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +2 -0
- package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +2 -0
- package/lib/enums/index.d.ts +1 -0
- package/lib/enums/string-placeholder.enum.d.ts +12 -0
- package/package.json +1 -1
- package/public-api.d.ts +7 -5
- package/src/assets/ca-components/svg/common/ic_owner-status.svg +7 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
3
|
+
import { ICaInput } from '../../../ca-input-test/config';
|
|
4
|
+
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CaInputDropdownSvgtextTemplateComponent {
|
|
7
|
+
options: OptionModel[];
|
|
8
|
+
activeItem: OptionModel | null;
|
|
9
|
+
searchText: string;
|
|
10
|
+
inputConfig: ICaInput;
|
|
11
|
+
label: keyof OptionModel;
|
|
12
|
+
dropdownOption: QueryList<ElementRef>;
|
|
13
|
+
set inputHoveredItem(val: number);
|
|
14
|
+
_inputHoveredItem: number;
|
|
15
|
+
get inputHoveredItem(): number;
|
|
16
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
17
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
18
|
+
constructor();
|
|
19
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateComponent, "app-ca-input-dropdown-svgtext-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaInputDropdownTextCounterComponent {
|
|
5
|
+
options: OptionModel[];
|
|
6
|
+
activeItem: OptionModel | null;
|
|
7
|
+
searchText: string;
|
|
8
|
+
label: keyof OptionModel;
|
|
9
|
+
dropdownOption: QueryList<ElementRef>;
|
|
10
|
+
set inputHoveredItem(val: number);
|
|
11
|
+
_inputHoveredItem: number;
|
|
12
|
+
get inputHoveredItem(): number;
|
|
13
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
14
|
+
constructor();
|
|
15
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTextCounterComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTextCounterComponent, "app-ca-input-dropdown-text-counter", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
3
|
+
import { InputDropdownSvgRoutes } from '../../utils/svg-routes/input-dropdown-svg-routes';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaInputDropdownTripleTextTemplateComponent {
|
|
6
|
+
options: OptionModel[];
|
|
7
|
+
activeItem: OptionModel | null;
|
|
8
|
+
searchText: string;
|
|
9
|
+
label: keyof OptionModel;
|
|
10
|
+
dropdownOption: QueryList<ElementRef>;
|
|
11
|
+
set inputHoveredItem(val: number);
|
|
12
|
+
_inputHoveredItem: number;
|
|
13
|
+
get inputHoveredItem(): number;
|
|
14
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
15
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
16
|
+
constructor();
|
|
17
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTripleTextTemplateComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTripleTextTemplateComponent, "app-ca-input-dropdown-triple-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare enum DropdownTemplateTypeEnum {
|
|
2
|
+
SVG_TEMPLATE = "svg-template",
|
|
3
|
+
SVGTEXT_TEMPLATE = "svgtext-template",
|
|
4
|
+
SVGTEXT_DISPATCH_TEMPLATE = "svgtext-dispatch-template",
|
|
5
|
+
DETAILS_TEMPLATE = "details-template",
|
|
6
|
+
GROUPS = "groups",
|
|
7
|
+
MULTISELECT = "multiselect",
|
|
8
|
+
LABELS = "labels",
|
|
9
|
+
DISPATCH = "dispatch",
|
|
10
|
+
LOAD_DISPATCHER = "load-dispatcher",
|
|
11
|
+
LOAD_DISPATCHES_TTD = "load-dispatches-ttd",
|
|
12
|
+
LOAD_BROKER = "load-broker",
|
|
13
|
+
LOAD_BROKER_CONTACT = "load-broker-contact",
|
|
14
|
+
LOAD_SHIPPER = "load-shipper",
|
|
15
|
+
TEXT_COUNTER = "text-counter",
|
|
16
|
+
FUEL_FRANCHISE = "fuel-franchise",
|
|
17
|
+
DOUBLE_TEXT_TEMPLATE = "double-text-template",
|
|
18
|
+
DOUBLE_COLUMN_TEMPLATE = "double-column-template",
|
|
19
|
+
TRIPLE_COLUMN_TEMPLATE = "triple-column-template",
|
|
20
|
+
PAYROLL_TRUCKS = "payroll-trucks"
|
|
21
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { ArrayStatus } from '../../../models/array-status.model';
|
|
2
|
+
import { DriverMinimalResponse } from '../../ca-period-content/models';
|
|
3
|
+
export interface OptionModel {
|
|
4
|
+
id?: number;
|
|
5
|
+
number?: number;
|
|
6
|
+
name?: string;
|
|
7
|
+
fullName?: string;
|
|
8
|
+
companyName?: string;
|
|
9
|
+
colorId?: number;
|
|
10
|
+
color?: string;
|
|
11
|
+
colorD?: string;
|
|
12
|
+
code?: string;
|
|
13
|
+
class?: string;
|
|
14
|
+
phone?: string;
|
|
15
|
+
count?: number;
|
|
16
|
+
description?: string;
|
|
17
|
+
businessName?: string;
|
|
18
|
+
address?: any;
|
|
19
|
+
longLat?: number;
|
|
20
|
+
logoName?: string;
|
|
21
|
+
dropLabel?: string;
|
|
22
|
+
trailer?: ArrayStatus;
|
|
23
|
+
truck?: ArrayStatus;
|
|
24
|
+
driver?: DriverMinimalResponse;
|
|
25
|
+
isFranchise?: boolean;
|
|
26
|
+
dnu?: boolean;
|
|
27
|
+
ban?: boolean;
|
|
28
|
+
status?: any;
|
|
29
|
+
active?: boolean;
|
|
30
|
+
disabled?: boolean;
|
|
31
|
+
duplicateId?: boolean;
|
|
32
|
+
canOpenModal?: boolean;
|
|
33
|
+
open?: boolean;
|
|
34
|
+
groups?: {
|
|
35
|
+
id?: number;
|
|
36
|
+
name?: string;
|
|
37
|
+
}[];
|
|
38
|
+
contacts?: {
|
|
39
|
+
fullName?: string;
|
|
40
|
+
id?: number;
|
|
41
|
+
name?: string;
|
|
42
|
+
originalPhone?: string;
|
|
43
|
+
phone?: string;
|
|
44
|
+
phoneExt?: string;
|
|
45
|
+
phoneExtension?: string;
|
|
46
|
+
shipperId?: number;
|
|
47
|
+
}[];
|
|
48
|
+
stores?: {
|
|
49
|
+
id?: number | string;
|
|
50
|
+
name?: string;
|
|
51
|
+
address?: string;
|
|
52
|
+
}[];
|
|
53
|
+
folder?: string;
|
|
54
|
+
subFolder?: string;
|
|
55
|
+
isDriver?: boolean;
|
|
56
|
+
additionalText?: string;
|
|
57
|
+
svg?: string;
|
|
58
|
+
referenceNumber?: number | string;
|
|
59
|
+
totalBill?: number | string;
|
|
60
|
+
totalMiles?: number | string;
|
|
61
|
+
totalEarnings?: number | string;
|
|
62
|
+
brokerName?: string;
|
|
63
|
+
hiredAt?: number | string;
|
|
64
|
+
groupName?: string;
|
|
65
|
+
items?: {
|
|
66
|
+
id?: number;
|
|
67
|
+
name?: string;
|
|
68
|
+
}[];
|
|
69
|
+
hoverCode?: string;
|
|
70
|
+
payType?: string;
|
|
71
|
+
itemIndex?: number | string;
|
|
72
|
+
availableCreditType?: {
|
|
73
|
+
id?: number | string;
|
|
74
|
+
name?: string;
|
|
75
|
+
};
|
|
76
|
+
department?: {
|
|
77
|
+
id?: number | string;
|
|
78
|
+
name?: string;
|
|
79
|
+
};
|
|
80
|
+
loadsCount?: number | string;
|
|
81
|
+
hover?: boolean;
|
|
82
|
+
ein?: string | number;
|
|
83
|
+
brand?: string;
|
|
84
|
+
account?: string;
|
|
85
|
+
stopType?: string;
|
|
86
|
+
valueForRequest?: string;
|
|
87
|
+
availableCredit?: string | number;
|
|
88
|
+
creditLimit?: string | number;
|
|
89
|
+
suffix?: string | number;
|
|
90
|
+
truckType?: {
|
|
91
|
+
name?: string;
|
|
92
|
+
};
|
|
93
|
+
activeCounter?: string | number;
|
|
94
|
+
totalCounter?: string | number;
|
|
95
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DropdownCountPipe implements PipeTransform {
|
|
4
|
+
transform(options: any, template: string): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownCountPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DropdownCountPipe, "caDropdownCount", true>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../models';
|
|
3
|
+
import { ICaInput } from '../../ca-input-test/config';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DropdownOptionsPipe implements PipeTransform {
|
|
6
|
+
transform(searchText: string, options: OptionModel[], inputConfig: ICaInput, canAddNew: boolean, label: string, sort: string): any;
|
|
7
|
+
getSortedOptions(sort: string, options: OptionModel[]): OptionModel[];
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownOptionsPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DropdownOptionsPipe, "caDropdownOptionsPipe", true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './dropdown-count.pipe';
|
|
2
|
+
export * from './input-dropdown-svgtext-template-icon.pipe';
|
|
3
|
+
export * from './input-dropdown-svgtext-template-container.pipe';
|
|
4
|
+
export * from './input-dropdown-load-broker-container.pipe';
|
|
5
|
+
export * from './input-dropdown-multiselect-class.pipe';
|
|
6
|
+
export * from './input-dropdown-default-template-class.pipe';
|
|
7
|
+
export * from './input-dropdown-label-class.pipe';
|
|
8
|
+
export * from './input-dropdown-fuel-franchise-class.pipe';
|
|
9
|
+
export * from './input-dropdown-get-icon.pipe';
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
+
import { OptionModel } from '../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class InputDropdownDefaultTemplateClassPipe implements PipeTransform {
|
|
6
|
+
transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null, inputConfig: ICaInput): {
|
|
7
|
+
[key: string]: boolean | undefined;
|
|
8
|
+
};
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownDefaultTemplateClassPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownDefaultTemplateClassPipe, "inputDropdownDefaultTemplateClass", true>;
|
|
11
|
+
}
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputDropdownFuelFranchiseClassPipe implements PipeTransform {
|
|
5
|
+
transform(option: OptionModel, options: OptionModel[]): {
|
|
6
|
+
[key: string]: boolean | undefined;
|
|
7
|
+
};
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownFuelFranchiseClassPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownFuelFranchiseClassPipe, "inputDropdownFuelFranchiseClass", true>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ICaInputWithDropdown } from '../../ca-input/config';
|
|
3
|
+
import { OptionModel } from '../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class InputDropdownGetIconsPipe implements PipeTransform {
|
|
6
|
+
transform(option: ICaInputWithDropdown, activeItem: OptionModel | null): string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownGetIconsPipe, never>;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownGetIconsPipe, "inputDropdownGetIcons", true>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
+
import { OptionModel } from '../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class InputDropdownLabelClassPipe implements PipeTransform {
|
|
6
|
+
transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null, labelMode: string, inputConfig: ICaInput): {
|
|
7
|
+
[key: string]: boolean | undefined;
|
|
8
|
+
};
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownLabelClassPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownLabelClassPipe, "inputDropdownLabelClass", true>;
|
|
11
|
+
}
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputDropdownLoadBrokerContainerPipe implements PipeTransform {
|
|
5
|
+
transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null): {
|
|
6
|
+
[key: string]: boolean | undefined;
|
|
7
|
+
};
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownLoadBrokerContainerPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownLoadBrokerContainerPipe, "inputDropdownLoadBrokerContainer", true>;
|
|
10
|
+
}
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ICaInput } from '../../ca-input-test/config';
|
|
3
|
+
import { OptionModel } from '../models';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class InputDropdownMultiselectClassPipe implements PipeTransform {
|
|
6
|
+
transform(inputConfig: ICaInput, multiselectItems: OptionModel[], isMultiSelectInputFocus: boolean): {
|
|
7
|
+
[key: string]: boolean | undefined;
|
|
8
|
+
};
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownMultiselectClassPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownMultiselectClassPipe, "inputDropdownMultiselectClass", true>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../models';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InputDropdownSvgtextTemplateContainerPipe implements PipeTransform {
|
|
5
|
+
transform(option: OptionModel, options: OptionModel[], activeItem: OptionModel | null): {
|
|
6
|
+
[key: string]: boolean | undefined;
|
|
7
|
+
};
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownSvgtextTemplateContainerPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownSvgtextTemplateContainerPipe, "inputDropdownSvgtextTemplateContainer", true>;
|
|
10
|
+
}
|
package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../models';
|
|
3
|
+
import { ICaInput } from '../../ca-input-test/config';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class InputDropdownSvgtextTemplateIconPipe implements PipeTransform {
|
|
6
|
+
transform(option: OptionModel, activeItem: OptionModel | null, inputConfig: ICaInput): {
|
|
7
|
+
[key: string]: boolean | undefined;
|
|
8
|
+
};
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDropdownSvgtextTemplateIconPipe, never>;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<InputDropdownSvgtextTemplateIconPipe, "inputDropdownSvgtextTemplateIcon", true>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './input-dropdown-svg-routes';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class InputDropdownSvgRoutes {
|
|
2
|
+
static trailersSvgRoute: string;
|
|
3
|
+
static trucksSvgRoute: string;
|
|
4
|
+
static repairPmSvgRoute: string;
|
|
5
|
+
static inputDropdownArrowSvg: string;
|
|
6
|
+
static xClearSvg: string;
|
|
7
|
+
static plusSvg: string;
|
|
8
|
+
static dynamicLabelSvg: string;
|
|
9
|
+
static ownerBadgeBlackSvg: string;
|
|
10
|
+
static arrowDownUpdatedSvg: string;
|
|
11
|
+
static specConfirmSvg: string;
|
|
12
|
+
}
|
|
@@ -18,7 +18,7 @@ export declare function InputCommandMixin<T extends Constructor<InputBase>>(Base
|
|
|
18
18
|
handleChangeInputAndUpdateControl(_: import("../utils").InputChangeValue): void;
|
|
19
19
|
isVisibleCommands: boolean;
|
|
20
20
|
maskApplier: import("ngx-mask").NgxMaskService;
|
|
21
|
-
thousandSeparatorPipe: import("
|
|
21
|
+
thousandSeparatorPipe: import("ca-components").ThousandSeparatorPipe;
|
|
22
22
|
handleToggleDropdownOptions: import("@angular/core").EventEmitter<void>;
|
|
23
23
|
isFocusInput: boolean;
|
|
24
24
|
isEditInput: boolean;
|
|
@@ -14,7 +14,7 @@ export declare function InputHelperMixin<T extends Constructor<InputBase>>(Base:
|
|
|
14
14
|
handleChangeInputAndUpdateControl(_: InputChangeValue): void;
|
|
15
15
|
isVisibleCommands: boolean;
|
|
16
16
|
maskApplier: import("ngx-mask").NgxMaskService;
|
|
17
|
-
thousandSeparatorPipe: import("
|
|
17
|
+
thousandSeparatorPipe: import("ca-components").ThousandSeparatorPipe;
|
|
18
18
|
handleToggleDropdownOptions: import("@angular/core").EventEmitter<void>;
|
|
19
19
|
isFocusInput: boolean;
|
|
20
20
|
isEditInput: boolean;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { LastFuelPriceSvgRoutes } from './utils/svg-routes';
|
|
3
|
+
import { eStringPlaceholder } from '../../enums';
|
|
4
|
+
import { ILastFuelPriceProgressConfig, ILastFuelPriceProgressData } from './interfaces';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CaLastFuelPriceProgressComponent implements OnInit {
|
|
7
|
+
set lastFuelPriceData(data: ILastFuelPriceProgressData);
|
|
8
|
+
lastFuelPriceSvgRoutes: typeof LastFuelPriceSvgRoutes;
|
|
9
|
+
eStringPlaceholder: typeof eStringPlaceholder;
|
|
10
|
+
lastFuelPriceConfig: ILastFuelPriceProgressConfig[];
|
|
11
|
+
lastFuelPriceColors: string[];
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
private getConstantData;
|
|
15
|
+
private createLastFuelPriceCardData;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaLastFuelPriceProgressComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaLastFuelPriceProgressComponent, "app-ca-last-fuel-price-progress", never, { "lastFuelPriceData": { "alias": "lastFuelPriceData"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress.enum';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface ILastFuelPriceProgressData {
|
|
2
|
+
pricePerGallon: number;
|
|
3
|
+
lowestPricePerGallon: number;
|
|
4
|
+
highestPricePerGallon: number;
|
|
5
|
+
priceOutDated: boolean;
|
|
6
|
+
defPrice: number;
|
|
7
|
+
defLowestPrice: number;
|
|
8
|
+
defHighestPrice: number;
|
|
9
|
+
defPriceOutDated: boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress.constants';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress.helper';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare class LastFuelPriceProgressHelper {
|
|
2
|
+
static getSvgClassFromValue(minValue: number, maxValue: number, totalValue: number): string;
|
|
3
|
+
static calculateSvgPosition(minValue: number, maxValue: number, totalValue: number): {
|
|
4
|
+
svgPosition: number;
|
|
5
|
+
svgClass: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress-svg-routes';
|
|
@@ -6,6 +6,7 @@ import { IFilterAction, IFilterDropdownConfiguration, IFilterDropdownList, ISort
|
|
|
6
6
|
import { CaFiltersSvgRoutes } from '../ca-filters/utils/svg-routes';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class CaFilterDropdownComponent {
|
|
9
|
+
activeCount: number;
|
|
9
10
|
type: FilterDropdownTypes;
|
|
10
11
|
config: IFilterDropdownConfiguration;
|
|
11
12
|
bodyTemplate: TemplateRef<any>;
|
|
@@ -15,12 +16,14 @@ export declare class CaFilterDropdownComponent {
|
|
|
15
16
|
customCancelButton: string | false;
|
|
16
17
|
setFilter: EventEmitter<IFilterAction>;
|
|
17
18
|
handleFiltersClear: EventEmitter<boolean>;
|
|
19
|
+
resetFilterState: EventEmitter<boolean>;
|
|
18
20
|
sorting: EventEmitter<ISortEmit>;
|
|
19
21
|
selectedList: IFilterDropdownList[];
|
|
20
22
|
unselectedList: IFilterDropdownList[];
|
|
21
23
|
activeSortType: SortColumn;
|
|
22
24
|
filterPopoverOpen: NgbPopover | null;
|
|
23
25
|
caFiltersSvgRoutes: typeof CaFiltersSvgRoutes;
|
|
26
|
+
isClosingManually: boolean;
|
|
24
27
|
handleSortClick(event: {
|
|
25
28
|
column: SortColumn;
|
|
26
29
|
sortName: string;
|
|
@@ -29,7 +32,8 @@ export declare class CaFilterDropdownComponent {
|
|
|
29
32
|
openClosePopover(popover: NgbPopover): void;
|
|
30
33
|
applyFilters(): void;
|
|
31
34
|
onFilterClear(): void;
|
|
35
|
+
onClickOutside(): void;
|
|
32
36
|
private sortLists;
|
|
33
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterDropdownComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterDropdownComponent, "app-ca-filter-dropdown", never, { "type": { "alias": "type"; "required": false; }; "config": { "alias": "config"; "required": false; }; "bodyTemplate": { "alias": "bodyTemplate"; "required": false; }; "isFormChanged": { "alias": "isFormChanged"; "required": false; }; "appliedFiltersCount": { "alias": "appliedFiltersCount"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; "customCancelButton": { "alias": "customCancelButton"; "required": false; }; }, { "setFilter": "setFilter"; "handleFiltersClear": "handleFiltersClear"; "sorting": "sorting"; }, never, never, true, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterDropdownComponent, "app-ca-filter-dropdown", never, { "activeCount": { "alias": "activeCount"; "required": false; }; "type": { "alias": "type"; "required": false; }; "config": { "alias": "config"; "required": false; }; "bodyTemplate": { "alias": "bodyTemplate"; "required": false; }; "isFormChanged": { "alias": "isFormChanged"; "required": false; }; "appliedFiltersCount": { "alias": "appliedFiltersCount"; "required": false; }; "customTitle": { "alias": "customTitle"; "required": false; }; "customCancelButton": { "alias": "customCancelButton"; "required": false; }; }, { "setFilter": "setFilter"; "handleFiltersClear": "handleFiltersClear"; "resetFilterState": "resetFilterState"; "sorting": "sorting"; }, never, never, true, never>;
|
|
35
39
|
}
|
|
@@ -13,6 +13,8 @@ export declare class CaFilterListDropdownComponent {
|
|
|
13
13
|
caFiltersSvgRoutes: typeof CaFiltersSvgRoutes;
|
|
14
14
|
loadStatusEnum: typeof LoadStatusEnum;
|
|
15
15
|
srollLimitSize: number;
|
|
16
|
+
previusUnSelectedState: IFilterDropdownList[];
|
|
17
|
+
previusSelectedState: IFilterDropdownList[];
|
|
16
18
|
selectedList: IFilterDropdownList[];
|
|
17
19
|
unselectedList: IFilterDropdownList[];
|
|
18
20
|
searchForm: import("@angular/forms").UntypedFormGroup;
|
|
@@ -32,6 +34,7 @@ export declare class CaFilterListDropdownComponent {
|
|
|
32
34
|
clearValues(): void;
|
|
33
35
|
passFilterValue(): void;
|
|
34
36
|
sortValues(sorting: ISortEmit): void;
|
|
37
|
+
onResetFilterState(): void;
|
|
35
38
|
private emitData;
|
|
36
39
|
private updateLists;
|
|
37
40
|
private moveItem;
|
|
@@ -7,7 +7,8 @@ export interface IFilterDropdownConfiguration {
|
|
|
7
7
|
tooltipText: string;
|
|
8
8
|
sortColumns: SortColumn[];
|
|
9
9
|
filterType: eFilterDropdownEnum;
|
|
10
|
-
|
|
10
|
+
isSearchActive?: boolean;
|
|
11
11
|
searchTitle?: string;
|
|
12
12
|
formFieldConfig?: ICaInput;
|
|
13
|
+
isDisplayCount?: boolean;
|
|
13
14
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { eVehicleList } from './enums';
|
|
3
|
+
import { eStringPlaceholder } from '../../enums';
|
|
3
4
|
import { VehicleListSvgRoutes } from './utils/svg-routes';
|
|
4
5
|
import { IVehicleListConfig, IVehicleListActionsEmit } from './interfaces';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
@@ -9,6 +10,7 @@ export declare class CaVehicleListComponent {
|
|
|
9
10
|
_vehicleListConfig: IVehicleListConfig;
|
|
10
11
|
vehicleListSvgRoutes: typeof VehicleListSvgRoutes;
|
|
11
12
|
eVehicleList: typeof eVehicleList;
|
|
13
|
+
eStringPlaceholder: typeof eStringPlaceholder;
|
|
12
14
|
vehicleListHeaderItems: string[];
|
|
13
15
|
vehicleHoverIndex: number;
|
|
14
16
|
constructor();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './string-placeholder.enum';
|