ca-components 0.0.1 → 0.0.3
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/esm2022/assets/json/ca-table.json +59 -0
- package/esm2022/assets/json/ta-detail-dropdown.json +80 -0
- package/esm2022/lib/animation/in-out.animation.mjs +73 -0
- package/esm2022/lib/animations/accordion-animation.mjs +25 -0
- package/esm2022/lib/animations/animation.mjs +30 -0
- package/esm2022/lib/animations/close-form.animation.mjs +18 -0
- package/esm2022/lib/animations/expand-search-button.animation.mjs +17 -0
- package/esm2022/lib/animations/show.animation.mjs +20 -0
- package/esm2022/lib/animations/tabs-modal.animation.mjs +78 -0
- package/esm2022/lib/ca-components.module.mjs +127 -0
- package/esm2022/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.mjs +53 -0
- package/esm2022/lib/components/ca-details-dropdown/ca-details-dropdown.component.mjs +116 -0
- package/esm2022/lib/components/ca-details-dropdown/models/detail-dropdown.model.mjs +2 -0
- package/esm2022/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.mjs +4 -0
- package/esm2022/lib/components/ca-dropdown/ca-dropdown.component.mjs +37 -0
- package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +165 -0
- package/esm2022/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.mjs +541 -0
- package/esm2022/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.mjs +75 -0
- package/esm2022/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.mjs +191 -0
- package/esm2022/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.mjs +131 -0
- package/esm2022/lib/components/ca-filters/utils/constants/status-filter.constants.mjs +19 -0
- package/esm2022/lib/components/ca-filters/utils/constants/time-filter.constants.mjs +45 -0
- package/esm2022/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.mjs +7 -0
- package/esm2022/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.mjs +4 -0
- package/esm2022/lib/components/ca-input/ca-input.component.mjs +179 -0
- package/esm2022/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.mjs +55 -0
- package/esm2022/lib/components/ca-input/components/ca-input-password/ca-input-password.component.mjs +63 -0
- package/esm2022/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.mjs +52 -0
- package/esm2022/lib/components/ca-input/config/ca-input.config.mjs +2 -0
- package/esm2022/lib/components/ca-input/models/label-color.model.mjs +2 -0
- package/esm2022/lib/components/ca-input/pipes/input-class.pipe.mjs +89 -0
- package/esm2022/lib/components/ca-input/pipes/input-clear-class.pipe.mjs +76 -0
- package/esm2022/lib/components/ca-input/pipes/input-container-class.pipe.mjs +57 -0
- package/esm2022/lib/components/ca-input/pipes/input-error.pipe.mjs +85 -0
- package/esm2022/lib/components/ca-input/pipes/input-password-eye-class.pipe.mjs +37 -0
- package/esm2022/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.mjs +57 -0
- package/esm2022/lib/components/ca-input/pipes/input-type.pipe.mjs +25 -0
- package/esm2022/lib/components/ca-input/pipes/label-class.pipe.mjs +32 -0
- package/esm2022/lib/components/ca-input/pipes/show-clear.pipe.mjs +22 -0
- package/esm2022/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.mjs +27 -0
- package/esm2022/lib/components/ca-input/pipes/show-valid-check.pipe.mjs +27 -0
- package/esm2022/lib/components/ca-input/services/ca-input-state.service.mjs +92 -0
- package/esm2022/lib/components/ca-input/utils/input-svg-routes.mjs +9 -0
- package/esm2022/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.mjs +43 -0
- package/esm2022/lib/components/ca-map/ca-map.component.mjs +329 -0
- package/esm2022/lib/components/ca-map/enums/google-map.enum.mjs +6 -0
- package/esm2022/lib/components/ca-map/enums/toolbar-filter-string.enum.mjs +40 -0
- package/esm2022/lib/components/ca-map/models/map.model.mjs +2 -0
- package/esm2022/lib/components/ca-map/utils/helpers/map.helper.mjs +87 -0
- package/esm2022/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.mjs +5 -0
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +57 -0
- package/esm2022/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.mjs +19 -0
- package/esm2022/lib/components/ca-note/ca-note.component.mjs +238 -0
- package/esm2022/lib/components/ca-note/utils/helper/copy-paste.helper.mjs +8 -0
- package/esm2022/lib/components/ca-note/utils/svg-routes/note-svg-routes.mjs +6 -0
- package/esm2022/lib/components/ca-note-container/ca-note-container.component.mjs +153 -0
- package/esm2022/lib/components/ca-note-container/enums/note-default-string.enum.mjs +11 -0
- package/esm2022/lib/components/ca-note-container/enums/note-selected-color.enum.mjs +6 -0
- package/esm2022/lib/components/ca-note-container/models/note-colors.model.mjs +2 -0
- package/esm2022/lib/components/ca-note-container/utils/constants/note-config.constant.mjs +61 -0
- package/esm2022/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.mjs +9 -0
- package/esm2022/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.mjs +53 -0
- package/esm2022/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.mjs +5 -0
- package/esm2022/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.mjs +26 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.mjs +44 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.mjs +93 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.mjs +103 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.mjs +81 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/adress-model.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/animation-model.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/broker-short-response.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/enum-value.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/load-short-response.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/shipper-short-response.mjs +2 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/models/status-types.enum.mjs +7 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.mjs +8 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.mjs +25 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.mjs +21 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.mjs +5 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.mjs +16 -0
- package/esm2022/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.mjs +5 -0
- package/esm2022/lib/components/ca-profile-image/ca-profile-image.component.mjs +5 -5
- package/esm2022/lib/components/ca-progress-bar/ca-progress-bar.component.mjs +209 -0
- package/esm2022/lib/components/ca-progress-bar/models/gps-progress.model.mjs +2 -0
- package/esm2022/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.mjs +8 -0
- package/esm2022/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.mjs +4 -0
- package/esm2022/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.mjs +91 -0
- package/esm2022/lib/components/ca-search-multiple-states/utils/config/input-config.mjs +9 -0
- package/esm2022/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.mjs +7 -0
- package/esm2022/lib/components/ca-spinner/ca-spinner.component.mjs +40 -0
- package/esm2022/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.mjs +97 -0
- package/esm2022/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.mjs +2 -0
- package/esm2022/lib/constants/map.constant.mjs +436 -0
- package/esm2022/lib/directives/placeholder-directive.mjs +59 -0
- package/esm2022/lib/enums/load-filter-string.enum.mjs +23 -0
- package/esm2022/lib/enums/load-status.enum.mjs +58 -0
- package/esm2022/lib/models/array-status.model.mjs +2 -0
- package/esm2022/lib/models/card-models/card-table-data.model.mjs +2 -0
- package/esm2022/lib/models/color-response.mjs +2 -0
- package/esm2022/lib/models/dropdown.model.mjs +2 -0
- package/esm2022/lib/models/filter-output-params.model.mjs +2 -0
- package/esm2022/lib/models/filter-output.model.mjs +2 -0
- package/esm2022/lib/models/note-active-options.model.mjs +2 -0
- package/esm2022/lib/models/payroll-list-summary.model.mjs +2 -0
- package/esm2022/lib/models/table-models/table-body-color-label.model.mjs +2 -0
- package/esm2022/lib/models/time-filter.model.mjs +2 -0
- package/esm2022/lib/models/trailer-minimal-response.mjs +2 -0
- package/esm2022/lib/models/trailer-type-response.mjs +2 -0
- package/esm2022/lib/models/truck-minimal-response.mjs +2 -0
- package/esm2022/lib/models/truck-type-response.mjs +2 -0
- package/esm2022/lib/pipes/dropdown-load-status-color.pipe.mjs +164 -0
- package/esm2022/lib/pipes/format-currency.pipe.mjs +22 -0
- package/esm2022/lib/pipes/safe-html.pipe.mjs +18 -0
- package/esm2022/lib/pipes/ta-svg.pipe.mjs +30 -0
- package/esm2022/lib/pipes/thousand-separator.pipe.mjs +19 -0
- package/esm2022/lib/pipes/thousand-to-short-format-pipe.mjs +19 -0
- package/esm2022/lib/services/truckassist-table.service.mjs +20 -0
- package/esm2022/lib/utils/helpers/methods-calculations.helper.mjs +153 -0
- package/esm2022/public-api.mjs +21 -4
- package/fesm2022/ca-components.mjs +1876 -7
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/animation/in-out.animation.d.ts +1 -0
- package/lib/animations/accordion-animation.d.ts +1 -0
- package/lib/animations/animation.d.ts +4 -0
- package/lib/animations/close-form.animation.d.ts +1 -0
- package/lib/animations/expand-search-button.animation.d.ts +1 -0
- package/lib/animations/show.animation.d.ts +1 -0
- package/lib/animations/tabs-modal.animation.d.ts +1 -0
- package/lib/ca-components.module.d.ts +25 -0
- package/lib/components/ca-app-tooltip-v2/ca-app-tooltip-v2.component.d.ts +19 -0
- package/lib/components/ca-details-dropdown/ca-details-dropdown.component.d.ts +35 -0
- package/lib/components/ca-details-dropdown/models/detail-dropdown.model.d.ts +19 -0
- package/lib/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes.d.ts +3 -0
- package/lib/components/ca-dropdown/ca-dropdown.component.d.ts +14 -0
- package/lib/components/ca-filters/ca-filter.component.d.ts +46 -0
- package/lib/components/ca-filters/components/ca-money-filter/ca-money-filter.component.d.ts +78 -0
- package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts +11 -0
- package/lib/components/ca-filters/components/ca-status-filter/ca-status-filter.component.d.ts +62 -0
- package/lib/components/ca-filters/components/ca-time-filter/ca-time-filter.component.d.ts +33 -0
- package/lib/components/ca-filters/utils/constants/status-filter.constants.d.ts +9 -0
- package/lib/components/ca-filters/utils/constants/time-filter.constants.d.ts +8 -0
- package/lib/components/ca-filters/utils/svg-routes/ca-filters-svg-routes.d.ts +6 -0
- package/lib/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes.d.ts +3 -0
- package/lib/components/ca-input/ca-input.component.d.ts +46 -0
- package/lib/components/ca-input/components/ca-input-clear/ca-input-clear.component.d.ts +19 -0
- package/lib/components/ca-input/components/ca-input-password/ca-input-password.component.d.ts +20 -0
- package/lib/components/ca-input/components/ca-input-placeholder-icon/ca-input-placeholder-icon.component.d.ts +16 -0
- package/lib/components/ca-input/config/ca-input.config.d.ts +136 -0
- package/lib/components/ca-input/models/label-color.model.d.ts +11 -0
- package/lib/components/ca-input/pipes/input-class.pipe.d.ts +13 -0
- package/lib/components/ca-input/pipes/input-clear-class.pipe.d.ts +11 -0
- package/lib/components/ca-input/pipes/input-container-class.pipe.d.ts +11 -0
- package/lib/components/ca-input/pipes/input-error.pipe.d.ts +7 -0
- package/lib/components/ca-input/pipes/input-password-eye-class.pipe.d.ts +11 -0
- package/lib/components/ca-input/pipes/input-placeholder-icon.class.pipe.d.ts +12 -0
- package/lib/components/ca-input/pipes/input-type.pipe.d.ts +7 -0
- package/lib/components/ca-input/pipes/label-class.pipe.d.ts +10 -0
- package/lib/components/ca-input/pipes/show-clear.pipe.d.ts +8 -0
- package/lib/components/ca-input/pipes/show-invalid-danger-mark.pipe.d.ts +9 -0
- package/lib/components/ca-input/pipes/show-valid-check.pipe.d.ts +9 -0
- package/lib/components/ca-input/services/ca-input-state.service.d.ts +24 -0
- package/lib/components/ca-input/utils/input-svg-routes.d.ts +8 -0
- package/lib/components/ca-input-radiobuttons/ca-input-radiobuttons.component.d.ts +21 -0
- package/lib/components/ca-map/ca-map.component.d.ts +56 -0
- package/lib/components/ca-map/enums/google-map.enum.d.ts +4 -0
- package/lib/components/ca-map/enums/toolbar-filter-string.enum.d.ts +33 -0
- package/lib/components/ca-map/models/map.model.d.ts +74 -0
- package/lib/components/ca-map/utils/helpers/map.helper.d.ts +9 -0
- package/lib/components/ca-map/utils/map-svg-routes/map-svg-routes.d.ts +4 -0
- package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +43 -0
- package/lib/components/ca-map-dropdown/utils/svg-routes/map-dropdown-svg-routes.d.ts +18 -0
- package/lib/components/ca-note/ca-note.component.d.ts +56 -0
- package/lib/components/ca-note/utils/helper/copy-paste.helper.d.ts +3 -0
- package/lib/components/ca-note/utils/svg-routes/note-svg-routes.d.ts +5 -0
- package/lib/components/ca-note-container/ca-note-container.component.d.ts +38 -0
- package/lib/components/ca-note-container/enums/note-default-string.enum.d.ts +9 -0
- package/lib/components/ca-note-container/enums/note-selected-color.enum.d.ts +4 -0
- package/lib/components/ca-note-container/models/note-colors.model.d.ts +4 -0
- package/lib/components/ca-note-container/utils/constants/note-config.constant.d.ts +7 -0
- package/lib/components/ca-note-container/utils/svg-routes/note-container-svg-routes.d.ts +8 -0
- package/lib/components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component.d.ts +20 -0
- package/lib/components/ca-payroll-list-summary-overview/utils/svg-routes/payroll-list-summary-svg-routes.d.ts +4 -0
- package/lib/components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component.d.ts +20 -0
- package/lib/components/ca-pickup-delivery-block/ca-pickup-delivery-block.component.d.ts +19 -0
- package/lib/components/ca-pickup-delivery-block/components/ca-load/ca-load.component.d.ts +30 -0
- package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-list/ca-load-list.component.d.ts +30 -0
- package/lib/components/ca-pickup-delivery-block/components/ca-load/components/ca-load-single/ca-load-single.component.d.ts +23 -0
- package/lib/components/ca-pickup-delivery-block/models/adress-model.d.ts +12 -0
- package/lib/components/ca-pickup-delivery-block/models/animation-model.d.ts +7 -0
- package/lib/components/ca-pickup-delivery-block/models/broker-short-response.d.ts +13 -0
- package/lib/components/ca-pickup-delivery-block/models/dispatch-assigned-load-list-response.d.ts +6 -0
- package/lib/components/ca-pickup-delivery-block/models/enum-value.d.ts +4 -0
- package/lib/components/ca-pickup-delivery-block/models/load-short-response.d.ts +18 -0
- package/lib/components/ca-pickup-delivery-block/models/load-stop-short-response.d.ts +9 -0
- package/lib/components/ca-pickup-delivery-block/models/shipper-short-response.d.ts +8 -0
- package/lib/components/ca-pickup-delivery-block/models/status-types.enum.d.ts +5 -0
- package/lib/components/ca-pickup-delivery-block/utils/constants/animation-object-default.constants.d.ts +4 -0
- package/lib/components/ca-pickup-delivery-block/utils/constants/pickup-delivery-block.constants.d.ts +14 -0
- package/lib/components/ca-pickup-delivery-block/utils/helpers/pickup-delivery.helper.d.ts +9 -0
- package/lib/components/ca-pickup-delivery-block/utils/svg-routes/options-icon.routes.d.ts +4 -0
- package/lib/components/ca-pickup-delivery-block/utils/svg-routes/pickup-delivery-svg.routes.d.ts +15 -0
- package/lib/components/ca-pickup-delivery-block/utils/svg-routes/return-arrow.routes.d.ts +4 -0
- package/lib/components/ca-profile-image/ca-profile-image.component.d.ts +1 -1
- package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +115 -0
- package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts +8 -0
- package/lib/components/ca-progress-bar/utils/constants/progress-bar.constants.d.ts +7 -0
- package/lib/components/ca-progress-bar/utils/svg-routes/progress-bar-svg-routes.d.ts +3 -0
- package/lib/components/ca-search-multiple-states/ca-search-multiple-states.component.d.ts +24 -0
- package/lib/components/ca-search-multiple-states/utils/config/input-config.d.ts +2 -0
- package/lib/components/ca-search-multiple-states/utils/svg-routes/search-multiple-states.routes.d.ts +6 -0
- package/lib/components/ca-spinner/ca-spinner.component.d.ts +15 -0
- package/lib/components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component.d.ts +23 -0
- package/lib/components/ca-truck-trailer-progress-bar/models/progress-dropdown-data.model.d.ts +5 -0
- package/lib/constants/map.constant.d.ts +39 -0
- package/lib/directives/placeholder-directive.d.ts +15 -0
- package/lib/enums/load-filter-string.enum.d.ts +16 -0
- package/lib/enums/load-status.enum.d.ts +56 -0
- package/lib/models/array-status.model.d.ts +24 -0
- package/lib/models/card-models/card-table-data.model.d.ts +837 -0
- package/lib/models/color-response.d.ts +6 -0
- package/lib/models/dropdown.model.d.ts +4 -0
- package/lib/models/filter-output-params.model.d.ts +5 -0
- package/lib/models/filter-output.model.d.ts +6 -0
- package/lib/models/note-active-options.model.d.ts +6 -0
- package/lib/models/payroll-list-summary.model.d.ts +12 -0
- package/lib/models/table-models/table-body-color-label.model.d.ts +11 -0
- package/lib/models/time-filter.model.d.ts +7 -0
- package/lib/models/trailer-minimal-response.d.ts +11 -0
- package/lib/models/trailer-type-response.d.ts +7 -0
- package/lib/models/truck-minimal-response.d.ts +13 -0
- package/lib/models/truck-type-response.d.ts +6 -0
- package/lib/pipes/dropdown-load-status-color.pipe.d.ts +10 -0
- package/lib/pipes/format-currency.pipe.d.ts +7 -0
- package/lib/pipes/safe-html.pipe.d.ts +10 -0
- package/lib/pipes/ta-svg.pipe.d.ts +7 -0
- package/lib/pipes/thousand-separator.pipe.d.ts +7 -0
- package/lib/pipes/thousand-to-short-format-pipe.d.ts +7 -0
- package/lib/services/truckassist-table.service.d.ts +7 -0
- package/lib/utils/helpers/methods-calculations.helper.d.ts +15 -0
- package/package.json +1 -1
- package/public-api.d.ts +20 -1
- package/src/assets/global_style/styles.scss +45 -0
- package/src/assets/json/ca-dropdown.json +12 -0
- package/src/assets/json/ca-payroll-list-summary.json +71 -0
- package/src/assets/json/ca-table.json +59 -0
- package/src/assets/json/ta-detail-dropdown.json +80 -0
- package/src/assets/json/truck-trailer-progress-bar.json +1453 -0
- package/src/assets/json/usa-states.json +54 -0
- package/src/assets/kml/timezones.kml +1608 -0
- package/src/assets/kml/toll-roads/California.kml +55 -0
- package/src/assets/kml/toll-roads/Texas.kml +5079 -0
- package/src/assets/kml/toll-roads/florida.kml +2092 -0
- package/src/assets/lottie/ta-lottie-spinner/18px/black.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/18px/blueDark.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/18px/blueLight.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/18px/gray.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/18px/white.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/32px/black.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/32px/blueLight.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/32px/dark.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/32px/gray.json +1 -0
- package/src/assets/lottie/ta-lottie-spinner/32px/white.json +1 -0
- package/src/assets/scss/font-family.scss +2 -0
- package/src/assets/scss/font-weight.scss +36 -0
- package/src/assets/scss/popover.scss +112 -0
- package/src/assets/svg/common/calendar/arrow-left.svg +3 -0
- package/src/assets/svg/common/ic_confirm.svg +3 -0
- package/src/assets/svg/common/ic_search.svg +3 -0
- package/src/assets/svg/common/payroll-down-arrow.svg +3 -0
- package/src/assets/svg/common/payroll-up-arrow.svg +3 -0
- package/src/assets/svg/common/sortArrow_filter.svg +3 -0
- package/src/assets/svg/input/ic_confirm.svg +3 -0
- package/src/assets/svg/input/ic_danger.svg +3 -0
- package/src/assets/svg/input/ic_eye-hidden.svg +6 -0
- package/src/assets/svg/input/ic_eye-visible.svg +6 -0
- package/src/assets/svg/input/ic_password.svg +6 -0
- package/src/assets/svg/input/ic_remove_input.svg +7 -0
- package/src/assets/svg/input/ic_x.svg +4 -0
- package/src/assets/svg/map/18px_tooltip.svg +3 -0
- package/src/assets/svg/map/accident_calender.svg +3 -0
- package/src/assets/svg/map/accident_hazmat.svg +3 -0
- package/src/assets/svg/map/accident_injury.svg +3 -0
- package/src/assets/svg/map/accident_towing.svg +3 -0
- package/src/assets/svg/map/accident_vechile.svg +3 -0
- package/src/assets/svg/map/address.svg +3 -0
- package/src/assets/svg/map/arrow_corner_top.svg +3 -0
- package/src/assets/svg/map/calender_last_used.svg +3 -0
- package/src/assets/svg/map/check.svg +3 -0
- package/src/assets/svg/map/cluster_marker_4.svg +32 -0
- package/src/assets/svg/map/cluster_marker_6.svg +32 -0
- package/src/assets/svg/map/details_options.svg +10 -0
- package/src/assets/svg/map/details_options_2.svg +3 -0
- package/src/assets/svg/map/dislike.svg +3 -0
- package/src/assets/svg/map/email.svg +3 -0
- package/src/assets/svg/map/extended_stop_ignition.svg +11 -0
- package/src/assets/svg/map/gps-location.svg +4 -0
- package/src/assets/svg/map/gps_extended_status.svg +4 -0
- package/src/assets/svg/map/gps_full.svg +7 -0
- package/src/assets/svg/map/gps_parking_status.svg +4 -0
- package/src/assets/svg/map/gps_short_status.svg +4 -0
- package/src/assets/svg/map/gps_trailer_extended.svg +11 -0
- package/src/assets/svg/map/gps_trailer_moving.svg +16 -0
- package/src/assets/svg/map/gps_trailer_parking.svg +11 -0
- package/src/assets/svg/map/gps_trailer_short_stop.svg +11 -0
- package/src/assets/svg/map/ic_marker_office.svg +18 -0
- package/src/assets/svg/map/ic_pulse_circle.svg +1 -0
- package/src/assets/svg/map/like.svg +3 -0
- package/src/assets/svg/map/marker.svg +27 -0
- package/src/assets/svg/map/marker_2.svg +27 -0
- package/src/assets/svg/map/marker_3.svg +27 -0
- package/src/assets/svg/map/marker_4.svg +27 -0
- package/src/assets/svg/map/marker_5.svg +27 -0
- package/src/assets/svg/map/marker_cluster.svg +32 -0
- package/src/assets/svg/map/marker_cluster_2.svg +32 -0
- package/src/assets/svg/map/marker_dot.svg +18 -0
- package/src/assets/svg/map/marker_dot_2.svg +18 -0
- package/src/assets/svg/map/mask_group.svg +546 -0
- package/src/assets/svg/map/no_gps_status.svg +8 -0
- package/src/assets/svg/map/oss.svg +3 -0
- package/src/assets/svg/map/parking_ignition.svg +11 -0
- package/src/assets/svg/map/parking_trailer_ignition.svg +11 -0
- package/src/assets/svg/map/phone.svg +3 -0
- package/src/assets/svg/map/progress-marker-checked.svg +20 -0
- package/src/assets/svg/map/progress-marker-pickup-checked.svg +20 -0
- package/src/assets/svg/map/progress-marker-pickup.svg +20 -0
- package/src/assets/svg/map/progress_marker-pin-dark.svg +20 -0
- package/src/assets/svg/map/progress_marker.svg +20 -0
- package/src/assets/svg/map/progress_marker_reached.svg +20 -0
- package/src/assets/svg/map/review.svg +3 -0
- package/src/assets/svg/map/routing_marker.svg +19 -0
- package/src/assets/svg/map/short_stop_ignition.svg +11 -0
- package/src/assets/svg/map/short_stop_trailer_ignition.svg +16 -0
- package/src/assets/svg/map/telematic_marker.svg +19 -0
- package/src/assets/svg/map/telematic_marker_1.svg +19 -0
- package/src/assets/svg/map/telematic_marker_2.svg +18 -0
- package/src/assets/svg/map/unitView_marker.svg +20 -0
- package/src/assets/svg/note/Itallic.svg +3 -0
- package/src/assets/svg/note/Note.svg +3 -0
- package/src/assets/svg/note/Underline.svg +3 -0
- package/src/assets/svg/note/arrow.svg +3 -0
- package/src/assets/svg/note/bold.svg +3 -0
- package/src/assets/svg/note/color-picker-inverse.svg +10 -0
- package/src/assets/svg/note/note-empty-dark.svg +3 -0
- package/src/assets/svg/note/note-empty.svg +3 -0
- package/src/assets/svg/note/note-filled.svg +3 -0
- package/src/assets/svg/note/tick.svg +3 -0
- package/src/assets/svg/pickup-delivery/Miles.svg +3 -0
- package/src/assets/svg/pickup-delivery/Options.svg +3 -0
- package/src/assets/svg/pickup-delivery/arrowLeft.svg +10 -0
- package/src/assets/svg/pickup-delivery/arrowLeftHover.svg +10 -0
- package/src/assets/svg/pickup-delivery/arrowRight.svg +3 -0
- package/src/assets/svg/pickup-delivery/detailsOptions.svg +3 -0
- package/src/assets/svg/pickup-delivery/leftArrow.svg +3 -0
- package/src/assets/svg/pickup-delivery/mailIcon.svg +3 -0
- package/src/assets/svg/pickup-delivery/mapOptionsDark.svg +11 -0
- package/src/assets/svg/pickup-delivery/optionsVertical.svg +10 -0
- package/src/assets/svg/pickup-delivery/phoneIcon.svg +3 -0
- package/src/assets/svg/pickup-delivery/userIcon.svg +3 -0
- package/src/assets/svg/pickup-delivery/vector.svg +3 -0
- package/src/assets/svg/popup/Delete.svg +4 -0
- package/src/assets/svg/popup/Information.svg +3 -0
- package/src/assets/svg/popup/Minus.svg +3 -0
- package/src/assets/svg/popup/Print.svg +3 -0
- package/src/assets/svg/popup/Share.svg +3 -0
- package/src/assets/svg/popup/close-business-icon.svg +6 -0
- package/src/assets/svg/popup/delete-hover-new.svg +9 -0
- package/src/assets/svg/popup/edit-hover.svg +10 -0
- package/src/assets/svg/popup/ic_broker-user.svg +1 -0
- package/src/assets/svg/popup/ic_info.svg +6 -0
- package/src/assets/svg/popup/ic_print.svg +1 -0
- package/src/assets/svg/popup/resize-arrow.svg +1 -0
- package/src/assets/svg/popup/review-pen.svg +6 -0
- package/src/assets/svg/popup/share-icon.svg +6 -0
- package/src/assets/svg/popup/trash.svg +4 -0
- package/src/assets/svg/search-multiple-states/add.svg +4 -0
- package/src/assets/svg/search-multiple-states/clear-search.svg +4 -0
- package/src/assets/svg/search-multiple-states/focused-search-button.svg +3 -0
- package/src/assets/svg/search-multiple-states/search-button.svg +3 -0
- package/src/assets/svg/truckassist-table/x.svg +1 -0
- package/src/assets/theme/main.scss +193 -0
- package/src/assets/theme/variables.scss +361 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const showAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
2
|
+
export declare const borderShowAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
3
|
+
export declare const pickupAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
4
|
+
export declare const noteLongAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const closeForm: (type: string) => import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const toggleAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const showAnimation: (type: string) => import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const tabsModalAnimation: (type: string) => import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./components/ca-profile-image/ca-profile-image.component";
|
|
4
|
+
import * as i3 from "./components/ca-app-tooltip-v2/ca-app-tooltip-v2.component";
|
|
5
|
+
import * as i4 from "./components/ca-details-dropdown/ca-details-dropdown.component";
|
|
6
|
+
import * as i5 from "./components/ca-dropdown/ca-dropdown.component";
|
|
7
|
+
import * as i6 from "./components/ca-filters/ca-filter.component";
|
|
8
|
+
import * as i7 from "./components/ca-input/ca-input.component";
|
|
9
|
+
import * as i8 from "./components/ca-input-radiobuttons/ca-input-radiobuttons.component";
|
|
10
|
+
import * as i9 from "./components/ca-map/ca-map.component";
|
|
11
|
+
import * as i10 from "./components/ca-map-dropdown/ca-map-dropdown.component";
|
|
12
|
+
import * as i11 from "./components/ca-note/ca-note.component";
|
|
13
|
+
import * as i12 from "./components/ca-note-container/ca-note-container.component";
|
|
14
|
+
import * as i13 from "./components/ca-payroll-list-summary-overview/ca-payroll-list-summary-overview.component";
|
|
15
|
+
import * as i14 from "./components/ca-payroll-list-summary-overview-table/ca-payroll-list-summary-overview-table.component";
|
|
16
|
+
import * as i15 from "./components/ca-pickup-delivery-block/ca-pickup-delivery-block.component";
|
|
17
|
+
import * as i16 from "./components/ca-progress-bar/ca-progress-bar.component";
|
|
18
|
+
import * as i17 from "./components/ca-search-multiple-states/ca-search-multiple-states.component";
|
|
19
|
+
import * as i18 from "./components/ca-spinner/ca-spinner.component";
|
|
20
|
+
import * as i19 from "./components/ca-truck-trailer-progress-bar/ca-truck-trailer-progress-bar.component";
|
|
21
|
+
export declare class CaComponentsLibModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaComponentsLibModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CaComponentsLibModule, never, [typeof i1.CommonModule, typeof i2.CaProfileImageComponent, typeof i3.CaAppTooltipV2Component, typeof i4.CaDetailsDropdownComponent, typeof i5.CaDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaInputComponent, typeof i8.CaInputRadiobuttonsComponent, typeof i9.CaMapComponent, typeof i10.CaMapDropdownComponent, typeof i11.CaNoteComponent, typeof i12.CaNoteContainerComponent, typeof i13.CaPayrollListSummaryOverviewComponent, typeof i14.CaPayrollListSummaryOverviewTableComponent, typeof i15.PickupDeliveryBlockComponent, typeof i16.ProgressBarComponent, typeof i17.CaSearchMultipleStatesComponent, typeof i18.CaSpinnerComponent, typeof i19.CaTruckTrailerProgresBarComponent], [typeof i2.CaProfileImageComponent, typeof i3.CaAppTooltipV2Component, typeof i4.CaDetailsDropdownComponent, typeof i5.CaDropdownComponent, typeof i6.CaFilterComponent, typeof i7.CaInputComponent, typeof i8.CaInputRadiobuttonsComponent, typeof i9.CaMapComponent, typeof i10.CaMapDropdownComponent, typeof i11.CaNoteComponent, typeof i12.CaNoteContainerComponent, typeof i13.CaPayrollListSummaryOverviewComponent, typeof i14.CaPayrollListSummaryOverviewTableComponent, typeof i15.PickupDeliveryBlockComponent, typeof i16.ProgressBarComponent, typeof i17.CaSearchMultipleStatesComponent, typeof i18.CaSpinnerComponent, typeof i19.CaTruckTrailerProgresBarComponent]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CaComponentsLibModule>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NgbTooltip } from '@ng-bootstrap/ng-bootstrap';
|
|
2
|
+
import { TemplateRef, AfterViewInit } from "@angular/core";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaAppTooltipV2Component implements AfterViewInit {
|
|
5
|
+
private ngbTooltop;
|
|
6
|
+
constructor(ngbTooltop: NgbTooltip);
|
|
7
|
+
mainTooltip: string;
|
|
8
|
+
position: string;
|
|
9
|
+
openTooltipDelay: number;
|
|
10
|
+
tooltipBackground: string;
|
|
11
|
+
tooltipColor: string;
|
|
12
|
+
tooltipTextAlign: string;
|
|
13
|
+
tooltipMarginTop: string;
|
|
14
|
+
template: TemplateRef<void>;
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
bindTemplete(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaAppTooltipV2Component, [{ host: true; }]>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaAppTooltipV2Component, "mainTooltip, [mainTooltip]", never, { "mainTooltip": { "alias": "mainTooltip"; "required": false; }; "position": { "alias": "position"; "required": false; }; "openTooltipDelay": { "alias": "openTooltipDelay"; "required": false; }; "tooltipBackground": { "alias": "tooltipBackground"; "required": false; }; "tooltipColor": { "alias": "tooltipColor"; "required": false; }; "tooltipTextAlign": { "alias": "tooltipTextAlign"; "required": false; }; "tooltipMarginTop": { "alias": "tooltipMarginTop"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { ChangeDetectorRef } from "@angular/core";
|
|
3
|
+
import { NgZone } from "@angular/core";
|
|
4
|
+
import { NgbPopover } from "@ng-bootstrap/ng-bootstrap";
|
|
5
|
+
import { Options } from "@popperjs/core/lib/popper";
|
|
6
|
+
import { DropDownData, IDropDownActions } from "@shared/components/ca-details-dropdown/models/detail-dropdown.model";
|
|
7
|
+
import { DetailDropdownSvgRoutes } from "@shared/components/ca-details-dropdown/utils/svg-routes/detail-dropdown-svg-routes";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CaDetailsDropdownComponent {
|
|
10
|
+
private chnd;
|
|
11
|
+
private ngZone;
|
|
12
|
+
options: DropDownData[];
|
|
13
|
+
id: number;
|
|
14
|
+
customClassDropDown: string;
|
|
15
|
+
hasVericalDots: boolean;
|
|
16
|
+
data: DropDownData;
|
|
17
|
+
leftIcon: boolean;
|
|
18
|
+
placement: string;
|
|
19
|
+
dropDownActions: EventEmitter<IDropDownActions>;
|
|
20
|
+
openModalAction: EventEmitter<string>;
|
|
21
|
+
tooltip: NgbPopover;
|
|
22
|
+
dropDownActive: number;
|
|
23
|
+
subtypeHovered: boolean;
|
|
24
|
+
constructor(chnd: ChangeDetectorRef, ngZone: NgZone);
|
|
25
|
+
toggleDropdown(tooltip: NgbPopover): void;
|
|
26
|
+
/**Function retrun id */
|
|
27
|
+
identity(index: number): number;
|
|
28
|
+
onAction(action: DropDownData, event?: Event): void | boolean;
|
|
29
|
+
dropdownClosed(): void;
|
|
30
|
+
popperOptions: (options: Partial<Options>) => Partial<Options>;
|
|
31
|
+
getSvgPath(propertyName: keyof typeof DetailDropdownSvgRoutes): string;
|
|
32
|
+
ngOnDestroy(): void;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaDetailsDropdownComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaDetailsDropdownComponent, "app-ca-details-dropdown", never, { "options": { "alias": "options"; "required": false; }; "id": { "alias": "id"; "required": false; }; "customClassDropDown": { "alias": "customClassDropDown"; "required": false; }; "hasVericalDots": { "alias": "hasVericalDots"; "required": false; }; "data": { "alias": "data"; "required": false; }; "leftIcon": { "alias": "leftIcon"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, { "dropDownActions": "dropDownActions"; "openModalAction": "openModalAction"; }, never, never, true, never>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface IDropDownActions {
|
|
2
|
+
id?: number;
|
|
3
|
+
data: DropDownData;
|
|
4
|
+
type: string;
|
|
5
|
+
}
|
|
6
|
+
export interface DropDownData {
|
|
7
|
+
id?: number;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
hasBorder?: boolean;
|
|
10
|
+
mutedStyle: boolean;
|
|
11
|
+
name: string;
|
|
12
|
+
svgClass?: string;
|
|
13
|
+
svgStyle?: {
|
|
14
|
+
height: number;
|
|
15
|
+
width: number;
|
|
16
|
+
};
|
|
17
|
+
svgUrl?: string;
|
|
18
|
+
title: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { EventEmitter, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { IItemList } from "@shared/models/dropdown.model";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CaDropdownComponent {
|
|
5
|
+
icon: string;
|
|
6
|
+
itemList: IItemList[];
|
|
7
|
+
onClick: EventEmitter<Event>;
|
|
8
|
+
isPopupShown: boolean;
|
|
9
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
10
|
+
toggleMenu(event: Event): void;
|
|
11
|
+
identity(index: number, item: IItemList): string;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaDropdownComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaDropdownComponent, "app-ca-dropdown", never, { "icon": { "alias": "icon"; "required": false; }; "itemList": { "alias": "itemList"; "required": false; }; "isPopupShown": { "alias": "isPopupShown"; "required": false; }; }, { "onClick": "onClick"; }, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, Renderer2 } from "@angular/core";
|
|
2
|
+
import { CaFiltersSvgRoutes } from "@shared/components/ca-filters/utils/svg-routes/ca-filters-svg-routes";
|
|
3
|
+
import { ArrayStatus } from "@shared/models/array-status.model";
|
|
4
|
+
import { filterOutput } from "@shared/models/filter-output.model";
|
|
5
|
+
import { filterOutputWithParams } from "@shared/models/filter-output-params.model";
|
|
6
|
+
import { CaMoneyFilterComponent } from "@shared/components/ca-filters/components/ca-money-filter/ca-money-filter.component";
|
|
7
|
+
import { CaStatusFilterComponent } from "@shared/components/ca-filters/components/ca-status-filter/ca-status-filter.component";
|
|
8
|
+
import { CaTimeFilterComponent } from "@shared/components/ca-filters/components/ca-time-filter/ca-time-filter.component";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class CaFilterComponent implements OnDestroy {
|
|
11
|
+
private renderer;
|
|
12
|
+
type: string;
|
|
13
|
+
subType: string;
|
|
14
|
+
isRepairFilter: boolean;
|
|
15
|
+
isDefFilterHolder: boolean;
|
|
16
|
+
hasNoLeftIcon: boolean;
|
|
17
|
+
hasLeftSideIcon: boolean;
|
|
18
|
+
hasLargeLeftIcon: boolean;
|
|
19
|
+
isMoneyFilter: boolean;
|
|
20
|
+
isFuelType: boolean;
|
|
21
|
+
isLoadType: boolean;
|
|
22
|
+
filterTitle: string;
|
|
23
|
+
setFilter: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
24
|
+
clearAll: EventEmitter<filterOutput | filterOutputWithParams>;
|
|
25
|
+
caStatusFilter: CaStatusFilterComponent;
|
|
26
|
+
caMoneyFilter: CaMoneyFilterComponent;
|
|
27
|
+
caTimeFilter: CaTimeFilterComponent;
|
|
28
|
+
private destroy$;
|
|
29
|
+
isSearchExpanded: boolean;
|
|
30
|
+
isFilterActive: boolean;
|
|
31
|
+
selectedUser: ArrayStatus[];
|
|
32
|
+
isAscendingSortOrder: boolean;
|
|
33
|
+
usaSelectedStates: ArrayStatus[];
|
|
34
|
+
canadaSelectedStates: ArrayStatus[];
|
|
35
|
+
constructor(renderer: Renderer2);
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
sortItems(): void;
|
|
38
|
+
showSearch(mod?: string): void;
|
|
39
|
+
setFilterValue(event: Event): void;
|
|
40
|
+
setFilterEmit(data: filterOutput | filterOutputWithParams | undefined): void;
|
|
41
|
+
clearAllValues(event?: Event): void;
|
|
42
|
+
clearAllValuesEmit(data: filterOutput | filterOutputWithParams | undefined): void;
|
|
43
|
+
getSvgPath(propertyName: keyof typeof CaFiltersSvgRoutes): string;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaFilterComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaFilterComponent, "app-ca-filter", never, { "type": { "alias": "type"; "required": false; }; "subType": { "alias": "subType"; "required": false; }; "isRepairFilter": { "alias": "isRepairFilter"; "required": false; }; "isDefFilterHolder": { "alias": "isDefFilterHolder"; "required": false; }; "hasNoLeftIcon": { "alias": "hasNoLeftIcon"; "required": false; }; "hasLeftSideIcon": { "alias": "hasLeftSideIcon"; "required": false; }; "hasLargeLeftIcon": { "alias": "hasLargeLeftIcon"; "required": false; }; "isMoneyFilter": { "alias": "isMoneyFilter"; "required": false; }; "isFuelType": { "alias": "isFuelType"; "required": false; }; "isLoadType": { "alias": "isLoadType"; "required": false; }; "filterTitle": { "alias": "filterTitle"; "required": false; }; }, { "setFilter": "setFilter"; "clearAll": "clearAll"; }, never, never, true, never>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { OnInit, OnDestroy } from "@angular/core";
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup } from "@angular/forms";
|
|
3
|
+
import { ThousandSeparatorPipe as ThousandSeparator } from "@shared/pipes/thousand-separator.pipe";
|
|
4
|
+
import { CaMoneyFilterSvgRoutes } from "@shared/components/ca-filters/utils/svg-routes/ca-money-filter-svg-routes";
|
|
5
|
+
import { ArrayStatus } from "@shared/models/array-status.model";
|
|
6
|
+
import { filterOutput } from "@shared/models/filter-output.model";
|
|
7
|
+
import { filterOutputWithParams } from "@shared/models/filter-output-params.model";
|
|
8
|
+
import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class CaMoneyFilterComponent implements OnInit, OnDestroy {
|
|
11
|
+
private formBuilder;
|
|
12
|
+
private thousandSeparator;
|
|
13
|
+
type: string;
|
|
14
|
+
subType: string;
|
|
15
|
+
moneyFilter: boolean;
|
|
16
|
+
fuelType: boolean;
|
|
17
|
+
loadType: boolean;
|
|
18
|
+
isRepairFilter: boolean;
|
|
19
|
+
isFilterActive: boolean;
|
|
20
|
+
private destroy$;
|
|
21
|
+
showPart1: boolean;
|
|
22
|
+
showPart2: boolean;
|
|
23
|
+
showPart3: boolean;
|
|
24
|
+
moneyForm: UntypedFormGroup;
|
|
25
|
+
singleFormError: string | boolean;
|
|
26
|
+
multiFormFirstError: string | boolean;
|
|
27
|
+
multiFormSecondError: string | boolean;
|
|
28
|
+
multiFormThirdError: string | boolean;
|
|
29
|
+
moneyFilterStatus: boolean;
|
|
30
|
+
isButtonAvailable: boolean;
|
|
31
|
+
singleFromActive: number | string;
|
|
32
|
+
singleToActive: number | string;
|
|
33
|
+
multiFromFirstFromActive: number | string;
|
|
34
|
+
multiFromFirstToActive: number | string;
|
|
35
|
+
multiFormSecondFromActive: number | string;
|
|
36
|
+
multiFormSecondToActive: number | string;
|
|
37
|
+
multiFormThirdFromActive: number | string;
|
|
38
|
+
multiFormThirdToActive: number | string;
|
|
39
|
+
minValueRange: string;
|
|
40
|
+
maxValueRange: string;
|
|
41
|
+
activeFormNum: number;
|
|
42
|
+
minValueSet: string;
|
|
43
|
+
maxValueSet: string;
|
|
44
|
+
filterActiveArray: ArrayStatus[];
|
|
45
|
+
swipeActiveRange: number;
|
|
46
|
+
totalFiltersNum: number;
|
|
47
|
+
singleFormActive: boolean;
|
|
48
|
+
constructor(formBuilder: UntypedFormBuilder, thousandSeparator: ThousandSeparator);
|
|
49
|
+
ngOnInit(): void;
|
|
50
|
+
ngOnDestroy(): void;
|
|
51
|
+
get singleFormFrom(): ICaInput;
|
|
52
|
+
get singleFormTo(): ICaInput;
|
|
53
|
+
get multiFormFirstFrom(): ICaInput;
|
|
54
|
+
get multiFormFirstTo(): ICaInput;
|
|
55
|
+
get multiFormSecondFrom(): ICaInput;
|
|
56
|
+
get multiFormSecondTo(): ICaInput;
|
|
57
|
+
get multiFormThirdFrom(): ICaInput;
|
|
58
|
+
get multiFormThirdTo(): ICaInput;
|
|
59
|
+
private createForm;
|
|
60
|
+
private watchMoneyFormValueChanges;
|
|
61
|
+
clearAll(event?: Event): filterOutput | filterOutputWithParams;
|
|
62
|
+
hideFormPart(mod: string): void;
|
|
63
|
+
clearForm(mod: string, event?: MouseEvent): void;
|
|
64
|
+
setFilterValue(event: Event | undefined): filterOutput | filterOutputWithParams | undefined;
|
|
65
|
+
checkMoneyMultiForm(data: {
|
|
66
|
+
singleForm: string;
|
|
67
|
+
singleTo: string;
|
|
68
|
+
multiFromFirstFrom: string;
|
|
69
|
+
multiFromFirstTo: string;
|
|
70
|
+
multiFormSecondFrom: string;
|
|
71
|
+
multiFormSecondTo: string;
|
|
72
|
+
multiFormThirdFrom: string;
|
|
73
|
+
multiFormThirdTo: string;
|
|
74
|
+
}): void;
|
|
75
|
+
getSvgPath(propertyName: keyof typeof CaMoneyFilterSvgRoutes): string;
|
|
76
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaMoneyFilterComponent, never>;
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaMoneyFilterComponent, "app-ca-money-filter", never, { "type": { "alias": "type"; "required": false; }; "subType": { "alias": "subType"; "required": false; }; "moneyFilter": { "alias": "moneyFilter"; "required": false; }; "fuelType": { "alias": "fuelType"; "required": false; }; "loadType": { "alias": "loadType"; "required": false; }; "isRepairFilter": { "alias": "isRepairFilter"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; }, {}, never, never, true, never>;
|
|
78
|
+
}
|
package/lib/components/ca-filters/components/ca-money-filter/config/ca-money-filter.config.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ICaInput } from '@shared/components/ca-input/config/ca-input.config';
|
|
2
|
+
export declare class CaMoneyFilterConfig {
|
|
3
|
+
static getSingleFormFrom(): ICaInput;
|
|
4
|
+
static getSingleFormTo(): ICaInput;
|
|
5
|
+
static getMultiFormFirstFrom(): ICaInput;
|
|
6
|
+
static getMultiFormFirstTo(): ICaInput;
|
|
7
|
+
static getMultiFormSecondFrom(): ICaInput;
|
|
8
|
+
static getMultiFormSecondTo(): ICaInput;
|
|
9
|
+
static getMultiFormThirdFrom(): ICaInput;
|
|
10
|
+
static getMultiFormThirdTo(): ICaInput;
|
|
11
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { LoadStatusEnum } from "@shared/enums/load-status.enum";
|
|
3
|
+
import { CaFiltersSvgRoutes } from "@shared/components/ca-filters/utils/svg-routes/ca-filters-svg-routes";
|
|
4
|
+
import { ArrayStatus } from "@shared/models/array-status.model";
|
|
5
|
+
import { filterOutput } from "@shared/models/filter-output.model";
|
|
6
|
+
import { filterOutputWithParams } from "@shared/models/filter-output-params.model";
|
|
7
|
+
import { TruckassistTableService } from "@shared/services/truckassist-table.service";
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class CaStatusFilterComponent implements OnInit, OnDestroy {
|
|
10
|
+
private tableService;
|
|
11
|
+
type: string;
|
|
12
|
+
isLegendView: boolean;
|
|
13
|
+
isFilterActive: boolean;
|
|
14
|
+
toDoSubType: string;
|
|
15
|
+
private destroy$;
|
|
16
|
+
unselectedVisibleCount: number;
|
|
17
|
+
selectedUser: {
|
|
18
|
+
id: number;
|
|
19
|
+
name: string;
|
|
20
|
+
count: number;
|
|
21
|
+
hidden: boolean;
|
|
22
|
+
isSelected: boolean;
|
|
23
|
+
}[];
|
|
24
|
+
isButtonAvailable: boolean;
|
|
25
|
+
isAscendingSortOrder: boolean;
|
|
26
|
+
loadStatusEnum: typeof LoadStatusEnum;
|
|
27
|
+
filterActiveArray: ArrayStatus[];
|
|
28
|
+
totalFiltersNum: number;
|
|
29
|
+
loadStatusOptionsArray: {
|
|
30
|
+
id: number;
|
|
31
|
+
name: string;
|
|
32
|
+
count: number;
|
|
33
|
+
hidden: boolean;
|
|
34
|
+
isSelected: boolean;
|
|
35
|
+
}[];
|
|
36
|
+
constructor(tableService: TruckassistTableService);
|
|
37
|
+
ngOnInit(): void;
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
trackByIndex(index: number): number;
|
|
40
|
+
setFilterValue($event: Event): filterOutput | filterOutputWithParams;
|
|
41
|
+
clearAll(event?: Event): filterOutput | filterOutputWithParams;
|
|
42
|
+
sortItems(): void;
|
|
43
|
+
private watchLoadStatusFilterValueChanges;
|
|
44
|
+
addToSelectedUser(item: {
|
|
45
|
+
id: number;
|
|
46
|
+
name: string;
|
|
47
|
+
count: number;
|
|
48
|
+
hidden: boolean;
|
|
49
|
+
isSelected: boolean;
|
|
50
|
+
}, indx: number): void;
|
|
51
|
+
removeFromSelectedUser(item: {
|
|
52
|
+
id: number;
|
|
53
|
+
name: string;
|
|
54
|
+
count: number;
|
|
55
|
+
hidden: boolean;
|
|
56
|
+
isSelected: boolean;
|
|
57
|
+
}, indx: number): void;
|
|
58
|
+
checkFilterActiveValue(): void;
|
|
59
|
+
getSvgPath(propertyName: keyof typeof CaFiltersSvgRoutes): string;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaStatusFilterComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaStatusFilterComponent, "app-ca-status-filter", never, { "type": { "alias": "type"; "required": false; }; "isLegendView": { "alias": "isLegendView"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; "toDoSubType": { "alias": "toDoSubType"; "required": false; }; }, {}, never, never, true, never>;
|
|
62
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { CaFiltersSvgRoutes } from "@shared/components/ca-filters/utils/svg-routes/ca-filters-svg-routes";
|
|
3
|
+
import { filterOutput } from "@shared/models/filter-output.model";
|
|
4
|
+
import { filterOutputWithParams } from "@shared/models/filter-output-params.model";
|
|
5
|
+
import { TimeFilterOptions } from "@shared/models/time-filter.model";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CaTimeFilterComponent implements OnInit, OnDestroy {
|
|
8
|
+
type: string;
|
|
9
|
+
isFilterActive: boolean;
|
|
10
|
+
private destroy$;
|
|
11
|
+
selectedTimeValue: string;
|
|
12
|
+
selectedTimeYear: number | null;
|
|
13
|
+
filterActiveTime: string;
|
|
14
|
+
isButtonAvailable: boolean;
|
|
15
|
+
lastYear: number | null;
|
|
16
|
+
last2Years: number | null;
|
|
17
|
+
timeOptionsArray: TimeFilterOptions[];
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
trackByIndex(index: number): number;
|
|
21
|
+
private timeFilterInit;
|
|
22
|
+
private timeOptionsInit;
|
|
23
|
+
setTimeValue(mod: string, year?: number): void;
|
|
24
|
+
setFilterValue($event: Event): filterOutput | filterOutputWithParams | undefined;
|
|
25
|
+
clearAll(event?: Event): {
|
|
26
|
+
action: string;
|
|
27
|
+
type: string;
|
|
28
|
+
filterType: string;
|
|
29
|
+
};
|
|
30
|
+
getSvgPath(propertyName: keyof typeof CaFiltersSvgRoutes): string;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaTimeFilterComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaTimeFilterComponent, "app-ca-time-filter", never, { "type": { "alias": "type"; "required": false; }; "isFilterActive": { "alias": "isFilterActive"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from "@angular/core";
|
|
2
|
+
import { ControlValueAccessor, NgControl } from "@angular/forms";
|
|
3
|
+
import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
|
|
4
|
+
import { LabelColor } from "@shared/components/ca-input/models/label-color.model";
|
|
5
|
+
import { InputStateService } from "@shared/components/ca-input/services/ca-input-state.service";
|
|
6
|
+
import { InputSvgRoutes } from "@shared/components/ca-input/utils/input-svg-routes";
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class CaInputComponent implements OnInit, OnDestroy, OnChanges, ControlValueAccessor {
|
|
9
|
+
superControl: NgControl;
|
|
10
|
+
private cdRef;
|
|
11
|
+
private inputStateService;
|
|
12
|
+
input: ElementRef;
|
|
13
|
+
inputConfig: ICaInput;
|
|
14
|
+
incorrectValue: boolean;
|
|
15
|
+
selectedDropdownLabelColor: LabelColor;
|
|
16
|
+
blurInput: EventEmitter<boolean>;
|
|
17
|
+
isFocusInputEvent: EventEmitter<boolean>;
|
|
18
|
+
changeInput: EventEmitter<any>;
|
|
19
|
+
isFocusInput: boolean;
|
|
20
|
+
isTouchedInput: boolean;
|
|
21
|
+
isVisibleCommands: boolean;
|
|
22
|
+
isTogglePassword: boolean;
|
|
23
|
+
isCapsLockOn: boolean;
|
|
24
|
+
private destroy$;
|
|
25
|
+
constructor(superControl: NgControl, cdRef: ChangeDetectorRef, inputStateService: InputStateService);
|
|
26
|
+
get getSuperControl(): import("@angular/forms").AbstractControl<any, any> | null;
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
29
|
+
initStateService(): void;
|
|
30
|
+
initChangesListener(): void;
|
|
31
|
+
setStateInputs(changes: SimpleChanges): void;
|
|
32
|
+
writeValue(obj: any): void;
|
|
33
|
+
registerOnChange(fn: any): void;
|
|
34
|
+
onChange(_: any): void;
|
|
35
|
+
registerOnTouched(): void;
|
|
36
|
+
onBlur(event?: FocusEvent): void;
|
|
37
|
+
onFocus(event?: FocusEvent): void;
|
|
38
|
+
onKeydown(event: KeyboardEvent): void;
|
|
39
|
+
transformText(event: Event): void;
|
|
40
|
+
clearInput(event: Event): void;
|
|
41
|
+
onTogglePassword(event: Event): void;
|
|
42
|
+
getSvgPath(propertyName: keyof typeof InputSvgRoutes): string;
|
|
43
|
+
ngOnDestroy(): void;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputComponent, [{ self: true; }, null, null]>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputComponent, "app-ca-input", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "incorrectValue": { "alias": "incorrectValue"; "required": false; }; "selectedDropdownLabelColor": { "alias": "selectedDropdownLabelColor"; "required": false; }; }, { "blurInput": "blurInput"; "isFocusInputEvent": "isFocusInput"; "changeInput": "change"; }, never, never, true, never>;
|
|
46
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { AbstractControl } from "@angular/forms";
|
|
3
|
+
import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
|
|
4
|
+
import { LabelColor } from "@shared/components/ca-input/models/label-color.model";
|
|
5
|
+
import { InputSvgRoutes } from "@shared/components/ca-input/utils/input-svg-routes";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CaInputClearComponent {
|
|
8
|
+
inputConfig: ICaInput;
|
|
9
|
+
getSuperControl: AbstractControl<any, any> | null;
|
|
10
|
+
isFocusInput: boolean;
|
|
11
|
+
incorrectValue: boolean;
|
|
12
|
+
selectedDropdownLabelColor: LabelColor;
|
|
13
|
+
clearInputClick: EventEmitter<Event>;
|
|
14
|
+
constructor();
|
|
15
|
+
clearInput(event: Event): void;
|
|
16
|
+
getSvgPath(propertyName: keyof typeof InputSvgRoutes): string;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputClearComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputClearComponent, "app-ca-input-clear", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "isFocusInput": { "alias": "isFocusInput"; "required": false; }; "incorrectValue": { "alias": "incorrectValue"; "required": false; }; "selectedDropdownLabelColor": { "alias": "selectedDropdownLabelColor"; "required": false; }; }, { "clearInputClick": "clearInputClick"; }, never, never, true, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
|
+
import { AbstractControl } from "@angular/forms";
|
|
3
|
+
import { InputSvgRoutes } from "@shared/components/ca-input/utils/input-svg-routes";
|
|
4
|
+
import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CaInputPasswordComponent implements OnInit {
|
|
7
|
+
inputConfig: ICaInput;
|
|
8
|
+
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
isFocusInput: boolean;
|
|
10
|
+
isTouchedInput: boolean;
|
|
11
|
+
isCapsLockOn: boolean;
|
|
12
|
+
isTogglePassword: boolean;
|
|
13
|
+
onTogglePasswordClick: EventEmitter<Event>;
|
|
14
|
+
constructor();
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
onTogglePassword(event: Event): void;
|
|
17
|
+
getSvgPath(propertyName: keyof typeof InputSvgRoutes): string;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputPasswordComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputPasswordComponent, "app-ca-input-password", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "isFocusInput": { "alias": "isFocusInput"; "required": false; }; "isTouchedInput": { "alias": "isTouchedInput"; "required": false; }; "isCapsLockOn": { "alias": "isCapsLockOn"; "required": false; }; "isTogglePassword": { "alias": "isTogglePassword"; "required": false; }; }, { "onTogglePasswordClick": "onTogglePasswordClick"; }, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { ICaInput } from "@shared/components/ca-input/config/ca-input.config";
|
|
4
|
+
import { LabelColor } from '@shared/components/ca-input/models/label-color.model';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CaInputPlaceholderIconComponent implements OnInit {
|
|
7
|
+
inputConfig: ICaInput;
|
|
8
|
+
getSuperControl: AbstractControl<any, any> | null;
|
|
9
|
+
isFocusInput: boolean;
|
|
10
|
+
isTouchedInput: boolean;
|
|
11
|
+
selectedDropdownLabelColor: LabelColor;
|
|
12
|
+
constructor();
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CaInputPlaceholderIconComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CaInputPlaceholderIconComponent, "app-ca-input-placeholder-icon", never, { "inputConfig": { "alias": "inputConfig"; "required": false; }; "getSuperControl": { "alias": "getSuperControl"; "required": false; }; "isFocusInput": { "alias": "isFocusInput"; "required": false; }; "isTouchedInput": { "alias": "isTouchedInput"; "required": false; }; "selectedDropdownLabelColor": { "alias": "selectedDropdownLabelColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
+
}
|