ca-components 1.3.3 → 1.3.5
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/background.scss +44 -0
- package/assets/scss/border-radius.scss +17 -0
- package/assets/scss/filters.scss +151 -0
- package/assets/scss/icons.scss +68 -4
- package/assets/scss/input-dropdown-test.scss +2030 -0
- package/assets/scss/mixins.scss +18 -0
- package/assets/scss/spacing.scss +59 -0
- package/assets/scss/styles.scss +22 -1
- package/assets/scss/text-selection.scss +43 -204
- package/assets/theme/variables.scss +1 -1
- package/esm2022/lib/ca-components.module.mjs +47 -5
- package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
- package/esm2022/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.mjs +6 -3
- package/esm2022/lib/components/ca-chart/ca-chart.component.mjs +16 -14
- package/esm2022/lib/components/ca-checkbox/ca-checkbox.component.mjs +134 -0
- package/esm2022/lib/components/ca-checkbox/interfaces/column-check-action.interface.mjs +2 -0
- package/esm2022/lib/components/ca-checkbox/interfaces/index.mjs +2 -0
- package/esm2022/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.mjs +7 -0
- package/esm2022/lib/components/ca-checkbox/utils/svg-routes/index.mjs +2 -0
- 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-datetime-pickers/ca-custom-datetime-pickers.component.mjs +4 -4
- 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 +95 -24
- package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu.enum.mjs +19 -0
- package/esm2022/lib/components/ca-dropdown-menu/enums/index.mjs +2 -2
- package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-item.interface.mjs +2 -0
- package/esm2022/lib/components/ca-dropdown-menu/interfaces/dropdown-menu-option-emit.interface.mjs +2 -0
- package/esm2022/lib/components/ca-dropdown-menu/interfaces/index.mjs +3 -0
- package/esm2022/lib/components/ca-dropdown-menu/pipes/dropdown-menu-placement-class.pipe.mjs +4 -4
- package/esm2022/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.mjs +21 -0
- package/esm2022/lib/components/ca-dropdown-menu/pipes/index.mjs +2 -1
- package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +4 -4
- package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +3 -3
- 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 +4 -4
- 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-filters/pipes/index.mjs +7 -0
- package/esm2022/lib/components/ca-filters/utils/helpers/index.mjs +2 -1
- package/esm2022/lib/components/ca-filters/utils/helpers/time-filter.helper.mjs +117 -0
- package/esm2022/lib/components/ca-filters/utils/svg-routes/index.mjs +2 -0
- package/esm2022/lib/components/ca-input/ca-input.component.mjs +2 -2
- package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +3 -3
- package/esm2022/lib/components/ca-input-address-dropdown/ca-input-address-dropdown.component.mjs +34 -34
- package/esm2022/lib/components/ca-input-address-dropdown/enums/input-address-basic-string.enum.mjs +6 -0
- package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +4 -4
- 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/base-classes/ca-input-event-manager.mjs +24 -0
- package/esm2022/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.mjs +66 -0
- package/esm2022/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.mjs +48 -0
- package/esm2022/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.mjs +63 -0
- package/esm2022/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +85 -0
- package/esm2022/lib/components/ca-input-test/config/ca-input.config.mjs +2 -0
- package/esm2022/lib/components/ca-input-test/config/index.mjs +2 -0
- package/esm2022/lib/components/ca-input-test/directives/caps-lock.directive.mjs +50 -0
- package/esm2022/lib/components/ca-input-test/directives/command-visible.directive.mjs +48 -0
- package/esm2022/lib/components/ca-input-test/directives/index.mjs +6 -0
- package/esm2022/lib/components/ca-input-test/directives/input-max-value.directive.mjs +53 -0
- package/esm2022/lib/components/ca-input-test/directives/min-max-value.directive.mjs +41 -0
- package/esm2022/lib/components/ca-input-test/directives/price_format.directive.mjs +41 -0
- package/esm2022/lib/components/ca-input-test/directives/restrict-input.directive.mjs +94 -0
- package/esm2022/lib/components/ca-input-test/enums/index.mjs +5 -0
- package/esm2022/lib/components/ca-input-test/enums/input-commands-action.enum.mjs +11 -0
- package/esm2022/lib/components/ca-input-test/enums/input-commands-type.enum.mjs +8 -0
- package/esm2022/lib/components/ca-input-test/enums/input-config-name-string.enum.mjs +9 -0
- package/esm2022/lib/components/ca-input-test/enums/input-string.enum.mjs +114 -0
- package/esm2022/lib/components/ca-input-test/enums/input-text-transform.enum.mjs +9 -0
- package/esm2022/lib/components/ca-input-test/input-test.component.mjs +273 -0
- package/esm2022/lib/components/ca-input-test/mixins/input-command.mixin.mjs +124 -0
- package/esm2022/lib/components/ca-input-test/mixins/input-helper.mixin.mjs +49 -0
- package/esm2022/lib/components/ca-input-test/mixins/restriction-pipe.mixin.mjs +34 -0
- package/esm2022/lib/components/ca-input-test/models/base.model.mjs +2 -0
- package/esm2022/lib/components/ca-input-test/models/command-click.model.mjs +2 -0
- package/esm2022/lib/components/ca-input-test/models/commands-event.model.mjs +2 -0
- package/esm2022/lib/components/ca-input-test/models/index.mjs +4 -0
- package/esm2022/lib/components/ca-input-test/models/label-color.model.mjs +2 -0
- package/esm2022/lib/components/ca-input-test/pipes/color-finder.pipe.mjs +62 -0
- package/esm2022/lib/components/ca-input-test/pipes/form-control.pipe.mjs +17 -0
- package/esm2022/lib/components/ca-input-test/pipes/index.mjs +20 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-class.pipe.mjs +155 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-clear-class.pipe.mjs +87 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-container-class.pipe.mjs +58 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.mjs +77 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.mjs +61 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-error.pipe.mjs +88 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.mjs +37 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-pattern.pipe.mjs +326 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.mjs +46 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.mjs +58 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.mjs +45 -0
- package/esm2022/lib/components/ca-input-test/pipes/input-type.pipe.mjs +25 -0
- package/esm2022/lib/components/ca-input-test/pipes/label-class.pipe.mjs +38 -0
- package/esm2022/lib/components/ca-input-test/pipes/show-clear.pipe.mjs +22 -0
- package/esm2022/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.mjs +26 -0
- package/esm2022/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.mjs +27 -0
- package/esm2022/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.mjs +24 -0
- package/esm2022/lib/components/ca-input-test/pipes/show-valid-check.pipe.mjs +27 -0
- package/esm2022/lib/components/ca-input-test/utils/index.mjs +3 -0
- package/esm2022/lib/components/ca-input-test/utils/input-change-value.type.mjs +2 -0
- package/esm2022/lib/components/ca-input-test/utils/input-svg-routes.mjs +17 -0
- 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 +5 -3
- package/esm2022/lib/components/ca-map/ca-map.component.mjs +2 -2
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-modal/ca-modal.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 +98 -0
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.mjs +142 -0
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.mjs +131 -0
- package/esm2022/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.mjs +131 -0
- package/esm2022/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.mjs +87 -0
- package/esm2022/lib/components/ca-new-filter/constant/index.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.mjs +15 -0
- package/esm2022/lib/components/ca-new-filter/enums/filter-sorting-key.enum.mjs +6 -0
- package/esm2022/lib/components/ca-new-filter/enums/filter-time.enum.mjs +37 -0
- package/esm2022/lib/components/ca-new-filter/enums/index.mjs +4 -0
- package/esm2022/lib/components/ca-new-filter/interface/country.interface.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/interface/filter-action.interface.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/interface/filter-dropdown-list.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/interface/index.mjs +7 -0
- package/esm2022/lib/components/ca-new-filter/interface/sorting-emmiter.interface.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/interface/time-options.interface.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/pipes/filter-search.pipe.mjs +31 -0
- package/esm2022/lib/components/ca-new-filter/types/filter-dropdown.types.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/types/filter-sorting-key.type.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/types/filter-time.types.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/types/index.mjs +4 -0
- package/esm2022/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.mjs +37 -0
- package/esm2022/lib/components/ca-new-filter/utils/configs/index.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/utils/helpers/index.mjs +2 -0
- package/esm2022/lib/components/ca-new-filter/utils/helpers/time-filter.helper.mjs +133 -0
- 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 +3 -3
- 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 +10 -9
- 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/index.mjs +2 -1
- package/esm2022/lib/components/ca-period-content/enums/period-title-type.enum.mjs +9 -0
- package/esm2022/lib/components/ca-period-content/utils/constants/color-map.mjs +9 -8
- 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 +3 -3
- package/esm2022/lib/components/ca-search-multiple-states/models/tab-data.model.mjs +1 -1
- package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +21 -8
- package/esm2022/lib/components/ca-sort-dropdown/types/index.mjs +2 -0
- package/esm2022/lib/components/ca-sort-dropdown/types/sort-directions.type.mjs +2 -0
- package/esm2022/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.mjs +3 -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 +77 -0
- package/esm2022/lib/components/ca-vehicle-list/enums/index.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/enums/vehicle-list.enum.mjs +6 -0
- package/esm2022/lib/components/ca-vehicle-list/interfaces/index.mjs +3 -0
- package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/models/index.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/models/vehicle-list.model.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/types/index.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/types/vehicle-list.type.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/utils/constants/index.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.mjs +37 -0
- package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/index.mjs +2 -0
- package/esm2022/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.mjs +7 -0
- package/esm2022/lib/enums/dropdown-menu.enum.mjs +20 -0
- package/esm2022/lib/enums/index.mjs +2 -0
- package/esm2022/lib/enums/string-placeholder.enum.mjs +14 -0
- package/esm2022/lib/pipes/index.mjs +2 -1
- package/esm2022/lib/pipes/row-class.pipe.mjs +26 -0
- package/esm2022/lib/pipes/truck-trailer-color-finder.pipe.mjs +72 -0
- package/esm2022/lib/utils/constants/dropdown-menu-content.constants.mjs +26 -26
- package/esm2022/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.mjs +4 -4
- package/esm2022/lib/utils/helpers/dropdown-menu-content.helper.mjs +6 -6
- package/esm2022/public-api.mjs +17 -2
- package/fesm2022/ca-components.mjs +7028 -1512
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/ca-components.module.d.ts +40 -33
- package/lib/components/ca-autoclose-popover/ca-autoclose-popover.component.d.ts +2 -1
- package/lib/components/ca-checkbox/ca-checkbox.component.d.ts +39 -0
- package/lib/components/ca-checkbox/interfaces/column-check-action.interface.d.ts +6 -0
- package/lib/components/ca-checkbox/interfaces/index.d.ts +1 -0
- package/lib/components/ca-checkbox/utils/svg-routes/checkbox-svg-routes.d.ts +6 -0
- package/lib/components/ca-checkbox/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-custom-datetime-pickers/ca-custom-datetime-pickers.component.d.ts +1 -1
- package/lib/components/ca-dropdown-menu/ca-dropdown-menu.component.d.ts +16 -7
- package/lib/components/ca-dropdown-menu/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +5 -2
- package/lib/components/ca-dropdown-menu/enums/index.d.ts +1 -1
- package/lib/components/ca-dropdown-menu/{models/dropdown-menu-item.model.d.ts → interfaces/dropdown-menu-item.interface.d.ts} +7 -1
- package/lib/components/ca-dropdown-menu/{models/dropdown-menu-option-emit.model.d.ts → interfaces/dropdown-menu-option-emit.interface.d.ts} +1 -1
- package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +2 -0
- package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +8 -0
- package/lib/components/ca-dropdown-menu/pipes/index.d.ts +1 -0
- package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
- package/lib/components/ca-filters/pipes/index.d.ts +6 -0
- package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
- package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
- package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-input-address-dropdown/enums/input-address-basic-string.enum.d.ts +4 -0
- 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/base-classes/ca-input-event-manager.d.ts +16 -0
- package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +20 -0
- package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +16 -0
- package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +20 -0
- package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +26 -0
- package/lib/components/ca-input-test/config/ca-input.config.d.ts +168 -0
- package/lib/components/ca-input-test/config/index.d.ts +1 -0
- package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +14 -0
- package/lib/components/ca-input-test/directives/index.d.ts +5 -0
- package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +12 -0
- package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +13 -0
- package/lib/components/ca-input-test/directives/price_format.directive.d.ts +11 -0
- package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +27 -0
- package/lib/components/ca-input-test/enums/index.d.ts +4 -0
- package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +9 -0
- package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +6 -0
- package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +7 -0
- package/lib/components/ca-input-test/enums/input-string.enum.d.ts +112 -0
- package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +6 -0
- package/lib/components/{ca-input/input-test → ca-input-test}/input-test.component.d.ts +13 -12
- package/lib/components/{ca-input → ca-input-test}/mixins/input-command.mixin.d.ts +1 -1
- package/lib/components/{ca-input → ca-input-test}/mixins/input-helper.mixin.d.ts +1 -1
- package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +12 -0
- package/lib/components/ca-input-test/models/command-click.model.d.ts +5 -0
- package/lib/components/ca-input-test/models/commands-event.model.d.ts +5 -0
- package/lib/components/ca-input-test/models/index.d.ts +3 -0
- package/lib/components/ca-input-test/models/label-color.model.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +7 -0
- package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +8 -0
- package/lib/components/ca-input-test/pipes/index.d.ts +19 -0
- package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +13 -0
- package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +7 -0
- package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +38 -0
- package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +12 -0
- package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +7 -0
- package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +10 -0
- package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +8 -0
- package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +8 -0
- package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +9 -0
- package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +9 -0
- package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +9 -0
- package/lib/components/ca-input-test/utils/index.d.ts +2 -0
- package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +1 -0
- package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +16 -0
- 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 +35 -0
- package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +43 -0
- package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +35 -0
- package/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.d.ts +43 -0
- package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +3 -0
- package/lib/components/ca-new-filter/constant/index.d.ts +1 -0
- package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +13 -0
- package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +4 -0
- package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +35 -0
- package/lib/components/ca-new-filter/enums/index.d.ts +3 -0
- package/lib/components/ca-new-filter/interface/country.interface.d.ts +13 -0
- package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +18 -0
- package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +13 -0
- package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +17 -0
- package/lib/components/ca-new-filter/interface/index.d.ts +6 -0
- package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +5 -0
- package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +9 -0
- package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +8 -0
- package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +2 -0
- package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +2 -0
- package/lib/components/ca-new-filter/types/filter-time.types.d.ts +2 -0
- package/lib/components/ca-new-filter/types/index.d.ts +3 -0
- package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +7 -0
- package/lib/components/ca-new-filter/utils/configs/index.d.ts +1 -0
- package/lib/components/ca-new-filter/utils/helpers/index.d.ts +1 -0
- package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +6 -0
- package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +7 -6
- package/lib/components/ca-period-content/enums/index.d.ts +1 -0
- package/lib/components/ca-period-content/enums/period-title-type.enum.d.ts +7 -0
- package/lib/components/ca-period-content/utils/constants/color-map.d.ts +2 -3
- package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +3 -3
- package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +2 -2
- package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +11 -11
- package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +12 -5
- package/lib/components/ca-sort-dropdown/types/index.d.ts +1 -0
- package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +5 -0
- package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +2 -1
- package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +22 -0
- package/lib/components/ca-vehicle-list/enums/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/enums/vehicle-list.enum.d.ts +4 -0
- package/lib/components/ca-vehicle-list/interfaces/index.d.ts +2 -0
- package/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.d.ts +5 -0
- package/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.d.ts +7 -0
- package/lib/components/ca-vehicle-list/models/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/models/vehicle-list.model.d.ts +11 -0
- package/lib/components/ca-vehicle-list/types/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/types/vehicle-list.type.d.ts +2 -0
- package/lib/components/ca-vehicle-list/utils/constants/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +5 -0
- package/lib/components/ca-vehicle-list/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.d.ts +6 -0
- package/lib/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +1 -1
- package/lib/enums/index.d.ts +1 -0
- package/lib/enums/string-placeholder.enum.d.ts +12 -0
- package/lib/pipes/index.d.ts +1 -0
- package/lib/pipes/row-class.pipe.d.ts +7 -0
- package/lib/pipes/truck-trailer-color-finder.pipe.d.ts +7 -0
- package/lib/utils/constants/dropdown-menu-content.constants.d.ts +3 -3
- package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +3 -3
- package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +16 -1
- package/src/assets/ca-components/svg/common/fuel.svg +4 -0
- package/src/assets/ca-components/svg/common/ic_arrow_desc.svg +3 -0
- package/src/assets/ca-components/svg/common/ic_carriera-logo-active.svg +4 -0
- package/src/assets/ca-components/svg/common/ic_carriera-logo-inactive.svg +4 -0
- package/src/assets/ca-components/svg/common/ic_columns.svg +8 -0
- package/src/assets/ca-components/svg/common/ic_disable.svg +3 -0
- package/src/assets/ca-components/svg/common/ic_owner-status.svg +7 -0
- package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu-string.enum.mjs +0 -14
- package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-item.model.mjs +0 -2
- package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-option-emit.model.mjs +0 -2
- package/esm2022/lib/components/ca-dropdown-menu/models/index.mjs +0 -3
- package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +0 -102
- package/esm2022/lib/components/ca-input/directives/command-visible.directive.mjs +0 -48
- package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +0 -266
- package/esm2022/lib/components/ca-input/mixins/input-command.mixin.mjs +0 -127
- package/esm2022/lib/components/ca-input/mixins/input-helper.mixin.mjs +0 -49
- package/esm2022/lib/components/ca-input/models/base.model.mjs +0 -2
- package/esm2022/lib/components/ca-period-content/utils/constants/index.mjs +0 -3
- package/esm2022/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.mjs +0 -15
- package/esm2022/lib/enums/dropdown-menu-string.enum.mjs +0 -20
- package/lib/components/ca-dropdown-menu/models/index.d.ts +0 -2
- package/lib/components/ca-period-content/utils/constants/index.d.ts +0 -2
- package/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.d.ts +0 -10
- /package/lib/components/{ca-input → ca-input-test}/directives/command-visible.directive.d.ts +0 -0
- /package/lib/components/{ca-input → ca-input-test}/models/base.model.d.ts +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Pipe } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ShowClearPipe {
|
|
4
|
+
transform(inputConfig) {
|
|
5
|
+
return ((!inputConfig.hideClear &&
|
|
6
|
+
(!inputConfig.isDisabled || inputConfig.removeInput) &&
|
|
7
|
+
!inputConfig.customClass?.includes("details-pages") &&
|
|
8
|
+
!inputConfig.commands?.active &&
|
|
9
|
+
!inputConfig?.loadingSpinner?.isLoading) ||
|
|
10
|
+
inputConfig.incorrectInput);
|
|
11
|
+
}
|
|
12
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowClearPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
13
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ShowClearPipe, isStandalone: true, name: "showClear" }); }
|
|
14
|
+
}
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowClearPipe, decorators: [{
|
|
16
|
+
type: Pipe,
|
|
17
|
+
args: [{
|
|
18
|
+
name: "showClear",
|
|
19
|
+
standalone: true
|
|
20
|
+
}]
|
|
21
|
+
}] });
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hvdy1jbGVhci5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtdGVzdC9waXBlcy9zaG93LWNsZWFyLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBT3BELE1BQU0sT0FBTyxhQUFhO0lBQ3hCLFNBQVMsQ0FBQyxXQUFxQjtRQUM3QixPQUFPLENBQ0wsQ0FBQyxDQUFDLFdBQVcsQ0FBQyxTQUFTO1lBQ3JCLENBQUMsQ0FBQyxXQUFXLENBQUMsVUFBVSxJQUFJLFdBQVcsQ0FBQyxXQUFXLENBQUM7WUFDcEQsQ0FBQyxXQUFXLENBQUMsV0FBVyxFQUFFLFFBQVEsQ0FBQyxlQUFlLENBQUM7WUFDbkQsQ0FBQyxXQUFXLENBQUMsUUFBUSxFQUFFLE1BQU07WUFDN0IsQ0FBQyxXQUFXLEVBQUUsY0FBYyxFQUFFLFNBQVMsQ0FBQztZQUMxQyxXQUFXLENBQUMsY0FBYyxDQUMzQixDQUFDO0lBQ0osQ0FBQzsrR0FWVSxhQUFhOzZHQUFiLGFBQWE7OzRGQUFiLGFBQWE7a0JBSnpCLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLFdBQVc7b0JBQ2pCLFVBQVUsRUFBRSxJQUFJO2lCQUNqQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFBpcGUsIFBpcGVUcmFuc2Zvcm0gfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tIFwiLi4vY29uZmlnL2NhLWlucHV0LmNvbmZpZ1wiO1xuXG5AUGlwZSh7XG4gIG5hbWU6IFwic2hvd0NsZWFyXCIsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgU2hvd0NsZWFyUGlwZSBpbXBsZW1lbnRzIFBpcGVUcmFuc2Zvcm0ge1xuICB0cmFuc2Zvcm0oaW5wdXRDb25maWc6IElDYUlucHV0KTogYm9vbGVhbiB8IHVuZGVmaW5lZCB7XG4gICAgcmV0dXJuIChcbiAgICAgICghaW5wdXRDb25maWcuaGlkZUNsZWFyICYmXG4gICAgICAgICghaW5wdXRDb25maWcuaXNEaXNhYmxlZCB8fCBpbnB1dENvbmZpZy5yZW1vdmVJbnB1dCkgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmN1c3RvbUNsYXNzPy5pbmNsdWRlcyhcImRldGFpbHMtcGFnZXNcIikgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmNvbW1hbmRzPy5hY3RpdmUgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnPy5sb2FkaW5nU3Bpbm5lcj8uaXNMb2FkaW5nKSB8fFxuICAgICAgaW5wdXRDb25maWcuaW5jb3JyZWN0SW5wdXRcbiAgICApO1xuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ShowDropdownArrowPipe {
|
|
4
|
+
transform(inputConfig) {
|
|
5
|
+
return ((!inputConfig.hideDropdownArrow &&
|
|
6
|
+
(inputConfig.isDropdown || inputConfig.dropdownLabel) &&
|
|
7
|
+
!inputConfig.multiSelectDropdownActive &&
|
|
8
|
+
!inputConfig.isDisabled) ||
|
|
9
|
+
((inputConfig.name === 'datepicker' ||
|
|
10
|
+
inputConfig.name === 'timepicker' ||
|
|
11
|
+
inputConfig.name == 'datepickerBankCard') &&
|
|
12
|
+
!inputConfig.incorrectInput &&
|
|
13
|
+
!inputConfig.isDisabled &&
|
|
14
|
+
!inputConfig.hideDropdownArrow));
|
|
15
|
+
}
|
|
16
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowDropdownArrowPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
17
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ShowDropdownArrowPipe, isStandalone: true, name: "showDropdownArrow" }); }
|
|
18
|
+
}
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowDropdownArrowPipe, decorators: [{
|
|
20
|
+
type: Pipe,
|
|
21
|
+
args: [{
|
|
22
|
+
name: 'showDropdownArrow',
|
|
23
|
+
standalone: true,
|
|
24
|
+
}]
|
|
25
|
+
}] });
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hvdy1kcm9wZG93bi1hcnJvdy5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtdGVzdC9waXBlcy9zaG93LWRyb3Bkb3duLWFycm93LnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBT3BELE1BQU0sT0FBTyxxQkFBcUI7SUFDaEMsU0FBUyxDQUFDLFdBQXFCO1FBQzdCLE9BQU8sQ0FDTCxDQUFDLENBQUMsV0FBVyxDQUFDLGlCQUFpQjtZQUM3QixDQUFDLFdBQVcsQ0FBQyxVQUFVLElBQUksV0FBVyxDQUFDLGFBQWEsQ0FBQztZQUNyRCxDQUFDLFdBQVcsQ0FBQyx5QkFBeUI7WUFDdEMsQ0FBQyxXQUFXLENBQUMsVUFBVSxDQUFDO1lBQzFCLENBQUMsQ0FBQyxXQUFXLENBQUMsSUFBSSxLQUFLLFlBQVk7Z0JBQ2pDLFdBQVcsQ0FBQyxJQUFJLEtBQUssWUFBWTtnQkFDakMsV0FBVyxDQUFDLElBQUksSUFBSSxvQkFBb0IsQ0FBQztnQkFDekMsQ0FBQyxXQUFXLENBQUMsY0FBYztnQkFDM0IsQ0FBQyxXQUFXLENBQUMsVUFBVTtnQkFDdkIsQ0FBQyxXQUFXLENBQUMsaUJBQWlCLENBQUMsQ0FDbEMsQ0FBQztJQUNKLENBQUM7K0dBZFUscUJBQXFCOzZHQUFyQixxQkFBcUI7OzRGQUFyQixxQkFBcUI7a0JBSmpDLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLG1CQUFtQjtvQkFDekIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tICcuLi9jb25maWcvY2EtaW5wdXQuY29uZmlnJztcblxuQFBpcGUoe1xuICBuYW1lOiAnc2hvd0Ryb3Bkb3duQXJyb3cnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxufSlcbmV4cG9ydCBjbGFzcyBTaG93RHJvcGRvd25BcnJvd1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgdHJhbnNmb3JtKGlucHV0Q29uZmlnOiBJQ2FJbnB1dCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiAoXG4gICAgICAoIWlucHV0Q29uZmlnLmhpZGVEcm9wZG93bkFycm93ICYmXG4gICAgICAgIChpbnB1dENvbmZpZy5pc0Ryb3Bkb3duIHx8IGlucHV0Q29uZmlnLmRyb3Bkb3duTGFiZWwpICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5tdWx0aVNlbGVjdERyb3Bkb3duQWN0aXZlICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkKSB8fFxuICAgICAgKChpbnB1dENvbmZpZy5uYW1lID09PSAnZGF0ZXBpY2tlcicgfHxcbiAgICAgICAgaW5wdXRDb25maWcubmFtZSA9PT0gJ3RpbWVwaWNrZXInIHx8XG4gICAgICAgIGlucHV0Q29uZmlnLm5hbWUgPT0gJ2RhdGVwaWNrZXJCYW5rQ2FyZCcpICYmXG4gICAgICAgICFpbnB1dENvbmZpZy5pbmNvcnJlY3RJbnB1dCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaGlkZURyb3Bkb3duQXJyb3cpXG4gICAgKTtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Pipe } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ShowInvalidDangerMarkPipe {
|
|
4
|
+
transform(inputConfig, getSuperControl, isFocusInput, isTouchedInput, value) {
|
|
5
|
+
return (((isTouchedInput || getSuperControl?.touched) &&
|
|
6
|
+
getSuperControl?.value &&
|
|
7
|
+
getSuperControl?.invalid &&
|
|
8
|
+
!isFocusInput &&
|
|
9
|
+
!inputConfig.isDisabled &&
|
|
10
|
+
!inputConfig.incorrectInput &&
|
|
11
|
+
!inputConfig.blackInput &&
|
|
12
|
+
!inputConfig.isDropdown &&
|
|
13
|
+
!inputConfig.dropdownLabel &&
|
|
14
|
+
!inputConfig.hideDangerMark) ||
|
|
15
|
+
inputConfig.dangerMark);
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowInvalidDangerMarkPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
18
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ShowInvalidDangerMarkPipe, isStandalone: true, name: "showInvalidDangerMark" }); }
|
|
19
|
+
}
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowInvalidDangerMarkPipe, decorators: [{
|
|
21
|
+
type: Pipe,
|
|
22
|
+
args: [{
|
|
23
|
+
name: "showInvalidDangerMark",
|
|
24
|
+
standalone: true,
|
|
25
|
+
}]
|
|
26
|
+
}] });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hvdy1pbnZhbGlkLWRhbmdlci1tYXJrLnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L3BpcGVzL3Nob3ctaW52YWxpZC1kYW5nZXItbWFyay5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDOztBQVFwRCxNQUFNLE9BQU8seUJBQXlCO0lBQ3BDLFNBQVMsQ0FDUCxXQUFxQixFQUNyQixlQUFpRCxFQUNqRCxZQUFxQixFQUNyQixjQUF1QixFQUN2QixLQUFhO1FBRWIsT0FBTyxDQUNMLENBQUMsQ0FBQyxjQUFjLElBQUksZUFBZSxFQUFFLE9BQU8sQ0FBQztZQUMzQyxlQUFlLEVBQUUsS0FBSztZQUN0QixlQUFlLEVBQUUsT0FBTztZQUN4QixDQUFDLFlBQVk7WUFDYixDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3ZCLENBQUMsV0FBVyxDQUFDLGNBQWM7WUFDM0IsQ0FBQyxXQUFXLENBQUMsVUFBVTtZQUN2QixDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3ZCLENBQUMsV0FBVyxDQUFDLGFBQWE7WUFDMUIsQ0FBQyxXQUFXLENBQUMsY0FBYyxDQUFDO1lBQzlCLFdBQVcsQ0FBQyxVQUFVLENBQ3ZCLENBQUM7SUFDSixDQUFDOytHQXJCVSx5QkFBeUI7NkdBQXpCLHlCQUF5Qjs7NEZBQXpCLHlCQUF5QjtrQkFKckMsSUFBSTttQkFBQztvQkFDSixJQUFJLEVBQUUsdUJBQXVCO29CQUM3QixVQUFVLEVBQUUsSUFBSTtpQkFDakIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQaXBlLCBQaXBlVHJhbnNmb3JtIH0gZnJvbSBcIkBhbmd1bGFyL2NvcmVcIjtcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCB9IGZyb20gXCJAYW5ndWxhci9mb3Jtc1wiO1xuaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tIFwiLi4vY29uZmlnL2NhLWlucHV0LmNvbmZpZ1wiO1xuXG5AUGlwZSh7XG4gIG5hbWU6IFwic2hvd0ludmFsaWREYW5nZXJNYXJrXCIsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG59KVxuZXhwb3J0IGNsYXNzIFNob3dJbnZhbGlkRGFuZ2VyTWFya1BpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgdHJhbnNmb3JtKFxuICAgIGlucHV0Q29uZmlnOiBJQ2FJbnB1dCxcbiAgICBnZXRTdXBlckNvbnRyb2w6IEFic3RyYWN0Q29udHJvbDxhbnksIGFueT4gfCBudWxsLFxuICAgIGlzRm9jdXNJbnB1dDogYm9vbGVhbixcbiAgICBpc1RvdWNoZWRJbnB1dDogYm9vbGVhbixcbiAgICB2YWx1ZTogc3RyaW5nXG4gICk6IGJvb2xlYW4gfCB1bmRlZmluZWQge1xuICAgIHJldHVybiAoXG4gICAgICAoKGlzVG91Y2hlZElucHV0IHx8IGdldFN1cGVyQ29udHJvbD8udG91Y2hlZCkgJiZcbiAgICAgICAgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSAmJlxuICAgICAgICBnZXRTdXBlckNvbnRyb2w/LmludmFsaWQgJiZcbiAgICAgICAgIWlzRm9jdXNJbnB1dCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaXNEaXNhYmxlZCAmJlxuICAgICAgICAhaW5wdXRDb25maWcuaW5jb3JyZWN0SW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmlzRHJvcGRvd24gJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmRyb3Bkb3duTGFiZWwgJiZcbiAgICAgICAgIWlucHV0Q29uZmlnLmhpZGVEYW5nZXJNYXJrKSB8fFxuICAgICAgaW5wdXRDb25maWcuZGFuZ2VyTWFya1xuICAgICk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Pipe } from '@angular/core';
|
|
2
|
+
import { InputCommandsType } from '../enums';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class ShowPlaceholderTextPipe {
|
|
5
|
+
transform(inputConfig, getSuperControl, isVisibleCommands, value) {
|
|
6
|
+
return ((inputConfig.placeholderText &&
|
|
7
|
+
(getSuperControl?.value || getSuperControl?.value === 0) &&
|
|
8
|
+
!isVisibleCommands &&
|
|
9
|
+
inputConfig?.commands?.type === InputCommandsType.INCREMENT_DECREMENT) ||
|
|
10
|
+
(inputConfig.placeholderText &&
|
|
11
|
+
(getSuperControl?.value || getSuperControl?.value === 0) &&
|
|
12
|
+
inputConfig?.commands?.type !== InputCommandsType.INCREMENT_DECREMENT));
|
|
13
|
+
}
|
|
14
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowPlaceholderTextPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
15
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ShowPlaceholderTextPipe, isStandalone: true, name: "showPlaceholderText" }); }
|
|
16
|
+
}
|
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowPlaceholderTextPipe, decorators: [{
|
|
18
|
+
type: Pipe,
|
|
19
|
+
args: [{
|
|
20
|
+
name: 'showPlaceholderText',
|
|
21
|
+
standalone: true,
|
|
22
|
+
}]
|
|
23
|
+
}] });
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hvdy1wbGFjZWhvbGRlci10ZXh0LnBpcGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L3BpcGVzL3Nob3ctcGxhY2Vob2xkZXItdGV4dC5waXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxJQUFJLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBR3BELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7QUFNN0MsTUFBTSxPQUFPLHVCQUF1QjtJQUNsQyxTQUFTLENBQ1AsV0FBcUIsRUFDckIsZUFBaUQsRUFDakQsaUJBQTBCLEVBQzFCLEtBQWE7UUFFYixPQUFPLENBQ0wsQ0FBQyxXQUFXLENBQUMsZUFBZTtZQUMxQixDQUFDLGVBQWUsRUFBRSxLQUFLLElBQUksZUFBZSxFQUFFLEtBQUssS0FBSyxDQUFDLENBQUM7WUFDeEQsQ0FBQyxpQkFBaUI7WUFDbEIsV0FBVyxFQUFFLFFBQVEsRUFBRSxJQUFJLEtBQUssaUJBQWlCLENBQUMsbUJBQW1CLENBQUM7WUFDeEUsQ0FBQyxXQUFXLENBQUMsZUFBZTtnQkFDMUIsQ0FBQyxlQUFlLEVBQUUsS0FBSyxJQUFJLGVBQWUsRUFBRSxLQUFLLEtBQUssQ0FBQyxDQUFDO2dCQUN4RCxXQUFXLEVBQUUsUUFBUSxFQUFFLElBQUksS0FBSyxpQkFBaUIsQ0FBQyxtQkFBbUIsQ0FBQyxDQUN6RSxDQUFDO0lBQ0osQ0FBQzsrR0FoQlUsdUJBQXVCOzZHQUF2Qix1QkFBdUI7OzRGQUF2Qix1QkFBdUI7a0JBSm5DLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLHFCQUFxQjtvQkFDM0IsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgSUNhSW5wdXQgfSBmcm9tICcuLi9jb25maWcvY2EtaW5wdXQuY29uZmlnJztcbmltcG9ydCB7IEFic3RyYWN0Q29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IElucHV0Q29tbWFuZHNUeXBlIH0gZnJvbSAnLi4vZW51bXMnO1xuXG5AUGlwZSh7XG4gIG5hbWU6ICdzaG93UGxhY2Vob2xkZXJUZXh0JyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbn0pXG5leHBvcnQgY2xhc3MgU2hvd1BsYWNlaG9sZGVyVGV4dFBpcGUgaW1wbGVtZW50cyBQaXBlVHJhbnNmb3JtIHtcbiAgdHJhbnNmb3JtKFxuICAgIGlucHV0Q29uZmlnOiBJQ2FJbnB1dCxcbiAgICBnZXRTdXBlckNvbnRyb2w6IEFic3RyYWN0Q29udHJvbDxhbnksIGFueT4gfCBudWxsLFxuICAgIGlzVmlzaWJsZUNvbW1hbmRzOiBib29sZWFuLFxuICAgIHZhbHVlOiBzdHJpbmdcbiAgKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuIChcbiAgICAgIChpbnB1dENvbmZpZy5wbGFjZWhvbGRlclRleHQgJiZcbiAgICAgICAgKGdldFN1cGVyQ29udHJvbD8udmFsdWUgfHwgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSA9PT0gMCkgJiZcbiAgICAgICAgIWlzVmlzaWJsZUNvbW1hbmRzICYmXG4gICAgICAgIGlucHV0Q29uZmlnPy5jb21tYW5kcz8udHlwZSA9PT0gSW5wdXRDb21tYW5kc1R5cGUuSU5DUkVNRU5UX0RFQ1JFTUVOVCkgfHxcbiAgICAgIChpbnB1dENvbmZpZy5wbGFjZWhvbGRlclRleHQgJiZcbiAgICAgICAgKGdldFN1cGVyQ29udHJvbD8udmFsdWUgfHwgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSA9PT0gMCkgJiZcbiAgICAgICAgaW5wdXRDb25maWc/LmNvbW1hbmRzPy50eXBlICE9PSBJbnB1dENvbW1hbmRzVHlwZS5JTkNSRU1FTlRfREVDUkVNRU5UKVxuICAgICk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Pipe } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ShowValidCheckPipe {
|
|
4
|
+
transform(getSuperControl, isFocusInput, inputConfig, value) {
|
|
5
|
+
return ((getSuperControl?.value || getSuperControl?.value === 0) &&
|
|
6
|
+
getSuperControl?.valid &&
|
|
7
|
+
!isFocusInput &&
|
|
8
|
+
!inputConfig.isDisabled &&
|
|
9
|
+
!inputConfig.placeholderIcon &&
|
|
10
|
+
!inputConfig.isDropdown &&
|
|
11
|
+
!inputConfig.blackInput &&
|
|
12
|
+
!inputConfig.hideRequiredCheck &&
|
|
13
|
+
!inputConfig.incorrectInput &&
|
|
14
|
+
!inputConfig?.loadingSpinner?.isLoading &&
|
|
15
|
+
!inputConfig.dropdownLabel);
|
|
16
|
+
}
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowValidCheckPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
18
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: ShowValidCheckPipe, isStandalone: true, name: "showValidCheck" }); }
|
|
19
|
+
}
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ShowValidCheckPipe, decorators: [{
|
|
21
|
+
type: Pipe,
|
|
22
|
+
args: [{
|
|
23
|
+
name: "showValidCheck",
|
|
24
|
+
standalone: true
|
|
25
|
+
}]
|
|
26
|
+
}] });
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2hvdy12YWxpZC1jaGVjay5waXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtaW5wdXQtdGVzdC9waXBlcy9zaG93LXZhbGlkLWNoZWNrLnBpcGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLElBQUksRUFBaUIsTUFBTSxlQUFlLENBQUM7O0FBUXBELE1BQU0sT0FBTyxrQkFBa0I7SUFDN0IsU0FBUyxDQUNQLGVBQWlELEVBQ2pELFlBQXFCLEVBQ3JCLFdBQXFCLEVBQ3JCLEtBQWE7UUFFYixPQUFPLENBQ0wsQ0FBQyxlQUFlLEVBQUUsS0FBSyxJQUFJLGVBQWUsRUFBRSxLQUFLLEtBQUssQ0FBQyxDQUFDO1lBQ3hELGVBQWUsRUFBRSxLQUFLO1lBQ3RCLENBQUMsWUFBWTtZQUNiLENBQUMsV0FBVyxDQUFDLFVBQVU7WUFDdkIsQ0FBQyxXQUFXLENBQUMsZUFBZTtZQUM1QixDQUFDLFdBQVcsQ0FBQyxVQUFVO1lBQ3ZCLENBQUMsV0FBVyxDQUFDLFVBQVU7WUFDdkIsQ0FBQyxXQUFXLENBQUMsaUJBQWlCO1lBQzlCLENBQUMsV0FBVyxDQUFDLGNBQWM7WUFDM0IsQ0FBQyxXQUFXLEVBQUUsY0FBYyxFQUFFLFNBQVM7WUFDdkMsQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUMzQixDQUFDO0lBQ0osQ0FBQzsrR0FwQlUsa0JBQWtCOzZHQUFsQixrQkFBa0I7OzRGQUFsQixrQkFBa0I7a0JBSjlCLElBQUk7bUJBQUM7b0JBQ0osSUFBSSxFQUFFLGdCQUFnQjtvQkFDdEIsVUFBVSxFQUFFLElBQUk7aUJBQ2pCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUGlwZSwgUGlwZVRyYW5zZm9ybSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBBYnN0cmFjdENvbnRyb2wgfSBmcm9tIFwiQGFuZ3VsYXIvZm9ybXNcIjtcbmltcG9ydCB7IElDYUlucHV0IH0gZnJvbSBcIi4uL2NvbmZpZy9jYS1pbnB1dC5jb25maWdcIjtcblxuQFBpcGUoe1xuICBuYW1lOiBcInNob3dWYWxpZENoZWNrXCIsXG4gIHN0YW5kYWxvbmU6IHRydWVcbn0pXG5leHBvcnQgY2xhc3MgU2hvd1ZhbGlkQ2hlY2tQaXBlIGltcGxlbWVudHMgUGlwZVRyYW5zZm9ybSB7XG4gIHRyYW5zZm9ybShcbiAgICBnZXRTdXBlckNvbnRyb2w6IEFic3RyYWN0Q29udHJvbDxhbnksIGFueT4gfCBudWxsLFxuICAgIGlzRm9jdXNJbnB1dDogYm9vbGVhbixcbiAgICBpbnB1dENvbmZpZzogSUNhSW5wdXQsXG4gICAgdmFsdWU6IHN0cmluZ1xuICApOiBib29sZWFuIHtcbiAgICByZXR1cm4gKFxuICAgICAgKGdldFN1cGVyQ29udHJvbD8udmFsdWUgfHwgZ2V0U3VwZXJDb250cm9sPy52YWx1ZSA9PT0gMCkgJiZcbiAgICAgIGdldFN1cGVyQ29udHJvbD8udmFsaWQgJiZcbiAgICAgICFpc0ZvY3VzSW5wdXQgJiZcbiAgICAgICFpbnB1dENvbmZpZy5pc0Rpc2FibGVkICYmXG4gICAgICAhaW5wdXRDb25maWcucGxhY2Vob2xkZXJJY29uICYmXG4gICAgICAhaW5wdXRDb25maWcuaXNEcm9wZG93biAmJlxuICAgICAgIWlucHV0Q29uZmlnLmJsYWNrSW5wdXQgJiZcbiAgICAgICFpbnB1dENvbmZpZy5oaWRlUmVxdWlyZWRDaGVjayAmJlxuICAgICAgIWlucHV0Q29uZmlnLmluY29ycmVjdElucHV0ICYmXG4gICAgICAhaW5wdXRDb25maWc/LmxvYWRpbmdTcGlubmVyPy5pc0xvYWRpbmcgJiZcbiAgICAgICFpbnB1dENvbmZpZy5kcm9wZG93bkxhYmVsXG4gICAgKTtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './input-svg-routes';
|
|
2
|
+
export * from './input-change-value.type';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L3V0aWxzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywyQkFBMkIsQ0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vaW5wdXQtc3ZnLXJvdXRlcyc7XG5leHBvcnQgKiBmcm9tICcuL2lucHV0LWNoYW5nZS12YWx1ZS50eXBlJyJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtY2hhbmdlLXZhbHVlLnR5cGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1pbnB1dC10ZXN0L3V0aWxzL2lucHV0LWNoYW5nZS12YWx1ZS50eXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBJbnB1dENoYW5nZVZhbHVlID0gc3RyaW5nIHwgbnVtYmVyIHwgRGF0ZTtcbiJdfQ==
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export class InputSvgRoutes {
|
|
2
|
+
static { this.removeInputSvg = 'assets/ca-components/svg/input/ic_remove_input.svg'; }
|
|
3
|
+
static { this.xClearSvg = 'assets/ca-components/svg/input/ic_x.svg'; }
|
|
4
|
+
static { this.xClearCommonSvg = 'assets/ca-components/svg/common/ic_x.svg'; }
|
|
5
|
+
static { this.confirmSvg = 'assets/ca-components/svg/input/ic_confirm.svg'; }
|
|
6
|
+
static { this.dangerSvg = 'assets/ca-components/svg/input/ic_danger.svg'; }
|
|
7
|
+
static { this.eyeVisibleSvg = 'assets/ca-components/svg/input/ic_eye-visible.svg'; }
|
|
8
|
+
static { this.eyeHiddenSvg = 'assets/ca-components/svg/input/ic_eye-hidden.svg'; }
|
|
9
|
+
static { this.decrementSvg = 'assets/ca-components/svg/input/ic_pm_decrement.svg'; }
|
|
10
|
+
static { this.incrementSvg = 'assets/ca-components/svg/input/ic_pm_increment.svg'; }
|
|
11
|
+
static { this.inputPenSvg = 'assets/ca-components/svg/input/ic_spec_input_pen.svg'; }
|
|
12
|
+
static { this.inputDropdownArrowSvg = 'assets/ca-components/svg/input/ic_arrow_input.svg'; }
|
|
13
|
+
static { this.dynamicLabelSvg = 'assets/ca-components/svg/input/ic_dynamic_label.svg'; }
|
|
14
|
+
static { this.dynamicFocusLabelSvg = 'assets/ca-components/svg/input/ic_dynamic_focus_label.svg'; }
|
|
15
|
+
static { this.ownerBadgeBlueSvg = 'assets/ca-components/svg/common/owner-badge-blue.svg'; }
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtc3ZnLXJvdXRlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvdXRpbHMvaW5wdXQtc3ZnLXJvdXRlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sY0FBYzthQUNsQixtQkFBYyxHQUNuQixvREFBb0QsQ0FBQzthQUNoRCxjQUFTLEdBQVcseUNBQXlDLENBQUM7YUFDOUQsb0JBQWUsR0FBVywwQ0FBMEMsQ0FBQzthQUNyRSxlQUFVLEdBQVcsK0NBQStDLENBQUM7YUFDckUsY0FBUyxHQUFXLDhDQUE4QyxDQUFDO2FBQ25FLGtCQUFhLEdBQ2xCLG1EQUFtRCxDQUFDO2FBQy9DLGlCQUFZLEdBQ2pCLGtEQUFrRCxDQUFDO2FBQzlDLGlCQUFZLEdBQ2pCLG9EQUFvRCxDQUFDO2FBQ2hELGlCQUFZLEdBQ2pCLG9EQUFvRCxDQUFDO2FBQ2hELGdCQUFXLEdBQ2hCLHNEQUFzRCxDQUFDO2FBQ2xELDBCQUFxQixHQUMxQixtREFBbUQsQ0FBQzthQUMvQyxvQkFBZSxHQUNwQixxREFBcUQsQ0FBQzthQUNqRCx5QkFBb0IsR0FDekIsMkRBQTJELENBQUM7YUFDdkQsc0JBQWlCLEdBQ3RCLHNEQUFzRCxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIElucHV0U3ZnUm91dGVzIHtcbiAgc3RhdGljIHJlbW92ZUlucHV0U3ZnOiBzdHJpbmcgPVxuICAgICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvaW5wdXQvaWNfcmVtb3ZlX2lucHV0LnN2Zyc7XG4gIHN0YXRpYyB4Q2xlYXJTdmc6IHN0cmluZyA9ICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvaW5wdXQvaWNfeC5zdmcnO1xuICBzdGF0aWMgeENsZWFyQ29tbW9uU3ZnOiBzdHJpbmcgPSAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2NvbW1vbi9pY194LnN2Zyc7XG4gIHN0YXRpYyBjb25maXJtU3ZnOiBzdHJpbmcgPSAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2lucHV0L2ljX2NvbmZpcm0uc3ZnJztcbiAgc3RhdGljIGRhbmdlclN2Zzogc3RyaW5nID0gJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9pbnB1dC9pY19kYW5nZXIuc3ZnJztcbiAgc3RhdGljIGV5ZVZpc2libGVTdmc6IHN0cmluZyA9XG4gICAgJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9pbnB1dC9pY19leWUtdmlzaWJsZS5zdmcnO1xuICBzdGF0aWMgZXllSGlkZGVuU3ZnOiBzdHJpbmcgPVxuICAgICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvaW5wdXQvaWNfZXllLWhpZGRlbi5zdmcnO1xuICBzdGF0aWMgZGVjcmVtZW50U3ZnOiBzdHJpbmcgPVxuICAgICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvaW5wdXQvaWNfcG1fZGVjcmVtZW50LnN2Zyc7XG4gIHN0YXRpYyBpbmNyZW1lbnRTdmc6IHN0cmluZyA9XG4gICAgJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9pbnB1dC9pY19wbV9pbmNyZW1lbnQuc3ZnJztcbiAgc3RhdGljIGlucHV0UGVuU3ZnOiBzdHJpbmcgPVxuICAgICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvaW5wdXQvaWNfc3BlY19pbnB1dF9wZW4uc3ZnJztcbiAgc3RhdGljIGlucHV0RHJvcGRvd25BcnJvd1N2Zzogc3RyaW5nID1cbiAgICAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2lucHV0L2ljX2Fycm93X2lucHV0LnN2Zyc7XG4gIHN0YXRpYyBkeW5hbWljTGFiZWxTdmc6IHN0cmluZyA9XG4gICAgJ2Fzc2V0cy9jYS1jb21wb25lbnRzL3N2Zy9pbnB1dC9pY19keW5hbWljX2xhYmVsLnN2Zyc7XG4gIHN0YXRpYyBkeW5hbWljRm9jdXNMYWJlbFN2Zzogc3RyaW5nID1cbiAgICAnYXNzZXRzL2NhLWNvbXBvbmVudHMvc3ZnL2lucHV0L2ljX2R5bmFtaWNfZm9jdXNfbGFiZWwuc3ZnJztcbiAgc3RhdGljIG93bmVyQmFkZ2VCbHVlU3ZnOiBzdHJpbmcgPVxuICAgICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL293bmVyLWJhZGdlLWJsdWUuc3ZnJztcbn1cbiJdfQ==
|
package/esm2022/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.mjs
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { Component, Input } from '@angular/core';
|
|
3
|
+
// modules
|
|
4
|
+
import { AngularSvgIconModule } from 'angular-svg-icon';
|
|
5
|
+
// svg routes
|
|
6
|
+
import { LastFuelPriceSvgRoutes } from './utils/svg-routes';
|
|
7
|
+
// constants
|
|
8
|
+
import { LastFuelPriceProgressConstants } from './utils/constants';
|
|
9
|
+
// helpers
|
|
10
|
+
import { LastFuelPriceProgressHelper } from './utils/helpers';
|
|
11
|
+
// enums
|
|
12
|
+
import { eLastFuelPriceProgress } from './enums';
|
|
13
|
+
import { eStringPlaceholder } from '../../enums';
|
|
14
|
+
import * as i0 from "@angular/core";
|
|
15
|
+
import * as i1 from "@angular/common";
|
|
16
|
+
import * as i2 from "angular-svg-icon";
|
|
17
|
+
export class CaLastFuelPriceProgressComponent {
|
|
18
|
+
set lastFuelPriceData(data) {
|
|
19
|
+
this.createLastFuelPriceCardData(data);
|
|
20
|
+
}
|
|
21
|
+
constructor() {
|
|
22
|
+
// svg routes
|
|
23
|
+
this.lastFuelPriceSvgRoutes = LastFuelPriceSvgRoutes;
|
|
24
|
+
// enums
|
|
25
|
+
this.eStringPlaceholder = eStringPlaceholder;
|
|
26
|
+
// config
|
|
27
|
+
this.lastFuelPriceConfig = [];
|
|
28
|
+
this.lastFuelPriceColors = [];
|
|
29
|
+
}
|
|
30
|
+
ngOnInit() {
|
|
31
|
+
this.getConstantData();
|
|
32
|
+
}
|
|
33
|
+
getConstantData() {
|
|
34
|
+
this.lastFuelPriceColors =
|
|
35
|
+
LastFuelPriceProgressConstants.LAST_FUEL_PRICE_COLORS;
|
|
36
|
+
}
|
|
37
|
+
createLastFuelPriceCardData(data) {
|
|
38
|
+
const { pricePerGallon, lowestPricePerGallon, highestPricePerGallon, priceOutDated, defPrice, defLowestPrice, defHighestPrice, defPriceOutDated, } = data;
|
|
39
|
+
const gallonSvgData = LastFuelPriceProgressHelper.calculateSvgPosition(lowestPricePerGallon, highestPricePerGallon, pricePerGallon);
|
|
40
|
+
const defSvgData = LastFuelPriceProgressHelper.calculateSvgPosition(defLowestPrice, defHighestPrice, defPrice);
|
|
41
|
+
this.lastFuelPriceConfig = [
|
|
42
|
+
{
|
|
43
|
+
title: eLastFuelPriceProgress.DIESEL,
|
|
44
|
+
totalValue: pricePerGallon,
|
|
45
|
+
minValue: lowestPricePerGallon,
|
|
46
|
+
maxValue: highestPricePerGallon,
|
|
47
|
+
isOutdated: priceOutDated,
|
|
48
|
+
...gallonSvgData,
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
title: eLastFuelPriceProgress.DEF,
|
|
52
|
+
totalValue: defPrice,
|
|
53
|
+
minValue: defLowestPrice,
|
|
54
|
+
maxValue: defHighestPrice,
|
|
55
|
+
isOutdated: defPriceOutDated,
|
|
56
|
+
...defSvgData,
|
|
57
|
+
},
|
|
58
|
+
];
|
|
59
|
+
}
|
|
60
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaLastFuelPriceProgressComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
61
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: CaLastFuelPriceProgressComponent, isStandalone: true, selector: "app-ca-last-fuel-price-progress", inputs: { lastFuelPriceData: "lastFuelPriceData" }, ngImport: i0, template: "<div class=\"d-grid align-items-center last-fuel-price\">\n @for (\n fuelPrice of lastFuelPriceConfig;\n let i = $index;\n track fuelPrice.title\n ) {\n @let isSingleTransaction =\n fuelPrice?.totalValue === fuelPrice?.minValue &&\n fuelPrice?.minValue === fuelPrice?.maxValue;\n\n @let isDisabled =\n isSingleTransaction ||\n fuelPrice?.isOutdated ||\n !fuelPrice?.totalValue;\n\n @let hasNoPurchaseCompanyWide =\n !fuelPrice?.minValue && !fuelPrice?.maxValue;\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item\"\n [ngClass]=\"{ disabled: isDisabled }\"\n >\n <p\n class=\"m-0 ta-font-bold text-size-11\"\n [ngClass]=\"isDisabled ? 'text-color-bw6-2' : 'text-color-black'\"\n >\n {{ fuelPrice?.title }}\n </p>\n\n <span\n class=\"ta-font-medium text-size-18 total-value\"\n [ngClass]=\"\n isDisabled ? 'text-color-light-grey-2' : 'text-color-black'\n \"\n >\n {{\n fuelPrice.totalValue\n ? eStringPlaceholder.DOLLAR_SIGN + fuelPrice?.totalValue\n : hasNoPurchaseCompanyWide\n ? eStringPlaceholder.NA\n : eStringPlaceholder.NONE\n }}\n </span>\n\n <!-- Progress -->\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item-progress\"\n >\n <div\n class=\"d-grid align-items-center last-fuel-price-item-progress-bar\"\n >\n @for (\n fuelPriceColor of lastFuelPriceColors;\n track fuelPriceColor\n ) {\n <div\n class=\"last-fuel-price-item-progress-bar-box\"\n [ngStyle]=\"{\n 'background-color': fuelPriceColor,\n }\"\n ></div>\n }\n\n <!-- Progress Icon -->\n\n <svg-icon\n class=\"svg-size-22 progress-icon\"\n [ngClass]=\"fuelPrice?.svgClass\"\n [ngStyle]=\"{\n left:\n fuelPrice?.svgPosition +\n eStringPlaceholder.PERCENTAGE_SIGN,\n }\"\n [src]=\"lastFuelPriceSvgRoutes.progressIconRoute\"\n ></svg-icon>\n </div>\n\n <div class=\"d-flex align-items-center justify-content-between\">\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.minValue ?? eStringPlaceholder.NA }}\n </span>\n\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.maxValue ?? eStringPlaceholder.NA }}\n </span>\n </div>\n </div>\n </div>\n }\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.last-fuel-price{grid-template-columns:repeat(2,202px);grid-gap:12px}.last-fuel-price-item .total-value{margin-top:2px}.last-fuel-price-item.disabled{pointer-events:none!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar-box{background:#91919133!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar .progress-icon{display:none!important}.last-fuel-price-item .last-fuel-price-item-progress{margin-top:12px}.last-fuel-price-item .last-fuel-price-item-progress-bar{position:relative;grid-template-columns:repeat(5,39px);grid-gap:2px;margin-bottom:4px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box{height:8px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon{position:absolute;top:50%;line-height:1px;transform:translateY(-50%)}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg circle,.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg g{fill:#fff}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-1 svg g{stroke:#56b4ac}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-2 svg g{stroke:#77bf56}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-3 svg g{stroke:#fab15c}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-4 svg g{stroke:#ff906d}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-5 svg g{stroke:#e66767}\n"], dependencies: [{ kind: "ngmodule", type:
|
|
62
|
+
// modules
|
|
63
|
+
CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }] }); }
|
|
64
|
+
}
|
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaLastFuelPriceProgressComponent, decorators: [{
|
|
66
|
+
type: Component,
|
|
67
|
+
args: [{ selector: 'app-ca-last-fuel-price-progress', standalone: true, imports: [
|
|
68
|
+
// modules
|
|
69
|
+
CommonModule,
|
|
70
|
+
AngularSvgIconModule,
|
|
71
|
+
], template: "<div class=\"d-grid align-items-center last-fuel-price\">\n @for (\n fuelPrice of lastFuelPriceConfig;\n let i = $index;\n track fuelPrice.title\n ) {\n @let isSingleTransaction =\n fuelPrice?.totalValue === fuelPrice?.minValue &&\n fuelPrice?.minValue === fuelPrice?.maxValue;\n\n @let isDisabled =\n isSingleTransaction ||\n fuelPrice?.isOutdated ||\n !fuelPrice?.totalValue;\n\n @let hasNoPurchaseCompanyWide =\n !fuelPrice?.minValue && !fuelPrice?.maxValue;\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item\"\n [ngClass]=\"{ disabled: isDisabled }\"\n >\n <p\n class=\"m-0 ta-font-bold text-size-11\"\n [ngClass]=\"isDisabled ? 'text-color-bw6-2' : 'text-color-black'\"\n >\n {{ fuelPrice?.title }}\n </p>\n\n <span\n class=\"ta-font-medium text-size-18 total-value\"\n [ngClass]=\"\n isDisabled ? 'text-color-light-grey-2' : 'text-color-black'\n \"\n >\n {{\n fuelPrice.totalValue\n ? eStringPlaceholder.DOLLAR_SIGN + fuelPrice?.totalValue\n : hasNoPurchaseCompanyWide\n ? eStringPlaceholder.NA\n : eStringPlaceholder.NONE\n }}\n </span>\n\n <!-- Progress -->\n\n <div\n class=\"d-flex flex-column justify-content-center last-fuel-price-item-progress\"\n >\n <div\n class=\"d-grid align-items-center last-fuel-price-item-progress-bar\"\n >\n @for (\n fuelPriceColor of lastFuelPriceColors;\n track fuelPriceColor\n ) {\n <div\n class=\"last-fuel-price-item-progress-bar-box\"\n [ngStyle]=\"{\n 'background-color': fuelPriceColor,\n }\"\n ></div>\n }\n\n <!-- Progress Icon -->\n\n <svg-icon\n class=\"svg-size-22 progress-icon\"\n [ngClass]=\"fuelPrice?.svgClass\"\n [ngStyle]=\"{\n left:\n fuelPrice?.svgPosition +\n eStringPlaceholder.PERCENTAGE_SIGN,\n }\"\n [src]=\"lastFuelPriceSvgRoutes.progressIconRoute\"\n ></svg-icon>\n </div>\n\n <div class=\"d-flex align-items-center justify-content-between\">\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.minValue ?? eStringPlaceholder.NA }}\n </span>\n\n <span\n class=\"ta-font-medium text-size-11\"\n [ngClass]=\"\n isDisabled\n ? 'text-color-muted'\n : 'text-color-black-2'\n \"\n >${{ fuelPrice?.maxValue ?? eStringPlaceholder.NA }}\n </span>\n </div>\n </div>\n </div>\n }\n</div>\n", styles: ["@import\"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap\";@import\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css\";.ca-font-thin{font-weight:100!important}.ca-font-extra-light{font-weight:200!important}.ca-font-light{font-weight:300!important}.ca-font-regular{font-weight:400!important}.ca-font-medium{font-weight:500!important}.ca-font-semi-bold{font-weight:600!important}.ca-font-bold{font-weight:700!important}.ca-font-extra-bold{font-weight:800!important}.ca-font-black{font-weight:900!important}.pickup-delivery-popover{top:-38px!important;max-width:340px!important}.pickup-delivery-popover.bs-popover-top{top:auto!important;bottom:-38px!important}.pickup-delivery-popover.bs-popover-top .load-component .assigned-load-holder{order:3;margin-top:4px;margin-bottom:0!important}.pickup-delivery-popover.bs-popover-top .load-component .statusBar{order:2;margin-top:4px}.pickup-delivery-popover.bs-popover-top .load-component .animation-three-tabs{order:1}.gps_dropdown_popover{top:-38px;max-width:494px}.gps_dropdown_popover .popover-body{padding:0}.table-progress-popover{background-color:unset!important;margin-left:-10px}.table-progress-popover .progress-dropdown{margin-top:-6px;width:260px;height:200px;background:#2f2f2f;border-radius:3px;padding:8px;box-shadow:0 0 4px #00000026;overflow:hidden;-webkit-animation:progressAnimation .25s ease-in-out;animation:progressAnimation .25s ease-in-out}.table-progress-popover .progress-dropdown .progress-header .progress-title{font-size:18px;font-weight:600;color:#fff}.table-progress-popover .progress-dropdown .progress-header .progress-title span{font-weight:400}.table-progress-popover .progress-dropdown .progress-header .progress-total{font-size:14px;line-height:17px;color:#fff}.table-progress-popover .progress-dropdown .table-progress-bar-container{width:100%;height:8px;margin-top:6px;border-radius:2px;overflow:hidden}.table-progress-popover .progress-dropdown .table-progress-bar-container .table-progress-bar{height:100%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-dual-info-container .progress-info-container{width:50%}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container{margin-top:10px}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-title{margin-bottom:2px;font-size:11px;font-weight:700;line-height:14px;color:#ffffffb2}.table-progress-popover .progress-dropdown .progress-dropdown-body .progress-info-container .progress-info-text{font-size:14px;line-height:18px;color:#fff}.table-progress-popover .progress-dropdown.credit-dropdown{height:100px}@-webkit-keyframes progressAnimation{0%{height:0px}to{height:220px}}@keyframes progressAnimation{0%{height:0px}to{height:220px}}ngb-popover-window{padding:unset!important;border:unset!important}ngb-popover-window .popover-arrow{display:none!important}ngb-popover-window .popover-body{padding:unset!important}.dispatch-note .popover-body{position:relative;top:-4px;left:-4px}.tooltip{font-size:12px;position:relative}.tooltip.show{opacity:.83}.tooltip.fade:after,.tooltip.fade:before{transform:translateY(-10px);transition:all .15s ease-in-out}.tooltip.fade:hover:after,.tooltip.fade:hover:before{opacity:1;transform:translate(0)}.tooltip-inner{padding:4px 10px;white-space:nowrap;max-width:none;border-radius:3px}.tooltip-inner:empty{padding:0}.placeholder-delete .tooltip-inner{background-color:#f66}.placeholder-delete .arrow:before{border-top-color:#f66}.custom-popup-owners-for-flag .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(126%) translate(-50%)!important;width:130px;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-for-flag .arrow{bottom:-18%;transform:rotate(180deg);left:calc(50% + 2.7rem)}.custom-popup-owners-for-flag .tooltip{opacity:.93!important;width:0}.custom-popup-owners{z-index:999}.custom-popup-owners .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners .tooltip{transform:translateY(-61px)!important}.custom-popup-owners-year{z-index:999}.custom-popup-owners-year .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(132%);z-index:999;box-shadow:0 0 3px #0003}.custom-popup-owners-year .arrow{bottom:-20%;transform:rotate(180deg)}.custom-popup-owners-year .tooltip{transform:translate(70px,-61px)!important}.custom-popup-owners-info .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-100%) translate(-10%);width:200px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;margin-top:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info .tooltip{opacity:.93;width:0}.custom-popup-owners-info .arrow{display:none}.custom-popup-owners-info #phone-inside{position:relative;right:26px;bottom:0}.custom-popup-owners-info-at .tooltip-inner{color:#3b3b3b;background-color:#fff;transform:translateY(-108%) translate(-7%);width:270px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:3px;box-shadow:0 0 3px #0003}.custom-popup-owners-info-at .tooltip{opacity:1;width:0}.custom-popup-owners-info-at .arrow{display:none}.custom-popup-owners-for-tag .tooltip-inner{color:#3b3b3b;background-color:#fff;width:100px;border-radius:3px;box-shadow:0 0 3px #0003!important}.custom-popup-owners-for-tag .tooltip{top:5px!important}.custom-popup-owners-for-tag .arrow{bottom:-24%}.align-items-flex-start{justify-content:center;align-items:center}.align-items-flex-end{display:flex;justify-content:center;flex-direction:column;align-self:flex-end;align-items:flex-start}.label-add{align-self:flex-start}.fadeInLoad{animation:fadeInLoad .25s}@keyframes fadeInLoad{0%{opacity:0}to{opacity:1}}.fadeIn{opacity:1;-webkit-transition:.25s;-moz-transition:.25s;-o-transition:.25s;transition:.25s}.thisText:hover .fadeIn{opacity:0}.fadeInLoad{animation-name:example;animation-duration:.25s}@keyframes example{0%{transform:scale(.5)}to{transform:scale(1)}}.tooltip.tooltip-table-icons{left:12px!important;opacity:1}.tooltip.tooltip-table-icons .arrow{display:none!important}.tooltip.tooltip-table-icons .tooltip-inner{border-radius:0 50px 50px;background:#28529f}.tooltip.show{opacity:1;animation:fadeIn ease .5s!important;-webkit-animation:fadeIn ease .5s!important;-moz-animation:fadeIn ease .5s!important;-o-animation:fadeIn ease .5s!important;-ms-animation:fadeIn ease .5s!important}.ta-tooltip{position:absolute;font-size:12px;text-align:center;color:#fff;line-height:22px;z-index:999999!important;opacity:0;white-space:nowrap;transform:scale(.7)}.ta-tooltip.ta-tooltip-show{opacity:.85;transform:scale(1);padding:0 12px}.ta-tooltip.ta-tooltip-bottom-right,.ta-tooltip.ta-tooltip-bottom-right-corner{transform-origin:top left;border-radius:0 15px 15px}.ta-tooltip.ta-tooltip-bottom-left{transform-origin:top right;border-radius:15px 0 15px 15px}@keyframes scaleItem{0%{transform:scale(.4)}to{transform:scale(1)}}.app-ca-main-tooltip{pointer-events:none}.app-ca-main-tooltip .tooltip-inner{padding:0;background-color:transparent;pointer-events:none}.app-ca-main-tooltip .tooltip-inner .tooltip-holder{display:flex;font-size:11px;font-weight:700;border-radius:2px;padding:2px 8px;animation:scaleItem .3s;white-space:normal}.app-ca-main-tooltip .tooltip-inner .tooltip-holder:empty{padding:0}.tooltip-arrow{display:none!important}.trucks.semitruck svg path,.trucks.semisleeper svg path,.trucks.flatbed svg path,.trucks.stepdeck svg path,.trucks.lowboyrgn svg path,.trucks.chassis svg path,.trucks.conestoga svg path,.trucks.sidekit svg path,.trucks.container svg path,.trailers.semitruck svg path,.trailers.semisleeper svg path,.trailers.flatbed svg path,.trailers.stepdeck svg path,.trailers.lowboyrgn svg path,.trailers.chassis svg path,.trailers.conestoga svg path,.trailers.sidekit svg path,.trailers.container svg path{fill:#92b1f5}.trucks.boxtruck svg path,.trucks.reefertruck svg path,.trucks.cargovan svg path,.trucks.dryvan svg path,.trucks.reefer svg path,.trailers.boxtruck svg path,.trailers.reefertruck svg path,.trailers.cargovan svg path,.trailers.dryvan svg path,.trailers.reefer svg path{fill:#fbc88b}.trucks.dumptruck svg path,.trucks.cementtruck svg path,.trucks.garbagetruck svg path,.trucks.enddump svg path,.trucks.bottomdump svg path,.trucks.hopper svg path,.trucks.tanker svg path,.trucks.pneumatictanker svg path,.trailers.dumptruck svg path,.trailers.cementtruck svg path,.trailers.garbagetruck svg path,.trailers.enddump svg path,.trailers.bottomdump svg path,.trailers.hopper svg path,.trailers.tanker svg path,.trailers.pneumatictanker svg path{fill:#ed9292}.trucks.towtruck svg path,.trucks.carhauler svg path,.trucks.spotter svg path,.trucks.carhaulerstigner svg path,.trailers.towtruck svg path,.trailers.carhauler svg path,.trailers.spotter svg path,.trailers.carhaulerstigner svg path{fill:#86c9c3}.trucks .svgtext-template-text,.trailers .svgtext-template-text{color:#fff;transition:color .3s ease-in-out}.colors .black svg #droplet{fill:#6c6c6c}.colors .brown svg #droplet{fill:#a1887f}.colors .darkgreen svg #droplet{fill:#4db6a2}.colors .lightgreen svg #droplet{fill:#81c784}.colors .darkblue svg #droplet{fill:#546fd2}.colors .lightblue svg #droplet{fill:#64b5f6}.colors .gray svg #droplet{fill:#aaa}.colors .purple svg #droplet{fill:#ba68c8}.colors .gold svg #droplet{fill:#bcad79}.colors .silver svg #droplet{fill:#dadada}.colors .red svg #droplet{fill:#f96b69}.colors .pink svg #droplet{fill:#f26ec2}.colors .white svg #droplet{fill:#f1f1f1}.colors .orange svg #droplet{fill:#ff8a65}.colors .yellow svg #droplet{fill:#ffd54f}.colors:hover{transition:all .3s ease-in-out}.colors:hover .black svg #droplet{fill:#3c3c3c}.colors:hover .brown svg #droplet{fill:#8d6e63}.colors:hover .darkgreen svg #droplet{fill:#26a690}.colors:hover .lightgreen svg #droplet{fill:#66bb6a}.colors:hover .darkblue svg #droplet{fill:#304fc1}.colors:hover .lightblue svg #droplet{fill:#42a5f5}.colors:hover .gray svg #droplet{fill:#919191}.colors:hover .purple svg #droplet{fill:#ab47bc}.colors:hover .gold svg #droplet{fill:#aa9c6e}.colors:hover .silver svg #droplet{fill:#b7b7b7}.colors:hover .red svg #droplet{fill:#ef5350}.colors:hover .pink svg #droplet{fill:#fa4daa}.colors:hover .white svg #droplet{fill:#fff}.colors:hover .orange svg #droplet{fill:#ff7043}.colors:hover .yellow svg #droplet{fill:#ffca28}.text-color-black{color:#424242!important}.text-color-black::-moz-selection{background-color:#42424233!important;color:#424242!important}.text-color-black::selection{background-color:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background-color:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-muted::selection{background-color:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background-color:#56b4ac33!important;color:#56b4ac!important}.text-color-green-2{color:#259f94!important}.text-color-green-2::-moz-selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-2::selection{background-color:#259f9433!important;color:#259f94!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background-color:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-13::selection{background-color:#6692f133!important;color:#6692f1!important}.text-color-blue-16{color:#e9effd!important}.text-color-blue-16::-moz-selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-16::selection{background-color:#e9effd33!important;color:#e9effd!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background-color:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background-color:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background-color:#e6676733!important;color:#e66767!important}.text-color-red-11{color:#df3c3c!important}.text-color-red-11::-moz-selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-11::selection{background-color:#df3c3c33!important;color:#df3c3c!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background-color:#ed929233!important;color:#ed9292!important}.text-color-yellow{color:#fab15c!important}.text-color-yellow::-moz-selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-yellow::selection{background-color:#fab15c33!important;color:#fab15c!important}.text-color-purple{color:#b370f0!important}.text-color-purple::-moz-selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-purple::selection{background-color:#b370f033!important;color:#b370f0!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background-color:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background-color:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{background-color:#ccc3!important;color:#ccc!important}.text-color-light-grey-6::selection{background-color:#ccc3!important;color:#ccc!important}.text-color-white{color:#fff!important}.text-color-white::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{background-color:#fff3!important;color:#fff!important}.text-color-white-2::selection{background-color:#fff3!important;color:#fff!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-white-4::selection{background-color:#fff3!important;color:#ffffffb2!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw6-2::selection{background-color:#6c6c6c33!important;color:#6c6c6c!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{background-color:#dadada33!important;color:#dadada!important}.text-color-bw-9::selection{background-color:#dadada33!important;color:#dadada!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey::selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{background-color:#91919133!important;color:#919191!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{background-color:#91919133!important;color:#919191!important}.text-size-11{font-size:11px!important;line-height:14px!important}.text-size-14{font-size:14px!important;line-height:18px!important}.text-size-16{font-size:16px!important;line-height:19px!important}.text-size-18{font-size:18px!important;line-height:22px!important}.text-size-26{font-size:26px!important;line-height:32px!important}.text-size-28{font-size:28px!important;line-height:34px!important}.svg-fill-black svg path,.svg-fill-black svg circle{fill:#424242!important}.svg-fill-white svg path,.svg-fill-white svg circle{fill:#fff!important}.svg-fill-white-2 svg path,.svg-fill-white-2 svg circle{fill:#fff!important}.svg-fill-muted svg path,.svg-fill-muted svg circle{fill:#919191!important}.svg-fill-bw-9 svg path,.svg-fill-bw-9 svg circle{fill:#dadada!important}.svg-fill-light-grey-2 svg path,.svg-fill-light-grey-2 svg circle{fill:#aaa!important}.svg-fill-light-grey-6 svg path,.svg-fill-light-grey-6 svg circle{fill:#ccc!important}.svg-fill-blue-8 svg path,.svg-fill-blue-8 svg circle{fill:#6692f1!important}.svg-fill-blue-13 svg path,.svg-fill-blue-13 svg circle{fill:#6692f1!important}.svg-fill-blue-14 svg path,.svg-fill-blue-14 svg circle{fill:#3b73ed!important}.svg-fill-blue-17 svg path,.svg-fill-blue-17 svg circle{fill:#bed0f9!important}.svg-fill-blue-19 svg path,.svg-fill-blue-19 svg circle{fill:#92b1f5!important}.svg-fill-blue-26 svg path,.svg-fill-blue-26 svg circle{fill:#4dc5eb!important}.svg-fill-green svg path,.svg-fill-green svg circle{fill:#56b4ac!important}.svg-fill-green-2 svg path,.svg-fill-green-2 svg circle{fill:#259f94!important}.svg-fill-green-4 svg path,.svg-fill-green-4 svg circle{fill:#86c9c3!important}.svg-fill-yellow-1 svg path,.svg-fill-yellow-1 svg circle{fill:#fab15c!important}.svg-fill-yellow-4 svg path,.svg-fill-yellow-4 svg circle{fill:#fbc88b!important}.svg-fill-yellow-5 svg path,.svg-fill-yellow-5 svg circle{fill:#f89b2e!important}.svg-fill-white-4 svg path,.svg-fill-white-4 svg circle{fill:#ffffffb2!important}.svg-fill-grey svg path,.svg-fill-grey svg circle{fill:#919191!important}.svg-fill-red-10 svg path,.svg-fill-red-10 svg circle{fill:#e66767!important}.svg-fill-red-11 svg path,.svg-fill-red-11 svg circle{fill:#df3c3c!important}.svg-hover-white svg path{transition:fill .3s ease-in-out}.svg-hover-white:hover svg path{fill:#fff!important}.svg-hover-white-2 svg path{transition:fill .3s ease-in-out}.svg-hover-white-2:hover svg path{fill:#fff!important}.svg-hover-muted svg path{transition:fill .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-grey-4 svg path{transition:fill .3s ease-in-out}.svg-hover-grey-4:hover svg path{fill:#ccc!important}.svg-hover-black svg path{transition:fill .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-10 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-10:hover svg path{fill:#bed0f9!important}.svg-hover-blue-15 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-blue-19 svg path{transition:fill .3s ease-in-out}.svg-hover-blue-19:hover svg path{fill:#92b1f5!important}.svg-hover-bw6-2 svg path{transition:fill .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:fill .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:fill .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.svg-size-10 svg{width:10px;height:10px}.svg-size-12 svg{width:12px;height:12px}.svg-size-14 svg{width:14px;height:14px}.svg-size-16 svg{width:16px;height:16px}.svg-size-18 svg{width:18px;height:18px}.svg-size-22 svg{width:22px;height:22px}.svg-size-26 svg{width:26px;height:26px}.svg-size-44-16 svg{width:44px;height:16px}.background-black{background-color:#424242}.background-black-2{background-color:#2f2f2f}.background-blue-13{background-color:#6692f1}.background-blue-14{background-color:#3b73ed}.background-dark-2{background-color:#91919133}.background-hover-bw2{transition:background-color .3s ease-in-out}.background-hover-bw2:hover{background-color:#eee!important}.background-hover-blue-15{transition:background-color .3s ease-in-out}.background-hover-blue-15:hover{background-color:#0b49d1!important}.br-1{border-radius:1px}.br-2{border-radius:2px}.br-3{border-radius:3px}.br-10{border-radius:10px}.br-circle{border-radius:50%}.padding-2{padding:2px}.padding-4{padding:4px}.padding-y-2{padding-top:2px;padding-bottom:2px}.padding-y-4{padding-top:4px;padding-bottom:4px}.padding-x-4{padding-left:4px;padding-right:4px}.padding-x-5{padding-left:5px;padding-right:5px}.margin-t-4{margin-top:4px}.margin-r-4{margin-right:4px}.margin-b-4{margin-bottom:4px}.margin-t-6{margin-top:6px}.margin-r-6{margin-right:6px}.margin-b-6{margin-bottom:6px}.margin-t-24{margin-top:24px}.margin-r-24{margin-right:24px}.margin-b-24{margin-bottom:24px}.gap-xs{gap:2px}.height-1{height:1px}@keyframes dropdown{0%{margin-top:20px;visibility:hidden;opacity:0}to{opacity:1;margin-top:10px;visibility:visible!important}}@keyframes dropup{0%{margin-top:-19px;visibility:hidden;opacity:0}to{margin-top:inherit;visibility:visible!important}}.filter-dropdown-popover{width:260px}.filter-dropdown-popover-max-height{max-height:360px}.filter-dropdown-list{max-height:260px;overflow-y:auto}.filter-dropdown-list-icon{height:26px;transition:background-color .3s ease-in-out}.filter-dropdown-list-icon-value{height:14px;width:14px}.filter-dropdown-list-icon-remove{display:none}.filter-dropdown-list-icon:hover{background-color:#424242}.filter-dropdown-list-icon:hover .filter-dropdown-icon-count{display:none}.filter-dropdown-list-icon-selected:hover{background-color:#0b49d1}.filter-dropdown-list-item-icons{transition:opacity .3s ease-in-out;opacity:0}.filter-dropdown-list-item-status-circle{height:10px;width:10px}.filter-dropdown-list-item-remove{display:none}.filter-dropdown-list-item:hover{background-color:#424242}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons{opacity:1}.filter-dropdown-list-item:hover .filter-dropdown-list-item-icons svg path{fill:var(--svg-fill-color, #e66767)}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove{display:flex}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-remove svg path{fill:#e66767!important}.filter-dropdown-list-item-hover:hover .filter-dropdown-list-item-count{display:none!important}.filter-dropdown-icon{height:26px;width:26px}.filter-dropdown-count{height:14px;width:14px}.filter-dropdown-count-remove,.filter-dropdown-count-hover:hover .filter-dropdown-count-value{display:none}.filter-dropdown-count-hover:hover .filter-dropdown-count-remove{display:flex}.filter-dropdown-button{height:26px}.filter-dropdown-footer-button{color:#dadada;transition:color .3s ease-in-out,background-color .3s ease-in-out;height:18px;width:50%}.filter-dropdown-footer-button-set{color:#fff;background-color:#3b73ed}.filter-dropdown-footer-button-set:hover{background-color:#e9effd;color:#0b49d1}.filter-dropdown-footer-button-clear{color:#dadada}.filter-dropdown-footer-button-clear:hover{background-color:#eee;color:#424242}.filter-dropdown-list-badge{min-width:18px}*{margin:0;font-family:Montserrat,sans-serif}html{scroll-behavior:auto!important}.gm-style-iw-chr,.gm-style-iw-tc{display:none}.gm-style .gm-style-iw-c{border-radius:0}.gm-style-iw{overflow-y:auto!important;overflow-x:hidden!important}.gm-style-iw>div{overflow:visible!important}.infoWindow{overflow:hidden!important}.gm-style-iw-d,.gm-style-iw.gm-style-iw-c{max-height:350px!important}::ng-deep .popover{--bs-popover-border-width: 0;--bs-popover-body-padding-y: 0;--bs-popover-body-padding-x: 0}::ng-deep .popover .popover-arrow{display:none}.c-pointer{cursor:pointer}.ca-scroll-bar{overflow-y:scroll}.ca-scroll-bar::-webkit-scrollbar{width:2px}.ca-scroll-bar::-webkit-scrollbar-thumb{background:#ccc;border-radius:1px}.ca-scroll-bar::-webkit-scrollbar-track{background:#2f2f2f}.last-fuel-price{grid-template-columns:repeat(2,202px);grid-gap:12px}.last-fuel-price-item .total-value{margin-top:2px}.last-fuel-price-item.disabled{pointer-events:none!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar-box{background:#91919133!important}.last-fuel-price-item.disabled .last-fuel-price-item-progress-bar .progress-icon{display:none!important}.last-fuel-price-item .last-fuel-price-item-progress{margin-top:12px}.last-fuel-price-item .last-fuel-price-item-progress-bar{position:relative;grid-template-columns:repeat(5,39px);grid-gap:2px;margin-bottom:4px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box{height:8px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar-box:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon{position:absolute;top:50%;line-height:1px;transform:translateY(-50%)}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg circle,.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon svg g{fill:#fff}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-1 svg g{stroke:#56b4ac}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-2 svg g{stroke:#77bf56}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-3 svg g{stroke:#fab15c}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-4 svg g{stroke:#ff906d}.last-fuel-price-item .last-fuel-price-item-progress-bar .progress-icon.fuel-color-5 svg g{stroke:#e66767}\n"] }]
|
|
72
|
+
}], ctorParameters: () => [], propDecorators: { lastFuelPriceData: [{
|
|
73
|
+
type: Input
|
|
74
|
+
}] } });
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWxhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzL2NhLWxhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFekQsVUFBVTtBQUNWLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLGtCQUFrQixDQUFDO0FBRXhELGFBQWE7QUFDYixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUU1RCxZQUFZO0FBQ1osT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFFbkUsVUFBVTtBQUNWLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBRTlELFFBQVE7QUFDUixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxTQUFTLENBQUM7QUFDakQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sYUFBYSxDQUFDOzs7O0FBbUJqRCxNQUFNLE9BQU8sZ0NBQWdDO0lBQ3pDLElBQWEsaUJBQWlCLENBQUMsSUFBZ0M7UUFDM0QsSUFBSSxDQUFDLDJCQUEyQixDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFhRDtRQVhBLGFBQWE7UUFDTiwyQkFBc0IsR0FBRyxzQkFBc0IsQ0FBQztRQUV2RCxRQUFRO1FBQ0QsdUJBQWtCLEdBQUcsa0JBQWtCLENBQUM7UUFFL0MsU0FBUztRQUNGLHdCQUFtQixHQUFtQyxFQUFFLENBQUM7UUFFekQsd0JBQW1CLEdBQWEsRUFBRSxDQUFDO0lBRTNCLENBQUM7SUFFaEIsUUFBUTtRQUNKLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRU8sZUFBZTtRQUNuQixJQUFJLENBQUMsbUJBQW1CO1lBQ3BCLDhCQUE4QixDQUFDLHNCQUFzQixDQUFDO0lBQzlELENBQUM7SUFFTywyQkFBMkIsQ0FDL0IsSUFBZ0M7UUFFaEMsTUFBTSxFQUNGLGNBQWMsRUFDZCxvQkFBb0IsRUFDcEIscUJBQXFCLEVBQ3JCLGFBQWEsRUFDYixRQUFRLEVBQ1IsY0FBYyxFQUNkLGVBQWUsRUFDZixnQkFBZ0IsR0FDbkIsR0FBRyxJQUFJLENBQUM7UUFFVCxNQUFNLGFBQWEsR0FBRywyQkFBMkIsQ0FBQyxvQkFBb0IsQ0FDbEUsb0JBQW9CLEVBQ3BCLHFCQUFxQixFQUNyQixjQUFjLENBQ2pCLENBQUM7UUFDRixNQUFNLFVBQVUsR0FBRywyQkFBMkIsQ0FBQyxvQkFBb0IsQ0FDL0QsY0FBYyxFQUNkLGVBQWUsRUFDZixRQUFRLENBQ1gsQ0FBQztRQUVGLElBQUksQ0FBQyxtQkFBbUIsR0FBRztZQUN2QjtnQkFDSSxLQUFLLEVBQUUsc0JBQXNCLENBQUMsTUFBTTtnQkFDcEMsVUFBVSxFQUFFLGNBQWM7Z0JBQzFCLFFBQVEsRUFBRSxvQkFBb0I7Z0JBQzlCLFFBQVEsRUFBRSxxQkFBcUI7Z0JBQy9CLFVBQVUsRUFBRSxhQUFhO2dCQUN6QixHQUFHLGFBQWE7YUFDbkI7WUFDRDtnQkFDSSxLQUFLLEVBQUUsc0JBQXNCLENBQUMsR0FBRztnQkFDakMsVUFBVSxFQUFFLFFBQVE7Z0JBQ3BCLFFBQVEsRUFBRSxjQUFjO2dCQUN4QixRQUFRLEVBQUUsZUFBZTtnQkFDekIsVUFBVSxFQUFFLGdCQUFnQjtnQkFDNUIsR0FBRyxVQUFVO2FBQ2hCO1NBQ0osQ0FBQztJQUNOLENBQUM7K0dBdEVRLGdDQUFnQzttR0FBaEMsZ0NBQWdDLCtJQ3BDN0MsOHhIQXVHQTtnQkR4RVEsVUFBVTtnQkFDVixZQUFZLGlOQUNaLG9CQUFvQjs7NEZBR2YsZ0NBQWdDO2tCQVg1QyxTQUFTOytCQUNJLGlDQUFpQyxjQUcvQixJQUFJLFdBQ1A7d0JBQ0wsVUFBVTt3QkFDVixZQUFZO3dCQUNaLG9CQUFvQjtxQkFDdkI7d0RBR1ksaUJBQWlCO3NCQUE3QixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vLyBtb2R1bGVzXG5pbXBvcnQgeyBBbmd1bGFyU3ZnSWNvbk1vZHVsZSB9IGZyb20gJ2FuZ3VsYXItc3ZnLWljb24nO1xuXG4vLyBzdmcgcm91dGVzXG5pbXBvcnQgeyBMYXN0RnVlbFByaWNlU3ZnUm91dGVzIH0gZnJvbSAnLi91dGlscy9zdmctcm91dGVzJztcblxuLy8gY29uc3RhbnRzXG5pbXBvcnQgeyBMYXN0RnVlbFByaWNlUHJvZ3Jlc3NDb25zdGFudHMgfSBmcm9tICcuL3V0aWxzL2NvbnN0YW50cyc7XG5cbi8vIGhlbHBlcnNcbmltcG9ydCB7IExhc3RGdWVsUHJpY2VQcm9ncmVzc0hlbHBlciB9IGZyb20gJy4vdXRpbHMvaGVscGVycyc7XG5cbi8vIGVudW1zXG5pbXBvcnQgeyBlTGFzdEZ1ZWxQcmljZVByb2dyZXNzIH0gZnJvbSAnLi9lbnVtcyc7XG5pbXBvcnQgeyBlU3RyaW5nUGxhY2Vob2xkZXIgfSBmcm9tICcuLi8uLi9lbnVtcyc7XG5cbi8vIGludGVyZmFjZXNcbmltcG9ydCB7XG4gICAgSUxhc3RGdWVsUHJpY2VQcm9ncmVzc0NvbmZpZyxcbiAgICBJTGFzdEZ1ZWxQcmljZVByb2dyZXNzRGF0YSxcbn0gZnJvbSAnLi9pbnRlcmZhY2VzJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdhcHAtY2EtbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY2EtbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybDogJy4vY2EtbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmNvbXBvbmVudC5zY3NzJyxcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgLy8gbW9kdWxlc1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIEFuZ3VsYXJTdmdJY29uTW9kdWxlLFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIENhTGFzdEZ1ZWxQcmljZVByb2dyZXNzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcbiAgICBASW5wdXQoKSBzZXQgbGFzdEZ1ZWxQcmljZURhdGEoZGF0YTogSUxhc3RGdWVsUHJpY2VQcm9ncmVzc0RhdGEpIHtcbiAgICAgICAgdGhpcy5jcmVhdGVMYXN0RnVlbFByaWNlQ2FyZERhdGEoZGF0YSk7XG4gICAgfVxuXG4gICAgLy8gc3ZnIHJvdXRlc1xuICAgIHB1YmxpYyBsYXN0RnVlbFByaWNlU3ZnUm91dGVzID0gTGFzdEZ1ZWxQcmljZVN2Z1JvdXRlcztcblxuICAgIC8vIGVudW1zXG4gICAgcHVibGljIGVTdHJpbmdQbGFjZWhvbGRlciA9IGVTdHJpbmdQbGFjZWhvbGRlcjtcblxuICAgIC8vIGNvbmZpZ1xuICAgIHB1YmxpYyBsYXN0RnVlbFByaWNlQ29uZmlnOiBJTGFzdEZ1ZWxQcmljZVByb2dyZXNzQ29uZmlnW10gPSBbXTtcblxuICAgIHB1YmxpYyBsYXN0RnVlbFByaWNlQ29sb3JzOiBzdHJpbmdbXSA9IFtdO1xuXG4gICAgY29uc3RydWN0b3IoKSB7fVxuXG4gICAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZ2V0Q29uc3RhbnREYXRhKCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBnZXRDb25zdGFudERhdGEoKTogdm9pZCB7XG4gICAgICAgIHRoaXMubGFzdEZ1ZWxQcmljZUNvbG9ycyA9XG4gICAgICAgICAgICBMYXN0RnVlbFByaWNlUHJvZ3Jlc3NDb25zdGFudHMuTEFTVF9GVUVMX1BSSUNFX0NPTE9SUztcbiAgICB9XG5cbiAgICBwcml2YXRlIGNyZWF0ZUxhc3RGdWVsUHJpY2VDYXJkRGF0YShcbiAgICAgICAgZGF0YTogSUxhc3RGdWVsUHJpY2VQcm9ncmVzc0RhdGFcbiAgICApOiB2b2lkIHtcbiAgICAgICAgY29uc3Qge1xuICAgICAgICAgICAgcHJpY2VQZXJHYWxsb24sXG4gICAgICAgICAgICBsb3dlc3RQcmljZVBlckdhbGxvbixcbiAgICAgICAgICAgIGhpZ2hlc3RQcmljZVBlckdhbGxvbixcbiAgICAgICAgICAgIHByaWNlT3V0RGF0ZWQsXG4gICAgICAgICAgICBkZWZQcmljZSxcbiAgICAgICAgICAgIGRlZkxvd2VzdFByaWNlLFxuICAgICAgICAgICAgZGVmSGlnaGVzdFByaWNlLFxuICAgICAgICAgICAgZGVmUHJpY2VPdXREYXRlZCxcbiAgICAgICAgfSA9IGRhdGE7XG5cbiAgICAgICAgY29uc3QgZ2FsbG9uU3ZnRGF0YSA9IExhc3RGdWVsUHJpY2VQcm9ncmVzc0hlbHBlci5jYWxjdWxhdGVTdmdQb3NpdGlvbihcbiAgICAgICAgICAgIGxvd2VzdFByaWNlUGVyR2FsbG9uLFxuICAgICAgICAgICAgaGlnaGVzdFByaWNlUGVyR2FsbG9uLFxuICAgICAgICAgICAgcHJpY2VQZXJHYWxsb25cbiAgICAgICAgKTtcbiAgICAgICAgY29uc3QgZGVmU3ZnRGF0YSA9IExhc3RGdWVsUHJpY2VQcm9ncmVzc0hlbHBlci5jYWxjdWxhdGVTdmdQb3NpdGlvbihcbiAgICAgICAgICAgIGRlZkxvd2VzdFByaWNlLFxuICAgICAgICAgICAgZGVmSGlnaGVzdFByaWNlLFxuICAgICAgICAgICAgZGVmUHJpY2VcbiAgICAgICAgKTtcblxuICAgICAgICB0aGlzLmxhc3RGdWVsUHJpY2VDb25maWcgPSBbXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgdGl0bGU6IGVMYXN0RnVlbFByaWNlUHJvZ3Jlc3MuRElFU0VMLFxuICAgICAgICAgICAgICAgIHRvdGFsVmFsdWU6IHByaWNlUGVyR2FsbG9uLFxuICAgICAgICAgICAgICAgIG1pblZhbHVlOiBsb3dlc3RQcmljZVBlckdhbGxvbixcbiAgICAgICAgICAgICAgICBtYXhWYWx1ZTogaGlnaGVzdFByaWNlUGVyR2FsbG9uLFxuICAgICAgICAgICAgICAgIGlzT3V0ZGF0ZWQ6IHByaWNlT3V0RGF0ZWQsXG4gICAgICAgICAgICAgICAgLi4uZ2FsbG9uU3ZnRGF0YSxcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgdGl0bGU6IGVMYXN0RnVlbFByaWNlUHJvZ3Jlc3MuREVGLFxuICAgICAgICAgICAgICAgIHRvdGFsVmFsdWU6IGRlZlByaWNlLFxuICAgICAgICAgICAgICAgIG1pblZhbHVlOiBkZWZMb3dlc3RQcmljZSxcbiAgICAgICAgICAgICAgICBtYXhWYWx1ZTogZGVmSGlnaGVzdFByaWNlLFxuICAgICAgICAgICAgICAgIGlzT3V0ZGF0ZWQ6IGRlZlByaWNlT3V0RGF0ZWQsXG4gICAgICAgICAgICAgICAgLi4uZGVmU3ZnRGF0YSxcbiAgICAgICAgICAgIH0sXG4gICAgICAgIF07XG4gICAgfVxufVxuIiwiPGRpdiBjbGFzcz1cImQtZ3JpZCBhbGlnbi1pdGVtcy1jZW50ZXIgbGFzdC1mdWVsLXByaWNlXCI+XG4gICAgQGZvciAoXG4gICAgICAgIGZ1ZWxQcmljZSBvZiBsYXN0RnVlbFByaWNlQ29uZmlnO1xuICAgICAgICBsZXQgaSA9ICRpbmRleDtcbiAgICAgICAgdHJhY2sgZnVlbFByaWNlLnRpdGxlXG4gICAgKSB7XG4gICAgICAgIEBsZXQgaXNTaW5nbGVUcmFuc2FjdGlvbiA9XG4gICAgICAgICAgICBmdWVsUHJpY2U/LnRvdGFsVmFsdWUgPT09IGZ1ZWxQcmljZT8ubWluVmFsdWUgJiZcbiAgICAgICAgICAgIGZ1ZWxQcmljZT8ubWluVmFsdWUgPT09IGZ1ZWxQcmljZT8ubWF4VmFsdWU7XG5cbiAgICAgICAgQGxldCBpc0Rpc2FibGVkID1cbiAgICAgICAgICAgIGlzU2luZ2xlVHJhbnNhY3Rpb24gfHxcbiAgICAgICAgICAgIGZ1ZWxQcmljZT8uaXNPdXRkYXRlZCB8fFxuICAgICAgICAgICAgIWZ1ZWxQcmljZT8udG90YWxWYWx1ZTtcblxuICAgICAgICBAbGV0IGhhc05vUHVyY2hhc2VDb21wYW55V2lkZSA9XG4gICAgICAgICAgICAhZnVlbFByaWNlPy5taW5WYWx1ZSAmJiAhZnVlbFByaWNlPy5tYXhWYWx1ZTtcblxuICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImQtZmxleCBmbGV4LWNvbHVtbiBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGxhc3QtZnVlbC1wcmljZS1pdGVtXCJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cInsgZGlzYWJsZWQ6IGlzRGlzYWJsZWQgfVwiXG4gICAgICAgID5cbiAgICAgICAgICAgIDxwXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJtLTAgdGEtZm9udC1ib2xkIHRleHQtc2l6ZS0xMVwiXG4gICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiaXNEaXNhYmxlZCA/ICd0ZXh0LWNvbG9yLWJ3Ni0yJyA6ICd0ZXh0LWNvbG9yLWJsYWNrJ1wiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAge3sgZnVlbFByaWNlPy50aXRsZSB9fVxuICAgICAgICAgICAgPC9wPlxuXG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIGNsYXNzPVwidGEtZm9udC1tZWRpdW0gdGV4dC1zaXplLTE4IHRvdGFsLXZhbHVlXCJcbiAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJcbiAgICAgICAgICAgICAgICAgICAgaXNEaXNhYmxlZCA/ICd0ZXh0LWNvbG9yLWxpZ2h0LWdyZXktMicgOiAndGV4dC1jb2xvci1ibGFjaydcbiAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIHt7XG4gICAgICAgICAgICAgICAgICAgIGZ1ZWxQcmljZS50b3RhbFZhbHVlXG4gICAgICAgICAgICAgICAgICAgICAgICA/IGVTdHJpbmdQbGFjZWhvbGRlci5ET0xMQVJfU0lHTiArIGZ1ZWxQcmljZT8udG90YWxWYWx1ZVxuICAgICAgICAgICAgICAgICAgICAgICAgOiBoYXNOb1B1cmNoYXNlQ29tcGFueVdpZGVcbiAgICAgICAgICAgICAgICAgICAgICAgICAgPyBlU3RyaW5nUGxhY2Vob2xkZXIuTkFcbiAgICAgICAgICAgICAgICAgICAgICAgICAgOiBlU3RyaW5nUGxhY2Vob2xkZXIuTk9ORVxuICAgICAgICAgICAgICAgIH19XG4gICAgICAgICAgICA8L3NwYW4+XG5cbiAgICAgICAgICAgIDwhLS0gUHJvZ3Jlc3MgLS0+XG5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICBjbGFzcz1cImQtZmxleCBmbGV4LWNvbHVtbiBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGxhc3QtZnVlbC1wcmljZS1pdGVtLXByb2dyZXNzXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZC1ncmlkIGFsaWduLWl0ZW1zLWNlbnRlciBsYXN0LWZ1ZWwtcHJpY2UtaXRlbS1wcm9ncmVzcy1iYXJcIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgQGZvciAoXG4gICAgICAgICAgICAgICAgICAgICAgICBmdWVsUHJpY2VDb2xvciBvZiBsYXN0RnVlbFByaWNlQ29sb3JzO1xuICAgICAgICAgICAgICAgICAgICAgICAgdHJhY2sgZnVlbFByaWNlQ29sb3JcbiAgICAgICAgICAgICAgICAgICAgKSB7XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJsYXN0LWZ1ZWwtcHJpY2UtaXRlbS1wcm9ncmVzcy1iYXItYm94XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdTdHlsZV09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdiYWNrZ3JvdW5kLWNvbG9yJzogZnVlbFByaWNlQ29sb3IsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgICAgICA8IS0tIFByb2dyZXNzIEljb24gLS0+XG5cbiAgICAgICAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInN2Zy1zaXplLTIyIHByb2dyZXNzLWljb25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgW25nQ2xhc3NdPVwiZnVlbFByaWNlPy5zdmdDbGFzc1wiXG4gICAgICAgICAgICAgICAgICAgICAgICBbbmdTdHlsZV09XCJ7XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbGVmdDpcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZnVlbFByaWNlPy5zdmdQb3NpdGlvbiArXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVTdHJpbmdQbGFjZWhvbGRlci5QRVJDRU5UQUdFX1NJR04sXG4gICAgICAgICAgICAgICAgICAgICAgICB9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtzcmNdPVwibGFzdEZ1ZWxQcmljZVN2Z1JvdXRlcy5wcm9ncmVzc0ljb25Sb3V0ZVwiXG4gICAgICAgICAgICAgICAgICAgID48L3N2Zy1pY29uPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWJldHdlZW5cIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW5cbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidGEtZm9udC1tZWRpdW0gdGV4dC1zaXplLTExXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlzRGlzYWJsZWRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPyAndGV4dC1jb2xvci1tdXRlZCdcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgOiAndGV4dC1jb2xvci1ibGFjay0yJ1xuICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID4ke3sgZnVlbFByaWNlPy5taW5WYWx1ZSA/PyBlU3RyaW5nUGxhY2Vob2xkZXIuTkEgfX1cbiAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxuXG4gICAgICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInRhLWZvbnQtbWVkaXVtIHRleHQtc2l6ZS0xMVwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpc0Rpc2FibGVkXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgID8gJ3RleHQtY29sb3ItbXV0ZWQnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDogJ3RleHQtY29sb3ItYmxhY2stMidcbiAgICAgICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgICAgICA+JHt7IGZ1ZWxQcmljZT8ubWF4VmFsdWUgPz8gZVN0cmluZ1BsYWNlaG9sZGVyLk5BIH19XG4gICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICB9XG48L2Rpdj5cbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress.enum';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvZW51bXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxpQ0FBaUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmVudW0nO1xuIl19
|
package/esm2022/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.mjs
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export var eLastFuelPriceProgress;
|
|
2
|
+
(function (eLastFuelPriceProgress) {
|
|
3
|
+
eLastFuelPriceProgress["DIESEL"] = "Diesel";
|
|
4
|
+
eLastFuelPriceProgress["DEF"] = "DEF";
|
|
5
|
+
})(eLastFuelPriceProgress || (eLastFuelPriceProgress = {}));
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmVudW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvZW51bXMvbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmVudW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFOLElBQVksc0JBR1g7QUFIRCxXQUFZLHNCQUFzQjtJQUM5QiwyQ0FBaUIsQ0FBQTtJQUNqQixxQ0FBVyxDQUFBO0FBQ2YsQ0FBQyxFQUhXLHNCQUFzQixLQUF0QixzQkFBc0IsUUFHakMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgZW51bSBlTGFzdEZ1ZWxQcmljZVByb2dyZXNzIHtcbiAgICBESUVTRUwgPSAnRGllc2VsJyxcbiAgICBERUYgPSAnREVGJyxcbn1cbiJdfQ==
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress-config.interface';
|
|
2
|
+
export * from './last-fuel-price-progress-data.interface';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvaW50ZXJmYWNlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDZDQUE2QyxDQUFDO0FBQzVELGNBQWMsMkNBQTJDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy1jb25maWcuaW50ZXJmYWNlJztcbmV4cG9ydCAqIGZyb20gJy4vbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLWRhdGEuaW50ZXJmYWNlJztcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLWNvbmZpZy5pbnRlcmZhY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvaW50ZXJmYWNlcy9sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MtY29uZmlnLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGludGVyZmFjZSBJTGFzdEZ1ZWxQcmljZVByb2dyZXNzQ29uZmlnIHtcbiAgICB0aXRsZTogc3RyaW5nO1xuICAgIHRvdGFsVmFsdWU6IG51bWJlcjtcbiAgICBtaW5WYWx1ZTogbnVtYmVyO1xuICAgIG1heFZhbHVlOiBudW1iZXI7XG4gICAgaXNPdXRkYXRlZDogYm9vbGVhbjtcbiAgICBzdmdQb3NpdGlvbjogbnVtYmVyO1xuICAgIHN2Z0NsYXNzOiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLWRhdGEuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2EtbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzL2ludGVyZmFjZXMvbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLWRhdGEuaW50ZXJmYWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgaW50ZXJmYWNlIElMYXN0RnVlbFByaWNlUHJvZ3Jlc3NEYXRhIHtcbiAgICBwcmljZVBlckdhbGxvbjogbnVtYmVyO1xuICAgIGxvd2VzdFByaWNlUGVyR2FsbG9uOiBudW1iZXI7XG4gICAgaGlnaGVzdFByaWNlUGVyR2FsbG9uOiBudW1iZXI7XG4gICAgcHJpY2VPdXREYXRlZDogYm9vbGVhbjtcbiAgICBkZWZQcmljZTogbnVtYmVyO1xuICAgIGRlZkxvd2VzdFByaWNlOiBudW1iZXI7XG4gICAgZGVmSGlnaGVzdFByaWNlOiBudW1iZXI7XG4gICAgZGVmUHJpY2VPdXREYXRlZDogYm9vbGVhbjtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress.constants';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvdXRpbHMvY29uc3RhbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsc0NBQXNDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy5jb25zdGFudHMnO1xuIl19
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export class LastFuelPriceProgressConstants {
|
|
2
|
+
static { this.LAST_FUEL_PRICE_COLORS = [
|
|
3
|
+
'#56B4AC',
|
|
4
|
+
'#77BF56',
|
|
5
|
+
'#FAB15C',
|
|
6
|
+
'#FF906D',
|
|
7
|
+
'#E66767',
|
|
8
|
+
]; }
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmNvbnN0YW50cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWxhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy91dGlscy9jb25zdGFudHMvbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmNvbnN0YW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sOEJBQThCO2FBQ2hDLDJCQUFzQixHQUFhO1FBQ3RDLFNBQVM7UUFDVCxTQUFTO1FBQ1QsU0FBUztRQUNULFNBQVM7UUFDVCxTQUFTO0tBQ1osQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBMYXN0RnVlbFByaWNlUHJvZ3Jlc3NDb25zdGFudHMge1xuICAgIHN0YXRpYyBMQVNUX0ZVRUxfUFJJQ0VfQ09MT1JTOiBzdHJpbmdbXSA9IFtcbiAgICAgICAgJyM1NkI0QUMnLFxuICAgICAgICAnIzc3QkY1NicsXG4gICAgICAgICcjRkFCMTVDJyxcbiAgICAgICAgJyNGRjkwNkQnLFxuICAgICAgICAnI0U2Njc2NycsXG4gICAgXTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress.helper';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvdXRpbHMvaGVscGVycy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG1DQUFtQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MuaGVscGVyJztcbiJdfQ==
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export class LastFuelPriceProgressHelper {
|
|
2
|
+
static getSvgClassFromValue(minValue, maxValue, totalValue) {
|
|
3
|
+
// calculate percentage of cost in relation to min and max values
|
|
4
|
+
const percentage = ((totalValue - minValue) / (maxValue - minValue)) * 100;
|
|
5
|
+
// ensure percentage is within the range [0, 100]
|
|
6
|
+
const clampedPercentage = Math.min(Math.max(percentage, 0), 100);
|
|
7
|
+
// find the section based on percentage (0-20, 21-40, etc.)
|
|
8
|
+
const colorSection = Math.floor(clampedPercentage / 20); // 5 color sections
|
|
9
|
+
// adjust logic: if the progress is close to the end of a section, use the current section's color
|
|
10
|
+
if (percentage === 100)
|
|
11
|
+
return `fuel-color-5`; // if it's exactly 100%, it's the last color
|
|
12
|
+
// return the appropriate class based on the section
|
|
13
|
+
return `fuel-color-${colorSection + 1}`;
|
|
14
|
+
}
|
|
15
|
+
static calculateSvgPosition(minValue, maxValue, totalValue) {
|
|
16
|
+
// calculate percentage of cost in relation to min and max values
|
|
17
|
+
const percentage = ((totalValue - minValue) / (maxValue - minValue)) * 100;
|
|
18
|
+
// calculate the position based on the 5 equal sections (20% per section)
|
|
19
|
+
const svgPosition = (percentage / 100) * 100; // percentage of progress
|
|
20
|
+
// use the utility function to get the appropriate class for the SVG based on the value range
|
|
21
|
+
const svgClass = this.getSvgClassFromValue(minValue, maxValue, totalValue);
|
|
22
|
+
return { svgPosition, svgClass };
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLmhlbHBlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NhLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2NhLWxhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy91dGlscy9oZWxwZXJzL2xhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy5oZWxwZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxPQUFPLDJCQUEyQjtJQUNwQyxNQUFNLENBQUMsb0JBQW9CLENBQ3ZCLFFBQWdCLEVBQ2hCLFFBQWdCLEVBQ2hCLFVBQWtCO1FBRWxCLGlFQUFpRTtRQUNqRSxNQUFNLFVBQVUsR0FDWixDQUFDLENBQUMsVUFBVSxHQUFHLFFBQVEsQ0FBQyxHQUFHLENBQUMsUUFBUSxHQUFHLFFBQVEsQ0FBQyxDQUFDLEdBQUcsR0FBRyxDQUFDO1FBRTVELGlEQUFpRDtRQUNqRCxNQUFNLGlCQUFpQixHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxVQUFVLEVBQUUsQ0FBQyxDQUFDLEVBQUUsR0FBRyxDQUFDLENBQUM7UUFFakUsMkRBQTJEO1FBQzNELE1BQU0sWUFBWSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsaUJBQWlCLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQyxtQkFBbUI7UUFFNUUsa0dBQWtHO1FBQ2xHLElBQUksVUFBVSxLQUFLLEdBQUc7WUFBRSxPQUFPLGNBQWMsQ0FBQyxDQUFDLDRDQUE0QztRQUUzRixvREFBb0Q7UUFDcEQsT0FBTyxjQUFjLFlBQVksR0FBRyxDQUFDLEVBQUUsQ0FBQztJQUM1QyxDQUFDO0lBRUQsTUFBTSxDQUFDLG9CQUFvQixDQUN2QixRQUFnQixFQUNoQixRQUFnQixFQUNoQixVQUFrQjtRQUVsQixpRUFBaUU7UUFDakUsTUFBTSxVQUFVLEdBQ1osQ0FBQyxDQUFDLFVBQVUsR0FBRyxRQUFRLENBQUMsR0FBRyxDQUFDLFFBQVEsR0FBRyxRQUFRLENBQUMsQ0FBQyxHQUFHLEdBQUcsQ0FBQztRQUU1RCx5RUFBeUU7UUFDekUsTUFBTSxXQUFXLEdBQUcsQ0FBQyxVQUFVLEdBQUcsR0FBRyxDQUFDLEdBQUcsR0FBRyxDQUFDLENBQUMseUJBQXlCO1FBRXZFLDZGQUE2RjtRQUM3RixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsb0JBQW9CLENBQ3RDLFFBQVEsRUFDUixRQUFRLEVBQ1IsVUFBVSxDQUNiLENBQUM7UUFFRixPQUFPLEVBQUUsV0FBVyxFQUFFLFFBQVEsRUFBRSxDQUFDO0lBQ3JDLENBQUM7Q0FDSiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBMYXN0RnVlbFByaWNlUHJvZ3Jlc3NIZWxwZXIge1xuICAgIHN0YXRpYyBnZXRTdmdDbGFzc0Zyb21WYWx1ZShcbiAgICAgICAgbWluVmFsdWU6IG51bWJlcixcbiAgICAgICAgbWF4VmFsdWU6IG51bWJlcixcbiAgICAgICAgdG90YWxWYWx1ZTogbnVtYmVyXG4gICAgKTogc3RyaW5nIHtcbiAgICAgICAgLy8gY2FsY3VsYXRlIHBlcmNlbnRhZ2Ugb2YgY29zdCBpbiByZWxhdGlvbiB0byBtaW4gYW5kIG1heCB2YWx1ZXNcbiAgICAgICAgY29uc3QgcGVyY2VudGFnZSA9XG4gICAgICAgICAgICAoKHRvdGFsVmFsdWUgLSBtaW5WYWx1ZSkgLyAobWF4VmFsdWUgLSBtaW5WYWx1ZSkpICogMTAwO1xuXG4gICAgICAgIC8vIGVuc3VyZSBwZXJjZW50YWdlIGlzIHdpdGhpbiB0aGUgcmFuZ2UgWzAsIDEwMF1cbiAgICAgICAgY29uc3QgY2xhbXBlZFBlcmNlbnRhZ2UgPSBNYXRoLm1pbihNYXRoLm1heChwZXJjZW50YWdlLCAwKSwgMTAwKTtcblxuICAgICAgICAvLyBmaW5kIHRoZSBzZWN0aW9uIGJhc2VkIG9uIHBlcmNlbnRhZ2UgKDAtMjAsIDIxLTQwLCBldGMuKVxuICAgICAgICBjb25zdCBjb2xvclNlY3Rpb24gPSBNYXRoLmZsb29yKGNsYW1wZWRQZXJjZW50YWdlIC8gMjApOyAvLyA1IGNvbG9yIHNlY3Rpb25zXG5cbiAgICAgICAgLy8gYWRqdXN0IGxvZ2ljOiBpZiB0aGUgcHJvZ3Jlc3MgaXMgY2xvc2UgdG8gdGhlIGVuZCBvZiBhIHNlY3Rpb24sIHVzZSB0aGUgY3VycmVudCBzZWN0aW9uJ3MgY29sb3JcbiAgICAgICAgaWYgKHBlcmNlbnRhZ2UgPT09IDEwMCkgcmV0dXJuIGBmdWVsLWNvbG9yLTVgOyAvLyBpZiBpdCdzIGV4YWN0bHkgMTAwJSwgaXQncyB0aGUgbGFzdCBjb2xvclxuXG4gICAgICAgIC8vIHJldHVybiB0aGUgYXBwcm9wcmlhdGUgY2xhc3MgYmFzZWQgb24gdGhlIHNlY3Rpb25cbiAgICAgICAgcmV0dXJuIGBmdWVsLWNvbG9yLSR7Y29sb3JTZWN0aW9uICsgMX1gO1xuICAgIH1cblxuICAgIHN0YXRpYyBjYWxjdWxhdGVTdmdQb3NpdGlvbihcbiAgICAgICAgbWluVmFsdWU6IG51bWJlcixcbiAgICAgICAgbWF4VmFsdWU6IG51bWJlcixcbiAgICAgICAgdG90YWxWYWx1ZTogbnVtYmVyXG4gICAgKTogeyBzdmdQb3NpdGlvbjogbnVtYmVyOyBzdmdDbGFzczogc3RyaW5nIH0ge1xuICAgICAgICAvLyBjYWxjdWxhdGUgcGVyY2VudGFnZSBvZiBjb3N0IGluIHJlbGF0aW9uIHRvIG1pbiBhbmQgbWF4IHZhbHVlc1xuICAgICAgICBjb25zdCBwZXJjZW50YWdlID1cbiAgICAgICAgICAgICgodG90YWxWYWx1ZSAtIG1pblZhbHVlKSAvIChtYXhWYWx1ZSAtIG1pblZhbHVlKSkgKiAxMDA7XG5cbiAgICAgICAgLy8gY2FsY3VsYXRlIHRoZSBwb3NpdGlvbiBiYXNlZCBvbiB0aGUgNSBlcXVhbCBzZWN0aW9ucyAoMjAlIHBlciBzZWN0aW9uKVxuICAgICAgICBjb25zdCBzdmdQb3NpdGlvbiA9IChwZXJjZW50YWdlIC8gMTAwKSAqIDEwMDsgLy8gcGVyY2VudGFnZSBvZiBwcm9ncmVzc1xuXG4gICAgICAgIC8vIHVzZSB0aGUgdXRpbGl0eSBmdW5jdGlvbiB0byBnZXQgdGhlIGFwcHJvcHJpYXRlIGNsYXNzIGZvciB0aGUgU1ZHIGJhc2VkIG9uIHRoZSB2YWx1ZSByYW5nZVxuICAgICAgICBjb25zdCBzdmdDbGFzcyA9IHRoaXMuZ2V0U3ZnQ2xhc3NGcm9tVmFsdWUoXG4gICAgICAgICAgICBtaW5WYWx1ZSxcbiAgICAgICAgICAgIG1heFZhbHVlLFxuICAgICAgICAgICAgdG90YWxWYWx1ZVxuICAgICAgICApO1xuXG4gICAgICAgIHJldHVybiB7IHN2Z1Bvc2l0aW9uLCBzdmdDbGFzcyB9O1xuICAgIH1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './last-fuel-price-progress-svg-routes';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvdXRpbHMvc3ZnLXJvdXRlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHVDQUF1QyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3Mtc3ZnLXJvdXRlcyc7XG4iXX0=
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export class LastFuelPriceSvgRoutes {
|
|
2
|
+
static { this.progressIconRoute = 'assets/ca-components/svg/common/ic_owner-status.svg'; }
|
|
3
|
+
}
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGFzdC1mdWVsLXByaWNlLXByb2dyZXNzLXN2Zy1yb3V0ZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3MvdXRpbHMvc3ZnLXJvdXRlcy9sYXN0LWZ1ZWwtcHJpY2UtcHJvZ3Jlc3Mtc3ZnLXJvdXRlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sc0JBQXNCO2FBQ3hCLHNCQUFpQixHQUNwQixxREFBcUQsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBMYXN0RnVlbFByaWNlU3ZnUm91dGVzIHtcbiAgICBzdGF0aWMgcHJvZ3Jlc3NJY29uUm91dGU6IHN0cmluZyA9XG4gICAgICAgICdhc3NldHMvY2EtY29tcG9uZW50cy9zdmcvY29tbW9uL2ljX293bmVyLXN0YXR1cy5zdmcnO1xufVxuIl19
|