@seniorsistemas/angular-components 17.5.4 → 17.6.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.
Files changed (47) hide show
  1. package/bundles/seniorsistemas-angular-components.umd.js +463 -379
  2. package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
  3. package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
  4. package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
  5. package/components/button/button-priority.d.ts +2 -1
  6. package/components/dynamic-form/components/fields/bignumber/bignumber-field.module.d.ts +2 -0
  7. package/components/dynamic-form/components/fields/currency/currency-field.module.d.ts +2 -0
  8. package/components/dynamic-form/components/fields/number/number-field.component.d.ts +1 -1
  9. package/components/dynamic-form/components/fields/number/number-field.module.d.ts +2 -0
  10. package/components/dynamic-form/components/fields/text/text-field.module.d.ts +2 -0
  11. package/components/dynamic-form/configurations/addon-config.d.ts +4 -0
  12. package/esm2015/components/button/button-priority.js +2 -1
  13. package/esm2015/components/button/button.component.js +3 -3
  14. package/esm2015/components/dynamic-form/components/fields/bignumber/bignumber-field.component.js +96 -0
  15. package/esm2015/components/dynamic-form/components/fields/bignumber/bignumber-field.module.js +30 -0
  16. package/esm2015/components/dynamic-form/components/fields/currency/currency-field.module.js +20 -0
  17. package/esm2015/components/dynamic-form/components/fields/number/number-field.component.js +4 -4
  18. package/esm2015/components/dynamic-form/components/fields/number/number-field.module.js +32 -0
  19. package/esm2015/components/dynamic-form/components/fields/text/text-field.component.js +3 -3
  20. package/esm2015/components/dynamic-form/components/fields/text/text-field.module.js +30 -0
  21. package/esm2015/components/dynamic-form/configurations/addon-config.js +1 -1
  22. package/esm2015/components/dynamic-form/dynamic-form.js +9 -8
  23. package/esm2015/components/dynamic-form/dynamic-form.module.js +9 -13
  24. package/esm2015/seniorsistemas-angular-components.js +67 -60
  25. package/esm5/components/button/button-priority.js +2 -1
  26. package/esm5/components/button/button.component.js +3 -3
  27. package/esm5/components/dynamic-form/components/fields/bignumber/bignumber-field.component.js +105 -0
  28. package/esm5/components/dynamic-form/components/fields/bignumber/bignumber-field.module.js +33 -0
  29. package/esm5/components/dynamic-form/components/fields/currency/currency-field.module.js +23 -0
  30. package/esm5/components/dynamic-form/components/fields/number/number-field.component.js +4 -4
  31. package/esm5/components/dynamic-form/components/fields/number/number-field.module.js +35 -0
  32. package/esm5/components/dynamic-form/components/fields/text/text-field.component.js +3 -3
  33. package/esm5/components/dynamic-form/components/fields/text/text-field.module.js +33 -0
  34. package/esm5/components/dynamic-form/configurations/addon-config.js +1 -1
  35. package/esm5/components/dynamic-form/dynamic-form.js +9 -8
  36. package/esm5/components/dynamic-form/dynamic-form.module.js +9 -13
  37. package/esm5/seniorsistemas-angular-components.js +67 -60
  38. package/fesm2015/seniorsistemas-angular-components.js +365 -300
  39. package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
  40. package/fesm5/seniorsistemas-angular-components.js +398 -321
  41. package/fesm5/seniorsistemas-angular-components.js.map +1 -1
  42. package/package.json +1 -1
  43. package/seniorsistemas-angular-components.d.ts +66 -59
  44. package/seniorsistemas-angular-components.metadata.json +1 -1
  45. package/esm2015/components/dynamic-form/components/fields/bignumber/number-field.component.js +0 -96
  46. package/esm5/components/dynamic-form/components/fields/bignumber/number-field.component.js +0 -105
  47. /package/components/dynamic-form/components/fields/bignumber/{number-field.component.d.ts → bignumber-field.component.d.ts} +0 -0
@@ -1187,6 +1187,7 @@ var ButtonPriority;
1187
1187
  ButtonPriority["Primary"] = "primary";
1188
1188
  ButtonPriority["Secondary"] = "secondary";
1189
1189
  ButtonPriority["Link"] = "link";
1190
+ ButtonPriority["Danger"] = "danger";
1190
1191
  })(ButtonPriority || (ButtonPriority = {}));
1191
1192
 
1192
1193
  var ButtonSize;
