@crowdfarming/oliva-ds 1.81.0 → 1.82.0

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.
@@ -21,4 +21,5 @@ export declare const commerceIcons: {
21
21
  'carrot-regular': string;
22
22
  'orangeslice-regular': string;
23
23
  'avocado-regular': string;
24
+ 'tag-regular': string;
24
25
  };
@@ -56,6 +56,7 @@ export declare const icons: {
56
56
  'carrot-regular': string;
57
57
  'orangeslice-regular': string;
58
58
  'avocado-regular': string;
59
+ 'tag-regular': string;
59
60
  'sortascending-regular': string;
60
61
  'trash-regular': string;
61
62
  'notepad-regular': string;
@@ -17,9 +17,12 @@ export declare class InputUploadComponent implements ControlValueAccessor {
17
17
  size: 'sm' | 'md' | 'lg';
18
18
  allowedExtensions: string[];
19
19
  fullWidth: boolean;
20
+ maxSizeKb?: number;
21
+ maxSizeErrorText: string;
20
22
  emitValue: EventEmitter<File>;
21
23
  fileInput: ElementRef<HTMLInputElement>;
22
24
  fileName: string;
25
+ sizeError: boolean;
23
26
  uniqueId: string;
24
27
  private onChangeFn;
25
28
  private onTouchedFn;
@@ -33,5 +36,5 @@ export declare class InputUploadComponent implements ControlValueAccessor {
33
36
  get inputClass(): string[];
34
37
  get ariaDescribedBy(): string | null;
35
38
  static ɵfac: i0.ɵɵFactoryDeclaration<InputUploadComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<InputUploadComponent, "lib-input-upload", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "alertText": { "alias": "alertText"; "required": false; }; "successText": { "alias": "successText"; "required": false; }; "error": { "alias": "error"; "required": false; }; "success": { "alias": "success"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "optionalLabel": { "alias": "optionalLabel"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; }, { "emitValue": "emitValue"; }, never, never, true, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputUploadComponent, "lib-input-upload", never, { "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "alertText": { "alias": "alertText"; "required": false; }; "successText": { "alias": "successText"; "required": false; }; "error": { "alias": "error"; "required": false; }; "success": { "alias": "success"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "optionalLabel": { "alias": "optionalLabel"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "maxSizeKb": { "alias": "maxSizeKb"; "required": false; }; "maxSizeErrorText": { "alias": "maxSizeErrorText"; "required": false; }; }, { "emitValue": "emitValue"; }, never, never, true, never>;
37
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crowdfarming/oliva-ds",
3
- "version": "1.81.0",
3
+ "version": "1.82.0",
4
4
  "description": "Librería de componentes de diseño de Oliva",
5
5
  "author": "crowdfarming",
6
6
  "license": "MIT",