ca-components 1.1.6 → 1.1.8
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/icons.scss +12 -0
- package/assets/scss/styles.scss +4 -0
- package/assets/scss/text-selection.scss +42 -0
- package/esm2022/lib/components/ca-activity-log-list/ca-activity-log-list.component.mjs +3 -3
- 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 +2 -2
- package/esm2022/lib/components/ca-filters/ca-filter.component.mjs +2 -2
- package/esm2022/lib/components/ca-filters/components/ca-dispatcher-filter/ca-dispatcher-filter.component.mjs +2 -2
- 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 +3 -3
- 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-input/ca-input.component.mjs +2 -2
- package/esm2022/lib/components/ca-input/input-test/input-test.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 +26 -20
- package/esm2022/lib/components/ca-input-note/ca-input-note.component.mjs +2 -2
- package/esm2022/lib/components/ca-logo-change/ca-logo-change.component.mjs +3 -3
- package/esm2022/lib/components/ca-map/ca-map.component.mjs +47 -60
- package/esm2022/lib/components/ca-map/models/index.mjs +2 -0
- package/esm2022/lib/components/ca-map/models/map.model.mjs +1 -1
- package/esm2022/lib/components/ca-map/utils/constants/index.mjs +2 -1
- package/esm2022/lib/components/ca-map/utils/constants/map-options.constants.mjs +2 -2
- package/esm2022/lib/components/ca-map/utils/constants/map.constants.mjs +436 -0
- package/esm2022/lib/components/ca-map/utils/helpers/map.helper.mjs +1 -1
- package/esm2022/lib/components/ca-map/utils/services/map-marker-icon.service.mjs +1 -1
- package/esm2022/lib/components/ca-map-dropdown/ca-map-dropdown.component.mjs +5 -5
- package/esm2022/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.mjs +17 -17
- package/esm2022/lib/components/ca-modal-button/ca-modal-button.component.mjs +5 -5
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-class-type.enum.mjs +12 -10
- package/esm2022/lib/components/ca-modal-button/enums/modal-button-size.enum.mjs +6 -6
- package/esm2022/lib/components/ca-modal-button/pipes/modal-button-class.pipe.mjs +1 -1
- 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 +2 -2
- package/esm2022/lib/components/ca-period-content/ca-period-content.component.mjs +2 -2
- 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 +2 -2
- 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-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 +40 -75
- package/esm2022/lib/components/ca-progress-bar/models/gps-progress.model.mjs +1 -1
- 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 +2 -2
- package/esm2022/lib/components/ca-sort-dropdown/ca-sort-dropdown.component.mjs +2 -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/models/index.mjs +2 -2
- package/esm2022/lib/models/long-lat.model.mjs +2 -0
- package/esm2022/public-api.mjs +3 -2
- package/fesm2022/ca-components.mjs +262 -301
- package/fesm2022/ca-components.mjs.map +1 -1
- package/lib/components/ca-input-dropdown/ca-input-dropdown.component.d.ts +2 -2
- package/lib/components/ca-map/ca-map.component.d.ts +9 -9
- package/lib/components/ca-map/models/index.d.ts +1 -0
- package/lib/components/ca-map/models/map.model.d.ts +5 -0
- package/lib/components/ca-map/utils/constants/index.d.ts +1 -0
- package/lib/components/ca-map/utils/constants/map-options.constants.d.ts +1 -1
- package/lib/components/ca-map/utils/helpers/map.helper.d.ts +1 -1
- package/lib/components/ca-map/utils/services/map-marker-icon.service.d.ts +1 -1
- package/lib/components/ca-map-dropdown/ca-map-dropdown.component.d.ts +2 -2
- package/lib/components/ca-map-dropdown/enums/map-dropdown-string.enum.d.ts +1 -1
- package/lib/components/ca-modal-button/ca-modal-button.component.d.ts +3 -3
- package/lib/components/ca-modal-button/enums/modal-button-class-type.enum.d.ts +4 -2
- package/lib/components/ca-modal-button/enums/modal-button-size.enum.d.ts +1 -1
- package/lib/components/ca-modal-button/pipes/modal-button-class.pipe.d.ts +2 -2
- package/lib/components/ca-progress-bar/ca-progress-bar.component.d.ts +18 -24
- package/lib/components/ca-progress-bar/models/gps-progress.model.d.ts +2 -0
- package/lib/models/index.d.ts +1 -0
- package/lib/models/long-lat.model.d.ts +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- package/esm2022/lib/constants/map.constant.mjs +0 -436
- /package/lib/{constants/map.constant.d.ts → components/ca-map/utils/constants/map.constants.d.ts} +0 -0
package/assets/scss/icons.scss
CHANGED
|
@@ -52,6 +52,15 @@
|
|
|
52
52
|
&-blue-26 {
|
|
53
53
|
@include svg-fill($ta-blue-26);
|
|
54
54
|
}
|
|
55
|
+
&-grey {
|
|
56
|
+
@include svg-fill($bw5);
|
|
57
|
+
}
|
|
58
|
+
&-red-10 {
|
|
59
|
+
@include svg-fill($ta-red-10);
|
|
60
|
+
}
|
|
61
|
+
&-green {
|
|
62
|
+
@include svg-fill($ta-green);
|
|
63
|
+
}
|
|
55
64
|
}
|
|
56
65
|
|
|
57
66
|
// Hovers
|
|
@@ -90,6 +99,9 @@
|
|
|
90
99
|
&-18 {
|
|
91
100
|
@include svg-size(18px, 18px);
|
|
92
101
|
}
|
|
102
|
+
&-22 {
|
|
103
|
+
@include svg-size(22px, 22px);
|
|
104
|
+
}
|
|
93
105
|
&-44-16 {
|
|
94
106
|
@include svg-size(44px, 16px);
|
|
95
107
|
}
|
package/assets/scss/styles.scss
CHANGED
|
@@ -58,6 +58,20 @@
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
&-green-4 {
|
|
62
|
+
color: $ta-green-4 !important;
|
|
63
|
+
|
|
64
|
+
&::-moz-selection {
|
|
65
|
+
background: rgb(134, 201, 195, 0.2) !important;
|
|
66
|
+
color: $ta-green-4 !important;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&::selection {
|
|
70
|
+
background: rgb(134, 201, 195, 0.2) !important;
|
|
71
|
+
color: $ta-green-4 !important;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
61
75
|
&-blue-13 {
|
|
62
76
|
color: $ta-blue-13 !important;
|
|
63
77
|
|
|
@@ -86,6 +100,20 @@
|
|
|
86
100
|
}
|
|
87
101
|
}
|
|
88
102
|
|
|
103
|
+
&-blue-19 {
|
|
104
|
+
color: $ta-blue-19 !important;
|
|
105
|
+
|
|
106
|
+
&::-moz-selection {
|
|
107
|
+
background: rgb(146, 177, 245, 0.2) !important;
|
|
108
|
+
color: $ta-blue-19 !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
&::selection {
|
|
112
|
+
background: rgb(146, 177, 245, 0.2) !important;
|
|
113
|
+
color: $ta-blue-19 !important;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
89
117
|
&-red-10 {
|
|
90
118
|
color: $ta-red-10 !important;
|
|
91
119
|
|
|
@@ -100,6 +128,20 @@
|
|
|
100
128
|
}
|
|
101
129
|
}
|
|
102
130
|
|
|
131
|
+
&-red-13 {
|
|
132
|
+
color: $ta-red-13 !important;
|
|
133
|
+
|
|
134
|
+
&::-moz-selection {
|
|
135
|
+
background: rgb(237, 146, 146, 0.2) !important;
|
|
136
|
+
color: $ta-red-13 !important;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
&::selection {
|
|
140
|
+
background: rgb(237, 146, 146, 0.2) !important;
|
|
141
|
+
color: $ta-red-13 !important;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
103
145
|
&-light-grey {
|
|
104
146
|
color: $ta-light-grey !important;
|
|
105
147
|
|