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
package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs
CHANGED
|
@@ -237,7 +237,7 @@ export class CaSearchMultipleStatesComponent {
|
|
|
237
237
|
this.destroy$.complete();
|
|
238
238
|
}
|
|
239
239
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaSearchMultipleStatesComponent, deps: [{ token: i1.CaSearchMultipleStatesService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
240
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: CaSearchMultipleStatesComponent, isStandalone: true, selector: "app-ca-search-multiple-states", inputs: { toolbarSearch: "toolbarSearch", selectedTabData: "selectedTabData", searchType: "searchType", isDetailsPageSearch: "isDetailsPageSearch" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "tableSearchInput", first: true, predicate: ["tableSearchInput"], descendants: true }], ngImport: i0, template: "<div class=\"search-chips-container d-flex\">\n <div\n class=\"search-container d-flex\"\n [ngClass]=\"{ \n 'search-input-active': openSearch,\n 'ca-full-width': _isDetailsPageSearch\n }\"\n >\n <!-- Icon -->\n @if (toolbarSearch) {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'icon-disabled': chips.length >= 3 }\"\n (click)=\"chips.length < 4 && toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? chips.length >= 3\n ? 'Max Added'\n : 'Close'\n : chips.length >= 3\n ? 'Max Added'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n } @else {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n (click)=\"toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? 'Close'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n }\n\n <!-- Border -->\n <div class=\"icon-border d-flex align-items-center\">\n <div class=\"inner-border\"></div>\n </div>\n\n <!-- Search Input -->\n <div\n class=\"multiple-search-input d-flex justify-content-between align-items-center\"\n [ngClass]=\"{'ca-full-width': _isDetailsPageSearch}\"\n >\n @if (openSearch) {\n <input\n [disabled]=\"chips.length >= 3\"\n #tableSearchInput\n id=\"table-search\"\n type=\"text\"\n (keyup)=\"onTyping($event)\"\n (keyup.enter)=\"onEnter()\"\n autofocus\n maxlength=\"30\"\n [(ngModel)]=\"searchText\"\n (ngModelChange)=\"capitalizeInput($event)\"\n placeholder=\"Find {{\n selectedTabData.gridNameTitle\n ? selectedTabData.gridNameTitle\n : 'No Tab Name'\n }}\"\n />\n }\n @if (toolbarSearch && openSearch && searchText.length) {\n <div class=\"d-flex align-items-center btn-container\">\n <ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Confirm'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"confirm-icon d-flex\"\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onEnter()\"\n ></svg-icon>\n </div>\n </ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"clear-icon d-flex\"\n [src]=\"getSvgPath('clearSearch')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onTyping($event)\"\n ></svg-icon>\n </div>\n </div>\n }\n </div>\n </div>\n\n @if (chips.length) {\n <div class=\"chips-container d-flex\">\n @if (!toolbarSearch) {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n >\n {{ chip.searchText }}\n <div\n class=\"delete-chip d-flex justify-content-center align-items-center\"\n (mouseenter)=\"chipToDelete = i\"\n (mouseleave)=\"chipToDelete = -1\"\n (click)=\"onDeleteChip(i)\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 6, 'height.px': 6 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n </div>\n }\n } @else {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n (click)=\"onDeleteChip(i)\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <span>{{ chip.searchText }}</span>\n </div>\n }\n }\n <div\n class=\"delete-all-chips regular-style d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'toolbar-style': toolbarSearch }\"\n (click)=\"deleteAllChips()\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear all'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 23, 'height.px': 23 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\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:#dadada}.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:#dadada}.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:#dadada}.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:#42424233!important;color:#424242!important}.text-color-black::selection{background:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background:#91919133!important;color:#919191!important}.text-color-muted::selection{background:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-13::selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background:#e6676733!important;color:#e66767!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background:#ed929233!important;color:#ed9292!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{color:#ccc!important;background:#aaa3!important}.text-color-light-grey-6::selection{color:#ccc!important;background:#aaa3!important}.text-color-white{color:#dadada!important}.text-color-white::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white::selection{color:#dadada!important;background:#fff3!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white-2::selection{color:#dadada!important;background:#fff3!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{color:#ffffffb2!important;background:#fff3!important}.text-color-white-4::selection{color:#ffffffb2!important;background:#fff3!important}.text-color-dark-grey{color:#6c6c6c!important}.text-color-dark-grey::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-dark-grey::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey::selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{color:#919191!important;background:#91919133!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}@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}}.svg-fill-black svg path{fill:#424242!important}.svg-fill-muted svg path{fill:#919191!important}.svg-fill-bw-9 svg path{fill:#dadada!important}.svg-fill-light-grey-2 svg path{fill:#aaa!important}.svg-fill-light-grey-6 svg path{fill:#ccc!important}.svg-fill-blue-13 svg path{fill:#6692f1!important}.svg-fill-blue-19 svg path{fill:#92b1f5!important}.svg-fill-blue-26 svg path{fill:#4dc5eb!important}.svg-fill-grey svg path{fill:#919191!important}.svg-fill-red-10 svg path{fill:#e66767!important}.svg-fill-green svg path{fill:#56b4ac!important}.svg-hover-muted svg path{transition:all .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-black svg path{transition:all .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-15 svg path{transition:all .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-bw6-2 svg path{transition:all .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:all .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:all .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.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-44-16 svg{width:44px;height:16px}*{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}.cursor-pointer{cursor:pointer}.search-chips-container .search-container{width:fit-content;height:26px}.search-chips-container .search-container .icon-container{margin-left:2px;width:26px;height:26px;cursor:pointer;padding:4px}.search-chips-container .search-container .icon-container.icon-disabled svg-icon svg path{fill:#ccc;transition:fill .25s}.search-chips-container .search-container .icon-container.icon-disabled:hover{background-color:unset}.search-chips-container .search-container .icon-container.icon-disabled:hover svg-icon svg path{fill:#ccc}.search-chips-container .search-container .icon-container:hover{background-color:#eee}.search-chips-container .search-container .icon-container:hover svg-icon svg path{fill:#424242}.search-chips-container .search-container .icon-container svg-icon svg rect,.search-chips-container .search-container .icon-container svg-icon svg path{stroke-width:none!important;stroke:none!important}.search-chips-container .search-container .multiple-search-input{height:26px;transition:.25s}.search-chips-container .search-container .multiple-search-input input{width:100%;height:100%;border:none;background:transparent;padding:0;outline:none;color:#fff;font-size:14px;font-weight:400}.search-chips-container .search-container .multiple-search-input input::selection{color:#fff;background:#ffffff20}.search-chips-container .search-container .multiple-search-input .btn-container{margin-right:4px;padding-left:5px}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon{cursor:pointer;line-height:0;transition:transform .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover{transform:scale(1.2)}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg{transition:background-color .3s ease;background-color:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg rect{fill:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg rect{transition:fill .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg path,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg path{transition:fill .3s ease;fill:#1d1d1d}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon{margin-right:4px}.search-chips-container .search-container .multiple-search-input input::placeholder{color:#aaa}.search-chips-container .chips-container{width:fit-content;height:26px;gap:4px;padding-left:4px}.search-chips-container .chips-container .chip{cursor:pointer;min-width:57px;max-width:100px;height:26px;border-radius:3px;font-size:14px;font-weight:600;padding:7px 8px;position:relative}.search-chips-container .chips-container .chip:hover{color:#fff;transition:color .25s}.search-chips-container .chips-container .chip:hover .delete-chip{opacity:1;transition:opacity .25s}.search-chips-container .chips-container .chip span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search-chips-container .chips-container .chip .delete-chip{position:absolute;right:-6px;top:-6px;width:14px;height:14px;background:#aaa;border:2px solid #f1f1f1;border-radius:50%;opacity:0;transition:background .25s,opacity .25s}.search-chips-container .chips-container .chip .delete-chip:hover{background:#ef5350;transition:background .25s}.search-chips-container .chips-container .chip .delete-chip svg-icon svg path{fill:#fff}.search-chips-container .chips-container .first-chip-toolbar-style{background:#259f94;color:#fff}.search-chips-container .chips-container .first-chip-toolbar-style:hover{background:#007a6e;transition:background .25s}.search-chips-container .chips-container .second-chip-toolbar-style{background:#f89b2e;color:#fff}.search-chips-container .chips-container .second-chip-toolbar-style:hover{background:#de7700;transition:background .25s}.search-chips-container .chips-container .third-chip-toolbar-style{background:#9e47ec;color:#fff}.search-chips-container .chips-container .third-chip-toolbar-style:hover{background:#7919d0;transition:background .25s}.search-chips-container .chips-container .first-chip-style{background:#26a69020;color:#26a690}.search-chips-container .chips-container .first-chip-style:hover{background:#26a690;transition:background .25s}.search-chips-container .chips-container .second-chip-style{background:#ab47bc20;color:#ab47bc}.search-chips-container .chips-container .second-chip-style:hover{background:#ab47bc;transition:background .25s}.search-chips-container .chips-container .third-chip-style{background:#ffa72620;color:#ffa726}.search-chips-container .chips-container .third-chip-style:hover{background:#ffa726;transition:background .25s}.search-chips-container .chips-container .delete-chip-style{background:#ef5350!important;transition:background .25s}.search-chips-container .chips-container .delete-all-chips{cursor:pointer;width:26px;height:26px;border-radius:1px}.search-chips-container .chips-container .delete-all-chips.regular-style:hover{background:#c20c0c;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.regular-style:hover svg path{fill:#f44336;transition:fill .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover{background-color:#fbe9e9;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg rect{fill:#fbe9e9}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg path{fill:#c20c0c;transition:fill .25s}.search-input-active{background:#1d1d1d!important;border-radius:2px;transition:background .25s!important}.search-input-active .icon-container{background-color:unset!important}.search-input-active .icon-container:hover svg-icon svg path{fill:#eee!important;transition:fill .25s!important}.search-input-active .icon-container svg-icon svg path{fill:#b7b7b7!important}.search-input-active .icon-border{width:1px;height:100%;margin-right:4px}.search-input-active .icon-border .inner-border{width:100%;height:14px;background:#cccccc40}.search-input-active .multiple-search-input{width:147px;transition:width .25s}.first-chip-animation{animation:searchOneAnimation .2s ease-in-out}.second-chip-animation{animation:searchTwoAnimation .2s ease-in-out}.third-chip-animation{animation:searchThreeAnimation .2s ease-in-out}@keyframes searchOneAnimation{0%{left:-63px}to{left:0}}@keyframes searchTwoAnimation{0%{left:-124px}to{left:0}}@keyframes searchThreeAnimation{0%{left:-140px}to{left:0}}.ca-full-width{width:100%!important}\n"], dependencies: [{ kind: "directive", type:
|
|
240
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: CaSearchMultipleStatesComponent, isStandalone: true, selector: "app-ca-search-multiple-states", inputs: { toolbarSearch: "toolbarSearch", selectedTabData: "selectedTabData", searchType: "searchType", isDetailsPageSearch: "isDetailsPageSearch" }, outputs: { close: "close" }, viewQueries: [{ propertyName: "tableSearchInput", first: true, predicate: ["tableSearchInput"], descendants: true }], ngImport: i0, template: "<div class=\"search-chips-container d-flex\">\n <div\n class=\"search-container d-flex\"\n [ngClass]=\"{ \n 'search-input-active': openSearch,\n 'ca-full-width': _isDetailsPageSearch\n }\"\n >\n <!-- Icon -->\n @if (toolbarSearch) {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'icon-disabled': chips.length >= 3 }\"\n (click)=\"chips.length < 4 && toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? chips.length >= 3\n ? 'Max Added'\n : 'Close'\n : chips.length >= 3\n ? 'Max Added'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n } @else {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n (click)=\"toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? 'Close'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n }\n\n <!-- Border -->\n <div class=\"icon-border d-flex align-items-center\">\n <div class=\"inner-border\"></div>\n </div>\n\n <!-- Search Input -->\n <div\n class=\"multiple-search-input d-flex justify-content-between align-items-center\"\n [ngClass]=\"{'ca-full-width': _isDetailsPageSearch}\"\n >\n @if (openSearch) {\n <input\n [disabled]=\"chips.length >= 3\"\n #tableSearchInput\n id=\"table-search\"\n type=\"text\"\n (keyup)=\"onTyping($event)\"\n (keyup.enter)=\"onEnter()\"\n autofocus\n maxlength=\"30\"\n [(ngModel)]=\"searchText\"\n (ngModelChange)=\"capitalizeInput($event)\"\n placeholder=\"Find {{\n selectedTabData.gridNameTitle\n ? selectedTabData.gridNameTitle\n : 'No Tab Name'\n }}\"\n />\n }\n @if (toolbarSearch && openSearch && searchText.length) {\n <div class=\"d-flex align-items-center btn-container\">\n <ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Confirm'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"confirm-icon d-flex\"\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onEnter()\"\n ></svg-icon>\n </div>\n </ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"clear-icon d-flex\"\n [src]=\"getSvgPath('clearSearch')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onTyping($event)\"\n ></svg-icon>\n </div>\n </div>\n }\n </div>\n </div>\n\n @if (chips.length) {\n <div class=\"chips-container d-flex\">\n @if (!toolbarSearch) {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n >\n {{ chip.searchText }}\n <div\n class=\"delete-chip d-flex justify-content-center align-items-center\"\n (mouseenter)=\"chipToDelete = i\"\n (mouseleave)=\"chipToDelete = -1\"\n (click)=\"onDeleteChip(i)\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 6, 'height.px': 6 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n </div>\n }\n } @else {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n (click)=\"onDeleteChip(i)\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <span>{{ chip.searchText }}</span>\n </div>\n }\n }\n <div\n class=\"delete-all-chips regular-style d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'toolbar-style': toolbarSearch }\"\n (click)=\"deleteAllChips()\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear all'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 23, 'height.px': 23 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\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}.search-chips-container .search-container{width:fit-content;height:26px}.search-chips-container .search-container .icon-container{margin-left:2px;width:26px;height:26px;cursor:pointer;padding:4px}.search-chips-container .search-container .icon-container.icon-disabled svg-icon svg path{fill:#ccc;transition:fill .25s}.search-chips-container .search-container .icon-container.icon-disabled:hover{background-color:unset}.search-chips-container .search-container .icon-container.icon-disabled:hover svg-icon svg path{fill:#ccc}.search-chips-container .search-container .icon-container:hover{background-color:#eee}.search-chips-container .search-container .icon-container:hover svg-icon svg path{fill:#424242}.search-chips-container .search-container .icon-container svg-icon svg rect,.search-chips-container .search-container .icon-container svg-icon svg path{stroke-width:none!important;stroke:none!important}.search-chips-container .search-container .multiple-search-input{height:26px;transition:.25s}.search-chips-container .search-container .multiple-search-input input{width:100%;height:100%;border:none;background:transparent;padding:0;outline:none;color:#fff;font-size:14px;font-weight:400}.search-chips-container .search-container .multiple-search-input input::selection{color:#fff;background:#ffffff20}.search-chips-container .search-container .multiple-search-input .btn-container{margin-right:4px;padding-left:5px}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon{cursor:pointer;line-height:0;transition:transform .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover{transform:scale(1.2)}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg{transition:background-color .3s ease;background-color:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg rect{fill:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg rect{transition:fill .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg path,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg path{transition:fill .3s ease;fill:#1d1d1d}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon{margin-right:4px}.search-chips-container .search-container .multiple-search-input input::placeholder{color:#aaa}.search-chips-container .chips-container{width:fit-content;height:26px;gap:4px;padding-left:4px}.search-chips-container .chips-container .chip{cursor:pointer;min-width:57px;max-width:100px;height:26px;border-radius:3px;font-size:14px;font-weight:600;padding:7px 8px;position:relative}.search-chips-container .chips-container .chip:hover{color:#fff;transition:color .25s}.search-chips-container .chips-container .chip:hover .delete-chip{opacity:1;transition:opacity .25s}.search-chips-container .chips-container .chip span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search-chips-container .chips-container .chip .delete-chip{position:absolute;right:-6px;top:-6px;width:14px;height:14px;background:#aaa;border:2px solid #f1f1f1;border-radius:50%;opacity:0;transition:background .25s,opacity .25s}.search-chips-container .chips-container .chip .delete-chip:hover{background:#ef5350;transition:background .25s}.search-chips-container .chips-container .chip .delete-chip svg-icon svg path{fill:#fff}.search-chips-container .chips-container .first-chip-toolbar-style{background:#259f94;color:#fff}.search-chips-container .chips-container .first-chip-toolbar-style:hover{background:#007a6e;transition:background .25s}.search-chips-container .chips-container .second-chip-toolbar-style{background:#f89b2e;color:#fff}.search-chips-container .chips-container .second-chip-toolbar-style:hover{background:#de7700;transition:background .25s}.search-chips-container .chips-container .third-chip-toolbar-style{background:#9e47ec;color:#fff}.search-chips-container .chips-container .third-chip-toolbar-style:hover{background:#7919d0;transition:background .25s}.search-chips-container .chips-container .first-chip-style{background:#26a69020;color:#26a690}.search-chips-container .chips-container .first-chip-style:hover{background:#26a690;transition:background .25s}.search-chips-container .chips-container .second-chip-style{background:#ab47bc20;color:#ab47bc}.search-chips-container .chips-container .second-chip-style:hover{background:#ab47bc;transition:background .25s}.search-chips-container .chips-container .third-chip-style{background:#ffa72620;color:#ffa726}.search-chips-container .chips-container .third-chip-style:hover{background:#ffa726;transition:background .25s}.search-chips-container .chips-container .delete-chip-style{background:#ef5350!important;transition:background .25s}.search-chips-container .chips-container .delete-all-chips{cursor:pointer;width:26px;height:26px;border-radius:1px}.search-chips-container .chips-container .delete-all-chips.regular-style:hover{background:#c20c0c;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.regular-style:hover svg path{fill:#f44336;transition:fill .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover{background-color:#fbe9e9;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg rect{fill:#fbe9e9}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg path{fill:#c20c0c;transition:fill .25s}.search-input-active{background:#1d1d1d!important;border-radius:2px;transition:background .25s!important}.search-input-active .icon-container{background-color:unset!important}.search-input-active .icon-container:hover svg-icon svg path{fill:#eee!important;transition:fill .25s!important}.search-input-active .icon-container svg-icon svg path{fill:#b7b7b7!important}.search-input-active .icon-border{width:1px;height:100%;margin-right:4px}.search-input-active .icon-border .inner-border{width:100%;height:14px;background:#cccccc40}.search-input-active .multiple-search-input{width:147px;transition:width .25s}.first-chip-animation{animation:searchOneAnimation .2s ease-in-out}.second-chip-animation{animation:searchTwoAnimation .2s ease-in-out}.third-chip-animation{animation:searchThreeAnimation .2s ease-in-out}@keyframes searchOneAnimation{0%{left:-63px}to{left:0}}@keyframes searchTwoAnimation{0%{left:-124px}to{left:0}}@keyframes searchThreeAnimation{0%{left:-140px}to{left:0}}.ca-full-width{width:100%!important}\n"], dependencies: [{ kind: "directive", type:
|
|
241
241
|
// Angular
|
|
242
242
|
NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "ngmodule", type: AngularSvgIconModule }, { kind: "component", type: i2.SvgIconComponent, selector: "svg-icon", inputs: ["src", "name", "stretch", "applyClass", "applyCss", "svgClass", "class", "viewBox", "svgAriaLabel", "svgStyle"] }, { kind: "ngmodule", type:
|
|
243
243
|
// Modules
|
|
@@ -260,7 +260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
260
260
|
CaAppTooltipV2Component,
|
|
261
261
|
// Pipes
|
|
262
262
|
ChipClassPipe,
|
|
263
|
-
], template: "<div class=\"search-chips-container d-flex\">\n <div\n class=\"search-container d-flex\"\n [ngClass]=\"{ \n 'search-input-active': openSearch,\n 'ca-full-width': _isDetailsPageSearch\n }\"\n >\n <!-- Icon -->\n @if (toolbarSearch) {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'icon-disabled': chips.length >= 3 }\"\n (click)=\"chips.length < 4 && toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? chips.length >= 3\n ? 'Max Added'\n : 'Close'\n : chips.length >= 3\n ? 'Max Added'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n } @else {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n (click)=\"toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? 'Close'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n }\n\n <!-- Border -->\n <div class=\"icon-border d-flex align-items-center\">\n <div class=\"inner-border\"></div>\n </div>\n\n <!-- Search Input -->\n <div\n class=\"multiple-search-input d-flex justify-content-between align-items-center\"\n [ngClass]=\"{'ca-full-width': _isDetailsPageSearch}\"\n >\n @if (openSearch) {\n <input\n [disabled]=\"chips.length >= 3\"\n #tableSearchInput\n id=\"table-search\"\n type=\"text\"\n (keyup)=\"onTyping($event)\"\n (keyup.enter)=\"onEnter()\"\n autofocus\n maxlength=\"30\"\n [(ngModel)]=\"searchText\"\n (ngModelChange)=\"capitalizeInput($event)\"\n placeholder=\"Find {{\n selectedTabData.gridNameTitle\n ? selectedTabData.gridNameTitle\n : 'No Tab Name'\n }}\"\n />\n }\n @if (toolbarSearch && openSearch && searchText.length) {\n <div class=\"d-flex align-items-center btn-container\">\n <ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Confirm'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"confirm-icon d-flex\"\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onEnter()\"\n ></svg-icon>\n </div>\n </ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"clear-icon d-flex\"\n [src]=\"getSvgPath('clearSearch')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onTyping($event)\"\n ></svg-icon>\n </div>\n </div>\n }\n </div>\n </div>\n\n @if (chips.length) {\n <div class=\"chips-container d-flex\">\n @if (!toolbarSearch) {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n >\n {{ chip.searchText }}\n <div\n class=\"delete-chip d-flex justify-content-center align-items-center\"\n (mouseenter)=\"chipToDelete = i\"\n (mouseleave)=\"chipToDelete = -1\"\n (click)=\"onDeleteChip(i)\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 6, 'height.px': 6 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n </div>\n }\n } @else {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n (click)=\"onDeleteChip(i)\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <span>{{ chip.searchText }}</span>\n </div>\n }\n }\n <div\n class=\"delete-all-chips regular-style d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'toolbar-style': toolbarSearch }\"\n (click)=\"deleteAllChips()\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear all'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 23, 'height.px': 23 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\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:#dadada}.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:#dadada}.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:#dadada}.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:#42424233!important;color:#424242!important}.text-color-black::selection{background:#42424233!important;color:#424242!important}.text-color-black-2{color:#2f2f2f!important}.text-color-black-2::-moz-selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-black-2::selection{background:#2f2f2f33!important;color:#2f2f2f!important}.text-color-muted{color:#919191!important}.text-color-muted::-moz-selection{background:#91919133!important;color:#919191!important}.text-color-muted::selection{background:#91919133!important;color:#919191!important}.text-color-green{color:#56b4ac!important}.text-color-green::-moz-selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green::selection{background:#56b4ac33!important;color:#56b4ac!important}.text-color-green-4{color:#86c9c3!important}.text-color-green-4::-moz-selection{background:#86c9c333!important;color:#86c9c3!important}.text-color-green-4::selection{background:#86c9c333!important;color:#86c9c3!important}.text-color-blue-13{color:#6692f1!important}.text-color-blue-13::-moz-selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-13::selection{background:#66921833!important;color:#6692f1!important}.text-color-blue-18{color:#3b73ed!important}.text-color-blue-18::-moz-selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-18::selection{background:#3b73ed33!important;color:#3b73ed!important}.text-color-blue-19{color:#92b1f5!important}.text-color-blue-19::-moz-selection{background:#92b1f533!important;color:#92b1f5!important}.text-color-blue-19::selection{background:#92b1f533!important;color:#92b1f5!important}.text-color-red-10{color:#e66767!important}.text-color-red-10::-moz-selection{background:#e6676733!important;color:#e66767!important}.text-color-red-10::selection{background:#e6676733!important;color:#e66767!important}.text-color-red-13{color:#ed9292!important}.text-color-red-13::-moz-selection{background:#ed929233!important;color:#ed9292!important}.text-color-red-13::selection{background:#ed929233!important;color:#ed9292!important}.text-color-light-grey{color:#e5e5e5!important}.text-color-light-grey::-moz-selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey::selection{background:#e5e5e533!important;color:#e5e5e5!important}.text-color-light-grey-2{color:#aaa!important}.text-color-light-grey-2::-moz-selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-2::selection{background:#aaa3!important;color:#aaa!important}.text-color-light-grey-6{color:#ccc!important}.text-color-light-grey-6::-moz-selection{color:#ccc!important;background:#aaa3!important}.text-color-light-grey-6::selection{color:#ccc!important;background:#aaa3!important}.text-color-white{color:#dadada!important}.text-color-white::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white::selection{color:#dadada!important;background:#fff3!important}.text-color-white-2{color:#fff!important}.text-color-white-2::-moz-selection{color:#dadada!important;background:#fff3!important}.text-color-white-2::selection{color:#dadada!important;background:#fff3!important}.text-color-white-4{color:#ffffffb2!important}.text-color-white-4::-moz-selection{color:#ffffffb2!important;background:#fff3!important}.text-color-white-4::selection{color:#ffffffb2!important;background:#fff3!important}.text-color-dark-grey{color:#6c6c6c!important}.text-color-dark-grey::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-dark-grey::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2{color:#6c6c6c!important}.text-color-bw6-2::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw6-2::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9{color:#dadada!important}.text-color-bw-9::-moz-selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-bw-9::selection{color:#6c6c6c!important;background:#6c6c6c33!important}.text-color-grey{color:#919191!important}.text-color-grey::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey::selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::-moz-selection,.text-color-grey .marker-bold-text::-moz-selection{color:#919191!important;background:#91919133!important}.text-color-grey .address-text::selection,.text-color-grey .marker-bold-text::selection{color:#919191!important;background:#91919133!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}@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}}.svg-fill-black svg path{fill:#424242!important}.svg-fill-muted svg path{fill:#919191!important}.svg-fill-bw-9 svg path{fill:#dadada!important}.svg-fill-light-grey-2 svg path{fill:#aaa!important}.svg-fill-light-grey-6 svg path{fill:#ccc!important}.svg-fill-blue-13 svg path{fill:#6692f1!important}.svg-fill-blue-19 svg path{fill:#92b1f5!important}.svg-fill-blue-26 svg path{fill:#4dc5eb!important}.svg-fill-grey svg path{fill:#919191!important}.svg-fill-red-10 svg path{fill:#e66767!important}.svg-fill-green svg path{fill:#56b4ac!important}.svg-hover-muted svg path{transition:all .3s ease-in-out}.svg-hover-muted:hover svg path{fill:#919191!important}.svg-hover-black svg path{transition:all .3s ease-in-out}.svg-hover-black:hover svg path{fill:#424242!important}.svg-hover-blue-15 svg path{transition:all .3s ease-in-out}.svg-hover-blue-15:hover svg path{fill:#0b49d1!important}.svg-hover-bw6-2 svg path{transition:all .3s ease-in-out}.svg-hover-bw6-2:hover svg path{fill:#6c6c6c!important}.svg-hover-trash-red svg path{transition:all .3s ease-in-out}.svg-hover-trash-red:hover svg path{fill:#ff5050!important}.svg-hover-red-14 svg path{transition:all .3s ease-in-out}.svg-hover-red-14:hover svg path{fill:#c20c0c!important}.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-44-16 svg{width:44px;height:16px}*{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}.cursor-pointer{cursor:pointer}.search-chips-container .search-container{width:fit-content;height:26px}.search-chips-container .search-container .icon-container{margin-left:2px;width:26px;height:26px;cursor:pointer;padding:4px}.search-chips-container .search-container .icon-container.icon-disabled svg-icon svg path{fill:#ccc;transition:fill .25s}.search-chips-container .search-container .icon-container.icon-disabled:hover{background-color:unset}.search-chips-container .search-container .icon-container.icon-disabled:hover svg-icon svg path{fill:#ccc}.search-chips-container .search-container .icon-container:hover{background-color:#eee}.search-chips-container .search-container .icon-container:hover svg-icon svg path{fill:#424242}.search-chips-container .search-container .icon-container svg-icon svg rect,.search-chips-container .search-container .icon-container svg-icon svg path{stroke-width:none!important;stroke:none!important}.search-chips-container .search-container .multiple-search-input{height:26px;transition:.25s}.search-chips-container .search-container .multiple-search-input input{width:100%;height:100%;border:none;background:transparent;padding:0;outline:none;color:#fff;font-size:14px;font-weight:400}.search-chips-container .search-container .multiple-search-input input::selection{color:#fff;background:#ffffff20}.search-chips-container .search-container .multiple-search-input .btn-container{margin-right:4px;padding-left:5px}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon{cursor:pointer;line-height:0;transition:transform .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover{transform:scale(1.2)}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg{transition:background-color .3s ease;background-color:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg rect{fill:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg rect{transition:fill .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg path,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg path{transition:fill .3s ease;fill:#1d1d1d}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon{margin-right:4px}.search-chips-container .search-container .multiple-search-input input::placeholder{color:#aaa}.search-chips-container .chips-container{width:fit-content;height:26px;gap:4px;padding-left:4px}.search-chips-container .chips-container .chip{cursor:pointer;min-width:57px;max-width:100px;height:26px;border-radius:3px;font-size:14px;font-weight:600;padding:7px 8px;position:relative}.search-chips-container .chips-container .chip:hover{color:#fff;transition:color .25s}.search-chips-container .chips-container .chip:hover .delete-chip{opacity:1;transition:opacity .25s}.search-chips-container .chips-container .chip span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search-chips-container .chips-container .chip .delete-chip{position:absolute;right:-6px;top:-6px;width:14px;height:14px;background:#aaa;border:2px solid #f1f1f1;border-radius:50%;opacity:0;transition:background .25s,opacity .25s}.search-chips-container .chips-container .chip .delete-chip:hover{background:#ef5350;transition:background .25s}.search-chips-container .chips-container .chip .delete-chip svg-icon svg path{fill:#fff}.search-chips-container .chips-container .first-chip-toolbar-style{background:#259f94;color:#fff}.search-chips-container .chips-container .first-chip-toolbar-style:hover{background:#007a6e;transition:background .25s}.search-chips-container .chips-container .second-chip-toolbar-style{background:#f89b2e;color:#fff}.search-chips-container .chips-container .second-chip-toolbar-style:hover{background:#de7700;transition:background .25s}.search-chips-container .chips-container .third-chip-toolbar-style{background:#9e47ec;color:#fff}.search-chips-container .chips-container .third-chip-toolbar-style:hover{background:#7919d0;transition:background .25s}.search-chips-container .chips-container .first-chip-style{background:#26a69020;color:#26a690}.search-chips-container .chips-container .first-chip-style:hover{background:#26a690;transition:background .25s}.search-chips-container .chips-container .second-chip-style{background:#ab47bc20;color:#ab47bc}.search-chips-container .chips-container .second-chip-style:hover{background:#ab47bc;transition:background .25s}.search-chips-container .chips-container .third-chip-style{background:#ffa72620;color:#ffa726}.search-chips-container .chips-container .third-chip-style:hover{background:#ffa726;transition:background .25s}.search-chips-container .chips-container .delete-chip-style{background:#ef5350!important;transition:background .25s}.search-chips-container .chips-container .delete-all-chips{cursor:pointer;width:26px;height:26px;border-radius:1px}.search-chips-container .chips-container .delete-all-chips.regular-style:hover{background:#c20c0c;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.regular-style:hover svg path{fill:#f44336;transition:fill .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover{background-color:#fbe9e9;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg rect{fill:#fbe9e9}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg path{fill:#c20c0c;transition:fill .25s}.search-input-active{background:#1d1d1d!important;border-radius:2px;transition:background .25s!important}.search-input-active .icon-container{background-color:unset!important}.search-input-active .icon-container:hover svg-icon svg path{fill:#eee!important;transition:fill .25s!important}.search-input-active .icon-container svg-icon svg path{fill:#b7b7b7!important}.search-input-active .icon-border{width:1px;height:100%;margin-right:4px}.search-input-active .icon-border .inner-border{width:100%;height:14px;background:#cccccc40}.search-input-active .multiple-search-input{width:147px;transition:width .25s}.first-chip-animation{animation:searchOneAnimation .2s ease-in-out}.second-chip-animation{animation:searchTwoAnimation .2s ease-in-out}.third-chip-animation{animation:searchThreeAnimation .2s ease-in-out}@keyframes searchOneAnimation{0%{left:-63px}to{left:0}}@keyframes searchTwoAnimation{0%{left:-124px}to{left:0}}@keyframes searchThreeAnimation{0%{left:-140px}to{left:0}}.ca-full-width{width:100%!important}\n"] }]
|
|
263
|
+
], template: "<div class=\"search-chips-container d-flex\">\n <div\n class=\"search-container d-flex\"\n [ngClass]=\"{ \n 'search-input-active': openSearch,\n 'ca-full-width': _isDetailsPageSearch\n }\"\n >\n <!-- Icon -->\n @if (toolbarSearch) {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'icon-disabled': chips.length >= 3 }\"\n (click)=\"chips.length < 4 && toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? chips.length >= 3\n ? 'Max Added'\n : 'Close'\n : chips.length >= 3\n ? 'Max Added'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n } @else {\n <div\n class=\"icon-container d-flex justify-content-center align-items-center\"\n (click)=\"toggleSearch()\"\n ngbTooltip\n [mainCaTooltip]=\"\n openSearch\n ? 'Close'\n : 'Search'\n \"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 26, 'height.px': 26 }\"\n [src]=\"getSvgPath('searchButton')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n }\n\n <!-- Border -->\n <div class=\"icon-border d-flex align-items-center\">\n <div class=\"inner-border\"></div>\n </div>\n\n <!-- Search Input -->\n <div\n class=\"multiple-search-input d-flex justify-content-between align-items-center\"\n [ngClass]=\"{'ca-full-width': _isDetailsPageSearch}\"\n >\n @if (openSearch) {\n <input\n [disabled]=\"chips.length >= 3\"\n #tableSearchInput\n id=\"table-search\"\n type=\"text\"\n (keyup)=\"onTyping($event)\"\n (keyup.enter)=\"onEnter()\"\n autofocus\n maxlength=\"30\"\n [(ngModel)]=\"searchText\"\n (ngModelChange)=\"capitalizeInput($event)\"\n placeholder=\"Find {{\n selectedTabData.gridNameTitle\n ? selectedTabData.gridNameTitle\n : 'No Tab Name'\n }}\"\n />\n }\n @if (toolbarSearch && openSearch && searchText.length) {\n <div class=\"d-flex align-items-center btn-container\">\n <ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Confirm'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"confirm-icon d-flex\"\n [src]=\"getSvgPath('add')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onEnter()\"\n ></svg-icon>\n </div>\n </ng-container>\n <div\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n class=\"clear-icon d-flex\"\n [src]=\"getSvgPath('clearSearch')\"\n [svgStyle]=\"{ 'width.px': 18, 'height.px': 18 }\"\n (click)=\"onTyping($event)\"\n ></svg-icon>\n </div>\n </div>\n }\n </div>\n </div>\n\n @if (chips.length) {\n <div class=\"chips-container d-flex\">\n @if (!toolbarSearch) {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n >\n {{ chip.searchText }}\n <div\n class=\"delete-chip d-flex justify-content-center align-items-center\"\n (mouseenter)=\"chipToDelete = i\"\n (mouseleave)=\"chipToDelete = -1\"\n (click)=\"onDeleteChip(i)\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 6, 'height.px': 6 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\n </div>\n </div>\n }\n } @else {\n @for (chip of chips; track $index; let i = $index) {\n <div\n class=\"chip d-flex justify-content-center align-items-center\"\n [ngClass]=\"i | chipClass: chips : chipToDelete\"\n (click)=\"onDeleteChip(i)\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <span>{{ chip.searchText }}</span>\n </div>\n }\n }\n <div\n class=\"delete-all-chips regular-style d-flex justify-content-center align-items-center\"\n [ngClass]=\"{ 'toolbar-style': toolbarSearch }\"\n (click)=\"deleteAllChips()\"\n ngbTooltip\n [mainCaTooltip]=\"'Clear all'\"\n [tooltipBackground]=\"'#424242'\"\n position=\"bottom\"\n >\n <svg-icon\n [svgStyle]=\"{ 'width.px': 23, 'height.px': 23 }\"\n [src]=\"getSvgPath('clearSearch')\"\n class=\"d-flex\"\n ></svg-icon>\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}.search-chips-container .search-container{width:fit-content;height:26px}.search-chips-container .search-container .icon-container{margin-left:2px;width:26px;height:26px;cursor:pointer;padding:4px}.search-chips-container .search-container .icon-container.icon-disabled svg-icon svg path{fill:#ccc;transition:fill .25s}.search-chips-container .search-container .icon-container.icon-disabled:hover{background-color:unset}.search-chips-container .search-container .icon-container.icon-disabled:hover svg-icon svg path{fill:#ccc}.search-chips-container .search-container .icon-container:hover{background-color:#eee}.search-chips-container .search-container .icon-container:hover svg-icon svg path{fill:#424242}.search-chips-container .search-container .icon-container svg-icon svg rect,.search-chips-container .search-container .icon-container svg-icon svg path{stroke-width:none!important;stroke:none!important}.search-chips-container .search-container .multiple-search-input{height:26px;transition:.25s}.search-chips-container .search-container .multiple-search-input input{width:100%;height:100%;border:none;background:transparent;padding:0;outline:none;color:#fff;font-size:14px;font-weight:400}.search-chips-container .search-container .multiple-search-input input::selection{color:#fff;background:#ffffff20}.search-chips-container .search-container .multiple-search-input .btn-container{margin-right:4px;padding-left:5px}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon{cursor:pointer;line-height:0;transition:transform .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover{transform:scale(1.2)}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg{transition:background-color .3s ease;background-color:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon:hover svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon:hover svg rect{fill:#fff}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg rect,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg rect{transition:fill .3s ease}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon svg path,.search-chips-container .search-container .multiple-search-input .btn-container .clear-icon svg path{transition:fill .3s ease;fill:#1d1d1d}.search-chips-container .search-container .multiple-search-input .btn-container .confirm-icon{margin-right:4px}.search-chips-container .search-container .multiple-search-input input::placeholder{color:#aaa}.search-chips-container .chips-container{width:fit-content;height:26px;gap:4px;padding-left:4px}.search-chips-container .chips-container .chip{cursor:pointer;min-width:57px;max-width:100px;height:26px;border-radius:3px;font-size:14px;font-weight:600;padding:7px 8px;position:relative}.search-chips-container .chips-container .chip:hover{color:#fff;transition:color .25s}.search-chips-container .chips-container .chip:hover .delete-chip{opacity:1;transition:opacity .25s}.search-chips-container .chips-container .chip span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.search-chips-container .chips-container .chip .delete-chip{position:absolute;right:-6px;top:-6px;width:14px;height:14px;background:#aaa;border:2px solid #f1f1f1;border-radius:50%;opacity:0;transition:background .25s,opacity .25s}.search-chips-container .chips-container .chip .delete-chip:hover{background:#ef5350;transition:background .25s}.search-chips-container .chips-container .chip .delete-chip svg-icon svg path{fill:#fff}.search-chips-container .chips-container .first-chip-toolbar-style{background:#259f94;color:#fff}.search-chips-container .chips-container .first-chip-toolbar-style:hover{background:#007a6e;transition:background .25s}.search-chips-container .chips-container .second-chip-toolbar-style{background:#f89b2e;color:#fff}.search-chips-container .chips-container .second-chip-toolbar-style:hover{background:#de7700;transition:background .25s}.search-chips-container .chips-container .third-chip-toolbar-style{background:#9e47ec;color:#fff}.search-chips-container .chips-container .third-chip-toolbar-style:hover{background:#7919d0;transition:background .25s}.search-chips-container .chips-container .first-chip-style{background:#26a69020;color:#26a690}.search-chips-container .chips-container .first-chip-style:hover{background:#26a690;transition:background .25s}.search-chips-container .chips-container .second-chip-style{background:#ab47bc20;color:#ab47bc}.search-chips-container .chips-container .second-chip-style:hover{background:#ab47bc;transition:background .25s}.search-chips-container .chips-container .third-chip-style{background:#ffa72620;color:#ffa726}.search-chips-container .chips-container .third-chip-style:hover{background:#ffa726;transition:background .25s}.search-chips-container .chips-container .delete-chip-style{background:#ef5350!important;transition:background .25s}.search-chips-container .chips-container .delete-all-chips{cursor:pointer;width:26px;height:26px;border-radius:1px}.search-chips-container .chips-container .delete-all-chips.regular-style:hover{background:#c20c0c;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.regular-style:hover svg path{fill:#f44336;transition:fill .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover{background-color:#fbe9e9;transition:background-color .25s}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg rect{fill:#fbe9e9}.search-chips-container .chips-container .delete-all-chips.toolbar-style:hover svg path{fill:#c20c0c;transition:fill .25s}.search-input-active{background:#1d1d1d!important;border-radius:2px;transition:background .25s!important}.search-input-active .icon-container{background-color:unset!important}.search-input-active .icon-container:hover svg-icon svg path{fill:#eee!important;transition:fill .25s!important}.search-input-active .icon-container svg-icon svg path{fill:#b7b7b7!important}.search-input-active .icon-border{width:1px;height:100%;margin-right:4px}.search-input-active .icon-border .inner-border{width:100%;height:14px;background:#cccccc40}.search-input-active .multiple-search-input{width:147px;transition:width .25s}.first-chip-animation{animation:searchOneAnimation .2s ease-in-out}.second-chip-animation{animation:searchTwoAnimation .2s ease-in-out}.third-chip-animation{animation:searchThreeAnimation .2s ease-in-out}@keyframes searchOneAnimation{0%{left:-63px}to{left:0}}@keyframes searchTwoAnimation{0%{left:-124px}to{left:0}}@keyframes searchThreeAnimation{0%{left:-140px}to{left:0}}.ca-full-width{width:100%!important}\n"] }]
|
|
264
264
|
}], ctorParameters: () => [{ type: i1.CaSearchMultipleStatesService }], propDecorators: { tableSearchInput: [{
|
|
265
265
|
type: ViewChild,
|
|
266
266
|
args: ['tableSearchInput', { static: false }]
|
|
@@ -275,4 +275,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
275
275
|
}], close: [{
|
|
276
276
|
type: Output
|
|
277
277
|
}] } });
|
|
278
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzL2NhLXNlYXJjaC1tdWx0aXBsZS1zdGF0ZXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBRVQsWUFBWSxFQUNaLEtBQUssRUFHTCxNQUFNLEVBQ04sU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUxQyxVQUFVO0FBQ1YsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDOUQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTdDLFlBQVk7QUFDWixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUVoRSxhQUFhO0FBQ2IsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFFM0YsWUFBWTtBQUNaLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUtsRixPQUFPO0FBQ1AsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRS9DLE9BQU87QUFDUCxPQUFPLEVBQ0wsZUFBZSxFQUNmLHFCQUFxQixFQUNyQixl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Z0JBQ2IsdUJBQXVCO2dCQUV2QixRQUFRO2dCQUNSLGFBQWEsb0NBWkgsQ0FBQyxlQUFlLENBQUM7OzRGQWlCbEIsK0JBQStCO2tCQXBCM0MsU0FBUzsrQkFDRSwrQkFBK0IsY0FDN0IsSUFBSSxjQUNKLENBQUMsZUFBZSxDQUFDLFdBQ3BCO3dCQUNQLFVBQVU7d0JBQ1YsT0FBTzt3QkFDUCxvQkFBb0I7d0JBQ3BCLFVBQVU7d0JBQ1YsV0FBVzt3QkFDWCxnQkFBZ0I7d0JBQ2hCLGFBQWE7d0JBQ2IsdUJBQXVCO3dCQUV2QixRQUFRO3dCQUNSLGFBQWE7cUJBQ2Q7a0dBTUQsZ0JBQWdCO3NCQURmLFNBQVM7dUJBQUMsa0JBQWtCLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO2dCQUd2QyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDTyxtQkFBbUI7c0JBQS9CLEtBQUs7Z0JBS0ksS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPbkRlc3Ryb3ksXG4gIE9uSW5pdCxcbiAgT3V0cHV0LFxuICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdDbGFzcyB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbi8vIE1vZHVsZXNcbmltcG9ydCB7IEFuZ3VsYXJTdmdJY29uTW9kdWxlIH0gZnJvbSAnYW5ndWxhci1zdmctaWNvbic7XG5pbXBvcnQgeyBOZ2JUb29sdGlwTW9kdWxlIH0gZnJvbSAnQG5nLWJvb3RzdHJhcC9uZy1ib290c3RyYXAnO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbi8vIFN2Z1JvdXRlc1xuaW1wb3J0IHsgU2VhcmNoTXVsdGlwbGVTdGF0ZXNSb3V0ZXMgfSBmcm9tICcuL3V0aWxzL3N2Zy1yb3V0ZXMnO1xuXG4vLyBDb21wb25lbnRzXG5pbXBvcnQgeyBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCB9IGZyb20gJy4uL2NhLWFwcC10b29sdGlwLXYyL2NhLWFwcC10b29sdGlwLXYyLmNvbXBvbmVudCc7XG5cbi8vIEFuaW1hdGlvblxuaW1wb3J0IHsgdG9nZ2xlQW5pbWF0aW9uIH0gZnJvbSAnLi4vLi4vYW5pbWF0aW9ucy9leHBhbmQtc2VhcmNoLWJ1dHRvbi5hbmltYXRpb24nO1xuXG4vL1NlcnZpY2VcbmltcG9ydCB7IENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlIH0gZnJvbSAnLi91dGlscy9zZXJ2aWNlcyc7XG5cbi8vUGlwZXNcbmltcG9ydCB7IENoaXBDbGFzc1BpcGUgfSBmcm9tICcuL3V0aWxzL3BpcGVzLyc7XG5cbi8vRW51bXNcbmltcG9ydCB7XG4gIENoaXBzQ29sb3JzRW51bSxcbiAgS2V5Ym9hcmRFdmVudENvbW1hbmRzLFxuICBTZWFyY2hDb3VudEVudW0sXG59IGZyb20gJy4vdXRpbHMvZW51bXMnO1xuXG4vL01vZGVsXG5pbXBvcnQgeyBDaGlwc01vZGVsLCBUYWJEYXRhIH0gZnJvbSAnLi9tb2RlbHMnO1xuaW1wb3J0IHsgU3ViamVjdCwgdGFrZVVudGlsIH0gZnJvbSAncnhqcyc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2FwcC1jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgYW5pbWF0aW9uczogW3RvZ2dsZUFuaW1hdGlvbl0sXG4gIGltcG9ydHM6IFtcbiAgICAvLyBBbmd1bGFyXG4gICAgTmdDbGFzcyxcbiAgICBBbmd1bGFyU3ZnSWNvbk1vZHVsZSxcbiAgICAvLyBNb2R1bGVzXG4gICAgRm9ybXNNb2R1bGUsXG4gICAgTmdiVG9vbHRpcE1vZHVsZSxcbiAgICAvLyBDb21wb25lbnRzXG4gICAgQ2FBcHBUb29sdGlwVjJDb21wb25lbnQsXG5cbiAgICAvLyBQaXBlc1xuICAgIENoaXBDbGFzc1BpcGUsXG4gIF0sXG4gIHRlbXBsYXRlVXJsOiAnLi9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBDYVNlYXJjaE11bHRpcGxlU3RhdGVzQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBPbkRlc3Ryb3kge1xuICBAVmlld0NoaWxkKCd0YWJsZVNlYXJjaElucHV0JywgeyBzdGF0aWM6IGZhbHNlIH0pXG4gIHRhYmxlU2VhcmNoSW5wdXQhOiBFbGVtZW50UmVmO1xuXG4gIEBJbnB1dCgpIHRvb2xiYXJTZWFyY2g/OiBib29sZWFuID0gdHJ1ZTtcbiAgQElucHV0KCkgc2VsZWN0ZWRUYWJEYXRhITogVGFiRGF0YTtcbiAgQElucHV0KCkgc2VhcmNoVHlwZSE6IHN0cmluZztcbiAgQElucHV0KCkgc2V0IGlzRGV0YWlsc1BhZ2VTZWFyY2ggKHZhbHVlOiBib29sZWFuKSB7XG4gICAgdGhpcy5faXNEZXRhaWxzUGFnZVNlYXJjaCA9IHZhbHVlO1xuICAgIHRoaXMub3BlblNlYXJjaCA9IHZhbHVlOyBcbiAgfVxuXG4gIEBPdXRwdXQoKSBjbG9zZSA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICBwdWJsaWMgX2lzRGV0YWlsc1BhZ2VTZWFyY2ghOiBib29sZWFuO1xuICBwdWJsaWMgY2hpcHM6IENoaXBzTW9kZWxbXSA9IFtdO1xuICBwdWJsaWMgb3BlblNlYXJjaCE6IGJvb2xlYW47XG4gIHB1YmxpYyBzZWFyY2hUZXh0OiBzdHJpbmcgPSAnJztcbiAgcHVibGljIHNlYXJjaElzQWN0aXZlOiBib29sZWFuID0gZmFsc2U7XG4gIHB1YmxpYyBjaGlwVG9EZWxldGU6IG51bWJlciA9IC0xO1xuICBwcml2YXRlIGNoaXBzRm9ySGlnaGxpZ2h0U2VhcmNoITogc3RyaW5nW107XG5cbiAgcHJpdmF0ZSB0eXBpbmdUaW1lb3V0ITogUmV0dXJuVHlwZTx0eXBlb2Ygc2V0VGltZW91dD47XG5cbiAgcHJpdmF0ZSBkZXN0cm95JCA9IG5ldyBTdWJqZWN0PHZvaWQ+KCk7XG5cbiAgY29uc3RydWN0b3IoXG4gICAgcHJpdmF0ZSBzZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2U6IENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlXG4gICkge31cblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmluaXREZWxldGVBbGxDaGlwc0xpc3RlbmVyKCk7XG4gIH1cblxuICBwdWJsaWMgaW5pdERlbGV0ZUFsbENoaXBzTGlzdGVuZXIoKTogdm9pZCB7XG4gICAgdGhpcy5zZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2UuZGVsZXRlQWxsQ2hpcHMkXG4gICAgICAucGlwZSh0YWtlVW50aWwodGhpcy5kZXN0cm95JCkpXG4gICAgICAuc3Vic2NyaWJlKCh2YWx1ZSkgPT4ge1xuICAgICAgICB0aGlzLmRlbGV0ZUFsbENoaXBzKCk7XG4gICAgICB9KTtcbiAgfVxuXG4gIHB1YmxpYyB0b2dnbGVTZWFyY2goKSB7XG4gICAgaWYgKHRoaXMuY2hpcHMubGVuZ3RoID09PSAzKSB0aGlzLm9wZW5TZWFyY2ggPSBmYWxzZTtcbiAgICBlbHNlIHtcbiAgICAgIHRoaXMub3BlblNlYXJjaCA9ICF0aGlzLm9wZW5TZWFyY2g7XG4gICAgICBpZighdGhpcy5vcGVuU2VhcmNoKSB0aGlzLmNsb3NlLmVtaXQoKTtcblxuICAgICAgaWYgKHRoaXMub3BlblNlYXJjaCAmJiB0aGlzLmNoaXBzLmxlbmd0aCA8IDMpXG4gICAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICAgIHRoaXMudGFibGVTZWFyY2hJbnB1dC5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG4gICAgICAgIH0sIDEwMCk7XG4gICAgfVxuICB9XG5cbiAgcHVibGljIG9uVHlwaW5nKGV2ZW50OiBNb3VzZUV2ZW50IHwgS2V5Ym9hcmRFdmVudCk6IHZvaWQge1xuICAgIGNsZWFyVGltZW91dCh0aGlzLnR5cGluZ1RpbWVvdXQpO1xuXG4gICAgY29uc3Qgc2VhcmNoTnVtYmVyID0gIXRoaXMuY2hpcHMubGVuZ3RoXG4gICAgICA/IFNlYXJjaENvdW50RW51bS5TRUFSQ0hfT05FXG4gICAgICA6IHRoaXMuY2hpcHMubGVuZ3RoID09PSAxXG4gICAgICAgID8gU2VhcmNoQ291bnRFbnVtLlNFQVJDSF9UV09cbiAgICAgICAgOiBTZWFyY2hDb3VudEVudW0uU0VBUkNIX1RIUkVFO1xuXG4gICAgY29uc3Qga2V5Ym9hcmRFdmVudCA9IHRoaXMuaXNLZXlib2FyZEV2ZW50KGV2ZW50KVxuICAgICAgPyAoZXZlbnQgYXMgS2V5Ym9hcmRFdmVudClcbiAgICAgIDogbnVsbDtcblxuICAgIGlmICgha2V5Ym9hcmRFdmVudCB8fCAha2V5Ym9hcmRFdmVudC5rZXkpIHtcbiAgICAgIHRoaXMuc2VhcmNoSXNBY3RpdmUgPSB0cnVlO1xuICAgICAgdGhpcy5zZWFyY2hUZXh0ID0gU2VhcmNoQ291bnRFbnVtLkVNUFRZX1BMQUNFX0hPTERFUjtcbiAgICAgIHRoaXMuc2VuZEhpZ2hsaWdodFNlYXJjaE9uVHlwaW5nKCk7XG5cbiAgICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLnNlbmRDdXJyZW50U2VhcmNoVGFibGVEYXRhKHtcbiAgICAgICAgY2hpcDogc2VhcmNoTnVtYmVyLFxuICAgICAgICBzZWFyY2g6IHRoaXMuc2VhcmNoVGV4dCxcbiAgICAgICAgc2VhcmNoVHlwZTogdGhpcy5zZWFyY2hUeXBlLFxuICAgICAgfSk7XG4gICAgfVxuXG4gICAgaWYgKGtleWJvYXJkRXZlbnQgJiYga2V5Ym9hcmRFdmVudC5rZXkgIT09IEtleWJvYXJkRXZlbnRDb21tYW5kcy5FTlRFUikge1xuICAgICAgdGhpcy50eXBpbmdUaW1lb3V0ID0gc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgIGlmICh0aGlzLnNlYXJjaFRleHQubGVuZ3RoID49IDMpIHtcbiAgICAgICAgICB0aGlzLnNlYXJjaElzQWN0aXZlID0gdHJ1ZTtcblxuICAgICAgICAgIHRoaXMuc2VuZEhpZ2hsaWdodFNlYXJjaE9uVHlwaW5nKCk7XG5cbiAgICAgICAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ3VycmVudFNlYXJjaFRhYmxlRGF0YSh7XG4gICAgICAgICAgICBjaGlwOiBzZWFyY2hOdW1iZXIsXG4gICAgICAgICAgICBzZWFyY2g6IHRoaXMuc2VhcmNoVGV4dCxcbiAgICAgICAgICAgIHNlYXJjaFR5cGU6IHRoaXMuc2VhcmNoVHlwZSxcbiAgICAgICAgICB9KTtcbiAgICAgICAgfSBlbHNlIGlmICh0aGlzLnNlYXJjaElzQWN0aXZlICYmIHRoaXMuc2VhcmNoVGV4dC5sZW5ndGggPCAzKSB7XG4gICAgICAgICAgdGhpcy5zZWFyY2hJc0FjdGl2ZSA9IGZhbHNlO1xuXG4gICAgICAgICAgdGhpcy5zZW5kSGlnaGxpZ2h0U2VhcmNoT25FbnRlcigpO1xuXG4gICAgICAgICAgdGhpcy5zZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2Uuc2VuZEN1cnJlbnRTZWFyY2hUYWJsZURhdGEoe1xuICAgICAgICAgICAgY2hpcDogc2VhcmNoTnVtYmVyLFxuICAgICAgICAgICAgZG9SZXNldDogdHJ1ZSxcbiAgICAgICAgICAgIGFsbDogc2VhcmNoTnVtYmVyID09PSBTZWFyY2hDb3VudEVudW0uU0VBUkNIX09ORSxcbiAgICAgICAgICAgIHNlYXJjaFR5cGU6IHRoaXMuc2VhcmNoVHlwZSxcbiAgICAgICAgICB9KTtcbiAgICAgICAgfVxuICAgICAgfSwgNTAwKTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIGlzS2V5Ym9hcmRFdmVudChldmVudDogRXZlbnQpOiBldmVudCBpcyBLZXlib2FyZEV2ZW50IHtcbiAgICByZXR1cm4gKGV2ZW50IGFzIEtleWJvYXJkRXZlbnQpLmtleSAhPT0gdW5kZWZpbmVkO1xuICB9XG5cbiAgcHVibGljIG9uRW50ZXIoKTogdm9pZCB7XG4gICAgaWYoIXRoaXMudG9vbGJhclNlYXJjaCkgcmV0dXJuO1xuXG4gICAgaWYgKHRoaXMuY2hpcHMubGVuZ3RoIDwgMyAmJiAhdGhpcy5jaGVja0NoaXBzKCkpIHtcbiAgICAgIHRoaXMuY2hpcHMucHVzaCh7XG4gICAgICAgIHNlYXJjaFRleHQ6IHRoaXMuc2VhcmNoVGV4dCxcbiAgICAgICAgY29sb3I6IHRoaXMuZ2V0Q2hpcENvbG9yKHRoaXMuY2hpcHMubGVuZ3RoKSxcbiAgICAgICAgY2FuRG9BbmltYXRpb246IHRydWUsXG4gICAgICAgIHF1ZXJ5OiB0aGlzLmdldENoaXBRdWVyeSh0aGlzLmNoaXBzLmxlbmd0aCksXG4gICAgICB9KTtcblxuICAgICAgdGhpcy5zZW5kSGlnaGxpZ2h0U2VhcmNoT25FbnRlcigpO1xuXG4gICAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ3VycmVudFNlYXJjaFRhYmxlRGF0YSh7XG4gICAgICAgIGNoaXBBZGRlZDogdHJ1ZSxcbiAgICAgICAgc2VhcmNoOiB0aGlzLnNlYXJjaFRleHQsXG4gICAgICAgIHF1ZXJ5OiB0aGlzLmdldENoaXBRdWVyeSh0aGlzLmNoaXBzLmxlbmd0aCAtIDEpLFxuICAgICAgICBzZWFyY2hUeXBlOiB0aGlzLnNlYXJjaFR5cGUsXG4gICAgICB9KTtcbiAgICAgICh0aGlzLmNoaXBzLmxlbmd0aCA9PT0gMyAmJiAhdGhpcy5faXNEZXRhaWxzUGFnZVNlYXJjaCkgPyB0aGlzLnRvZ2dsZVNlYXJjaCgpIDogbnVsbDtcbiAgICAgIHRoaXMuY2hpcFRvRGVsZXRlID0gLTE7XG4gICAgICB0aGlzLnNlYXJjaFRleHQgPSAnJztcbiAgICAgIHRoaXMuc2VhcmNoSXNBY3RpdmUgPSBmYWxzZTtcbiAgICB9XG4gIH1cblxuICBwcml2YXRlIHNlbmRIaWdobGlnaHRTZWFyY2hPblR5cGluZygpOiB2b2lkIHtcbiAgICB0aGlzLmNoaXBzRm9ySGlnaGxpZ2h0U2VhcmNoID0gW107XG5cbiAgICB0aGlzLmNoaXBzLm1hcCgoY2hpcCkgPT4ge1xuICAgICAgdGhpcy5jaGlwc0ZvckhpZ2hsaWdodFNlYXJjaC5wdXNoKGNoaXAuc2VhcmNoVGV4dCk7XG4gICAgfSk7XG5cbiAgICBpZiAodGhpcy5jaGlwcy5sZW5ndGggPD0gMilcbiAgICAgIHRoaXMuY2hpcHNGb3JIaWdobGlnaHRTZWFyY2gucHVzaCh0aGlzLnNlYXJjaFRleHQpO1xuXG4gICAgdGhpcy5zZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2Uuc2VuZENoaXBzRm9ySGlnaGxpZ2h0U2VhcmNoVG9UYWJsZShcbiAgICAgIHRoaXMuY2hpcHNGb3JIaWdobGlnaHRTZWFyY2hcbiAgICApO1xuICB9XG5cbiAgcHJpdmF0ZSBzZW5kSGlnaGxpZ2h0U2VhcmNoT25FbnRlcigpIHtcbiAgICB0aGlzLmNoaXBzRm9ySGlnaGxpZ2h0U2VhcmNoID0gW107XG5cbiAgICB0aGlzLmNoaXBzLm1hcCgoY2hpcCkgPT4ge1xuICAgICAgdGhpcy5jaGlwc0ZvckhpZ2hsaWdodFNlYXJjaC5wdXNoKGNoaXAuc2VhcmNoVGV4dCk7XG4gICAgfSk7XG5cbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ2hpcHNGb3JIaWdobGlnaHRTZWFyY2hUb1RhYmxlKFxuICAgICAgdGhpcy5jaGlwc0ZvckhpZ2hsaWdodFNlYXJjaFxuICAgICk7XG5cbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5lbWl0U2VsZWN0ZWRDaGlwcyhcbiAgICAgIHRoaXMuY2hpcHNGb3JIaWdobGlnaHRTZWFyY2hcbiAgICApO1xuICB9XG5cbiAgcHVibGljIGhhbmRsZUNsZWFyQ2xpY2soKTogdm9pZCB7XG4gICAgaWYgKHRoaXMuc2VhcmNoVGV4dCkgdGhpcy5zZWFyY2hUZXh0ID0gJyc7XG4gIH1cblxuICBwcml2YXRlIGNoZWNrQ2hpcHMoKTogYm9vbGVhbiB7XG4gICAgbGV0IGhhc1NlYXJjaFRleHQgPSBmYWxzZTtcblxuICAgIHRoaXMuY2hpcHMubWFwKChjaGlwKSA9PiB7XG4gICAgICBpZiAoY2hpcC5zZWFyY2hUZXh0ID09PSB0aGlzLnNlYXJjaFRleHQpIGhhc1NlYXJjaFRleHQgPSB0cnVlO1xuICAgIH0pO1xuXG4gICAgcmV0dXJuIGhhc1NlYXJjaFRleHQ7XG4gIH1cblxuICBwdWJsaWMgb25EZWxldGVDaGlwKGluZGV4OiBudW1iZXIpIHtcbiAgICB0aGlzLmNoaXBzLnNwbGljZShpbmRleCwgMSk7XG5cbiAgICB0aGlzLnNlbmRIaWdobGlnaHRTZWFyY2hPbkVudGVyKCk7XG5cbiAgICBpZiAodGhpcy5jaGlwcy5sZW5ndGgpIHtcbiAgICAgIHRoaXMuY2hpcHMgPSB0aGlzLmNoaXBzLm1hcCgoY2hpcCwgaSkgPT4ge1xuICAgICAgICBjaGlwID0ge1xuICAgICAgICAgIHNlYXJjaFRleHQ6IGNoaXAuc2VhcmNoVGV4dCxcbiAgICAgICAgICBjb2xvcjogdGhpcy5nZXRDaGlwQ29sb3IoaSksXG4gICAgICAgICAgY2FuRG9BbmltYXRpb246IGZhbHNlLFxuICAgICAgICAgIHF1ZXJ5OiB0aGlzLmdldENoaXBRdWVyeShpKSxcbiAgICAgICAgfTtcblxuICAgICAgICByZXR1cm4gY2hpcDtcbiAgICAgIH0pO1xuICAgIH1cblxuICAgIGlmICh0aGlzLm9wZW5TZWFyY2gpXG4gICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgdGhpcy50YWJsZVNlYXJjaElucHV0Lm5hdGl2ZUVsZW1lbnQuZm9jdXMoKTtcbiAgICAgIH0sIDEwMCk7XG5cbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ3VycmVudFNlYXJjaFRhYmxlRGF0YSh7XG4gICAgICBpc0NoaXBEZWxldGU6IHRydWUsXG4gICAgICBzZWFyY2g6IHRoaXMuc2VhcmNoVGV4dD8ubGVuZ3RoID49IDMgPyB0aGlzLnNlYXJjaFRleHQgOiB1bmRlZmluZWQsXG4gICAgICBhZGRUb1F1ZXJ5OiB0aGlzLmdldENoaXBRdWVyeSh0aGlzLmNoaXBzLmxlbmd0aCksXG4gICAgICBxdWVyeXM6IFtcbiAgICAgICAgU2VhcmNoQ291bnRFbnVtLlNFQVJDSF9PTkUsXG4gICAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfVEhSRUUsXG4gICAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfVEhSRUUsXG4gICAgICBdLFxuICAgICAgY2hpcHM6IHRoaXMuY2hpcHMsXG4gICAgICBzZWFyY2hUeXBlOiB0aGlzLnNlYXJjaFR5cGUsXG4gICAgfSk7XG4gIH1cblxuICBwdWJsaWMgZGVsZXRlQWxsQ2hpcHMoKTogdm9pZCB7XG4gICAgdGhpcy5jaGlwcyA9IFtdO1xuICAgIHRoaXMuY2hpcFRvRGVsZXRlID0gLTE7XG5cbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ2hpcHNGb3JIaWdobGlnaHRTZWFyY2hUb1RhYmxlKFtdKTtcbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5lbWl0U2VsZWN0ZWRDaGlwcyhbXSk7XG5cbiAgICBpZiAodGhpcy5vcGVuU2VhcmNoKVxuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgIHRoaXMudGFibGVTZWFyY2hJbnB1dC5uYXRpdmVFbGVtZW50LmZvY3VzKCk7XG4gICAgICB9LCAxMDApO1xuXG4gICAgdGhpcy5zZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2Uuc2VuZEN1cnJlbnRTZWFyY2hUYWJsZURhdGEoe1xuICAgICAgaXNDaGlwRGVsZXRlOiB0cnVlLFxuICAgICAgc2VhcmNoOiB0aGlzLnNlYXJjaFRleHQ/Lmxlbmd0aCA+PSAzID8gdGhpcy5zZWFyY2hUZXh0IDogdW5kZWZpbmVkLFxuICAgICAgYWRkVG9RdWVyeTogdGhpcy5nZXRDaGlwUXVlcnkodGhpcy5jaGlwcy5sZW5ndGgpLFxuICAgICAgcXVlcnlzOiBbXG4gICAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfT05FLFxuICAgICAgICBTZWFyY2hDb3VudEVudW0uU0VBUkNIX1RIUkVFLFxuICAgICAgICBTZWFyY2hDb3VudEVudW0uU0VBUkNIX1RIUkVFLFxuICAgICAgXSxcbiAgICAgIGNoaXBzOiB0aGlzLmNoaXBzLFxuICAgICAgc2VhcmNoVHlwZTogdGhpcy5zZWFyY2hUeXBlLFxuICAgIH0pO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRDaGlwQ29sb3IoaW5kZXg6IG51bWJlcik6IHN0cmluZyB7XG4gICAgY29uc3QgY2hpcHNDb2xvcnM6IHN0cmluZ1tdID0gT2JqZWN0LnZhbHVlcyhDaGlwc0NvbG9yc0VudW0pO1xuXG4gICAgcmV0dXJuIGNoaXBzQ29sb3JzW2luZGV4XTtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0Q2hpcFF1ZXJ5KGluZGV4OiBudW1iZXIpOiBzdHJpbmcge1xuICAgIGNvbnN0IGNoaXBzUXVlcnkgPSBbXG4gICAgICBTZWFyY2hDb3VudEVudW0uU0VBUkNIX09ORSxcbiAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfVEhSRUUsXG4gICAgICBTZWFyY2hDb3VudEVudW0uU0VBUkNIX1RIUkVFLFxuICAgIF07XG5cbiAgICByZXR1cm4gY2hpcHNRdWVyeVtpbmRleF07XG4gIH1cblxuICBwdWJsaWMgZ2V0U3ZnUGF0aChcbiAgICBwcm9wZXJ0eU5hbWU6IGtleW9mIHR5cGVvZiBTZWFyY2hNdWx0aXBsZVN0YXRlc1JvdXRlc1xuICApOiBzdHJpbmcge1xuICAgIHJldHVybiBTZWFyY2hNdWx0aXBsZVN0YXRlc1JvdXRlc1twcm9wZXJ0eU5hbWVdIGFzIHN0cmluZztcbiAgfVxuXG4gIHB1YmxpYyB0cmFja0J5SWRlbnRpdHkoaW5kZXg6IG51bWJlciwgY2hpcDogQ2hpcHNNb2RlbCk6IG51bWJlciB7XG4gICAgcmV0dXJuIGluZGV4O1xuICB9XG5cbiAgcHVibGljIGNhcGl0YWxpemVJbnB1dCh0ZXh0OiBzdHJpbmcpOiB2b2lkIHtcbiAgICB0aGlzLnNlYXJjaFRleHQgPSB0ZXh0LmNoYXJBdCgwKS50b1VwcGVyQ2FzZSgpICsgdGV4dC5zbGljZSgxKTtcbiAgfVxuXG4gIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLnNlbmRDdXJyZW50U2VhcmNoVGFibGVEYXRhKG51bGwpO1xuICAgIHRoaXMuZGVzdHJveSQubmV4dCgpO1xuICAgIHRoaXMuZGVzdHJveSQuY29tcGxldGUoKTtcbiAgfVxufVxuIiwiPGRpdiBjbGFzcz1cInNlYXJjaC1jaGlwcy1jb250YWluZXIgZC1mbGV4XCI+XG4gIDxkaXZcbiAgICBjbGFzcz1cInNlYXJjaC1jb250YWluZXIgZC1mbGV4XCJcbiAgICBbbmdDbGFzc109XCJ7IFxuICAgICAgJ3NlYXJjaC1pbnB1dC1hY3RpdmUnOiBvcGVuU2VhcmNoLFxuICAgICAgJ2NhLWZ1bGwtd2lkdGgnOiBfaXNEZXRhaWxzUGFnZVNlYXJjaFxuICAgIH1cIlxuICAgID5cbiAgICA8IS0tIEljb24gLS0+XG4gICAgQGlmICh0b29sYmFyU2VhcmNoKSB7XG4gICAgICA8ZGl2XG4gICAgICAgIGNsYXNzPVwiaWNvbi1jb250YWluZXIgZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXIgYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgW25nQ2xhc3NdPVwieyAnaWNvbi1kaXNhYmxlZCc6IGNoaXBzLmxlbmd0aCA+PSAzIH1cIlxuICAgICAgICAoY2xpY2spPVwiY2hpcHMubGVuZ3RoIDwgNCAmJiB0b2dnbGVTZWFyY2goKVwiXG4gICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiXG4gICAgICAgICAgb3BlblNlYXJjaFxuICAgICAgICAgICAgPyBjaGlwcy5sZW5ndGggPj0gM1xuICAgICAgICAgICAgICA/ICdNYXggQWRkZWQnXG4gICAgICAgICAgICAgIDogJ0Nsb3NlJ1xuICAgICAgICAgICAgOiBjaGlwcy5sZW5ndGggPj0gM1xuICAgICAgICAgICAgICA/ICdNYXggQWRkZWQnXG4gICAgICAgICAgICAgIDogJ1NlYXJjaCdcbiAgICAgICAgXCJcbiAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIicjNDI0MjQyJ1wiXG4gICAgICAgIHBvc2l0aW9uPVwiYm90dG9tXCJcbiAgICAgICAgPlxuICAgICAgICA8c3ZnLWljb25cbiAgICAgICAgICBbc3ZnU3R5bGVdPVwieyAnd2lkdGgucHgnOiAyNiwgJ2hlaWdodC5weCc6IDI2IH1cIlxuICAgICAgICAgIFtzcmNdPVwiZ2V0U3ZnUGF0aCgnc2VhcmNoQnV0dG9uJylcIlxuICAgICAgICAgIGNsYXNzPVwiZC1mbGV4XCJcbiAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICA8L2Rpdj5cbiAgICB9IEBlbHNlIHtcbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJpY29uLWNvbnRhaW5lciBkLWZsZXgganVzdGlmeS1jb250ZW50LWNlbnRlciBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAoY2xpY2spPVwidG9nZ2xlU2VhcmNoKClcIlxuICAgICAgICBuZ2JUb29sdGlwXG4gICAgICAgIFttYWluQ2FUb29sdGlwXT1cIlxuICAgICAgICAgIG9wZW5TZWFyY2hcbiAgICAgICAgICAgICAgPyAnQ2xvc2UnXG4gICAgICAgICAgICAgIDogJ1NlYXJjaCdcbiAgICAgICAgXCJcbiAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIicjNDI0MjQyJ1wiXG4gICAgICAgIHBvc2l0aW9uPVwiYm90dG9tXCJcbiAgICAgICAgPlxuICAgICAgICA8c3ZnLWljb25cbiAgICAgICAgICBbc3ZnU3R5bGVdPVwieyAnd2lkdGgucHgnOiAyNiwgJ2hlaWdodC5weCc6IDI2IH1cIlxuICAgICAgICAgIFtzcmNdPVwiZ2V0U3ZnUGF0aCgnc2VhcmNoQnV0dG9uJylcIlxuICAgICAgICAgIGNsYXNzPVwiZC1mbGV4XCJcbiAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICA8L2Rpdj5cbiAgICB9XG5cbiAgICA8IS0tIEJvcmRlciAtLT5cbiAgICA8ZGl2IGNsYXNzPVwiaWNvbi1ib3JkZXIgZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlclwiPlxuICAgICAgPGRpdiBjbGFzcz1cImlubmVyLWJvcmRlclwiPjwvZGl2PlxuICAgIDwvZGl2PlxuXG4gICAgPCEtLSBTZWFyY2ggSW5wdXQgLS0+XG4gICAgPGRpdlxuICAgICAgY2xhc3M9XCJtdWx0aXBsZS1zZWFyY2gtaW5wdXQgZC1mbGV4IGp1c3RpZnktY29udGVudC1iZXR3ZWVuIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICBbbmdDbGFzc109XCJ7J2NhLWZ1bGwtd2lkdGgnOiBfaXNEZXRhaWxzUGFnZVNlYXJjaH1cIlxuICAgICAgPlxuICAgICAgQGlmIChvcGVuU2VhcmNoKSB7XG4gICAgICAgIDxpbnB1dFxuICAgICAgICAgIFtkaXNhYmxlZF09XCJjaGlwcy5sZW5ndGggPj0gM1wiXG4gICAgICAgICAgI3RhYmxlU2VhcmNoSW5wdXRcbiAgICAgICAgICBpZD1cInRhYmxlLXNlYXJjaFwiXG4gICAgICAgICAgdHlwZT1cInRleHRcIlxuICAgICAgICAgIChrZXl1cCk9XCJvblR5cGluZygkZXZlbnQpXCJcbiAgICAgICAgICAoa2V5dXAuZW50ZXIpPVwib25FbnRlcigpXCJcbiAgICAgICAgICBhdXRvZm9jdXNcbiAgICAgICAgICBtYXhsZW5ndGg9XCIzMFwiXG4gICAgICAgICAgWyhuZ01vZGVsKV09XCJzZWFyY2hUZXh0XCJcbiAgICAgICAgICAobmdNb2RlbENoYW5nZSk9XCJjYXBpdGFsaXplSW5wdXQoJGV2ZW50KVwiXG4gICAgICAgICAgcGxhY2Vob2xkZXI9XCJGaW5kIHt7XG4gICAgICAgICAgICBzZWxlY3RlZFRhYkRhdGEuZ3JpZE5hbWVUaXRsZVxuICAgICAgICAgICAgICA/IHNlbGVjdGVkVGFiRGF0YS5ncmlkTmFtZVRpdGxlXG4gICAgICAgICAgICAgIDogJ05vIFRhYiBOYW1lJ1xuICAgICAgICAgIH19XCJcbiAgICAgICAgICAvPlxuICAgICAgfVxuICAgICAgQGlmICh0b29sYmFyU2VhcmNoICYmIG9wZW5TZWFyY2ggJiYgc2VhcmNoVGV4dC5sZW5ndGgpIHtcbiAgICAgICAgPGRpdiBjbGFzcz1cImQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIgYnRuLWNvbnRhaW5lclwiPlxuICAgICAgICAgIDxuZy1jb250YWluZXI+XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiJ0NvbmZpcm0nXCJcbiAgICAgICAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIicjNDI0MjQyJ1wiXG4gICAgICAgICAgICAgIHBvc2l0aW9uPVwiYm90dG9tXCJcbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICA8c3ZnLWljb25cbiAgICAgICAgICAgICAgICBjbGFzcz1cImNvbmZpcm0taWNvbiBkLWZsZXhcIlxuICAgICAgICAgICAgICAgIFtzcmNdPVwiZ2V0U3ZnUGF0aCgnYWRkJylcIlxuICAgICAgICAgICAgICAgIFtzdmdTdHlsZV09XCJ7ICd3aWR0aC5weCc6IDE4LCAnaGVpZ2h0LnB4JzogMTggfVwiXG4gICAgICAgICAgICAgICAgKGNsaWNrKT1cIm9uRW50ZXIoKVwiXG4gICAgICAgICAgICAgID48L3N2Zy1pY29uPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgPGRpdlxuICAgICAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiJ0NsZWFyJ1wiXG4gICAgICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgICAgIHBvc2l0aW9uPVwiYm90dG9tXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgIDxzdmctaWNvblxuICAgICAgICAgICAgICBjbGFzcz1cImNsZWFyLWljb24gZC1mbGV4XCJcbiAgICAgICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdjbGVhclNlYXJjaCcpXCJcbiAgICAgICAgICAgICAgW3N2Z1N0eWxlXT1cInsgJ3dpZHRoLnB4JzogMTgsICdoZWlnaHQucHgnOiAxOCB9XCJcbiAgICAgICAgICAgICAgKGNsaWNrKT1cIm9uVHlwaW5nKCRldmVudClcIlxuICAgICAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgICAgfVxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuICBAaWYgKGNoaXBzLmxlbmd0aCkge1xuICAgIDxkaXYgY2xhc3M9XCJjaGlwcy1jb250YWluZXIgZC1mbGV4XCI+XG4gICAgICBAaWYgKCF0b29sYmFyU2VhcmNoKSB7XG4gICAgICAgIEBmb3IgKGNoaXAgb2YgY2hpcHM7IHRyYWNrICRpbmRleDsgbGV0IGkgPSAkaW5kZXgpIHtcbiAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICBjbGFzcz1cImNoaXAgZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXIgYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cImkgfCBjaGlwQ2xhc3M6IGNoaXBzIDogY2hpcFRvRGVsZXRlXCJcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgIHt7IGNoaXAuc2VhcmNoVGV4dCB9fVxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICBjbGFzcz1cImRlbGV0ZS1jaGlwIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgICAgICAgIChtb3VzZWVudGVyKT1cImNoaXBUb0RlbGV0ZSA9IGlcIlxuICAgICAgICAgICAgICAobW91c2VsZWF2ZSk9XCJjaGlwVG9EZWxldGUgPSAtMVwiXG4gICAgICAgICAgICAgIChjbGljayk9XCJvbkRlbGV0ZUNoaXAoaSlcIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgIDxzdmctaWNvblxuICAgICAgICAgICAgICAgIFtzdmdTdHlsZV09XCJ7ICd3aWR0aC5weCc6IDYsICdoZWlnaHQucHgnOiA2IH1cIlxuICAgICAgICAgICAgICAgIFtzcmNdPVwiZ2V0U3ZnUGF0aCgnY2xlYXJTZWFyY2gnKVwiXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJkLWZsZXhcIlxuICAgICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgICB9IEBlbHNlIHtcbiAgICAgICAgQGZvciAoY2hpcCBvZiBjaGlwczsgdHJhY2sgJGluZGV4OyBsZXQgaSA9ICRpbmRleCkge1xuICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwiY2hpcCBkLWZsZXgganVzdGlmeS1jb250ZW50LWNlbnRlciBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwiaSB8IGNoaXBDbGFzczogY2hpcHMgOiBjaGlwVG9EZWxldGVcIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm9uRGVsZXRlQ2hpcChpKVwiXG4gICAgICAgICAgICBuZ2JUb29sdGlwXG4gICAgICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCInQ2xlYXInXCJcbiAgICAgICAgICAgIFt0b29sdGlwQmFja2dyb3VuZF09XCInIzQyNDI0MidcIlxuICAgICAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgPHNwYW4+e3sgY2hpcC5zZWFyY2hUZXh0IH19PC9zcGFuPlxuICAgICAgICAgIDwvZGl2PlxuICAgICAgICB9XG4gICAgICB9XG4gICAgICA8ZGl2XG4gICAgICAgIGNsYXNzPVwiZGVsZXRlLWFsbC1jaGlwcyByZWd1bGFyLXN0eWxlIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgIFtuZ0NsYXNzXT1cInsgJ3Rvb2xiYXItc3R5bGUnOiB0b29sYmFyU2VhcmNoIH1cIlxuICAgICAgICAoY2xpY2spPVwiZGVsZXRlQWxsQ2hpcHMoKVwiXG4gICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiJ0NsZWFyIGFsbCdcIlxuICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICA+XG4gICAgICAgIDxzdmctaWNvblxuICAgICAgICAgIFtzdmdTdHlsZV09XCJ7ICd3aWR0aC5weCc6IDIzLCAnaGVpZ2h0LnB4JzogMjMgfVwiXG4gICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdjbGVhclNlYXJjaCcpXCJcbiAgICAgICAgICBjbGFzcz1cImQtZmxleFwiXG4gICAgICAgID48L3N2Zy1pY29uPlxuICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG4gIH1cbjwvZGl2PlxuIl19
|
|
278
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzL2NhLXNlYXJjaC1tdWx0aXBsZS1zdGF0ZXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY2EtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBRVQsWUFBWSxFQUNaLEtBQUssRUFHTCxNQUFNLEVBQ04sU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUxQyxVQUFVO0FBQ1YsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDeEQsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDOUQsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRTdDLFlBQVk7QUFDWixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUVoRSxhQUFhO0FBQ2IsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFFM0YsWUFBWTtBQUNaLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxpREFBaUQsQ0FBQztBQUtsRixPQUFPO0FBQ1AsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRS9DLE9BQU87QUFDUCxPQUFPLEVBQ0wsZUFBZSxFQUNmLHFCQUFxQixFQUNyQixl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Z0JBQ2IsdUJBQXVCO2dCQUV2QixRQUFRO2dCQUNSLGFBQWEsb0NBWkgsQ0FBQyxlQUFlLENBQUM7OzRGQWlCbEIsK0JBQStCO2tCQXBCM0MsU0FBUzsrQkFDRSwrQkFBK0IsY0FDN0IsSUFBSSxjQUNKLENBQUMsZUFBZSxDQUFDLFdBQ3BCO3dCQUNQLFVBQVU7d0JBQ1YsT0FBTzt3QkFDUCxvQkFBb0I7d0JBQ3BCLFVBQVU7d0JBQ1YsV0FBVzt3QkFDWCxnQkFBZ0I7d0JBQ2hCLGFBQWE7d0JBQ2IsdUJBQXVCO3dCQUV2QixRQUFRO3dCQUNSLGFBQWE7cUJBQ2Q7a0dBTUQsZ0JBQWdCO3NCQURmLFNBQVM7dUJBQUMsa0JBQWtCLEVBQUUsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFO2dCQUd2QyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLGVBQWU7c0JBQXZCLEtBQUs7Z0JBQ0csVUFBVTtzQkFBbEIsS0FBSztnQkFDTyxtQkFBbUI7c0JBQS9CLEtBQUs7Z0JBS0ksS0FBSztzQkFBZCxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPbkRlc3Ryb3ksXG4gIE9uSW5pdCxcbiAgT3V0cHV0LFxuICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTmdDbGFzcyB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbi8vIE1vZHVsZXNcbmltcG9ydCB7IEFuZ3VsYXJTdmdJY29uTW9kdWxlIH0gZnJvbSAnYW5ndWxhci1zdmctaWNvbic7XG5pbXBvcnQgeyBOZ2JUb29sdGlwTW9kdWxlIH0gZnJvbSAnQG5nLWJvb3RzdHJhcC9uZy1ib290c3RyYXAnO1xuaW1wb3J0IHsgRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbi8vIFN2Z1JvdXRlc1xuaW1wb3J0IHsgU2VhcmNoTXVsdGlwbGVTdGF0ZXNSb3V0ZXMgfSBmcm9tICcuL3V0aWxzL3N2Zy1yb3V0ZXMnO1xuXG4vLyBDb21wb25lbnRzXG5pbXBvcnQgeyBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCB9IGZyb20gJy4uL2NhLWFwcC10b29sdGlwLXYyL2NhLWFwcC10b29sdGlwLXYyLmNvbXBvbmVudCc7XG5cbi8vIEFuaW1hdGlvblxuaW1wb3J0IHsgdG9nZ2xlQW5pbWF0aW9uIH0gZnJvbSAnLi4vLi4vYW5pbWF0aW9ucy9leHBhbmQtc2VhcmNoLWJ1dHRvbi5hbmltYXRpb24nO1xuXG4vL1NlcnZpY2VcbmltcG9ydCB7IENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlIH0gZnJvbSAnLi91dGlscy9zZXJ2aWNlcyc7XG5cbi8vUGlwZXNcbmltcG9ydCB7IENoaXBDbGFzc1BpcGUgfSBmcm9tICcuL3V0aWxzL3BpcGVzLyc7XG5cbi8vRW51bXNcbmltcG9ydCB7XG4gIENoaXBzQ29sb3JzRW51bSxcbiAgS2V5Ym9hcmRFdmVudENvbW1hbmRzLFxuICBTZWFyY2hDb3VudEVudW0sXG59IGZyb20gJy4vdXRpbHMvZW51bXMnO1xuXG4vL01vZGVsXG5pbXBvcnQgeyBDaGlwc01vZGVsLCBJVGFiRGF0YSB9IGZyb20gJy4vbW9kZWxzJztcbmltcG9ydCB7IFN1YmplY3QsIHRha2VVbnRpbCB9IGZyb20gJ3J4anMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcycsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGFuaW1hdGlvbnM6IFt0b2dnbGVBbmltYXRpb25dLFxuICBpbXBvcnRzOiBbXG4gICAgLy8gQW5ndWxhclxuICAgIE5nQ2xhc3MsXG4gICAgQW5ndWxhclN2Z0ljb25Nb2R1bGUsXG4gICAgLy8gTW9kdWxlc1xuICAgIEZvcm1zTW9kdWxlLFxuICAgIE5nYlRvb2x0aXBNb2R1bGUsXG4gICAgLy8gQ29tcG9uZW50c1xuICAgIENhQXBwVG9vbHRpcFYyQ29tcG9uZW50LFxuXG4gICAgLy8gUGlwZXNcbiAgICBDaGlwQ2xhc3NQaXBlLFxuICBdLFxuICB0ZW1wbGF0ZVVybDogJy4vY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2NhLXNlYXJjaC1tdWx0aXBsZS1zdGF0ZXMuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgQFZpZXdDaGlsZCgndGFibGVTZWFyY2hJbnB1dCcsIHsgc3RhdGljOiBmYWxzZSB9KVxuICB0YWJsZVNlYXJjaElucHV0ITogRWxlbWVudFJlZjtcblxuICBASW5wdXQoKSB0b29sYmFyU2VhcmNoPzogYm9vbGVhbiA9IHRydWU7XG4gIEBJbnB1dCgpIHNlbGVjdGVkVGFiRGF0YSE6IElUYWJEYXRhO1xuICBASW5wdXQoKSBzZWFyY2hUeXBlITogc3RyaW5nO1xuICBASW5wdXQoKSBzZXQgaXNEZXRhaWxzUGFnZVNlYXJjaCAodmFsdWU6IGJvb2xlYW4pIHtcbiAgICB0aGlzLl9pc0RldGFpbHNQYWdlU2VhcmNoID0gdmFsdWU7XG4gICAgdGhpcy5vcGVuU2VhcmNoID0gdmFsdWU7IFxuICB9XG5cbiAgQE91dHB1dCgpIGNsb3NlID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gIHB1YmxpYyBfaXNEZXRhaWxzUGFnZVNlYXJjaCE6IGJvb2xlYW47XG4gIHB1YmxpYyBjaGlwczogQ2hpcHNNb2RlbFtdID0gW107XG4gIHB1YmxpYyBvcGVuU2VhcmNoITogYm9vbGVhbjtcbiAgcHVibGljIHNlYXJjaFRleHQ6IHN0cmluZyA9ICcnO1xuICBwdWJsaWMgc2VhcmNoSXNBY3RpdmU6IGJvb2xlYW4gPSBmYWxzZTtcbiAgcHVibGljIGNoaXBUb0RlbGV0ZTogbnVtYmVyID0gLTE7XG4gIHByaXZhdGUgY2hpcHNGb3JIaWdobGlnaHRTZWFyY2ghOiBzdHJpbmdbXTtcblxuICBwcml2YXRlIHR5cGluZ1RpbWVvdXQhOiBSZXR1cm5UeXBlPHR5cGVvZiBzZXRUaW1lb3V0PjtcblxuICBwcml2YXRlIGRlc3Ryb3kkID0gbmV3IFN1YmplY3Q8dm9pZD4oKTtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIHNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZTogQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2VcbiAgKSB7fVxuXG4gIG5nT25Jbml0KCk6IHZvaWQge1xuICAgIHRoaXMuaW5pdERlbGV0ZUFsbENoaXBzTGlzdGVuZXIoKTtcbiAgfVxuXG4gIHB1YmxpYyBpbml0RGVsZXRlQWxsQ2hpcHNMaXN0ZW5lcigpOiB2b2lkIHtcbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5kZWxldGVBbGxDaGlwcyRcbiAgICAgIC5waXBlKHRha2VVbnRpbCh0aGlzLmRlc3Ryb3kkKSlcbiAgICAgIC5zdWJzY3JpYmUoKHZhbHVlKSA9PiB7XG4gICAgICAgIHRoaXMuZGVsZXRlQWxsQ2hpcHMoKTtcbiAgICAgIH0pO1xuICB9XG5cbiAgcHVibGljIHRvZ2dsZVNlYXJjaCgpIHtcbiAgICBpZiAodGhpcy5jaGlwcy5sZW5ndGggPT09IDMpIHRoaXMub3BlblNlYXJjaCA9IGZhbHNlO1xuICAgIGVsc2Uge1xuICAgICAgdGhpcy5vcGVuU2VhcmNoID0gIXRoaXMub3BlblNlYXJjaDtcbiAgICAgIGlmKCF0aGlzLm9wZW5TZWFyY2gpIHRoaXMuY2xvc2UuZW1pdCgpO1xuXG4gICAgICBpZiAodGhpcy5vcGVuU2VhcmNoICYmIHRoaXMuY2hpcHMubGVuZ3RoIDwgMylcbiAgICAgICAgc2V0VGltZW91dCgoKSA9PiB7XG4gICAgICAgICAgdGhpcy50YWJsZVNlYXJjaElucHV0Lm5hdGl2ZUVsZW1lbnQuZm9jdXMoKTtcbiAgICAgICAgfSwgMTAwKTtcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgb25UeXBpbmcoZXZlbnQ6IE1vdXNlRXZlbnQgfCBLZXlib2FyZEV2ZW50KTogdm9pZCB7XG4gICAgY2xlYXJUaW1lb3V0KHRoaXMudHlwaW5nVGltZW91dCk7XG5cbiAgICBjb25zdCBzZWFyY2hOdW1iZXIgPSAhdGhpcy5jaGlwcy5sZW5ndGhcbiAgICAgID8gU2VhcmNoQ291bnRFbnVtLlNFQVJDSF9PTkVcbiAgICAgIDogdGhpcy5jaGlwcy5sZW5ndGggPT09IDFcbiAgICAgICAgPyBTZWFyY2hDb3VudEVudW0uU0VBUkNIX1RXT1xuICAgICAgICA6IFNlYXJjaENvdW50RW51bS5TRUFSQ0hfVEhSRUU7XG5cbiAgICBjb25zdCBrZXlib2FyZEV2ZW50ID0gdGhpcy5pc0tleWJvYXJkRXZlbnQoZXZlbnQpXG4gICAgICA/IChldmVudCBhcyBLZXlib2FyZEV2ZW50KVxuICAgICAgOiBudWxsO1xuXG4gICAgaWYgKCFrZXlib2FyZEV2ZW50IHx8ICFrZXlib2FyZEV2ZW50LmtleSkge1xuICAgICAgdGhpcy5zZWFyY2hJc0FjdGl2ZSA9IHRydWU7XG4gICAgICB0aGlzLnNlYXJjaFRleHQgPSBTZWFyY2hDb3VudEVudW0uRU1QVFlfUExBQ0VfSE9MREVSO1xuICAgICAgdGhpcy5zZW5kSGlnaGxpZ2h0U2VhcmNoT25UeXBpbmcoKTtcblxuICAgICAgdGhpcy5zZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2Uuc2VuZEN1cnJlbnRTZWFyY2hUYWJsZURhdGEoe1xuICAgICAgICBjaGlwOiBzZWFyY2hOdW1iZXIsXG4gICAgICAgIHNlYXJjaDogdGhpcy5zZWFyY2hUZXh0LFxuICAgICAgICBzZWFyY2hUeXBlOiB0aGlzLnNlYXJjaFR5cGUsXG4gICAgICB9KTtcbiAgICB9XG5cbiAgICBpZiAoa2V5Ym9hcmRFdmVudCAmJiBrZXlib2FyZEV2ZW50LmtleSAhPT0gS2V5Ym9hcmRFdmVudENvbW1hbmRzLkVOVEVSKSB7XG4gICAgICB0aGlzLnR5cGluZ1RpbWVvdXQgPSBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgaWYgKHRoaXMuc2VhcmNoVGV4dC5sZW5ndGggPj0gMykge1xuICAgICAgICAgIHRoaXMuc2VhcmNoSXNBY3RpdmUgPSB0cnVlO1xuXG4gICAgICAgICAgdGhpcy5zZW5kSGlnaGxpZ2h0U2VhcmNoT25UeXBpbmcoKTtcblxuICAgICAgICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLnNlbmRDdXJyZW50U2VhcmNoVGFibGVEYXRhKHtcbiAgICAgICAgICAgIGNoaXA6IHNlYXJjaE51bWJlcixcbiAgICAgICAgICAgIHNlYXJjaDogdGhpcy5zZWFyY2hUZXh0LFxuICAgICAgICAgICAgc2VhcmNoVHlwZTogdGhpcy5zZWFyY2hUeXBlLFxuICAgICAgICAgIH0pO1xuICAgICAgICB9IGVsc2UgaWYgKHRoaXMuc2VhcmNoSXNBY3RpdmUgJiYgdGhpcy5zZWFyY2hUZXh0Lmxlbmd0aCA8IDMpIHtcbiAgICAgICAgICB0aGlzLnNlYXJjaElzQWN0aXZlID0gZmFsc2U7XG5cbiAgICAgICAgICB0aGlzLnNlbmRIaWdobGlnaHRTZWFyY2hPbkVudGVyKCk7XG5cbiAgICAgICAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ3VycmVudFNlYXJjaFRhYmxlRGF0YSh7XG4gICAgICAgICAgICBjaGlwOiBzZWFyY2hOdW1iZXIsXG4gICAgICAgICAgICBkb1Jlc2V0OiB0cnVlLFxuICAgICAgICAgICAgYWxsOiBzZWFyY2hOdW1iZXIgPT09IFNlYXJjaENvdW50RW51bS5TRUFSQ0hfT05FLFxuICAgICAgICAgICAgc2VhcmNoVHlwZTogdGhpcy5zZWFyY2hUeXBlLFxuICAgICAgICAgIH0pO1xuICAgICAgICB9XG4gICAgICB9LCA1MDApO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgaXNLZXlib2FyZEV2ZW50KGV2ZW50OiBFdmVudCk6IGV2ZW50IGlzIEtleWJvYXJkRXZlbnQge1xuICAgIHJldHVybiAoZXZlbnQgYXMgS2V5Ym9hcmRFdmVudCkua2V5ICE9PSB1bmRlZmluZWQ7XG4gIH1cblxuICBwdWJsaWMgb25FbnRlcigpOiB2b2lkIHtcbiAgICBpZighdGhpcy50b29sYmFyU2VhcmNoKSByZXR1cm47XG5cbiAgICBpZiAodGhpcy5jaGlwcy5sZW5ndGggPCAzICYmICF0aGlzLmNoZWNrQ2hpcHMoKSkge1xuICAgICAgdGhpcy5jaGlwcy5wdXNoKHtcbiAgICAgICAgc2VhcmNoVGV4dDogdGhpcy5zZWFyY2hUZXh0LFxuICAgICAgICBjb2xvcjogdGhpcy5nZXRDaGlwQ29sb3IodGhpcy5jaGlwcy5sZW5ndGgpLFxuICAgICAgICBjYW5Eb0FuaW1hdGlvbjogdHJ1ZSxcbiAgICAgICAgcXVlcnk6IHRoaXMuZ2V0Q2hpcFF1ZXJ5KHRoaXMuY2hpcHMubGVuZ3RoKSxcbiAgICAgIH0pO1xuXG4gICAgICB0aGlzLnNlbmRIaWdobGlnaHRTZWFyY2hPbkVudGVyKCk7XG5cbiAgICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLnNlbmRDdXJyZW50U2VhcmNoVGFibGVEYXRhKHtcbiAgICAgICAgY2hpcEFkZGVkOiB0cnVlLFxuICAgICAgICBzZWFyY2g6IHRoaXMuc2VhcmNoVGV4dCxcbiAgICAgICAgcXVlcnk6IHRoaXMuZ2V0Q2hpcFF1ZXJ5KHRoaXMuY2hpcHMubGVuZ3RoIC0gMSksXG4gICAgICAgIHNlYXJjaFR5cGU6IHRoaXMuc2VhcmNoVHlwZSxcbiAgICAgIH0pO1xuICAgICAgKHRoaXMuY2hpcHMubGVuZ3RoID09PSAzICYmICF0aGlzLl9pc0RldGFpbHNQYWdlU2VhcmNoKSA/IHRoaXMudG9nZ2xlU2VhcmNoKCkgOiBudWxsO1xuICAgICAgdGhpcy5jaGlwVG9EZWxldGUgPSAtMTtcbiAgICAgIHRoaXMuc2VhcmNoVGV4dCA9ICcnO1xuICAgICAgdGhpcy5zZWFyY2hJc0FjdGl2ZSA9IGZhbHNlO1xuICAgIH1cbiAgfVxuXG4gIHByaXZhdGUgc2VuZEhpZ2hsaWdodFNlYXJjaE9uVHlwaW5nKCk6IHZvaWQge1xuICAgIHRoaXMuY2hpcHNGb3JIaWdobGlnaHRTZWFyY2ggPSBbXTtcblxuICAgIHRoaXMuY2hpcHMubWFwKChjaGlwKSA9PiB7XG4gICAgICB0aGlzLmNoaXBzRm9ySGlnaGxpZ2h0U2VhcmNoLnB1c2goY2hpcC5zZWFyY2hUZXh0KTtcbiAgICB9KTtcblxuICAgIGlmICh0aGlzLmNoaXBzLmxlbmd0aCA8PSAyKVxuICAgICAgdGhpcy5jaGlwc0ZvckhpZ2hsaWdodFNlYXJjaC5wdXNoKHRoaXMuc2VhcmNoVGV4dCk7XG5cbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ2hpcHNGb3JIaWdobGlnaHRTZWFyY2hUb1RhYmxlKFxuICAgICAgdGhpcy5jaGlwc0ZvckhpZ2hsaWdodFNlYXJjaFxuICAgICk7XG4gIH1cblxuICBwcml2YXRlIHNlbmRIaWdobGlnaHRTZWFyY2hPbkVudGVyKCkge1xuICAgIHRoaXMuY2hpcHNGb3JIaWdobGlnaHRTZWFyY2ggPSBbXTtcblxuICAgIHRoaXMuY2hpcHMubWFwKChjaGlwKSA9PiB7XG4gICAgICB0aGlzLmNoaXBzRm9ySGlnaGxpZ2h0U2VhcmNoLnB1c2goY2hpcC5zZWFyY2hUZXh0KTtcbiAgICB9KTtcblxuICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLnNlbmRDaGlwc0ZvckhpZ2hsaWdodFNlYXJjaFRvVGFibGUoXG4gICAgICB0aGlzLmNoaXBzRm9ySGlnaGxpZ2h0U2VhcmNoXG4gICAgKTtcblxuICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLmVtaXRTZWxlY3RlZENoaXBzKFxuICAgICAgdGhpcy5jaGlwc0ZvckhpZ2hsaWdodFNlYXJjaFxuICAgICk7XG4gIH1cblxuICBwdWJsaWMgaGFuZGxlQ2xlYXJDbGljaygpOiB2b2lkIHtcbiAgICBpZiAodGhpcy5zZWFyY2hUZXh0KSB0aGlzLnNlYXJjaFRleHQgPSAnJztcbiAgfVxuXG4gIHByaXZhdGUgY2hlY2tDaGlwcygpOiBib29sZWFuIHtcbiAgICBsZXQgaGFzU2VhcmNoVGV4dCA9IGZhbHNlO1xuXG4gICAgdGhpcy5jaGlwcy5tYXAoKGNoaXApID0+IHtcbiAgICAgIGlmIChjaGlwLnNlYXJjaFRleHQgPT09IHRoaXMuc2VhcmNoVGV4dCkgaGFzU2VhcmNoVGV4dCA9IHRydWU7XG4gICAgfSk7XG5cbiAgICByZXR1cm4gaGFzU2VhcmNoVGV4dDtcbiAgfVxuXG4gIHB1YmxpYyBvbkRlbGV0ZUNoaXAoaW5kZXg6IG51bWJlcikge1xuICAgIHRoaXMuY2hpcHMuc3BsaWNlKGluZGV4LCAxKTtcblxuICAgIHRoaXMuc2VuZEhpZ2hsaWdodFNlYXJjaE9uRW50ZXIoKTtcblxuICAgIGlmICh0aGlzLmNoaXBzLmxlbmd0aCkge1xuICAgICAgdGhpcy5jaGlwcyA9IHRoaXMuY2hpcHMubWFwKChjaGlwLCBpKSA9PiB7XG4gICAgICAgIGNoaXAgPSB7XG4gICAgICAgICAgc2VhcmNoVGV4dDogY2hpcC5zZWFyY2hUZXh0LFxuICAgICAgICAgIGNvbG9yOiB0aGlzLmdldENoaXBDb2xvcihpKSxcbiAgICAgICAgICBjYW5Eb0FuaW1hdGlvbjogZmFsc2UsXG4gICAgICAgICAgcXVlcnk6IHRoaXMuZ2V0Q2hpcFF1ZXJ5KGkpLFxuICAgICAgICB9O1xuXG4gICAgICAgIHJldHVybiBjaGlwO1xuICAgICAgfSk7XG4gICAgfVxuXG4gICAgaWYgKHRoaXMub3BlblNlYXJjaClcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgICB0aGlzLnRhYmxlU2VhcmNoSW5wdXQubmF0aXZlRWxlbWVudC5mb2N1cygpO1xuICAgICAgfSwgMTAwKTtcblxuICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLnNlbmRDdXJyZW50U2VhcmNoVGFibGVEYXRhKHtcbiAgICAgIGlzQ2hpcERlbGV0ZTogdHJ1ZSxcbiAgICAgIHNlYXJjaDogdGhpcy5zZWFyY2hUZXh0Py5sZW5ndGggPj0gMyA/IHRoaXMuc2VhcmNoVGV4dCA6IHVuZGVmaW5lZCxcbiAgICAgIGFkZFRvUXVlcnk6IHRoaXMuZ2V0Q2hpcFF1ZXJ5KHRoaXMuY2hpcHMubGVuZ3RoKSxcbiAgICAgIHF1ZXJ5czogW1xuICAgICAgICBTZWFyY2hDb3VudEVudW0uU0VBUkNIX09ORSxcbiAgICAgICAgU2VhcmNoQ291bnRFbnVtLlNFQVJDSF9USFJFRSxcbiAgICAgICAgU2VhcmNoQ291bnRFbnVtLlNFQVJDSF9USFJFRSxcbiAgICAgIF0sXG4gICAgICBjaGlwczogdGhpcy5jaGlwcyxcbiAgICAgIHNlYXJjaFR5cGU6IHRoaXMuc2VhcmNoVHlwZSxcbiAgICB9KTtcbiAgfVxuXG4gIHB1YmxpYyBkZWxldGVBbGxDaGlwcygpOiB2b2lkIHtcbiAgICB0aGlzLmNoaXBzID0gW107XG4gICAgdGhpcy5jaGlwVG9EZWxldGUgPSAtMTtcblxuICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLnNlbmRDaGlwc0ZvckhpZ2hsaWdodFNlYXJjaFRvVGFibGUoW10pO1xuICAgIHRoaXMuc2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlLmVtaXRTZWxlY3RlZENoaXBzKFtdKTtcblxuICAgIGlmICh0aGlzLm9wZW5TZWFyY2gpXG4gICAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgICAgdGhpcy50YWJsZVNlYXJjaElucHV0Lm5hdGl2ZUVsZW1lbnQuZm9jdXMoKTtcbiAgICAgIH0sIDEwMCk7XG5cbiAgICB0aGlzLnNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZS5zZW5kQ3VycmVudFNlYXJjaFRhYmxlRGF0YSh7XG4gICAgICBpc0NoaXBEZWxldGU6IHRydWUsXG4gICAgICBzZWFyY2g6IHRoaXMuc2VhcmNoVGV4dD8ubGVuZ3RoID49IDMgPyB0aGlzLnNlYXJjaFRleHQgOiB1bmRlZmluZWQsXG4gICAgICBhZGRUb1F1ZXJ5OiB0aGlzLmdldENoaXBRdWVyeSh0aGlzLmNoaXBzLmxlbmd0aCksXG4gICAgICBxdWVyeXM6IFtcbiAgICAgICAgU2VhcmNoQ291bnRFbnVtLlNFQVJDSF9PTkUsXG4gICAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfVEhSRUUsXG4gICAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfVEhSRUUsXG4gICAgICBdLFxuICAgICAgY2hpcHM6IHRoaXMuY2hpcHMsXG4gICAgICBzZWFyY2hUeXBlOiB0aGlzLnNlYXJjaFR5cGUsXG4gICAgfSk7XG4gIH1cblxuICBwcml2YXRlIGdldENoaXBDb2xvcihpbmRleDogbnVtYmVyKTogc3RyaW5nIHtcbiAgICBjb25zdCBjaGlwc0NvbG9yczogc3RyaW5nW10gPSBPYmplY3QudmFsdWVzKENoaXBzQ29sb3JzRW51bSk7XG5cbiAgICByZXR1cm4gY2hpcHNDb2xvcnNbaW5kZXhdO1xuICB9XG5cbiAgcHJpdmF0ZSBnZXRDaGlwUXVlcnkoaW5kZXg6IG51bWJlcik6IHN0cmluZyB7XG4gICAgY29uc3QgY2hpcHNRdWVyeSA9IFtcbiAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfT05FLFxuICAgICAgU2VhcmNoQ291bnRFbnVtLlNFQVJDSF9USFJFRSxcbiAgICAgIFNlYXJjaENvdW50RW51bS5TRUFSQ0hfVEhSRUUsXG4gICAgXTtcblxuICAgIHJldHVybiBjaGlwc1F1ZXJ5W2luZGV4XTtcbiAgfVxuXG4gIHB1YmxpYyBnZXRTdmdQYXRoKFxuICAgIHByb3BlcnR5TmFtZToga2V5b2YgdHlwZW9mIFNlYXJjaE11bHRpcGxlU3RhdGVzUm91dGVzXG4gICk6IHN0cmluZyB7XG4gICAgcmV0dXJuIFNlYXJjaE11bHRpcGxlU3RhdGVzUm91dGVzW3Byb3BlcnR5TmFtZV0gYXMgc3RyaW5nO1xuICB9XG5cbiAgcHVibGljIHRyYWNrQnlJZGVudGl0eShpbmRleDogbnVtYmVyLCBjaGlwOiBDaGlwc01vZGVsKTogbnVtYmVyIHtcbiAgICByZXR1cm4gaW5kZXg7XG4gIH1cblxuICBwdWJsaWMgY2FwaXRhbGl6ZUlucHV0KHRleHQ6IHN0cmluZyk6IHZvaWQge1xuICAgIHRoaXMuc2VhcmNoVGV4dCA9IHRleHQuY2hhckF0KDApLnRvVXBwZXJDYXNlKCkgKyB0ZXh0LnNsaWNlKDEpO1xuICB9XG5cbiAgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgdGhpcy5zZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2Uuc2VuZEN1cnJlbnRTZWFyY2hUYWJsZURhdGEobnVsbCk7XG4gICAgdGhpcy5kZXN0cm95JC5uZXh0KCk7XG4gICAgdGhpcy5kZXN0cm95JC5jb21wbGV0ZSgpO1xuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwic2VhcmNoLWNoaXBzLWNvbnRhaW5lciBkLWZsZXhcIj5cbiAgPGRpdlxuICAgIGNsYXNzPVwic2VhcmNoLWNvbnRhaW5lciBkLWZsZXhcIlxuICAgIFtuZ0NsYXNzXT1cInsgXG4gICAgICAnc2VhcmNoLWlucHV0LWFjdGl2ZSc6IG9wZW5TZWFyY2gsXG4gICAgICAnY2EtZnVsbC13aWR0aCc6IF9pc0RldGFpbHNQYWdlU2VhcmNoXG4gICAgfVwiXG4gICAgPlxuICAgIDwhLS0gSWNvbiAtLT5cbiAgICBAaWYgKHRvb2xiYXJTZWFyY2gpIHtcbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJpY29uLWNvbnRhaW5lciBkLWZsZXgganVzdGlmeS1jb250ZW50LWNlbnRlciBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICBbbmdDbGFzc109XCJ7ICdpY29uLWRpc2FibGVkJzogY2hpcHMubGVuZ3RoID49IDMgfVwiXG4gICAgICAgIChjbGljayk9XCJjaGlwcy5sZW5ndGggPCA0ICYmIHRvZ2dsZVNlYXJjaCgpXCJcbiAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCJcbiAgICAgICAgICBvcGVuU2VhcmNoXG4gICAgICAgICAgICA/IGNoaXBzLmxlbmd0aCA+PSAzXG4gICAgICAgICAgICAgID8gJ01heCBBZGRlZCdcbiAgICAgICAgICAgICAgOiAnQ2xvc2UnXG4gICAgICAgICAgICA6IGNoaXBzLmxlbmd0aCA+PSAzXG4gICAgICAgICAgICAgID8gJ01heCBBZGRlZCdcbiAgICAgICAgICAgICAgOiAnU2VhcmNoJ1xuICAgICAgICBcIlxuICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICA+XG4gICAgICAgIDxzdmctaWNvblxuICAgICAgICAgIFtzdmdTdHlsZV09XCJ7ICd3aWR0aC5weCc6IDI2LCAnaGVpZ2h0LnB4JzogMjYgfVwiXG4gICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdzZWFyY2hCdXR0b24nKVwiXG4gICAgICAgICAgY2xhc3M9XCJkLWZsZXhcIlxuICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgIDwvZGl2PlxuICAgIH0gQGVsc2Uge1xuICAgICAgPGRpdlxuICAgICAgICBjbGFzcz1cImljb24tY29udGFpbmVyIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgIChjbGljayk9XCJ0b2dnbGVTZWFyY2goKVwiXG4gICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgW21haW5DYVRvb2x0aXBdPVwiXG4gICAgICAgICAgb3BlblNlYXJjaFxuICAgICAgICAgICAgICA/ICdDbG9zZSdcbiAgICAgICAgICAgICAgOiAnU2VhcmNoJ1xuICAgICAgICBcIlxuICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICA+XG4gICAgICAgIDxzdmctaWNvblxuICAgICAgICAgIFtzdmdTdHlsZV09XCJ7ICd3aWR0aC5weCc6IDI2LCAnaGVpZ2h0LnB4JzogMjYgfVwiXG4gICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdzZWFyY2hCdXR0b24nKVwiXG4gICAgICAgICAgY2xhc3M9XCJkLWZsZXhcIlxuICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgIDwvZGl2PlxuICAgIH1cblxuICAgIDwhLS0gQm9yZGVyIC0tPlxuICAgIDxkaXYgY2xhc3M9XCJpY29uLWJvcmRlciBkLWZsZXggYWxpZ24taXRlbXMtY2VudGVyXCI+XG4gICAgICA8ZGl2IGNsYXNzPVwiaW5uZXItYm9yZGVyXCI+PC9kaXY+XG4gICAgPC9kaXY+XG5cbiAgICA8IS0tIFNlYXJjaCBJbnB1dCAtLT5cbiAgICA8ZGl2XG4gICAgICBjbGFzcz1cIm11bHRpcGxlLXNlYXJjaC1pbnB1dCBkLWZsZXgganVzdGlmeS1jb250ZW50LWJldHdlZW4gYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgIFtuZ0NsYXNzXT1cInsnY2EtZnVsbC13aWR0aCc6IF9pc0RldGFpbHNQYWdlU2VhcmNofVwiXG4gICAgICA+XG4gICAgICBAaWYgKG9wZW5TZWFyY2gpIHtcbiAgICAgICAgPGlucHV0XG4gICAgICAgICAgW2Rpc2FibGVkXT1cImNoaXBzLmxlbmd0aCA+PSAzXCJcbiAgICAgICAgICAjdGFibGVTZWFyY2hJbnB1dFxuICAgICAgICAgIGlkPVwidGFibGUtc2VhcmNoXCJcbiAgICAgICAgICB0eXBlPVwidGV4dFwiXG4gICAgICAgICAgKGtleXVwKT1cIm9uVHlwaW5nKCRldmVudClcIlxuICAgICAgICAgIChrZXl1cC5lbnRlcik9XCJvbkVudGVyKClcIlxuICAgICAgICAgIGF1dG9mb2N1c1xuICAgICAgICAgIG1heGxlbmd0aD1cIjMwXCJcbiAgICAgICAgICBbKG5nTW9kZWwpXT1cInNlYXJjaFRleHRcIlxuICAgICAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImNhcGl0YWxpemVJbnB1dCgkZXZlbnQpXCJcbiAgICAgICAgICBwbGFjZWhvbGRlcj1cIkZpbmQge3tcbiAgICAgICAgICAgIHNlbGVjdGVkVGFiRGF0YS5ncmlkTmFtZVRpdGxlXG4gICAgICAgICAgICAgID8gc2VsZWN0ZWRUYWJEYXRhLmdyaWROYW1lVGl0bGVcbiAgICAgICAgICAgICAgOiAnTm8gVGFiIE5hbWUnXG4gICAgICAgICAgfX1cIlxuICAgICAgICAgIC8+XG4gICAgICB9XG4gICAgICBAaWYgKHRvb2xiYXJTZWFyY2ggJiYgb3BlblNlYXJjaCAmJiBzZWFyY2hUZXh0Lmxlbmd0aCkge1xuICAgICAgICA8ZGl2IGNsYXNzPVwiZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBidG4tY29udGFpbmVyXCI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lcj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCInQ29uZmlybSdcIlxuICAgICAgICAgICAgICBbdG9vbHRpcEJhY2tncm91bmRdPVwiJyM0MjQyNDInXCJcbiAgICAgICAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgIDxzdmctaWNvblxuICAgICAgICAgICAgICAgIGNsYXNzPVwiY29uZmlybS1pY29uIGQtZmxleFwiXG4gICAgICAgICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdhZGQnKVwiXG4gICAgICAgICAgICAgICAgW3N2Z1N0eWxlXT1cInsgJ3dpZHRoLnB4JzogMTgsICdoZWlnaHQucHgnOiAxOCB9XCJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwib25FbnRlcigpXCJcbiAgICAgICAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICBuZ2JUb29sdGlwXG4gICAgICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCInQ2xlYXInXCJcbiAgICAgICAgICAgIFt0b29sdGlwQmFja2dyb3VuZF09XCInIzQyNDI0MidcIlxuICAgICAgICAgICAgcG9zaXRpb249XCJib3R0b21cIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgIGNsYXNzPVwiY2xlYXItaWNvbiBkLWZsZXhcIlxuICAgICAgICAgICAgICBbc3JjXT1cImdldFN2Z1BhdGgoJ2NsZWFyU2VhcmNoJylcIlxuICAgICAgICAgICAgICBbc3ZnU3R5bGVdPVwieyAnd2lkdGgucHgnOiAxOCwgJ2hlaWdodC5weCc6IDE4IH1cIlxuICAgICAgICAgICAgICAoY2xpY2spPVwib25UeXBpbmcoJGV2ZW50KVwiXG4gICAgICAgICAgICA+PC9zdmctaWNvbj5cbiAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICB9XG4gICAgPC9kaXY+XG4gIDwvZGl2PlxuXG4gIEBpZiAoY2hpcHMubGVuZ3RoKSB7XG4gICAgPGRpdiBjbGFzcz1cImNoaXBzLWNvbnRhaW5lciBkLWZsZXhcIj5cbiAgICAgIEBpZiAoIXRvb2xiYXJTZWFyY2gpIHtcbiAgICAgICAgQGZvciAoY2hpcCBvZiBjaGlwczsgdHJhY2sgJGluZGV4OyBsZXQgaSA9ICRpbmRleCkge1xuICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwiY2hpcCBkLWZsZXgganVzdGlmeS1jb250ZW50LWNlbnRlciBhbGlnbi1pdGVtcy1jZW50ZXJcIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwiaSB8IGNoaXBDbGFzczogY2hpcHMgOiBjaGlwVG9EZWxldGVcIlxuICAgICAgICAgICAgPlxuICAgICAgICAgICAge3sgY2hpcC5zZWFyY2hUZXh0IH19XG4gICAgICAgICAgICA8ZGl2XG4gICAgICAgICAgICAgIGNsYXNzPVwiZGVsZXRlLWNoaXAgZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXIgYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgICAgICAgKG1vdXNlZW50ZXIpPVwiY2hpcFRvRGVsZXRlID0gaVwiXG4gICAgICAgICAgICAgIChtb3VzZWxlYXZlKT1cImNoaXBUb0RlbGV0ZSA9IC0xXCJcbiAgICAgICAgICAgICAgKGNsaWNrKT1cIm9uRGVsZXRlQ2hpcChpKVwiXG4gICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgICAgICAgW3N2Z1N0eWxlXT1cInsgJ3dpZHRoLnB4JzogNiwgJ2hlaWdodC5weCc6IDYgfVwiXG4gICAgICAgICAgICAgICAgW3NyY109XCJnZXRTdmdQYXRoKCdjbGVhclNlYXJjaCcpXCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImQtZmxleFwiXG4gICAgICAgICAgICAgID48L3N2Zy1pY29uPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIH1cbiAgICAgIH0gQGVsc2Uge1xuICAgICAgICBAZm9yIChjaGlwIG9mIGNoaXBzOyB0cmFjayAkaW5kZXg7IGxldCBpID0gJGluZGV4KSB7XG4gICAgICAgICAgPGRpdlxuICAgICAgICAgICAgY2xhc3M9XCJjaGlwIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIGFsaWduLWl0ZW1zLWNlbnRlclwiXG4gICAgICAgICAgICBbbmdDbGFzc109XCJpIHwgY2hpcENsYXNzOiBjaGlwcyA6IGNoaXBUb0RlbGV0ZVwiXG4gICAgICAgICAgICAoY2xpY2spPVwib25EZWxldGVDaGlwKGkpXCJcbiAgICAgICAgICAgIG5nYlRvb2x0aXBcbiAgICAgICAgICAgIFttYWluQ2FUb29sdGlwXT1cIidDbGVhcidcIlxuICAgICAgICAgICAgW3Rvb2x0aXBCYWNrZ3JvdW5kXT1cIicjNDI0MjQyJ1wiXG4gICAgICAgICAgICBwb3NpdGlvbj1cImJvdHRvbVwiXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICA8c3Bhbj57eyBjaGlwLnNlYXJjaFRleHQgfX08L3NwYW4+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJkZWxldGUtYWxsLWNoaXBzIHJlZ3VsYXItc3R5bGUgZC1mbGV4IGp1c3RpZnktY29udGVudC1jZW50ZXIgYWxpZ24taXRlbXMtY2VudGVyXCJcbiAgICAgICAgW25nQ2xhc3NdPVwieyAndG9vbGJhci1zdHlsZSc6IHRvb2xiYXJTZWFyY2ggfVwiXG4gICAgICAgIChjbGljayk9XCJkZWxldGVBbGxDaGlwcygpXCJcbiAgICAgICAgbmdiVG9vbHRpcFxuICAgICAgICBbbWFpbkNhVG9vbHRpcF09XCInQ2xlYXIgYWxsJ1wiXG4gICAgICAgIFt0b29sdGlwQmFja2dyb3VuZF09XCInIzQyNDI0MidcIlxuICAgICAgICBwb3NpdGlvbj1cImJvdHRvbVwiXG4gICAgICAgID5cbiAgICAgICAgPHN2Zy1pY29uXG4gICAgICAgICAgW3N2Z1N0eWxlXT1cInsgJ3dpZHRoLnB4JzogMjMsICdoZWlnaHQucHgnOiAyMyB9XCJcbiAgICAgICAgICBbc3JjXT1cImdldFN2Z1BhdGgoJ2NsZWFyU2VhcmNoJylcIlxuICAgICAgICAgIGNsYXNzPVwiZC1mbGV4XCJcbiAgICAgICAgPjwvc3ZnLWljb24+XG4gICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbiAgfVxuPC9kaXY+XG4iXX0=
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFiLWRhdGEubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzL21vZGVscy90YWItZGF0YS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgR3JpZENvbHVtbiB9IGZyb20gJy4vZ3JpZC1jb2x1bW4ubW9kZWwnO1xuXG5leHBvcnQgaW50ZXJmYWNlIElUYWJEYXRhIHtcbiAgICBleHRlbmRlZD86IGJvb2xlYW47XG4gICAgZmllbGQ/OiBzdHJpbmc7XG4gICAgZ3JpZE5hbWVUaXRsZT86IHN0cmluZztcbiAgICBpc0FjdGl2ZT86IGJvb2xlYW47XG4gICAgbGVuZ3RoPzogbnVtYmVyO1xuICAgIHN0YXRlTmFtZT86IHN0cmluZztcbiAgICB0YWJsZUNvbmZpZ3VyYXRpb24/OiBzdHJpbmc7XG4gICAgdGl0bGU/OiBzdHJpbmc7XG4gICAgZ3JpZENvbHVtbnM/OiBHcmlkQ29sdW1uO1xuICAgIGRhdGE/OiBhbnk7IC8vIExlYXZlIHRoaXMgZm9yIG5vd1xufVxuIl19
|