carriera-intern-components 1.1.56 → 1.1.57
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/app/components/avatar/avatar.component.d.ts +1 -1
- package/app/components/copy/copy.component.d.ts +3 -1
- package/app/components/dispatch-dropdown/dispatch-dropdown.component.d.ts +23 -3
- package/app/components/dispatch-dropdown/helpers/dispatch-dropdown.helper.d.ts +43 -0
- package/app/components/dispatch-dropdown/interfaces/dispatch-dropdown-config.interface.d.ts +6 -0
- package/app/components/dispatch-dropdown/interfaces/dispatch-dropdown-option.interface.d.ts +1 -1
- package/app/components/dispatch-location/dispatch-location.component.d.ts +43 -0
- package/app/components/dispatch-location/interfaces/index.d.ts +1 -0
- package/app/components/dispatch-location/interfaces/last-status-data.interface.d.ts +6 -0
- package/app/components/dispatch-location/pipes/last-status-format.pipe.d.ts +8 -0
- package/app/components/document-preview/document-preview.component.d.ts +2 -1
- package/app/components/drop-zone/drop-zone.component.d.ts +7 -5
- package/app/components/input/input.component.d.ts +1 -0
- package/app/components/input-address/models/address-data.model.d.ts +3 -3
- package/app/utils/constants/input-character-sets.constants.d.ts +5 -5
- package/fesm2022/carriera-intern-components.mjs +548 -62
- package/fesm2022/carriera-intern-components.mjs.map +1 -1
- package/package.json +1 -1
- package/public/assets/icons/load/cai-parking.svg +3 -0
- package/public/assets/json/icons.json +4 -0
- package/public-api.d.ts +1 -0
- package/src/styles/popover.scss +24 -22
package/package.json
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.6783 1.5H3.32173C2.83858 1.5 2.37521 1.69193 2.03357 2.03357C1.69193 2.37521 1.5 2.83858 1.5 3.32173L1.5 16.6783C1.5 17.1614 1.69193 17.6248 2.03357 17.9664C2.37521 18.3081 2.83858 18.5 3.32173 18.5H16.6783C17.1614 18.5 17.6248 18.3081 17.9664 17.9664C18.3081 17.6248 18.5 17.1614 18.5 16.6783V3.32173C18.5 2.83858 18.3081 2.37521 17.9664 2.03357C17.6248 1.69193 17.1614 1.5 16.6783 1.5ZM10.6076 12.4283H8.78586V14.25C8.78559 14.4111 8.72148 14.5654 8.6076 14.6793C8.49371 14.7932 8.33933 14.8573 8.17827 14.8576H6.96414C6.80308 14.8573 6.64869 14.7932 6.53481 14.6793C6.42092 14.5654 6.35682 14.4111 6.35654 14.25V5.75C6.35682 5.58894 6.42092 5.43456 6.53481 5.32067C6.64869 5.20679 6.80308 5.14269 6.96414 5.14241H10.6076C11.5738 5.14241 12.5004 5.52621 13.1835 6.2094C13.8667 6.89258 14.2505 7.81917 14.2505 8.78534C14.2505 9.75151 13.8667 10.6781 13.1835 11.3613C12.5004 12.0445 11.5738 12.4283 10.6076 12.4283ZM10.6076 7.57068H8.78586V10H10.6076C10.9296 10 11.2384 9.87208 11.4661 9.64439C11.6938 9.41669 11.8217 9.10787 11.8217 8.78586C11.8217 8.46386 11.6938 8.15504 11.4661 7.92734C11.2384 7.69965 10.9296 7.57173 10.6076 7.57173V7.57068Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -332,6 +332,10 @@
|
|
|
332
332
|
"iconName": "cai-weight",
|
|
333
333
|
"iconPath": "/assets/icons/load/cai-weight.svg"
|
|
334
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"iconName": "cai-parking",
|
|
337
|
+
"iconPath": "/assets/icons/load/cai-parking.svg"
|
|
338
|
+
},
|
|
335
339
|
{
|
|
336
340
|
"iconName": "cai-people",
|
|
337
341
|
"iconPath": "/assets/icons/fuel-contact/cai-people.svg"
|
package/public-api.d.ts
CHANGED
|
@@ -23,3 +23,4 @@ export * from './app/components/dispatch-dropdown/dispatch-dropdown.component';
|
|
|
23
23
|
export * from './app/components/dispatch-dropdown/interfaces';
|
|
24
24
|
export * from './app/components/text-area/text-area.component';
|
|
25
25
|
export * from './app/components/text-area/interfaces';
|
|
26
|
+
export * from './app/components/dispatch-location/dispatch-location.component';
|
package/src/styles/popover.scss
CHANGED
|
@@ -70,9 +70,18 @@
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
[data-popper-placement^="top-start"] .dropdown-menu.dispatch-dropdown-menu {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
73
|
+
.dropdown-menu-content {
|
|
74
|
+
bottom: -2px;
|
|
75
|
+
|
|
76
|
+
border-radius: 3px 3px 0 0;
|
|
77
|
+
&::-webkit-scrollbar {
|
|
78
|
+
border-radius: 0 3px 0 0;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.dropdown-menu-separator {
|
|
82
|
+
bottom: -2px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
76
85
|
|
|
77
86
|
// Left inverted corner
|
|
78
87
|
&::before {
|
|
@@ -107,20 +116,21 @@
|
|
|
107
116
|
pointer-events: none;
|
|
108
117
|
user-select: none;
|
|
109
118
|
}
|
|
110
|
-
|
|
111
|
-
&::-webkit-scrollbar {
|
|
112
|
-
border-radius: 0 3px 0 0;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.dropdown-menu-separator {
|
|
116
|
-
bottom: -4px;
|
|
117
|
-
}
|
|
118
119
|
}
|
|
119
120
|
|
|
120
121
|
[data-popper-placement^="bottom-start"] .dropdown-menu.dispatch-dropdown-menu {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
122
|
+
.dropdown-menu-content {
|
|
123
|
+
top: -2px;
|
|
124
|
+
|
|
125
|
+
border-radius: 0 0 3px 3px;
|
|
126
|
+
&::-webkit-scrollbar {
|
|
127
|
+
border-radius: 0 0 3px 0;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.dropdown-menu-separator {
|
|
131
|
+
top: -1px;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
124
134
|
|
|
125
135
|
// Left inverted corner
|
|
126
136
|
&::before {
|
|
@@ -155,12 +165,4 @@
|
|
|
155
165
|
pointer-events: none;
|
|
156
166
|
user-select: none;
|
|
157
167
|
}
|
|
158
|
-
|
|
159
|
-
&::-webkit-scrollbar {
|
|
160
|
-
border-radius: 0 0 3px 0;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.dropdown-menu-separator {
|
|
164
|
-
top: -2px;
|
|
165
|
-
}
|
|
166
168
|
}
|