@pepperi-addons/ngx-lib 0.4.0-angular14.32 → 0.4.0-angular14.37

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.
Files changed (64) hide show
  1. package/color/color-picker.component.d.ts +1 -1
  2. package/core/common/services/addon.service.d.ts +1 -1
  3. package/core/common/services/utilities.service.d.ts +3 -3
  4. package/esm2020/address/address.component.mjs +1 -1
  5. package/esm2020/color/color-picker.component.mjs +4 -4
  6. package/esm2020/core/common/services/addon.service.mjs +7 -5
  7. package/esm2020/core/common/services/utilities.service.mjs +10 -10
  8. package/esm2020/form/field-generator.component.mjs +1 -1
  9. package/esm2020/form/internal-button.component.mjs +1 -1
  10. package/esm2020/form/internal-field-generator.component.mjs +1 -1
  11. package/esm2020/group-buttons/group-buttons.component.mjs +8 -4
  12. package/esm2020/icon/icon-generated-all.model.mjs +5 -1
  13. package/esm2020/icon/icon-generated.model.mjs +17 -1
  14. package/esm2020/list/list-pager.component.mjs +1 -1
  15. package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +1 -1
  16. package/esm2020/smart-filters/date-filter/date-filter.component.mjs +1 -1
  17. package/esm2020/smart-filters/number-filter/number-filter.component.mjs +1 -1
  18. package/esm2020/smart-filters/text-filter/text-filter.component.mjs +1 -1
  19. package/esm2020/textbox/textbox.component.mjs +11 -5
  20. package/fesm2015/pepperi-addons-ngx-lib-address.mjs +1 -1
  21. package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  22. package/fesm2015/pepperi-addons-ngx-lib-color.mjs +3 -3
  23. package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  24. package/fesm2015/pepperi-addons-ngx-lib-form.mjs +3 -3
  25. package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  26. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +7 -3
  27. package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
  28. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +21 -1
  29. package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
  30. package/fesm2015/pepperi-addons-ngx-lib-list.mjs +1 -1
  31. package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  32. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +1 -1
  33. package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  34. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +3 -3
  35. package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  36. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +10 -4
  37. package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  38. package/fesm2015/pepperi-addons-ngx-lib.mjs +16 -12
  39. package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
  40. package/fesm2020/pepperi-addons-ngx-lib-address.mjs +1 -1
  41. package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
  42. package/fesm2020/pepperi-addons-ngx-lib-color.mjs +3 -3
  43. package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
  44. package/fesm2020/pepperi-addons-ngx-lib-form.mjs +3 -3
  45. package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
  46. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +7 -3
  47. package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
  48. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +21 -1
  49. package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
  50. package/fesm2020/pepperi-addons-ngx-lib-list.mjs +1 -1
  51. package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
  52. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +1 -1
  53. package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
  54. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +3 -3
  55. package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
  56. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +10 -4
  57. package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
  58. package/fesm2020/pepperi-addons-ngx-lib.mjs +14 -12
  59. package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
  60. package/group-buttons/group-buttons.component.d.ts +2 -1
  61. package/icon/icon-generated-all.model.d.ts +4 -0
  62. package/icon/icon-generated.model.d.ts +17 -1
  63. package/package.json +1 -1
  64. package/textbox/textbox.component.d.ts +3 -1
@@ -1191,7 +1191,7 @@ class PepListPagerComponent {
1191
1191
  }
1192
1192
  }
1193
1193
  PepListPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepListPagerComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.PepLayoutService }], target: i0.ɵɵFactoryTarget.Component });