@@ -1310,8 +1311,8 @@ __decorate([
1310
1311
  ButtonComponent = ButtonComponent_1 = __decorate([
1311
1312
  Component({
1312
1313
  selector: "s-button",
1313
- template: "<p-tieredMenu [id]=\"id + '-menu'\" [popup]=\"true\" appendTo=\"body\" [baseZIndex]=\"baseZIndex\"></p-tieredMenu>\n\n<button\n [id]=\"id\"\n [type]=\"type\"\n [class]=\"styleClass\"\n [ngClass]=\"{\n 's-button-auxiliary': auxiliary,\n 's-button-with-icon': iconClass,\n 's-button-with-text': label,\n 's-button-empty': !iconClass && !label,\n 's-button-size-default': size === 'default',\n 's-button-size-small': size === 'small',\n 's-button-priority-default': priority === 'default',\n 's-button-priority-primary': priority === 'primary',\n 's-button-priority-secondary': priority === 'secondary',\n 's-button-priority-link': priority === 'link',\n 's-button-multiple': (caret && (model && model.length)) || rightIconClass,\n 's-button-active': isOpen(),\n 's-button--slide': validateSlideButton(),\n 's-button--rotate-animation': isRotateAnimation()\n }\"\n [disabled]=\"disabled\"\n [pTooltip]=\"tooltip\"\n [tooltipPosition]=\"tooltipPosition\"\n showDelay=\"500\"\n [tooltipZIndex]=\"tooltipZIndex\"\n (click)=\"onClick.emit($event)\"\n (mouseenter)=\"updateTooltipZIndex()\"\n>\n <span \n *ngIf=\"iconClass\" \n [class]=\"iconClass\" \n [ngClass]=\"{ \n 's-button-icon': true,\n 's-button-icon-margin-right': !label && model && model.length\n }\" \n aria-hidden=\"true\">\n </span>\n <span \n *ngIf=\"label\" \n class=\"s-button-text\"\n [ngClass]=\"{\n 's-button-icon-margin-right': !!rightIconClass || (model && model.length),\n 's-button-icon-margin-left': !!iconClass\n }\">\n {{ label }}\n </span>\n <ng-content></ng-content>\n <span \n *ngIf=\"rightIconClass\" \n [class]=\"rightIconClass\" \n [ngClass]=\"{ 's-button-right-icon': true }\" \n aria-hidden=\"true\">\n </span>\n <span\n *ngIf=\"caret && (model && model.length)\" \n class=\"fa fa-fw fa-caret-down\"\n aria-hidden=\"true\">\n </span>\n</button>\n",
1314
- styles: ["button{-ms-flex-align:center;align-items:center;border-radius:4px;border:1px solid;cursor:pointer;font-family:\"Open Sans\",sans-serif;font-size:14px;height:34px;max-width:100%;min-width:40px;outline:0;overflow:visible;padding:5px 10px;position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;text-decoration:none;text-transform:none;vertical-align:bottom;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out}button:disabled{opacity:.5;filter:Alpha(Opacity=50);background-image:none}button:disabled,button:disabled *{cursor:text!important}button.s-button-auxiliary{border-radius:20px}button.s-button-size-small{padding:0 20px;height:25px}button.s-button-with-icon.s-button-multiple,button.s-button-with-text{min-width:80px}button.s-button-with-icon.s-button-with-text.s-button-multiple{min-width:100px}button .s-button-icon,button .s-button-menu-icon,button .s-button-right-icon,button.s-button-with-icon.s-button-multiple:not(.s-button-with-text) .s-button-icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}button.s-button-multiple .s-button-text{display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left;-ms-flex-align:left;align-items:left}button.s-button-with-icon .s-button-text{display:-ms-flexbox;display:flex;-ms-flex-pack:right;justify-content:right;-ms-flex-align:right;align-items:right}.s-button-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.s-button-menu-icon{right:10px;transition:transform .2s ease-out}.s-button-icon-margin-left{margin-left:10px}.s-button-icon-margin-right{margin-right:10px}.s-button-active .s-button-menu-icon{transform:rotateX(180deg)}button,button.s-button-priority-primary{background-color:#428bca;border-color:#428bca}button .s-button-icon,button .s-button-menu-icon,button .s-button-right-icon,button .s-button-text,button.s-button-priority-primary .s-button-icon,button.s-button-priority-primary .s-button-menu-icon,button.s-button-priority-primary .s-button-right-icon,button.s-button-priority-primary .s-button-text{color:#fff}button.s-button-priority-primary:hover,button:hover{background-color:#2a6496}button.s-button-priority-primary:focus,button:focus{background-color:#2a6496;border-color:#22dce6}button.s-button-active:not(:disabled),button.s-button-priority-primary.s-button-active:not(:disabled),button.s-button-priority-primary:active:not(:disabled),button:active:not(:disabled){background-color:#245682;border-color:#245682}button.s-button-priority-secondary{background-color:#7892a1;border-color:#7892a1}button.s-button-priority-secondary .s-button-icon,button.s-button-priority-secondary .s-button-menu-icon,button.s-button-priority-secondary .s-button-right-icon,button.s-button-priority-secondary .s-button-text{color:#fff}button.s-button-priority-secondary:hover{background-color:#546b79}button.s-button-priority-secondary:focus{background-color:#546b79;border-color:#22dce6}button.s-button-priority-secondary.s-button-active:not(:disabled),button.s-button-priority-secondary:active:not(:disabled){background-color:#495e6a;border-color:#495e6a}button.s-button-priority-default{background-color:#fff;border-color:#ccc}button.s-button-priority-default .s-button-icon,button.s-button-priority-default .s-button-menu-icon,button.s-button-priority-default .s-button-right-icon,button.s-button-priority-default .s-button-text{color:#333}button.s-button-priority-default:hover{background-color:#d9d9d9}button.s-button-priority-default:focus{background-color:#d9d9d9;border-color:#22dce6}button.s-button-priority-default.s-button-active:not(:disabled),button.s-button-priority-default:active:not(:disabled){background-color:#ccc;border-color:#ccc}button.s-button-priority-link{background-color:transparent;border-color:transparent}button.s-button-priority-link .s-button-icon,button.s-button-priority-link .s-button-menu-icon,button.s-button-priority-link .s-button-right-icon,button.s-button-priority-link .s-button-text{color:#428bca}button.s-button-priority-link:hover{background-color:transparent}button.s-button-priority-link:hover .s-button-icon,button.s-button-priority-link:hover .s-button-menu-icon,button.s-button-priority-link:hover .s-button-right-icon,button.s-button-priority-link:hover .s-button-text{color:#2a6496}button.s-button-priority-link:focus{border-color:#22dce6;background-color:transparent}button.s-button-priority-link:focus .s-button-icon,button.s-button-priority-link:focus .s-button-menu-icon,button.s-button-priority-link:focus .s-button-right-icon,button.s-button-priority-link:focus .s-button-text{color:#2a6496}button.s-button-priority-link.s-button-active:not(:disabled),button.s-button-priority-link:active:not(:disabled){background-color:transparent;border-color:transparent}button.s-button-priority-link.s-button-active:not(:disabled) .s-button-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-menu-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-right-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-text,button.s-button-priority-link:active:not(:disabled) .s-button-icon,button.s-button-priority-link:active:not(:disabled) .s-button-menu-icon,button.s-button-priority-link:active:not(:disabled) .s-button-right-icon,button.s-button-priority-link:active:not(:disabled) .s-button-text{color:#245682}.s-button--slide.s-button-with-icon.s-button-multiple,.s-button--slide.s-button-with-text{min-width:40px}.s-button--slide .s-button-text{position:absolute;opacity:0;width:0}.s-button--slide:hover .s-button-text{transition:1s;position:relative;opacity:1;width:auto}.s-button--slide:hover.s-button--rotate-animation .s-button-icon,.s-button--slide:hover.s-button--rotate-animation .s-button-right-icon{transition:1.5s;transform:rotate(360deg)}"]
1314
+ template: "<p-tieredMenu [id]=\"id + '-menu'\" [popup]=\"true\" appendTo=\"body\" [baseZIndex]=\"baseZIndex\"></p-tieredMenu>\n\n<button\n [id]=\"id\"\n [type]=\"type\"\n [class]=\"styleClass\"\n [ngClass]=\"{\n 's-button-auxiliary': auxiliary,\n 's-button-with-icon': iconClass,\n 's-button-with-text': label,\n 's-button-empty': !iconClass && !label,\n 's-button-size-default': size === 'default',\n 's-button-size-small': size === 'small',\n 's-button-priority-default': priority === 'default',\n 's-button-priority-primary': priority === 'primary',\n 's-button-priority-secondary': priority === 'secondary',\n 's-button-priority-link': priority === 'link',\n 's-button-priority-danger': priority === 'danger',\n 's-button-multiple': (caret && (model && model.length)) || rightIconClass,\n 's-button-active': isOpen(),\n 's-button--slide': validateSlideButton(),\n 's-button--rotate-animation': isRotateAnimation()\n }\"\n [disabled]=\"disabled\"\n [pTooltip]=\"tooltip\"\n [tooltipPosition]=\"tooltipPosition\"\n showDelay=\"500\"\n [tooltipZIndex]=\"tooltipZIndex\"\n (click)=\"onClick.emit($event)\"\n (mouseenter)=\"updateTooltipZIndex()\">\n <span \n *ngIf=\"iconClass\" \n [class]=\"iconClass\" \n [ngClass]=\"{ \n 's-button-icon': true,\n 's-button-icon-margin-right': !label && model && model.length\n }\" \n aria-hidden=\"true\">\n </span>\n <span \n *ngIf=\"label\" \n class=\"s-button-text\"\n [ngClass]=\"{\n 's-button-icon-margin-right': !!rightIconClass || (model && model.length),\n 's-button-icon-margin-left': !!iconClass\n }\">\n {{ label }}\n </span>\n <ng-content></ng-content>\n <span \n *ngIf=\"rightIconClass\" \n [class]=\"rightIconClass\" \n [ngClass]=\"{ 's-button-right-icon': true }\" \n aria-hidden=\"true\">\n </span>\n <span\n *ngIf=\"caret && (model && model.length)\" \n class=\"fa fa-fw fa-caret-down\"\n aria-hidden=\"true\">\n </span>\n</button>\n",
1315
+ styles: ["button{-ms-flex-align:center;align-items:center;border:1px solid;border-radius:4px;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-family:\"Open Sans\",sans-serif;font-size:14px;height:34px;-ms-flex-pack:center;justify-content:center;max-width:100%;min-width:40px;outline:0;overflow:visible;padding:5px 10px;position:relative;text-decoration:none;text-transform:none;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out;vertical-align:bottom}button:disabled{opacity:.5;filter:Alpha(Opacity=50);background-image:none}button:disabled,button:disabled *{cursor:text!important}button.s-button-auxiliary{border-radius:20px}button.s-button-size-small{height:25px;padding:0 20px}button.s-button-with-icon.s-button-multiple,button.s-button-with-text{min-width:80px}button.s-button-with-icon.s-button-with-text.s-button-multiple{min-width:100px}button .s-button-icon,button .s-button-menu-icon,button .s-button-right-icon,button.s-button-with-icon.s-button-multiple:not(.s-button-with-text) .s-button-icon{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}button.s-button-multiple .s-button-text{-ms-flex-align:left;align-items:left;display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left}button.s-button-with-icon .s-button-text{-ms-flex-align:right;align-items:right;display:-ms-flexbox;display:flex;-ms-flex-pack:right;justify-content:right}.s-button-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.s-button-menu-icon{right:10px;transition:transform .2s ease-out}.s-button-icon-margin-left{margin-left:10px}.s-button-icon-margin-right{margin-right:10px}.s-button-active .s-button-menu-icon{transform:rotateX(180deg)}button,button.s-button-priority-primary{background-color:#428bca;border-color:#428bca}button .s-button-icon,button .s-button-menu-icon,button .s-button-right-icon,button .s-button-text,button.s-button-priority-primary .s-button-icon,button.s-button-priority-primary .s-button-menu-icon,button.s-button-priority-primary .s-button-right-icon,button.s-button-priority-primary .s-button-text{color:#fff}button.s-button-priority-primary:hover,button:hover{background-color:#2a6496}button.s-button-priority-primary:focus,button:focus{background-color:#2a6496;border-color:#22dce6}button.s-button-active:not(:disabled),button.s-button-priority-primary.s-button-active:not(:disabled),button.s-button-priority-primary:active:not(:disabled),button:active:not(:disabled){background-color:#245682;border-color:#245682}button.s-button-priority-secondary{background-color:#7892a1;border-color:#7892a1}button.s-button-priority-secondary .s-button-icon,button.s-button-priority-secondary .s-button-menu-icon,button.s-button-priority-secondary .s-button-right-icon,button.s-button-priority-secondary .s-button-text{color:#fff}button.s-button-priority-secondary:hover{background-color:#546b79}button.s-button-priority-secondary:focus{background-color:#546b79;border-color:#22dce6}button.s-button-priority-secondary.s-button-active:not(:disabled),button.s-button-priority-secondary:active:not(:disabled){background-color:#495e6a;border-color:#495e6a}button.s-button-priority-default{background-color:#fff;border-color:#ccc}button.s-button-priority-default .s-button-icon,button.s-button-priority-default .s-button-menu-icon,button.s-button-priority-default .s-button-right-icon,button.s-button-priority-default .s-button-text{color:#333}button.s-button-priority-default:hover{background-color:#d9d9d9}button.s-button-priority-default:focus{background-color:#d9d9d9;border-color:#22dce6}button.s-button-priority-default.s-button-active:not(:disabled),button.s-button-priority-default:active:not(:disabled){background-color:#ccc;border-color:#ccc}.s-button-priority-danger{background-color:#9c3a3a;border-color:#9c3a3a}.s-button-priority-danger .s-button-icon,.s-button-priority-danger .s-button-menu-icon,.s-button-priority-danger .s-button-right-icon,.s-button-priority-danger .s-button-text{color:#fff}.s-button-priority-danger:hover{background-color:#642525}.s-button-priority-danger:focus{background-color:#642525;border-color:#22dce6}.s-button-priority-danger.s-button-active:not(:disabled),.s-button-priority-danger:active:not(:disabled){background-color:#521e1e;border-color:#521e1e}button.s-button-priority-link{background-color:transparent;border-color:transparent}button.s-button-priority-link .s-button-icon,button.s-button-priority-link .s-button-menu-icon,button.s-button-priority-link .s-button-right-icon,button.s-button-priority-link .s-button-text{color:#428bca}button.s-button-priority-link:hover{background-color:transparent}button.s-button-priority-link:hover .s-button-icon,button.s-button-priority-link:hover .s-button-menu-icon,button.s-button-priority-link:hover .s-button-right-icon,button.s-button-priority-link:hover .s-button-text{color:#2a6496}button.s-button-priority-link:focus{border-color:#22dce6;background-color:transparent}button.s-button-priority-link:focus .s-button-icon,button.s-button-priority-link:focus .s-button-menu-icon,button.s-button-priority-link:focus .s-button-right-icon,button.s-button-priority-link:focus .s-button-text{color:#2a6496}button.s-button-priority-link.s-button-active:not(:disabled),button.s-button-priority-link:active:not(:disabled){background-color:transparent;border-color:transparent}button.s-button-priority-link.s-button-active:not(:disabled) .s-button-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-menu-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-right-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-text,button.s-button-priority-link:active:not(:disabled) .s-button-icon,button.s-button-priority-link:active:not(:disabled) .s-button-menu-icon,button.s-button-priority-link:active:not(:disabled) .s-button-right-icon,button.s-button-priority-link:active:not(:disabled) .s-button-text{color:#245682}.s-button--slide.s-button-with-icon.s-button-multiple,.s-button--slide.s-button-with-text{min-width:40px}.s-button--slide .s-button-text{position:absolute;opacity:0;width:0}.s-button--slide:hover .s-button-text{opacity:1;position:relative;transition:1s;width:auto}.s-button--slide:hover.s-button--rotate-animation .s-button-icon,.s-button--slide:hover.s-button--rotate-animation .s-button-right-icon{transform:rotate(360deg);transition:1.5s}"]
1315
1316
  })
1316
1317
  ], ButtonComponent);
1317
1318
 
@@ -8437,94 +8438,6 @@ AutocompleteFieldComponent = __decorate([
8437
8438
  })
8438
8439
  ], AutocompleteFieldComponent);
