@cauca-911/material 20.2.9 → 20.2.11

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.
@@ -34,6 +34,7 @@
34
34
  "save": "Save",
35
35
  "yes": "Yes",
36
36
  "no": "No",
37
+ "dateRangeSelectorLabel": "Dates",
37
38
  "errorDialog": {
38
39
  "titleError": "Deletion Error",
39
40
  "messageError": "An error occurred while deleting \"{{itemName}}\". Please try again later."
@@ -34,6 +34,7 @@
34
34
  "save": "Guardar",
35
35
  "yes": "Sí",
36
36
  "no": "No",
37
+ "dateRangeSelectorLabel": "Fechas",
37
38
  "errorDialog": {
38
39
  "titleError": "Error al eliminar",
39
40
  "messageError": "Ocurrió un error al eliminar \"{{itemName}}\". Por favor, inténtalo de nuevo más tarde."
@@ -36,7 +36,7 @@
36
36
  "es": "Espagnol",
37
37
  "or": "OU",
38
38
  "dateRangeSelectorLabel": "Dates",
39
- "errorDialog": {
39
+ "errorDialog": {
40
40
  "titleError": "Erreur de suppression",
41
41
  "messageError": "Une erreur est survenue lors de la suppression de \"{{itemName}}\". Veuillez réessayer plus tard."
42
42
  },
@@ -33,9 +33,6 @@ import * as i1$8 from '@angular/material/chips';
33
33
  import { MatChipsModule, MatChipGrid, MatChip, MatChipRemove, MatChipInput } from '@angular/material/chips';
34
34
  import * as i1$9 from '@fortawesome/angular-fontawesome';
35
35
  import { FontAwesomeModule, FaIconComponent } from '@fortawesome/angular-fontawesome';
36
- import { fal, faUsers, faEngineWarning, faCalendarExclamation, faFileAlt, faFileExclamation, faShareAltSquare, faCog, faChartBar, faCommentAltDots, faFolders, faHome, faBell, faFeather, faCalendarDays, faGear, faMessageLines } from '@fortawesome/pro-light-svg-icons';
37
- import { fab } from '@fortawesome/free-brands-svg-icons';
38
- import { fas } from '@fortawesome/free-solid-svg-icons';
39
36
  import { coerceBooleanProperty } from '@angular/cdk/coercion';
40
37
  import * as i2$3 from '@angular/material/autocomplete';
41
38
  import { MatAutocompleteModule, MatAutocompleteTrigger } from '@angular/material/autocomplete';
@@ -2101,6 +2098,11 @@ function IconComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
2101
2098
  i0.ɵɵproperty("src", ctx_r0.image, i0.ɵɵsanitizeUrl);
2102
2099
  } }
2103
2100
  class IconComponent {
2101
+ constructor() {
2102
+ this.isFontAwesome = false;
2103
+ this.faIcon = [];
2104
+ this.image = '';
2105
+ }
2104
2106
  set icon(value) {
2105
2107
  if (value && value.indexOf(' ') > -1) {
2106
2108
  this.isFontAwesome = true;
@@ -2111,14 +2113,7 @@ class IconComponent {
2111
2113
  this.image = value;
2112
2114
  }
2113
2115
  }
2114
- constructor(library) {
2115
- this.isFontAwesome = false;
2116
- this.faIcon = [];
2117
- this.image = '';
2118
- library.addIconPacks(fal, fab, fas);
2119
- library.addIcons(faUsers, faEngineWarning, faCalendarExclamation, faFileAlt, faFileExclamation, faShareAltSquare, faCog, faChartBar, faCommentAltDots, faFolders, faHome, faBell, faFeather, faCalendarDays, faGear, faMessageLines);
2120
- }
2121
- static { this.ɵfac = function IconComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IconComponent)(i0.ɵɵdirectiveInject(i1$9.FaIconLibrary)); }; }
2116
+ static { this.ɵfac = function IconComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IconComponent)(); }; }
2122
2117
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: IconComponent, selectors: [["cauca-icon"]], inputs: { icon: "icon" }, decls: 2, vars: 2, consts: [[1, "icon"], [3, "icon"], ["alt", "icon", 3, "src"]], template: function IconComponent_Template(rf, ctx) { if (rf & 1) {
2123
2118
  i0.ɵɵconditionalCreate(0, IconComponent_Conditional_0_Template, 2, 1, "div", 0);
2124
2119
  i0.ɵɵconditionalCreate(1, IconComponent_Conditional_1_Template, 2, 1, "div", 0);
@@ -2142,10 +2137,10 @@ class IconComponent {
2142
2137
  </div>
2143
2138
  }
2144
2139
  `, styles: ["img{max-height:40px;height:40px}fa-icon{max-height:40px;height:40px}\n"] }]
2145
- }], () => [{ type: i1$9.FaIconLibrary }], { icon: [{
2140
+ }], null, { icon: [{
2146
2141
  type: Input
2147
2142
  }] }); })();
2148
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IconComponent, { className: "IconComponent", filePath: "lib/components/presenters/icon/icon.component.ts", lineNumber: 45 }); })();
2143
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(IconComponent, { className: "IconComponent", filePath: "lib/components/presenters/icon/icon.component.ts", lineNumber: 22 }); })();
2149
2144
 
2150
2145
  function ListPaginatorComponent_For_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
2151
2146
  i0.ɵɵelementStart(0, "div", 5);