ca-components 1.3.3 → 1.3.6
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/pipes/index.d.ts +6 -0
- package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
- package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
- package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-input-address-dropdown/enums/input-address-basic-string.enum.d.ts +4 -0
- package/lib/components/ca-input-dropdown-test/animations/index.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/animations/input-dropdown.animation.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.d.ts +125 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-default-template/ca-input-dropdown-default-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-details-template/ca-input-dropdown-details-template.component.d.ts +22 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-dispatch/ca-input-dropdown-dispatch.component.d.ts +19 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-double-text-template/ca-input-dropdown-double-text-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-fuel-franchise/ca-input-dropdown-fuel-franchise.component.d.ts +27 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-groups/ca-input-dropdown-groups.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-labels/ca-input-dropdown-labels.component.d.ts +24 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker-item/ca-input-dropdown-load-broker-item.component.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker/ca-input-dropdown-load-broker.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact-item/ca-input-dropdown-load-broker-contact-item.component.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-contact/ca-input-dropdown-load-broker-contact.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper-item/ca-input-dropdown-load-broker-shipper-item.component.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-broker-shipper/ca-input-dropdown-load-broker-shipper.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher-item/ca-input-dropdown-load-dispatcher-item.component.d.ts +14 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatcher/ca-input-dropdown-load-dispatcher.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd-item/ca-input-dropdown-load-dispatches-ttd-item.d.ts +14 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-load-dispatches-ttd/ca-input-dropdown-load-dispatches-ttd.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-multiselect/ca-input-dropdown-multiselect.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-payroll-trucks/ca-input-dropdown-payroll-trucks.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svg-template/ca-input-dropdown-svg-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-dispatch-template/ca-input-dropdown-svgtext-dispatch-template.component.d.ts +22 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template-item/ca-input-dropdown-svgtext-template-item.component.d.ts +15 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-svgtext-template/ca-input-dropdown-svgtext-template.component.d.ts +22 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-text-counter/ca-input-dropdown-text-counter.component.d.ts +18 -0
- package/lib/components/ca-input-dropdown-test/components/ca-input-dropdown-triple-text-template/ca-input-dropdown-triple-text-template.component.d.ts +20 -0
- package/lib/components/ca-input-dropdown-test/enums/dropdown-string.enum.d.ts +4 -0
- package/lib/components/ca-input-dropdown-test/enums/dropdown-template-type.enum.d.ts +21 -0
- package/lib/components/ca-input-dropdown-test/enums/index.d.ts +2 -0
- package/lib/components/ca-input-dropdown-test/models/index.d.ts +3 -0
- package/lib/components/ca-input-dropdown-test/models/input-dropdown-option.model.d.ts +95 -0
- package/lib/components/ca-input-dropdown-test/models/load-modal-status.model.d.ts +5 -0
- package/lib/components/ca-input-dropdown-test/models/status-order.model.d.ts +4 -0
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-count.pipe.d.ts +7 -0
- package/lib/components/ca-input-dropdown-test/pipes/dropdown-options.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/index.d.ts +9 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-default-template-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-fuel-franchise-class.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-get-icon.pipe.d.ts +9 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-label-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-load-broker-container.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-multiselect-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-container.pipe.d.ts +10 -0
- package/lib/components/ca-input-dropdown-test/pipes/input-dropdown-svgtext-template-icon.pipe.d.ts +11 -0
- package/lib/components/ca-input-dropdown-test/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-input-dropdown-test/utils/svg-routes/input-dropdown-svg-routes.d.ts +12 -0
- package/lib/components/ca-input-test/base-classes/ca-input-event-manager.d.ts +16 -0
- package/lib/components/ca-input-test/components/ca-input-clear/ca-input-clear.component.d.ts +20 -0
- package/lib/components/ca-input-test/components/ca-input-commands/ca-input-commands.component.d.ts +16 -0
- package/lib/components/ca-input-test/components/ca-input-password/ca-input-password.component.d.ts +20 -0
- package/lib/components/ca-input-test/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +26 -0
- package/lib/components/ca-input-test/config/ca-input.config.d.ts +168 -0
- package/lib/components/ca-input-test/config/index.d.ts +1 -0
- package/lib/components/ca-input-test/directives/caps-lock.directive.d.ts +14 -0
- package/lib/components/ca-input-test/directives/index.d.ts +5 -0
- package/lib/components/ca-input-test/directives/input-max-value.directive.d.ts +12 -0
- package/lib/components/ca-input-test/directives/min-max-value.directive.d.ts +13 -0
- package/lib/components/ca-input-test/directives/price_format.directive.d.ts +11 -0
- package/lib/components/ca-input-test/directives/restrict-input.directive.d.ts +27 -0
- package/lib/components/ca-input-test/enums/index.d.ts +4 -0
- package/lib/components/ca-input-test/enums/input-commands-action.enum.d.ts +9 -0
- package/lib/components/ca-input-test/enums/input-commands-type.enum.d.ts +6 -0
- package/lib/components/ca-input-test/enums/input-config-name-string.enum.d.ts +7 -0
- package/lib/components/ca-input-test/enums/input-string.enum.d.ts +112 -0
- package/lib/components/ca-input-test/enums/input-text-transform.enum.d.ts +6 -0
- package/lib/components/{ca-input/input-test → ca-input-test}/input-test.component.d.ts +13 -12
- package/lib/components/{ca-input → ca-input-test}/mixins/input-command.mixin.d.ts +1 -1
- package/lib/components/{ca-input → ca-input-test}/mixins/input-helper.mixin.d.ts +1 -1
- package/lib/components/ca-input-test/mixins/restriction-pipe.mixin.d.ts +12 -0
- package/lib/components/ca-input-test/models/command-click.model.d.ts +5 -0
- package/lib/components/ca-input-test/models/commands-event.model.d.ts +5 -0
- package/lib/components/ca-input-test/models/index.d.ts +3 -0
- package/lib/components/ca-input-test/models/label-color.model.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/color-finder.pipe.d.ts +7 -0
- package/lib/components/ca-input-test/pipes/form-control.pipe.d.ts +8 -0
- package/lib/components/ca-input-test/pipes/index.d.ts +19 -0
- package/lib/components/ca-input-test/pipes/input-class.pipe.d.ts +13 -0
- package/lib/components/ca-input-test/pipes/input-clear-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-container-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-datetime-picker-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-dropdown-arrow-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-error.pipe.d.ts +7 -0
- package/lib/components/ca-input-test/pipes/input-password-eye-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-pattern.pipe.d.ts +38 -0
- package/lib/components/ca-input-test/pipes/input-placeholder-icon-right.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-placeholder-icon.class.pipe.d.ts +12 -0
- package/lib/components/ca-input-test/pipes/input-placeholder-text-class.pipe.d.ts +11 -0
- package/lib/components/ca-input-test/pipes/input-type.pipe.d.ts +7 -0
- package/lib/components/ca-input-test/pipes/label-class.pipe.d.ts +10 -0
- package/lib/components/ca-input-test/pipes/show-clear.pipe.d.ts +8 -0
- package/lib/components/ca-input-test/pipes/show-dropdown-arrow.pipe.d.ts +8 -0
- package/lib/components/ca-input-test/pipes/show-invalid-danger-mark.pipe.d.ts +9 -0
- package/lib/components/ca-input-test/pipes/show-placeholder-text.pipe.d.ts +9 -0
- package/lib/components/ca-input-test/pipes/show-valid-check.pipe.d.ts +9 -0
- package/lib/components/ca-input-test/utils/index.d.ts +2 -0
- package/lib/components/ca-input-test/utils/input-change-value.type.d.ts +1 -0
- package/lib/components/ca-input-test/utils/input-svg-routes.d.ts +16 -0
- package/lib/components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component.d.ts +18 -0
- package/lib/components/ca-last-fuel-price-progress/enums/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/enums/last-fuel-price-progress.enum.d.ts +4 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/index.d.ts +2 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-config.interface.d.ts +9 -0
- package/lib/components/ca-last-fuel-price-progress/interfaces/last-fuel-price-progress-data.interface.d.ts +10 -0
- package/lib/components/ca-last-fuel-price-progress/utils/constants/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/utils/constants/last-fuel-price-progress.constants.d.ts +3 -0
- package/lib/components/ca-last-fuel-price-progress/utils/helpers/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/utils/helpers/last-fuel-price-progress.helper.d.ts +7 -0
- package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-last-fuel-price-progress/utils/svg-routes/last-fuel-price-progress-svg-routes.d.ts +3 -0
- package/lib/components/ca-new-filter/ca-filter-dropdown.component.d.ts +35 -0
- package/lib/components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component.d.ts +43 -0
- package/lib/components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component.d.ts +35 -0
- package/lib/components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component.d.ts +43 -0
- package/lib/components/ca-new-filter/constant/filter-dropdown-icons.constant.d.ts +3 -0
- package/lib/components/ca-new-filter/constant/index.d.ts +1 -0
- package/lib/components/ca-new-filter/enums/filter-dropdown-types.enum.d.ts +13 -0
- package/lib/components/ca-new-filter/enums/filter-sorting-key.enum.d.ts +4 -0
- package/lib/components/ca-new-filter/enums/filter-time.enum.d.ts +35 -0
- package/lib/components/ca-new-filter/enums/index.d.ts +3 -0
- package/lib/components/ca-new-filter/interface/country.interface.d.ts +13 -0
- package/lib/components/ca-new-filter/interface/filter-action.interface.d.ts +18 -0
- package/lib/components/ca-new-filter/interface/filter-dropdown-configuration.interface.d.ts +13 -0
- package/lib/components/ca-new-filter/interface/filter-dropdown-list.d.ts +17 -0
- package/lib/components/ca-new-filter/interface/index.d.ts +6 -0
- package/lib/components/ca-new-filter/interface/sorting-emmiter.interface.d.ts +5 -0
- package/lib/components/ca-new-filter/interface/time-options.interface.d.ts +9 -0
- package/lib/components/ca-new-filter/pipes/filter-search.pipe.d.ts +8 -0
- package/lib/components/ca-new-filter/types/filter-dropdown.types.d.ts +2 -0
- package/lib/components/ca-new-filter/types/filter-sorting-key.type.d.ts +2 -0
- package/lib/components/ca-new-filter/types/filter-time.types.d.ts +2 -0
- package/lib/components/ca-new-filter/types/index.d.ts +3 -0
- package/lib/components/ca-new-filter/utils/configs/filter-dropdown-fields.config.d.ts +7 -0
- package/lib/components/ca-new-filter/utils/configs/index.d.ts +1 -0
- package/lib/components/ca-new-filter/utils/helpers/index.d.ts +1 -0
- package/lib/components/ca-new-filter/utils/helpers/time-filter.helper.d.ts +6 -0
- package/lib/components/ca-period-content/components/ca-period-content-payment/ca-period-content-payment.component.d.ts +7 -6
- package/lib/components/ca-period-content/enums/index.d.ts +1 -0
- package/lib/components/ca-period-content/enums/period-title-type.enum.d.ts +7 -0
- package/lib/components/ca-period-content/utils/constants/color-map.d.ts +2 -3
- package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +3 -3
- package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +2 -2
- package/lib/components/ca-search-multiple-states/models/tab-data.model.d.ts +11 -11
- package/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.d.ts +12 -5
- package/lib/components/ca-sort-dropdown/types/index.d.ts +1 -0
- package/lib/components/ca-sort-dropdown/types/sort-directions.type.d.ts +5 -0
- package/lib/components/ca-sort-dropdown/utils/svg-routes/ca-sort-dropdown-svg-routes.d.ts +2 -1
- package/lib/components/ca-vehicle-list/ca-vehicle-list.component.d.ts +22 -0
- package/lib/components/ca-vehicle-list/enums/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/enums/vehicle-list.enum.d.ts +4 -0
- package/lib/components/ca-vehicle-list/interfaces/index.d.ts +2 -0
- package/lib/components/ca-vehicle-list/interfaces/vehicle-list-actions-emit.interface.d.ts +5 -0
- package/lib/components/ca-vehicle-list/interfaces/vehicle-list-config.interface.d.ts +7 -0
- package/lib/components/ca-vehicle-list/models/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/models/vehicle-list.model.d.ts +11 -0
- package/lib/components/ca-vehicle-list/types/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/types/vehicle-list.type.d.ts +2 -0
- package/lib/components/ca-vehicle-list/utils/constants/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/utils/constants/vehicle-list.constants.d.ts +5 -0
- package/lib/components/ca-vehicle-list/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-vehicle-list/utils/svg-routes/vehicle-list-svg-routes.d.ts +6 -0
- package/lib/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +1 -1
- package/lib/enums/index.d.ts +1 -0
- package/lib/enums/string-placeholder.enum.d.ts +12 -0
- package/lib/pipes/index.d.ts +1 -0
- package/lib/pipes/row-class.pipe.d.ts +7 -0
- package/lib/pipes/truck-trailer-color-finder.pipe.d.ts +7 -0
- package/lib/utils/constants/dropdown-menu-content.constants.d.ts +3 -3
- package/lib/utils/helpers/dropdown-menu-content-conditional-items.helper.d.ts +3 -3
- package/lib/utils/helpers/dropdown-menu-content.helper.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +16 -1
- package/src/assets/ca-components/svg/common/fuel.svg +4 -0
- package/src/assets/ca-components/svg/common/ic_arrow_desc.svg +3 -0
- package/src/assets/ca-components/svg/common/ic_carriera-logo-active.svg +4 -0
- package/src/assets/ca-components/svg/common/ic_carriera-logo-inactive.svg +4 -0
- package/src/assets/ca-components/svg/common/ic_columns.svg +8 -0
- package/src/assets/ca-components/svg/common/ic_disable.svg +3 -0
- package/src/assets/ca-components/svg/common/ic_owner-status.svg +7 -0
- package/esm2022/lib/components/ca-dropdown-menu/enums/dropdown-menu-string.enum.mjs +0 -14
- package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-item.model.mjs +0 -2
- package/esm2022/lib/components/ca-dropdown-menu/models/dropdown-menu-option-emit.model.mjs +0 -2
- package/esm2022/lib/components/ca-dropdown-menu/models/index.mjs +0 -3
- package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +0 -102
- package/esm2022/lib/components/ca-input/directives/command-visible.directive.mjs +0 -48
- package/esm2022/lib/components/ca-input/input-test/input-test.component.mjs +0 -266
- package/esm2022/lib/components/ca-input/mixins/input-command.mixin.mjs +0 -127
- package/esm2022/lib/components/ca-input/mixins/input-helper.mixin.mjs +0 -49
- package/esm2022/lib/components/ca-input/models/base.model.mjs +0 -2
- package/esm2022/lib/components/ca-period-content/utils/constants/index.mjs +0 -3
- package/esm2022/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.mjs +0 -15
- package/esm2022/lib/enums/dropdown-menu-string.enum.mjs +0 -20
- package/lib/components/ca-dropdown-menu/models/index.d.ts +0 -2
- package/lib/components/ca-period-content/utils/constants/index.d.ts +0 -2
- package/lib/components/ca-period-content/utils/constants/payroll-period-dropdown.constant.d.ts +0 -10
- /package/lib/components/{ca-input → ca-input-test}/directives/command-visible.directive.d.ts +0 -0
- /package/lib/components/{ca-input → ca-input-test}/models/base.model.d.ts +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
@mixin text-selection($color, $opacity: 0.2) {
|
|
2
|
+
&::-moz-selection {
|
|
3
|
+
background-color: rgb($color, $opacity) !important;
|
|
4
|
+
color: $color !important;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
&::selection {
|
|
8
|
+
background-color: rgb($color, $opacity) !important;
|
|
9
|
+
color: $color !important;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@mixin prevent-text-selection() {
|
|
14
|
+
-ms-user-select: none;
|
|
15
|
+
-webkit-user-select: none;
|
|
16
|
+
user-select: none;
|
|
17
|
+
-moz-user-select: none;
|
|
18
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
$padding-sizes: 2, 4;
|
|
2
|
+
$padding-x-sizes: 4, 5;
|
|
3
|
+
$margin-sizes: 4, 6, 24;
|
|
4
|
+
$gap-sizes: xs;
|
|
5
|
+
$height-sizes: 1;
|
|
6
|
+
|
|
7
|
+
.padding {
|
|
8
|
+
@each $size in $padding-sizes {
|
|
9
|
+
&-#{$size} {
|
|
10
|
+
padding: #{$size}px;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&-y {
|
|
15
|
+
@each $size in $padding-sizes {
|
|
16
|
+
&-#{$size} {
|
|
17
|
+
padding-top: #{$size}px;
|
|
18
|
+
padding-bottom: #{$size}px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&-x {
|
|
24
|
+
@each $size in $padding-x-sizes {
|
|
25
|
+
&-#{$size} {
|
|
26
|
+
padding-left: #{$size}px;
|
|
27
|
+
padding-right: #{$size}px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.margin {
|
|
34
|
+
@each $size in $margin-sizes {
|
|
35
|
+
&-t-#{$size} {
|
|
36
|
+
margin-top: #{$size}px;
|
|
37
|
+
}
|
|
38
|
+
&-r-#{$size} {
|
|
39
|
+
margin-right: #{$size}px;
|
|
40
|
+
}
|
|
41
|
+
&-b-#{$size} {
|
|
42
|
+
margin-bottom: #{$size}px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.gap {
|
|
48
|
+
@each $size in $gap-sizes {
|
|
49
|
+
&-#{$size} {
|
|
50
|
+
gap: 2px;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
@each $size in $height-sizes {
|
|
56
|
+
.height-#{$size} {
|
|
57
|
+
height: #{$size}px;
|
|
58
|
+
}
|
|
59
|
+
}
|
package/assets/scss/styles.scss
CHANGED
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
@import './text-selection.scss';
|
|
11
11
|
@import './text-size.scss';
|
|
12
12
|
@import './icons.scss';
|
|
13
|
+
@import './background.scss';
|
|
14
|
+
@import './border-radius.scss';
|
|
15
|
+
@import './spacing.scss';
|
|
16
|
+
@import './filters.scss';
|
|
13
17
|
|
|
14
18
|
/* You can add global styles to this file, and also import other style files */
|
|
15
19
|
|
|
@@ -59,6 +63,23 @@ html {
|
|
|
59
63
|
}
|
|
60
64
|
}
|
|
61
65
|
|
|
62
|
-
.
|
|
66
|
+
.c-pointer {
|
|
63
67
|
cursor: pointer;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.ca-scroll-bar {
|
|
71
|
+
overflow-y: scroll;
|
|
72
|
+
|
|
73
|
+
&::-webkit-scrollbar {
|
|
74
|
+
width: 2px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&::-webkit-scrollbar-thumb {
|
|
78
|
+
background: $ta-light-grey-6;
|
|
79
|
+
border-radius: 1px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&::-webkit-scrollbar-track {
|
|
83
|
+
background: $ta-black-2;
|
|
84
|
+
}
|
|
64
85
|
}
|
|
@@ -1,294 +1,133 @@
|
|
|
1
1
|
@import 'theme/variables.scss';
|
|
2
|
+
@import './mixins.scss';
|
|
2
3
|
|
|
3
4
|
.text {
|
|
4
5
|
&-color {
|
|
5
6
|
&-black {
|
|
6
7
|
color: $ta-black !important;
|
|
7
|
-
|
|
8
|
-
&::-moz-selection {
|
|
9
|
-
background: rgb(66, 66, 66, 0.2) !important;
|
|
10
|
-
color: $ta-black !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&::selection {
|
|
14
|
-
background: rgb(66, 66, 66, 0.2) !important;
|
|
15
|
-
color: $ta-black !important;
|
|
16
|
-
}
|
|
8
|
+
@include text-selection($ta-black);
|
|
17
9
|
}
|
|
18
10
|
|
|
19
11
|
&-black-2 {
|
|
20
12
|
color: $ta-black-2 !important;
|
|
21
|
-
|
|
22
|
-
&::-moz-selection {
|
|
23
|
-
background: rgb(47, 47, 47, 0.2) !important;
|
|
24
|
-
color: $ta-black-2 !important;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&::selection {
|
|
28
|
-
background: rgb(47, 47, 47, 0.2) !important;
|
|
29
|
-
color: $ta-black-2 !important;
|
|
30
|
-
}
|
|
13
|
+
@include text-selection($ta-black-2);
|
|
31
14
|
}
|
|
32
15
|
|
|
33
16
|
&-muted {
|
|
34
17
|
color: $muted !important;
|
|
35
|
-
|
|
36
|
-
&::-moz-selection {
|
|
37
|
-
background: rgb(145, 145, 145, 0.2) !important;
|
|
38
|
-
color: $muted !important;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&::selection {
|
|
42
|
-
background: rgb(145, 145, 145, 0.2) !important;
|
|
43
|
-
color: $muted !important;
|
|
44
|
-
}
|
|
18
|
+
@include text-selection($muted);
|
|
45
19
|
}
|
|
46
20
|
|
|
47
21
|
&-green {
|
|
48
22
|
color: $ta-green !important;
|
|
23
|
+
@include text-selection($ta-green);
|
|
24
|
+
}
|
|
49
25
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&::selection {
|
|
56
|
-
background: rgb(86, 180, 172, 0.2) !important;
|
|
57
|
-
color: $ta-green !important;
|
|
58
|
-
}
|
|
26
|
+
&-green-2 {
|
|
27
|
+
color: $ta-green-2 !important;
|
|
28
|
+
@include text-selection($ta-green-2);
|
|
59
29
|
}
|
|
60
30
|
|
|
61
31
|
&-green-4 {
|
|
62
32
|
color: $ta-green-4 !important;
|
|
63
|
-
|
|
64
|
-
&::-moz-selection {
|
|
65
|
-
background: rgb(134, 201, 195, 0.2) !important;
|
|
66
|
-
color: $ta-green-4 !important;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&::selection {
|
|
70
|
-
background: rgb(134, 201, 195, 0.2) !important;
|
|
71
|
-
color: $ta-green-4 !important;
|
|
72
|
-
}
|
|
33
|
+
@include text-selection($ta-green-4);
|
|
73
34
|
}
|
|
74
35
|
|
|
75
36
|
&-blue-13 {
|
|
76
37
|
color: $ta-blue-13 !important;
|
|
38
|
+
@include text-selection($ta-blue-13);
|
|
39
|
+
}
|
|
77
40
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
&::selection {
|
|
84
|
-
background: rgb(102, 146, 24, 0.2) !important;
|
|
85
|
-
color: $ta-blue-13 !important;
|
|
86
|
-
}
|
|
41
|
+
|
|
42
|
+
&-blue-16 {
|
|
43
|
+
color: $ta-blue-16 !important;
|
|
44
|
+
@include text-selection($ta-blue-16);
|
|
87
45
|
}
|
|
88
46
|
|
|
89
47
|
&-blue-18 {
|
|
90
48
|
color: $ta-blue-18 !important;
|
|
91
|
-
|
|
92
|
-
&::-moz-selection {
|
|
93
|
-
background: rgb(59, 115, 237, 0.2) !important;
|
|
94
|
-
color: $ta-blue-18 !important;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&::selection {
|
|
98
|
-
background: rgb(59, 115, 237, 0.2) !important;
|
|
99
|
-
color: $ta-blue-18 !important;
|
|
100
|
-
}
|
|
49
|
+
@include text-selection($ta-blue-18);
|
|
101
50
|
}
|
|
102
51
|
|
|
103
52
|
&-blue-19 {
|
|
104
53
|
color: $ta-blue-19 !important;
|
|
105
|
-
|
|
106
|
-
&::-moz-selection {
|
|
107
|
-
background: rgb(146, 177, 245, 0.2) !important;
|
|
108
|
-
color: $ta-blue-19 !important;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
&::selection {
|
|
112
|
-
background: rgb(146, 177, 245, 0.2) !important;
|
|
113
|
-
color: $ta-blue-19 !important;
|
|
114
|
-
}
|
|
54
|
+
@include text-selection($ta-blue-19);
|
|
115
55
|
}
|
|
116
56
|
|
|
117
57
|
&-red-10 {
|
|
118
58
|
color: $ta-red-10 !important;
|
|
59
|
+
@include text-selection($ta-red-10);
|
|
60
|
+
}
|
|
119
61
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&::selection {
|
|
126
|
-
background: rgb(230, 103, 103, 0.2) !important;
|
|
127
|
-
color: $ta-red-10 !important;
|
|
128
|
-
}
|
|
62
|
+
&-red-11 {
|
|
63
|
+
color: $ta-red-11 !important;
|
|
64
|
+
@include text-selection($ta-red-11);
|
|
129
65
|
}
|
|
130
66
|
|
|
131
67
|
&-red-13 {
|
|
132
68
|
color: $ta-red-13 !important;
|
|
69
|
+
@include text-selection($ta-red-13);
|
|
70
|
+
}
|
|
133
71
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
72
|
+
&-yellow {
|
|
73
|
+
color: $ta-yellow-1 !important;
|
|
74
|
+
@include text-selection($ta-yellow-1);
|
|
75
|
+
}
|
|
138
76
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}
|
|
77
|
+
&-purple{
|
|
78
|
+
color: $ta-purple-1 !important;
|
|
79
|
+
@include text-selection($ta-purple-1);
|
|
143
80
|
}
|
|
144
81
|
|
|
145
82
|
&-light-grey {
|
|
146
83
|
color: $ta-light-grey !important;
|
|
147
|
-
|
|
148
|
-
&::-moz-selection {
|
|
149
|
-
background: rgb(229, 229, 229, 0.2) !important;
|
|
150
|
-
color: $ta-light-grey !important;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
&::selection {
|
|
154
|
-
background: rgb(229, 229, 229, 0.2) !important;
|
|
155
|
-
color: $ta-light-grey !important;
|
|
156
|
-
}
|
|
84
|
+
@include text-selection($ta-light-grey);
|
|
157
85
|
}
|
|
158
86
|
|
|
159
87
|
&-light-grey-2 {
|
|
160
88
|
color: $ta-light-grey-2 !important;
|
|
161
|
-
|
|
162
|
-
&::-moz-selection {
|
|
163
|
-
background: rgb(170, 170, 170, 0.2) !important;
|
|
164
|
-
color: $ta-light-grey-2 !important;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
&::selection {
|
|
168
|
-
background: rgb(170, 170, 170, 0.2) !important;
|
|
169
|
-
color: $ta-light-grey-2 !important;
|
|
170
|
-
}
|
|
89
|
+
@include text-selection($ta-light-grey-2);
|
|
171
90
|
}
|
|
172
91
|
|
|
173
92
|
&-light-grey-6 {
|
|
174
93
|
color: $ta-light-grey-6 !important;
|
|
175
|
-
|
|
176
|
-
&::-moz-selection {
|
|
177
|
-
color: $ta-light-grey-6 !important;
|
|
178
|
-
background: rgb(170, 170, 170, 0.2) !important;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&::selection {
|
|
182
|
-
color: $ta-light-grey-6 !important;
|
|
183
|
-
background: rgb(170, 170, 170, 0.2) !important;
|
|
184
|
-
}
|
|
94
|
+
@include text-selection($ta-light-grey-6);
|
|
185
95
|
}
|
|
186
96
|
|
|
187
97
|
&-white {
|
|
188
98
|
color: $white !important;
|
|
189
|
-
|
|
190
|
-
&::-moz-selection {
|
|
191
|
-
color: $white !important;
|
|
192
|
-
background: rgb(255, 255, 255, 0.2) !important;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
&::selection {
|
|
196
|
-
color: $white !important;
|
|
197
|
-
background: rgb(255, 255, 255, 0.2) !important;
|
|
198
|
-
}
|
|
99
|
+
@include text-selection($white);
|
|
199
100
|
}
|
|
200
101
|
|
|
201
102
|
&-white-2 {
|
|
202
103
|
color: $white-2 !important;
|
|
203
|
-
|
|
204
|
-
&::-moz-selection {
|
|
205
|
-
color: $white !important;
|
|
206
|
-
background: rgb(255, 255, 255, 0.2) !important;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
&::selection {
|
|
210
|
-
color: $white !important;
|
|
211
|
-
background: rgb(255, 255, 255, 0.2) !important;
|
|
212
|
-
}
|
|
104
|
+
@include text-selection($white);
|
|
213
105
|
}
|
|
214
106
|
|
|
215
107
|
&-white-4 {
|
|
216
108
|
color: $white-4 !important;
|
|
217
|
-
|
|
218
|
-
&::-moz-selection {
|
|
219
|
-
color: $white-4 !important;
|
|
220
|
-
background: rgb(255, 255, 255, 0.2) !important;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
&::selection {
|
|
224
|
-
color: $white-4 !important;
|
|
225
|
-
background: rgb(255, 255, 255, 0.2) !important;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
&-dark-grey {
|
|
230
|
-
color: $bw6-2 !important;
|
|
231
|
-
|
|
232
|
-
&::-moz-selection {
|
|
233
|
-
color: $bw6-2 !important;
|
|
234
|
-
background: rgb(108, 108, 108, 0.2) !important;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
&::selection {
|
|
238
|
-
color: $bw6-2 !important;
|
|
239
|
-
background: rgb(108, 108, 108, 0.2) !important;
|
|
240
|
-
}
|
|
109
|
+
@include text-selection($white-4);
|
|
241
110
|
}
|
|
242
111
|
|
|
243
112
|
&-bw6-2 {
|
|
244
113
|
color: $bw6-2 !important;
|
|
245
|
-
|
|
246
|
-
&::-moz-selection {
|
|
247
|
-
color: $bw6-2 !important;
|
|
248
|
-
background: rgba(108, 108, 108, 0.2) !important;
|
|
249
|
-
}
|
|
250
|
-
&::selection {
|
|
251
|
-
color: $bw6-2 !important;
|
|
252
|
-
background: rgba(108, 108, 108, 0.2) !important;
|
|
253
|
-
}
|
|
114
|
+
@include text-selection($bw6-2);
|
|
254
115
|
}
|
|
255
116
|
|
|
256
117
|
&-bw-9 {
|
|
257
118
|
color: $bw-9 !important;
|
|
258
|
-
|
|
259
|
-
&::-moz-selection {
|
|
260
|
-
color: $bw6-2 !important;
|
|
261
|
-
background: rgba(108, 108, 108, 0.2) !important;
|
|
262
|
-
}
|
|
263
|
-
&::selection {
|
|
264
|
-
color: $bw6-2 !important;
|
|
265
|
-
background: rgba(108, 108, 108, 0.2) !important;
|
|
266
|
-
}
|
|
119
|
+
@include text-selection($bw-9);
|
|
267
120
|
}
|
|
268
121
|
|
|
269
122
|
&-grey {
|
|
270
123
|
color: $bw5 !important;
|
|
271
|
-
|
|
272
|
-
&::-moz-selection {
|
|
273
|
-
color: $bw5 !important;
|
|
274
|
-
background: rgba(145, 145, 145, 0.2) !important;
|
|
275
|
-
}
|
|
276
|
-
&::selection {
|
|
277
|
-
color: $bw5 !important;
|
|
278
|
-
background: rgba(145, 145, 145, 0.2) !important;
|
|
279
|
-
}
|
|
124
|
+
@include text-selection($bw5);
|
|
280
125
|
|
|
281
126
|
.address-text,
|
|
282
127
|
.marker-bold-text {
|
|
283
|
-
|
|
284
|
-
color: $bw5 !important;
|
|
285
|
-
background: rgba(145, 145, 145, 0.2) !important;
|
|
286
|
-
}
|
|
287
|
-
&::selection {
|
|
288
|
-
color: $bw5 !important;
|
|
289
|
-
background: rgba(145, 145, 145, 0.2) !important;
|
|
290
|
-
}
|
|
128
|
+
@include text-selection($bw5);
|
|
291
129
|
}
|
|
292
130
|
}
|
|
131
|
+
|
|
293
132
|
}
|
|
294
133
|
}
|
|
@@ -55,6 +55,7 @@ $fallback-font: 'sans-serif';
|
|
|
55
55
|
$text-color: #656565;
|
|
56
56
|
// Transition variable
|
|
57
57
|
$transition: all 0.3s ease-in-out;
|
|
58
|
+
$transitionDuration: 0.3s ease-in-out;
|
|
58
59
|
|
|
59
60
|
//Scale size
|
|
60
61
|
$scaleSize: 1.1;
|
|
@@ -277,7 +278,6 @@ $ta-purple-1: #b370f0;
|
|
|
277
278
|
|
|
278
279
|
//Color Variables
|
|
279
280
|
|
|
280
|
-
$white: #dadada;
|
|
281
281
|
$white-2: #ffffff;
|
|
282
282
|
$white-3: #ebebeb;
|
|
283
283
|
$white-4: #ffffffb2;
|
|
@@ -37,7 +37,14 @@ import { CaTooltipListComponent } from './components/ca-tooltip-list/ca-tooltip-
|
|
|
37
37
|
import { CaUploadFilesComponent } from './components/ca-upload-files/ca-upload-files.component';
|
|
38
38
|
import { CaRightSidePanelCompanyComponent } from './components/ca-right-side-panel/components/ca-right-side-panel-company/ca-right-side-panel-company.component';
|
|
39
39
|
import { CaProgressRangeComponent } from './components/ca-progress-range/ca-progress-range.component';
|
|
40
|
-
import {
|
|
40
|
+
import { CaFilterDropdownComponent } from './components/ca-new-filter/ca-filter-dropdown.component';
|
|
41
|
+
import { CaFilterStateDropdownComponent } from './components/ca-new-filter/components/ca-filter-state-dropdown/ca-filter-state-dropdown.component';
|
|
42
|
+
import { CaFilterTimeDropdownComponent } from './components/ca-new-filter/components/ca-filter-time-dropdown/ca-filter-time-dropdown.component';
|
|
43
|
+
import { CaFilterListDropdownComponent } from './components/ca-new-filter/components/ca-filter-list-dropdown/ca-filter-list-dropdown.component';
|
|
44
|
+
import { CaCheckboxComponent } from './components/ca-checkbox/ca-checkbox.component';
|
|
45
|
+
import { CaVehicleListComponent } from './components/ca-vehicle-list/ca-vehicle-list.component';
|
|
46
|
+
import { CaLastFuelPriceProgressComponent } from './components/ca-last-fuel-price-progress/ca-last-fuel-price-progress.component';
|
|
47
|
+
import { InputTestComponent } from './components/ca-input-test/input-test.component';
|
|
41
48
|
import * as i0 from "@angular/core";
|
|
42
49
|
export class CaComponentsLibModule {
|
|
43
50
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaComponentsLibModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
@@ -47,6 +54,10 @@ export class CaComponentsLibModule {
|
|
|
47
54
|
CaAppTooltipV2Component,
|
|
48
55
|
CaDetailsDropdownComponent,
|
|
49
56
|
CaFilterComponent,
|
|
57
|
+
CaFilterDropdownComponent,
|
|
58
|
+
CaFilterStateDropdownComponent,
|
|
59
|
+
CaFilterTimeDropdownComponent,
|
|
60
|
+
CaFilterListDropdownComponent,
|
|
50
61
|
CaInputComponent,
|
|
51
62
|
CaInputDatetimePickerComponent,
|
|
52
63
|
CaInputRadiobuttonsComponent,
|
|
@@ -78,11 +89,18 @@ export class CaComponentsLibModule {
|
|
|
78
89
|
CaRightSidePanelCompanyComponent,
|
|
79
90
|
CaProgressRangeComponent,
|
|
80
91
|
CaTooltipListComponent,
|
|
81
|
-
InputTestComponent
|
|
92
|
+
InputTestComponent,
|
|
93
|
+
CaVehicleListComponent,
|
|
94
|
+
CaLastFuelPriceProgressComponent,
|
|
95
|
+
CaCheckboxComponent], exports: [CaProfileImageComponent,
|
|
82
96
|
CaAppTooltipV2Component,
|
|
83
97
|
CaDetailsDropdownComponent,
|
|
84
98
|
CaRatingReviewComponent,
|
|
85
99
|
CaFilterComponent,
|
|
100
|
+
CaFilterDropdownComponent,
|
|
101
|
+
CaFilterStateDropdownComponent,
|
|
102
|
+
CaFilterTimeDropdownComponent,
|
|
103
|
+
CaFilterListDropdownComponent,
|
|
86
104
|
CaInputComponent,
|
|
87
105
|
CaInputDatetimePickerComponent,
|
|
88
106
|
CaInputRadiobuttonsComponent,
|
|
@@ -113,13 +131,20 @@ export class CaComponentsLibModule {
|
|
|
113
131
|
CaProgressRangeComponent,
|
|
114
132
|
CaTooltipListComponent,
|
|
115
133
|
CaInputAddressDropdownComponent,
|
|
116
|
-
InputTestComponent
|
|
134
|
+
InputTestComponent,
|
|
135
|
+
CaVehicleListComponent,
|
|
136
|
+
CaLastFuelPriceProgressComponent,
|
|
137
|
+
CaCheckboxComponent] }); }
|
|
117
138
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaComponentsLibModule, providers: [CaSearchMultipleStatesService], imports: [CommonModule,
|
|
118
139
|
CaProfileImageComponent,
|
|
119
140
|
CaRatingReviewComponent,
|
|
120
141
|
CaAppTooltipV2Component,
|
|
121
142
|
CaDetailsDropdownComponent,
|
|
122
143
|
CaFilterComponent,
|
|
144
|
+
CaFilterDropdownComponent,
|
|
145
|
+
CaFilterStateDropdownComponent,
|
|
146
|
+
CaFilterTimeDropdownComponent,
|
|
147
|
+
CaFilterListDropdownComponent,
|
|
123
148
|
CaInputComponent,
|
|
124
149
|
CaInputDatetimePickerComponent,
|
|
125
150
|
CaInputRadiobuttonsComponent,
|
|
@@ -151,7 +176,10 @@ export class CaComponentsLibModule {
|
|
|
151
176
|
CaRightSidePanelCompanyComponent,
|
|
152
177
|
CaProgressRangeComponent,
|
|
153
178
|
CaTooltipListComponent,
|
|
154
|
-
InputTestComponent
|
|
179
|
+
InputTestComponent,
|
|
180
|
+
CaVehicleListComponent,
|
|
181
|
+
CaLastFuelPriceProgressComponent,
|
|
182
|
+
CaCheckboxComponent] }); }
|
|
155
183
|
}
|
|
156
184
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: CaComponentsLibModule, decorators: [{
|
|
157
185
|
type: NgModule,
|
|
@@ -164,6 +192,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
164
192
|
CaAppTooltipV2Component,
|
|
165
193
|
CaDetailsDropdownComponent,
|
|
166
194
|
CaFilterComponent,
|
|
195
|
+
CaFilterDropdownComponent,
|
|
196
|
+
CaFilterStateDropdownComponent,
|
|
197
|
+
CaFilterTimeDropdownComponent,
|
|
198
|
+
CaFilterListDropdownComponent,
|
|
167
199
|
CaInputComponent,
|
|
168
200
|
CaInputDatetimePickerComponent,
|
|
169
201
|
CaInputRadiobuttonsComponent,
|
|
@@ -196,6 +228,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
196
228
|
CaProgressRangeComponent,
|
|
197
229
|
CaTooltipListComponent,
|
|
198
230
|
InputTestComponent,
|
|
231
|
+
CaVehicleListComponent,
|
|
232
|
+
CaLastFuelPriceProgressComponent,
|
|
233
|
+
CaCheckboxComponent,
|
|
199
234
|
],
|
|
200
235
|
providers: [CaSearchMultipleStatesService],
|
|
201
236
|
exports: [
|
|
@@ -204,6 +239,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
204
239
|
CaDetailsDropdownComponent,
|
|
205
240
|
CaRatingReviewComponent,
|
|
206
241
|
CaFilterComponent,
|
|
242
|
+
CaFilterDropdownComponent,
|
|
243
|
+
CaFilterStateDropdownComponent,
|
|
244
|
+
CaFilterTimeDropdownComponent,
|
|
245
|
+
CaFilterListDropdownComponent,
|
|
207
246
|
CaInputComponent,
|
|
208
247
|
CaInputDatetimePickerComponent,
|
|
209
248
|
CaInputRadiobuttonsComponent,
|
|
@@ -235,7 +274,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
235
274
|
CaTooltipListComponent,
|
|
236
275
|
CaInputAddressDropdownComponent,
|
|
237
276
|
InputTestComponent,
|
|
277
|
+
CaVehicleListComponent,
|
|
278
|
+
CaLastFuelPriceProgressComponent,
|
|
279
|
+
CaCheckboxComponent,
|
|
238
280
|
],
|
|
239
281
|
}]
|
|
240
282
|
}] });
|
|
241
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtY29tcG9uZW50cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY2EtY29tcG9uZW50cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbkcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDckcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sZ0VBQWdFLENBQUM7QUFDNUcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDaEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDNUUsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sMEVBQTBFLENBQUM7QUFDMUgsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sb0VBQW9FLENBQUM7QUFDbEgsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSwwRkFBMEYsQ0FBQztBQUNqSixPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxzR0FBc0csQ0FBQztBQUNsSyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSwwRUFBMEUsQ0FBQztBQUN4SCxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUM5RixPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSw0RUFBNEUsQ0FBQztBQUM3SCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUNsRixPQUFPLEVBQUUsaUNBQWlDLEVBQUUsTUFBTSxvRkFBb0YsQ0FBQztBQUN2SSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxvREFBb0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUsK0JBQStCLEVBQUUsTUFBTSw0RUFBNEUsQ0FBQztBQUM3SCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsTUFBTSxzRkFBc0YsQ0FBQztBQUNySSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSwwREFBMEQsQ0FBQztBQUNuRyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDekUsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDMUYsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sa0VBQWtFLENBQUM7QUFDOUcsT0FBTyxFQUFFLDZCQUE2QixFQUFFLE1BQU0seUdBQXlHLENBQUM7QUFDeEosT0FBTyxFQUFFLCtCQUErQixFQUFFLE1BQU0sK0dBQStHLENBQUM7QUFDaEssT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sZ0VBQWdFLENBQUM7QUFDM0csT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDdEcsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDNUUsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbkcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbkcsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFDaEcsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sd0RBQXdELENBQUM7QUFDaEcsT0FBTyxFQUFFLGdDQUFnQyxFQUFFLE1BQU0sK0dBQStHLENBQUM7QUFDakssT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDdEcsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sdURBQXVELENBQUM7O0FBb0YzRixNQUFNLE9BQU8scUJBQXFCOytHQUFyQixxQkFBcUI7Z0hBQXJCLHFCQUFxQixZQS9FMUIsWUFBWTtZQUNaLHVCQUF1QjtZQUN2Qix1QkFBdUI7WUFDdkIsdUJBQXVCO1lBQ3ZCLDBCQUEwQjtZQUMxQixpQkFBaUI7WUFDakIsZ0JBQWdCO1lBQ2hCLDhCQUE4QjtZQUM5Qiw0QkFBNEI7WUFDNUIsd0JBQXdCO1lBQ3hCLGNBQWM7WUFDZCxzQkFBc0I7WUFDdEIsZUFBZTtZQUNmLHdCQUF3QjtZQUN4QixxQ0FBcUM7WUFDckMsMENBQTBDO1lBQzFDLDRCQUE0QjtZQUM1QixvQkFBb0I7WUFDcEIsK0JBQStCO1lBQy9CLGtCQUFrQjtZQUNsQixlQUFlO1lBQ2YsaUNBQWlDO1lBQ2pDLHdCQUF3QjtZQUN4QixvQkFBb0I7WUFDcEIsK0JBQStCO1lBQy9CLG9CQUFvQjtZQUNwQiwwQkFBMEI7WUFDMUIsNkJBQTZCO1lBQzdCLCtCQUErQjtZQUMvQix5QkFBeUI7WUFDekIsZ0JBQWdCO1lBQ2hCLHVCQUF1QjtZQUN2Qix1QkFBdUI7WUFDdkIsc0JBQXNCO1lBQ3RCLGdDQUFnQztZQUNoQyx3QkFBd0I7WUFDeEIsc0JBQXNCO1lBQ3RCLGtCQUFrQixhQUlsQix1QkFBdUI7WUFDdkIsdUJBQXVCO1lBQ3ZCLDBCQUEwQjtZQUMxQix1QkFBdUI7WUFDdkIsaUJBQWlCO1lBQ2pCLGdCQUFnQjtZQUNoQiw4QkFBOEI7WUFDOUIsNEJBQTRCO1lBQzVCLHdCQUF3QjtZQUN4QixjQUFjO1lBQ2Qsc0JBQXNCO1lBQ3RCLGVBQWU7WUFDZix3QkFBd0I7WUFDeEIscUNBQXFDO1lBQ3JDLDBDQUEwQztZQUMxQyw0QkFBNEI7WUFDNUIsb0JBQW9CO1lBQ3BCLCtCQUErQjtZQUMvQixrQkFBa0I7WUFDbEIsaUNBQWlDO1lBQ2pDLHdCQUF3QjtZQUN4QixvQkFBb0I7WUFDcEIsb0JBQW9CO1lBQ3BCLDBCQUEwQjtZQUMxQiw2QkFBNkI7WUFDN0IsK0JBQStCO1lBQy9CLHlCQUF5QjtZQUN6QixnQkFBZ0I7WUFDaEIsdUJBQXVCO1lBQ3ZCLHVCQUF1QjtZQUN2QixzQkFBc0I7WUFDdEIsZ0NBQWdDO1lBQ2hDLHdCQUF3QjtZQUN4QixzQkFBc0I7WUFDdEIsK0JBQStCO1lBQy9CLGtCQUFrQjtnSEFHYixxQkFBcUIsYUF4Q25CLENBQUMsNkJBQTZCLENBQUMsWUF2Q3RDLFlBQVk7WUFDWix1QkFBdUI7WUFDdkIsdUJBQXVCO1lBQ3ZCLHVCQUF1QjtZQUN2QiwwQkFBMEI7WUFDMUIsaUJBQWlCO1lBQ2pCLGdCQUFnQjtZQUNoQiw4QkFBOEI7WUFDOUIsNEJBQTRCO1lBQzVCLHdCQUF3QjtZQUN4QixjQUFjO1lBQ2Qsc0JBQXNCO1lBQ3RCLGVBQWU7WUFDZix3QkFBd0I7WUFDeEIscUNBQXFDO1lBQ3JDLDBDQUEwQztZQUMxQyw0QkFBNEI7WUFDNUIsb0JBQW9CO1lBQ3BCLCtCQUErQjtZQUMvQixrQkFBa0I7WUFDbEIsZUFBZTtZQUNmLGlDQUFpQztZQUNqQyx3QkFBd0I7WUFDeEIsb0JBQW9CO1lBQ3BCLCtCQUErQjtZQUMvQixvQkFBb0I7WUFDcEIsMEJBQTBCO1lBQzFCLDZCQUE2QjtZQUM3QiwrQkFBK0I7WUFDL0IseUJBQXlCO1lBQ3pCLGdCQUFnQjtZQUNoQix1QkFBdUI7WUFDdkIsdUJBQXVCO1lBQ3ZCLHNCQUFzQjtZQUN0QixnQ0FBZ0M7WUFDaEMsd0JBQXdCO1lBQ3hCLHNCQUFzQjtZQUN0QixrQkFBa0I7OzRGQTBDYixxQkFBcUI7a0JBbEZqQyxRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxFQUFFO29CQUNoQixPQUFPLEVBQUU7d0JBQ0wsWUFBWTt3QkFDWix1QkFBdUI7d0JBQ3ZCLHVCQUF1Qjt3QkFDdkIsdUJBQXVCO3dCQUN2QiwwQkFBMEI7d0JBQzFCLGlCQUFpQjt3QkFDakIsZ0JBQWdCO3dCQUNoQiw4QkFBOEI7d0JBQzlCLDRCQUE0Qjt3QkFDNUIsd0JBQXdCO3dCQUN4QixjQUFjO3dCQUNkLHNCQUFzQjt3QkFDdEIsZUFBZTt3QkFDZix3QkFBd0I7d0JBQ3hCLHFDQUFxQzt3QkFDckMsMENBQTBDO3dCQUMxQyw0QkFBNEI7d0JBQzVCLG9CQUFvQjt3QkFDcEIsK0JBQStCO3dCQUMvQixrQkFBa0I7d0JBQ2xCLGVBQWU7d0JBQ2YsaUNBQWlDO3dCQUNqQyx3QkFBd0I7d0JBQ3hCLG9CQUFvQjt3QkFDcEIsK0JBQStCO3dCQUMvQixvQkFBb0I7d0JBQ3BCLDBCQUEwQjt3QkFDMUIsNkJBQTZCO3dCQUM3QiwrQkFBK0I7d0JBQy9CLHlCQUF5Qjt3QkFDekIsZ0JBQWdCO3dCQUNoQix1QkFBdUI7d0JBQ3ZCLHVCQUF1Qjt3QkFDdkIsc0JBQXNCO3dCQUN0QixnQ0FBZ0M7d0JBQ2hDLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3dCQUN0QixrQkFBa0I7cUJBQ3JCO29CQUNELFNBQVMsRUFBRSxDQUFDLDZCQUE2QixDQUFDO29CQUMxQyxPQUFPLEVBQUU7d0JBQ0wsdUJBQXVCO3dCQUN2Qix1QkFBdUI7d0JBQ3ZCLDBCQUEwQjt3QkFDMUIsdUJBQXVCO3dCQUN2QixpQkFBaUI7d0JBQ2pCLGdCQUFnQjt3QkFDaEIsOEJBQThCO3dCQUM5Qiw0QkFBNEI7d0JBQzVCLHdCQUF3Qjt3QkFDeEIsY0FBYzt3QkFDZCxzQkFBc0I7d0JBQ3RCLGVBQWU7d0JBQ2Ysd0JBQXdCO3dCQUN4QixxQ0FBcUM7d0JBQ3JDLDBDQUEwQzt3QkFDMUMsNEJBQTRCO3dCQUM1QixvQkFBb0I7d0JBQ3BCLCtCQUErQjt3QkFDL0Isa0JBQWtCO3dCQUNsQixpQ0FBaUM7d0JBQ2pDLHdCQUF3Qjt3QkFDeEIsb0JBQW9CO3dCQUNwQixvQkFBb0I7d0JBQ3BCLDBCQUEwQjt3QkFDMUIsNkJBQTZCO3dCQUM3QiwrQkFBK0I7d0JBQy9CLHlCQUF5Qjt3QkFDekIsZ0JBQWdCO3dCQUNoQix1QkFBdUI7d0JBQ3ZCLHVCQUF1Qjt3QkFDdkIsc0JBQXNCO3dCQUN0QixnQ0FBZ0M7d0JBQ2hDLHdCQUF3Qjt3QkFDeEIsc0JBQXNCO3dCQUN0QiwrQkFBK0I7d0JBQy9CLGtCQUFrQjtxQkFDckI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENhUHJvZmlsZUltYWdlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXByb2ZpbGUtaW1hZ2UvY2EtcHJvZmlsZS1pbWFnZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FBcHBUb29sdGlwVjJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtYXBwLXRvb2x0aXAtdjIvY2EtYXBwLXRvb2x0aXAtdjIuY29tcG9uZW50JztcbmltcG9ydCB7IENhRGV0YWlsc0Ryb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWRldGFpbHMtZHJvcGRvd24vY2EtZGV0YWlscy1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FGaWx0ZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtZmlsdGVycy9jYS1maWx0ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQvY2EtaW5wdXQuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXREYXRldGltZVBpY2tlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC1kYXRldGltZS1waWNrZXIvY2EtaW5wdXQtZGF0ZXRpbWUtcGlja2VyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0UmFkaW9idXR0b25zQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LXJhZGlvYnV0dG9ucy9jYS1pbnB1dC1yYWRpb2J1dHRvbnMuY29tcG9uZW50JztcbmltcG9ydCB7IENhTWFwQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW1hcC9jYS1tYXAuY29tcG9uZW50JztcbmltcG9ydCB7IENhTWFwRHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtbWFwLWRyb3Bkb3duL2NhLW1hcC1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FOb3RlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5vdGUvY2Etbm90ZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FOb3RlQ29udGFpbmVyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5vdGUtY29udGFpbmVyL2NhLW5vdGUtY29udGFpbmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3L2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3VGFibGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUvY2EtcGF5cm9sbC1saXN0LXN1bW1hcnktb3ZlcnZpZXctdGFibGUuY29tcG9uZW50JztcbmltcG9ydCB7IFBpY2t1cERlbGl2ZXJ5QmxvY2tDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcGlja3VwLWRlbGl2ZXJ5LWJsb2NrL2NhLXBpY2t1cC1kZWxpdmVyeS1ibG9jay5jb21wb25lbnQnO1xuaW1wb3J0IHsgUHJvZ3Jlc3NCYXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcHJvZ3Jlc3MtYmFyL2NhLXByb2dyZXNzLWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzL2NhLXNlYXJjaC1tdWx0aXBsZS1zdGF0ZXMuY29tcG9uZW50JztcbmltcG9ydCB7IENhU3Bpbm5lckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1zcGlubmVyL2NhLXNwaW5uZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhVHJ1Y2tUcmFpbGVyUHJvZ3Jlc0JhckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS10cnVjay10cmFpbGVyLXByb2dyZXNzLWJhci9jYS10cnVjay10cmFpbGVyLXByb2dyZXNzLWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dE5vdGVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQtbm90ZS9jYS1pbnB1dC1ub3RlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVBlcmlvZENvbnRlbnRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcGVyaW9kLWNvbnRlbnQvY2EtcGVyaW9kLWNvbnRlbnQuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXRBZGRyZXNzRHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi9jYS1pbnB1dC1hZGRyZXNzLWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVNlYXJjaE11bHRpcGxlU3RhdGVzU2VydmljZSB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzL3V0aWxzL3NlcnZpY2VzL3NlYXJjaC1tdWx0aXBsZS1zdGF0ZXMuc2VydmljZSc7XG5pbXBvcnQgeyBDYVJhdGluZ1Jldmlld0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1yYXRpbmctcmV2aWV3L2NhLXJhdGluZy1yZXZpZXcuY29tcG9uZW50JztcbmltcG9ydCB7IENhVG9kb0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS10b2RvL2NhLXRvZG8uY29tcG9uZW50JztcbmltcG9ydCB7IENhTWFpblRhYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW1haW4tdGFibGUvY2EtbWFpbi10YWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FBY3Rpdml0eUxvZ0xpc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtYWN0aXZpdHktbG9nLWxpc3QvY2EtYWN0aXZpdHktbG9nLWxpc3QuY29tcG9uZW50JztcbmltcG9ydCB7IENhUmlnaHRTaWRlUGFuZWxNZW51Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsLW1lbnUvY2EtcmlnaHQtc2lkZS1wYW5lbC1tZW51LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVJpZ2h0U2lkZVBhbmVsVG9wQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsLXRvcC1iYXIvY2EtcmlnaHQtc2lkZS1wYW5lbC10b3AtYmFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVJpZ2h0U2lkZVBhbmVsQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY2EtcmlnaHQtc2lkZS1wYW5lbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dERyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LWRyb3Bkb3duL2NhLWlucHV0LWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUNoYXJ0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWNoYXJ0L2NhLWNoYXJ0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYURyb3Bkb3duTWVudUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1kcm9wZG93bi1tZW51L2NhLWRyb3Bkb3duLW1lbnUuY29tcG9uZW50JztcbmltcG9ydCB7IENhQ2hhcnRNYW5hZ2VyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWNoYXJ0LW1hbmFnZXIvY2EtY2hhcnQtbWFuYWdlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FUb29sdGlwTGlzdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS10b29sdGlwLWxpc3QvY2EtdG9vbHRpcC1saXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVVwbG9hZEZpbGVzQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXVwbG9hZC1maWxlcy9jYS11cGxvYWQtZmlsZXMuY29tcG9uZW50JztcbmltcG9ydCB7IENhUmlnaHRTaWRlUGFuZWxDb21wYW55Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXJpZ2h0LXNpZGUtcGFuZWwvY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsLWNvbXBhbnkvY2EtcmlnaHQtc2lkZS1wYW5lbC1jb21wYW55LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVByb2dyZXNzUmFuZ2VDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcHJvZ3Jlc3MtcmFuZ2UvY2EtcHJvZ3Jlc3MtcmFuZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IElucHV0VGVzdENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC9pbnB1dC10ZXN0L2lucHV0LXRlc3QuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBkZWNsYXJhdGlvbnM6IFtdLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBDYVByb2ZpbGVJbWFnZUNvbXBvbmVudCxcbiAgICAgICAgQ2FSYXRpbmdSZXZpZXdDb21wb25lbnQsXG4gICAgICAgIENhQXBwVG9vbHRpcFYyQ29tcG9uZW50LFxuICAgICAgICBDYURldGFpbHNEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXREYXRldGltZVBpY2tlckNvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dFJhZGlvYnV0dG9uc0NvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dERyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYU1hcENvbXBvbmVudCxcbiAgICAgICAgQ2FNYXBEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FOb3RlQ29tcG9uZW50LFxuICAgICAgICBDYU5vdGVDb250YWluZXJDb21wb25lbnQsXG4gICAgICAgIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdDb21wb25lbnQsXG4gICAgICAgIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdUYWJsZUNvbXBvbmVudCxcbiAgICAgICAgUGlja3VwRGVsaXZlcnlCbG9ja0NvbXBvbmVudCxcbiAgICAgICAgUHJvZ3Jlc3NCYXJDb21wb25lbnQsXG4gICAgICAgIENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNDb21wb25lbnQsXG4gICAgICAgIENhU3Bpbm5lckNvbXBvbmVudCxcbiAgICAgICAgQ2FUb2RvQ29tcG9uZW50LFxuICAgICAgICBDYVRydWNrVHJhaWxlclByb2dyZXNCYXJDb21wb25lbnQsXG4gICAgICAgIENhUGVyaW9kQ29udGVudENvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dE5vdGVDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRBZGRyZXNzRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhTWFpblRhYmxlQ29tcG9uZW50LFxuICAgICAgICBDYUFjdGl2aXR5TG9nTGlzdENvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbE1lbnVDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxUb3BCYXJDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxDb21wb25lbnQsXG4gICAgICAgIENhQ2hhcnRDb21wb25lbnQsXG4gICAgICAgIENhQ2hhcnRNYW5hZ2VyQ29tcG9uZW50LFxuICAgICAgICBDYURyb3Bkb3duTWVudUNvbXBvbmVudCxcbiAgICAgICAgQ2FVcGxvYWRGaWxlc0NvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbENvbXBhbnlDb21wb25lbnQsXG4gICAgICAgIENhUHJvZ3Jlc3NSYW5nZUNvbXBvbmVudCxcbiAgICAgICAgQ2FUb29sdGlwTGlzdENvbXBvbmVudCxcbiAgICAgICAgSW5wdXRUZXN0Q29tcG9uZW50LFxuICAgIF0sXG4gICAgcHJvdmlkZXJzOiBbQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2VdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgQ2FQcm9maWxlSW1hZ2VDb21wb25lbnQsXG4gICAgICAgIENhQXBwVG9vbHRpcFYyQ29tcG9uZW50LFxuICAgICAgICBDYURldGFpbHNEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FSYXRpbmdSZXZpZXdDb21wb25lbnQsXG4gICAgICAgIENhRmlsdGVyQ29tcG9uZW50LFxuICAgICAgICBDYUlucHV0Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0RGF0ZXRpbWVQaWNrZXJDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRSYWRpb2J1dHRvbnNDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXREcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FNYXBDb21wb25lbnQsXG4gICAgICAgIENhTWFwRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhTm90ZUNvbXBvbmVudCxcbiAgICAgICAgQ2FOb3RlQ29udGFpbmVyQ29tcG9uZW50LFxuICAgICAgICBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3Q29tcG9uZW50LFxuICAgICAgICBDYVBheXJvbGxMaXN0U3VtbWFyeU92ZXJ2aWV3VGFibGVDb21wb25lbnQsXG4gICAgICAgIFBpY2t1cERlbGl2ZXJ5QmxvY2tDb21wb25lbnQsXG4gICAgICAgIFByb2dyZXNzQmFyQ29tcG9uZW50LFxuICAgICAgICBDYVNlYXJjaE11bHRpcGxlU3RhdGVzQ29tcG9uZW50LFxuICAgICAgICBDYVNwaW5uZXJDb21wb25lbnQsXG4gICAgICAgIENhVHJ1Y2tUcmFpbGVyUHJvZ3Jlc0JhckNvbXBvbmVudCxcbiAgICAgICAgQ2FQZXJpb2RDb250ZW50Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0Tm90ZUNvbXBvbmVudCxcbiAgICAgICAgQ2FNYWluVGFibGVDb21wb25lbnQsXG4gICAgICAgIENhQWN0aXZpdHlMb2dMaXN0Q29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsTWVudUNvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbFRvcEJhckNvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbENvbXBvbmVudCxcbiAgICAgICAgQ2FDaGFydENvbXBvbmVudCxcbiAgICAgICAgQ2FDaGFydE1hbmFnZXJDb21wb25lbnQsXG4gICAgICAgIENhRHJvcGRvd25NZW51Q29tcG9uZW50LFxuICAgICAgICBDYVVwbG9hZEZpbGVzQ29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsQ29tcGFueUNvbXBvbmVudCxcbiAgICAgICAgQ2FQcm9ncmVzc1JhbmdlQ29tcG9uZW50LFxuICAgICAgICBDYVRvb2x0aXBMaXN0Q29tcG9uZW50LFxuICAgICAgICBDYUlucHV0QWRkcmVzc0Ryb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBJbnB1dFRlc3RDb21wb25lbnQsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FDb21wb25lbnRzTGliTW9kdWxlIHt9XG4iXX0=
|
|
283
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2EtY29tcG9uZW50cy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jYS1jb21wb25lbnRzL3NyYy9saWIvY2EtY29tcG9uZW50cy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFDbkcsT0FBTyxFQUFFLHVCQUF1QixFQUFFLE1BQU0sNERBQTRELENBQUM7QUFDckcsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sZ0VBQWdFLENBQUM7QUFDNUcsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDaEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDNUUsT0FBTyxFQUFFLDhCQUE4QixFQUFFLE1BQU0sMEVBQTBFLENBQUM7QUFDMUgsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sb0VBQW9FLENBQUM7QUFDbEgsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ3RFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLHdEQUF3RCxDQUFDO0FBQ2hHLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw0REFBNEQsQ0FBQztBQUN0RyxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSwwRkFBMEYsQ0FBQztBQUNqSixPQUFPLEVBQUUsMENBQTBDLEVBQUUsTUFBTSxzR0FBc0csQ0FBQztBQUNsSyxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSwwRUFBMEUsQ0FBQztBQUN4SCxPQUFPLEVBQUUsb0JBQW9CLEVB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cUJBQ3RCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDYVByb2ZpbGVJbWFnZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1wcm9maWxlLWltYWdlL2NhLXByb2ZpbGUtaW1hZ2UuY29tcG9uZW50JztcbmltcG9ydCB7IENhQXBwVG9vbHRpcFYyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWFwcC10b29sdGlwLXYyL2NhLWFwcC10b29sdGlwLXYyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYURldGFpbHNEcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1kZXRhaWxzLWRyb3Bkb3duL2NhLWRldGFpbHMtZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7IENhRmlsdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWZpbHRlcnMvY2EtZmlsdGVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0L2NhLWlucHV0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0RGF0ZXRpbWVQaWNrZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtaW5wdXQtZGF0ZXRpbWUtcGlja2VyL2NhLWlucHV0LWRhdGV0aW1lLXBpY2tlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FJbnB1dFJhZGlvYnV0dG9uc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC1yYWRpb2J1dHRvbnMvY2EtaW5wdXQtcmFkaW9idXR0b25zLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYU1hcENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1tYXAvY2EtbWFwLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYU1hcERyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW1hcC1kcm9wZG93bi9jYS1tYXAtZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7IENhTm90ZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1ub3RlL2NhLW5vdGUuY29tcG9uZW50JztcbmltcG9ydCB7IENhTm90ZUNvbnRhaW5lckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1ub3RlLWNvbnRhaW5lci9jYS1ub3RlLWNvbnRhaW5lci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy9jYS1wYXlyb2xsLWxpc3Qtc3VtbWFyeS1vdmVydmlldy5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FQYXlyb2xsTGlzdFN1bW1hcnlPdmVydmlld1RhYmxlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3LXRhYmxlL2NhLXBheXJvbGwtbGlzdC1zdW1tYXJ5LW92ZXJ2aWV3LXRhYmxlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBQaWNrdXBEZWxpdmVyeUJsb2NrQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXBpY2t1cC1kZWxpdmVyeS1ibG9jay9jYS1waWNrdXAtZGVsaXZlcnktYmxvY2suY29tcG9uZW50JztcbmltcG9ydCB7IFByb2dyZXNzQmFyQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXByb2dyZXNzLWJhci9jYS1wcm9ncmVzcy1iYXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy9jYS1zZWFyY2gtbXVsdGlwbGUtc3RhdGVzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVNwaW5uZXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2Etc3Bpbm5lci9jYS1zcGlubmVyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVRydWNrVHJhaWxlclByb2dyZXNCYXJDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtdHJ1Y2stdHJhaWxlci1wcm9ncmVzcy1iYXIvY2EtdHJ1Y2stdHJhaWxlci1wcm9ncmVzcy1iYXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXROb3RlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LW5vdGUvY2EtaW5wdXQtbm90ZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FQZXJpb2RDb250ZW50Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXBlcmlvZC1jb250ZW50L2NhLXBlcmlvZC1jb250ZW50LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUlucHV0QWRkcmVzc0Ryb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LWFkZHJlc3MtZHJvcGRvd24vY2EtaW5wdXQtYWRkcmVzcy1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FTZWFyY2hNdWx0aXBsZVN0YXRlc1NlcnZpY2UgfSBmcm9tICcuL2NvbXBvbmVudHMvY2Etc2VhcmNoLW11bHRpcGxlLXN0YXRlcy91dGlscy9zZXJ2aWNlcy9zZWFyY2gtbXVsdGlwbGUtc3RhdGVzLnNlcnZpY2UnO1xuaW1wb3J0IHsgQ2FSYXRpbmdSZXZpZXdDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtcmF0aW5nLXJldmlldy9jYS1yYXRpbmctcmV2aWV3LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVRvZG9Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtdG9kby9jYS10b2RvLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYU1haW5UYWJsZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1tYWluLXRhYmxlL2NhLW1haW4tdGFibGUuY29tcG9uZW50JztcbmltcG9ydCB7IENhQWN0aXZpdHlMb2dMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWFjdGl2aXR5LWxvZy1saXN0L2NhLWFjdGl2aXR5LWxvZy1saXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVJpZ2h0U2lkZVBhbmVsTWVudUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsL2NvbXBvbmVudHMvY2EtcmlnaHQtc2lkZS1wYW5lbC1tZW51L2NhLXJpZ2h0LXNpZGUtcGFuZWwtbWVudS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FSaWdodFNpZGVQYW5lbFRvcEJhckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsL2NvbXBvbmVudHMvY2EtcmlnaHQtc2lkZS1wYW5lbC10b3AtYmFyL2NhLXJpZ2h0LXNpZGUtcGFuZWwtdG9wLWJhci5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FSaWdodFNpZGVQYW5lbENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsL2NhLXJpZ2h0LXNpZGUtcGFuZWwuY29tcG9uZW50JztcbmltcG9ydCB7IENhSW5wdXREcm9wZG93bkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1pbnB1dC1kcm9wZG93bi9jYS1pbnB1dC1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FDaGFydENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1jaGFydC9jYS1jaGFydC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FEcm9wZG93bk1lbnVDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtZHJvcGRvd24tbWVudS9jYS1kcm9wZG93bi1tZW51LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUNoYXJ0TWFuYWdlckNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1jaGFydC1tYW5hZ2VyL2NhLWNoYXJ0LW1hbmFnZXIuY29tcG9uZW50JztcbmltcG9ydCB7IENhVG9vbHRpcExpc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtdG9vbHRpcC1saXN0L2NhLXRvb2x0aXAtbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FVcGxvYWRGaWxlc0NvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS11cGxvYWQtZmlsZXMvY2EtdXBsb2FkLWZpbGVzLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYVJpZ2h0U2lkZVBhbmVsQ29tcGFueUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9jYS1yaWdodC1zaWRlLXBhbmVsL2NvbXBvbmVudHMvY2EtcmlnaHQtc2lkZS1wYW5lbC1jb21wYW55L2NhLXJpZ2h0LXNpZGUtcGFuZWwtY29tcGFueS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FQcm9ncmVzc1JhbmdlQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLXByb2dyZXNzLXJhbmdlL2NhLXByb2dyZXNzLXJhbmdlLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUZpbHRlckRyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvY2EtZmlsdGVyLWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUZpbHRlclN0YXRlRHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtbmV3LWZpbHRlci9jb21wb25lbnRzL2NhLWZpbHRlci1zdGF0ZS1kcm9wZG93bi9jYS1maWx0ZXItc3RhdGUtZHJvcGRvd24uY29tcG9uZW50JztcbmltcG9ydCB7IENhRmlsdGVyVGltZURyb3Bkb3duQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLW5ldy1maWx0ZXIvY29tcG9uZW50cy9jYS1maWx0ZXItdGltZS1kcm9wZG93bi9jYS1maWx0ZXItdGltZS1kcm9wZG93bi5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FGaWx0ZXJMaXN0RHJvcGRvd25Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtbmV3LWZpbHRlci9jb21wb25lbnRzL2NhLWZpbHRlci1saXN0LWRyb3Bkb3duL2NhLWZpbHRlci1saXN0LWRyb3Bkb3duLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYUNoZWNrYm94Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWNoZWNrYm94L2NhLWNoZWNrYm94LmNvbXBvbmVudCc7XG5cbmltcG9ydCB7IENhVmVoaWNsZUxpc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtdmVoaWNsZS1saXN0L2NhLXZlaGljbGUtbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ2FMYXN0RnVlbFByaWNlUHJvZ3Jlc3NDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2EtbGFzdC1mdWVsLXByaWNlLXByb2dyZXNzL2NhLWxhc3QtZnVlbC1wcmljZS1wcm9ncmVzcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgSW5wdXRUZXN0Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2NhLWlucHV0LXRlc3QvaW5wdXQtdGVzdC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW10sXG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIENhUHJvZmlsZUltYWdlQ29tcG9uZW50LFxuICAgICAgICBDYVJhdGluZ1Jldmlld0NvbXBvbmVudCxcbiAgICAgICAgQ2FBcHBUb29sdGlwVjJDb21wb25lbnQsXG4gICAgICAgIENhRGV0YWlsc0Ryb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlckNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJTdGF0ZURyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlclRpbWVEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJMaXN0RHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhSW5wdXRDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXREYXRldGltZVBpY2tlckNvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dFJhZGlvYnV0dG9uc0NvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dERyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYU1hcENvbXBvbmVudCxcbiAgICAgICAgQ2FNYXBEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FOb3RlQ29tcG9uZW50LFxuICAgICAgICBDYU5vdGVDb250YWluZXJDb21wb25lbnQsXG4gICAgICAgIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdDb21wb25lbnQsXG4gICAgICAgIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdUYWJsZUNvbXBvbmVudCxcbiAgICAgICAgUGlja3VwRGVsaXZlcnlCbG9ja0NvbXBvbmVudCxcbiAgICAgICAgUHJvZ3Jlc3NCYXJDb21wb25lbnQsXG4gICAgICAgIENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNDb21wb25lbnQsXG4gICAgICAgIENhU3Bpbm5lckNvbXBvbmVudCxcbiAgICAgICAgQ2FUb2RvQ29tcG9uZW50LFxuICAgICAgICBDYVRydWNrVHJhaWxlclByb2dyZXNCYXJDb21wb25lbnQsXG4gICAgICAgIENhUGVyaW9kQ29udGVudENvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dE5vdGVDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRBZGRyZXNzRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhTWFpblRhYmxlQ29tcG9uZW50LFxuICAgICAgICBDYUFjdGl2aXR5TG9nTGlzdENvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbE1lbnVDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxUb3BCYXJDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxDb21wb25lbnQsXG4gICAgICAgIENhQ2hhcnRDb21wb25lbnQsXG4gICAgICAgIENhQ2hhcnRNYW5hZ2VyQ29tcG9uZW50LFxuICAgICAgICBDYURyb3Bkb3duTWVudUNvbXBvbmVudCxcbiAgICAgICAgQ2FVcGxvYWRGaWxlc0NvbXBvbmVudCxcbiAgICAgICAgQ2FSaWdodFNpZGVQYW5lbENvbXBhbnlDb21wb25lbnQsXG4gICAgICAgIENhUHJvZ3Jlc3NSYW5nZUNvbXBvbmVudCxcbiAgICAgICAgQ2FUb29sdGlwTGlzdENvbXBvbmVudCxcbiAgICAgICAgSW5wdXRUZXN0Q29tcG9uZW50LFxuICAgICAgICBDYVZlaGljbGVMaXN0Q29tcG9uZW50LFxuICAgICAgICBDYUxhc3RGdWVsUHJpY2VQcm9ncmVzc0NvbXBvbmVudCxcbiAgICAgICAgQ2FDaGVja2JveENvbXBvbmVudCxcbiAgICBdLFxuICAgIHByb3ZpZGVyczogW0NhU2VhcmNoTXVsdGlwbGVTdGF0ZXNTZXJ2aWNlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIENhUHJvZmlsZUltYWdlQ29tcG9uZW50LFxuICAgICAgICBDYUFwcFRvb2x0aXBWMkNvbXBvbmVudCxcbiAgICAgICAgQ2FEZXRhaWxzRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhUmF0aW5nUmV2aWV3Q29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlckNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJTdGF0ZURyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYUZpbHRlclRpbWVEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FGaWx0ZXJMaXN0RHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIENhSW5wdXRDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXREYXRldGltZVBpY2tlckNvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dFJhZGlvYnV0dG9uc0NvbXBvbmVudCxcbiAgICAgICAgQ2FJbnB1dERyb3Bkb3duQ29tcG9uZW50LFxuICAgICAgICBDYU1hcENvbXBvbmVudCxcbiAgICAgICAgQ2FNYXBEcm9wZG93bkNvbXBvbmVudCxcbiAgICAgICAgQ2FOb3RlQ29tcG9uZW50LFxuICAgICAgICBDYU5vdGVDb250YWluZXJDb21wb25lbnQsXG4gICAgICAgIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdDb21wb25lbnQsXG4gICAgICAgIENhUGF5cm9sbExpc3RTdW1tYXJ5T3ZlcnZpZXdUYWJsZUNvbXBvbmVudCxcbiAgICAgICAgUGlja3VwRGVsaXZlcnlCbG9ja0NvbXBvbmVudCxcbiAgICAgICAgUHJvZ3Jlc3NCYXJDb21wb25lbnQsXG4gICAgICAgIENhU2VhcmNoTXVsdGlwbGVTdGF0ZXNDb21wb25lbnQsXG4gICAgICAgIENhU3Bpbm5lckNvbXBvbmVudCxcbiAgICAgICAgQ2FUcnVja1RyYWlsZXJQcm9ncmVzQmFyQ29tcG9uZW50LFxuICAgICAgICBDYVBlcmlvZENvbnRlbnRDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXROb3RlQ29tcG9uZW50LFxuICAgICAgICBDYU1haW5UYWJsZUNvbXBvbmVudCxcbiAgICAgICAgQ2FBY3Rpdml0eUxvZ0xpc3RDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxNZW51Q29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsVG9wQmFyQ29tcG9uZW50LFxuICAgICAgICBDYVJpZ2h0U2lkZVBhbmVsQ29tcG9uZW50LFxuICAgICAgICBDYUNoYXJ0Q29tcG9uZW50LFxuICAgICAgICBDYUNoYXJ0TWFuYWdlckNvbXBvbmVudCxcbiAgICAgICAgQ2FEcm9wZG93bk1lbnVDb21wb25lbnQsXG4gICAgICAgIENhVXBsb2FkRmlsZXNDb21wb25lbnQsXG4gICAgICAgIENhUmlnaHRTaWRlUGFuZWxDb21wYW55Q29tcG9uZW50LFxuICAgICAgICBDYVByb2dyZXNzUmFuZ2VDb21wb25lbnQsXG4gICAgICAgIENhVG9vbHRpcExpc3RDb21wb25lbnQsXG4gICAgICAgIENhSW5wdXRBZGRyZXNzRHJvcGRvd25Db21wb25lbnQsXG4gICAgICAgIElucHV0VGVzdENvbXBvbmVudCxcbiAgICAgICAgQ2FWZWhpY2xlTGlzdENvbXBvbmVudCxcbiAgICAgICAgQ2FMYXN0RnVlbFByaWNlUHJvZ3Jlc3NDb21wb25lbnQsXG4gICAgICAgIENhQ2hlY2tib3hDb21wb25lbnQsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgQ2FDb21wb25lbnRzTGliTW9kdWxlIHt9XG4iXX0=
|