8439
8440
 
8440
- let BignumberFieldComponent = class BignumberFieldComponent extends BaseFieldComponent {
8441
- constructor(localeService) {
8442
- super();
8443
- this.localeService = localeService;
8444
- this.onInput = new EventEmitter();
8445
- this.onFocus = new EventEmitter();
8446
- this.onComplete = new EventEmitter();
8447
- this.ngUnsubscribe = new Subject();
8448
- }
8449
- ngOnInit() {
8450
- this.onLocaleService();
8451
- this.onFocus.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
8452
- if (this.field.onFocus) {
8453
- this.field.onFocus(event);
8454
- }
8455
- });
8456
- this.onInput.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
8457
- if (this.field.onInput) {
8458
- this.field.onInput(event);
8459
- }
8460
- });
8461
- this.onComplete.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
8462
- if (this.field.onComplete) {
8463
- this.field.onComplete(event);
8464
- }
8465
- });
8466
- }
8467
- ngOnDestroy() {
8468
- this.ngUnsubscribe.next();
8469
- this.ngUnsubscribe.complete();
8470
- }
8471
- get fieldType() {
8472
- return FieldType;
8473
- }
8474
- onLocaleService() {
8475
- this.localeService
8476
- .getLocale()
8477
- .pipe(first())
8478
- .subscribe({
8479
- next: () => {
8480
- var _a, _b, _c;
8481
- if (!((_a = this.field.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator)) {
8482
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { decimalSeparator: this.localeService.getDecimalSeparator() });
8483
- }
8484
- if (!((_b = this.field.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator)) {
8485
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { thousandsSeparator: this.localeService.getGroupingSeparator() });
8486
- }
8487
- if (!((_c = this.field.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol)) {
8488
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { currencySymbol: this.field.type === FieldType.Integer || this.field.type === FieldType.Double ? "" : "R$" });
8489
- }
8490
- },
8491
- error: () => {
8492
- var _a;
8493
- return (this.field.numberLocaleOptions = (_a = this.field.numberLocaleOptions) !== null && _a !== void 0 ? _a : {
8494
- thousandsSeparator: ".",
8495
- decimalSeparator: ",",
8496
- currencySymbol: this.field.type === FieldType.Integer || this.field.type === FieldType.Double ? "" : "R$",
8497
- });
8498
- },
8499
- });
8500
- }
8501
- };
8502
- BignumberFieldComponent.ctorParameters = () => [
8503
- { type: LocaleService }
8504
- ];
8505
- __decorate([
8506
- Input()
8507
- ], BignumberFieldComponent.prototype, "field", void 0);
8508
- __decorate([
8509
- Input()
8510
- ], BignumberFieldComponent.prototype, "formControl", void 0);
8511
- __decorate([
8512
- Output()
8513
- ], BignumberFieldComponent.prototype, "onInput", void 0);
8514
- __decorate([
8515
- Output()
8516
- ], BignumberFieldComponent.prototype, "onFocus", void 0);
8517
- __decorate([
8518
- Output()
8519
- ], BignumberFieldComponent.prototype, "onComplete", void 0);
8520
- BignumberFieldComponent = __decorate([
8521
- Component({
8522
- template: "<p-inputMask\n *ngIf=\"field.mask; else noMask\"\n type=\"text\"\n [inputId]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [mask]=\"isFunction(field.mask) ? field.mask() : field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"onFocus.next($event)\"\n (onComplete)=\"onComplete.next($event)\"\n (onInput)=\"onInput.next($event)\"\n [formControl]=\"formControl\"\n [autoClear]=\"field.autoClear\">\n</p-inputMask>\n\n<ng-template #noMask>\n <ng-container>\n <div class=\"ui-inputgroup\">\n <ng-container *ngIf=\"field.leftAddon\">\n <span class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.leftAddon.label\">{{field.leftAddon.label}}</span>\n <span *ngIf=\"!field.leftAddon.label\" [ngClass]=\"field.leftAddon.icon\"></span>\n </span>\n </ng-container>\n\n <input\n [id]=\"(field.id || field.name)\"\n type=\"text\"\n [name]=\"field.name\"\n sBignumberInput\n [allowNegative]=\"field.allowNegative\"\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [scale]=\"isFunction(field.scale) ? trigger(field.scale) : field.scale\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [alignTo]=\"field.alignTo\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n [formControl]=\"formControl\" />\n <ng-container *ngIf=\"field.rightAddon\">\n <span class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.rightAddon.label\">{{field.rightAddon.label}}</span>\n <span *ngIf=\"!field.rightAddon.label\" [ngClass]=\"field.rightAddon.icon\"></span>\n </span>\n </ng-container>\n </div>\n </ng-container>\n</ng-template>\n",
8523
- encapsulation: ViewEncapsulation.None,
8524
- styles: ["s-number-field.ng-dirty.ng-invalid .ui-inputtext{border-color:#c13018}s-number-field.ng-dirty.ng-invalid .ui-inputtext:hover{border-color:#e44328}"]
8525
- })
8526
- ], BignumberFieldComponent);
8527
-
8528
8441
  let BooleanFieldComponent = class BooleanFieldComponent {
8529
8442
  onClear() {
8530
8443
  this.formControl.reset();
@@ -8696,60 +8609,6 @@ CountryPhonePickerFieldComponent = __decorate([
8696
8609
  })
8697
8610
  ], CountryPhonePickerFieldComponent);
8698
8611
 
8699
- /**
8700
- * @deprecated Should use bignumber instead
8701
- */
8702
- let CurrencyFieldComponent = class CurrencyFieldComponent extends BaseFieldComponent {
8703
- constructor(localeService) {
8704
- super();
8705
- this.localeService = localeService;
8706
- }
8707
- ngOnInit() {
8708
- this.onLocaleService();
8709
- }
8710
- onLocaleService() {
8711
- this.localeService
8712
- .getLocale()
8713
- .pipe(first())
8714
- .subscribe({
8715
- next: () => {
8716
- var _a, _b, _c;
8717
- if (!((_a = this.field.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator)) {
8718
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { decimalSeparator: this.localeService.getDecimalSeparator() });
8719
- }
8720
- if (!((_b = this.field.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator)) {
8721
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { thousandsSeparator: this.localeService.getGroupingSeparator() });
8722
- }
8723
- if (!((_c = this.field.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol)) {
8724
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { currencySymbol: "R$" });
8725
- }
8726
- },
8727
- error: () => {
8728
- var _a;
8729
- return (this.field.numberLocaleOptions = (_a = this.field.numberLocaleOptions) !== null && _a !== void 0 ? _a : {
8730
- thousandsSeparator: ".",
8731
- decimalSeparator: ",",
8732
- currencySymbol: "R$",
8733
- });
8734
- },
8735
- });
8736
- }
8737
- };
8738
- CurrencyFieldComponent.ctorParameters = () => [
8739
- { type: LocaleService }
8740
- ];
8741
- __decorate([
8742
- Input()
8743
- ], CurrencyFieldComponent.prototype, "field", void 0);
8744
- __decorate([
8745
- Input()
8746
- ], CurrencyFieldComponent.prototype, "formControl", void 0);
8747
- CurrencyFieldComponent = __decorate([
8748
- Component({
8749
- template: "<div class=\"ui-inputgroup\">\n <span\n *ngIf=\"field.numberLocaleOptions.currencySymbol\"\n class=\"ui-inputgroup-addon\">\n {{ field.numberLocaleOptions.currencySymbol }}\n </span>\n <input\n *ngIf=\"!field.mask\"\n type=\"text\"\n [id]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [formControl]=\"formControl\"\n sNumberInput\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [scale]=\"isFunction(field.scale) ? trigger(field.scale) : field.scale\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [alignTo]=\"field.alignTo\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"field.onFocus ? field.onFocus($event): null\" />\n <p-inputMask\n *ngIf=\"field.mask\"\n type=\"text\"\n [inputId]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [formControl]=\"formControl\"\n [mask]=\"field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"field.onFocus ? field.onFocus($event): null\"\n (onComplete)=\"field.onComplete ? field.onComplete($event) : null\"\n (onInput)=\"field.onInput ? field.onInput($event) : null\" >\n </p-inputMask>\n</div>\n"
8750
- })
8751
- ], CurrencyFieldComponent);
8752
-
8753
8612
  let FieldsetComponent = class FieldsetComponent {
8754
8613
  };
8755
8614
  __decorate([
@@ -8807,94 +8666,6 @@ LookupFieldComponent = __decorate([
8807
8666
  })
8808
8667
  ], LookupFieldComponent);
