ca-components 1.3.331 → 1.3.411
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/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 +40 -4
- 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-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 +2 -2
- package/esm2022/lib/components/ca-input-datetime-picker/ca-input-datetime-picker.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-dropdown/ca-input-dropdown.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-dropdown-test/ca-input-dropdown-test.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
- package/esm2022/lib/components/ca-input-test/input-test.component.mjs +2 -2
- package/esm2022/lib/components/ca-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 +75 -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 +4 -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/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 +14 -2
- package/fesm2022/ca-components.mjs +2186 -1345
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/ca-components.module.d.ts +39 -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-dropdown-menu/ca-dropdown-menu.component.d.ts +16 -7
- package/lib/components/ca-dropdown-menu/enums/{dropdown-menu-string.enum.d.ts → dropdown-menu.enum.d.ts} +5 -2
- package/lib/components/ca-dropdown-menu/enums/index.d.ts +1 -1
- package/lib/components/ca-dropdown-menu/{models/dropdown-menu-item.model.d.ts → interfaces/dropdown-menu-item.interface.d.ts} +7 -1
- package/lib/components/ca-dropdown-menu/{models/dropdown-menu-option-emit.model.d.ts → interfaces/dropdown-menu-option-emit.interface.d.ts} +1 -1
- package/lib/components/ca-dropdown-menu/interfaces/index.d.ts +2 -0
- package/lib/components/ca-dropdown-menu/pipes/group-item-checked-state.pipe.d.ts +8 -0
- package/lib/components/ca-dropdown-menu/pipes/index.d.ts +1 -0
- package/lib/components/ca-filters/ca-filter.component.d.ts +2 -2
- package/lib/components/ca-filters/pipes/index.d.ts +6 -0
- package/lib/components/ca-filters/utils/helpers/index.d.ts +1 -0
- package/lib/components/ca-filters/utils/{constants/time-filter.constants.d.ts → helpers/time-filter.helper.d.ts} +14 -2
- package/lib/components/ca-filters/utils/svg-routes/index.d.ts +1 -0
- package/lib/components/ca-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 +20 -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 +3 -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/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 +13 -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/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-address-dropdown-test/ca-input-address-dropdown-test.component.mjs +0 -351
- package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.mjs +0 -6
- package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.mjs +0 -8
- package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.mjs +0 -6
- package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.mjs +0 -6
- package/esm2022/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.mjs +0 -7
- package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-data.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-address-dropdown-test/models/address-list.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-address-dropdown-test/models/command-properties.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-address-dropdown-test/models/long-lat.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.mjs +0 -2
- package/esm2022/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.mjs +0 -11
- 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-input-address-dropdown-test/ca-input-address-dropdown-test.component.d.ts +0 -74
- package/lib/components/ca-input-address-dropdown-test/enums/input-address-basic-string.enum.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown-test/enums/input-address-commands-string.enum.d.ts +0 -6
- package/lib/components/ca-input-address-dropdown-test/enums/input-address-layers-string.enum.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown-test/enums/input-address-stop-types-string.enum.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown-test/enums/input-address-type-string.enum.d.ts +0 -5
- package/lib/components/ca-input-address-dropdown-test/models/address-data.model.d.ts +0 -10
- package/lib/components/ca-input-address-dropdown-test/models/address-list.model.d.ts +0 -5
- package/lib/components/ca-input-address-dropdown-test/models/command-properties.model.d.ts +0 -7
- package/lib/components/ca-input-address-dropdown-test/models/commands-handler.model.d.ts +0 -7
- package/lib/components/ca-input-address-dropdown-test/models/input-address-commands-string.model.d.ts +0 -1
- package/lib/components/ca-input-address-dropdown-test/models/long-lat.model.d.ts +0 -4
- package/lib/components/ca-input-address-dropdown-test/models/sent-address-data.model.d.ts +0 -6
- package/lib/components/ca-input-address-dropdown-test/validators/ca-input-address-value.validations.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
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
@import 'theme/variables.scss';
|
|
2
|
+
|
|
3
|
+
@mixin hover($color) {
|
|
4
|
+
transition: background-color $transitionDuration;
|
|
5
|
+
|
|
6
|
+
&:hover {
|
|
7
|
+
background-color: $color !important;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.background {
|
|
12
|
+
&-black {
|
|
13
|
+
background-color: $ta-black;
|
|
14
|
+
|
|
15
|
+
&-2 {
|
|
16
|
+
background-color: $ta-black-2;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
&-blue {
|
|
20
|
+
&-13 {
|
|
21
|
+
background-color: $ta-blue-13;
|
|
22
|
+
}
|
|
23
|
+
&-14 {
|
|
24
|
+
background-color: $ta-blue-14;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
&-dark {
|
|
28
|
+
&-2 {
|
|
29
|
+
background-color: $dark-2;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&-hover {
|
|
34
|
+
&-bw2 {
|
|
35
|
+
@include hover($bw2);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&-blue {
|
|
39
|
+
&-15 {
|
|
40
|
+
@include hover($ta-blue-15);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@mixin border-radius($size) {
|
|
2
|
+
border-radius: $size;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
$border-radius-sizes: 1, 2, 3, 10;
|
|
6
|
+
|
|
7
|
+
.br {
|
|
8
|
+
@each $size in $border-radius-sizes {
|
|
9
|
+
&-#{$size} {
|
|
10
|
+
@include border-radius(#{$size}px);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&-circle {
|
|
15
|
+
@include border-radius(50%);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
@import 'theme/variables.scss';
|
|
2
|
+
|
|
3
|
+
.filter-dropdown {
|
|
4
|
+
&-popover {
|
|
5
|
+
width: 260px;
|
|
6
|
+
|
|
7
|
+
&-max-height {
|
|
8
|
+
max-height: 360px;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&-list {
|
|
13
|
+
max-height: 260px;
|
|
14
|
+
overflow-y: auto;
|
|
15
|
+
|
|
16
|
+
&-icon {
|
|
17
|
+
height: 26px;
|
|
18
|
+
transition: background-color $transitionDuration;
|
|
19
|
+
|
|
20
|
+
&-value {
|
|
21
|
+
height: 14px;
|
|
22
|
+
width: 14px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&-remove {
|
|
26
|
+
display: none;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&:hover {
|
|
30
|
+
background-color: $ta-black;
|
|
31
|
+
|
|
32
|
+
.filter-dropdown-icon-count {
|
|
33
|
+
display: none;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&-selected {
|
|
38
|
+
&:hover {
|
|
39
|
+
background-color: $blue-9;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&-item {
|
|
45
|
+
&-icons {
|
|
46
|
+
transition: opacity $transitionDuration;
|
|
47
|
+
opacity: 0;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
&-status-circle {
|
|
51
|
+
height: 10px;
|
|
52
|
+
width: 10px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&-remove {
|
|
56
|
+
display: none;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&:hover {
|
|
60
|
+
background-color: $black;
|
|
61
|
+
|
|
62
|
+
.filter-dropdown-list-item-icons {
|
|
63
|
+
opacity: 1;
|
|
64
|
+
|
|
65
|
+
svg path {
|
|
66
|
+
fill: var(--svg-fill-color, $ta-red-10);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&-hover {
|
|
72
|
+
&:hover {
|
|
73
|
+
.filter-dropdown-list-item-remove {
|
|
74
|
+
display: flex;
|
|
75
|
+
|
|
76
|
+
svg path {
|
|
77
|
+
fill: $ta-red-10 !important;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.filter-dropdown-list-item-count {
|
|
82
|
+
display: none !important;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&-icon {
|
|
90
|
+
height: 26px;
|
|
91
|
+
width: 26px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&-count {
|
|
95
|
+
height: 14px;
|
|
96
|
+
width: 14px;
|
|
97
|
+
|
|
98
|
+
&-remove {
|
|
99
|
+
display: none;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&-hover {
|
|
103
|
+
&:hover {
|
|
104
|
+
.filter-dropdown-count {
|
|
105
|
+
&-value {
|
|
106
|
+
display: none;
|
|
107
|
+
}
|
|
108
|
+
&-remove {
|
|
109
|
+
display: flex;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&-button {
|
|
117
|
+
height: 26px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&-footer {
|
|
121
|
+
&-button {
|
|
122
|
+
color: $bw-9;
|
|
123
|
+
transition: color $transitionDuration, background-color $transitionDuration;
|
|
124
|
+
|
|
125
|
+
&-set {
|
|
126
|
+
color: $white-2;
|
|
127
|
+
background-color: $ta-blue-14;
|
|
128
|
+
|
|
129
|
+
&:hover {
|
|
130
|
+
background-color: $ta-blue-16;
|
|
131
|
+
color: $blue-9;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
&-clear {
|
|
135
|
+
color: $bw-9;
|
|
136
|
+
|
|
137
|
+
&:hover {
|
|
138
|
+
background-color: $grey-12;
|
|
139
|
+
color: $ta-black;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
height: 18px;
|
|
144
|
+
width: 50%;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.filter-dropdown-list-badge {
|
|
150
|
+
min-width: 18px;
|
|
151
|
+
}
|
package/assets/scss/icons.scss
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
@import 'theme/variables.scss';
|
|
2
2
|
|
|
3
3
|
@mixin svg-fill($color) {
|
|
4
|
-
svg path
|
|
4
|
+
svg path,
|
|
5
|
+
svg circle {
|
|
5
6
|
fill: $color !important;
|
|
6
7
|
}
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
@mixin svg-hover($color) {
|
|
10
11
|
svg path {
|
|
11
|
-
transition:
|
|
12
|
+
transition: fill 0.3s ease-in-out;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
15
|
&:hover {
|
|
@@ -31,9 +32,18 @@
|
|
|
31
32
|
&-black {
|
|
32
33
|
@include svg-fill($black);
|
|
33
34
|
}
|
|
35
|
+
&-white {
|
|
36
|
+
@include svg-fill($white);
|
|
37
|
+
}
|
|
38
|
+
&-white-2 {
|
|
39
|
+
@include svg-fill($white-2);
|
|
40
|
+
}
|
|
34
41
|
&-muted {
|
|
35
42
|
@include svg-fill($muted);
|
|
36
43
|
}
|
|
44
|
+
&-grey {
|
|
45
|
+
@include svg-fill($bw5);
|
|
46
|
+
}
|
|
37
47
|
&-bw-9 {
|
|
38
48
|
@include svg-fill($bw-9);
|
|
39
49
|
}
|
|
@@ -43,37 +53,85 @@
|
|
|
43
53
|
&-light-grey-6 {
|
|
44
54
|
@include svg-fill($ta-light-grey-6);
|
|
45
55
|
}
|
|
56
|
+
&-blue-8 {
|
|
57
|
+
@include svg-fill($blue-8);
|
|
58
|
+
}
|
|
46
59
|
&-blue-13 {
|
|
47
60
|
@include svg-fill($ta-blue-13);
|
|
48
61
|
}
|
|
62
|
+
&-blue-14 {
|
|
63
|
+
@include svg-fill($ta-blue-14);
|
|
64
|
+
}
|
|
65
|
+
&-blue-17 {
|
|
66
|
+
@include svg-fill($ta-blue-17);
|
|
67
|
+
}
|
|
49
68
|
&-blue-19 {
|
|
50
69
|
@include svg-fill($ta-blue-19);
|
|
51
70
|
}
|
|
52
71
|
&-blue-26 {
|
|
53
72
|
@include svg-fill($ta-blue-26);
|
|
54
73
|
}
|
|
74
|
+
&-green {
|
|
75
|
+
@include svg-fill($ta-green);
|
|
76
|
+
}
|
|
77
|
+
&-green-2 {
|
|
78
|
+
@include svg-fill($ta-green-2);
|
|
79
|
+
}
|
|
80
|
+
&-green-4 {
|
|
81
|
+
@include svg-fill($ta-green-4);
|
|
82
|
+
}
|
|
83
|
+
&-yellow-1 {
|
|
84
|
+
@include svg-fill($ta-yellow-1);
|
|
85
|
+
}
|
|
86
|
+
&-yellow-4 {
|
|
87
|
+
@include svg-fill($ta-yellow-4);
|
|
88
|
+
}
|
|
89
|
+
&-yellow-5 {
|
|
90
|
+
@include svg-fill($ta-yellow-5);
|
|
91
|
+
}
|
|
92
|
+
&-red-10 {
|
|
93
|
+
@include svg-fill($ta-red-10);
|
|
94
|
+
}
|
|
95
|
+
&-white-4 {
|
|
96
|
+
@include svg-fill($white-4);
|
|
97
|
+
}
|
|
55
98
|
&-grey {
|
|
56
99
|
@include svg-fill($bw5);
|
|
57
100
|
}
|
|
58
101
|
&-red-10 {
|
|
59
102
|
@include svg-fill($ta-red-10);
|
|
60
103
|
}
|
|
61
|
-
&-
|
|
62
|
-
@include svg-fill($ta-
|
|
104
|
+
&-red-11 {
|
|
105
|
+
@include svg-fill($ta-red-11);
|
|
63
106
|
}
|
|
64
107
|
}
|
|
65
108
|
|
|
66
109
|
// Hovers
|
|
67
110
|
&-hover {
|
|
111
|
+
&-white {
|
|
112
|
+
@include svg-hover($white);
|
|
113
|
+
}
|
|
114
|
+
&-white-2 {
|
|
115
|
+
@include svg-hover($white-2);
|
|
116
|
+
}
|
|
68
117
|
&-muted {
|
|
69
118
|
@include svg-hover($muted);
|
|
70
119
|
}
|
|
120
|
+
&-grey-4 {
|
|
121
|
+
@include svg-hover($grey-4);
|
|
122
|
+
}
|
|
71
123
|
&-black {
|
|
72
124
|
@include svg-hover($ta-black);
|
|
73
125
|
}
|
|
126
|
+
&-blue-10 {
|
|
127
|
+
@include svg-hover($blue-10);
|
|
128
|
+
}
|
|
74
129
|
&-blue-15 {
|
|
75
130
|
@include svg-hover($ta-blue-15);
|
|
76
131
|
}
|
|
132
|
+
&-blue-19 {
|
|
133
|
+
@include svg-hover($ta-blue-19);
|
|
134
|
+
}
|
|
77
135
|
&-bw6-2 {
|
|
78
136
|
@include svg-hover($bw6-2);
|
|
79
137
|
}
|
|
@@ -87,6 +145,9 @@
|
|
|
87
145
|
|
|
88
146
|
// Sizes
|
|
89
147
|
&-size {
|
|
148
|
+
&-10 {
|
|
149
|
+
@include svg-size(10px, 10px);
|
|
150
|
+
}
|
|
90
151
|
&-12 {
|
|
91
152
|
@include svg-size(12px, 12px);
|
|
92
153
|
}
|
|
@@ -102,6 +163,9 @@
|
|
|
102
163
|
&-22 {
|
|
103
164
|
@include svg-size(22px, 22px);
|
|
104
165
|
}
|
|
166
|
+
&-26 {
|
|
167
|
+
@include svg-size(26px, 26px);
|
|
168
|
+
}
|
|
105
169
|
&-44-16 {
|
|
106
170
|
@include svg-size(44px, 16px);
|
|
107
171
|
}
|
|
@@ -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
|
}
|