@seniorsistemas/angular-components 17.17.9 → 17.17.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/bundles/seniorsistemas-angular-components.umd.js +254 -225
  2. package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
  3. package/bundles/seniorsistemas-angular-components.umd.min.js +2 -2
  4. package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
  5. package/components/country-phone-picker/country-phone-picker.component.d.ts +17 -8
  6. package/components/dynamic-form/components/fields/chips/chips-field.component.d.ts +1 -1
  7. package/components/ia-insight/components/ia-insight-card/ia-insight-card.component.d.ts +1 -1
  8. package/components/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.d.ts +1 -1
  9. package/components/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.d.ts +1 -1
  10. package/components/inline-edit/components/inline-edit-item/inline-edit-item.component.d.ts +1 -1
  11. package/esm2015/components/country-phone-picker/country-phone-picker.component.js +58 -21
  12. package/esm2015/components/country-phone-picker/country-phone-picker.module.js +3 -1
  13. package/esm2015/components/dynamic-form/components/field-label/field-label.module.js +2 -2
  14. package/esm2015/components/dynamic-form/components/fields/bignumber/bignumber-field.module.js +2 -2
  15. package/esm2015/components/dynamic-form/components/fields/chips/chips-field.component.js +1 -1
  16. package/esm2015/components/dynamic-form/components/fields/currency/currency-field.module.js +2 -2
  17. package/esm2015/components/dynamic-form/components/fields/number/number-field.module.js +3 -3
  18. package/esm2015/components/ia-insight/components/ia-insight-card/ia-insight-card.component.js +1 -1
  19. package/esm2015/components/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.js +2 -2
  20. package/esm2015/components/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.js +2 -2
  21. package/esm2015/components/inline-edit/components/inline-edit-item/inline-edit-item.component.js +2 -2
  22. package/esm2015/components/picklist/picklist.module.js +2 -2
  23. package/esm2015/seniorsistemas-angular-components.js +76 -82
  24. package/esm5/components/country-phone-picker/country-phone-picker.component.js +58 -21
  25. package/esm5/components/country-phone-picker/country-phone-picker.module.js +3 -1
  26. package/esm5/components/dynamic-form/components/field-label/field-label.module.js +2 -2
  27. package/esm5/components/dynamic-form/components/fields/bignumber/bignumber-field.module.js +2 -2
  28. package/esm5/components/dynamic-form/components/fields/chips/chips-field.component.js +1 -1
  29. package/esm5/components/dynamic-form/components/fields/currency/currency-field.module.js +2 -2
  30. package/esm5/components/dynamic-form/components/fields/number/number-field.module.js +3 -3
  31. package/esm5/components/ia-insight/components/ia-insight-card/ia-insight-card.component.js +1 -1
  32. package/esm5/components/inline-edit/components/fields/inline-edit-calendar/inline-edit-calendar.component.js +2 -2
  33. package/esm5/components/inline-edit/components/fields/inline-edit-number/inline-edit-number.component.js +2 -2
  34. package/esm5/components/inline-edit/components/inline-edit-item/inline-edit-item.component.js +2 -2
  35. package/esm5/components/picklist/picklist.module.js +2 -2
  36. package/esm5/seniorsistemas-angular-components.js +76 -82
  37. package/fesm2015/seniorsistemas-angular-components.js +173 -137
  38. package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
  39. package/fesm5/seniorsistemas-angular-components.js +179 -143
  40. package/fesm5/seniorsistemas-angular-components.js.map +1 -1
  41. package/package.json +1 -1
  42. package/seniorsistemas-angular-components.d.ts +75 -81
  43. package/seniorsistemas-angular-components.metadata.json +1 -1
@@ -1,9 +1,9 @@
1
1
  import { __decorate, __values, __assign, __extends, __spread, __awaiter, __generator, __param, __rest, __read } from 'tslib';
2
- import { EventEmitter, Input, Output, Component, ContentChildren, ViewChild, HostListener, forwardRef, NgModule, ɵɵdefineInjectable, Injectable, ElementRef, ApplicationRef, ComponentFactoryResolver, Injector, Renderer2, Directive, KeyValueDiffers, HostBinding, ChangeDetectorRef, TemplateRef, InjectionToken, Inject, ViewEncapsulation, ViewContainerRef, Pipe, ɵɵinject, ViewChildren, ContentChild, Optional } from '@angular/core';
2
+ import { EventEmitter, Input, Output, Component, ContentChildren, ViewChild, HostListener, forwardRef, NgModule, ɵɵdefineInjectable, Injectable, ElementRef, ApplicationRef, ComponentFactoryResolver, Injector, Renderer2, Directive, KeyValueDiffers, HostBinding, ChangeDetectorRef, TemplateRef, InjectionToken, Inject, PLATFORM_ID, ViewContainerRef, ViewEncapsulation, Pipe, ɵɵinject, ViewChildren, ContentChild, Optional } from '@angular/core';
3
3
  import { trigger, transition, style as style$7, animate, state, group, query, animateChild } from '@angular/animations';
4
4
  import { Subject, of, from, ReplaySubject, throwError, fromEvent, forkJoin, pipe } from 'rxjs';
5
5
  import { takeUntil, tap, map, switchMap, catchError, first, filter, take, delay, debounceTime, repeat, finalize } from 'rxjs/operators';
6
- import { CommonModule } from '@angular/common';
6
+ import { CommonModule, isPlatformBrowser } from '@angular/common';
7
7
  import { NG_VALUE_ACCESSOR, FormsModule, ReactiveFormsModule, FormControl, FormGroup, NG_VALIDATORS, FormBuilder, Validators, FormArray, ControlContainer } from '@angular/forms';