8809
8668
 
8810
- let NumberFieldComponent = class NumberFieldComponent extends BaseFieldComponent {
8811
- constructor(localeService) {
8812
- super();
8813
- this.localeService = localeService;
8814
- this.onInput = new EventEmitter();
8815
- this.onFocus = new EventEmitter();
8816
- this.onComplete = new EventEmitter();
8817
- this.ngUnsubscribe = new Subject();
8818
- }
8819
- ngOnInit() {
8820
- this.onLocaleService();
8821
- this.onFocus.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
8822
- if (this.field.onFocus)
8823
- this.field.onFocus(event);
8824
- });
8825
- this.onInput.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
8826
- if (this.field.onInput)
8827
- this.field.onInput(event);
8828
- });
8829
- this.onComplete.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
8830
- if (this.field.onComplete)
8831
- this.field.onComplete(event);
8832
- });
8833
- }
8834
- ngOnDestroy() {
8835
- this.ngUnsubscribe.next();
8836
- this.ngUnsubscribe.complete();
8837
- }
8838
- get numberAlignmentOption() {
8839
- return NumberAlignmentOption;
8840
- }
8841
- get fieldType() {
8842
- return FieldType;
8843
- }
8844
- onLocaleService() {
8845
- this.localeService
8846
- .getLocale()
8847
- .pipe(first())
8848
- .subscribe({
8849
- next: () => {
8850
- var _a, _b, _c;
8851
- if (!((_a = this.field.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator)) {
8852
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { decimalSeparator: this.localeService.getDecimalSeparator() });
8853
- }
8854
- if (!((_b = this.field.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator)) {
8855
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { thousandsSeparator: this.localeService.getGroupingSeparator() });
8856
- }
8857
- if (!((_c = this.field.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol)) {
8858
- this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { currencySymbol: "R$" });
8859
- }
8860
- },
8861
- error: () => {
8862
- var _a;
8863
- return (this.field.numberLocaleOptions = (_a = this.field.numberLocaleOptions) !== null && _a !== void 0 ? _a : {
8864
- thousandsSeparator: ".",
8865
- decimalSeparator: ",",
8866
- currencySymbol: "R$",
8867
- });
8868
- },
8869
- });
8870
- }
8871
- };
8872
- NumberFieldComponent.ctorParameters = () => [
8873
- { type: LocaleService }
8874
- ];
8875
- __decorate([
8876
- Input()
8877
- ], NumberFieldComponent.prototype, "field", void 0);
8878
- __decorate([
8879
- Input()
8880
- ], NumberFieldComponent.prototype, "formControl", void 0);
8881
- __decorate([
8882
- Output()
8883
- ], NumberFieldComponent.prototype, "onInput", void 0);
8884
- __decorate([
8885
- Output()
8886
- ], NumberFieldComponent.prototype, "onFocus", void 0);
8887
- __decorate([
8888
- Output()
8889
- ], NumberFieldComponent.prototype, "onComplete", void 0);
8890
- NumberFieldComponent = __decorate([
8891
- Component({
8892
- template: "<p-inputMask\n *ngIf=\"field.mask; else noMask\"\n type=\"text\"\n [inputId]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [mask]=\"isFunction(field.mask) ? field.mask() : field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"onFocus.next($event)\"\n (onComplete)=\"onComplete.next($event)\"\n (onInput)=\"onInput.next($event)\"\n [formControl]=\"formControl\" >\n</p-inputMask>\n<ng-template #noMask>\n <ng-container>\n <div class=\"ui-inputgroup\">\n <ng-container *ngIf=\"field.leftAddon\">\n <span class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.leftAddon.label\">{{field.leftAddon.label}}</span>\n <span *ngIf=\"!field.leftAddon.label\" [ngClass]=\"field.leftAddon.icon\"></span>\n </span>\n </ng-container>\n\n <ng-container *ngTemplateOutlet=\"field.type === fieldType.Double && field.alignTo === numberAlignmentOption.LEFT ? localizedNumber : input\"></ng-container>\n\n <ng-container *ngIf=\"field.rightAddon\">\n <span class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.rightAddon.label\">{{field.rightAddon.label}}</span>\n <span *ngIf=\"!field.rightAddon.label\" [ngClass]=\"field.rightAddon.icon\"></span>\n </span>\n </ng-container>\n </div>\n </ng-container>\n</ng-template>\n<ng-template #input>\n <input\n [id]=\"(field.id || field.name)\"\n type=\"text\"\n [name]=\"field.name\"\n sNumberInput\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [scale]=\"isFunction(field.scale) ? trigger(field.scale) : field.scale\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [alignTo]=\"field.alignTo\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n [formControl]=\"formControl\" />\n</ng-template>\n<ng-template #localizedNumber>\n <input\n [id]=\"(field.id || field.name)\"\n type=\"text\"\n [name]=\"field.name\"\n sLocalizedNumberInput\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n [formControl]=\"formControl\" />\n</ng-template>\n",
8893
- encapsulation: ViewEncapsulation.None,
8894
- styles: ["s-number-field.ng-dirty.ng-invalid .ui-inputtext{border-color:#c13018}s-number-field.ng-dirty.ng-invalid .ui-inputtext:hover{border-color:#e44328}"]
8895
- })
8896
- ], NumberFieldComponent);
8897
-
8898
8669
  let PasswordFieldComponent = class PasswordFieldComponent {
8899
8670
  constructor() {
8900
8671
  this.onInput = new EventEmitter();
@@ -9233,66 +9004,16 @@ TextAreaIAFieldComponent = __decorate([
9233
9004
  })
9234
9005
  ], TextAreaIAFieldComponent);
9235
9006
 
