ca-components 1.3.41 → 1.3.91
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-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 +2699 -299
- 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-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
|
@@ -42,9 +42,10 @@ import * as i40 from "./components/ca-progress-range/ca-progress-range.component
|
|
|
42
42
|
import * as i41 from "./components/ca-tooltip-list/ca-tooltip-list.component";
|
|
43
43
|
import * as i42 from "./components/ca-input-test/input-test.component";
|
|
44
44
|
import * as i43 from "./components/ca-vehicle-list/ca-vehicle-list.component";
|
|
45
|
-
import * as i44 from "./components/ca-
|
|
45
|
+
import * as i44 from "./components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component";
|
|
46
|
+
import * as i45 from "./components/ca-checkbox/ca-checkbox.component";
|
|
46
47
|
export declare class CaComponentsLibModule {
|
|
47
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<CaComponentsLibModule, never>;
|
|
48
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i25.CaTodoComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i29.CaInputAddressDropdownComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaCheckboxComponent], [typeof i2.CaProfileImageComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i3.CaRatingReviewComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i29.CaInputAddressDropdownComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaCheckboxComponent]>;
|
|
49
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaRatingReviewComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i25.CaTodoComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i29.CaInputAddressDropdownComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaLastFuelPriceProgressComponent, typeof i45.CaCheckboxComponent], [typeof i2.CaProfileImageComponent, typeof i4.CaAppTooltipV2Component, typeof i5.CaDetailsDropdownComponent, typeof i3.CaRatingReviewComponent, typeof i6.CaFilterComponent, typeof i7.CaFilterDropdownComponent, typeof i8.CaFilterStateDropdownComponent, typeof i9.CaFilterTimeDropdownComponent, typeof i10.CaFilterListDropdownComponent, typeof i11.CaInputComponent, typeof i12.CaInputDatetimePickerComponent, typeof i13.CaInputRadiobuttonsComponent, typeof i14.CaInputDropdownComponent, typeof i15.CaMapComponent, typeof i16.CaMapDropdownComponent, typeof i17.CaNoteComponent, typeof i18.CaNoteContainerComponent, typeof i19.CaPayrollListSummaryOverviewComponent, typeof i20.CaPayrollListSummaryOverviewTableComponent, typeof i21.PickupDeliveryBlockComponent, typeof i22.ProgressBarComponent, typeof i23.CaSearchMultipleStatesComponent, typeof i24.CaSpinnerComponent, typeof i26.CaTruckTrailerProgresBarComponent, typeof i27.CaPeriodContentComponent, typeof i28.CaInputNoteComponent, typeof i30.CaMainTableComponent, typeof i31.CaActivityLogListComponent, typeof i32.CaRightSidePanelMenuComponent, typeof i33.CaRightSidePanelTopBarComponent, typeof i34.CaRightSidePanelComponent, typeof i35.CaChartComponent, typeof i36.CaChartManagerComponent, typeof i37.CaDropdownMenuComponent, typeof i38.CaUploadFilesComponent, typeof i39.CaRightSidePanelCompanyComponent, typeof i40.CaProgressRangeComponent, typeof i41.CaTooltipListComponent, typeof i29.CaInputAddressDropdownComponent, typeof i42.InputTestComponent, typeof i43.CaVehicleListComponent, typeof i44.CaLastFuelPriceProgressComponent, typeof i45.CaCheckboxComponent]>;
|
|
49
50
|
static ɵinj: i0.ɵɵInjectorDeclaration<CaComponentsLibModule>;
|
|
50
51
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './input-dropdown.animation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const inputDropdownAnimation: (type: string) => import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import { ChangeDetectorRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { NgbPopover } from '@ng-bootstrap/ng-bootstrap';
|
|
4
|
+
import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
|
|
5
|
+
import { CommandsEvent } from '../ca-input/models';
|
|
6
|
+
import { OptionModel } from './models/input-dropdown-option.model';
|
|
7
|
+
import { InputDropdownSvgRoutes } from './utils/svg-routes/input-dropdown-svg-routes';
|
|
8
|
+
import { DropdownTemplateTypeEnum } from './enums';
|
|
9
|
+
import { EventInputManager } from '../ca-input/base-classes/ca-input-event-manager';
|
|
10
|
+
import { InputTestComponent } from '../ca-input-test/input-test.component';
|
|
11
|
+
import { ICaInput } from '../ca-input-test/config';
|
|
12
|
+
import * as i0 from "@angular/core";
|
|
13
|
+
export declare class CaInputDropdownTestComponent implements OnInit, AfterViewInit, OnDestroy, ControlValueAccessor, AfterViewInit {
|
|
14
|
+
superControl: NgControl;
|
|
15
|
+
private cdRef;
|
|
16
|
+
private renderer;
|
|
17
|
+
inputRef: InputTestComponent;
|
|
18
|
+
popoverRef: NgbPopover;
|
|
19
|
+
dropdownComponentRef: any;
|
|
20
|
+
label: keyof OptionModel;
|
|
21
|
+
optionValue: string;
|
|
22
|
+
inputHoveredItem: number;
|
|
23
|
+
dropDownIsOpen: boolean;
|
|
24
|
+
_template: string;
|
|
25
|
+
_canAddNew: boolean;
|
|
26
|
+
set template(value: string);
|
|
27
|
+
multiselectTemplate: string;
|
|
28
|
+
inputConfig: ICaInput;
|
|
29
|
+
set canAddNew(value: boolean);
|
|
30
|
+
get canAddNew(): boolean;
|
|
31
|
+
canOpenModal: boolean;
|
|
32
|
+
_sort: string;
|
|
33
|
+
set sort(value: string);
|
|
34
|
+
get sort(): string;
|
|
35
|
+
_activeItem: OptionModel | null;
|
|
36
|
+
set activeItem(value: OptionModel | null);
|
|
37
|
+
get activeItem(): OptionModel | null;
|
|
38
|
+
activeItemColor: OptionModel | null;
|
|
39
|
+
labelMode: 'Label' | 'Color';
|
|
40
|
+
_options: OptionModel[];
|
|
41
|
+
set options(values: OptionModel[]);
|
|
42
|
+
set preloadMultiselectItems(values: OptionModel[]);
|
|
43
|
+
isDetailsPages: boolean;
|
|
44
|
+
isIncorrectValue: boolean;
|
|
45
|
+
isAddressDropdown: boolean;
|
|
46
|
+
selectedItem: EventEmitter<OptionModel | null>;
|
|
47
|
+
selectedItems: EventEmitter<OptionModel[] | null>;
|
|
48
|
+
selectedItemColor: EventEmitter<OptionModel | null>;
|
|
49
|
+
selectedLabelMode: EventEmitter<string>;
|
|
50
|
+
closeDropdown: EventEmitter<boolean>;
|
|
51
|
+
saveItem: EventEmitter<{
|
|
52
|
+
data: OptionModel | null;
|
|
53
|
+
action: string;
|
|
54
|
+
}>;
|
|
55
|
+
incorrectEvent: EventEmitter<boolean>;
|
|
56
|
+
placeholderIconEvent: EventEmitter<boolean>;
|
|
57
|
+
paginationEvent: EventEmitter<number>;
|
|
58
|
+
activeGroupEvent: EventEmitter<OptionModel>;
|
|
59
|
+
clearInputEvent: EventEmitter<boolean>;
|
|
60
|
+
searchInputEvent: EventEmitter<string>;
|
|
61
|
+
searchInputText: EventInputManager<string>;
|
|
62
|
+
originalOptions: OptionModel[];
|
|
63
|
+
paginationNumber: number;
|
|
64
|
+
multiselectItems: OptionModel[];
|
|
65
|
+
isMultiSelectInputFocus: boolean;
|
|
66
|
+
multiSelectLabel: string | undefined;
|
|
67
|
+
lastActiveMultiselectItem: OptionModel | null;
|
|
68
|
+
isInAddMode: boolean;
|
|
69
|
+
private dropdownPosition;
|
|
70
|
+
clearTimeoutDropdown: string | number | NodeJS.Timeout | undefined;
|
|
71
|
+
hoveringIndex: number;
|
|
72
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
73
|
+
dropdownTemplateTypeEnum: typeof DropdownTemplateTypeEnum;
|
|
74
|
+
private destroy$;
|
|
75
|
+
constructor(superControl: NgControl, cdRef: ChangeDetectorRef, renderer: Renderer2);
|
|
76
|
+
get getSuperControl(): import("@angular/forms").AbstractControl<any, any> | null;
|
|
77
|
+
inputFormControl: FormControl;
|
|
78
|
+
lastValidOption: OptionModel;
|
|
79
|
+
writeValue(value: any): void;
|
|
80
|
+
onTouched: () => void;
|
|
81
|
+
onChange(_: any): void;
|
|
82
|
+
registerOnChange(fn: any): void;
|
|
83
|
+
registerOnTouched(fn: () => void): void;
|
|
84
|
+
ngOnInit(): void;
|
|
85
|
+
ngAfterViewInit(): void;
|
|
86
|
+
onScrollDropdown(event: EventTarget | null): void;
|
|
87
|
+
onActiveItem(option: OptionModel, group?: any): void;
|
|
88
|
+
onActiveItemGroup(event: {
|
|
89
|
+
option: OptionModel;
|
|
90
|
+
group: any;
|
|
91
|
+
}): void;
|
|
92
|
+
onClearSearch(): void;
|
|
93
|
+
clearDropdownLabel(): void;
|
|
94
|
+
commandEvent(event: CommandsEvent): void;
|
|
95
|
+
addNewItem(): void;
|
|
96
|
+
updateItem(): void;
|
|
97
|
+
addNewConfig(): void;
|
|
98
|
+
onIncorrectInput(event: boolean): void;
|
|
99
|
+
identity(index: number, item: OptionModel): number | undefined;
|
|
100
|
+
toggleNestedList(option: OptionModel): void;
|
|
101
|
+
onBlurInput(event: boolean): void;
|
|
102
|
+
onClearInputEvent(event: boolean): void;
|
|
103
|
+
handleHiddenDropdown(): void;
|
|
104
|
+
handleOpenDropdown(): void;
|
|
105
|
+
showHideDropdown(action: boolean): void;
|
|
106
|
+
getMainGroup(): OptionModel[];
|
|
107
|
+
dropDownKeyNavigation({ keyCode, data, }: {
|
|
108
|
+
keyCode: number;
|
|
109
|
+
data: any;
|
|
110
|
+
}): void;
|
|
111
|
+
setDropdownValue(option: OptionModel, optionValue?: string, label?: string): void;
|
|
112
|
+
onMultiselectSelect(option: OptionModel): void;
|
|
113
|
+
removeMultiSelectItem(index: number): void;
|
|
114
|
+
deleteAllMultiSelectItems(currentLabel?: string): void;
|
|
115
|
+
toggleMultiselectDropdown(): void;
|
|
116
|
+
dropdownValue: string | undefined;
|
|
117
|
+
setControlValue(value?: string, dropdownInputValue?: string): void;
|
|
118
|
+
/**
|
|
119
|
+
* Navigate through dropdown with keyboard arrows
|
|
120
|
+
*/
|
|
121
|
+
private dropdownNavigation;
|
|
122
|
+
ngOnDestroy(): void;
|
|
123
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownTestComponent, [{ self: true; }, null, null]>;
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownTestComponent, "ca-input-dropdown-test", never, { "label": { "alias": "label"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "template": { "alias": "template"; "required": false; }; "multiselectTemplate": { "alias": "multiselectTemplate"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "canAddNew": { "alias": "canAddNew"; "required": false; }; "canOpenModal": { "alias": "canOpenModal"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "activeItemColor": { "alias": "activeItemColor"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "options": { "alias": "options"; "required": false; }; "preloadMultiselectItems": { "alias": "preloadMultiselectItems"; "required": false; }; "isDetailsPages": { "alias": "isDetailsPages"; "required": false; }; "isIncorrectValue": { "alias": "isIncorrectValue"; "required": false; }; "isAddressDropdown": { "alias": "isAddressDropdown"; "required": false; }; }, { "selectedItem": "selectedItem"; "selectedItems": "selectedItems"; "selectedItemColor": "selectedItemColor"; "selectedLabelMode": "selectedLabelMode"; "closeDropdown": "closeDropdown"; "saveItem": "saveItem"; "incorrectEvent": "incorrectEvent"; "placeholderIconEvent": "placeholderIconEvent"; "paginationEvent": "pagination"; "activeGroupEvent": "activeGroup"; "clearInputEvent": "clearInputEvent"; "searchInputEvent": "searchInputEvent"; }, never, never, true, never>;
|
|
125
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { ICaInput } from '../../../ca-input-test/config';
|
|
3
|
+
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaInputDropdownDefaultTemplateComponent {
|
|
6
|
+
dropdownOption: QueryList<ElementRef>;
|
|
7
|
+
options: OptionModel[];
|
|
8
|
+
activeItem: OptionModel | null;
|
|
9
|
+
searchText: string;
|
|
10
|
+
inputConfig: ICaInput;
|
|
11
|
+
label: keyof OptionModel;
|
|
12
|
+
set inputHoveredItem(val: number);
|
|
13
|
+
_inputHoveredItem: number;
|
|
14
|
+
get inputHoveredItem(): number;
|
|
15
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
16
|
+
constructor();
|
|
17
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDefaultTemplateComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDefaultTemplateComponent, "app-ca-input-dropdown-default-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 CaInputDropdownDetailsTemplateComponent {
|
|
6
|
+
options: OptionModel[];
|
|
7
|
+
activeItem: OptionModel | null;
|
|
8
|
+
searchText: string;
|
|
9
|
+
sort: string;
|
|
10
|
+
label: keyof OptionModel;
|
|
11
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
12
|
+
dropdownOption: QueryList<ElementRef>;
|
|
13
|
+
set inputHoveredItem(val: number);
|
|
14
|
+
_inputHoveredItem: number;
|
|
15
|
+
get inputHoveredItem(): number;
|
|
16
|
+
hoveringIndex: number;
|
|
17
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
18
|
+
constructor();
|
|
19
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDetailsTemplateComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDetailsTemplateComponent, "app-ca-input-dropdown-details-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 CaInputDropdownDispatchComponent {
|
|
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
|
+
hoveredOption: number;
|
|
15
|
+
constructor();
|
|
16
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownDispatchComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDispatchComponent, "app-ca-input-dropdown-dispatch", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
19
|
+
}
|
|
@@ -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 CaInputDropdownDoubleTextTemplateComponent {
|
|
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<CaInputDropdownDoubleTextTemplateComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownDoubleTextTemplateComponent, "app-ca-input-dropdown-double-text-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "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,27 @@
|
|
|
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 CaInputDropdownFuelFranchiseComponent {
|
|
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
|
+
toggleNestedList: EventEmitter<OptionModel>;
|
|
15
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
16
|
+
onActiveItemGroup: EventEmitter<{
|
|
17
|
+
option: OptionModel;
|
|
18
|
+
group: any;
|
|
19
|
+
}>;
|
|
20
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
21
|
+
constructor();
|
|
22
|
+
onActiveItemGroupEmit(option: OptionModel, store: any): void;
|
|
23
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
24
|
+
toggleNestedListEmit(option: OptionModel): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownFuelFranchiseComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownFuelFranchiseComponent, "app-ca-input-dropdown-fuel-franchise", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "toggleNestedList": "toggleNestedList"; "onActiveItem": "onActiveItem"; "onActiveItemGroup": "onActiveItemGroup"; }, never, never, true, never>;
|
|
27
|
+
}
|
|
@@ -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 CaInputDropdownGroupsComponent {
|
|
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<CaInputDropdownGroupsComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownGroupsComponent, "app-ca-input-dropdown-groups", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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 CaInputDropdownLabelsComponent {
|
|
7
|
+
options: OptionModel[];
|
|
8
|
+
activeItem: OptionModel | null;
|
|
9
|
+
searchText: string;
|
|
10
|
+
inputConfig: ICaInput;
|
|
11
|
+
labelMode: 'Label' | 'Color';
|
|
12
|
+
canAddNew: boolean;
|
|
13
|
+
label: keyof OptionModel;
|
|
14
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
15
|
+
dropdownOption: QueryList<ElementRef>;
|
|
16
|
+
set inputHoveredItem(val: number);
|
|
17
|
+
_inputHoveredItem: number;
|
|
18
|
+
get inputHoveredItem(): number;
|
|
19
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
20
|
+
constructor();
|
|
21
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLabelsComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLabelsComponent, "app-ca-input-dropdown-labels", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; }; "canAddNew": { "alias": "canAddNew"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OptionModel } from '../../../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CaInputDropdownLoadBrokerComponentItem {
|
|
4
|
+
option: OptionModel;
|
|
5
|
+
searchText: string;
|
|
6
|
+
isInOption: boolean;
|
|
7
|
+
label: keyof OptionModel;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerComponentItem, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponentItem, "app-ca-input-dropdown-load-broker-item", never, { "option": { "alias": "option"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
@@ -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 CaInputDropdownLoadBrokerComponent {
|
|
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<CaInputDropdownLoadBrokerComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerComponent, "app-ca-input-dropdown-load-broker", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OptionModel } from '../../../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CaInputDropdownLoadBrokerContactItemComponent {
|
|
4
|
+
item: OptionModel;
|
|
5
|
+
activeItem: OptionModel | null;
|
|
6
|
+
searchText: string;
|
|
7
|
+
isShowNoresult: boolean;
|
|
8
|
+
isInOption: boolean;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerContactItemComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerContactItemComponent, "ca-input-dropdown-load-broker-contact-item", never, { "item": { "alias": "item"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "isShowNoresult": { "alias": "isShowNoresult"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -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 CaInputDropdownLoadBrokerContactComponent {
|
|
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<CaInputDropdownLoadBrokerContactComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerContactComponent, "app-ca-input-dropdown-load-broker-contact", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "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,11 @@
|
|
|
1
|
+
import { OptionModel } from '../../../models';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CaInputDropdownLoadBrokerShipperItemComponent {
|
|
4
|
+
option: OptionModel;
|
|
5
|
+
searchText: string;
|
|
6
|
+
activeItem: OptionModel | null;
|
|
7
|
+
isInOption: boolean;
|
|
8
|
+
label: keyof OptionModel;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadBrokerShipperItemComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperItemComponent, "app-ca-input-dropdown-load-shipper-item", never, { "option": { "alias": "option"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -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 CaInputDropdownLoadBrokerShipperComponent {
|
|
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<CaInputDropdownLoadBrokerShipperComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadBrokerShipperComponent, "app-ca-input-dropdown-load-shipper", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OptionModel } from '../../../models';
|
|
2
|
+
import { ICaInputWithDropdown } from '../../../../ca-input/config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaInputDropdownLoadDispatcherItemComponent {
|
|
5
|
+
option: OptionModel;
|
|
6
|
+
hasNoResult: boolean;
|
|
7
|
+
activeItem: OptionModel | null;
|
|
8
|
+
searchText: string;
|
|
9
|
+
label: keyof OptionModel;
|
|
10
|
+
dropdownWithImage?: ICaInputWithDropdown | null;
|
|
11
|
+
isInOption: boolean;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatcherItemComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatcherItemComponent, "app-ca-input-dropdown-load-dispatcher-item", never, { "option": { "alias": "option"; "required": false; }; "hasNoResult": { "alias": "hasNoResult"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "dropdownWithImage": { "alias": "dropdownWithImage"; "required": false; }; "isInOption": { "alias": "isInOption"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaInputDropdownLoadDispatcherComponent {
|
|
6
|
+
inputConfig: ICaInput;
|
|
7
|
+
options: OptionModel[];
|
|
8
|
+
activeItem: OptionModel | null;
|
|
9
|
+
searchText: string;
|
|
10
|
+
label: keyof OptionModel;
|
|
11
|
+
dropdownOption: QueryList<ElementRef>;
|
|
12
|
+
set inputHoveredItem(val: number);
|
|
13
|
+
_inputHoveredItem: number;
|
|
14
|
+
get inputHoveredItem(): number;
|
|
15
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
16
|
+
constructor();
|
|
17
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatcherComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatcherComponent, "app-ca-input-dropdown-load-dispatcher", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OptionModel } from '../../../models';
|
|
2
|
+
import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaInputDropdownLoadDispatchesTtdComponentItem {
|
|
5
|
+
showNoResulst: boolean;
|
|
6
|
+
option: OptionModel;
|
|
7
|
+
index: number;
|
|
8
|
+
activeItem: OptionModel | null;
|
|
9
|
+
searchText: string;
|
|
10
|
+
label: keyof OptionModel;
|
|
11
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponentItem, "app-ca-input-dropdown-load-dispatches-ttd-item", never, { "showNoResulst": { "alias": "showNoResulst"; "required": false; }; "option": { "alias": "option"; "required": false; }; "index": { "alias": "index"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -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 CaInputDropdownLoadDispatchesTtdComponent {
|
|
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<CaInputDropdownLoadDispatchesTtdComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownLoadDispatchesTtdComponent, "app-ca-input-dropdown-load-dispatches-ttd", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "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,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 CaInputDropdownMultiselectComponent {
|
|
5
|
+
options: OptionModel[];
|
|
6
|
+
lastActiveMultiselectItem: 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
|
+
onMultiselectSelect: EventEmitter<OptionModel>;
|
|
14
|
+
constructor();
|
|
15
|
+
onMultiselectSelectEmit(option: OptionModel): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownMultiselectComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownMultiselectComponent, "app-ca-input-dropdown-multiselect", never, { "options": { "alias": "options"; "required": false; }; "lastActiveMultiselectItem": { "alias": "lastActiveMultiselectItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onMultiselectSelect": "onMultiselectSelect"; }, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -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 CaInputDropdownPayrollTrucksComponent {
|
|
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<CaInputDropdownPayrollTrucksComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownPayrollTrucksComponent, "app-ca-input-dropdown-payroll-trucks", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { OptionModel } from '../../models/input-dropdown-option.model';
|
|
3
|
+
import { ICaInputWithDropdown } from '../../../ca-input/config';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaInputDropdownSvgTemplateComponent {
|
|
6
|
+
dropdownWithImage?: ICaInputWithDropdown | null;
|
|
7
|
+
options: OptionModel[];
|
|
8
|
+
activeItem: OptionModel | null;
|
|
9
|
+
searchText: string;
|
|
10
|
+
label: keyof OptionModel;
|
|
11
|
+
dropdownOption: QueryList<ElementRef>;
|
|
12
|
+
set inputHoveredItem(val: number);
|
|
13
|
+
_inputHoveredItem: number;
|
|
14
|
+
get inputHoveredItem(): number;
|
|
15
|
+
onActiveItem: EventEmitter<OptionModel>;
|
|
16
|
+
constructor();
|
|
17
|
+
onActiveItemEmit(option: OptionModel): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgTemplateComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgTemplateComponent, "app-ca-input-dropdown-svg-template", never, { "dropdownWithImage": { "alias": "dropdownWithImage"; "required": false; }; "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -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 CaInputDropdownSvgtextDispatchTemplateComponent {
|
|
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<CaInputDropdownSvgtextDispatchTemplateComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextDispatchTemplateComponent, "app-ca-input-dropdown-svgtext-dispatch-template", never, { "options": { "alias": "options"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "inputHoveredItem": { "alias": "inputHoveredItem"; "required": false; }; }, { "onActiveItem": "onActiveItem"; }, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ICaInput } from '../../../../ca-input-test/config';
|
|
2
|
+
import { OptionModel } from '../../../models';
|
|
3
|
+
import { InputDropdownSvgRoutes } from '../../../utils/svg-routes';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CaInputDropdownSvgtextTemplateItemComponent {
|
|
6
|
+
option: OptionModel;
|
|
7
|
+
inputConfig: ICaInput;
|
|
8
|
+
label: keyof OptionModel;
|
|
9
|
+
activeItem: OptionModel | null;
|
|
10
|
+
searchText: string;
|
|
11
|
+
inputDropdownSvgRoutes: typeof InputDropdownSvgRoutes;
|
|
12
|
+
constructor();
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputDropdownSvgtextTemplateItemComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputDropdownSvgtextTemplateItemComponent, "ca-input-dropdown-svgtext-template-item", never, { "option": { "alias": "option"; "required": false; }; "inputConfig": { "alias": "inputConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "searchText": { "alias": "searchText"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
}
|