@seniorsistemas/angular-components 17.2.1 → 17.2.2

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 (44) hide show
  1. package/bundles/seniorsistemas-angular-components.umd.js +217 -55
  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/dynamic-form/components/fields/base-field-component.d.ts +2 -1
  6. package/components/dynamic-form/components/fields/text-area-ia/text-area-ia-field.component.d.ts +25 -0
  7. package/components/dynamic-form/configurations/field-type.d.ts +8 -7
  8. package/components/dynamic-form/configurations/fields/text-area-ia-field.d.ts +18 -0
  9. package/components/dynamic-form/services/IAssist/iassist.service.d.ts +15 -0
  10. package/components/dynamic-form/services/IAssist/models/iassist-input-data.d.ts +5 -0
  11. package/components/dynamic-form/services/IAssist/models/iassist-response.d.ts +5 -0
  12. package/esm2015/components/dynamic-form/components/fields/base-field-component.js +1 -1
  13. package/esm2015/components/dynamic-form/components/fields/text-area-ia/text-area-ia-field.component.js +73 -0
  14. package/esm2015/components/dynamic-form/configurations/field-type.js +8 -7
  15. package/esm2015/components/dynamic-form/configurations/fields/text-area-ia-field.js +11 -0
  16. package/esm2015/components/dynamic-form/configurations/form-field.js +5 -5
  17. package/esm2015/components/dynamic-form/dynamic-form.component.js +2 -2
  18. package/esm2015/components/dynamic-form/dynamic-form.js +5 -5
  19. package/esm2015/components/dynamic-form/dynamic-form.module.js +9 -2
  20. package/esm2015/components/dynamic-form/services/IAssist/iassist.service.js +86 -0
  21. package/esm2015/components/dynamic-form/services/IAssist/models/iassist-input-data.js +1 -0
  22. package/esm2015/components/dynamic-form/services/IAssist/models/iassist-response.js +1 -0
  23. package/esm2015/locale/fallback.js +4 -1
  24. package/esm2015/seniorsistemas-angular-components.js +38 -36
  25. package/esm5/components/dynamic-form/components/fields/base-field-component.js +1 -1
  26. package/esm5/components/dynamic-form/components/fields/text-area-ia/text-area-ia-field.component.js +75 -0
  27. package/esm5/components/dynamic-form/configurations/field-type.js +8 -7
  28. package/esm5/components/dynamic-form/configurations/fields/text-area-ia-field.js +16 -0
  29. package/esm5/components/dynamic-form/configurations/form-field.js +5 -5
  30. package/esm5/components/dynamic-form/dynamic-form.component.js +2 -2
  31. package/esm5/components/dynamic-form/dynamic-form.js +5 -5
  32. package/esm5/components/dynamic-form/dynamic-form.module.js +9 -2
  33. package/esm5/components/dynamic-form/services/IAssist/iassist.service.js +81 -0
  34. package/esm5/components/dynamic-form/services/IAssist/models/iassist-input-data.js +1 -0
  35. package/esm5/components/dynamic-form/services/IAssist/models/iassist-response.js +1 -0
  36. package/esm5/locale/fallback.js +4 -1
  37. package/esm5/seniorsistemas-angular-components.js +38 -36
  38. package/fesm2015/seniorsistemas-angular-components.js +180 -20
  39. package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
  40. package/fesm5/seniorsistemas-angular-components.js +180 -20
  41. package/fesm5/seniorsistemas-angular-components.js.map +1 -1
  42. package/package.json +1 -1
  43. package/seniorsistemas-angular-components.d.ts +37 -35
  44. package/seniorsistemas-angular-components.metadata.json +1 -1
@@ -2,11 +2,11 @@ import { __decorate, __rest, __awaiter, __param } from 'tslib';
2
2
  import { EventEmitter, Input, Output, Component, ContentChildren, ViewChild, HostListener, forwardRef, NgModule, ɵɵdefineInjectable, Injectable, ElementRef, ApplicationRef, ComponentFactoryResolver, Injector, Directive, HostBinding, Renderer2, Pipe, ViewEncapsulation, InjectionToken, Inject, TemplateRef, ViewContainerRef, ChangeDetectorRef, Optional, ContentChild } from '@angular/core';