9236
- let TextFieldComponent = class TextFieldComponent extends BaseFieldComponent {
9237
- constructor() {
9238
- super(...arguments);
9239
- this.onInput = new EventEmitter();
9240
- this.onFocus = new EventEmitter();
9241
- this.onComplete = new EventEmitter();
9242
- this.ngUnsubscribe = new Subject();
9007
+ let RowComponent = class RowComponent {
9008
+ constructor() { }
9009
+ ngOnInit() { }
9010
+ getErrorMessages(errorMessages) {
9011
+ if (errorMessages)
9012
+ return this.isFunction(errorMessages) ? errorMessages() : errorMessages;
9013
+ return this.errorMessages;
9243
9014
  }
9244
- ngOnInit() {
9245
- this.onFocus.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9246
- if (this.field.onFocus)
9247
- this.field.onFocus(event);
9248
- });
9249
- this.onInput.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9250
- if (this.field.onInput)
9251
- this.field.onInput(event);
9252
- });
9253
- this.onComplete.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9254
- if (this.field.onComplete)
9255
- this.field.onComplete(event);
9256
- });
9257
- }
9258
- ngOnDestroy() {
9259
- this.ngUnsubscribe.next();
9260
- this.ngUnsubscribe.complete();
9261
- }
9262
- };
9263
- __decorate([
9264
- Input()
9265
- ], TextFieldComponent.prototype, "field", void 0);
9266
- __decorate([
9267
- Input()
9268
- ], TextFieldComponent.prototype, "formControl", void 0);
9269
- __decorate([
9270
- Output()
9271
- ], TextFieldComponent.prototype, "onInput", void 0);
9272
- __decorate([
9273
- Output()
9274
- ], TextFieldComponent.prototype, "onFocus", void 0);
9275
- __decorate([
9276
- Output()
9277
- ], TextFieldComponent.prototype, "onComplete", void 0);
9278
- TextFieldComponent = __decorate([
9279
- Component({
9280
- template: "<p-inputMask\n *ngIf=\"field.mask; else noMask\"\n [type]=\"field.inputType || 'text'\"\n [inputId]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [mask]=\"isFunction(field.mask) ? field.mask() : field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"onFocus.next($event)\"\n (onComplete)=\"onComplete.next($event)\"\n (onInput)=\"onInput.next($event)\"\n [formControl]=\"formControl\">\n</p-inputMask>\n<ng-template #noMask>\n <ng-container>\n <div class=\"ui-inputgroup\">\n <ng-container *ngIf=\"field.leftAddon\">\n <span class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.leftAddon.label\">{{field.leftAddon.label}}</span>\n <span *ngIf=\"!field.leftAddon.label\" [ngClass]=\"field.leftAddon.icon\"></span>\n </span>\n </ng-container>\n <ng-container *ngTemplateOutlet=\"field.keyFilter ? inputKeyFilter : input\"></ng-container>\n <ng-container *ngIf=\"field.rightAddon\">\n <span class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.rightAddon.label\">{{field.rightAddon.label}}</span>\n <span *ngIf=\"!field.rightAddon.label\" [ngClass]=\"field.rightAddon.icon\"></span>\n </span>\n </ng-container>\n </div>\n </ng-container>\n</ng-template>\n<ng-template #input>\n <input\n [type]=\"field.inputType || 'text'\"\n [id]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n [maxLength]=\"field.maxLength\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n (input)=\"onInput.next($event)\"\n [formControl]=\"formControl\"\n [ngStyle]=\"field.style\" />\n</ng-template>\n<ng-template #inputKeyFilter>\n <input\n #inputText\n [type]=\"field.inputType || 'text'\"\n [id]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n [maxLength]=\"field.maxLength\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n (input)=\"onInput.next($event)\"\n [pKeyFilter]=\"field.keyFilter\"\n [formControl]=\"formControl\"\n [ngStyle]=\"field.style\" />\n</ng-template>\n",
9281
- encapsulation: ViewEncapsulation.None,
9282
- styles: ["s-text-field.ng-dirty.ng-invalid .ui-inputtext{border-color:#c13018}s-text-field.ng-dirty.ng-invalid .ui-inputtext:hover{border-color:#e44328}"]
9283
- })
9284
- ], TextFieldComponent);
9285
-
9286
- let RowComponent = class RowComponent {
9287
- constructor() { }
9288
- ngOnInit() { }
9289
- getErrorMessages(errorMessages) {
9290
- if (errorMessages)
9291
- return this.isFunction(errorMessages) ? errorMessages() : errorMessages;
9292
- return this.errorMessages;
9293
- }
9294
- isFunction(value) {
9295
- return value instanceof Function;
9015
+ isFunction(value) {
9016
+ return value instanceof Function;
9296
9017
  }
9297
9018
  };
9298
9019
  __decorate([
@@ -9400,6 +9121,198 @@ var StructureType;
9400
9121
  StructureType["Section"] = "Section";
9401
9122
  })(StructureType || (StructureType = {}));
9402
9123
 
9124
+ let BignumberFieldComponent = class BignumberFieldComponent extends BaseFieldComponent {
9125
+ constructor(localeService) {
9126
+ super();
9127
+ this.localeService = localeService;
9128
+ this.onInput = new EventEmitter();
9129
+ this.onFocus = new EventEmitter();
9130
+ this.onComplete = new EventEmitter();
9131
+ this.ngUnsubscribe = new Subject();
9132
+ }
9133
+ ngOnInit() {
9134
+ this.onLocaleService();
9135
+ this.onFocus.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9136
+ if (this.field.onFocus) {
9137
+ this.field.onFocus(event);
9138
+ }
9139
+ });
9140
+ this.onInput.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9141
+ if (this.field.onInput) {
9142
+ this.field.onInput(event);
9143
+ }
9144
+ });
9145
+ this.onComplete.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9146
+ if (this.field.onComplete) {
9147
+ this.field.onComplete(event);
9148
+ }
9149
+ });
9150
+ }
9151
+ ngOnDestroy() {
9152
+ this.ngUnsubscribe.next();
9153
+ this.ngUnsubscribe.complete();
9154
+ }
9155
+ get fieldType() {
9156
+ return FieldType;
9157
+ }
9158
+ onLocaleService() {
9159
+ this.localeService
9160
+ .getLocale()
9161
+ .pipe(first())
9162
+ .subscribe({
9163
+ next: () => {
9164
+ var _a, _b, _c;
9165
+ if (!((_a = this.field.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator)) {
9166
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { decimalSeparator: this.localeService.getDecimalSeparator() });
9167
+ }
9168
+ if (!((_b = this.field.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator)) {
9169
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { thousandsSeparator: this.localeService.getGroupingSeparator() });
9170
+ }
9171
+ if (!((_c = this.field.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol)) {
9172
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { currencySymbol: this.field.type === FieldType.Integer || this.field.type === FieldType.Double ? "" : "R$" });
9173
+ }
9174
+ },
9175
+ error: () => {
9176
+ var _a;
9177
+ return (this.field.numberLocaleOptions = (_a = this.field.numberLocaleOptions) !== null && _a !== void 0 ? _a : {
9178
+ thousandsSeparator: ".",
9179
+ decimalSeparator: ",",
9180
+ currencySymbol: this.field.type === FieldType.Integer || this.field.type === FieldType.Double ? "" : "R$",
9181
+ });
9182
+ },
9183
+ });
9184
+ }
9185
+ };
9186
+ BignumberFieldComponent.ctorParameters = () => [
9187
+ { type: LocaleService }
9188
+ ];
9189
+ __decorate([
9190
+ Input()
9191
+ ], BignumberFieldComponent.prototype, "field", void 0);
9192
+ __decorate([
9193
+ Input()
9194
+ ], BignumberFieldComponent.prototype, "formControl", void 0);
9195
+ __decorate([
9196
+ Output()
9197
+ ], BignumberFieldComponent.prototype, "onInput", void 0);
9198
+ __decorate([
9199
+ Output()
9200
+ ], BignumberFieldComponent.prototype, "onFocus", void 0);
9201
+ __decorate([
9202
+ Output()
9203
+ ], BignumberFieldComponent.prototype, "onComplete", void 0);
9204
+ BignumberFieldComponent = __decorate([
9205
+ Component({
9206
+ template: "<p-inputMask\n *ngIf=\"field.mask; else noMask\"\n type=\"text\"\n [inputId]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [mask]=\"isFunction(field.mask) ? field.mask() : field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"onFocus.next($event)\"\n (onComplete)=\"onComplete.next($event)\"\n (onInput)=\"onInput.next($event)\"\n [formControl]=\"formControl\"\n [autoClear]=\"field.autoClear\">\n</p-inputMask>\n\n<ng-template #noMask>\n <ng-container>\n <div class=\"ui-inputgroup\">\n <ng-container *ngIf=\"field.leftAddon\">\n <span *ngIf=\"field.leftAddon.callback\" class=\"addon-button addon-button--left\">\n <s-button\n [label]=\"field.leftAddon.label\"\n [iconClass]=\"field.leftAddon.icon\"\n [priority]=\"field.leftAddon.priority\"\n [disabled]=\"isFunction(field.leftAddon.disabled) ? field.leftAddon.disabled() : field.leftAddon.disabled\"\n (onClick)=\"field.leftAddon.callback()\">\n </s-button>\n </span>\n <span *ngIf=\"!field.leftAddon.callback\" class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.leftAddon.label\">{{field.leftAddon.label}}</span>\n <span *ngIf=\"!field.leftAddon.label\" [ngClass]=\"field.leftAddon.icon\"></span>\n </span>\n </ng-container>\n\n <input\n [id]=\"(field.id || field.name)\"\n type=\"text\"\n [name]=\"field.name\"\n sBignumberInput\n [allowNegative]=\"field.allowNegative\"\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [scale]=\"isFunction(field.scale) ? trigger(field.scale) : field.scale\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [alignTo]=\"field.alignTo\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n [formControl]=\"formControl\" />\n <ng-container *ngIf=\"field.rightAddon\">\n <span *ngIf=\"field.rightAddon.callback\" class=\"addon-button addon-button--right\">\n <s-button\n [label]=\"field.rightAddon.label\"\n [iconClass]=\"field.rightAddon.icon\"\n [priority]=\"field.rightAddon.priority\"\n [disabled]=\"isFunction(field.rightAddon.disabled) ? field.rightAddon.disabled() : field.rightAddon.disabled\"\n (onClick)=\"field.rightAddon.callback()\">\n </s-button>\n </span>\n <span *ngIf=\"!field.rightAddon.callback\" class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.rightAddon.label\">{{field.rightAddon.label}}</span>\n <span *ngIf=\"!field.rightAddon.label\" [ngClass]=\"field.rightAddon.icon\"></span>\n </span>\n </ng-container>\n </div>\n </ng-container>\n</ng-template>\n",
9207
+ encapsulation: ViewEncapsulation.None,
9208
+ styles: ["s-number-field.ng-dirty.ng-invalid .ui-inputtext{border-color:#c13018}s-number-field.ng-dirty.ng-invalid .ui-inputtext:hover{border-color:#e44328}.addon-button{border:1px solid #c1c1cc}.addon-button s-button .s-button-with-text,.addon-button s-button button{height:100%;min-width:40px!important}.addon-button--left{border-radius:5px 0 0 5px;border-right:none}.addon-button--left s-button button{border-bottom-right-radius:0;border-top-right-radius:0}.addon-button--right{border-left:none;border-radius:0 5px 5px 0}.addon-button--right s-button button{border-bottom-left-radius:0;border-top-left-radius:0}"]
9209
+ })
9210
+ ], BignumberFieldComponent);
9211
+
9212
+ /**
9213
+ * @deprecated Should use bignumber instead
9214
+ */
9215
+ let CurrencyFieldComponent = class CurrencyFieldComponent extends BaseFieldComponent {
9216
+ constructor(localeService) {
9217
+ super();
9218
+ this.localeService = localeService;
9219
+ }
9220
+ ngOnInit() {
9221
+ this.onLocaleService();
9222
+ }
9223
+ onLocaleService() {
9224
+ this.localeService
9225
+ .getLocale()
9226
+ .pipe(first())
9227
+ .subscribe({
9228
+ next: () => {
9229
+ var _a, _b, _c;
9230
+ if (!((_a = this.field.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator)) {
9231
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { decimalSeparator: this.localeService.getDecimalSeparator() });
9232
+ }
9233
+ if (!((_b = this.field.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator)) {
9234
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { thousandsSeparator: this.localeService.getGroupingSeparator() });
9235
+ }
9236
+ if (!((_c = this.field.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol)) {
9237
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { currencySymbol: "R$" });
9238
+ }
9239
+ },
9240
+ error: () => {
9241
+ var _a;
9242
+ return (this.field.numberLocaleOptions = (_a = this.field.numberLocaleOptions) !== null && _a !== void 0 ? _a : {
9243
+ thousandsSeparator: ".",
9244
+ decimalSeparator: ",",
9245
+ currencySymbol: "R$",
9246
+ });
9247
+ },
9248
+ });
9249
+ }
9250
+ };
9251
+ CurrencyFieldComponent.ctorParameters = () => [
9252
+ { type: LocaleService }
9253
+ ];
9254
+ __decorate([
9255
+ Input()
9256
+ ], CurrencyFieldComponent.prototype, "field", void 0);
9257
+ __decorate([
9258
+ Input()
9259
+ ], CurrencyFieldComponent.prototype, "formControl", void 0);
9260
+ CurrencyFieldComponent = __decorate([
9261
+ Component({
9262
+ template: "<div class=\"ui-inputgroup\">\n <span\n *ngIf=\"field.numberLocaleOptions.currencySymbol\"\n class=\"ui-inputgroup-addon\">\n {{ field.numberLocaleOptions.currencySymbol }}\n </span>\n <input\n *ngIf=\"!field.mask\"\n type=\"text\"\n [id]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [formControl]=\"formControl\"\n sNumberInput\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [scale]=\"isFunction(field.scale) ? trigger(field.scale) : field.scale\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [alignTo]=\"field.alignTo\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"field.onFocus ? field.onFocus($event): null\" />\n <p-inputMask\n *ngIf=\"field.mask\"\n type=\"text\"\n [inputId]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [formControl]=\"formControl\"\n [mask]=\"field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"field.onFocus ? field.onFocus($event): null\"\n (onComplete)=\"field.onComplete ? field.onComplete($event) : null\"\n (onInput)=\"field.onInput ? field.onInput($event) : null\" >\n </p-inputMask>\n</div>\n"
9263
+ })
9264
+ ], CurrencyFieldComponent);
9265
+
9266
+ let TextFieldComponent = class TextFieldComponent extends BaseFieldComponent {
9267
+ constructor() {
9268
+ super(...arguments);
9269
+ this.onInput = new EventEmitter();
9270
+ this.onFocus = new EventEmitter();
9271
+ this.onComplete = new EventEmitter();
9272
+ this.ngUnsubscribe = new Subject();
9273
+ }
9274
+ ngOnInit() {
9275
+ this.onFocus.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9276
+ if (this.field.onFocus)
9277
+ this.field.onFocus(event);
9278
+ });
9279
+ this.onInput.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9280
+ if (this.field.onInput)
9281
+ this.field.onInput(event);
9282
+ });
9283
+ this.onComplete.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9284
+ if (this.field.onComplete)
9285
+ this.field.onComplete(event);
9286
+ });
9287
+ }
9288
+ ngOnDestroy() {
9289
+ this.ngUnsubscribe.next();
9290
+ this.ngUnsubscribe.complete();
9291
+ }
9292
+ };
9293
+ __decorate([
9294
+ Input()
9295
+ ], TextFieldComponent.prototype, "field", void 0);
9296
+ __decorate([
9297
+ Input()
9298
+ ], TextFieldComponent.prototype, "formControl", void 0);
9299
+ __decorate([
9300
+ Output()
9301
+ ], TextFieldComponent.prototype, "onInput", void 0);
9302
+ __decorate([
9303
+ Output()
9304
+ ], TextFieldComponent.prototype, "onFocus", void 0);
9305
+ __decorate([
9306
+ Output()
9307
+ ], TextFieldComponent.prototype, "onComplete", void 0);
9308
+ TextFieldComponent = __decorate([
9309
+ Component({
9310
+ template: "<p-inputMask\n *ngIf=\"field.mask; else noMask\"\n [type]=\"field.inputType || 'text'\"\n [inputId]=\"field.id || field.name\"\n [name]=\"field.name\"\n [mask]=\"isFunction(field.mask) ? field.mask() : field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"onFocus.next($event)\"\n (onComplete)=\"onComplete.next($event)\"\n (onInput)=\"onInput.next($event)\"\n [formControl]=\"formControl\">\n</p-inputMask>\n<ng-template #noMask>\n <ng-container>\n <div class=\"ui-inputgroup\">\n\n <ng-container *ngIf=\"field.leftAddon\">\n <span *ngIf=\"field.leftAddon.callback\" class=\"addon-button addon-button--left\">\n <s-button\n [label]=\"field.leftAddon.label\"\n [iconClass]=\"field.leftAddon.icon\"\n [priority]=\"field.leftAddon.priority\"\n [disabled]=\"isFunction(field.leftAddon.disabled) ? field.leftAddon.disabled(): field.leftAddon.disabled\"\n (onClick)=\"field.leftAddon.callback()\">\n </s-button>\n </span>\n <span *ngIf=\"!field.leftAddon.callback\" class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.leftAddon.label\">{{ field.leftAddon.label }}</span>\n <span *ngIf=\"!field.leftAddon.label\" [ngClass]=\"field.leftAddon.icon\"></span>\n </span>\n </ng-container> \n\n <ng-container *ngTemplateOutlet=\"field.keyFilter ? inputKeyFilter : input\"></ng-container>\n\n <ng-container *ngIf=\"field.rightAddon\">\n <span *ngIf=\"field.rightAddon.callback\" class=\"addon-button addon-button--right\">\n <s-button\n [label]=\"field.rightAddon.label\"\n [iconClass]=\"field.rightAddon.icon\"\n [priority]=\"field.rightAddon.priority\"\n [disabled]=\"isFunction(field.rightAddon.disabled) ? field.rightAddon.disabled() : field.rightAddon.disabled\"\n (onClick)=\"field.rightAddon.callback()\">\n </s-button>\n </span>\n <span *ngIf=\"!field.rightAddon.callback\" class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.rightAddon.label\">{{ field.rightAddon.label }}</span>\n <span *ngIf=\"!field.rightAddon.label\" [ngClass]=\"field.rightAddon.icon\"></span>\n </span>\n </ng-container> \n </div>\n </ng-container>\n</ng-template>\n<ng-template #input>\n <input\n [type]=\"field.inputType || 'text'\"\n [id]=\"field.id || field.name\"\n [name]=\"field.name\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n [maxLength]=\"field.maxLength\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n (input)=\"onInput.next($event)\"\n [formControl]=\"formControl\"\n [ngStyle]=\"field.style\" />\n</ng-template>\n<ng-template #inputKeyFilter>\n <input\n #inputText\n [type]=\"field.inputType || 'text'\"\n [id]=\"field.id || field.name\"\n [name]=\"field.name\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n [maxLength]=\"field.maxLength\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n (input)=\"onInput.next($event)\"\n [pKeyFilter]=\"field.keyFilter\"\n [formControl]=\"formControl\"\n [ngStyle]=\"field.style\" />\n</ng-template>\n",
9311
+ encapsulation: ViewEncapsulation.None,
9312
+ styles: ["s-text-field.ng-dirty.ng-invalid .ui-inputtext{border-color:#c13018}s-text-field.ng-dirty.ng-invalid .ui-inputtext:hover{border-color:#e44328}.addon-button{border:1px solid #c1c1cc}.addon-button s-button .s-button-with-text,.addon-button s-button button{height:100%;min-width:40px}.addon-button--left{border-radius:5px 0 0 5px;border-right:none}.addon-button--left s-button button{border-bottom-right-radius:0;border-top-right-radius:0}.addon-button--right{border-left:none;border-radius:0 5px 5px 0}.addon-button--right s-button button{border-bottom-left-radius:0;border-top-left-radius:0}"]
9313
+ })
9314
+ ], TextFieldComponent);
9315
+
9403
9316
  class DynamicForm {
9404
9317
  constructor({ group, errorMessages }) {
9405
9318
  this.group = group;
@@ -9614,6 +9527,162 @@ DynamicFormDirective = __decorate([
9614
9527
  Directive({ selector: "[sDynamicForm]" })
9615
9528
  ], DynamicFormDirective);
9616
9529
 
9530
+ let TextFieldModule = class TextFieldModule {
9531
+ };
9532
+ TextFieldModule = __decorate([
9533
+ NgModule({
9534
+ imports: [
9535
+ CommonModule,
9536
+ FormsModule,
9537
+ ReactiveFormsModule,
9538
+ ButtonModule,
9539
+ TooltipModule,
9540
+ InputMaskModule,
9541
+ InputTextModule,
9542
+ KeyFilterModule,
9543
+ ],
9544
+ declarations: [TextFieldComponent],
9545
+ exports: [TextFieldComponent],
9546
+ })
9547
+ ], TextFieldModule);
9548
+
9549
+ let NumberFieldComponent = class NumberFieldComponent extends BaseFieldComponent {
9550
+ constructor(localeService) {
9551
+ super();
9552
+ this.localeService = localeService;
9553
+ this.onInput = new EventEmitter();
9554
+ this.onFocus = new EventEmitter();
9555
+ this.onComplete = new EventEmitter();
9556
+ this.ngUnsubscribe = new Subject();
9557
+ }
9558
+ ngOnInit() {
9559
+ this.onLocaleService();
9560
+ this.onFocus.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9561
+ if (this.field.onFocus)
9562
+ this.field.onFocus(event);
9563
+ });
9564
+ this.onInput.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9565
+ if (this.field.onInput)
9566
+ this.field.onInput(event);
9567
+ });
9568
+ this.onComplete.pipe(takeUntil(this.ngUnsubscribe)).subscribe((event) => {
9569
+ if (this.field.onComplete)
9570
+ this.field.onComplete(event);
9571
+ });
9572
+ }
9573
+ ngOnDestroy() {
9574
+ this.ngUnsubscribe.next();
9575
+ this.ngUnsubscribe.complete();
9576
+ }
9577
+ get numberAlignmentOption() {
9578
+ return NumberAlignmentOption;
9579
+ }
9580
+ get fieldType() {
9581
+ return FieldType;
9582
+ }
9583
+ onLocaleService() {
9584
+ this.localeService
9585
+ .getLocale()
9586
+ .pipe(first())
9587
+ .subscribe({
9588
+ next: () => {
9589
+ var _a, _b, _c;
9590
+ if (!((_a = this.field.numberLocaleOptions) === null || _a === void 0 ? void 0 : _a.decimalSeparator)) {
9591
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { decimalSeparator: this.localeService.getDecimalSeparator() });
9592
+ }
9593
+ if (!((_b = this.field.numberLocaleOptions) === null || _b === void 0 ? void 0 : _b.thousandsSeparator)) {
9594
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { thousandsSeparator: this.localeService.getGroupingSeparator() });
9595
+ }
9596
+ if (!((_c = this.field.numberLocaleOptions) === null || _c === void 0 ? void 0 : _c.currencySymbol)) {
9597
+ this.field.numberLocaleOptions = Object.assign(Object.assign({}, this.field.numberLocaleOptions), { currencySymbol: "R$" });
9598
+ }
9599
+ },
9600
+ error: () => {
9601
+ var _a;
9602
+ return (this.field.numberLocaleOptions = (_a = this.field.numberLocaleOptions) !== null && _a !== void 0 ? _a : {
9603
+ thousandsSeparator: ".",
9604
+ decimalSeparator: ",",
9605
+ currencySymbol: "R$",
9606
+ });
9607
+ },
9608
+ });
9609
+ }
9610
+ };
9611
+ NumberFieldComponent.ctorParameters = () => [
9612
+ { type: LocaleService }
9613
+ ];
9614
+ __decorate([
9615
+ Input()
9616
+ ], NumberFieldComponent.prototype, "field", void 0);
9617
+ __decorate([
9618
+ Input()
9619
+ ], NumberFieldComponent.prototype, "formControl", void 0);
9620
+ __decorate([
9621
+ Output()
9622
+ ], NumberFieldComponent.prototype, "onInput", void 0);
9623
+ __decorate([
9624
+ Output()
9625
+ ], NumberFieldComponent.prototype, "onFocus", void 0);
9626
+ __decorate([
9627
+ Output()
9628
+ ], NumberFieldComponent.prototype, "onComplete", void 0);
9629
+ NumberFieldComponent = __decorate([
9630
+ Component({
9631
+ template: "<p-inputMask\n *ngIf=\"field.mask; else noMask\"\n type=\"text\"\n [inputId]=\"(field.id || field.name)\"\n [name]=\"field.name\"\n [mask]=\"isFunction(field.mask) ? field.mask() : field.mask\"\n [placeholder]=\"field.placeholder\"\n slotChar=\"_\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [showDelay]=\"500\"\n styleClass=\"mousetrap\"\n (onBlur)=\"field.onBlur ? field.onBlur($event) : null\"\n (onFocus)=\"onFocus.next($event)\"\n (onComplete)=\"onComplete.next($event)\"\n (onInput)=\"onInput.next($event)\"\n [formControl]=\"formControl\" >\n</p-inputMask>\n<ng-template #noMask>\n <ng-container>\n <div class=\"ui-inputgroup\">\n <ng-container *ngIf=\"field.leftAddon\">\n <span *ngIf=\"field.leftAddon.callback\" class=\"addon-button addon-button--left\">\n <s-button\n [label]=\"field.leftAddon.label\"\n [iconClass]=\"field.leftAddon.icon\"\n [priority]=\"field.leftAddon.priority\"\n [disabled]=\"isFunction(field.leftAddon.disabled) ? field.leftAddon.disabled() : field.leftAddon.disabled\"\n (onClick)=\"field.leftAddon.callback()\">\n </s-button>\n </span>\n <span *ngIf=\"!field.leftAddon.callback\" class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.leftAddon.label\">{{field.leftAddon.label}}</span>\n <span *ngIf=\"!field.leftAddon.label\" [ngClass]=\"field.leftAddon.icon\"></span>\n </span>\n </ng-container>\n\n <ng-container *ngTemplateOutlet=\"field.type === fieldType.Double && field.alignTo === numberAlignmentOption.LEFT ? localizedNumber : input\"></ng-container>\n\n <ng-container *ngIf=\"field.rightAddon\">\n <span *ngIf=\"field.rightAddon.callback\" class=\"addon-button addon-button--right\">\n <s-button\n [label]=\"field.rightAddon.label\"\n [iconClass]=\"field.rightAddon.icon\"\n [priority]=\"field.rightAddon.priority\"\n [disabled]=\"isFunction(field.rightAddon.disabled) ? field.rightAddon.disabled() : field.rightAddon.disabled\"\n (onClick)=\"field.rightAddon.callback()\">\n </s-button>\n </span>\n <span *ngIf=\"!field.rightAddon.callback\" class=\"ui-inputgroup-addon\">\n <span *ngIf=\"field.rightAddon.label\">{{field.rightAddon.label}}</span>\n <span *ngIf=\"!field.rightAddon.label\" [ngClass]=\"field.rightAddon.icon\"></span>\n </span>\n </ng-container>\n </div>\n </ng-container>\n</ng-template>\n<ng-template #input>\n <input\n [id]=\"(field.id || field.name)\"\n type=\"text\"\n [name]=\"field.name\"\n sNumberInput\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [scale]=\"isFunction(field.scale) ? trigger(field.scale) : field.scale\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [alignTo]=\"field.alignTo\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n [formControl]=\"formControl\" />\n</ng-template>\n<ng-template #localizedNumber>\n <input\n [id]=\"(field.id || field.name)\"\n type=\"text\"\n [name]=\"field.name\"\n sLocalizedNumberInput\n [precision]=\"isFunction(field.precision) ? trigger(field.precision) : field.precision\"\n [decimalSeparator]=\"field.numberLocaleOptions.decimalSeparator\"\n [thousandsSeparator]=\"field.numberLocaleOptions.thousandsSeparator\"\n [sTooltip]=\"field.tooltip\"\n tooltipPosition=\"top\"\n [placeholder]=\"field.placeholder\"\n [showDelay]=\"500\"\n pInputText\n [autocomplete]=\"field.browserAutocomplete ? 'on' : 'off'\"\n [ngClass]=\"'mousetrap'\"\n (blur)=\"field.onBlur ? field.onBlur($event) : null\"\n (focus)=\"onFocus.next($event)\"\n [formControl]=\"formControl\" />\n</ng-template>\n",
9632
+ encapsulation: ViewEncapsulation.None,
9633
+ styles: ["s-number-field.ng-dirty.ng-invalid .ui-inputtext{border-color:#c13018}s-number-field.ng-dirty.ng-invalid .ui-inputtext:hover{border-color:#e44328}.addon-button{border:1px solid #c1c1cc}.addon-button s-button .s-button-with-text,.addon-button s-button button{height:100%;min-width:40px}.addon-button--left{border-radius:5px 0 0 5px;border-right:none}.addon-button--left s-button button{border-bottom-right-radius:0;border-top-right-radius:0}.addon-button--right{border-left:none;border-radius:0 5px 5px 0}.addon-button--right s-button button{border-bottom-left-radius:0;border-top-left-radius:0}"]
9634
+ })
9635
+ ], NumberFieldComponent);
9636
+
9637
+ let NumberFieldModule = class NumberFieldModule {
9638
+ };
9639
+ NumberFieldModule = __decorate([
9640
+ NgModule({
9641
+ imports: [
9642
+ CommonModule,
9643
+ FormsModule,
9644
+ ReactiveFormsModule,
9645
+ LocalizedNumberInputModule,
9646
+ NumberInputModule,
9647
+ ButtonModule,
9648
+ TooltipModule,
9649
+ InputMaskModule,
9650
+ InputTextModule,
9651
+ ],
9652
+ declarations: [NumberFieldComponent],
9653
+ exports: [NumberFieldComponent],
9654
+ })
9655
+ ], NumberFieldModule);
9656
+
9657
+ let CurrencyFieldModule = class CurrencyFieldModule {
9658
+ };
9659
+ CurrencyFieldModule = __decorate([
9660
+ NgModule({
9661
+ imports: [CommonModule, FormsModule, ReactiveFormsModule, NumberInputModule, TooltipModule, InputMaskModule, InputTextModule],
9662
+ declarations: [CurrencyFieldComponent],
9663
+ exports: [CurrencyFieldComponent],
9664
+ })
9665
+ ], CurrencyFieldModule);
9666
+
9667
+ let NumberFieldModule$1 = class NumberFieldModule {
9668
+ };
9669
+ NumberFieldModule$1 = __decorate([
9670
+ NgModule({
9671
+ imports: [
9672
+ CommonModule,
9673
+ FormsModule,
9674
+ ReactiveFormsModule,
9675
+ ButtonModule,
9676
+ BignumberInputModule,
9677
+ TooltipModule,
9678
+ InputMaskModule,
9679
+ InputTextModule,
9680
+ ],
9681
+ declarations: [BignumberFieldComponent],
9682
+ exports: [BignumberFieldComponent],
9683
+ })
9684
+ ], NumberFieldModule$1);
9685
+
9617
9686
  let DynamicFormModule = class DynamicFormModule {
9618
9687
  };