1194
- PepListPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: PepListPagerComponent, selector: "pep-list-pager", inputs: { disabled: "disabled", pageIndex: "pageIndex", length: "length", pageSize: "pageSize" }, outputs: { pagerChange: "pagerChange" }, ngImport: i0, template: "<div class=\"pager-container body-sm\">\n <span class=\"pep-spacing-element\">{{ 'LIST.PAGER_PAGE' | translate }}</span>\n <pep-textbox pepAutoWidth class=\"page-index pep-spacing-element\" [key]=\"'pageIndex'\" [type]=\"'int'\"\n [disabled]=\"disabled\" [xAlignment]=\"'center'\" [renderTitle]=\"false\" [renderError]=\"false\" [renderSymbol]=\"false\"\n [value]=\"pageIndex + 1\" [formattedValue]=\"pageIndex + 1\" [minValue]=\"1\" [maxValue]=\"this.getNumberOfPages()\"\n [maxFieldCharacters]=\"6\" [mandatory]=\"true\" (valueChange)=\"onValueChange($event)\">\n </pep-textbox>\n <span class=\"pep-spacing-element\">{{ 'LIST.PAGER_OUT_OF' | translate }}</span>\n <span class=\"pep-spacing-element\">{{ getNumberOfPages() }}</span>\n <button mat-button [disabled]=\"disabled || _previousButtonsDisabled()\"\n [ngClass]=\"{ disabled: disabled || _previousButtonsDisabled() }\"\n class=\"pep-button icon-button pep-spacing-element sm weak\" pepRtlDirection pepMenuBlur (click)=\"previousPage()\"\n [title]=\"('LIST.PAGER_PREVIOUS' | translate)\">\n <mat-icon>\n <pep-icon [name]=\"layoutService.isRtl() ? 'arrow_right' : 'arrow_left'\"></pep-icon>\n </mat-icon>\n </button>\n <button mat-button [disabled]=\"disabled || _nextButtonsDisabled()\"\n [ngClass]=\"{ disabled: disabled || _nextButtonsDisabled() }\"\n class=\"pep-button icon-button pep-spacing-element sm weak\" pepRtlDirection pepMenuBlur (click)=\"nextPage()\"\n [title]=\"('LIST.PAGER_NEXT' | translate)\">\n <mat-icon>\n <pep-icon [name]=\"layoutService.isRtl() ? 'arrow_left' : 'arrow_right'\"></pep-icon>\n </mat-icon>\n </button>\n</div>", styles: [".pager-container{display:flex;justify-content:center;align-items:center;height:calc(2rem + calc(var(--pep-spacing-sm, .5rem) * 2));padding:var(--pep-spacing-sm, .5rem)}.pager-container .page-index{min-height:unset;margin-bottom:0}.pager-container .page-index ::ng-deep .mat-form-field-flex{padding:0 .5rem;min-height:2rem}.pager-container .page-index ::ng-deep .mat-form-field-flex .mat-input-element{min-width:1.25rem}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i1.PepInputAutoWidthDirective, selector: "[pepAutoWidth]", inputs: ["includePadding"] }, { kind: "directive", type: i1.PepMenuBlurDirective, selector: "[pepMenuBlur]" }, { kind: "directive", type: i1.PepRtlDirectionDirective, selector: "[pepRtlDirection]" }, { kind: "component", type: i5.PepIconComponent, selector: "pep-icon", inputs: ["spin", "name", "fill"] }, { kind: "component", type: i6.PepTextboxComponent, selector: "pep-textbox", inputs: ["key", "value", "formattedValue", "accessory", "label", "placeholder", "type", "mandatory", "disabled", "readonly", "maxFieldCharacters", "hint", "textColor", "xAlignment", "rowSpan", "minValue", "maxValue", "visible", "form", "isActive", "showTitle", "renderTitle", "renderError", "renderSymbol", "layoutType", "parentFieldKey"], outputs: ["valueChange", "formValidationChange"] }, { kind: "pipe", type: i2$1.TranslatePipe, name: "translate" }] });
1194
+ PepListPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: PepListPagerComponent, selector: "pep-list-pager", inputs: { disabled: "disabled", pageIndex: "pageIndex", length: "length", pageSize: "pageSize" }, outputs: { pagerChange: "pagerChange" }, ngImport: i0, template: "<div class=\"pager-container body-sm\">\n <span class=\"pep-spacing-element\">{{ 'LIST.PAGER_PAGE' | translate }}</span>\n <pep-textbox pepAutoWidth class=\"page-index pep-spacing-element\" [key]=\"'pageIndex'\" [type]=\"'int'\"\n [disabled]=\"disabled\" [xAlignment]=\"'center'\" [renderTitle]=\"false\" [renderError]=\"false\" [renderSymbol]=\"false\"\n [value]=\"pageIndex + 1\" [formattedValue]=\"pageIndex + 1\" [minValue]=\"1\" [maxValue]=\"this.getNumberOfPages()\"\n [maxFieldCharacters]=\"6\" [mandatory]=\"true\" (valueChange)=\"onValueChange($event)\">\n </pep-textbox>\n <span class=\"pep-spacing-element\">{{ 'LIST.PAGER_OUT_OF' | translate }}</span>\n <span class=\"pep-spacing-element\">{{ getNumberOfPages() }}</span>\n <button mat-button [disabled]=\"disabled || _previousButtonsDisabled()\"\n [ngClass]=\"{ disabled: disabled || _previousButtonsDisabled() }\"\n class=\"pep-button icon-button pep-spacing-element sm weak\" pepRtlDirection pepMenuBlur (click)=\"previousPage()\"\n [title]=\"('LIST.PAGER_PREVIOUS' | translate)\">\n <mat-icon>\n <pep-icon [name]=\"layoutService.isRtl() ? 'arrow_right' : 'arrow_left'\"></pep-icon>\n </mat-icon>\n </button>\n <button mat-button [disabled]=\"disabled || _nextButtonsDisabled()\"\n [ngClass]=\"{ disabled: disabled || _nextButtonsDisabled() }\"\n class=\"pep-button icon-button pep-spacing-element sm weak\" pepRtlDirection pepMenuBlur (click)=\"nextPage()\"\n [title]=\"('LIST.PAGER_NEXT' | translate)\">\n <mat-icon>\n <pep-icon [name]=\"layoutService.isRtl() ? 'arrow_left' : 'arrow_right'\"></pep-icon>\n </mat-icon>\n </button>\n</div>", styles: [".pager-container{display:flex;justify-content:center;align-items:center;height:calc(2rem + calc(var(--pep-spacing-sm, .5rem) * 2));padding:var(--pep-spacing-sm, .5rem)}.pager-container .page-index{min-height:unset;margin-bottom:0}.pager-container .page-index ::ng-deep .mat-form-field-flex{padding:0 .5rem;min-height:2rem}.pager-container .page-index ::ng-deep .mat-form-field-flex .mat-input-element{min-width:1.25rem}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i1.PepInputAutoWidthDirective, selector: "[pepAutoWidth]", inputs: ["includePadding"] }, { kind: "directive", type: i1.PepMenuBlurDirective, selector: "[pepMenuBlur]" }, { kind: "directive", type: i1.PepRtlDirectionDirective, selector: "[pepRtlDirection]" }, { kind: "component", type: i5.PepIconComponent, selector: "pep-icon", inputs: ["spin", "name", "fill"] }, { kind: "component", type: i6.PepTextboxComponent, selector: "pep-textbox", inputs: ["key", "value", "formattedValue", "minFractionDigits", "maxFractionDigits", "accessory", "label", "placeholder", "type", "mandatory", "disabled", "readonly", "maxFieldCharacters", "hint", "textColor", "xAlignment", "rowSpan", "minValue", "maxValue", "visible", "form", "isActive", "showTitle", "renderTitle", "renderError", "renderSymbol", "layoutType", "parentFieldKey"], outputs: ["valueChange", "formValidationChange"] }, { kind: "pipe", type: i2$1.TranslatePipe, name: "translate" }] });
1195
1195
  PepListPagerComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepListPagerComponent });
1196
1196
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: PepListPagerComponent, decorators: [{
1197
1197
  type: Component,