tickera-angular-components 0.0.1-dev.56 → 0.0.1-dev.58

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/i18n/en.json CHANGED
@@ -21,11 +21,11 @@
21
21
  "7": "Sunday"
22
22
  },
23
23
  "documentTypes": {
24
- "CC": "National Identity Card",
25
- "CE": "Foreigner's Identity Card",
26
- "NIT": "Tax Identification Number (NIT)",
27
- "PP": "Passport",
28
- "TI": "Identity Card"
24
+ "cc": "National Identity Card",
25
+ "ce": "Foreigner's Identity Card",
26
+ "nit": "Tax Identification Number (NIT)",
27
+ "pp": "Passport",
28
+ "ti": "Identity Card"
29
29
  }
30
30
  },
31
31
  "fileUpload": {
package/i18n/es.json CHANGED
@@ -21,11 +21,11 @@
21
21
  "7": "Domingo"
22
22
  },
23
23
  "documentTypes": {
24
- "CC": "Cedula de ciudadania",
25
- "CE": "Cedula de extrangería",
26
- "NIT": "NIT",
27
- "PP": "Pasaporte",
28
- "TI": "Tarjeta de identidad"
24
+ "cc": "Cedula de ciudadania",
25
+ "ce": "Cedula de extrangería",
26
+ "nit": "NIT",
27
+ "pp": "Pasaporte",
28
+ "ti": "Tarjeta de identidad"
29
29
  }
30
30
  },
31
31
  "fileUpload": {
package/index.d.ts CHANGED
@@ -2222,7 +2222,7 @@ declare class FormInputComponent implements ControlValueAccessor {
2222
2222
 
2223
2223
  declare class FormSelectComponent implements ControlValueAccessor {
2224
2224
  ngControl: NgControl;
2225
- private transloco;
2225
+ protected transloco: TranslocoService;
2226
2226
  label: string;
2227
2227
  name: string;
2228
2228
  id: string;
@@ -2246,7 +2246,6 @@ declare class FormSelectComponent implements ControlValueAccessor {
2246
2246
  get inputId(): string;
2247
2247
  get showError(): boolean;
2248
2248
  get errorMessage(): string;
2249
- get resolvedDefaultOptionLabel(): string;
2250
2249
  get fieldGroupClasses(): string;
2251
2250
  static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectComponent, [{ optional: true; self: true; }, null]>;
2252
2251
  static ɵcmp: i0.ɵɵComponentDeclaration<FormSelectComponent, "form-select", never, { "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "options": { "alias": "options"; "required": false; }; "fieldGroupClass": { "alias": "fieldGroupClass"; "required": false; }; "showDefaultOption": { "alias": "showDefaultOption"; "required": false; }; "defaultOptionLabel": { "alias": "defaultOptionLabel"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.56",
3
+ "version": "0.0.1-dev.58",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {