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.
- package/README.md +2 -3
- package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-capability.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-chart.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs +648 -125
- package/fesm2022/mapa-library-ui-src-lib-components-datepicker.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown-tree.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-dropdown.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-filters.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-form.mjs +569 -322
- package/fesm2022/mapa-library-ui-src-lib-components-form.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-input.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-input.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-scale-parameterization.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-scale.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-table.mjs +522 -581
- package/fesm2022/mapa-library-ui-src-lib-components-table.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-textarea.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs +42 -35
- package/fesm2022/mapa-library-ui-src-lib-components-warning.mjs.map +1 -1
- package/fesm2022/mapa-library-ui-src-lib-core-utils.mjs +1 -4
- package/fesm2022/mapa-library-ui-src-lib-core-utils.mjs.map +1 -1
- package/fesm2022/mapa-library-ui.mjs +1272 -1018
- package/fesm2022/mapa-library-ui.mjs.map +1 -1
- package/index.d.ts +350 -187
- package/mapa-library-ui-2.0.0.tgz +0 -0
- package/package.json +3 -10
- package/src/lib/components/datepicker/index.d.ts +165 -27
- package/src/lib/components/group-report/index.d.ts +6 -1
- package/src/lib/components/menu/index.d.ts +3 -1
- package/src/lib/components/report-item/index.d.ts +3 -1
- package/src/lib/components/table/index.d.ts +153 -100
- package/src/lib/core/utils/index.d.ts +1 -2
- package/fesm2022/mapa-library-ui-src-lib-components-datepicker-range.mjs +0 -733
- package/fesm2022/mapa-library-ui-src-lib-components-datepicker-range.mjs.map +0 -1
- package/mapa-library-ui-1.7.3.tgz +0 -0
- 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,
|
|
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 {
|
|
18
|
-
import {
|
|
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
|
-
|
|
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?:
|
|
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
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
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
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
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
|
-
|
|
1388
|
-
|
|
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
|
-
|
|
1391
|
-
|
|
1498
|
+
mode(): DatepickerMode;
|
|
1499
|
+
isOpen(): boolean;
|
|
1500
|
+
isDisabled(): boolean;
|
|
1501
|
+
isReadonly(): boolean;
|
|
1392
1502
|
hasValue(): boolean;
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
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":
|
|
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
|
-
|
|
1403
|
-
|
|
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
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
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
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
get
|
|
1895
|
-
get
|
|
1896
|
-
get
|
|
1897
|
-
get
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
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
|
|
1945
|
-
private
|
|
1946
|
-
private getStatusIndex;
|
|
2108
|
+
private statusIndex;
|
|
2109
|
+
private normalizeCollapse;
|
|
1947
2110
|
private getFilterValue;
|
|
1948
2111
|
private getMenuActionItems;
|
|
1949
|
-
private
|
|
1950
|
-
private
|
|
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; }; "
|
|
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,
|
|
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 };
|