mapa-library-ui 1.7.3 → 2.0.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 (44) hide show
  1. package/README.md +2 -3
  2. package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs +42 -35
  3. package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
  4. package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs +42 -35
  5. package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
  6. package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs +648 -125
  7. package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
  8. package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs +42 -35
  9. package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
  10. package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs +42 -35
  11. package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
  12. package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs +42 -35
  13. package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
  14. package/fesm2022/mapa-library-ui-src-lib-components-form.mjs +569 -322
  15. package/fesm2022/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
  16. package/fesm2022/mapa-library-ui-src-lib-components-input.mjs +42 -35
  17. package/fesm2022/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
  18. package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs +42 -35
  19. package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
  20. package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs +42 -35
  21. package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
  22. package/fesm2022/mapa-library-ui-src-lib-components-table.mjs +522 -581
  23. package/fesm2022/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
  24. package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs +42 -35
  25. package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
  26. package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs +42 -35
  27. package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
  28. package/fesm2022/mapa-library-ui-src-lib-core-utils.mjs +1 -4
  29. package/fesm2022/mapa-library-ui-src-lib-core-utils.mjs.map +1 -1
  30. package/fesm2022/mapa-library-ui.mjs +1272 -1018
  31. package/fesm2022/mapa-library-ui.mjs.map +1 -1
  32. package/index.d.ts +350 -187
  33. package/mapa-library-ui-2.0.0.tgz +0 -0
  34. package/package.json +3 -10
  35. package/src/lib/components/datepicker/index.d.ts +165 -27
  36. package/src/lib/components/group-report/index.d.ts +6 -1
  37. package/src/lib/components/menu/index.d.ts +3 -1
  38. package/src/lib/components/report-item/index.d.ts +3 -1
  39. package/src/lib/components/table/index.d.ts +153 -100
  40. package/src/lib/core/utils/index.d.ts +1 -2
  41. package/fesm2022/mapa-library-ui-src-lib-components-datepicker-range.mjs +0 -733
  42. package/fesm2022/mapa-library-ui-src-lib-components-datepicker-range.mjs.map +0 -1
  43. package/mapa-library-ui-1.7.3.tgz +0 -0
  44. package/src/lib/components/datepicker-range/index.d.ts +0 -207
package/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  import { FormControl, NgModel, AbstractControl, FormGroup, ControlValueAccessor } from '@angular/forms';
2
2
  import * as i0 from '@angular/core';
3
- import { EventEmitter, OnInit, AfterViewInit, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges, InjectionToken, Provider, PipeTransform, ChangeDetectorRef, DoCheck, Injector, TemplateRef, ApplicationRef } from '@angular/core';
3
+ import { EventEmitter, OnInit, AfterViewInit, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges, InjectionToken, Provider, PipeTransform, ChangeDetectorRef, Injector, TemplateRef, ApplicationRef } from '@angular/core';
4
4
  import { ApexAxisChartSeries, ApexChart, ApexTitleSubtitle, ApexXAxis, ApexStroke, ApexFill, ApexMarkers, ApexYAxis, ApexLegend, ApexResponsive } from 'ng-apexcharts';
5
+ import { UrlTree, Params } from '@angular/router';
5
6
  import { MatInput } from '@angular/material/input';
6
7
  import { MatPaginator, MatPaginatorIntl, PageEvent } from '@angular/material/paginator';
7
8
  import * as rxjs from 'rxjs';
@@ -11,11 +12,11 @@ export { PartialMapaUiTexts, ValidationTextResolver } from 'mapa-frontend-i18n';
11
12
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
12
13
  import * as mapa_library_ui from 'mapa-library-ui';
13
14
  import { MatAccordion } from '@angular/material/expansion';
14
- import { MatDatepicker } from '@angular/material/datepicker';
15
- import { MatDialogRef, MatDialog, MatDialogConfig } from '@angular/material/dialog';
16
15
  import { ConnectedPosition } from '@angular/cdk/overlay';
17
- import { Sort, MatSort } from '@angular/material/sort';
18
- import { MatTableDataSource, MatTable } from '@angular/material/table';
16
+ import { DatepickerValue } from 'ngxsmk-datepicker';
17
+ import { MatDialogRef, MatDialog, MatDialogConfig } from '@angular/material/dialog';
18
+ import { Sort, MatSort, SortDirection } from '@angular/material/sort';
19
+ import { MatTableDataSource } from '@angular/material/table';
19
20
  import { MatIconRegistry } from '@angular/material/icon';
20
21
  import { MatMenuTrigger } from '@angular/material/menu';
21
22
  import { HttpClient } from '@angular/common/http';
@@ -145,12 +146,52 @@ declare class DropdownTree extends ElementBase {
145
146
  controlType: string;
146
147
  }
147
148
 
149
+ type DatepickerMode = 'single' | 'range' | 'multiple';
150
+ /**
151
+ * Atalho de período exibido no painel do modo `range`.
152
+ *
153
+ * Use `daysBack` para uma faixa relativa a hoje (resolvida por
154
+ * `getRelativeDateRange`) ou `startDate`/`endDate` para uma faixa fixa. Quando
155
+ * ambos são informados, a faixa fixa prevalece.
156
+ */
157
+ interface DatepickerPreset {
158
+ label: string;
159
+ daysBack?: number;
160
+ startDate?: Date;
161
+ endDate?: Date;
162
+ }
163
+ type ElementBaseOptions = NonNullable<ConstructorParameters<typeof ElementBase>[0]>;
164
+ interface DatepickerOptions extends ElementBaseOptions {
165
+ mode?: DatepickerMode;
166
+ disabledDates?: (string | Date)[];
167
+ isInvalidDate?: (date: Date) => boolean;
168
+ presets?: DatepickerPreset[];
169
+ presetsLabel?: string;
170
+ calendars?: 1 | 2 | 3;
171
+ weekStart?: number | null;
172
+ closeOnSelect?: boolean;
173
+ }
148
174
  declare class Datepicker extends ElementBase {
149
175
  controlType: string;
176
+ mode: DatepickerMode;
177
+ disabledDates?: (string | Date)[];
178
+ isInvalidDate?: (date: Date) => boolean;
179
+ presets?: DatepickerPreset[];
180
+ /** Rótulo do gatilho de presets enquanto nenhum atalho está ativo. */
181
+ presetsLabel?: string;
182
+ /** `undefined` resolve para 2 no modo `range` e 1 nos demais. */
183
+ calendars?: 1 | 2 | 3;
184
+ weekStart: number | null;
185
+ closeOnSelect: boolean;
186
+ constructor(options?: DatepickerOptions);
150
187
  }
