carriera-intern-components 1.1.183 → 1.1.185
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.
|
@@ -14,7 +14,7 @@ export declare class AvatarComponent {
|
|
|
14
14
|
* The size of the avatar in pixels.
|
|
15
15
|
* @type {Size}
|
|
16
16
|
*/
|
|
17
|
-
size: import("@angular/core").InputSignal<
|
|
17
|
+
size: import("@angular/core").InputSignal<18 | 22 | 32 | 74 | 160>;
|
|
18
18
|
/**
|
|
19
19
|
* Whether the avatar should be rounded or not.
|
|
20
20
|
* @type {boolean}
|
|
@@ -33,29 +33,6 @@ function ignoreWhenAutofilled(...validators) {
|
|
|
33
33
|
: null;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
const DropdownTypes = [
|
|
37
|
-
'multiple',
|
|
38
|
-
'dispatch',
|
|
39
|
-
'ftl-dispatch',
|
|
40
|
-
'label',
|
|
41
|
-
'broker',
|
|
42
|
-
'contact',
|
|
43
|
-
'shipper',
|
|
44
|
-
'bank',
|
|
45
|
-
'dispatcher',
|
|
46
|
-
'truck',
|
|
47
|
-
'trailer',
|
|
48
|
-
'subcontent',
|
|
49
|
-
'hazardous',
|
|
50
|
-
'state',
|
|
51
|
-
'owner',
|
|
52
|
-
'fuelcard',
|
|
53
|
-
'pm',
|
|
54
|
-
'color',
|
|
55
|
-
'make',
|
|
56
|
-
'toll',
|
|
57
|
-
];
|
|
58
|
-
|
|
59
36
|
class RemapPmIconsPipe {
|
|
60
37
|
transform(pm) {
|
|
61
38
|
if (!pm)
|
|
@@ -3718,7 +3695,7 @@ class DropZoneComponent {
|
|
|
3718
3695
|
else {
|
|
3719
3696
|
this.docs.update((docs) => [...docs, filePreview]);
|
|
3720
3697
|
}
|
|
3721
|
-
if (!this.crop)
|
|
3698
|
+
if (!this.crop())
|
|
3722
3699
|
this.emitDocs();
|
|
3723
3700
|
const visibleCount = this.size() === '480px' ? 2 : 3;
|
|
3724
3701
|
const total = this.docs().length;
|
|
@@ -6340,5 +6317,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
6340
6317
|
* Generated bundle index. Do not edit.
|
|
6341
6318
|
*/
|
|
6342
6319
|
|
|
6343
|
-
export { AvatarComponent, CaiInputDatetimePickerComponent, CopyComponent, DropZoneComponent,
|
|
6320
|
+
export { AvatarComponent, CaiInputDatetimePickerComponent, CopyComponent, DropZoneComponent, InputComponent, PmComponent, ignoreWhenAutofilled };
|
|
6344
6321
|
//# sourceMappingURL=carriera-intern-components.mjs.map
|