3
3
  import { trigger, transition, style as style$7, animate, state, group, query, animateChild } from '@angular/animations';
4
4
  import { CommonModule } from '@angular/common';
5
- import { NG_VALUE_ACCESSOR, FormsModule, ReactiveFormsModule, FormControl, FormGroup, NG_VALIDATORS, Validators, FormArray, ControlContainer } from '@angular/forms';
5
+ import { NG_VALUE_ACCESSOR, FormsModule, ReactiveFormsModule, FormControl, FormGroup, NG_VALIDATORS, FormBuilder, Validators, FormArray, ControlContainer } from '@angular/forms';
6
6
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
7
7
  import { RouterModule, NavigationEnd, PRIMARY_OUTLET, ActivatedRoute, Router } from '@angular/router';
8
8
  import { BreadcrumbModule as BreadcrumbModule$1 } from 'primeng/breadcrumb';
9
- import { Subject, of, from, forkJoin, throwError, ReplaySubject } from 'rxjs';
9
+ import { Subject, of, from, throwError, forkJoin, ReplaySubject } from 'rxjs';
10
10
  import { takeUntil, filter, tap, map, switchMap, catchError, delay, debounceTime, repeat, finalize, take } from 'rxjs/operators';
11
11
  import { TieredMenu, TieredMenuModule as TieredMenuModule$1 } from 'primeng/tieredmenu';
12
12
  import { TooltipModule as TooltipModule$1 } from 'primeng/tooltip';
@@ -40,12 +40,12 @@ import { RadioButtonModule } from 'primeng/radiobutton';
40
40
  import { SliderModule } from 'primeng/slider';
41
41
  import { ProgressBarModule as ProgressBarModule$1 } from 'primeng/progressbar';
42
42
  import { DomSanitizer, BrowserModule } from '@angular/platform-browser';
43
+ import { MessageService, ConfirmationService } from 'primeng/api';
43
44
  import Cropper from 'cropperjs';
44
45
  import * as elementResizeDetectorMaker_ from 'element-resize-detector';
45
46
  import { FocusTrapFactory, A11yModule } from '@angular/cdk/a11y';
46
47
  import { ScrollPanelModule } from 'primeng/scrollpanel';
47
48
  import { Sidebar, SidebarModule as SidebarModule$1 } from 'primeng/sidebar';
48
- import { ConfirmationService } from 'primeng/api';
49
49
  import { ConfirmDialogModule } from 'primeng/confirmdialog';
50
50
  import { EditorView } from '@codemirror/view';
51
51
  import { StateField, StateEffect, EditorState } from '@codemirror/state';
@@ -2263,25 +2263,26 @@ var FieldType;
2263
2263
  (function (FieldType) {
2264
2264
  FieldType["Autocomplete"] = "Autocomplete";
2265
2265
  FieldType["Binary"] = "Binary";
2266
+ FieldType["Blob"] = "Blob";
2266
2267
  FieldType["Boolean"] = "Boolean";
2267
2268
  FieldType["Chips"] = "Chips";
2269
+ FieldType["Custom"] = "Custom";
2268
2270
  FieldType["Date"] = "Date";
2269
2271
  FieldType["DateTime"] = "DateTime";
2270
- FieldType["LocalDateTime"] = "LocalDateTime";
2271
2272
  FieldType["Double"] = "Double";
2272
2273
  FieldType["Enum"] = "Enum";
2273
- FieldType["Blob"] = "Blob";
2274
2274
  FieldType["Integer"] = "Integer";
2275
+ FieldType["LocalDateTime"] = "LocalDateTime";
2275
2276
  FieldType["Lookup"] = "Lookup";
2276
2277
  FieldType["Money"] = "Money";
2278
+ FieldType["Number"] = "Number";
2279
+ FieldType["Password"] = "Password";
2277
2280
  FieldType["Radio"] = "Radio";
2281
+ FieldType["Slider"] = "Slider";
2278
2282
  FieldType["String"] = "String";
2279
2283
  FieldType["Text"] = "Text";
2284
+ FieldType["TextIA"] = "TextIA";
2280
2285
  FieldType["Time"] = "Time";
2281
- FieldType["Number"] = "Number";
2282
- FieldType["Custom"] = "Custom";
2283
- FieldType["Password"] = "Password";
2284
- FieldType["Slider"] = "Slider";
2285
2286
  })(FieldType || (FieldType = {}));