8
8
  import { RouterModule, NavigationEnd, PRIMARY_OUTLET, ActivatedRoute, Router } from '@angular/router';
9
9
  import { HttpClient, HttpEventType, HttpClientModule } from '@angular/common/http';
@@ -26,6 +26,7 @@ import { autocompletion, pickedCompletion, startCompletion } from '@codemirror/a
26
26
  import { TranslateService, TranslateModule } from '@ngx-translate/core';
27
27
  import { showTooltip } from '@codemirror/tooltip';
28
28
  import { lineNumbers } from '@codemirror/gutter';
29
+ import { DomPortalOutlet, TemplatePortal, PortalModule } from '@angular/cdk/portal';
29
30
  import { NgxMaskModule } from 'ngx-mask';
30
31
  import { Hotkey, HotkeysService, HotkeyModule } from 'angular2-hotkeys';
31
32
  import BigNumber, { BigNumber as BigNumber$1 } from 'bignumber.js';
@@ -5123,15 +5124,141 @@ var CountryPhonePickerService = /** @class */ (function () {
5123
5124
  return CountryPhonePickerService;
5124
5125
  }());
5125
5126
 
5127
+ var Breakpoints = {
5128
+ SM_MIN: 0,
5129
+ SM_MAX: 767,
5130
+ MD_MIN: 768,
5131
+ MD_MAX: 991,
5132
+ LG_MIN: 992,
5133
+ LG_MAX: 1199,
5134
+ XL_MIN: 1200,
5135
+ XL_MAX: Infinity,
5136
+ };
5137
+
5138
+ var ExportUtils = /** @class */ (function () {
5139
+ function ExportUtils() {
5140
+ throw new Error("Classe não deve ser instanciada.");
5141
+ }
5142
+ ExportUtils.addClass = function (element, className) {
5143
+ element.nativeElement.className = element.nativeElement.className + " " + className;
5144
+ };
5145
+ ExportUtils.removeClass = function (element, className) {
5146
+ if (element.nativeElement.className.includes(className)) {
5147
+ element.nativeElement.className = element.nativeElement.className.replace(className, "");
5148
+ }
5149
+ };
5150
+ ExportUtils.exportCSV = function (columns, data, csvSeparator, documentName) {
5151
+ var _this = this;
5152
+ if (columns === void 0) { columns = []; }
5153
+ if (data === void 0) { data = []; }
5154
+ if (csvSeparator === void 0) { csvSeparator = ";"; }
5155
+ if (documentName === void 0) { documentName = "download"; }
5156
+ var csv = "\ufeff";
5157
+ columns.filter(function (column) { return column.exportable && column.field; }).forEach(function (column, i) {
5158
+ csv += "\"" + (column.header || column.field) + "\"";
5159
+ if (i < columns.length - 1)
5160
+ csv += csvSeparator;
5161
+ });
5162
+ data.forEach(function (record) {
5163
+ csv += "\n";
5164
+ columns.filter(function (column) { return column.exportable && column.field; }).forEach(function (column, i) {
5165
+ var cellData;
5166
+ if (Array.isArray(column.field)) {
5167
+ var fieldValues = column.field.map(function (col) { return _this.resolveFieldData(record, col); });
5168
+ cellData = fieldValues
5169
+ .flat()
5170
+ .filter(function (value) { return value !== null && value !== undefined; })
5171
+ .join(column.separator);
5172
+ }
5173
+ else {
5174
+ cellData = _this.resolveFieldData(record, column.field);
5175
+ }
5176
+ if (cellData != null)
5177
+ cellData = String(cellData).replace(/"/g, "\"\"");
5178
+ else
5179
+ cellData = "";
5180
+ csv += "\"" + cellData + "\"";
5181
+ if (i < columns.length - 1)
5182
+ csv += csvSeparator;
5183
+ });
5184
+ });
5185
+ var blob = new Blob([csv], {
5186
+ type: "text/csv;charset=utf-8;",
5187
+ });
5188
+ if (window.navigator.msSaveOrOpenBlob)
5189
+ navigator.msSaveOrOpenBlob(blob, documentName + ".csv");
5190
+ else {
5191
+ var link = document.createElement("a");
5192
+ link.style.display = "none";
5193
+ document.body.appendChild(link);
5194
+ if (link.download !== undefined) {
5195
+ link.setAttribute("href", URL.createObjectURL(blob));
5196
+ link.setAttribute("download", documentName + ".csv");
5197
+ link.click();
5198
+ }
5199
+ else {
5200
+ csv = "data:text/csv;charset=utf-8," + csv;
5201
+ window.open(encodeURI(csv));
5202
+ }
5203
+ document.body.removeChild(link);
5204
+ }
5205
+ };
5206
+ ExportUtils.resolveFieldData = function (data, field) {
5207
+ if (data && field) {
5208
+ if (this.isFunction(field))
5209
+ return field(data);
5210
+ else if (field.indexOf(".") == -1)
5211
+ return data[field];
5212
+ else {
5213
+ var fields = field.split(".");
5214
+ var value = data;
5215
+ for (var i = 0, len = fields.length; i < len; ++i) {
5216
+ if (value == null) {
5217
+ return null;
5218
+ }
5219
+ value = value[fields[i]];
5220
+ }
5221
+ return value;
5222
+ }
5223
+ }
5224
+ else
5225
+ return null;
5226
+ };
5227
+ ExportUtils.isFunction = function (obj) {
5228
+ return !!(obj && obj.constructor && obj.call && obj.apply);
5229
+ };
5230
+ return ExportUtils;
5231
+ }());
5232
+
5233
+ var convertToMomentDateFormat = function (format) {
5234
+ // A ordem dos replaces é importante.
5235
+ return format
5236
+ .replace(/\bd\b/, "D") // day of month (no leading zero)
5237
+ .replace(/\bdd\b/, "DD") // day of month
5238
+ .replace(/\bo\b/, "DDD") // day of the year (no leading zero)
5239
+ .replace(/\boo\b/, "DDDD") // day of the year
5240
+ .replace(/\bM\b/, "MMM") // month name short
5241
+ .replace(/\bMM\b/, "MMMM") // month name long
5242
+ .replace(/\bm\b/, "M") // month of year (no leading)
5243
+ .replace(/\bmm\b/, "MM") // month of year
5244
+ .replace(/\by\b/, "YY") // year (two digits)
5245
+ .replace(/\byy\b/, "YYYY"); // year (four digits)
5246
+ };
5247
+
5248
+ var isNullOrUndefined = function (value) { return value === null || value === undefined; };
5249
+
5126
5250
  var CountryPhonePickerComponent = /** @class */ (function () {
5127
- function CountryPhonePickerComponent(countryPhonePickerService, translate, eRef) {
5251
+ function CountryPhonePickerComponent(_countryPhonePickerService, _translate, _eRef, platformId) {
5128
5252
  var _this = this;
5129
- this.countryPhonePickerService = countryPhonePickerService;
5130
- this.translate = translate;
5131
- this.eRef = eRef;
5253
+ this._countryPhonePickerService = _countryPhonePickerService;
5254
+ this._translate = _translate;
5255
+ this._eRef = _eRef;
5256
+ this.platformId = platformId;
5132
5257
  this.currentItemIndex = 0;
5133
5258
  this.phone = new FormControl("");
5134
5259
  this.filter = new FormControl("");
5260
+ this.dropTop = 0;
5261
+ this.dropLeft = 0;
5135
5262
  this._open = false;
5136
5263
  this.offsetTop = 0;
5137
5264
  this.ordination = Ordination.NO;
@@ -5148,7 +5275,7 @@ var CountryPhonePickerComponent = /** @class */ (function () {
5148
5275
  }
5149
5276
  else {
5150
5277
  _this.filteredCountriesList = _this._countriesList.filter(function (country) {
5151
- var countryName = _this.translate.instant("platform.angular_components.country_name_" + country.id);
5278
+ var countryName = _this._translate.instant("platform.angular_components.country_name_" + country.id);
5152
5279
  return countryName.toLowerCase().includes(value.toLowerCase());
5153
5280
  });
5154
5281
  }
@@ -5188,7 +5315,7 @@ var CountryPhonePickerComponent = /** @class */ (function () {
5188
5315
  this._onTouched = onTouched;
5189
5316
  };
5190
5317
  CountryPhonePickerComponent.prototype.onClickout = function (event) {
5191
- if (!this.eRef.nativeElement.contains(event.target)) {
5318
+ if (!this._eRef.nativeElement.contains(event.target)) {
5192
5319
  if (this.open) {
5193
5320
  this.open = false;
5194
5321
  }
@@ -5197,7 +5324,7 @@ var CountryPhonePickerComponent = /** @class */ (function () {
5197
5324
  CountryPhonePickerComponent.prototype.ngOnInit = function () {
5198
5325
  var _this = this;
5199
5326
  var _a;
5200
- var countries = this.countryPhonePickerService.getCountries(this.ordination);
5327
+ var countries = this._countryPhonePickerService.getCountries(this.ordination);
5201
5328
  this.filter.valueChanges.subscribe(this._filterCountries);
5202
5329
  if ((_a = this.countries) === null || _a === void 0 ? void 0 : _a.length) {
5203
5330
  this._countriesList = countries.filter(function (country) { return _this.countries.includes(country.id); });
@@ -5244,7 +5371,13 @@ var CountryPhonePickerComponent = /** @class */ (function () {
5244
5371
  },
5245
5372
  set: function (open) {
5246
5373
  this._open = open;
5247
- if (!open) {
5374
+ if (open) {
5375
+ this._createDropdownPortal();
5376
+ }
5377
+ else {
5378
+ if (this._portalHost && this._portalHost.hasAttached()) {
5379
+ this._portalHost.detach();
5380
+ }
5248
5381
  this.phoneInput.nativeElement.focus();
5249
5382
  }
5250
5383
  },
@@ -5319,9 +5452,7 @@ var CountryPhonePickerComponent = /** @class */ (function () {
5319
5452
  var mask;
5320
5453
  if (Array.isArray(this.selectedItem.mask)) {
5321
5454
  var rawMask = this.selectedItem.mask[0].replace(/[^0]/g, "");
5322
- mask = value.length <= rawMask.length
5323
- ? this.selectedItem.mask[0] + "\0"
5324
- : this.selectedItem.mask[1] + "\0";
5455
+ mask = value.length <= rawMask.length ? this.selectedItem.mask[0] + "\0" : this.selectedItem.mask[1] + "\0";
5325
5456
  }
5326
5457
  else {
5327
5458
  mask = this.selectedItem.mask + "\0";
@@ -5358,12 +5489,36 @@ var CountryPhonePickerComponent = /** @class */ (function () {
5358
5489
  tokens = "^" + tokens + "*";
5359
5490
  return this.phone.value.replace(new RegExp(tokens), replace);
5360
5491
  };
5492
+ CountryPhonePickerComponent.prototype._createDropdownPortal = function () {
5493
+ if (!isPlatformBrowser(this.platformId) || isNullOrUndefined(this.dropElement))
5494
+ return;
5495
+ var bodyElement = document.body;
5496
+ var dropElementRect = this.dropElement.nativeElement.getBoundingClientRect();
5497
+ this.dropTop = dropElementRect.bottom + window.scrollY;
5498
+ this.dropLeft = dropElementRect.left + window.scrollX;
5499
+ this._portalHost = new DomPortalOutlet(bodyElement, null, null, null);
5500
+ var portal = new TemplatePortal(this.dropdownTemplate, this.viewContainerRef);
5501
+ this._portalHost.attach(portal);
5502
+ };
5361
5503
  var CountryPhonePickerComponent_1;
5362
5504
  CountryPhonePickerComponent.ctorParameters = function () { return [
5363
5505
  { type: CountryPhonePickerService },
5364
5506
  { type: TranslateService },
5365
- { type: ElementRef }
5507
+ { type: ElementRef },
5508
+ { type: Object, decorators: [{ type: Inject, args: [PLATFORM_ID,] }] }
5366
5509
  ]; };
5510
+ __decorate([
5511
+ ViewChild("dropdownTemplate")
5512
+ ], CountryPhonePickerComponent.prototype, "dropdownTemplate", void 0);
5513
+ __decorate([
5514
+ ViewChild("dropElement", { read: ViewContainerRef })
5515
+ ], CountryPhonePickerComponent.prototype, "viewContainerRef", void 0);
5516
+ __decorate([
5517
+ ViewChild("dropElement", { read: ElementRef })
5518
+ ], CountryPhonePickerComponent.prototype, "dropElement", void 0);
5519
+ __decorate([
5520
+ ViewChild("#dropdownContainer", { read: ElementRef })
5521
+ ], CountryPhonePickerComponent.prototype, "dropdownContainer", void 0);
5367
5522
  __decorate([
5368
5523
  Input()
5369
5524
  ], CountryPhonePickerComponent.prototype, "countries", void 0);
@@ -5394,14 +5549,17 @@ var CountryPhonePickerComponent = /** @class */ (function () {
5394
5549
  CountryPhonePickerComponent = CountryPhonePickerComponent_1 = __decorate([
5395
5550
  Component({
5396
5551
  selector: "s-country-phone-picker",
5397
- template: "<div class=\"country-phone-picker\">\n <div class=\"phone-input\">\n <div class=\"drop\" (click)=\"open = !open\">\n <span class=\"drop-flag\" [ngClass]=\"'fi fi-' + selectedItem.id\">\n </span>\n <span class=\"drop-icon fas fa-caret-down\"></span>\n </div>\n <p class=\"phone-ddi\">{{ selectedItem.ddi }}</p>\n <input\n #phoneInput\n type=\"tel\"\n autofocus\n [mask]=\"mask\" \n [placeholder]=\"getPlaceholder()\"\n [formControl]=\"phone\"\n (focus)=\"onPhoneInputFocus()\" \n (blur)=\"onBlur(value)\"\n />\n </div>\n <div *ngIf=\"open\" class=\"dropdown\">\n <div class=\"search\">\n <input\n class=\"search-field\"\n type=\"text\"\n [formControl]=\"filter\">\n <span class=\"search-icon fas fa-search\"></span>\n <span\n class=\"search-clear fa fa-times\"\n (click)=\"onCleanFilter()\"></span>\n </div>\n <ul class=\"select-list\">\n <li\n *ngFor=\"let country of filteredCountriesList; let i = index;\"\n class=\"select-option\"\n [ngClass]=\"{ 'select-option--focused': i == currentItemIndex }\"\n (click)=\"onSelectItem(country)\">\n <span\n class=\"select-option__flag\"\n [ngClass]=\"'fi fi-' + country.id\">\n </span>\n <span class=\"select-option__name\">\n {{ \"platform.angular_components.country_name_\" + country.id | translate }}\n </span>\n <span class=\"select-option__ddi\">\n {{ country.ddi }}\n </span>\n </li>\n </ul>\n </div>\n</div>",
5398
- providers: [{
5552
+ template: "<div class=\"country-phone-picker\">\n <div #dropElement class=\"phone-input\">\n <div class=\"drop\" (click)=\"open = !open\">\n <span class=\"drop-flag\" [ngClass]=\"'fi fi-' + selectedItem.id\"> </span>\n <span class=\"drop-icon fas fa-caret-down\"></span>\n </div>\n <p class=\"phone-ddi\">{{ selectedItem.ddi }}</p>\n <input\n #phoneInput\n type=\"tel\"\n autofocus\n [mask]=\"mask\"\n [placeholder]=\"getPlaceholder()\"\n [formControl]=\"phone\"\n (focus)=\"onPhoneInputFocus()\"\n (blur)=\"onBlur(value)\"\n />\n </div>\n <ng-template #dropdownTemplate>\n <div\n #dropdownContainer\n *ngIf=\"open\"\n class=\"dropdown\"\n [ngStyle]=\"{\n position: 'absolute',\n top: dropTop + 'px',\n left: dropLeft + 'px'\n }\"\n >\n <div class=\"search\">\n <input class=\"search-field\" type=\"text\" [formControl]=\"filter\" />\n <span class=\"search-icon fas fa-search\"></span>\n <span class=\"search-clear fa fa-times\" (click)=\"onCleanFilter()\"></span>\n </div>\n <ul class=\"select-list\">\n <li\n *ngFor=\"let country of filteredCountriesList; let i = index\"\n class=\"select-option\"\n [ngClass]=\"{ 'select-option--focused': i == currentItemIndex }\"\n (click)=\"onSelectItem(country)\"\n >\n <span class=\"select-option__flag\" [ngClass]=\"'fi fi-' + country.id\"> </span>\n <span class=\"select-option__name\">\n {{ \"platform.angular_components.country_name_\" + country.id | translate }}\n </span>\n <span class=\"select-option__ddi\">\n {{ country.ddi }}\n </span>\n </li>\n </ul>\n </div>\n </ng-template>\n</div>\n",
5553
+ providers: [
5554
+ {
5399
5555
  provide: NG_VALUE_ACCESSOR,
5400
5556
  useExisting: forwardRef(function () { return CountryPhonePickerComponent_1; }),
5401
5557
  multi: true,
5402
- }],
5403
- styles: [".country-phone-picker .phone-input{background-color:#fff;border:1px solid #d8d8d8;border-radius:4px;display:-ms-flexbox;display:flex;line-height:normal;overflow:hidden}.country-phone-picker .phone-input .drop{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex}.country-phone-picker .phone-input .drop .drop-flag{margin-left:12px}.country-phone-picker .phone-input .drop .drop-icon{font-size:12px;margin:0 8px}.country-phone-picker .phone-input .phone-ddi{margin:8px 0}.country-phone-picker .phone-input input{border:none;-ms-flex-positive:1;flex-grow:1;font-family:\"Open Sans\",sans-serif;font-size:14px;font-weight:400;line-height:150%;margin-left:8px}.country-phone-picker .phone-input input:focus{color:#697882;outline:0}.country-phone-picker .dropdown{background-color:#fff;border-radius:4px;box-shadow:0 4px 5px #00000033;padding:4px 0;position:absolute;margin:2px 0;z-index:999999}.country-phone-picker .dropdown .search{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:8px 12px}.country-phone-picker .dropdown .search .search-field{border:1px solid #d8d8d8;border-radius:4px;-ms-flex-positive:1;flex-grow:1;font-family:\"Open Sans\",sans-serif;font-size:14px;font-weight:400;height:36px;line-height:150%;padding:0 32px 0 8px}.country-phone-picker .dropdown .search .search-icon{color:#333;font-size:12px;position:relative;right:24px}.country-phone-picker .dropdown .search .search-clear{color:#333;cursor:pointer;font-size:1rem}.country-phone-picker .dropdown .select-list{list-style:none;max-height:234px;min-width:360px;max-width:100vw;overflow:scroll;padding:0}.country-phone-picker .dropdown .select-list .select-option{cursor:pointer;display:-ms-flexbox;display:flex;padding:12px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.country-phone-picker .dropdown .select-list .select-option .select-option__flag{margin-right:12px}.country-phone-picker .dropdown .select-list .select-option .select-option__name{margin-right:.5rem;max-width:100%;overflow:hidden;text-overflow:ellipsis}.country-phone-picker .dropdown .select-list .select-option .select-option__ddi{color:#697882;font-size:14px;font-family:\"Open Sans\",sans-serif;font-weight:400;line-height:150%}.country-phone-picker .dropdown .select-list .select-option--focused,.country-phone-picker .dropdown .select-list .select-option:hover{background-color:#e5eaea}"]
5404
- })
5558
+ },
5559
+ ],
5560
+ styles: [".country-phone-picker .phone-input{background-color:#fff;border:1px solid #d8d8d8;border-radius:4px;display:-ms-flexbox;display:flex;line-height:normal;overflow:hidden}.country-phone-picker .phone-input .drop{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex}.country-phone-picker .phone-input .drop .drop-flag{margin-left:12px}.country-phone-picker .phone-input .drop .drop-icon{font-size:12px;margin:0 8px}.country-phone-picker .phone-input .phone-ddi{margin:8px 0}.country-phone-picker .phone-input input{border:none;-ms-flex-positive:1;flex-grow:1;font-family:\"Open Sans\",sans-serif;font-size:14px;font-weight:400;line-height:150%;margin-left:8px}.country-phone-picker .phone-input input:focus{color:#697882;outline:0}.dropdown{background-color:#fff;border-radius:4px;box-shadow:0 4px 5px #00000033;padding:4px 0;position:absolute;margin:2px 0;z-index:999999}.dropdown .search{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;padding:8px 12px}.dropdown .search .search-field{border:1px solid #d8d8d8;border-radius:4px;-ms-flex-positive:1;flex-grow:1;font-family:\"Open Sans\",sans-serif;font-size:14px;font-weight:400;height:36px;line-height:150%;padding:0 32px 0 8px}.dropdown .search .search-icon{color:#333;font-size:12px;position:relative;right:24px}.dropdown .search .search-clear{color:#333;cursor:pointer;font-size:1rem}.dropdown .select-list{list-style:none;max-height:234px;min-width:360px;max-width:100vw;overflow:scroll;padding:0}.dropdown .select-list .select-option{cursor:pointer;display:-ms-flexbox;display:flex;padding:12px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.dropdown .select-list .select-option .select-option__flag{margin-right:12px}.dropdown .select-list .select-option .select-option__name{margin-right:.5rem;max-width:100%;overflow:hidden;text-overflow:ellipsis}.dropdown .select-list .select-option .select-option__ddi{color:#697882;font-size:14px;font-family:\"Open Sans\",sans-serif;font-weight:400;line-height:150%}.dropdown .select-list .select-option--focused,.dropdown .select-list .select-option:hover{background-color:#e5eaea}"]
5561
+ }),
5562
+ __param(3, Inject(PLATFORM_ID))
5405
5563
  ], CountryPhonePickerComponent);
5406
5564
  return CountryPhonePickerComponent;
5407
5565
  }());
@@ -5416,6 +5574,7 @@ var CountryPhonePickerModule = /** @class */ (function () {
5416
5574
  TranslateModule,
5417
5575
  ReactiveFormsModule,
5418
5576
  NgxMaskModule.forRoot(),
5577
+ PortalModule,
5419
5578
  ],
5420
5579
  declarations: [CountryPhonePickerComponent],
5421
5580
  exports: [CountryPhonePickerComponent],
@@ -7188,129 +7347,6 @@ var FileUploadService = /** @class */ (function () {
7188
7347
  return FileUploadService;
7189
7348
  }());
7190
7349
 
7191
- var Breakpoints = {
7192
- SM_MIN: 0,
7193
- SM_MAX: 767,
7194
- MD_MIN: 768,
7195
- MD_MAX: 991,
7196
- LG_MIN: 992,
7197
- LG_MAX: 1199,
7198
- XL_MIN: 1200,
7199
- XL_MAX: Infinity,
7200
- };
7201
-
7202
- var ExportUtils = /** @class */ (function () {
7203
- function ExportUtils() {
7204
- throw new Error("Classe não deve ser instanciada.");
7205
- }
7206
- ExportUtils.addClass = function (element, className) {
7207
- element.nativeElement.className = element.nativeElement.className + " " + className;
7208
- };
7209
- ExportUtils.removeClass = function (element, className) {
7210
- if (element.nativeElement.className.includes(className)) {
7211
- element.nativeElement.className = element.nativeElement.className.replace(className, "");
7212
- }
7213
- };
7214
- ExportUtils.exportCSV = function (columns, data, csvSeparator, documentName) {
7215
- var _this = this;
7216
- if (columns === void 0) { columns = []; }
7217
- if (data === void 0) { data = []; }
7218
- if (csvSeparator === void 0) { csvSeparator = ";"; }
7219
- if (documentName === void 0) { documentName = "download"; }
7220
- var csv = "\ufeff";
7221
- columns.filter(function (column) { return column.exportable && column.field; }).forEach(function (column, i) {
7222
- csv += "\"" + (column.header || column.field) + "\"";
7223
- if (i < columns.length - 1)
7224
- csv += csvSeparator;
7225
- });
7226
- data.forEach(function (record) {
7227
- csv += "\n";
7228
- columns.filter(function (column) { return column.exportable && column.field; }).forEach(function (column, i) {
7229
- var cellData;
7230
- if (Array.isArray(column.field)) {
7231
- var fieldValues = column.field.map(function (col) { return _this.resolveFieldData(record, col); });
7232
- cellData = fieldValues
7233
- .flat()
7234
- .filter(function (value) { return value !== null && value !== undefined; })
7235
- .join(column.separator);
7236
- }
7237
- else {
7238
- cellData = _this.resolveFieldData(record, column.field);
7239
- }
7240
- if (cellData != null)
7241
- cellData = String(cellData).replace(/"/g, "\"\"");
7242
- else
7243
- cellData = "";
7244
- csv += "\"" + cellData + "\"";
7245
- if (i < columns.length - 1)
7246
- csv += csvSeparator;
7247
- });
7248
- });
7249
- var blob = new Blob([csv], {
7250
- type: "text/csv;charset=utf-8;",
7251
- });
7252
- if (window.navigator.msSaveOrOpenBlob)
7253
- navigator.msSaveOrOpenBlob(blob, documentName + ".csv");
7254
- else {
7255
- var link = document.createElement("a");
7256
- link.style.display = "none";
7257
- document.body.appendChild(link);
7258
- if (link.download !== undefined) {
7259
- link.setAttribute("href", URL.createObjectURL(blob));
7260
- link.setAttribute("download", documentName + ".csv");
7261
- link.click();
7262
- }
7263
- else {
7264
- csv = "data:text/csv;charset=utf-8," + csv;
7265
- window.open(encodeURI(csv));
7266
- }
7267
- document.body.removeChild(link);
7268
- }
7269
- };
7270
- ExportUtils.resolveFieldData = function (data, field) {
7271
- if (data && field) {
7272
- if (this.isFunction(field))
7273
- return field(data);
7274
- else if (field.indexOf(".") == -1)
7275
- return data[field];
7276
- else {
7277
- var fields = field.split(".");
7278
- var value = data;
7279
- for (var i = 0, len = fields.length; i < len; ++i) {
7280
- if (value == null) {
7281
- return null;
7282
- }
7283
- value = value[fields[i]];
7284
- }
7285
- return value;
7286
- }
7287
- }
7288
- else
7289
- return null;
7290
- };
7291
- ExportUtils.isFunction = function (obj) {
7292
- return !!(obj && obj.constructor && obj.call && obj.apply);
7293
- };
7294
- return ExportUtils;
7295
- }());
7296
-
7297
- var convertToMomentDateFormat = function (format) {
7298
- // A ordem dos replaces é importante.
7299
- return format
7300
- .replace(/\bd\b/, "D") // day of month (no leading zero)
7301
- .replace(/\bdd\b/, "DD") // day of month
7302
- .replace(/\bo\b/, "DDD") // day of the year (no leading zero)
7303
- .replace(/\boo\b/, "DDDD") // day of the year
7304
- .replace(/\bM\b/, "MMM") // month name short
7305
- .replace(/\bMM\b/, "MMMM") // month name long
7306
- .replace(/\bm\b/, "M") // month of year (no leading)
7307
- .replace(/\bmm\b/, "MM") // month of year
7308
- .replace(/\by\b/, "YY") // year (two digits)
7309
- .replace(/\byy\b/, "YYYY"); // year (four digits)
7310
- };
7311
-
7312
- var isNullOrUndefined = function (value) { return value === null || value === undefined; };
7313
-
7314
7350
  var ValidateErrors;
7315
7351
  (function (ValidateErrors) {
7316
7352
  ValidateErrors["MAX_FILE_SIZE"] = "MAX_FILE_SIZE";
@@ -21276,5 +21312,5 @@ var fallback = {
21276
21312
  * Generated bundle index. Do not edit.
21277
21313
  */
21278
21314
 
21279
- export { AccordionComponent, AccordionModule, AccordionPanelComponent, AlertComponent, AlertModule, 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, CheckDisabled, CheckboxComponent, CheckboxModule, ChipsComponent, ChipsField, ChipsModule, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CurrencyService, 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, FileUploadPermissions, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, HostProjectConfigsInjectionToken, IAInsightComponent, IAInsightModule, IAInsightTemplateTypes, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, InlineEditCalendarField, InlineEditComponent, InlineEditField, InlineEditLookupField, InlineEditModule, InlineEditNumberField, InlineEditTextAreaField, InlineEditTextAreaIAField, InlineEditTextField, KanbanComponent, KanbanModule, KanbanTemplateTypes, LabelValueComponent, LabelValueModule, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationButtonComponent, NavigationButtonModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, NumericService, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, PicklistComponent, PicklistModule, PicklistTemplateTypes, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, RowTogllerDirective, SVGFactoryDirective, SVGFactoryModule, Section, SelectButtonComponent, SelectButtonModule, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SliderComponent, SliderModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TemplateDirective, TemplateModule, TextAreaField, TextAreaIAComponent, TextAreaIAModule, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, convertToMomentDateFormat, countries, fallback, isNullOrUndefined, parseItensPickList, ɵ0$3 as ɵ0, ɵ1$2 as ɵ1, ɵ2$1 as ɵ2, ɵ3$1 as ɵ3, ɵ4, TooltipComponent as ɵa, TooltipDirective as ɵb, TablePagingComponent as ɵba, PasswordFieldModule as ɵbb, FieldLabelModule as ɵbc, InfoSignModule as ɵbd, FieldLabelComponent as ɵbe, PasswordFieldComponent as ɵbf, TextFieldModule as ɵbg, TextFieldComponent as ɵbh, NumberFieldModule as ɵbi, LocalizedNumberInputModule as ɵbj, NumberInputModule as ɵbk, NumberFieldComponent as ɵbl, CurrencyFieldModule as ɵbm, CurrencyFieldComponent as ɵbn, BignumberFieldModule as ɵbo, BignumberInputModule as ɵbp, BignumberFieldComponent as ɵbq, CheckboxFieldModule as ɵbr, CheckboxFieldComponent as ɵbs, ProfilePictureModule as ɵbt, ThumbnailService as ɵbu, StructureModule as ɵbv, HeaderComponent as ɵbw, FooterComponent as ɵbx, ProfilePictureFieldComponent as ɵby, EditorFieldModule as ɵbz, TieredMenuEventService as ɵc, EditorFieldComponent as ɵca, AutocompleteFieldComponent as ɵcb, BooleanFieldComponent as ɵcc, BooleanSwitchFieldComponent as ɵcd, CalendarFieldComponent as ɵce, ChipsFieldComponent as ɵcf, CountryPhonePickerFieldComponent as ɵcg, DynamicFieldComponent as ɵch, DynamicFormDirective as ɵci, FieldsetComponent as ɵcj, FileUploadComponent$1 as ɵck, LookupFieldComponent as ɵcl, RadioButtonComponent as ɵcm, RowComponent as ɵcn, SectionComponent as ɵco, SelectFieldComponent as ɵcp, SliderFieldComponent as ɵcq, TextAreaFieldComponent as ɵcr, TextAreaIAFieldComponent as ɵcs, IAssistService as ɵct, DecimalField as ɵcv, SideTableComponent as ɵcw, InfiniteScrollModule as ɵcx, InfiniteScrollDirective as ɵcy, IAInsightSidebarComponent as ɵcz, TieredMenuService as ɵd, IAInsightCardComponent as ɵda, IAInsightCardLoaderComponent as ɵdb, InlineEditItemComponent as ɵdc, LocaleService as ɵdd, InlineEditCalendarComponent as ɵde, InlineEditLookupComponent as ɵdf, InlineEditNumberComponent as ɵdg, InlineEditTextComponent as ɵdh, InlineEditTextAreaComponent as ɵdi, InlineEditTextAreaIAComponent as ɵdj, KanbanEventService as ɵdk, KanbanItemComponent as ɵdl, KanbanColumnComponent as ɵdm, KanbanItemDraggingComponent as ɵdn, NumberLocaleOptions as ɵdo, BorderButtonModule as ɵdp, BorderButtonComponent as ɵdq, ProgressBarDeterminateComponent as ɵdr, ProgressBarIndeterminateComponent as ɵds, SelectButtonItemComponent as ɵdt, SlidePanelService as ɵdu, TimelineItemModule as ɵdv, TimelineIconItemComponent as ɵdw, HorizontalTimelineModule as ɵdx, HorizontalTimelineComponent as ɵdy, VerticalTimelineModule as ɵdz, TieredMenuGlobalService as ɵe, VerticalTimelineComponent as ɵea, RangeLineComponent as ɵeb, CollapseOptionComponent as ɵec, CollapsedItemsComponent as ɵed, VerticalItemsComponent as ɵee, ButtonModule as ɵef, ChipItemComponent as ɵeg, TieredMenuComponent as ɵf, TieredMenuNestedComponent as ɵg, TieredMenuItemComponent as ɵh, TieredMenuDividerComponent as ɵi, CustomTranslationsModule as ɵj, CodeEditorComponent as ɵk, CoreFacade as ɵl, CodeMirror6Core as ɵm, CountryPhonePickerService as ɵn, LocalizedCurrencyImpurePipe as ɵo, LocalizedBignumberPipe as ɵp, LocalizedBignumberImpurePipe as ɵq, NumericPipe as ɵr, EmptyStateGoBackComponent as ɵs, IAssistIconComponent as ɵt, SeniorIconComponent as ɵu, DotsIndicatorComponent as ɵv, LoadingIndicatorComponent as ɵw, FileUploadService as ɵx, InfoSignComponent as ɵy, TableColumnsComponent as ɵz };
21315
+ export { AccordionComponent, AccordionModule, AccordionPanelComponent, AlertComponent, AlertModule, 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, CheckDisabled, CheckboxComponent, CheckboxModule, ChipsComponent, ChipsField, ChipsModule, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CurrencyService, 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, FileUploadPermissions, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, HostProjectConfigsInjectionToken, IAInsightComponent, IAInsightModule, IAInsightTemplateTypes, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, InlineEditCalendarField, InlineEditComponent, InlineEditField, InlineEditLookupField, InlineEditModule, InlineEditNumberField, InlineEditTextAreaField, InlineEditTextAreaIAField, InlineEditTextField, KanbanComponent, KanbanModule, KanbanTemplateTypes, LabelValueComponent, LabelValueModule, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationButtonComponent, NavigationButtonModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, NumericService, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, PicklistComponent, PicklistModule, PicklistTemplateTypes, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, RowTogllerDirective, SVGFactoryDirective, SVGFactoryModule, Section, SelectButtonComponent, SelectButtonModule, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SliderComponent, SliderModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TemplateDirective, TemplateModule, TextAreaField, TextAreaIAComponent, TextAreaIAModule, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, convertToMomentDateFormat, countries, fallback, isNullOrUndefined, parseItensPickList, ɵ0$3 as ɵ0, ɵ1$2 as ɵ1, ɵ2$1 as ɵ2, ɵ3$1 as ɵ3, ɵ4, TooltipComponent as ɵa, TooltipDirective as ɵb, TablePagingComponent as ɵba, PasswordFieldModule as ɵbb, FieldLabelModule as ɵbc, FieldLabelComponent as ɵbd, PasswordFieldComponent as ɵbe, TextFieldModule as ɵbf, TextFieldComponent as ɵbg, NumberFieldModule as ɵbh, NumberFieldComponent as ɵbi, CurrencyFieldModule as ɵbj, CurrencyFieldComponent as ɵbk, BignumberFieldModule as ɵbl, BignumberFieldComponent as ɵbm, CheckboxFieldModule as ɵbn, CheckboxFieldComponent as ɵbo, ProfilePictureModule as ɵbp, ThumbnailService as ɵbq, StructureModule as ɵbr, HeaderComponent as ɵbs, FooterComponent as ɵbt, ProfilePictureFieldComponent as ɵbu, EditorFieldModule as ɵbv, EditorFieldComponent as ɵbw, AutocompleteFieldComponent as ɵbx, BooleanFieldComponent as ɵby, BooleanSwitchFieldComponent as ɵbz, TieredMenuEventService as ɵc, CalendarFieldComponent as ɵca, ChipsFieldComponent as ɵcb, CountryPhonePickerFieldComponent as ɵcc, DynamicFieldComponent as ɵcd, DynamicFormDirective as ɵce, FieldsetComponent as ɵcf, FileUploadComponent$1 as ɵcg, LookupFieldComponent as ɵch, RadioButtonComponent as ɵci, RowComponent as ɵcj, SectionComponent as ɵck, SelectFieldComponent as ɵcl, SliderFieldComponent as ɵcm, TextAreaFieldComponent as ɵcn, TextAreaIAFieldComponent as ɵco, IAssistService as ɵcp, DecimalField as ɵcr, SideTableComponent as ɵcs, InfiniteScrollModule as ɵct, InfiniteScrollDirective as ɵcu, IAInsightSidebarComponent as ɵcv, IAInsightCardComponent as ɵcw, IAInsightCardLoaderComponent as ɵcx, InlineEditItemComponent as ɵcy, InlineEditCalendarComponent as ɵcz, TieredMenuService as ɵd, InlineEditLookupComponent as ɵda, InlineEditNumberComponent as ɵdb, InlineEditTextComponent as ɵdc, InlineEditTextAreaComponent as ɵdd, InlineEditTextAreaIAComponent as ɵde, KanbanEventService as ɵdf, KanbanItemComponent as ɵdg, KanbanColumnComponent as ɵdh, KanbanItemDraggingComponent as ɵdi, NumberLocaleOptions as ɵdj, BorderButtonModule as ɵdk, BorderButtonComponent as ɵdl, ProgressBarDeterminateComponent as ɵdm, ProgressBarIndeterminateComponent as ɵdn, SelectButtonItemComponent as ɵdo, SlidePanelService as ɵdp, TimelineItemModule as ɵdq, TimelineIconItemComponent as ɵdr, HorizontalTimelineModule as ɵds, HorizontalTimelineComponent as ɵdt, VerticalTimelineModule as ɵdu, VerticalTimelineComponent as ɵdv, RangeLineComponent as ɵdw, CollapseOptionComponent as ɵdx, CollapsedItemsComponent as ɵdy, VerticalItemsComponent as ɵdz, TieredMenuGlobalService as ɵe, ChipItemComponent as ɵea, TieredMenuComponent as ɵf, TieredMenuNestedComponent as ɵg, TieredMenuItemComponent as ɵh, TieredMenuDividerComponent as ɵi, CustomTranslationsModule as ɵj, CodeEditorComponent as ɵk, CoreFacade as ɵl, CodeMirror6Core as ɵm, CountryPhonePickerService as ɵn, LocalizedCurrencyImpurePipe as ɵo, LocalizedBignumberPipe as ɵp, LocalizedBignumberImpurePipe as ɵq, NumericPipe as ɵr, EmptyStateGoBackComponent as ɵs, IAssistIconComponent as ɵt, SeniorIconComponent as ɵu, DotsIndicatorComponent as ɵv, LoadingIndicatorComponent as ɵw, FileUploadService as ɵx, InfoSignComponent as ɵy, TableColumnsComponent as ɵz };
21280
21316
  //# sourceMappingURL=seniorsistemas-angular-components.js.map