9619
9688
  DynamicFormModule = __decorate([
@@ -9661,16 +9730,18 @@ DynamicFormModule = __decorate([
9661
9730
  PasswordStrengthModule,
9662
9731
  SliderModule,
9663
9732
  TranslateModule.forChild(),
9733
+ TextFieldModule,
9734
+ NumberFieldModule,
9735
+ CurrencyFieldModule,
9736
+ NumberFieldModule$1,
9664
9737
  ],
9665
9738
  declarations: [
9666
9739
  AutocompleteFieldComponent,
9667
- BignumberFieldComponent,
9668
9740
  BooleanFieldComponent,
9669
9741
  BooleanSwitchFieldComponent,
9670
9742
  CalendarFieldComponent,
9671
9743
  ChipsFieldComponent,
9672
9744
  CountryPhonePickerFieldComponent,
9673
- CurrencyFieldComponent,
9674
9745
  DynamicFieldComponent,
9675
9746
  DynamicFormComponent,
9676
9747
  DynamicFormDirective,
@@ -9678,7 +9749,6 @@ DynamicFormModule = __decorate([
9678
9749
  FileUploadComponent$1,
9679
9750
  LookupComponent,
9680
9751
  LookupFieldComponent,
9681
- NumberFieldComponent,
9682
9752
  PasswordFieldComponent,
9683
9753
  RadioButtonComponent,
9684
9754
  RowComponent,
@@ -9687,22 +9757,18 @@ DynamicFormModule = __decorate([
9687
9757
  SliderFieldComponent,
9688
9758
  TextAreaFieldComponent,
9689
9759
  TextAreaIAFieldComponent,
9690
- TextFieldComponent,
9691
9760
  ],
9692
9761
  exports: [DynamicFormComponent, LookupComponent],
9693
9762
  entryComponents: [
9694
9763
  AutocompleteFieldComponent,
9695
- BignumberFieldComponent,
9696
9764
  BooleanFieldComponent,
9697
9765
  BooleanSwitchFieldComponent,
9698
9766
  CalendarFieldComponent,
9699
9767
  ChipsFieldComponent,
9700
9768
  CountryPhonePickerFieldComponent,
9701
- CurrencyFieldComponent,
9702
9769
  FieldsetComponent,
9703
9770
  FileUploadComponent$1,
9704
9771
  LookupFieldComponent,
9705
- NumberFieldComponent,
9706
9772
  PasswordFieldComponent,
9707
9773
  RadioButtonComponent,
9708
9774
  RowComponent,
@@ -9711,7 +9777,6 @@ DynamicFormModule = __decorate([
9711
9777
  SliderFieldComponent,
9712
9778
  TextAreaFieldComponent,
9713
9779
  TextAreaIAFieldComponent,
9714
- TextFieldComponent,
9715
9780
  ],
9716
9781
  providers: [
9717
9782
  HotkeysService,
@@ -16426,5 +16491,5 @@ const fallback = {
16426
16491
  * Generated bundle index. Do not edit.
16427
16492
  */
16428
16493
 
16429
- export { AccordionComponent, AccordionModule, AccordionPanelComponent, AngularComponentsModule, AutocompleteField, BadgeColors, BadgeComponent, BadgeModule, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, CardComponent, CardModule, CardTemplateTypes, ChipsField, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DebounceUtils, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, EnumSeverity, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, HostProjectConfigsInjectionToken, IAInsightComponent, IAInsightModule, IAInsightTemplateTypes, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, KanbanComponent, KanbanModule, KanbanTemplateTypes, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, RowTogllerDirective, SVGFactoryDirective, SVGFactoryModule, Section, SelectButtonComponent, SelectButtonModule, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TextAreaField, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, countries, fallback, TooltipComponent as ɵa, TooltipDirective as ɵb, BignumberFieldComponent as ɵba, BooleanFieldComponent as ɵbb, BooleanSwitchFieldComponent as ɵbc, CalendarFieldComponent as ɵbd, ChipsFieldComponent as ɵbe, CountryPhonePickerFieldComponent as ɵbf, CurrencyFieldComponent as ɵbg, DynamicFieldComponent as ɵbh, DynamicFormDirective as ɵbi, FieldsetComponent as ɵbj, FileUploadComponent$1 as ɵbk, LookupFieldComponent as ɵbl, NumberFieldComponent as ɵbm, PasswordFieldComponent as ɵbn, RadioButtonComponent as ɵbo, RowComponent as ɵbp, SectionComponent as ɵbq, SelectFieldComponent as ɵbr, SliderFieldComponent as ɵbs, TextAreaFieldComponent as ɵbt, TextAreaIAFieldComponent as ɵbu, IAssistService as ɵbv, TextFieldComponent as ɵbw, DecimalField as ɵby, SideTableComponent as ɵbz, TemplateDirective as ɵc, ThumbnailService as ɵca, InfiniteScrollModule as ɵcb, InfiniteScrollDirective as ɵcc, IAInsightSidebarComponent as ɵcd, IAInsightCardComponent as ɵce, IAInsightCardLoaderComponent as ɵcf, StructureModule as ɵcg, HeaderComponent as ɵch, FooterComponent as ɵci, KanbanEventService as ɵcj, KanbanItemComponent as ɵck, KanbanColumnComponent as ɵcl, KanbanItemDraggingComponent as ɵcm, NumberLocaleOptions as ɵcn, BorderButtonModule as ɵco, BorderButtonComponent as ɵcp, SelectButtonItemComponent as ɵcq, SlidePanelService as ɵcr, TieredMenuEventService as ɵcs, TieredMenuService as ɵct, TieredMenuComponent as ɵcu, TieredMenuNestedComponent as ɵcv, TieredMenuItemComponent as ɵcw, TieredMenuDividerComponent as ɵcx, TimelineItemModule as ɵcy, TimelineIconItemComponent as ɵcz, TemplateModule as ɵd, HorizontalTimelineModule as ɵda, HorizontalTimelineComponent as ɵdb, VerticalTimelineModule as ɵdc, VerticalTimelineComponent as ɵdd, RangeLineComponent as ɵde, CollapseOptionComponent as ɵdf, CollapsedItemsComponent as ɵdg, VerticalItemsComponent as ɵdh, CustomTranslationsModule as ɵe, CodeEditorComponent as ɵf, CoreFacade as ɵg, CodeMirror6Core as ɵh, CountryPhonePickerService as ɵi, LocalizedCurrencyImpurePipe as ɵj, LocalizedBignumberPipe as ɵk, LocalizedBignumberImpurePipe as ɵl, EmptyStateGoBackComponent as ɵm, IAssistIconComponent as ɵn, SeniorIconComponent as ɵo, DotsIndicatorComponent as ɵp, LoadingIndicatorComponent as ɵq, ProgressBarDeterminateComponent as ɵr, ProgressBarIndeterminateComponent as ɵs, FileUploadService as ɵt, FileItemComponent as ɵu, LocaleService as ɵv, InfoSignComponent as ɵw, TableColumnsComponent as ɵx, TablePagingComponent as ɵy, AutocompleteFieldComponent as ɵz };
16494
+ export { AccordionComponent, AccordionModule, AccordionPanelComponent, AngularComponentsModule, AutocompleteField, BadgeColors, BadgeComponent, BadgeModule, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, CardComponent, CardModule, CardTemplateTypes, ChipsField, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DebounceUtils, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, EnumSeverity, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, HostProjectConfigsInjectionToken, IAInsightComponent, IAInsightModule, IAInsightTemplateTypes, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, KanbanComponent, KanbanModule, KanbanTemplateTypes, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, RowTogllerDirective, SVGFactoryDirective, SVGFactoryModule, Section, SelectButtonComponent, SelectButtonModule, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TextAreaField, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, countries, fallback, TooltipComponent as ɵa, TooltipDirective as ɵb, TextFieldComponent as ɵba, NumberFieldModule as ɵbb, LocalizedNumberInputModule as ɵbc, NumberInputModule as ɵbd, NumberFieldComponent as ɵbe, CurrencyFieldModule as ɵbf, CurrencyFieldComponent as ɵbg, NumberFieldModule$1 as ɵbh, BignumberInputModule as ɵbi, BignumberFieldComponent as ɵbj, AutocompleteFieldComponent as ɵbk, BooleanFieldComponent as ɵbl, BooleanSwitchFieldComponent as ɵbm, CalendarFieldComponent as ɵbn, ChipsFieldComponent as ɵbo, CountryPhonePickerFieldComponent as ɵbp, DynamicFieldComponent as ɵbq, DynamicFormDirective as ɵbr, FieldsetComponent as ɵbs, FileUploadComponent$1 as ɵbt, LookupFieldComponent as ɵbu, PasswordFieldComponent as ɵbv, RadioButtonComponent as ɵbw, RowComponent as ɵbx, SectionComponent as ɵby, SelectFieldComponent as ɵbz, TemplateDirective as ɵc, SliderFieldComponent as ɵca, TextAreaFieldComponent as ɵcb, TextAreaIAFieldComponent as ɵcc, IAssistService as ɵcd, DecimalField as ɵcf, SideTableComponent as ɵcg, ThumbnailService as ɵch, InfiniteScrollModule as ɵci, InfiniteScrollDirective as ɵcj, IAInsightSidebarComponent as ɵck, IAInsightCardComponent as ɵcl, IAInsightCardLoaderComponent as ɵcm, StructureModule as ɵcn, HeaderComponent as ɵco, FooterComponent as ɵcp, KanbanEventService as ɵcq, KanbanItemComponent as ɵcr, KanbanColumnComponent as ɵcs, KanbanItemDraggingComponent as ɵct, NumberLocaleOptions as ɵcu, BorderButtonModule as ɵcv, BorderButtonComponent as ɵcw, SelectButtonItemComponent as ɵcx, SlidePanelService as ɵcy, TieredMenuEventService as ɵcz, TemplateModule as ɵd, TieredMenuService as ɵda, TieredMenuComponent as ɵdb, TieredMenuNestedComponent as ɵdc, TieredMenuItemComponent as ɵdd, TieredMenuDividerComponent as ɵde, TimelineItemModule as ɵdf, TimelineIconItemComponent as ɵdg, HorizontalTimelineModule as ɵdh, HorizontalTimelineComponent as ɵdi, VerticalTimelineModule as ɵdj, VerticalTimelineComponent as ɵdk, RangeLineComponent as ɵdl, CollapseOptionComponent as ɵdm, CollapsedItemsComponent as ɵdn, VerticalItemsComponent as ɵdo, CustomTranslationsModule as ɵe, CodeEditorComponent as ɵf, CoreFacade as ɵg, CodeMirror6Core as ɵh, CountryPhonePickerService as ɵi, LocalizedCurrencyImpurePipe as ɵj, LocalizedBignumberPipe as ɵk, LocalizedBignumberImpurePipe as ɵl, EmptyStateGoBackComponent as ɵm, IAssistIconComponent as ɵn, SeniorIconComponent as ɵo, DotsIndicatorComponent as ɵp, LoadingIndicatorComponent as ɵq, ProgressBarDeterminateComponent as ɵr, ProgressBarIndeterminateComponent as ɵs, FileUploadService as ɵt, FileItemComponent as ɵu, LocaleService as ɵv, InfoSignComponent as ɵw, TableColumnsComponent as ɵx, TablePagingComponent as ɵy, TextFieldModule as ɵz };
16430
16495
  //# sourceMappingURL=seniorsistemas-angular-components.js.map