2286
2287
 
2287
2288
  class FieldSize {
@@ -3035,6 +3036,16 @@ class TextAreaField extends Field {
3035
3036
  }
3036
3037
  }
3037
3038
 
3039
+ class TextAreaIAField extends Field {
3040
+ constructor(config) {
3041
+ super(config);
3042
+ this.cols = config.cols;
3043
+ this.rows = config.rows;
3044
+ this.keyFilter = config.keyFilter;
3045
+ this.style = config.style;
3046
+ }
3047
+ }
3048
+
3038
3049
  class TextField extends Field {
3039
3050
  constructor(config) {
3040
3051
  super(config);
@@ -3113,11 +3124,10 @@ class FormField {
3113
3124
  return new PasswordField(config);
3114
3125
  case FieldType.Text:
3115
3126
  return new TextAreaField(config);
3127
+ case FieldType.TextIA:
3128
+ return new TextAreaIAField(config);
3116
3129
  case FieldType.Boolean:
3117
- if (config.representedBy === "switch") {
3118
- return new BooleanSwitchField(config);
3119
- }
3120
- return new BooleanField(config);
3130
+ return config.representedBy === "switch" ? new BooleanSwitchField(config) : new BooleanField(config);
3121
3131
  case FieldType.Date:
3122
3132
  case FieldType.DateTime:
3123
3133
  case FieldType.LocalDateTime:
@@ -3807,7 +3817,7 @@ __decorate([
3807
3817
  DynamicFormComponent = __decorate([
3808
3818
  Component({
3809
3819
  selector: "s-dynamic-form",
3810
- template: "<div *ngIf=\"configs; else templateFields\">\n <ng-container *ngFor=\"let config of configs\">\n <ng-container *sDynamicForm=\"{ id: id, config: config, group: form, errorMessages: errorMessages }\"></ng-container>\n </ng-container>\n</div>\n\n<ng-template #templateFields>\n <s-dynamic-field [id]=\"id\" [fields]=\"fields\" [form]=\"form\" [errorMessages]=\"errorMessages\" [displayTimeInfoSign]=\"displayTimeInfoSign\"></s-dynamic-field>\n</ng-template>\n",
3820
+ template: "<div *ngIf=\"configs; else templateFields\">\n <ng-container *ngFor=\"let config of configs\">\n <ng-container\n *sDynamicForm=\"{\n id: id,\n config: config,\n group: form,\n errorMessages: errorMessages\n }\">\n </ng-container>\n </ng-container>\n</div>\n\n<ng-template #templateFields>\n <s-dynamic-field\n [id]=\"id\"\n [fields]=\"fields\"\n [form]=\"form\"\n [errorMessages]=\"errorMessages\"\n [displayTimeInfoSign]=\"displayTimeInfoSign\">\n </s-dynamic-field>\n</ng-template>\n",
3811
3821
  encapsulation: ViewEncapsulation.None,
3812
3822
  styles: ["label.required:after{content:\" *\";color:#c13018}"]
3813
3823
  })
@@ -6266,6 +6276,149 @@ TextAreaFieldComponent = __decorate([
6266
6276
  })
6267
6277
  ], TextAreaFieldComponent);
6268
6278
 
6279
+ let IAssistService = class IAssistService {
6280
+ constructor(http, _messageService, _hostProjectConfigs) {
6281
+ this.http = http;
6282
+ this._messageService = _messageService;
6283
+ this._hostProjectConfigs = _hostProjectConfigs;
6284
+ }
6285
+ askIA(context, data) {
6286
+ const prompt = {
6287
+ "prompt": this._createPrompt(context, data),
6288
+ "provider": "OPEN_AI",
6289
+ "parameters": {
6290
+ "model": "gpt-3.5-turbo",
6291
+ "max_tokens": 700,
6292
+ "temperature": 1.0
6293
+ }
6294
+ };
6295
+ const url = this._endpointFactory().build("completions", prompt);
6296
+ return this.http.get(url)
6297
+ .pipe(catchError((err) => {
6298
+ this._messageService.add({
6299
+ severity: "error",
6300
+ summary: err.status ? String(err.status) : "Error",
6301
+ detail: (err.error && err.error.message) || err.statusText || err.message || "Error",
6302
+ });
6303
+ return throwError(err);
6304
+ }));
6305
+ }
6306
+ _endpointFactory() {
6307
+ return {
6308
+ build: (endpoint, params) => {
6309
+ const base = `${this._hostProjectConfigs.domain}/${this._hostProjectConfigs.service}/api/latest/${endpoint}`;
6310
+ if (params) {
6311
+ const query = new URLSearchParams();
6312
+ for (const key of Object.keys(params)) {
6313
+ const value = params[key];
6314
+ if (value) {
6315
+ query.append(key, value);
6316
+ }
6317
+ }
6318
+ return `${base}?${query}`;
6319
+ }
6320
+ return base;
6321
+ },
6322
+ };
6323
+ }
6324
+ _createPrompt(context, data) {
6325
+ return `Crie um texto genérico para preencher o campo de textarea.
6326
+ ${data.label ? `O campo tem o label ${data.label}.` : ""}
6327
+ ${data.id ? `O campo tem o id ${data.id}.` : ""}
6328
+ ${data.placeholder ? `Considere as instruções/sugestões do placeholder: ${data.placeholder}.` : ""}
6329
+ Baseie-se no contexto informado pelo usuário: '${context}'.
6330
+ O texto deve ser formal e conter informações pertinentes a um campo como este, como se um usuário real tivesse preenchido com as informações necessárias.
6331
+ O texto deve ser neutro com relação a generos, raças, religiões, etc.
6332
+ O texto deve ser impessoal e não deve conter informações pessoais do usuário.
6333
+ Não direcione o texto a ninguém, não use expressões como: caro, atenciosamente. gostaria, agradeço. O texto deve ser genérico.
6334
+
6335
+ Exemplos de texto:
6336
+ Um campo de descrição de usuário: "Usuário com 20 anos, estudante de engenharia, gosta de jogar futebol e assistir filmes."
6337
+ Outro exemplo de descrição de usuário: "Usuário administrador, com acesso total ao sistema, responsável por gerenciar os usuários e os produtos."
6338
+ Um campo de descrição de um produto: "O produto é um celular, com tela de 6 polegadas, 128GB de armazenamento, 4GB de memória RAM, câmera de 12MP e bateria de 4000mAh."
6339
+ Outro exemplo de descrição de produto: "O produto é uma geladeira, com capacidade de 500 litros, 2 portas, cor branca, com freezer e gaveta de legumes."
6340
+ Outro exemplo de descrição de produto: "O produto é uma camiseta, tamanho M, cor azul, 100% algodão, com estampa de um gato."
6341
+
6342
+ Em caso de contexto incompleto crie um texto genérico, como se fosse um exemplo de preenchimento do campo.
6343
+ O texto é para um campo de textarea, então escreva um texto sucinto.
6344
+ Exiba apenas o texto do output`;
6345
+ }
6346
+ };
6347
+ IAssistService.ctorParameters = () => [
6348
+ { type: HttpClient },
6349
+ { type: MessageService },
6350
+ { type: undefined, decorators: [{ type: Inject, args: [HostProjectConfigsInjectionToken,] }] }
6351
+ ];
6352
+ IAssistService = __decorate([
6353
+ Injectable(),
6354
+ __param(2, Inject(HostProjectConfigsInjectionToken))
6355
+ ], IAssistService);
6356
+
6357
+ let TextAreaIAFieldComponent = class TextAreaIAFieldComponent {
6358
+ constructor(_iassistService, _formBuilder, _translateService) {
6359
+ this._iassistService = _iassistService;
6360
+ this._formBuilder = _formBuilder;
6361
+ this._translateService = _translateService;
6362
+ this.dialogVisible = false;
6363
+ }
6364
+ ngOnInit() {
6365
+ this._createDialogFields();
6366
+ this._createDialogFormGroup();
6367
+ }
6368
+ showDialog() {
6369
+ this.dialogVisible = true;
6370
+ }
6371
+ onHideDialog() {
6372
+ this.formGroup.get("context").setValue("");
6373
+ }
6374
+ hideDialog() {
6375
+ this.dialogVisible = false;
6376
+ }
6377
+ submitContext() {
6378
+ const context = this.formGroup.get("context");
6379
+ this._iassistService.askIA(context.value, {
6380
+ id: this.field.id,
6381
+ label: this.field.label,
6382
+ placeholder: this.field.placeholder,
6383
+ }).subscribe((res) => {
6384
+ this.formControl.setValue(res.text);
6385
+ });
6386
+ this.dialogVisible = false;
6387
+ }
6388
+ _createDialogFields() {
6389
+ this.fields = [
6390
+ new FormField({
6391
+ name: "context",
6392
+ type: FieldType.String,
6393
+ label: this._translateService.instant("platform.angular_components.context"),
6394
+ size: { sm: 12, md: 12, lg: 12, xl: 12 },
6395
+ }),
6396
+ ];
6397
+ }
6398
+ _createDialogFormGroup() {
6399
+ this.formGroup = this._formBuilder.group({
6400
+ context: [""],
6401
+ });
6402
+ }
6403
+ };
6404
+ TextAreaIAFieldComponent.ctorParameters = () => [
6405
+ { type: IAssistService },
6406
+ { type: FormBuilder },
6407
+ { type: TranslateService }
6408
+ ];
6409
+ __decorate([
6410
+ Input()
6411
+ ], TextAreaIAFieldComponent.prototype, "field", void 0);
6412
+ __decorate([
6413
+ Input()
6414
+ ], TextAreaIAFieldComponent.prototype, "formControl", void 0);
6415
+ TextAreaIAFieldComponent = __decorate([
6416
+ Component({
6417
+ template: "<p-dialog\n [header]=\"'platform.angular_components.ia_text_generator' | translate\"\n [(visible)]=\"dialogVisible\"\n [modal]=\"true\"\n [style]=\"{ width: '50vw' }\"\n [draggable]=\"false\"\n [resizable]=\"false\"\n (onHide)=\"onHideDialog()\">\n <s-dynamic-form\n [fields]=\"fields\"\n [form]=\"formGroup\">\n </s-dynamic-form>\n <p-footer>\n <div class=\"footer-content\">\n <s-button\n id=\"-submit-button\"\n type=\"button\"\n [label]=\"'platform.angular_components.generate_text' | translate\"\n (onClick)=\"submitContext()\"\n sTooltip=\"(ALT + SHIFT + S)\"\n showDelay=\"500\">\n </s-button>\n <s-button\n id=\"-cancel-button\"\n type=\"button\"\n priority=\"link\"\n [label]=\"'platform.angular_components.cancel' | translate\"\n (onClick)=\"hideDialog()\"\n sTooltip=\"(ALT + SHIFT + C)\"\n showDelay=\"500\">\n </s-button>\n </div>\n </p-footer>\n</p-dialog>\n\n<div class=\"textarea-ia\">\n <textarea\n [id]=\"(field.id || field.name)\"\n pInputTextarea\n [rows]=\"field.rows\"\n [cols]=\"field.cols\"\n [formControl]=\"formControl\"\n style=\"resize: vertical;\"\n [ngStyle]=\"field.style\">\n </textarea>\n <s-button\n priority=\"default\"\n (onClick)=\"showDialog()\"\n iconClass=\"far fa-lightbulb-on\"\n [auxiliary]=\"true\"\n [tooltip]=\"'platform.angular_components.ia_text_generator' | translate\">\n </s-button>\n</div>",
6418
+ styles: [".footer-content{display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0}.textarea-ia{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;gap:8px}"]
6419
+ })
6420
+ ], TextAreaIAFieldComponent);
6421
+
6269
6422
  let TextFieldComponent = class TextFieldComponent extends BaseFieldComponent {
6270
6423
  constructor() {
6271
6424
  super(...arguments);
@@ -6729,10 +6882,7 @@ class DynamicField extends DynamicForm {
6729
6882
  case FieldType.String:
6730
6883
  return TextFieldComponent;
6731
6884
  case FieldType.Boolean:
6732
- if (this.field.representedBy === "switch") {
6733
- return BooleanSwitchFieldComponent;
6734
- }
6735
- return BooleanFieldComponent;
6885
+ return this.field.representedBy === "switch" ? BooleanSwitchFieldComponent : BooleanFieldComponent;
6736
6886
  case FieldType.Chips:
6737
6887
  return ChipsFieldComponent;
6738
6888
  case FieldType.Date:
@@ -6754,6 +6904,8 @@ class DynamicField extends DynamicForm {
6754
6904
  return RadioButtonComponent;
6755
6905
  case FieldType.Text:
6756
6906
  return TextAreaFieldComponent;
6907
+ case FieldType.TextIA:
6908
+ return TextAreaIAFieldComponent;
6757
6909
  case FieldType.Password:
6758
6910
  return PasswordFieldComponent;
6759
6911
  case FieldType.Blob:
@@ -7370,6 +7522,7 @@ DynamicFormModule = __decorate([
7370
7522
  SectionComponent,
7371
7523
  SelectFieldComponent,
7372
7524
  TextAreaFieldComponent,
7525
+ TextAreaIAFieldComponent,
7373
7526
  TextFieldComponent,
7374
7527
  BooleanSwitchFieldComponent,
7375
7528
  PasswordFieldComponent,
@@ -7392,12 +7545,16 @@ DynamicFormModule = __decorate([
7392
7545
  SectionComponent,
7393
7546
  SelectFieldComponent,
7394
7547
  TextAreaFieldComponent,
7548
+ TextAreaIAFieldComponent,
7395
7549
  TextFieldComponent,
7396
7550
  PasswordFieldComponent,
7397
7551
  BooleanSwitchFieldComponent,
7398
7552
  SliderFieldComponent,
7399
7553
  ],
7400
- providers: [HotkeysService]
7554
+ providers: [
7555
+ HotkeysService,
7556
+ IAssistService,
7557
+ ]
7401
7558
  })
7402
7559
  ], DynamicFormModule);
7403
7560
 
@@ -14292,6 +14449,9 @@ PanelModule = __decorate([
14292
14449
  ], PanelModule);
14293
14450
 
14294
14451
  const fallback = {
14452
+ "platform.angular_components.ia_text_generator": "Gerador de texto por IA",
14453
+ "platform.angular_components.generate_text": "Gerar texto",
14454
+ "platform.angular_components.context": "Contexto",
14295
14455
  "platform.angular_components.filters": "Filtros",
14296
14456
  "platform.angular_components.filter": "Filtrar",
14297
14457
  "platform.angular_components.clear": "Limpar",
@@ -14533,5 +14693,5 @@ const fallback = {
14533
14693
  * Generated bundle index. Do not edit.
14534
14694
  */
14535
14695
 
14536
- 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, 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, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, 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, Section, 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, SelectFieldComponent as ɵba, TextAreaFieldComponent as ɵbb, TextFieldComponent as ɵbc, BooleanSwitchFieldComponent as ɵbd, PasswordFieldComponent as ɵbe, SliderFieldComponent as ɵbf, DecimalField as ɵbh, SideTableComponent as ɵbi, StructureModule as ɵbj, HeaderComponent as ɵbk, FooterComponent as ɵbl, NumberLocaleOptions as ɵbm, ThumbnailService as ɵbn, BorderButtonModule as ɵbo, BorderButtonComponent as ɵbp, TimelineItemModule as ɵbq, TimelineIconItemComponent as ɵbr, HorizontalTimelineModule as ɵbs, HorizontalTimelineComponent as ɵbt, VerticalTimelineModule as ɵbu, VerticalTimelineComponent as ɵbv, RangeLineComponent as ɵbw, CollapseOptionComponent as ɵbx, CollapsedItemsComponent as ɵby, VerticalItemsComponent as ɵbz, CountryPhonePickerService as ɵc, InfiniteScrollModule as ɵca, InfiniteScrollDirective as ɵcb, CustomTranslationsModule as ɵcc, CodeEditorComponent as ɵcd, CoreFacade as ɵce, CodeMirror6Core as ɵcf, TieredMenuEventService as ɵcg, TieredMenuService as ɵch, TieredMenuComponent as ɵci, TieredMenuNestedComponent as ɵcj, TieredMenuItemComponent as ɵck, TieredMenuDividerComponent as ɵcl, LocalizedCurrencyImpurePipe as ɵd, LocalizedBignumberPipe as ɵe, LocalizedBignumberImpurePipe as ɵf, EmptyStateGoBackComponent as ɵg, FileUploadService as ɵh, InfoSignComponent as ɵi, TableColumnsComponent as ɵj, TablePagingComponent as ɵk, AutocompleteFieldComponent as ɵl, BooleanFieldComponent as ɵm, CalendarFieldComponent as ɵn, ChipsFieldComponent as ɵo, CurrencyFieldComponent as ɵp, DynamicFieldComponent as ɵq, DynamicFormDirective as ɵr, FieldsetComponent as ɵs, FileUploadComponent$1 as ɵt, LookupFieldComponent as ɵu, NumberFieldComponent as ɵv, BignumberFieldComponent as ɵw, RadioButtonComponent as ɵx, RowComponent as ɵy, SectionComponent as ɵz };
14696
+ 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, 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, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, 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, Section, 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, SelectFieldComponent as ɵba, TextAreaFieldComponent as ɵbb, TextAreaIAFieldComponent as ɵbc, IAssistService as ɵbd, TextFieldComponent as ɵbe, BooleanSwitchFieldComponent as ɵbf, PasswordFieldComponent as ɵbg, SliderFieldComponent as ɵbh, DecimalField as ɵbj, SideTableComponent as ɵbk, StructureModule as ɵbl, HeaderComponent as ɵbm, FooterComponent as ɵbn, NumberLocaleOptions as ɵbo, ThumbnailService as ɵbp, BorderButtonModule as ɵbq, BorderButtonComponent as ɵbr, TimelineItemModule as ɵbs, TimelineIconItemComponent as ɵbt, HorizontalTimelineModule as ɵbu, HorizontalTimelineComponent as ɵbv, VerticalTimelineModule as ɵbw, VerticalTimelineComponent as ɵbx, RangeLineComponent as ɵby, CollapseOptionComponent as ɵbz, CountryPhonePickerService as ɵc, CollapsedItemsComponent as ɵca, VerticalItemsComponent as ɵcb, InfiniteScrollModule as ɵcc, InfiniteScrollDirective as ɵcd, CustomTranslationsModule as ɵce, CodeEditorComponent as ɵcf, CoreFacade as ɵcg, CodeMirror6Core as ɵch, TieredMenuEventService as ɵci, TieredMenuService as ɵcj, TieredMenuComponent as ɵck, TieredMenuNestedComponent as ɵcl, TieredMenuItemComponent as ɵcm, TieredMenuDividerComponent as ɵcn, LocalizedCurrencyImpurePipe as ɵd, LocalizedBignumberPipe as ɵe, LocalizedBignumberImpurePipe as ɵf, EmptyStateGoBackComponent as ɵg, FileUploadService as ɵh, InfoSignComponent as ɵi, TableColumnsComponent as ɵj, TablePagingComponent as ɵk, AutocompleteFieldComponent as ɵl, BooleanFieldComponent as ɵm, CalendarFieldComponent as ɵn, ChipsFieldComponent as ɵo, CurrencyFieldComponent as ɵp, DynamicFieldComponent as ɵq, DynamicFormDirective as ɵr, FieldsetComponent as ɵs, FileUploadComponent$1 as ɵt, LookupFieldComponent as ɵu, NumberFieldComponent as ɵv, BignumberFieldComponent as ɵw, RadioButtonComponent as ɵx, RowComponent as ɵy, SectionComponent as ɵz };
14537
14697
  //# sourceMappingURL=seniorsistemas-angular-components.js.map