151
-
152
- declare class DatepickerRange extends ElementBase {
188
+ /**
189
+ * @deprecated Use `Datepicker` with `mode: "range"`.
190
+ * Kept as a compatibility bridge for 2.x consumers.
191
+ */
192
+ declare class DatepickerRange extends Datepicker {
153
193
  controlType: string;
194
+ constructor(options?: DatepickerOptions);
154
195
  }
155
196
 
156
197
  declare class InputText extends ElementBase {
@@ -220,7 +261,8 @@ interface DialogData {
220
261
  interface MenuActionItem {
221
262
  image?: string;
222
263
  icon?: string;
223
- route?: string;
264
+ route?: string | unknown[] | UrlTree;
265
+ queryParams?: Params;
224
266
  showText?: boolean;
225
267
  svg?: string;
226
268
  text: string;
@@ -236,14 +278,19 @@ interface TableColumnStatus {
236
278
  label?: string[];
237
279
  color?: string[];
238
280
  textColor?: string[];
239
- style?: "square" | "round";
281
+ style?: 'square' | 'round';
240
282
  }
241
283
  interface TableColumn {
242
284
  key: string;
243
285
  label: string;
286
+ /** @deprecated Prefer `sortable` in new integrations. */
244
287
  sort?: boolean;
288
+ sortable?: boolean;
245
289
  status?: TableColumnStatus;
290
+ /** @deprecated Prefer `dateFormat` in new integrations. */
246
291
  mask?: string;
292
+ dateFormat?: string;
293
+ fallback?: string;
247
294
  width?: string;
248
295
  collapse?: string;
249
296
  align?: string;
@@ -396,6 +443,7 @@ type ValidationMessageContext = ValidationContext;
396
443
  declare const MAPA_UI_TEXTS: InjectionToken<Partial<{
397
444
  common: Partial<{
398
445
  selectAll: string;
446
+ retry: string;
399
447
  }>;
400
448
  filters: Partial<{
401
449
  clear: string;
@@ -432,6 +480,12 @@ declare const MAPA_UI_TEXTS: InjectionToken<Partial<{
432
480
  table: Partial<{
433
481
  emptyTitle: string;
434
482
  emptySubtitle: string;
483
+ loading: string;
484
+ errorTitle: string;
485
+ selectAllVisible: string;
486
+ selectionColumn: string;
487
+ selectRow: string;
488
+ selectNamedRow: (item: string) => string;
435
489
  }>;
436
490
  validation: Partial<{
437
491
  cnpj: ValidationTextResolver;
@@ -500,12 +554,6 @@ declare class SafeHtmlPipe implements PipeTransform {
500
554
  static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safeHtml", true>;
501
555
  }
502
556
 
503
- declare class CPFPipe implements PipeTransform {
504
- transform(cpfValue: string | number | null | undefined): string;
505
- static ɵfac: i0.ɵɵFactoryDeclaration<CPFPipe, never>;
506
- static ɵpipe: i0.ɵɵPipeDeclaration<CPFPipe, "cpf", true>;
507
- }
508
-
509
557
  type MapaDateLocale = "pt-BR" | "en" | "es";
510
558
  type MapaDateFormat = "DD/MM/YYYY" | "MM/DD/YYYY";
511
559
  type DateInput$1 = Date | string | number | null | undefined;
@@ -515,7 +563,6 @@ declare function normalizeDateLocale(value: unknown): MapaDateLocale;
515
563
  declare function getActiveDateLocale(): MapaDateLocale;
516
564
  declare function isMonthFirstDateLocale(locale?: MapaDateLocale): boolean;
517
565
  declare function getActiveDateFormat(locale?: MapaDateLocale): MapaDateFormat;
518
- declare function getActiveMaterialDateFormat(locale?: MapaDateLocale): string;
519
566
  declare function getDateInputMask(_locale?: MapaDateLocale): string;
520
567
  declare function formatDateForLocale(date: Date, locale?: MapaDateLocale): string;
521
568
  declare function parseLocaleDateValue(value: string, locale?: MapaDateLocale): Date | null;
@@ -557,6 +604,39 @@ declare function toUtcRangeStartIso(value: DateInput$1): string | undefined;
557
604
  declare function toUtcRangeEndIso(value: DateInput$1): string | undefined;
558
605
  declare function toUtcDayExclusiveEndIso(value: DateInput$1): string | undefined;
559
606
 
607
+ /**
608
+ * Locale de data ativo exposto como sinal.
609
+ *
610
+ * `getActiveDateLocale()` lê do localStorage, que não é reativo. Em vez de
611
+ * consultar o valor a cada ciclo de change detection, observamos o
612
+ * `textsSignal` do `MapaI18nService`: toda troca de idioma do ecossistema
613
+ * passa por `setTexts()`. Como effects do Angular são agendados e não
614
+ * síncronos, quando o corpo do effect roda a gravação no localStorage feita
615
+ * logo após o `setTexts()` já aconteceu.
616
+ *
617
+ * Root-provided de propósito: um effect para toda a aplicação em vez de um por
618
+ * instância de datepicker.
619
+ */
620
+ declare class MapaDateLocaleService {
621
+ private readonly i18n;
622
+ private readonly localeState;
623
+ readonly localeSignal: i0.Signal<MapaDateLocale>;
624
+ constructor();
625
+ /**
626
+ * Relê o locale do storage. Cinto de segurança para consumidores que trocam
627
+ * o idioma sem passar por `setTexts()`.
628
+ */
629
+ refresh(): void;
630
+ static ɵfac: i0.ɵɵFactoryDeclaration<MapaDateLocaleService, never>;
631
+ static ɵprov: i0.ɵɵInjectableDeclaration<MapaDateLocaleService>;
632
+ }
633
+
634
+ declare class CPFPipe implements PipeTransform {
635
+ transform(cpfValue: string | number | null | undefined): string;
636
+ static ɵfac: i0.ɵɵFactoryDeclaration<CPFPipe, never>;
637
+ static ɵpipe: i0.ɵɵPipeDeclaration<CPFPipe, "cpf", true>;
638
+ }
639
+
560
640
  declare class LocaleDatePipe implements PipeTransform {
561
641
  transform(value: DateInput$1, dateStyle?: LocaleDateStyle): string;
562
642
  static ɵfac: i0.ɵɵFactoryDeclaration<LocaleDatePipe, never>;
@@ -1365,100 +1445,131 @@ declare class CheckboxComponent {
1365
1445
  static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "mapa-checkbox", never, { "color": { "alias": "color"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, {}, never, never, true, never>;
1366
1446
  }
1367
1447
 
1368
- declare const MAPA_DATEPICKER_FORMATS: {
1369
- parse: {
1370
- dateInput: string;
1371
- };
1372
- display: {
1373
- dateInput: string;
1374
- monthYearLabel: string;
1375
- dateA11yLabel: string;
1376
- monthYearA11yLabel: string;
1377
- };
1378
- };
1448
+ interface MapaDatepickerRangeValue {
1449
+ startDate: string | null;
1450
+ endDate: string | null;
1451
+ }
1452
+ /** @deprecated Use `MapaDatepickerRangeValue`. */
1453
+ type MapaDatepickerRangeControlValue = MapaDatepickerRangeValue;
1454
+ /** @deprecated Use `FormGroup`. */
1455
+ type MapaDatepickerRangeFormGroup = FormGroup;
1456
+ type MapaDatepickerControlValue = string | MapaDatepickerRangeValue | string[] | null;
1457
+ /** Preset já resolvido em datas concretas, pronto para o dropdown. */
1458
+ interface MapaDatepickerPresetEntry {
1459
+ label: string;
1460
+ range: [Date, Date];
1461
+ }
1379
1462
  declare class MapaDatepicker implements OnInit {
1380
1463
  private readonly cdr;
1464
+ private readonly destroyRef;
1465
+ private readonly i18n;
1466
+ private readonly dateLocale;
1381
1467
  formGroup: FormGroup;
1382
1468
  element: Datepicker;
1383
- private readonly destroyRef;
1384
- readonly formDatepicker: FormGroup<{
1385
- date: FormControl<Date | null>;
1469
+ openedChange: EventEmitter<boolean>;
1470
+ private toggleButton?;
1471
+ private picker?;
1472
+ /** Controle do consumidor, resolvido por `element.key` no `ngOnInit`. */
1473
+ control: FormControl<MapaDatepickerControlValue>;
1474
+ /** Camada visível: strings mascaradas. `single` usa apenas `startDate`. */
1475
+ readonly formDisplay: FormGroup<{
1476
+ startDate: FormControl<string | null>;
1477
+ endDate: FormControl<string | null>;
1386
1478
  }>;
1387
- formControl: FormControl<string | null>;
1388
- constructor(cdr: ChangeDetectorRef);
1479
+ /** Camada do calendário: `Date`, no formato que o ngxsmk consome. */
1480
+ readonly pickerValue: i0.WritableSignal<DatepickerValue>;
1481
+ private readonly isOpenState;
1482
+ private readonly isPresetsOpenState;
1483
+ private localeState;
1484
+ private syncing;
1485
+ private presetsCache?;
1486
+ readonly overlayPositions: ConnectedPosition[];
1487
+ /**
1488
+ * Referências estáveis: com OnPush, devolver um literal novo a cada ciclo
1489
+ * marcaria o input do ngxsmk como alterado em toda change detection.
1490
+ */
1491
+ readonly ngxsmkClasses: {
1492
+ inputGroup: string;
1493
+ };
1494
+ private readonly emptyDisabledDates;
1495
+ private readonly neverInvalid;
1496
+ private readonly localeSync;
1389
1497
  ngOnInit(): void;
1390
- get minDate(): Date | null;
1391
- get maxDate(): Date | null;
1498
+ mode(): DatepickerMode;
1499
+ isOpen(): boolean;
1500
+ isDisabled(): boolean;
1501
+ isReadonly(): boolean;
1392
1502
  hasValue(): boolean;
1393
- cleanDatepicker(): void;
1394
- private syncDatepickerControl;
1395
- private updateExternalControl;
1396
- closePicker(picker: MatDatepicker<Date>): void;
1397
- private areDatesEqual;
1503
+ showClear(): boolean;
1504
+ shouldShowError(): boolean;
1505
+ /** Texto somente leitura do modo `multiple` — evita chaves novas de i18n. */
1506
+ selectedLabel(): string;
1507
+ mask(): string;
1508
+ singlePlaceholder(): string;
1509
+ get startDatePlaceholder(): string;
1510
+ get endDatePlaceholder(): string;
1511
+ ngxsmkLocale(): string;
1512
+ displayFormat(): string;
1513
+ minDate(): Date | null;
1514
+ maxDate(): Date | null;
1515
+ disabledDates(): (string | Date)[];
1516
+ isInvalidDate(): (date: Date) => boolean;
1517
+ /**
1518
+ * Um mês por padrão em todos os modos, para o painel ficar na largura do
1519
+ * campo. Dois meses são opt-in via `element.calendars`.
1520
+ */
1521
+ calendars(): number;
1522
+ weekStart(): number | null;
1523
+ /**
1524
+ * Presets já resolvidos em datas. Memoizado pela referência de
1525
+ * `element.presets` para não reconstruir `Date`s a cada change detection.
1526
+ *
1527
+ * Alimenta o nosso dropdown, não o painel nativo do ngxsmk: o layout dele é
1528
+ * ditado por media queries duplicadas que nenhum input ou variável controla
1529
+ * (coluna lateral acima de 992px, cards de 45px acima de 1024px), e o input
1530
+ * `classes` do componente de presets é morto — o template dele nunca o lê.
1531
+ */
1532
+ presetList(): MapaDatepickerPresetEntry[];
1533
+ hasPresets(): boolean;
1534
+ isPresetsOpen(): boolean;
1535
+ isPresetActive(entry: MapaDatepickerPresetEntry): boolean;
1536
+ presetsTriggerLabel(): string;
1537
+ togglePresets(): void;
1538
+ closePresets(): void;
1539
+ applyPreset(entry: MapaDatepickerPresetEntry): void;
1540
+ toggleCalendar(): void;
1541
+ closeCalendar(): void;
1542
+ handleOverlayOutsideClick(event: Event): void;
1543
+ handleEscape(): void;
1544
+ /** Seleção vinda do calendário. */
1545
+ handlePickerValue(value: DatepickerValue): void;
1546
+ clear(event?: Event): void;
1547
+ private locale;
1548
+ private handleLocaleChange;
1549
+ /** Digitação no campo mascarado. Passa o texto adiante verbatim. */
1550
+ private handleDisplayChange;
1551
+ private applyExternal;
1552
+ private emitExternal;
1553
+ private patchDisplay;
1554
+ private toPickerValue;
1555
+ private toExternal;
1556
+ private toDisplayValue;
1557
+ /** Forma canônica usada só para comparar — nunca é gravada no controle. */
1558
+ private serializeExternal;
1559
+ private emptyValue;
1560
+ private asRangeValue;
1561
+ private asPickerRange;
1562
+ private isCompleteRange;
1563
+ private shouldCloseAfterSelect;
1564
+ private buildPresetEntries;
1565
+ private resolvePreset;
1566
+ private setOpenState;
1398
1567
  static ɵfac: i0.ɵɵFactoryDeclaration<MapaDatepicker, never>;
1399
- static ɵcmp: i0.ɵɵComponentDeclaration<MapaDatepicker, "mapa-datepicker", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "element": { "alias": "element"; "required": false; }; }, {}, never, never, true, never>;
1568
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapaDatepicker, "mapa-datepicker, mapa-datepicker-range", never, { "formGroup": { "alias": "formGroup"; "required": true; }; "element": { "alias": "element"; "required": true; }; }, { "openedChange": "openedChange"; }, never, never, true, never>;
1400
1569
  }
1401
1570
 
1402
- interface MapaDatepickerRangeControlValue {
1403
- startDate: string | null;
1404
- endDate: string | null;
1405
- }
1406
- type MapaDatepickerRangeFormGroup = FormGroup;
1407
- type MapaDatepickerInternalRangeValue = {
1408
- startDate: Date | null;
1409
- endDate: Date | null;
1410
- };
1411
- type MapaDatepickerInternalRangeFormGroup = FormGroup<{
1412
- startDate: FormControl<MapaDatepickerInternalRangeValue["startDate"]>;
1413
- endDate: FormControl<MapaDatepickerInternalRangeValue["endDate"]>;
1414
- }>;
1415
- type MapaDatepickerRangeDisplayFormGroup = FormGroup<{
1416
- startDate: FormControl<string | null>;
1417
- endDate: FormControl<string | null>;
1418
- }>;
1419
- declare function getMapaDatepickerRangeFormats(): {
1420
- parse: {
1421
- dateInput: string;
1422
- };
1423
- display: {
1424
- dateInput: string;
1425
- monthYearLabel: string;
1426
- dateA11yLabel: string;
1427
- monthYearA11yLabel: string;
1428
- };
1429
- };
1430
- declare class MapaDatepickerRange implements OnInit, DoCheck {
1431
- private readonly i18n;
1432
- private readonly cdr;
1433
- formGroup: FormGroup;
1434
- element: DatepickerRange;
1435
- private readonly destroyRef;
1436
- private readonly dateAdapter;
1437
- private readonly emptyValue;
1438
- private currentLocale;
1439
- readonly formDatepicker: MapaDatepickerInternalRangeFormGroup;
1440
- readonly formDisplay: MapaDatepickerRangeDisplayFormGroup;
1441
- rangeControl: FormControl<MapaDatepickerRangeControlValue | null>;
1442
- constructor(i18n: MapaI18nService, cdr: ChangeDetectorRef);
1443
- get texts(): mapa_frontend_i18n.MapaUiTextGroups;
1444
- get dateInputMask(): string;
1445
- get activeDateFormat(): string;
1446
- ngOnInit(): void;
1447
- ngDoCheck(): void;
1448
- get startDatePlaceholder(): string;
1449
- get endDatePlaceholder(): string;
1450
- private syncFromExternal;
1451
- private updateExternalFromDisplay;
1452
- private updateExternalFromDatepicker;
1453
- private patchExternalValue;
1454
- private areDatesEqual;
1455
- cleanDatepicker(): void;
1456
- private getLocale;
1457
- private syncLocaleSettings;
1458
- static ɵfac: i0.ɵɵFactoryDeclaration<MapaDatepickerRange, never>;
1459
- static ɵcmp: i0.ɵɵComponentDeclaration<MapaDatepickerRange, "mapa-datepicker-range", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "element": { "alias": "element"; "required": false; }; }, {}, never, never, true, never>;
1460
- }
1461
- type MapaDatepickerRangeComponent = MapaDatepickerRange;
1571
+ /** @deprecated Use `MapaDatepicker`. */
1572
+ type MapaDatepickerRangeComponent = MapaDatepicker;
1462
1573
 
1463
1574
  declare class MapaDialogComponent {
1464
1575
  data: any;
@@ -1851,105 +1962,157 @@ declare class MapaSvgIconComponent implements OnChanges {
1851
1962
 
1852
1963
  declare function customPaginatorFactory(i18n: MapaI18nService, injector: Injector): MatPaginatorIntl;
1853
1964
 
1854
- declare class MapaTableComponent implements AfterViewInit, OnChanges {
1855
- private cdr;
1856
- private readonly i18n;
1857
- columns: TableColumn[];
1858
- data: TableRowData[];
1965
+ type DataTableAlignment = 'start' | 'center' | 'end';
1966
+ type DataTableSortDirection = SortDirection;
1967
+ type DataTableColumn = TableColumn;
1968
+ interface DataTablePageChange {
1969
+ pageIndex: number;
1970
+ pageSize: number;
1971
+ }
1972
+ interface DataTableSortChange {
1973
+ active: string;
1974
+ direction: DataTableSortDirection;
1975
+ }
1976
+ interface DataTableSelectionChange {
1977
+ selectedKeys: string[];
1978
+ }
1979
+ interface MapaTableCellContext {
1980
+ $implicit: unknown;
1981
+ row: unknown;
1982
+ column: TableColumn;
1983
+ }
1984
+ declare class MapaTableCellDirective {
1985
+ columnKey: string;
1986
+ readonly templateRef: TemplateRef<MapaTableCellContext>;
1987
+ static ngTemplateContextGuard(_directive: MapaTableCellDirective, context: unknown): context is MapaTableCellContext;
1988
+ static ɵfac: i0.ɵɵFactoryDeclaration<MapaTableCellDirective, never>;
1989
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MapaTableCellDirective, "ng-template[mapaTableCell]", never, { "columnKey": { "alias": "mapaTableCell"; "required": true; }; }, {}, never, never, true, never>;
1990
+ }
1991
+ declare class MapaTableComponent {
1992
+ columns: readonly TableColumn[];
1993
+ data: readonly unknown[];
1994
+ rowKey: string;
1995
+ caption: string;
1996
+ selectable?: boolean;
1997
+ showSelectAll: boolean;
1998
+ selectedKeys?: readonly string[];
1999
+ selectionLabelKey: string;
2000
+ /** @deprecated Prefer `selectable`. */
2001
+ checkbox?: boolean;
2002
+ /** @deprecated Prefer `selectedKeys`, `rowKey` and `selectionChange`. */
2003
+ selection?: SelectionModel<TableRowData>;
2004
+ loading?: boolean;
2005
+ finished?: boolean;
2006
+ error: boolean;
2007
+ emptyTitle?: string;
2008
+ emptySubtitle?: string | null;
2009
+ errorTitle?: string;
2010
+ errorSubtitle?: string | null;
2011
+ retryLabel?: string;
2012
+ /** @deprecated Prefer the individual state inputs. */
2013
+ status: TableStatus;
2014
+ /** @deprecated Prefer `emptyTitle` and `emptySubtitle`. */
2015
+ empty: TableEmptyState;
2016
+ pagination?: boolean;
1859
2017
  pageIndex: number;
1860
2018
  pageSize: number;
1861
2019
  totalCount: number;
2020
+ pageSizeOptions: readonly number[];
2021
+ /** @deprecated The paginator derives its pages from `totalCount` and `pageSize`. */
1862
2022
  totalPages: number;
1863
- checkbox: boolean | undefined;
1864
- selection: SelectionModel<TableRowData> | undefined;
1865
- actions?: MenuItem[] | undefined;
1866
- filterControl: FormControl<string | null> | undefined;
1867
- menuItems: MenuItem[];
1868
- menu: boolean | undefined;
2023
+ /** @deprecated Prefer `pagination`. */
1869
2024
  showPaginator: boolean;
1870
- status: TableStatus;
1871
- empty: TableEmptyState;
1872
2025
  paginatorShowFirstButton: boolean;
1873
2026
  paginatorShowLastButton: boolean;
1874
2027
  paginatorRenderButtonsNumber: number;
1875
2028
  paginatorHideDefaultArrows: boolean;
1876
- trigger: MatMenuTrigger;
1877
- table?: MatTable<TableRowData>;
1878
- rowClick: EventEmitter<RowClickEvent>;
1879
- selectedRows: EventEmitter<SelectedTableRow[]>;
1880
- onChangePage: EventEmitter<PageEvent>;
1881
- onSortChange: EventEmitter<Sort>;
1882
- paginator: MatPaginator;
1883
- sort: MatSort;
1884
- dataSource: MatTableDataSource<TableRowData>;
1885
- displayedColumns: string[];
1886
- currentSort: Sort | undefined;
1887
- desktopTableVisible: boolean;
2029
+ sortActive: string;
2030
+ sortDirection: DataTableSortDirection;
2031
+ /** @deprecated Prefer projected cells for new integrations. */
2032
+ actions?: MenuItem[];
2033
+ /** @deprecated Prefer projected cells for new integrations. */
2034
+ menuItems: MenuItem[];
2035
+ /** @deprecated The presence of a `menu` column controls menu rendering. */
2036
+ menu?: boolean;
2037
+ /** @deprecated Prefer filtering in the consuming feature. */
2038
+ filterControl?: FormControl<string | null>;
2039
+ readonly pageChange: EventEmitter<DataTablePageChange>;
2040
+ readonly sortChange: EventEmitter<DataTableSortChange>;
2041
+ readonly selectionChange: EventEmitter<DataTableSelectionChange>;
2042
+ readonly retry: EventEmitter<void>;
2043
+ /** @deprecated Prefer `pageChange`. */
2044
+ readonly onChangePage: EventEmitter<PageEvent>;
2045
+ /** @deprecated Prefer `sortChange`. */
2046
+ readonly onSortChange: EventEmitter<Sort>;
2047
+ /** @deprecated Prefer `selectionChange`. */
2048
+ readonly selectedRows: EventEmitter<SelectedTableRow<TableRowData>[]>;
2049
+ readonly rowClick: EventEmitter<RowClickEvent<TableRowData>>;
2050
+ private readonly projectedCells;
2051
+ private readonly cdr;
1888
2052
  private readonly destroyRef;
1889
- private filterControlSubscription?;
1890
- constructor(cdr: ChangeDetectorRef, i18n: MapaI18nService);
1891
- get texts(): mapa_frontend_i18n.MapaUiTextGroups;
1892
- get selectAllLabel(): string;
1893
- get paginatorPageIndex(): number;
1894
- get shouldShowPaginator(): boolean;
1895
- get resolvedEmptyTitle(): string;
1896
- get resolvedEmptySubtitle(): string | null;
1897
- get skeletonRows(): number[];
1898
- ngAfterViewInit(): void;
1899
- ngOnChanges(changes: SimpleChanges): void;
1900
- private hasViewStateChanges;
1901
- private refreshTableState;
1902
- private rebuildDesktopTable;
1903
- trackColumn(index: number, column: TableColumn): string;
1904
- getSkeletonColumnWidth(column: TableColumn): string;
1905
- setupFilter(): void;
1906
- isAllSelected(): boolean;
1907
- toggleAllRows(): void;
1908
- checkboxLabel(row?: TableRowData): string;
1909
- sortData(column: TableColumn): void;
1910
- sortDataFunction(sort: Sort): void;
1911
- emitRowClick(row: TableRowData, action: string): void;
1912
- toggleSelection(row: TableRowData): void;
1913
- getSelectedValues(): void;
1914
- generateColumns(): void;
1915
- columnExists(columns: TableColumn[], key: string): boolean;
1916
- generateGroupData(): void;
1917
- isBoolean(column: TableColumn, row: TableRowData): boolean;
1918
- isMaskedData(column: TableColumn, row: TableRowData): boolean;
1919
- getValueAsDate(column: TableColumn, row: TableRowData): Date;
1920
- getCellClass(column: TableColumn, row: TableRowData): string;
1921
- getCellBg(column: TableColumn, row: TableRowData): string;
1922
- getCellTextColor(column: TableColumn, row: TableRowData): string;
1923
- getValue(row: {
1924
- value?: string | number | null;
1925
- }): string;
1926
- changePage(event: PageEvent): void;
1927
- toggleMenu(): void;
1928
- getBackgroundColor(column: TableColumn, row: TableRowData): string;
1929
- getTextColor(column: TableColumn, row: TableRowData): string;
1930
- hasCustomClass(column: TableColumn, row: TableRowData, key: string): boolean;
1931
- getCustomClass(column: TableColumn, row: TableRowData, key: string): string;
1932
- hasCellStyleClass(row: TableRowData, key: string): boolean;
1933
- getCellStyleClass(row: TableRowData, key: string): string;
1934
- handleMenu(selected: MenuActionEvent<unknown>): void;
1935
- hasIndividualMenu(row: TableRowData | undefined): boolean;
1936
- getMenuItems(row: TableRowData | undefined): MenuItem[];
1937
- getActionItems(row: TableRowData | undefined): MenuItem[];
1938
- getStatusLabel(column: TableColumn, row: TableRowData): string;
1939
- getCellContent(row: TableRowData, key: string): string;
1940
- hasActionsColumn(): boolean;
1941
- hasMenuColumn(): boolean;
1942
- setSvgName(image: string): string;
2053
+ private readonly i18n;
2054
+ private localSort;
2055
+ private filterValue;
2056
+ private observedFilter?;
2057
+ private filterSubscription?;
2058
+ protected get texts(): mapa_frontend_i18n.MapaUiTextGroups;
2059
+ protected get visibleData(): readonly unknown[];
2060
+ protected get isSelectable(): boolean;
2061
+ protected get isLoading(): boolean;
2062
+ protected get isFinished(): boolean;
2063
+ protected get resolvedEmptyTitle(): string;
2064
+ protected get resolvedEmptySubtitle(): string | null;
2065
+ protected get resolvedErrorTitle(): string;
2066
+ protected get resolvedErrorSubtitle(): string | null;
2067
+ protected get resolvedRetryLabel(): string;
2068
+ protected get zeroBasedPageIndex(): number;
2069
+ protected get shouldShowPaginator(): boolean;
2070
+ protected get skeletonRows(): number[];
2071
+ protected skeletonColumnWidth(column: TableColumn): string;
2072
+ protected rowIdentity(row: unknown, index: number): unknown;
2073
+ protected getRowKey(row: unknown): string;
2074
+ protected isSelected(row: unknown): boolean;
2075
+ protected allVisibleSelected(): boolean;
2076
+ protected someVisibleSelected(): boolean;
2077
+ protected toggleRow(row: unknown, selected: boolean): void;
2078
+ protected toggleVisibleRows(selected: boolean): void;
2079
+ protected selectionLabel(row: unknown): string;
2080
+ protected cellTemplate(columnKey: string): TemplateRef<MapaTableCellContext> | null;
2081
+ protected isSortable(column: TableColumn): boolean;
2082
+ protected ariaSort(column: TableColumn): 'ascending' | 'descending' | 'none' | null;
2083
+ protected sortIcon(column: TableColumn): string;
2084
+ protected changeSort(column: TableColumn): void;
2085
+ protected handlePage(event: PageEvent): void;
2086
+ protected cellValue(row: unknown, column: TableColumn): string;
2087
+ protected dateValue(row: unknown, column: TableColumn): Date | null;
2088
+ protected dateFormat(column: TableColumn): string | null;
2089
+ protected statusLabel(column: TableColumn, row: unknown): string;
2090
+ protected statusBackground(column: TableColumn, row: unknown): string | null;
2091
+ protected statusTextColor(column: TableColumn, row: unknown): string | null;
2092
+ protected cellClasses(column: TableColumn, row: unknown): string[];
2093
+ protected isCenterAligned(column: TableColumn): boolean;
2094
+ protected isEndAligned(column: TableColumn): boolean;
2095
+ protected getActionItems(row: unknown): MenuItem[];
2096
+ protected getMenuItems(row: unknown): MenuItem[];
2097
+ protected emitAction(row: unknown, item: MenuActionItem, event: Event): void;
2098
+ protected emitRowInteraction(event: Event, row: unknown): void;
2099
+ protected emitRowKeyboard(event: KeyboardEvent, row: unknown): void;
2100
+ protected route(item: MenuActionItem): string | unknown[] | UrlTree | null;
2101
+ protected queryParams(item: MenuActionItem): Params | null;
2102
+ protected svgName(svg: string): string;
2103
+ private activeSort;
2104
+ private activeDirection;
2105
+ private emitLegacySelection;
2106
+ private observeFilterControl;
1943
2107
  private getColumnValue;
1944
- private getColumnRecord;
1945
- private getRecordStringValue;
1946
- private getStatusIndex;
2108
+ private statusIndex;
2109
+ private normalizeCollapse;
1947
2110
  private getFilterValue;
1948
2111
  private getMenuActionItems;
1949
- private isMenuItem;
1950
- private isTableRowData;
2112
+ private asRow;
2113
+ private isInteractiveTarget;
1951
2114
  static ɵfac: i0.ɵɵFactoryDeclaration<MapaTableComponent, never>;
1952
- static ɵcmp: i0.ɵɵComponentDeclaration<MapaTableComponent, "mapa-table", never, { "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "totalCount": { "alias": "totalCount"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "filterControl": { "alias": "filterControl"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "showPaginator": { "alias": "showPaginator"; "required": false; }; "status": { "alias": "status"; "required": false; }; "empty": { "alias": "empty"; "required": false; }; "paginatorShowFirstButton": { "alias": "paginatorShowFirstButton"; "required": false; }; "paginatorShowLastButton": { "alias": "paginatorShowLastButton"; "required": false; }; "paginatorRenderButtonsNumber": { "alias": "paginatorRenderButtonsNumber"; "required": false; }; "paginatorHideDefaultArrows": { "alias": "paginatorHideDefaultArrows"; "required": false; }; }, { "rowClick": "rowClick"; "selectedRows": "selectedRows"; "onChangePage": "onChangePage"; "onSortChange": "onSortChange"; }, never, never, true, never>;
2115
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapaTableComponent, "mapa-table", never, { "columns": { "alias": "columns"; "required": false; }; "data": { "alias": "data"; "required": false; }; "rowKey": { "alias": "rowKey"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; }; "selectedKeys": { "alias": "selectedKeys"; "required": false; }; "selectionLabelKey": { "alias": "selectionLabelKey"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "finished": { "alias": "finished"; "required": false; }; "error": { "alias": "error"; "required": false; }; "emptyTitle": { "alias": "emptyTitle"; "required": false; }; "emptySubtitle": { "alias": "emptySubtitle"; "required": false; }; "errorTitle": { "alias": "errorTitle"; "required": false; }; "errorSubtitle": { "alias": "errorSubtitle"; "required": false; }; "retryLabel": { "alias": "retryLabel"; "required": false; }; "status": { "alias": "status"; "required": false; }; "empty": { "alias": "empty"; "required": false; }; "pagination": { "alias": "pagination"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "totalCount": { "alias": "totalCount"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "totalPages": { "alias": "totalPages"; "required": false; }; "showPaginator": { "alias": "showPaginator"; "required": false; }; "paginatorShowFirstButton": { "alias": "paginatorShowFirstButton"; "required": false; }; "paginatorShowLastButton": { "alias": "paginatorShowLastButton"; "required": false; }; "paginatorRenderButtonsNumber": { "alias": "paginatorRenderButtonsNumber"; "required": false; }; "paginatorHideDefaultArrows": { "alias": "paginatorHideDefaultArrows"; "required": false; }; "sortActive": { "alias": "sortActive"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "menu": { "alias": "menu"; "required": false; }; "filterControl": { "alias": "filterControl"; "required": false; }; }, { "pageChange": "pageChange"; "sortChange": "sortChange"; "selectionChange": "selectionChange"; "retry": "retry"; "onChangePage": "onChangePage"; "onSortChange": "onSortChange"; "selectedRows": "selectedRows"; "rowClick": "rowClick"; }, ["projectedCells"], never, true, never>;
1953
2116
  }
1954
2117
 
1955
2118
  interface Tag {
@@ -2107,5 +2270,5 @@ declare class MapaScaleParameterizationComponent {
2107
2270
  static ɵcmp: i0.ɵɵComponentDeclaration<MapaScaleParameterizationComponent, "mapa-scale-parameterization", never, { "data": { "alias": "data"; "required": false; }; "showProgressbar": { "alias": "showProgressbar"; "required": false; }; "showInterval": { "alias": "showInterval"; "required": false; }; "showDots": { "alias": "showDots"; "required": false; }; }, {}, never, never, true, never>;
2108
2271
  }
2109
2272
 
2110
- export { AIH_ESTADOS, AIH_TIPOS, BubblePaginationDirective, ButtonComponent, ButtonIconComponent, CEPRange, CID_NAME, CID_REGEX, CORES, CPFPipe, CapabilityClassificationService, CheckboxComponent, Datepicker, DatepickerRange, Dropdown, DropdownTree, ESTADOS, ESTADOS_SIGLA, ElementBase, FiltersComponent, HtmlSanitizerService, IPTUCREATE, IPTUMASKS, IPTUVALIDATE, IconComponent, InputText, LOCALIZACAO_BAIRROS, LOCALIZACAO_CIDADES, LOCALIZACAO_COMPLEMENTOS, LOCALIZACAO_ESTADOS, LOCALIZACAO_LOGRADOUROS, LOCALIZACAO_RUAS, LocaleDatePipe, LocaleDateTimePipe, MAPA_DATEPICKER_FORMATS, MAPA_UI_TEXTS, MASKSIE, MapaBenchmarkChartComponent, MapaBenchmarkIndicatorComponent, MapaBreadcrumbComponent, MapaCapabilityComparativeChartComponent, MapaCapabilityComparativeComponent, MapaCapabilityComparativeHeaderComponent, MapaCapabilityDetailComponent, MapaCapabilityDotComponent, MapaCapabilityExpandComponent, MapaCapabilityIndicatorChartComponent, MapaCapabilityIndicatorComponent, MapaCapabilityIndicatorListComponent, MapaCapabilityIntervalBarComponent, MapaCapabilityIntervalComponent, MapaChartComponent, MapaDatepicker, MapaDatepickerRange, MapaDetailsComponent, MapaDialogComponent, MapaDropdownComponent, MapaDropdownTreeComponent, MapaEmptyStateComponent, MapaFormComponent, MapaFormErrorsComponent, MapaGroupReportComponent, MapaI18nService, MapaInputComponent, MapaMaskAutofillSyncDirective, MapaMenuComponent, MapaNavListComponent, MapaProgressbarComponent, MapaScaleComponent, MapaScaleParameterizationComponent, MapaSvgIconComponent, MapaTableComponent, MapaTextareaComponent, MapaTooltipComponent, MapaTooltipDirective, MapaWarningComponent, MatInputAutosizeDirective, PLACAS_INVALID, PLACAS_RANGE, RadioButton, RadioButtonComponent, ReportItemComponent, SafeHtmlPipe, SlideToggle, SlideToggleComponent, TagComponent, Textarea, ValidationMessageResolverService, addDays, addMonthsToDateValue, allNumbersAreSame, buildDetailedIndicatorSections, buildIndicatorCollections, cep_ranges, create_aih, create_cartaocredito, create_certidao, create_cnh, create_cnhespelho, create_cnpj, create_cns, create_cpf, create_ect, create_iptu, create_iptu_ctba, create_iptu_sp, create_pispasep, create_processo, create_renachestadual, create_renachseguranca, create_renavam, create_titulo, create_titulo_atual, creditCardValidator, currencyToNumber, customPaginatorFactory, faker_iptu, fillString, formatBrazilianDate, formatDateAsDayMonthYear, formatDateAsMonthDayYear, formatDateByLanguage, formatDateForLocale, formatDateTimeByLanguage, formatDateValue, formatLocaleDate, formatLocaleDateTime, generateInscricaoEstadual, getActiveDateFormat, getActiveDateLocale, getActiveMaterialDateFormat, getAllDigits, getAllWords, getDateFormatByLanguage, getDateInputMask, getDateTimeFormatByLanguage, getDayOfMonthFromDateValue, getDefaultDateRange, getMapaDatepickerRangeFormats, getRelativeDateRange, getSpecialProperty, getYearFromDateValue, isAfterDateValue, isArray, isDateValue, isMonthFirstDateLocale, isNil, isNumber, isPresent, isString, isValidDateByLanguage, isValidDateValue, makeGenericFaker, maskBr, mask_iptu, mergeMapaUiTexts, modulo11, modulo11Custom, modulo11a, normalizeDateInput, normalizeDateLocale, normalizeLookup, normalizeText, numberToCurrency, openDialog, parseBrazilianDate, parseDateByLanguage, parseDateFieldValue, parseDateValue, parseDateValueFns, parseLocaleDateValue, processCaretTraps, provideMapaUiTexts, rand, randArray, randomEstadoSigla, randomLetter, randomLetterOrNumber, randomNumber, reformatDateStringForLanguage, rg_rj, rg_sp, sanitizeHtmlContent, setTimeOnDateValue, slugify, toDatepickerLocale, toIsoDateByLanguage, toIsoDateByLanguageWithUtcTime, toIsoDateValue, toIsoDateValueWithTime, toIsoDateValueWithUtcTime, toUtcDayExclusiveEndIso, toUtcRangeEndIso, toUtcRangeStartIso, utilsBr, validateBr, validate_aih, validate_cartaocredito, validate_celular, validate_cep, validate_certidao, validate_chassi, validate_cnh, validate_cnhespelho, validate_cnpj, validate_cns, validate_cpf, validate_currency, validate_datahora, validate_datetime, validate_ect, validate_inscricaoestadual, validate_iptu, validate_iptu_contagem, validate_iptu_ctba, validate_iptu_sp, validate_number, validate_pispasep, validate_placa, validate_porcentagem, validate_processo, validate_renachestadual, validate_renachseguranca, validate_renavam, validate_rg, validate_sped, validate_telefone, validate_time, validate_titulo };
2111
- export type { ActionButton, Benchmark, BenchmarkMark, BenchmarkingChart, Classification as BenchmarkingClassification, BigObject, Breadpiece, ButtonIcon, Candidate, Capability, CapabilityClassification, CapabilityComparative, CapabilityItem, ChartOptions, Classification$1 as Classification, Competence$1 as Competence, DataNode, DateFormatPattern, DateInput$1 as DateInput, DateTimeFormatPattern, DatepickerLocale, DetailedIndicatorItem, DetailedIndicatorSection, DialogData, Dimension$1 as Dimension, ElementOption, ElementSearch, ElementTreeNode, Errors, EstadosType, EvaluationBenchmarkResult, Dimension$2 as GroupReportDimension, GroupReportItem, IndicatorCollectionOptions, IndicatorCollections, Indicators, LocaleDateStyle, LowReliabilityReport, MapaDateFormat, MapaDateLocale, MapaDatepickerRangeComponent, MapaDatepickerRangeControlValue, MapaDatepickerRangeFormGroup, MapaUiTexts, MaskType, Masks, MasksIE, MenuActionEvent, MenuActionItem, MenuItem, ProgressBar$1 as ProgressBar, ReportItem, ReportItemMenuItem, RowClickEvent, Scale$1 as Scale, Competence as ScaleParameterizationCompetence, Dimension as ScaleParameterizationDimension, ProgressBar as ScaleParameterizationProgressBar, Scale as ScaleParameterizationScale, SelectedTableRow, Status, TableCellStyleClass, TableColumn, TableColumnStatus, TableEmptyState, TableRowData, TableStatus, Tag, ValidationMessageContext };
2273
+ export { AIH_ESTADOS, AIH_TIPOS, BubblePaginationDirective, ButtonComponent, ButtonIconComponent, CEPRange, CID_NAME, CID_REGEX, CORES, CPFPipe, CapabilityClassificationService, CheckboxComponent, Datepicker, DatepickerRange, Dropdown, DropdownTree, ESTADOS, ESTADOS_SIGLA, ElementBase, FiltersComponent, HtmlSanitizerService, IPTUCREATE, IPTUMASKS, IPTUVALIDATE, IconComponent, InputText, LOCALIZACAO_BAIRROS, LOCALIZACAO_CIDADES, LOCALIZACAO_COMPLEMENTOS, LOCALIZACAO_ESTADOS, LOCALIZACAO_LOGRADOUROS, LOCALIZACAO_RUAS, LocaleDatePipe, LocaleDateTimePipe, MAPA_UI_TEXTS, MASKSIE, MapaBenchmarkChartComponent, MapaBenchmarkIndicatorComponent, MapaBreadcrumbComponent, MapaCapabilityComparativeChartComponent, MapaCapabilityComparativeComponent, MapaCapabilityComparativeHeaderComponent, MapaCapabilityDetailComponent, MapaCapabilityDotComponent, MapaCapabilityExpandComponent, MapaCapabilityIndicatorChartComponent, MapaCapabilityIndicatorComponent, MapaCapabilityIndicatorListComponent, MapaCapabilityIntervalBarComponent, MapaCapabilityIntervalComponent, MapaChartComponent, MapaDateLocaleService, MapaDatepicker, MapaDatepicker as MapaDatepickerRange, MapaDetailsComponent, MapaDialogComponent, MapaDropdownComponent, MapaDropdownTreeComponent, MapaEmptyStateComponent, MapaFormComponent, MapaFormErrorsComponent, MapaGroupReportComponent, MapaI18nService, MapaInputComponent, MapaMaskAutofillSyncDirective, MapaMenuComponent, MapaNavListComponent, MapaProgressbarComponent, MapaScaleComponent, MapaScaleParameterizationComponent, MapaSvgIconComponent, MapaTableCellDirective, MapaTableComponent, MapaTextareaComponent, MapaTooltipComponent, MapaTooltipDirective, MapaWarningComponent, MatInputAutosizeDirective, PLACAS_INVALID, PLACAS_RANGE, RadioButton, RadioButtonComponent, ReportItemComponent, SafeHtmlPipe, SlideToggle, SlideToggleComponent, TagComponent, Textarea, ValidationMessageResolverService, addDays, addMonthsToDateValue, allNumbersAreSame, buildDetailedIndicatorSections, buildIndicatorCollections, cep_ranges, create_aih, create_cartaocredito, create_certidao, create_cnh, create_cnhespelho, create_cnpj, create_cns, create_cpf, create_ect, create_iptu, create_iptu_ctba, create_iptu_sp, create_pispasep, create_processo, create_renachestadual, create_renachseguranca, create_renavam, create_titulo, create_titulo_atual, creditCardValidator, currencyToNumber, customPaginatorFactory, faker_iptu, fillString, formatBrazilianDate, formatDateAsDayMonthYear, formatDateAsMonthDayYear, formatDateByLanguage, formatDateForLocale, formatDateTimeByLanguage, formatDateValue, formatLocaleDate, formatLocaleDateTime, generateInscricaoEstadual, getActiveDateFormat, getActiveDateLocale, getAllDigits, getAllWords, getDateFormatByLanguage, getDateInputMask, getDateTimeFormatByLanguage, getDayOfMonthFromDateValue, getDefaultDateRange, getRelativeDateRange, getSpecialProperty, getYearFromDateValue, isAfterDateValue, isArray, isDateValue, isMonthFirstDateLocale, isNil, isNumber, isPresent, isString, isValidDateByLanguage, isValidDateValue, makeGenericFaker, maskBr, mask_iptu, mergeMapaUiTexts, modulo11, modulo11Custom, modulo11a, normalizeDateInput, normalizeDateLocale, normalizeLookup, normalizeText, numberToCurrency, openDialog, parseBrazilianDate, parseDateByLanguage, parseDateFieldValue, parseDateValue, parseDateValueFns, parseLocaleDateValue, processCaretTraps, provideMapaUiTexts, rand, randArray, randomEstadoSigla, randomLetter, randomLetterOrNumber, randomNumber, reformatDateStringForLanguage, rg_rj, rg_sp, sanitizeHtmlContent, setTimeOnDateValue, slugify, toDatepickerLocale, toIsoDateByLanguage, toIsoDateByLanguageWithUtcTime, toIsoDateValue, toIsoDateValueWithTime, toIsoDateValueWithUtcTime, toUtcDayExclusiveEndIso, toUtcRangeEndIso, toUtcRangeStartIso, utilsBr, validateBr, validate_aih, validate_cartaocredito, validate_celular, validate_cep, validate_certidao, validate_chassi, validate_cnh, validate_cnhespelho, validate_cnpj, validate_cns, validate_cpf, validate_currency, validate_datahora, validate_datetime, validate_ect, validate_inscricaoestadual, validate_iptu, validate_iptu_contagem, validate_iptu_ctba, validate_iptu_sp, validate_number, validate_pispasep, validate_placa, validate_porcentagem, validate_processo, validate_renachestadual, validate_renachseguranca, validate_renavam, validate_rg, validate_sped, validate_telefone, validate_time, validate_titulo };
2274
+ export type { ActionButton, Benchmark, BenchmarkMark, BenchmarkingChart, Classification as BenchmarkingClassification, BigObject, Breadpiece, ButtonIcon, Candidate, Capability, CapabilityClassification, CapabilityComparative, CapabilityItem, ChartOptions, Classification$1 as Classification, Competence$1 as Competence, DataNode, DataTableAlignment, DataTableColumn, DataTablePageChange, DataTableSelectionChange, DataTableSortChange, DataTableSortDirection, DateFormatPattern, DateInput$1 as DateInput, DateTimeFormatPattern, DatepickerLocale, DatepickerMode, DatepickerOptions, DatepickerPreset, DetailedIndicatorItem, DetailedIndicatorSection, DialogData, Dimension$1 as Dimension, ElementOption, ElementSearch, ElementTreeNode, Errors, EstadosType, EvaluationBenchmarkResult, Dimension$2 as GroupReportDimension, GroupReportItem, IndicatorCollectionOptions, IndicatorCollections, Indicators, LocaleDateStyle, LowReliabilityReport, MapaDateFormat, MapaDateLocale, MapaDatepickerControlValue, MapaDatepickerPresetEntry, MapaDatepickerRangeComponent, MapaDatepickerRangeControlValue, MapaDatepickerRangeFormGroup, MapaDatepickerRangeValue, MapaTableCellContext, MapaUiTexts, MaskType, Masks, MasksIE, MenuActionEvent, MenuActionItem, MenuItem, ProgressBar$1 as ProgressBar, ReportItem, ReportItemMenuItem, RowClickEvent, Scale$1 as Scale, Competence as ScaleParameterizationCompetence, Dimension as ScaleParameterizationDimension, ProgressBar as ScaleParameterizationProgressBar, Scale as ScaleParameterizationScale, SelectedTableRow, Status, TableCellStyleClass, TableColumn, TableColumnStatus, TableEmptyState, TableRowData, TableStatus, Tag, ValidationMessageContext };