@gipisistemas/ng-core 1.1.5 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
- package/bundles/gipisistemas-ng-core.umd.js +350 -191
- package/bundles/gipisistemas-ng-core.umd.js.map +1 -1
- package/bundles/gipisistemas-ng-core.umd.min.js +8 -8
- package/bundles/gipisistemas-ng-core.umd.min.js.map +1 -1
- package/core/guards/auth.guard.d.ts +3 -3
- package/core/guards/permission.guard.d.ts +3 -3
- package/core/guards/public.guard.d.ts +3 -3
- package/core/models/dto/confirmation.dto.d.ts +1 -1
- package/core/models/dto/dialog.dto.d.ts +4 -4
- package/core/models/dto/menu.dto.d.ts +1 -0
- package/core/services/dialog.service.d.ts +5 -1
- package/core/services/message.service.d.ts +1 -1
- package/core/services/nav.service.d.ts +1 -1
- package/core/services/svg-register.service.d.ts +7 -1
- package/esm2015/core/gipi-components/services/file.service.js +2 -4
- package/esm2015/core/guards/auth.guard.js +13 -14
- package/esm2015/core/guards/permission.guard.js +12 -13
- package/esm2015/core/guards/public.guard.js +12 -13
- package/esm2015/core/models/dto/confirmation.dto.js +1 -5
- package/esm2015/core/models/dto/dialog.dto.js +1 -1
- package/esm2015/core/models/dto/menu.dto.js +2 -1
- package/esm2015/core/services/authentication.service.js +5 -6
- package/esm2015/core/services/breakpoint-observer.service.js +2 -4
- package/esm2015/core/services/confirmation.service.js +2 -4
- package/esm2015/core/services/dialog.service.js +54 -14
- package/esm2015/core/services/message.service.js +3 -5
- package/esm2015/core/services/nav.service.js +2 -4
- package/esm2015/core/services/svg-register.service.js +16 -5
- package/esm2015/shared/components/checkbox/checkbox.component.js +15 -11
- package/esm2015/shared/components/input/input.component.js +1 -1
- package/esm2015/shared/components/input-currency/input-currency.component.js +1 -1
- package/esm2015/shared/components/input-file/input-file.component.js +1 -1
- package/esm2015/shared/components/popover/popover.service.js +6 -7
- package/esm2015/shared/components/radio-group-entity/radio-group-entity.component.js +1 -1
- package/esm2015/shared/components/radio-group-enum/radio-group-enum.component.js +1 -1
- package/esm2015/shared/components/select-entity/select-entity.component.js +1 -1
- package/esm2015/shared/components/select-entity-paged/select-entity-paged.component.js +3 -3
- package/esm2015/shared/components/select-entity-paged/shared/default-options.js +1 -2
- package/esm2015/shared/components/select-entity-paged/shared/select-search/select-search.component.js +2 -8
- package/esm2015/shared/components/select-enum/select-enum.component.js +1 -1
- package/esm2015/shared/components/select-month-period/select-month-period.component.js +1 -1
- package/esm2015/shared/components/table/table.component.js +28 -9
- package/esm2015/shared/components/textarea/textarea.component.js +1 -1
- package/esm2015/shared/gipi-components/abstract-form/abstract-form.component.js +65 -3
- package/esm2015/shared/gipi-components/confirmation-dialog/confirmation-dialog.component.js +3 -3
- package/esm2015/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.js +1 -1
- package/esm2015/shared/gipi-components/datepicker/datepicker/datepicker.component.js +1 -1
- package/esm2015/shared/gipi-components/dropdown-menu/dropdown-menu.component.js +1 -1
- package/esm2015/shared/gipi-components/form-field/form-field.component.js +1 -1
- package/esm2015/shared/gipi-components/input-checkbox/input-checkbox.component.js +1 -1
- package/esm2015/shared/gipi-components/input-currency/input-currency.component.js +1 -1
- package/esm2015/shared/gipi-components/input-monthpicker/input-monthpicker.component.js +1 -1
- package/esm2015/shared/gipi-components/input-select/input-select.component.js +1 -1
- package/esm2015/shared/gipi-components/input-select-enum/input-select-enum.component.js +1 -1
- package/esm2015/shared/gipi-components/input-select-listbox/input-select-listbox.component.js +1 -1
- package/esm2015/shared/gipi-components/input-select-paged/input-search/input-search.component.js +2 -2
- package/esm2015/shared/gipi-components/input-select-paged/input-select-paged.component.js +1 -1
- package/esm2015/shared/gipi-components/input-select-radio/input-select-radio.component.js +1 -1
- package/esm2015/shared/gipi-components/layout-grid/services/breakpoint.service.js +2 -4
- package/esm2015/shared/gipi-components/layout-grid/services/resize.service.js +2 -4
- package/esm2015/shared/gipi-components/month-year-picker/month-year-picker.component.js +3 -3
- package/esm2015/shared/gipi-components/radio-group/radio-group.component.js +1 -1
- package/esm2015/shared/gipi-components/select/select.component.js +1 -1
- package/esm2015/shared/gipi-components/sidebar/sidenav/sidenav.component.js +33 -10
- package/esm2015/shared/gipi-components/tabs/tab/tab.component.js +13 -1
- package/esm2015/shared/gipi-components/tabs/tab-group/tab-group.component.js +18 -4
- package/esm2015/shared/gipi-components/textarea/textarea.component.js +1 -1
- package/esm5/core/gipi-components/services/file.service.js +2 -4
- package/esm5/core/guards/auth.guard.js +13 -14
- package/esm5/core/guards/permission.guard.js +12 -13
- package/esm5/core/guards/public.guard.js +12 -13
- package/esm5/core/models/dto/confirmation.dto.js +2 -4
- package/esm5/core/models/dto/dialog.dto.js +1 -1
- package/esm5/core/models/dto/menu.dto.js +2 -1
- package/esm5/core/services/authentication.service.js +5 -6
- package/esm5/core/services/breakpoint-observer.service.js +2 -4
- package/esm5/core/services/confirmation.service.js +2 -4
- package/esm5/core/services/dialog.service.js +54 -14
- package/esm5/core/services/message.service.js +3 -5
- package/esm5/core/services/nav.service.js +2 -4
- package/esm5/core/services/svg-register.service.js +16 -5
- package/esm5/shared/components/checkbox/checkbox.component.js +15 -11
- package/esm5/shared/components/input/input.component.js +1 -1
- package/esm5/shared/components/input-currency/input-currency.component.js +1 -1
- package/esm5/shared/components/input-file/input-file.component.js +1 -1
- package/esm5/shared/components/popover/popover.service.js +6 -7
- package/esm5/shared/components/radio-group-entity/radio-group-entity.component.js +1 -1
- package/esm5/shared/components/radio-group-enum/radio-group-enum.component.js +1 -1
- package/esm5/shared/components/select-entity/select-entity.component.js +1 -1
- package/esm5/shared/components/select-entity-paged/select-entity-paged.component.js +3 -3
- package/esm5/shared/components/select-entity-paged/shared/default-options.js +1 -2
- package/esm5/shared/components/select-entity-paged/shared/select-search/select-search.component.js +2 -8
- package/esm5/shared/components/select-enum/select-enum.component.js +1 -1
- package/esm5/shared/components/select-month-period/select-month-period.component.js +1 -1
- package/esm5/shared/components/table/table.component.js +28 -9
- package/esm5/shared/components/textarea/textarea.component.js +1 -1
- package/esm5/shared/gipi-components/abstract-form/abstract-form.component.js +66 -3
- package/esm5/shared/gipi-components/confirmation-dialog/confirmation-dialog.component.js +3 -3
- package/esm5/shared/gipi-components/datepicker/date-range-picker/date-range-picker.component.js +1 -1
- package/esm5/shared/gipi-components/datepicker/datepicker/datepicker.component.js +1 -1
- package/esm5/shared/gipi-components/dropdown-menu/dropdown-menu.component.js +1 -1
- package/esm5/shared/gipi-components/form-field/form-field.component.js +1 -1
- package/esm5/shared/gipi-components/input-checkbox/input-checkbox.component.js +1 -1
- package/esm5/shared/gipi-components/input-currency/input-currency.component.js +1 -1
- package/esm5/shared/gipi-components/input-monthpicker/input-monthpicker.component.js +1 -1
- package/esm5/shared/gipi-components/input-select/input-select.component.js +1 -1
- package/esm5/shared/gipi-components/input-select-enum/input-select-enum.component.js +1 -1
- package/esm5/shared/gipi-components/input-select-listbox/input-select-listbox.component.js +1 -1
- package/esm5/shared/gipi-components/input-select-paged/input-search/input-search.component.js +2 -2
- package/esm5/shared/gipi-components/input-select-paged/input-select-paged.component.js +1 -1
- package/esm5/shared/gipi-components/input-select-radio/input-select-radio.component.js +1 -1
- package/esm5/shared/gipi-components/layout-grid/services/breakpoint.service.js +2 -4
- package/esm5/shared/gipi-components/layout-grid/services/resize.service.js +2 -4
- package/esm5/shared/gipi-components/month-year-picker/month-year-picker.component.js +3 -3
- package/esm5/shared/gipi-components/radio-group/radio-group.component.js +1 -1
- package/esm5/shared/gipi-components/select/select.component.js +1 -1
- package/esm5/shared/gipi-components/sidebar/sidenav/sidenav.component.js +38 -10
- package/esm5/shared/gipi-components/tabs/tab/tab.component.js +13 -1
- package/esm5/shared/gipi-components/tabs/tab-group/tab-group.component.js +18 -4
- package/esm5/shared/gipi-components/textarea/textarea.component.js +1 -1
- package/fesm2015/gipisistemas-ng-core.js +344 -193
- package/fesm2015/gipisistemas-ng-core.js.map +1 -1
- package/fesm5/gipisistemas-ng-core.js +355 -196
- package/fesm5/gipisistemas-ng-core.js.map +1 -1
- package/gipisistemas-ng-core.metadata.json +1 -1
- package/package.json +1 -1
- package/shared/components/checkbox/checkbox.component.d.ts +6 -4
- package/shared/components/popover/popover.service.d.ts +1 -1
- package/shared/components/select-entity-paged/shared/default-options.d.ts +2 -2
- package/shared/components/select-entity-paged/shared/select-search/select-search.component.d.ts +0 -1
- package/shared/gipi-components/abstract-form/abstract-form.component.d.ts +10 -2
- package/shared/gipi-components/sidebar/sidenav/sidenav.component.d.ts +5 -2
- package/shared/gipi-components/tabs/tab/tab.component.d.ts +3 -0
- package/shared/gipi-components/tabs/tab-group/tab-group.component.d.ts +3 -0
@@ -4,7 +4,7 @@ import { CdkStepperModule, CdkStepper } from '@angular/cdk/stepper';
|
|
4
4
|
import { formatNumber, formatPercent, DOCUMENT, formatDate, isPlatformBrowser, CommonModule, formatCurrency } from '@angular/common';
|
5
5
|
import { BREAKPOINT, FlexLayoutModule } from '@angular/flex-layout';
|
6
6
|
import { NG_VALUE_ACCESSOR, FormControl, NgControl, NgForm, FormGroupDirective, Validators, NG_VALIDATORS, ControlContainer, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
7
|
-
import { MatMenu, MAT_SNACK_BAR_DATA, MatSnackBar, MatSelect as MatSelect$1, MatOption, MatFormField, MatTableDataSource, MatSort, MatPaginator, MatDialogRef, MAT_DIALOG_DATA, MatDialogConfig, MatDialog, MatNativeDateModule, MatRippleModule as MatRippleModule$1, MatDialogModule as MatDialogModule$1, MatIconRegistry } from '@angular/material';
|
7
|
+
import { MatMenu, MAT_SNACK_BAR_DATA, MatSnackBar, MatSelect as MatSelect$1, MatOption, MatFormField, MatTableDataSource, MatSort, MatPaginator, MatDialogTitle, MatDialogContent, MatDialogActions, MatDialogRef, MAT_DIALOG_DATA, MatDialogConfig, MatDialog, MatNativeDateModule, MatRippleModule as MatRippleModule$1, MatDialogModule as MatDialogModule$1, MatIconRegistry } from '@angular/material';
|
8
8
|
import { Router, ActivatedRoute, NavigationEnd, RouterModule } from '@angular/router';
|
9
9
|
import { MdePopoverTrigger, MdePopoverModule } from '@material-extended/mde';
|
10
10
|
import { MentionModule } from 'angular-mentions';
|
@@ -61,7 +61,7 @@ import { parsePhoneNumberFromString, getExampleNumber } from 'libphonenumber-js'
|
|
61
61
|
import { trigger, state, style, transition, animate, animation, useAnimation } from '@angular/animations';
|
62
62
|
import { A, Z, ZERO, NINE, SPACE, HOME, END, ENTER, ESCAPE, UP_ARROW, DOWN_ARROW, PAGE_DOWN, PAGE_UP, RIGHT_ARROW, LEFT_ARROW, BACKSPACE } from '@angular/cdk/keycodes';
|
63
63
|
import { coerceCssPixelValue, coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
|
64
|
-
import { MediaMatcher } from '@angular/cdk/layout';
|
64
|
+
import { MediaMatcher, BreakpointObserver } from '@angular/cdk/layout';
|
65
65
|
import { Platform as Platform$1, PlatformModule } from '@angular/cdk/platform';
|
66
66
|
import { Directionality } from '@angular/cdk/bidi';
|
67
67
|
import { OverlayConfig, Overlay, OverlayModule } from '@angular/cdk/overlay';
|
@@ -302,8 +302,6 @@ let CheckboxComponent = CheckboxComponent_1 = class CheckboxComponent {
|
|
302
302
|
this.onChange = () => { };
|
303
303
|
this.onTouch = () => { };
|
304
304
|
}
|
305
|
-
ngOnInit() {
|
306
|
-
}
|
307
305
|
get value() {
|
308
306
|
return this.val;
|
309
307
|
}
|
@@ -312,6 +310,7 @@ let CheckboxComponent = CheckboxComponent_1 = class CheckboxComponent {
|
|
312
310
|
this.onChange(val);
|
313
311
|
this.onTouch();
|
314
312
|
}
|
313
|
+
ngOnInit() { }
|
315
314
|
registerOnChange(fn) {
|
316
315
|
this.onChange = fn;
|
317
316
|
}
|
@@ -322,6 +321,10 @@ let CheckboxComponent = CheckboxComponent_1 = class CheckboxComponent {
|
|
322
321
|
this.value = value;
|
323
322
|
}
|
324
323
|
};
|
324
|
+
__decorate([
|
325
|
+
Input(),
|
326
|
+
__metadata("design:type", String)
|
327
|
+
], CheckboxComponent.prototype, "id", void 0);
|
325
328
|
__decorate([
|
326
329
|
Input(),
|
327
330
|
__metadata("design:type", String)
|
@@ -342,6 +345,10 @@ __decorate([
|
|
342
345
|
Input(),
|
343
346
|
__metadata("design:type", Boolean)
|
344
347
|
], CheckboxComponent.prototype, "indeterminate", void 0);
|
348
|
+
__decorate([
|
349
|
+
Input('value'),
|
350
|
+
__metadata("design:type", Object)
|
351
|
+
], CheckboxComponent.prototype, "val", void 0);
|
345
352
|
__decorate([
|
346
353
|
Output(),
|
347
354
|
__metadata("design:type", Object)
|
@@ -350,14 +357,10 @@ __decorate([
|
|
350
357
|
Output(),
|
351
358
|
__metadata("design:type", Object)
|
352
359
|
], CheckboxComponent.prototype, "change", void 0);
|
353
|
-
__decorate([
|
354
|
-
Input('value'),
|
355
|
-
__metadata("design:type", Object)
|
356
|
-
], CheckboxComponent.prototype, "val", void 0);
|
357
360
|
CheckboxComponent = CheckboxComponent_1 = __decorate([
|
358
361
|
Component({
|
359
362
|
selector: 'itss-checkbox',
|
360
|
-
template: "<
|
363
|
+
template: "<mat-checkbox [attr.id]=\"id\"\n [name]=\"name\"\n [(ngModel)]=\"value\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [(indeterminate)]=\"indeterminate\"\n (change)=\"change.emit($event)\">\n {{ label }}\n</mat-checkbox>",
|
361
364
|
providers: [
|
362
365
|
{
|
363
366
|
provide: NG_VALUE_ACCESSOR,
|
@@ -365,8 +368,9 @@ CheckboxComponent = CheckboxComponent_1 = __decorate([
|
|
365
368
|
multi: true
|
366
369
|
}
|
367
370
|
],
|
368
|
-
styles: ["mat-
|
369
|
-
})
|
371
|
+
styles: [":host{display:block;min-width:0;max-width:100%}:host ::ng-deep .mat-checkbox-disabled{cursor:not-allowed;opacity:.6}"]
|
372
|
+
}),
|
373
|
+
__metadata("design:paramtypes", [])
|
370
374
|
], CheckboxComponent);
|
371
375
|
|
372
376
|
let IconComponent = class IconComponent {
|
@@ -508,7 +512,7 @@ InputCurrencyComponent = InputCurrencyComponent_1 = __decorate([
|
|
508
512
|
multi: true
|
509
513
|
}
|
510
514
|
],
|
511
|
-
styles: ["mat-label span{color:#d14014!important}.input-currency-prefix{color:#8f8b8f;font-size:14px;letter-spacing:0;font-weight:500;padding:5px 5px 4px}"]
|
515
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#d14014!important}.input-currency-prefix{color:#8f8b8f;font-size:14px;letter-spacing:0;font-weight:500;padding:5px 5px 4px}"]
|
512
516
|
})
|
513
517
|
], InputCurrencyComponent);
|
514
518
|
|
@@ -894,6 +898,31 @@ __decorate([
|
|
894
898
|
class Archive {
|
895
899
|
}
|
896
900
|
|
901
|
+
class AbstractDTO {
|
902
|
+
}
|
903
|
+
|
904
|
+
class MessageDTO extends AbstractDTO {
|
905
|
+
}
|
906
|
+
|
907
|
+
let AlertComponent = class AlertComponent {
|
908
|
+
constructor(message) {
|
909
|
+
this.message = message;
|
910
|
+
}
|
911
|
+
ngOnInit() { }
|
912
|
+
};
|
913
|
+
AlertComponent.ctorParameters = () => [
|
914
|
+
{ type: MessageDTO, decorators: [{ type: Inject, args: [MAT_SNACK_BAR_DATA,] }] }
|
915
|
+
];
|
916
|
+
AlertComponent = __decorate([
|
917
|
+
Component({
|
918
|
+
selector: 'a-alert',
|
919
|
+
template: "<div class=\"alert\"\n [ngClass]=\"message.type\"\n fxLayout=\"row\"\n fxLayoutAlign=\" center\"\n fxLayoutGap=\"15px\">\n\n <mat-icon *ngIf=\"message.icon\">{{ message.icon }}</mat-icon>\n\n <div fxLayout=\"column\"\n fxLayoutAlign=\"center start\">\n <div class=\"title\">{{ message.title }}</div>\n <span>{{ message.message }}</span>\n </div>\n</div>",
|
920
|
+
styles: [""]
|
921
|
+
}),
|
922
|
+
__param(0, Inject(MAT_SNACK_BAR_DATA)),
|
923
|
+
__metadata("design:paramtypes", [MessageDTO])
|
924
|
+
], AlertComponent);
|
925
|
+
|
897
926
|
class AbstractService {
|
898
927
|
constructor() {
|
899
928
|
this.onDestroy = new Subject();
|
@@ -922,31 +951,6 @@ class AbstractService {
|
|
922
951
|
}
|
923
952
|
}
|
924
953
|
|
925
|
-
class AbstractDTO {
|
926
|
-
}
|
927
|
-
|
928
|
-
class MessageDTO extends AbstractDTO {
|
929
|
-
}
|
930
|
-
|
931
|
-
let AlertComponent = class AlertComponent {
|
932
|
-
constructor(message) {
|
933
|
-
this.message = message;
|
934
|
-
}
|
935
|
-
ngOnInit() { }
|
936
|
-
};
|
937
|
-
AlertComponent.ctorParameters = () => [
|
938
|
-
{ type: MessageDTO, decorators: [{ type: Inject, args: [MAT_SNACK_BAR_DATA,] }] }
|
939
|
-
];
|
940
|
-
AlertComponent = __decorate([
|
941
|
-
Component({
|
942
|
-
selector: 'a-alert',
|
943
|
-
template: "<div class=\"alert\"\n [ngClass]=\"message.type\"\n fxLayout=\"row\"\n fxLayoutAlign=\" center\"\n fxLayoutGap=\"15px\">\n\n <mat-icon *ngIf=\"message.icon\">{{ message.icon }}</mat-icon>\n\n <div fxLayout=\"column\"\n fxLayoutAlign=\"center start\">\n <div class=\"title\">{{ message.title }}</div>\n <span>{{ message.message }}</span>\n </div>\n</div>",
|
944
|
-
styles: [""]
|
945
|
-
}),
|
946
|
-
__param(0, Inject(MAT_SNACK_BAR_DATA)),
|
947
|
-
__metadata("design:paramtypes", [MessageDTO])
|
948
|
-
], AlertComponent);
|
949
|
-
|
950
954
|
let MessageService = class MessageService extends AbstractService {
|
951
955
|
constructor(snackBar) {
|
952
956
|
super();
|
@@ -966,9 +970,7 @@ MessageService.ctorParameters = () => [
|
|
966
970
|
];
|
967
971
|
MessageService.ngInjectableDef = ɵɵdefineInjectable({ factory: function MessageService_Factory() { return new MessageService(ɵɵinject(MatSnackBar$1)); }, token: MessageService, providedIn: "root" });
|
968
972
|
MessageService = __decorate([
|
969
|
-
Injectable({
|
970
|
-
providedIn: 'root'
|
971
|
-
}),
|
973
|
+
Injectable({ providedIn: 'root' }),
|
972
974
|
__metadata("design:paramtypes", [MatSnackBar])
|
973
975
|
], MessageService);
|
974
976
|
|
@@ -1117,7 +1119,7 @@ InputFileComponent = __decorate([
|
|
1117
1119
|
Component({
|
1118
1120
|
selector: 'itss-input-file',
|
1119
1121
|
template: "<div fxLayout=\"column\">\n <mat-label *ngIf=\"label\">\n {{ label }}\n <span *ngIf=\"required && label\"> * </span>\n <gipi-helpful-tip *ngIf=\"tooltip && label\"\n [tooltip]=\"tooltip\">\n </gipi-helpful-tip>\n </mat-label>\n <mat-form-field [appearance]=\"appearance\">\n <input matInput\n #input\n [name]=\"name\"\n [placeholder]=\"placeholder\"\n [required]=\"required\"\n value=\"{{ archive?.name }}\"\n disabled=\"true\"\n autocomplete=\"off\">\n\n <button mat-icon-button\n matSuffix\n matTooltip=\"Enviar\"\n class=\"top\"\n [disabled]=\"disabled\"\n (click)=\"uploadArchive()\"\n *ngIf=\"!loading && !archive\">\n <mat-icon class=\"color-icon\">file_upload</mat-icon>\n </button>\n\n <!-- <button mat-icon-button-->\n <!-- matSuffix-->\n <!-- matTooltip=\"Baixar\"-->\n <!-- class=\"top\"-->\n <!-- [disabled]=\"disabled\"-->\n <!-- (click)=\"downloadArchive()\"-->\n <!-- *ngIf=\"!loading && archive\">-->\n <!-- <mat-icon class=\"color-icon\">file_download</mat-icon>-->\n <!-- </button>-->\n\n <button mat-icon-button\n matSuffix\n matTooltip=\"Excluir\"\n class=\"top\"\n [disabled]=\"disabled\"\n (click)=\"clearArchive()\"\n *ngIf=\"!loading && archive\">\n <mat-icon color=\"warn\">close</mat-icon>\n </button>\n\n <mat-spinner matSuffix\n matTooltip=\"Carregando...\"\n *ngIf=\"loading\"\n mode=\"indeterminate\"\n diameter=\"17\">\n </mat-spinner>\n </mat-form-field>\n\n <input #fileInput\n type=\"file\"\n style=\"display:none;\">\n</div>",
|
1120
|
-
styles: ["mat-label span{color:#d14014!important}:host .color-icon{color:rgba(0,0,0,.54)!important}:host .top{font-size:18px!important}:host ::ng-deep .mat-icon-button{display:inline!important}"]
|
1122
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#d14014!important}:host .color-icon{color:rgba(0,0,0,.54)!important}:host .top{font-size:18px!important}:host ::ng-deep .mat-icon-button{display:inline!important}"]
|
1121
1123
|
}),
|
1122
1124
|
__metadata("design:paramtypes", [MessageService,
|
1123
1125
|
Router,
|
@@ -1515,7 +1517,7 @@ InputComponent = InputComponent_1 = __decorate([
|
|
1515
1517
|
multi: true
|
1516
1518
|
}
|
1517
1519
|
],
|
1518
|
-
styles: ["mat-label span{color:#d14014!important}"]
|
1520
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#d14014!important}"]
|
1519
1521
|
}),
|
1520
1522
|
__metadata("design:paramtypes", [ElementRef,
|
1521
1523
|
ChangeDetectorRef])
|
@@ -2709,7 +2711,7 @@ RadioGroupEntityComponent = RadioGroupEntityComponent_1 = __decorate([
|
|
2709
2711
|
multi: true
|
2710
2712
|
}
|
2711
2713
|
],
|
2712
|
-
styles: ["mat-label span{color:#f44336!important}"]
|
2714
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#f44336!important}"]
|
2713
2715
|
})
|
2714
2716
|
], RadioGroupEntityComponent);
|
2715
2717
|
|
@@ -2840,7 +2842,7 @@ RadioGroupEnumComponent = RadioGroupEnumComponent_1 = __decorate([
|
|
2840
2842
|
],
|
2841
2843
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
2842
2844
|
host: { 'class': 'itss-element' },
|
2843
|
-
styles: [".label>span{color:#f44336!important}fieldset{margin-inline:0!important;padding:0!important;padding-inline:0!important;padding-block:0!important;border-radius:10px!important;color:#696969!important;border:1px solid #e1e5e4!important}.legend{font-size:16px!important;color:#696969!important}.legend>span{color:#f44336!important}.content-selection{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-around!important;height:20px!important;margin-bottom:15px!important;width:100%!important}.content-selection>div{height:30px;margin-top:-10px}.content-selection .radio-button{font-size:13px!important;color:#696969!important}:host ::ng-deep .type-input{display:flex;align-items:center;justify-content:space-around;border:1px solid #dddfe1;margin-top:4px;margin-left:-35px;border-radius:5px;min-height:39px}:host ::ng-deep .type-input>div{max-height:20px}:host ::ng-deep .type-input>div .mat-radio-button{margin-top:0!important}"]
|
2845
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}.label>span{color:#f44336!important}fieldset{margin-inline:0!important;padding:0!important;padding-inline:0!important;padding-block:0!important;border-radius:10px!important;color:#696969!important;border:1px solid #e1e5e4!important}.legend{font-size:16px!important;color:#696969!important}.legend>span{color:#f44336!important}.content-selection{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-around!important;height:20px!important;margin-bottom:15px!important;width:100%!important}.content-selection>div{height:30px;margin-top:-10px}.content-selection .radio-button{font-size:13px!important;color:#696969!important}:host ::ng-deep .type-input{display:flex;align-items:center;justify-content:space-around;border:1px solid #dddfe1;margin-top:4px;margin-left:-35px;border-radius:5px;min-height:39px}:host ::ng-deep .type-input>div{max-height:20px}:host ::ng-deep .type-input>div .mat-radio-button{margin-top:0!important}"]
|
2844
2846
|
}),
|
2845
2847
|
__metadata("design:paramtypes", [ChangeDetectorRef])
|
2846
2848
|
], RadioGroupEnumComponent);
|
@@ -3242,7 +3244,7 @@ __decorate([
|
|
3242
3244
|
SelectEntityPagedComponent = SelectEntityPagedComponent_1 = __decorate([
|
3243
3245
|
Component({
|
3244
3246
|
selector: 'itss-select-entity-paged',
|
3245
|
-
template: "<div fxLayout=\"column\"\n [attr.id]=\"id\"\n [attr.name]=\"name\">\n <mat-label *ngIf=\"label\">\n {{ label }}\n <span *ngIf=\"required && label\">*</span>\n </mat-label>\n <mat-form-field #formFieldSelect\n [appearance]=\"appearance\"\n class=\"mat-form-field-select\">\n <mat-icon *ngIf=\"iconPrefix || svgIconPrefix\"\n matPrefix\n [svgIcon]=\"svgIconPrefix ? svgIconPrefix : ''\">\n {{ !svgIconPrefix && iconPrefix ? iconPrefix : '' }}\n </mat-icon>\n\n <mat-select #matSelect\n [placeholder]=\"placeholder\"\n [compareWith]=\"compareFn\"\n [(ngModel)]=\"model\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [multiple]=\"multiple\"\n disableOptionCentering=\"true\"\n [panelClass]=\"'select-position ' + classSelectPanel\"\n itssInfiniteScroll\n (infiniteScroll)=\"onLoadMoreOptions(true)\"\n [complete]=\"options?.length === page?.totalElements\"\n (selectionChange)=\"onSelectionChange($event.value)\"\n (openedChange)=\"initLoaded && onLoadMoreOptions(false, $event); openedChange.emit($event)\">\n <mat-option *ngIf=\"!hideFieldSearch\">\n <itss-input-search placeholderLabel=\"Pesquisar...\"\n
|
3247
|
+
template: "<div fxLayout=\"column\"\n [attr.id]=\"id\"\n [attr.name]=\"name\">\n <mat-label *ngIf=\"label\">\n {{ label }}\n <span *ngIf=\"required && label\">*</span>\n </mat-label>\n <mat-form-field #formFieldSelect\n [appearance]=\"appearance\"\n class=\"mat-form-field-select\">\n <mat-icon *ngIf=\"iconPrefix || svgIconPrefix\"\n matPrefix\n [svgIcon]=\"svgIconPrefix ? svgIconPrefix : ''\">\n {{ !svgIconPrefix && iconPrefix ? iconPrefix : '' }}\n </mat-icon>\n\n <mat-select #matSelect\n [placeholder]=\"placeholder\"\n [compareWith]=\"compareFn\"\n [(ngModel)]=\"model\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [multiple]=\"multiple\"\n disableOptionCentering=\"true\"\n [panelClass]=\"'select-position ' + classSelectPanel\"\n itssInfiniteScroll\n (infiniteScroll)=\"onLoadMoreOptions(true)\"\n [complete]=\"options?.length === page?.totalElements\"\n (selectionChange)=\"onSelectionChange($event.value)\"\n (openedChange)=\"initLoaded && onLoadMoreOptions(false, $event); openedChange.emit($event)\">\n <mat-option *ngIf=\"!hideFieldSearch\">\n <itss-input-search placeholderLabel=\"Pesquisar...\"\n noEntriesFoundLabel=\"Nenhum registro encontrado\"\n [enableClearOnEscapePressed]=\"true\"\n [disableScrollToActiveOnOptionsChanged]=\"true\"\n [preventHomeEndKeyPropagation]=\"true\"\n [disableScrollToActiveOnOptionsChanged]=\"true\"\n [enableClearOnEscapePressed]=\"true\"\n [clearSearchInput]=\"true\"\n [formControl]=\"valueSearchCtrl\"\n [closeIcon]=\"closeIcon\"\n [closeSvgIcon]=\"closeSvgIcon\"\n [searching]=\"searching\"\n [showToggleAllCheckbox]=\"multiple\"\n [toggleAllCheckboxChecked]=\"toggleAllCheckboxChecked\"\n [toggleAllCheckboxIndeterminate]=\"toggleAllCheckboxIndeterminate\"\n (toggleAll)=\"onToggleAllSelection($event)\">\n </itss-input-search>\n </mat-option>\n\n <mat-select-trigger *ngIf=\"multiple\">\n {{ modelValue ? getPropertyValue(modelValue[0]) : '' }}\n <span *ngIf=\"modelValue?.length > 1\"\n class=\"mat-select-additional-selection\">\n (+{{ modelValue.length - 1 }} {{ modelValue?.length === 2 ? 'outro' : 'outros' }})\n </span>\n </mat-select-trigger>\n\n <mat-option *ngIf=\"!multiple; else optionSelectedMultiple\"\n [value]=\"model\"\n [style.height.px]=\"0\">\n {{ getPropertyValue(model) }}\n </mat-option>\n\n <ng-template #optionSelectedMultiple>\n <mat-option *ngFor=\"let m of model; trackBy: trackByOption\"\n [value]=\"m\"\n [style.height.px]=\"0\">\n {{ getPropertyValue(m) }}\n </mat-option>\n </ng-template>\n\n <cdk-virtual-scroll-viewport itemSize=\"5\"\n [style.height.em]=\"scrollViewportHeight\"\n class=\"virtual-scroll-viewport\">\n <mat-option *cdkVirtualFor=\"let option of options; trackBy: trackByOption\"\n [value]=\"option\"\n (click)=\"onToggleIndeterminateAllSelection()\">\n {{ getPropertyValue(option) }}\n </mat-option>\n </cdk-virtual-scroll-viewport>\n\n <div *ngIf=\"searching\"\n class=\"mat-select-search-loading\">\n <div class=\"dot-pulse\"> </div>\n </div>\n\n <mat-option *ngIf=\"showButtonAdd && !searching\"\n class=\"mat-option-button-add\"\n [disabled]=\"true\"\n aria-hidden=\"true\">\n <gipi-button label=\"Adicionar\"\n gipi-primary\n (click)=\"onClickAdd(); $event.stopPropagation()\"\n fxFlex>\n </gipi-button>\n </mat-option>\n </mat-select>\n\n <mat-icon *ngIf=\"showClearOptionButton()\"\n matSuffix\n (click)=\"removeOption(); $event.stopPropagation()\"\n matTooltip=\"Remover selecionado\">\n close\n </mat-icon>\n </mat-form-field>\n</div>",
|
3246
3248
|
providers: [
|
3247
3249
|
{
|
3248
3250
|
provide: NG_VALUE_ACCESSOR,
|
@@ -3250,7 +3252,7 @@ SelectEntityPagedComponent = SelectEntityPagedComponent_1 = __decorate([
|
|
3250
3252
|
multi: true
|
3251
3253
|
}
|
3252
3254
|
],
|
3253
|
-
styles: ["mat-label span{color:#f44336!important}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix{position:absolute!important;right:35px!important;top:30%!important}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon{height:18px!important;width:18px!important;font-size:18px!important;color:#696969!important}:host ::ng-deep .mat-form-field-appearance-legacy .mat-form-field-suffix{position:absolute!important;right:30px!important;top:35%!important}:host ::ng-deep .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{height:18px!important;width:18px!important;font-size:18px!important;color:#696969!important}:host ::ng-deep .mat-select-value{padding-right:30px!important}::ng-deep .virtual-scroll-viewport{width:100%!important;overflow:hidden}::ng-deep .virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{width:100%!important}.mat-select-additional-selection{opacity:.75;font-size:.75em;margin-left:16px}.mat-select-search-loading{background-color:#fff;display:flex;align-items:center;justify-content:center;height:3em}.dot-pulse{position:relative;left:-9999px;width:5px;height:5px;border-radius:50%;background-color:#f3465c;color:#f3465c;box-shadow:9999px 0 0 -5px;-webkit-animation:1.5s linear .25s infinite dot-pulse;animation:1.5s linear .25s infinite dot-pulse}.dot-pulse::after,.dot-pulse::before{content:\"\";display:inline-block;position:absolute;top:0;width:5px;height:5px;border-radius:50%;background-color:#f3465c;color:#f3465c}.dot-pulse::before{box-shadow:9984px 0 0 -5px;-webkit-animation:1.5s linear infinite dot-pulse-before;animation:1.5s linear infinite dot-pulse-before}.dot-pulse::after{box-shadow:10014px 0 0 -5px;-webkit-animation:1.5s linear .5s infinite dot-pulse-after;animation:1.5s linear .5s infinite dot-pulse-after}@-webkit-keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@-webkit-keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@-webkit-keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}@keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}::ng-deep .mat-select-arrow{border:solid #6d6f73!important;border-width:0 2px 2px 0!important;display:inline-block!important;padding:3px!important;transform:rotate(45deg)!important;margin:0 4px!important}::ng-deep .mat-option-button-add{position:absolute;bottom:0;left:0;width:100%;z-index:100;background-color:#fff;border-radius:4px}"]
|
3255
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#f44336!important}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix{position:absolute!important;right:35px!important;top:30%!important}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon{height:18px!important;width:18px!important;font-size:18px!important;color:#696969!important}:host ::ng-deep .mat-form-field-appearance-legacy .mat-form-field-suffix{position:absolute!important;right:30px!important;top:35%!important}:host ::ng-deep .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon{height:18px!important;width:18px!important;font-size:18px!important;color:#696969!important}:host ::ng-deep .mat-select-value{padding-right:30px!important}::ng-deep .virtual-scroll-viewport{width:100%!important;overflow:hidden}::ng-deep .virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{width:100%!important}.mat-select-additional-selection{opacity:.75;font-size:.75em;margin-left:16px}.mat-select-search-loading{background-color:#fff;display:flex;align-items:center;justify-content:center;height:3em}.dot-pulse{position:relative;left:-9999px;width:5px;height:5px;border-radius:50%;background-color:#f3465c;color:#f3465c;box-shadow:9999px 0 0 -5px;-webkit-animation:1.5s linear .25s infinite dot-pulse;animation:1.5s linear .25s infinite dot-pulse}.dot-pulse::after,.dot-pulse::before{content:\"\";display:inline-block;position:absolute;top:0;width:5px;height:5px;border-radius:50%;background-color:#f3465c;color:#f3465c}.dot-pulse::before{box-shadow:9984px 0 0 -5px;-webkit-animation:1.5s linear infinite dot-pulse-before;animation:1.5s linear infinite dot-pulse-before}.dot-pulse::after{box-shadow:10014px 0 0 -5px;-webkit-animation:1.5s linear .5s infinite dot-pulse-after;animation:1.5s linear .5s infinite dot-pulse-after}@-webkit-keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@-webkit-keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@-webkit-keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}@keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}::ng-deep .mat-select-arrow{border:solid #6d6f73!important;border-width:0 2px 2px 0!important;display:inline-block!important;padding:3px!important;transform:rotate(45deg)!important;margin:0 4px!important}::ng-deep .mat-option-button-add{position:absolute;bottom:0;left:0;width:100%;z-index:100;background-color:#fff;border-radius:4px}"]
|
3254
3256
|
}),
|
3255
3257
|
__metadata("design:paramtypes", [ChangeDetectorRef])
|
3256
3258
|
], SelectEntityPagedComponent);
|
@@ -3407,7 +3409,6 @@ SelectSearchClearDirective = __decorate([
|
|
3407
3409
|
|
3408
3410
|
/** Lista de entradas de ItssSelectSearchComponent que podem ser configuradas com um padrão global. */
|
3409
3411
|
const configurableDefaultOptions = [
|
3410
|
-
'ariaLabel',
|
3411
3412
|
'clearSearchInput',
|
3412
3413
|
'closeIcon',
|
3413
3414
|
'closeSvgIcon',
|
@@ -3477,8 +3478,6 @@ let SelectSearchComponent = SelectSearchComponent_1 = class SelectSearchComponen
|
|
3477
3478
|
this.preventHomeEndKeyPropagation = false;
|
3478
3479
|
// Desativa a rolagem para as opções ativas quando a lista de opções é alterada. Útil para pesquisa do lado do servidor
|
3479
3480
|
this.disableScrollToActiveOnOptionsChanged = false;
|
3480
|
-
// Adiciona suporte a leitor de tela 508 para caixa de pesquisa
|
3481
|
-
this.ariaLabel = 'Pesquisa suspensa';
|
3482
3481
|
// Se deve mostrar a caixa de seleção Selecionar tudo (para mat-select[multi=true])
|
3483
3482
|
this.showToggleAllCheckbox = false;
|
3484
3483
|
// Selecione tudo caixa de seleção marcada estado
|
@@ -3891,10 +3890,6 @@ __decorate([
|
|
3891
3890
|
Input(),
|
3892
3891
|
__metadata("design:type", Boolean)
|
3893
3892
|
], SelectSearchComponent.prototype, "disableScrollToActiveOnOptionsChanged", void 0);
|
3894
|
-
__decorate([
|
3895
|
-
Input(),
|
3896
|
-
__metadata("design:type", String)
|
3897
|
-
], SelectSearchComponent.prototype, "ariaLabel", void 0);
|
3898
3893
|
__decorate([
|
3899
3894
|
Input(),
|
3900
3895
|
__metadata("design:type", Boolean)
|
@@ -3952,7 +3947,7 @@ __decorate([
|
|
3952
3947
|
SelectSearchComponent = SelectSearchComponent_1 = __decorate([
|
3953
3948
|
Component({
|
3954
3949
|
selector: 'itss-input-search',
|
3955
|
-
template: "<!-- Espa\u00E7o reservado para ajustar o deslocamento vertical dos elementos mat-option -->\n<input matInput\n class=\"mat-select-search-input mat-select-search-hidden\" />\n\n<!-- Note: o mat-datepicker-content mat-tab-header \u00E9 necess\u00E1rio para herdar as cores do tema do material, consulte PR n\u00BA 22 -->\n<div #innerSelectSearch\n class=\"mat-select-search-inner mat-typography mat-datepicker-content mat-tab-header\"\n [ngClass]=\"{'mat-select-search-inner-multiple': matSelect.multiple, 'mat-select-search-inner-toggle-all': _isToggleAllCheckboxVisible() }\">\n\n <mat-checkbox *ngIf=\"_isToggleAllCheckboxVisible()\"\n class=\"mat-select-search-toggle-all-checkbox\"\n color=\"primary\"\n [color]=\"matFormField?.color\"\n [disabled]=\"searching\"\n [matTooltip]=\"toggleAllCheckboxTooltipMessage\"\n matTooltipClass=\"ngx-mat-select-search-toggle-all-tooltip\"\n [matTooltipPosition]=\"toggleAllCheckboxTooltipPosition\"\n [(ngModel)]=\"toggleAllCheckboxChecked\"\n [(indeterminate)]=\"toggleAllCheckboxIndeterminate\">\n </mat-checkbox>\n\n <input class=\"mat-select-search-input mat-input-element\"\n autocomplete=\"off\"\n [type]=\"type\"\n [formControl]=\"_formControl\"\n #searchSelectInput\n (keydown)=\"_handleKeydown($event)\"\n (keyup)=\"_handleKeyup($event)\"\n (blur)=\"onBlur()\"\n [placeholder]=\"placeholderLabel\"
|
3950
|
+
template: "<!-- Espa\u00E7o reservado para ajustar o deslocamento vertical dos elementos mat-option -->\n<input matInput\n class=\"mat-select-search-input mat-select-search-hidden\" />\n\n<!-- Note: o mat-datepicker-content mat-tab-header \u00E9 necess\u00E1rio para herdar as cores do tema do material, consulte PR n\u00BA 22 -->\n<div #innerSelectSearch\n class=\"mat-select-search-inner mat-typography mat-datepicker-content mat-tab-header\"\n [ngClass]=\"{'mat-select-search-inner-multiple': matSelect.multiple, 'mat-select-search-inner-toggle-all': _isToggleAllCheckboxVisible() }\">\n\n <mat-checkbox *ngIf=\"_isToggleAllCheckboxVisible()\"\n class=\"mat-select-search-toggle-all-checkbox\"\n color=\"primary\"\n [color]=\"matFormField?.color\"\n [disabled]=\"searching\"\n [matTooltip]=\"toggleAllCheckboxTooltipMessage\"\n matTooltipClass=\"ngx-mat-select-search-toggle-all-tooltip\"\n [matTooltipPosition]=\"toggleAllCheckboxTooltipPosition\"\n [(ngModel)]=\"toggleAllCheckboxChecked\"\n [(indeterminate)]=\"toggleAllCheckboxIndeterminate\">\n </mat-checkbox>\n\n <input class=\"mat-select-search-input mat-input-element\"\n autocomplete=\"off\"\n [type]=\"type\"\n [formControl]=\"_formControl\"\n #searchSelectInput\n (keydown)=\"_handleKeydown($event)\"\n (keyup)=\"_handleKeyup($event)\"\n (blur)=\"onBlur()\"\n [placeholder]=\"placeholderLabel\">\n\n <mat-spinner *ngIf=\"searching\"\n class=\"mat-select-search-spinner\"\n diameter=\"16\">\n </mat-spinner>\n\n <button *ngIf=\"!hideClearSearchButton && value && !searching\"\n mat-icon-button\n aria-label=\"Clear\"\n (click)=\"_reset(true)\"\n class=\"mat-select-search-clear\">\n <ng-content *ngIf=\"clearIcon; else defaultIcon\"\n select=\"[itssSelectSearchClear]\">\n </ng-content>\n\n <ng-template #defaultIcon>\n <mat-icon [svgIcon]=\"closeSvgIcon\">\n {{ !closeSvgIcon ? closeIcon : null }}\n </mat-icon>\n </ng-template>\n </button>\n\n <ng-content select=\".mat-select-search-custom-header-content\"> </ng-content>\n\n <mat-divider> </mat-divider>\n</div>\n\n<div *ngIf=\"(_showNoEntriesFound$ | async) && !searching\"\n class=\"mat-select-search-no-entries-found\">\n <ng-content *ngIf=\"noEntriesFound; else defaultNoEntriesFound\"\n select=\"[itssSelectNoEntriesFound]\">\n </ng-content>\n\n <ng-template #defaultNoEntriesFound>\n {{ noEntriesFoundLabel }}\n </ng-template>\n</div>",
|
3956
3951
|
providers: [
|
3957
3952
|
{
|
3958
3953
|
provide: NG_VALUE_ACCESSOR,
|
@@ -4334,7 +4329,7 @@ SelectEntityComponent = __decorate([
|
|
4334
4329
|
Component({
|
4335
4330
|
selector: 'itss-select-entity',
|
4336
4331
|
template: "<div fxLayout=\"column\">\n <mat-label>\n {{ label }}\n <span *ngIf=\"required && label\"> * </span>\n </mat-label>\n <mat-form-field appearance=\"outline\">\n <mat-select #select\n [name]=\"name\"\n *ngIf=\"multiple\"\n [placeholder]=\"placeholder\"\n [compareWith]=\"compareFn\"\n [(ngModel)]=\"model\"\n [required]=\"required\"\n [disabled]=\"disabled || loading || (entities && entities.length === 0)\"\n multiple\n disableOptionCentering=\"true\"\n (selectionChange)=\"onSelectionChange($event.value)\"\n panelClass=\"select-position\">\n <mat-form-field *ngIf=\"!displayCheckboxAll\"\n appearance=\"standard\"\n class=\"select-input-search\"\n fxFlexFill>\n <input #search\n matInput\n placeholder=\"Pesquisar...\"\n type=\"text\"\n autofocus\n autocomplete=\"off\"\n (focusout)=\"resetSearch()\"\n (keyup)=\"onSearch($event.target.value)\"\n (keydown)=\"$event.stopPropagation()\">\n <span matPrefix>\n <mat-icon>search</mat-icon>\n </span>\n </mat-form-field>\n\n <div *ngIf=\"displayCheckboxAll\"\n class=\"checkbox-all-select\"\n [class.disabled]=\"(select.options && (select.options.length <= 0))\"\n (click)=\"(select.options && (select.options.length <= 0)) ? null : allSelected = !allSelected; toggleAllSelection()\">\n <itss-checkbox label=\"Selecionar todos\"\n color=\"primary\"\n name=\"allSelected\"\n [disabled]=\"(select.options && (select.options.length <= 0))\"\n [(ngModel)]=\"allSelected\"\n [indeterminate]=\"indeterminateAllSelected\">\n </itss-checkbox>\n </div>\n\n <mat-option *ngFor=\"let entity of filteredEntities\"\n [value]=\"entity\"\n (click)=\"validateIndeterminateAllSelected()\">\n {{ getPropertyValue(entity) }}\n </mat-option>\n </mat-select>\n\n <mat-select #select\n [name]=\"name\"\n *ngIf=\"!multiple\"\n [placeholder]=\"placeholder\"\n [(ngModel)]=\"model\"\n [required]=\"required\"\n [disabled]=\"disabled || loading || (entities && entities.length === 0)\"\n disableOptionCentering=\"true\"\n (selectionChange)=\"onSelectionChange($event.value)\"\n panelClass=\"select-position\">\n <mat-form-field appearance=\"standard\"\n class=\"select-input-search\"\n fxFlexFill>\n <input #search\n matInput\n placeholder=\"Pesquisar...\"\n type=\"text\"\n autofocus\n autocomplete=\"off\"\n (focusout)=\"resetSearch()\"\n (keyup)=\"onSearch($event.target.value)\"\n (keydown)=\"$event.stopPropagation()\">\n <span matPrefix>\n <mat-icon>search</mat-icon>\n </span>\n </mat-form-field>\n\n <mat-option *ngIf=\"!required && !search.value\"\n [value]=\"null\">\n {{ nullValue ? nullValue : 'Selecione' }}\n </mat-option>\n <div *ngFor=\"let entity of filteredEntities\">\n <mat-option *ngIf=\"validKey(entity)\"\n [value]=\"entity\">\n {{ getPropertyValue(entity) }}\n </mat-option>\n </div>\n </mat-select>\n\n <mat-spinner matPrefix\n *ngIf=\"loading\"\n mode=\"indeterminate\"\n diameter=\"17\">\n </mat-spinner>\n\n <mat-icon *ngIf=\"showClearButton()\"\n matSuffix\n (click)=\"removeOption(); $event.stopPropagation()\"\n matTooltip=\"Remover selecionado\">\n clear\n </mat-icon>\n </mat-form-field>\n</div>\n",
|
4337
|
-
styles: ["mat-label span{color:#f44336!important}.disabled{cursor:not-allowed!important;opacity:.6!important}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix{top:1.2rem!important;right:2.5rem!important;position:absolute}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix>mat-icon{color:#696969;width:20px;height:20px;font-size:18px;display:flex!important;align-items:center;justify-content:center}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix>mat-icon:hover{font-size:19px}.checkbox-all-select{line-height:3em;height:3em;text-align:left;cursor:pointer;display:flex;align-items:center;border-bottom:1px solid #e1e5e4}.checkbox-all-select:hover:not(.disabled){background:rgba(0,0,0,.04)}.checkbox-all-select>itss-checkbox{width:100%;padding:0 16px}.checkbox-all-select>itss-checkbox>div{width:100%}.checkbox-all-select>itss-checkbox ::ng-deep .mat-checkbox-layout{pointer-events:none!important}.checkbox-all-select>itss-checkbox ::ng-deep .mat-checkbox-label{font-size:13px!important;text-transform:uppercase!important;color:#696969!important;margin-left:5px!important}"]
|
4332
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#f44336!important}.disabled{cursor:not-allowed!important;opacity:.6!important}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix{top:1.2rem!important;right:2.5rem!important;position:absolute}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix>mat-icon{color:#696969;width:20px;height:20px;font-size:18px;display:flex!important;align-items:center;justify-content:center}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix>mat-icon:hover{font-size:19px}.checkbox-all-select{line-height:3em;height:3em;text-align:left;cursor:pointer;display:flex;align-items:center;border-bottom:1px solid #e1e5e4}.checkbox-all-select:hover:not(.disabled){background:rgba(0,0,0,.04)}.checkbox-all-select>itss-checkbox{width:100%;padding:0 16px}.checkbox-all-select>itss-checkbox>div{width:100%}.checkbox-all-select>itss-checkbox ::ng-deep .mat-checkbox-layout{pointer-events:none!important}.checkbox-all-select>itss-checkbox ::ng-deep .mat-checkbox-label{font-size:13px!important;text-transform:uppercase!important;color:#696969!important;margin-left:5px!important}"]
|
4338
4333
|
}),
|
4339
4334
|
__metadata("design:paramtypes", [ChangeDetectorRef])
|
4340
4335
|
], SelectEntityComponent);
|
@@ -4447,7 +4442,7 @@ SelectEnumComponent = SelectEnumComponent_1 = __decorate([
|
|
4447
4442
|
multi: true
|
4448
4443
|
}
|
4449
4444
|
],
|
4450
|
-
styles: ["mat-label span{color:#f44336!important}.select-disabled{cursor:not-allowed}"]
|
4445
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#f44336!important}.select-disabled{cursor:not-allowed}"]
|
4451
4446
|
})
|
4452
4447
|
], SelectEnumComponent);
|
4453
4448
|
|
@@ -4528,7 +4523,7 @@ SelectMonthPeriodComponent = SelectMonthPeriodComponent_1 = __decorate([
|
|
4528
4523
|
}
|
4529
4524
|
],
|
4530
4525
|
host: { 'class': 'itss-element' },
|
4531
|
-
styles: ["button:disabled{opacity:.4!important;pointer-events:none!important;cursor:not-allowed!important}.date-filter{width:100%;height:42.53px;display:flex;background-color:#fff}.date-filter svg{width:20px;height:20px}:focus-visible{outline:0}.button-arrow{padding:8px;color:#696969;border:1px solid #dddfe1;background-color:#fff;height:100%;width:55px;font-size:14px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease-in-out}.button-arrow:hover{background-color:#f9f9f9}.icon{display:block;margin:0 auto;width:20px;height:20px}.button-arrow-left{border-top-left-radius:5px;border-bottom-left-radius:5px}.button-arrow-right{border-top-right-radius:5px;border-bottom-right-radius:5px}.date-filter-field{display:flex;align-items:center;justify-content:center;width:100%;padding:0 16px;border-radius:0;border-left:none;border-right:none;border-top:1px solid #dddfe1;border-bottom:1px solid #dddfe1;background-color:#fff;color:#696969;font-size:.75px;text-align:center;cursor:pointer;transition:background-color .2s ease-in-out}.date-filter-field:hover{background-color:#f9f9f9}.date-filter-field-text{line-height:1;font-size:12px;display:inline-block}.separator{font-size:1rem;font-weight:700;text-align:center}.button{vertical-align:middle;display:inline-block;font-size:14px;max-height:40px;min-height:40px;min-width:120px;margin:0;padding:8px 16px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px;box-sizing:border-box}.button-cancel{color:#696969;background-color:#f5f5f5;border-color:#dbdbdb;transition:background-color .2s ease-in-out}.button-cancel:hover{background:#ececec}.button-confirm{color:#fff;background-color:#f3465c;transition:opacity .2s ease-in-out}.button-confirm:hover{opacity:.8}.label{color:#696969;font-size:1rem;margin-bottom:5px!important}.label>span{color:#f44336}"]
|
4526
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}button:disabled{opacity:.4!important;pointer-events:none!important;cursor:not-allowed!important}.date-filter{width:100%;height:42.53px;display:flex;background-color:#fff}.date-filter svg{width:20px;height:20px}:focus-visible{outline:0}.button-arrow{padding:8px;color:#696969;border:1px solid #dddfe1;background-color:#fff;height:100%;width:55px;font-size:14px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease-in-out}.button-arrow:hover{background-color:#f9f9f9}.icon{display:block;margin:0 auto;width:20px;height:20px}.button-arrow-left{border-top-left-radius:5px;border-bottom-left-radius:5px}.button-arrow-right{border-top-right-radius:5px;border-bottom-right-radius:5px}.date-filter-field{display:flex;align-items:center;justify-content:center;width:100%;padding:0 16px;border-radius:0;border-left:none;border-right:none;border-top:1px solid #dddfe1;border-bottom:1px solid #dddfe1;background-color:#fff;color:#696969;font-size:.75px;text-align:center;cursor:pointer;transition:background-color .2s ease-in-out}.date-filter-field:hover{background-color:#f9f9f9}.date-filter-field-text{line-height:1;font-size:12px;display:inline-block}.separator{font-size:1rem;font-weight:700;text-align:center}.button{vertical-align:middle;display:inline-block;font-size:14px;max-height:40px;min-height:40px;min-width:120px;margin:0;padding:8px 16px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:4px;box-sizing:border-box}.button-cancel{color:#696969;background-color:#f5f5f5;border-color:#dbdbdb;transition:background-color .2s ease-in-out}.button-cancel:hover{background:#ececec}.button-confirm{color:#fff;background-color:#f3465c;transition:opacity .2s ease-in-out}.button-confirm:hover{opacity:.8}.label{color:#696969;font-size:1rem;margin-bottom:5px!important}.label>span{color:#f44336}"]
|
4532
4527
|
}),
|
4533
4528
|
__metadata("design:paramtypes", [GIPINgConfig])
|
4534
4529
|
], SelectMonthPeriodComponent);
|
@@ -4863,7 +4858,9 @@ let TableComponent = class TableComponent {
|
|
4863
4858
|
const setHeigth = this.headerSticky && (this.data.length > pageSize);
|
4864
4859
|
return of(setHeigth ? `${((57 * pageSize) + matHeaderwHeight + matPaginatorHeight)}px` : 'auto');
|
4865
4860
|
}
|
4866
|
-
ngOnInit() {
|
4861
|
+
ngOnInit() {
|
4862
|
+
this._expandedRows = [];
|
4863
|
+
}
|
4867
4864
|
ngAfterViewInit() {
|
4868
4865
|
setTimeout(() => {
|
4869
4866
|
if (!ObjectUtil.isNull(this._dataSource)) {
|
@@ -4968,15 +4965,32 @@ let TableComponent = class TableComponent {
|
|
4968
4965
|
}
|
4969
4966
|
toggleExpandRow(row) {
|
4970
4967
|
const index = this._expandedRows.findIndex(r => r === row);
|
4971
|
-
if (
|
4972
|
-
this.
|
4968
|
+
if (index < 0) { // Se a linha não estiver expandida
|
4969
|
+
if (this.expandableOneRow) {
|
4970
|
+
this._expandedRows = [row];
|
4971
|
+
}
|
4972
|
+
else {
|
4973
|
+
this._expandedRows.push(row);
|
4974
|
+
}
|
4973
4975
|
this.rowExpanded.emit(row);
|
4974
|
-
return;
|
4975
4976
|
}
|
4976
|
-
|
4977
|
-
|
4978
|
-
|
4979
|
-
|
4977
|
+
else { // Se a linha já estiver expandida
|
4978
|
+
const _expandedRowsAux = [...this._expandedRows];
|
4979
|
+
_expandedRowsAux.splice(index, 1);
|
4980
|
+
this._expandedRows = [..._expandedRowsAux];
|
4981
|
+
this.rowExpanded.emit(null);
|
4982
|
+
}
|
4983
|
+
// Logica anterior, qualquer problema voltar, pois funcionava bem
|
4984
|
+
// const index: number = this._expandedRows.findIndex(r => r === row);
|
4985
|
+
// if (ArrayUtil.isEmpty(this._expandedRows) || (index < 0)) {
|
4986
|
+
// this._expandedRows = [row];
|
4987
|
+
// this.rowExpanded.emit(row);
|
4988
|
+
// return;
|
4989
|
+
// }
|
4990
|
+
// const _expandedRowsAux: T[] = ArrayUtil.clone(this._expandedRows);
|
4991
|
+
// _expandedRowsAux.splice(index, 1);
|
4992
|
+
// this._expandedRows = ArrayUtil.clone(_expandedRowsAux);
|
4993
|
+
// this.rowExpanded.emit(null);
|
4980
4994
|
}
|
4981
4995
|
sortData(sort) {
|
4982
4996
|
if (this.infiniteScroll) {
|
@@ -5524,7 +5538,7 @@ TextareaComponent = TextareaComponent_1 = __decorate([
|
|
5524
5538
|
multi: true
|
5525
5539
|
}
|
5526
5540
|
],
|
5527
|
-
styles: ["mat-label span{color:#f44336!important}"]
|
5541
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}mat-label span{color:#f44336!important}"]
|
5528
5542
|
}),
|
5529
5543
|
__metadata("design:paramtypes", [])
|
5530
5544
|
], TextareaComponent);
|
@@ -6166,9 +6180,7 @@ GIPIResizeService.ctorParameters = () => [
|
|
6166
6180
|
];
|
6167
6181
|
GIPIResizeService.ngInjectableDef = ɵɵdefineInjectable({ factory: function GIPIResizeService_Factory() { return new GIPIResizeService(ɵɵinject(NgZone), ɵɵinject(RendererFactory2)); }, token: GIPIResizeService, providedIn: "root" });
|
6168
6182
|
GIPIResizeService = __decorate([
|
6169
|
-
Injectable({
|
6170
|
-
providedIn: 'root'
|
6171
|
-
}),
|
6183
|
+
Injectable({ providedIn: 'root' }),
|
6172
6184
|
__metadata("design:paramtypes", [NgZone,
|
6173
6185
|
RendererFactory2])
|
6174
6186
|
], GIPIResizeService);
|
@@ -6243,9 +6255,7 @@ GIPIBreakpointService.ctorParameters = () => [
|
|
6243
6255
|
];
|
6244
6256
|
GIPIBreakpointService.ngInjectableDef = ɵɵdefineInjectable({ factory: function GIPIBreakpointService_Factory() { return new GIPIBreakpointService(ɵɵinject(GIPIResizeService), ɵɵinject(MediaMatcher)); }, token: GIPIBreakpointService, providedIn: "root" });
|
6245
6257
|
GIPIBreakpointService = __decorate([
|
6246
|
-
Injectable({
|
6247
|
-
providedIn: 'root'
|
6248
|
-
}),
|
6258
|
+
Injectable({ providedIn: 'root' }),
|
6249
6259
|
__metadata("design:paramtypes", [GIPIResizeService,
|
6250
6260
|
MediaMatcher])
|
6251
6261
|
], GIPIBreakpointService);
|
@@ -7072,6 +7082,50 @@ let GIPIAbstractFormComponent = GIPIAbstractFormComponent_1 = class GIPIAbstract
|
|
7072
7082
|
return this.gap + 'px';
|
7073
7083
|
}
|
7074
7084
|
ngOnInit() { }
|
7085
|
+
ngAfterViewInit() {
|
7086
|
+
if (this.dialog && !ObjectUtil.isNull(this.matDialogContent)) {
|
7087
|
+
const contentElement = this.matDialogContent.nativeElement;
|
7088
|
+
if (!ObjectUtil.isNull(contentElement) && this._hasScroll(contentElement)) {
|
7089
|
+
contentElement.scrollTop = 0;
|
7090
|
+
this.matDialogActions.nativeElement.style.boxShadow = '0px -10px 15px -3px rgba(0,0,0,0.1)';
|
7091
|
+
contentElement.addEventListener('scroll', () => this._onScroll(contentElement));
|
7092
|
+
}
|
7093
|
+
else {
|
7094
|
+
this._removeShadows();
|
7095
|
+
}
|
7096
|
+
}
|
7097
|
+
}
|
7098
|
+
_onScroll(content) {
|
7099
|
+
const scrollTop = content.scrollTop || 0;
|
7100
|
+
const scrollHeight = (content.scrollHeight - 36) || 0; // 36 é do padding
|
7101
|
+
const clientHeight = content.clientHeight || 0;
|
7102
|
+
if (scrollTop === 0) {
|
7103
|
+
this.matDialogTitle.nativeElement.style.boxShadow = '';
|
7104
|
+
this.matDialogActions.nativeElement.style.boxShadow = '0px -10px 15px -3px rgba(0,0,0,0.1)';
|
7105
|
+
}
|
7106
|
+
else if ((scrollTop + clientHeight) >= scrollHeight) {
|
7107
|
+
this.matDialogTitle.nativeElement.style.boxShadow = '0px 10px 15px -3px rgba(0,0,0,0.1)';
|
7108
|
+
this.matDialogActions.nativeElement.style.boxShadow = '';
|
7109
|
+
}
|
7110
|
+
else {
|
7111
|
+
this.matDialogTitle.nativeElement.style.boxShadow = '0px 10px 15px -3px rgba(0,0,0,0.1)';
|
7112
|
+
this.matDialogActions.nativeElement.style.boxShadow = '0px -10px 15px -3px rgba(0,0,0,0.1)';
|
7113
|
+
}
|
7114
|
+
}
|
7115
|
+
_hasScroll(matDialogContent) {
|
7116
|
+
if (ObjectUtil.isNull(matDialogContent)) {
|
7117
|
+
return false;
|
7118
|
+
}
|
7119
|
+
return (matDialogContent.scrollHeight > matDialogContent.clientHeight);
|
7120
|
+
}
|
7121
|
+
_removeShadows() {
|
7122
|
+
if (!ObjectUtil.isNull(this.matDialogTitle)) {
|
7123
|
+
this.matDialogTitle.nativeElement.style.boxShadow = '';
|
7124
|
+
}
|
7125
|
+
if (!ObjectUtil.isNull(this.matDialogActions)) {
|
7126
|
+
this.matDialogActions.nativeElement.style.boxShadow = '';
|
7127
|
+
}
|
7128
|
+
}
|
7075
7129
|
};
|
7076
7130
|
__decorate([
|
7077
7131
|
HostBinding('attr.id'),
|
@@ -7090,6 +7144,18 @@ __decorate([
|
|
7090
7144
|
ContentChildren(GIPIActionRowComponent),
|
7091
7145
|
__metadata("design:type", GIPIActionRowComponent)
|
7092
7146
|
], GIPIAbstractFormComponent.prototype, "GIPIActionRowComponent", void 0);
|
7147
|
+
__decorate([
|
7148
|
+
ContentChild(MatDialogTitle, { static: false, read: ElementRef }),
|
7149
|
+
__metadata("design:type", ElementRef)
|
7150
|
+
], GIPIAbstractFormComponent.prototype, "matDialogTitle", void 0);
|
7151
|
+
__decorate([
|
7152
|
+
ContentChild(MatDialogContent, { static: false, read: ElementRef }),
|
7153
|
+
__metadata("design:type", ElementRef)
|
7154
|
+
], GIPIAbstractFormComponent.prototype, "matDialogContent", void 0);
|
7155
|
+
__decorate([
|
7156
|
+
ContentChild(MatDialogActions, { static: false, read: ElementRef }),
|
7157
|
+
__metadata("design:type", ElementRef)
|
7158
|
+
], GIPIAbstractFormComponent.prototype, "matDialogActions", void 0);
|
7093
7159
|
__decorate([
|
7094
7160
|
Input(),
|
7095
7161
|
__metadata("design:type", String),
|
@@ -7128,11 +7194,15 @@ __decorate([
|
|
7128
7194
|
Input(),
|
7129
7195
|
__metadata("design:type", Boolean)
|
7130
7196
|
], GIPIAbstractFormComponent.prototype, "loading", void 0);
|
7197
|
+
__decorate([
|
7198
|
+
Input(),
|
7199
|
+
__metadata("design:type", String)
|
7200
|
+
], GIPIAbstractFormComponent.prototype, "class", void 0);
|
7131
7201
|
GIPIAbstractFormComponent = GIPIAbstractFormComponent_1 = __decorate([
|
7132
7202
|
Component({
|
7133
7203
|
selector: `gipi-abstract-form`,
|
7134
7204
|
exportAs: 'gipiAbstractForm',
|
7135
|
-
template: "<div class=\"form-content\"\n [class.form-dialog]=\"dialog\"\n [class.space-bottom]=\"!dialog\"\n [style.flex-direction]=\"flexDirection\"\n [style.align-items]=\"alignItems\"\n [style.justify-content]=\"justifyContent\"\n [style.gap]=\"getGap\"\n [style.padding]=\"getPadding\">\n <ng-content> </ng-content>\n</div>\n<div class=\"form-footer\"\n [style.margin-inline]=\"getPadding\"\n *ngIf=\"GIPIActionRowComponent\">\n <ng-content select=\"gipi-action-row\"> </ng-content>\n</div>",
|
7205
|
+
template: "<div [class]=\"class\"\n [class.form-content]=\"true\"\n [class.form-dialog]=\"dialog\"\n [class.space-bottom]=\"!dialog\"\n [style.flex-direction]=\"flexDirection\"\n [style.align-items]=\"alignItems\"\n [style.justify-content]=\"justifyContent\"\n [style.gap]=\"getGap\"\n [style.padding]=\"getPadding\">\n <ng-content> </ng-content>\n</div>\n<div class=\"form-footer\"\n [style.margin-inline]=\"getPadding\"\n *ngIf=\"GIPIActionRowComponent\">\n <ng-content select=\"gipi-action-row\"> </ng-content>\n</div>",
|
7136
7206
|
providers: [
|
7137
7207
|
{
|
7138
7208
|
provide: NG_VALUE_ACCESSOR,
|
@@ -8879,10 +8949,6 @@ GIPIChipsComponent = GIPIChipsComponent_1 = __decorate([
|
|
8879
8949
|
], GIPIChipsComponent);
|
8880
8950
|
|
8881
8951
|
class ConfirmationDTO extends AbstractDTO {
|
8882
|
-
constructor() {
|
8883
|
-
super(...arguments);
|
8884
|
-
this.isWarningScreen = false;
|
8885
|
-
}
|
8886
8952
|
}
|
8887
8953
|
|
8888
8954
|
var GIPIConfirmationDialogComponent_1;
|
@@ -8903,7 +8969,7 @@ GIPIConfirmationDialogComponent = GIPIConfirmationDialogComponent_1 = __decorate
|
|
8903
8969
|
Component({
|
8904
8970
|
selector: `gipi-confirmation-dialog`,
|
8905
8971
|
exportAs: 'gipiConfirmationDialog',
|
8906
|
-
template: "<gipi-abstract-form id=\"dialogConfirmation\"\n name=\"dialogConfirmation\"\n [dialog]=\"true\">\n
|
8972
|
+
template: "<div mat-dialog-title\n class=\"dialog-title\">\n <!-- Confirmation -->\n <ng-container *ngIf=\"!confirmation.type || (confirmation?.type === 'confirmation')\">\n <svg width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <g clip-path=\"url(#clip0_522_3414)\">\n <path fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM15.3941 6.19196C16.0206 6.81534 16.4617 7.60056 16.668 8.45999C16.9468 9.60963 16.7901 10.8218 16.2282 11.8627C15.6663 12.9037 14.7389 13.6998 13.6248 14.0976C13.3788 14.1852 13.2048 14.4036 13.2048 14.664V15.6024C13.2048 15.9213 13.0781 16.2271 12.8526 16.4526C12.6271 16.6781 12.3213 16.8048 12.0024 16.8048C11.6835 16.8048 11.3777 16.6781 11.1522 16.4526C10.9267 16.2271 10.8 15.9213 10.8 15.6024V13.1856C10.8041 12.87 10.9323 12.5688 11.1569 12.3471C11.3815 12.1255 11.6843 12.0012 11.9998 12.0012H11.9916C13.3176 12.0012 14.3952 10.9236 14.3952 9.60119C14.3809 8.97286 14.1211 8.37512 13.6715 7.93592C13.222 7.49673 12.6183 7.25098 11.9898 7.25129C11.3613 7.25161 10.7579 7.49796 10.3088 7.9376C9.85969 8.37725 9.60052 8.97525 9.5868 9.60359C9.5844 10.2648 9.0468 10.8012 8.3844 10.8012C8.08823 10.7994 7.80337 10.6872 7.58547 10.4866C7.36757 10.286 7.23227 10.0114 7.206 9.71639L7.2 9.53999C7.2204 6.53519 9.9852 4.21679 13.1196 4.92959C13.9801 5.13153 14.7675 5.56857 15.3941 6.19196ZM13.2 19.2C13.2 19.8627 12.6627 20.4 12 20.4C11.3373 20.4 10.8 19.8627 10.8 19.2C10.8 18.5373 11.3373 18 12 18C12.6627 18 13.2 18.5373 13.2 19.2Z\"\n fill=\"#E0313E\" />\n </g>\n </svg>\n </ng-container>\n\n <!-- Warning -->\n <ng-container *ngIf=\"confirmation?.type === 'warning'\">\n <svg width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <g clip-path=\"url(#clip0_522_3358)\">\n <path fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M13.1255 0.223975C13.4823 0.371842 13.8065 0.58857 14.0795 0.861777L23.1376 9.91952C23.411 10.1926 23.6279 10.5169 23.7759 10.8739C23.9238 11.2309 24 11.6136 24 12C24 12.3864 23.9238 12.7691 23.7759 13.1261C23.6279 13.4831 23.411 13.8074 23.1376 14.0805L14.0795 23.1382C13.8065 23.4114 13.4823 23.6282 13.1255 23.776C12.7687 23.9239 12.3862 24 12 24C11.6138 24 11.2313 23.9239 10.8745 23.776C10.5177 23.6282 10.1935 23.4114 9.92051 23.1382L0.862407 14.0805C0.589013 13.8074 0.372125 13.4831 0.224146 13.1261C0.0761672 12.7691 0 12.3864 0 12C0 11.6136 0.0761672 11.2309 0.224146 10.8739C0.372125 10.5169 0.589013 10.1926 0.862407 9.91952L9.92051 0.861777C10.1935 0.58857 10.5177 0.371842 10.8745 0.223975C11.2313 0.0761077 11.6138 0 12 0C12.3862 0 12.7687 0.0761077 13.1255 0.223975ZM10.9616 14.5066C11.237 14.782 11.6105 14.9367 12 14.9367C12.3895 14.9367 12.763 14.782 13.0384 14.5066C13.3138 14.2311 13.4686 13.8575 13.4686 13.468V6.12428C13.4686 5.73475 13.3138 5.36116 13.0384 5.08572C12.763 4.81028 12.3895 4.65554 12 4.65554C11.6105 4.65554 11.237 4.81028 10.9616 5.08572C10.6862 5.36116 10.5314 5.73475 10.5314 6.12428V13.468C10.5314 13.8575 10.6862 14.2311 10.9616 14.5066ZM10.9616 18.9128C11.237 19.1882 11.6105 19.343 12 19.343C12.3895 19.343 12.763 19.1882 13.0384 18.9128C13.3138 18.6374 13.4686 18.2638 13.4686 17.8742C13.4686 17.4847 13.3138 17.1111 13.0384 16.8357C12.763 16.5602 12.3895 16.4055 12 16.4055C11.6105 16.4055 11.237 16.5602 10.9616 16.8357C10.6862 17.1111 10.5314 17.4847 10.5314 17.8742C10.5314 18.2638 10.6862 18.6374 10.9616 18.9128Z\"\n fill=\"#E0313E\" />\n </g>\n </svg>\n </ng-container>\n\n <strong> {{ confirmation?.title }} </strong>\n</div>\n<div mat-dialog-content\n class=\"dialog-content\">\n <p *ngIf=\"confirmation?.message\">\n {{ confirmation?.message }}\n </p>\n\n <li *ngFor=\"let message of confirmation?.listMessage\">\n {{ message }}\n </li>\n</div>\n<div mat-dialog-actions\n class=\"dialog-actions\">\n <ng-container *ngIf=\"confirmation?.type !== 'warning'\">\n <button class=\"dialog-button-base cancel\"\n [mat-dialog-close]=\"false\">\n Cancelar\n </button>\n <button class=\"dialog-button-base confirm\"\n [mat-dialog-close]=\"true\">\n Confirmar\n </button>\n </ng-container>\n\n <button class=\"dialog-button-base confirm\"\n *ngIf=\"confirmation?.type === 'warning'\"\n [mat-dialog-close]=\"true\">\n Ok\n </button>\n</div>\n\n<!-- <gipi-abstract-form id=\"dialogConfirmation\"\n name=\"dialogConfirmation\"\n [dialog]=\"true\">\n <gipi-toolbar id=\"toolbarDialogConfirmation\"\n mat-dialog-title>\n {{ confirmation.title }}\n </gipi-toolbar>\n\n <div mat-dialog-content>\n <p>{{ confirmation.message }}</p>\n <li *ngFor=\"let message of confirmation.listMessage\"> {{ message }} </li>\n </div>\n\n <div mat-dialog-actions\n *ngIf=\"!confirmation.isWarningScreen\"\n class=\"screen-confirmation\"\n fxLayout=\"row\"\n fxLayoutGap=\"16px\">\n <gipi-button [label]=\"messages.BUTTON_OK_CONFIRMATION\"\n [mat-dialog-close]=\"true\"\n gipi-primary\n fxFlex=\"30\">\n </gipi-button>\n\n <gipi-button [label]=\"messages.BUTTON_CANCEL_CONFIRMATION\"\n [mat-dialog-close]=\"false\"\n gipi-secondary\n fxFlex=\"30\">\n </gipi-button>\n </div>\n\n <div mat-dialog-actions\n *ngIf=\"confirmation.isWarningScreen\"\n class=\"screen-warning\"\n fxLayout=\"row\"\n fxLayoutGap=\"16px\">\n <gipi-button label=\"OK\"\n [mat-dialog-close]=\"true\"\n gipi-primary\n fxFlex=\"30\">\n </gipi-button>\n </div>\n</gipi-abstract-form> -->",
|
8907
8973
|
providers: [
|
8908
8974
|
{
|
8909
8975
|
provide: NG_VALUE_ACCESSOR,
|
@@ -8914,7 +8980,7 @@ GIPIConfirmationDialogComponent = GIPIConfirmationDialogComponent_1 = __decorate
|
|
8914
8980
|
host: {
|
8915
8981
|
'class': 'gipi-confirmation-dialog',
|
8916
8982
|
},
|
8917
|
-
styles: [".
|
8983
|
+
styles: [":host{display:flex;flex-direction:column;gap:1.6rem;padding:2rem;height:100%}.dialog-title{display:flex;align-items:center;gap:1rem}.dialog-title>strong{color:#262626}.dialog-content{display:flex;flex-direction:column;min-height:6rem!important;height:16rem!important;max-height:16rem!important;overflow-y:auto!important;overflow-x:hidden!important}.dialog-content>p{color:#595959}.dialog-content>li{margin:1rem 0;font-size:1.4rem;color:#595959}.dialog-content>li::marker{font-size:1.6rem;color:#e0313e}.dialog-actions{display:flex;justify-content:flex-end;flex-wrap:nowrap!important;gap:1.6rem;width:100%}.dialog-actions .cancel{color:#595959}.dialog-actions .cancel:hover{border-color:#595959;background-color:#e0e1e2}.dialog-actions .confirm{background-color:#e0313e;color:#fff}.dialog-actions .confirm:hover{background-color:#cc2d38}.dialog-button-base{height:3.2rem;padding-inline:1.2rem;border-radius:4px;outline:0;border:1px solid transparent;background-color:transparent;text-align:center;font-weight:500;font-size:1.4rem;cursor:pointer;transition:.2s}.dialog-button-base:active{transform:scale(.98)}"]
|
8918
8984
|
}),
|
8919
8985
|
__param(1, Inject(MAT_DIALOG_DATA)),
|
8920
8986
|
__param(2, Inject(APP_MESSAGES)),
|
@@ -9096,7 +9162,7 @@ GIPIDropdownMenuComponent = GIPIDropdownMenuComponent_1 = __decorate([
|
|
9096
9162
|
'class': 'gipi-dropdown-menu',
|
9097
9163
|
},
|
9098
9164
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
9099
|
-
styles: [".dropdown-menu-container{display:flex;flex-direction:column;gap:
|
9165
|
+
styles: [".dropdown-menu-container{display:flex;flex-direction:column;gap:1rem;width:100%}.dropdown-menu-container .dropdown-menu-label{color:#131313;font-size:1.4rem;line-height:100%}.dropdown-menu-container .dropdown-menu-label>span{color:#d14014;font-size:inherit;line-height:inherit}.dropdown-menu-container .dropdown-menu-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;gap:1rem;width:100%;max-height:4rem;border-radius:5px;cursor:pointer;background-color:#fff;border:1px solid rgba(0,0,0,.12);color:#696969;transition:.2s}.dropdown-menu-container .dropdown-menu-content:focus-within,.dropdown-menu-container .dropdown-menu-content:has(.dropdown-menu-input:active),.dropdown-menu-container .dropdown-menu-content:has(.dropdown-menu-input:focus){box-shadow:0 0 0 .2rem #f0f0f0}.dropdown-menu-container .dropdown-menu-content:focus-within,.dropdown-menu-container .dropdown-menu-content:hover{border-color:#bfbfbf!important;background-color:#f5f5f5}.dropdown-menu-container .dropdown-menu-content:has(.dropdown-menu-input:disabled){background-color:#e0e1e2!important;border-color:#e0e1e2!important;color:#d1d2d4!important;box-shadow:none!important;cursor:not-allowed!important;pointer-events:none!important}.dropdown-menu-container .dropdown-menu-content:has(.dropdown-menu-input:disabled) .dropdown-menu-input,.dropdown-menu-container .dropdown-menu-content:has(.dropdown-menu-input:disabled) .dropdown-menu-suffix .dropdown-menu-button{cursor:not-allowed!important;pointer-events:none!important}.dropdown-menu-container .dropdown-menu-content:has(.dropdown-menu-input:disabled) .dropdown-menu-suffix .dropdown-menu-trigger{border-color:#e0e1e2!important;pointer-events:none!important}.dropdown-menu-container .dropdown-menu-content:has(.dropdown-menu-input:disabled) mat-icon{color:#d1d2d4!important;fill:#d1d2d4!important;cursor:not-allowed!important;pointer-events:none!important}.dropdown-menu-container .dropdown-menu-content .dropdown-menu-input{cursor:pointer;height:16px;outline:0;border:none;background-color:transparent;color:inherit;flex:1;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-menu-container .dropdown-menu-content .dropdown-menu-suffix{display:flex;flex-direction:row;align-items:center;gap:16px}.dropdown-menu-container .dropdown-menu-content .dropdown-menu-suffix .dropdown-menu-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-inline:8px;border-radius:40px;border:1px solid transparent;color:#131313;background-color:#f0f0f0;font-size:1.2rem;line-height:1.4rem}.dropdown-menu-container .dropdown-menu-content .dropdown-menu-suffix .dropdown-menu-button{display:flex;align-items:center;justify-content:center;outline:0;border:none;cursor:pointer;background-color:transparent}.dropdown-menu-container .dropdown-menu-content .dropdown-menu-suffix .dropdown-menu-button:hover:not(:disabled)>mat-icon{transform:scale(1.08)}.dropdown-menu-icon{width:1.6rem;height:1.6rem;font-size:1.6rem;color:#131313;fill:#131313}.btn-popover-content{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);padding:8px}"]
|
9100
9166
|
}),
|
9101
9167
|
__metadata("design:paramtypes", [ChangeDetectorRef,
|
9102
9168
|
ElementRef])
|
@@ -9245,9 +9311,7 @@ ConfirmationService.ctorParameters = () => [
|
|
9245
9311
|
];
|
9246
9312
|
ConfirmationService.ngInjectableDef = ɵɵdefineInjectable({ factory: function ConfirmationService_Factory() { return new ConfirmationService(ɵɵinject(MatDialog$1)); }, token: ConfirmationService, providedIn: "root" });
|
9247
9313
|
ConfirmationService = __decorate([
|
9248
|
-
Injectable({
|
9249
|
-
providedIn: 'root'
|
9250
|
-
}),
|
9314
|
+
Injectable({ providedIn: 'root' }),
|
9251
9315
|
__metadata("design:paramtypes", [MatDialog])
|
9252
9316
|
], ConfirmationService);
|
9253
9317
|
|
@@ -9759,7 +9823,7 @@ GIPIFormFieldComponent = GIPIFormFieldComponent_1 = __decorate([
|
|
9759
9823
|
'class': 'gipi-form-field',
|
9760
9824
|
},
|
9761
9825
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
9762
|
-
styles: [".form-field-container{display:flex;flex-direction:column;gap:1rem;width:100%}.form-field-container .form-field-label{color:#131313;font-size:1.4rem;line-height:100%}.form-field-container .form-field-label>span{color:#d14014;font-size:inherit;line-height:inherit}.form-field-container .form-field-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.2rem;gap:
|
9826
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}.form-field-container{display:flex;flex-direction:column;gap:1rem;width:100%}.form-field-container .form-field-label{color:#131313;font-size:1.4rem;line-height:100%}.form-field-container .form-field-label>span{color:#d14014;font-size:inherit;line-height:inherit}.form-field-container .form-field-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1.2rem;gap:1rem;width:100%;max-height:4rem;border-radius:5px;cursor:text;background-color:#fff;border:1px solid rgba(0,0,0,.12);color:#696969;caret-color:#9a9da2;transition:.2s}.form-field-container .form-field-content:focus-within,.form-field-container .form-field-content:has(.form-field-input:active),.form-field-container .form-field-content:has(.form-field-input:focus){box-shadow:0 0 0 .2rem #f0f0f0}.form-field-container .form-field-content:focus-within,.form-field-container .form-field-content:hover{border-color:#bfbfbf!important}.form-field-container .form-field-content:has(.form-field-input:invalid){border-color:#d14014!important;color:#d14014!important;caret-color:#d14014!important}.form-field-container .form-field-content:has(.form-field-input:invalid):focus-within{box-shadow:0 0 0 .2rem #f1c4b6!important}.form-field-container .form-field-content:has(.form-field-input:disabled){border-color:#e0e1e2!important;color:#d1d2d4!important;box-shadow:none!important;cursor:not-allowed!important;caret-color:#d1d2d4!important;pointer-events:none!important}.form-field-container .form-field-content:has(.form-field-input:disabled) .form-field-input,.form-field-container .form-field-content:has(.form-field-input:disabled) .form-field-suffix .form-field-button{cursor:not-allowed!important;pointer-events:none!important}.form-field-container .form-field-content:has(.form-field-input:disabled) .form-field-suffix .form-field-trigger{border-color:#e0e1e2!important;pointer-events:none!important}.form-field-container .form-field-content:has(.form-field-input:disabled) mat-icon{color:#d1d2d4!important;fill:#d1d2d4!important;cursor:not-allowed!important;pointer-events:none!important}.form-field-container .form-field-content.form-field-select,.form-field-container .form-field-content.form-field-select .form-field-input{box-shadow:none!important;cursor:pointer!important}.form-field-container .form-field-content .form-field-input{height:16px;outline:0;border:none;background-color:transparent;color:inherit;flex:1;max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-field-container .form-field-content .form-field-suffix{display:flex;flex-direction:row;align-items:center;gap:1.6rem}.form-field-container .form-field-content .form-field-suffix .form-field-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-inline:8px;border-radius:40px;border:1px solid transparent;color:#131313;background-color:#f0f0f0;font-size:1.2rem;line-height:1.4rem}.form-field-container .form-field-content .form-field-suffix .form-field-button{display:flex;align-items:center;justify-content:center;outline:0;border:none;cursor:pointer;background-color:transparent}.form-field-container .form-field-content .form-field-suffix .form-field-button:hover:not(:disabled)>mat-icon{transform:scale(1.08)}.form-field-icon{width:1.6rem;height:1.6rem;font-size:1.6rem;color:#131313;fill:#131313}"]
|
9763
9827
|
}),
|
9764
9828
|
__metadata("design:paramtypes", [ChangeDetectorRef,
|
9765
9829
|
ElementRef])
|
@@ -9926,7 +9990,7 @@ GIPIInputCheckboxComponent = GIPIInputCheckboxComponent_1 = __decorate([
|
|
9926
9990
|
'class': 'gipi-input-checkbox',
|
9927
9991
|
},
|
9928
9992
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
9929
|
-
styles: ["::ng-deep .mat-checkbox-disabled{cursor:not-allowed!important}"]
|
9993
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}::ng-deep .mat-checkbox-disabled{cursor:not-allowed!important}"]
|
9930
9994
|
}),
|
9931
9995
|
__metadata("design:paramtypes", [ChangeDetectorRef])
|
9932
9996
|
], GIPIInputCheckboxComponent);
|
@@ -10117,7 +10181,7 @@ GIPIInputCurrencyComponent = GIPIInputCurrencyComponent_1 = __decorate([
|
|
10117
10181
|
'class': 'gipi-input-currency',
|
10118
10182
|
},
|
10119
10183
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
10120
|
-
styles: [".input-currency-container{display:flex;flex-direction:column;gap:
|
10184
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}.input-currency-container{display:flex;flex-direction:column;gap:1rem;width:100%}.input-currency-container .input-currency-label{color:#131313;font-size:1.4rem;line-height:100%}.input-currency-container .input-currency-label>span{color:#d14014;font-size:inherit;line-height:inherit}.input-currency-container .input-currency-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;width:100%;max-height:4rem;border-radius:5px;cursor:text;background-color:#fff;border:1px solid rgba(0,0,0,.12);color:#696969;caret-color:#9a9da2;transition:.2s}.input-currency-container .input-currency-content:focus-within,.input-currency-container .input-currency-content:has(.input-currency-input:active),.input-currency-container .input-currency-content:has(.input-currency-input:focus){box-shadow:0 0 0 .2rem #f0f0f0}.input-currency-container .input-currency-content:focus-within,.input-currency-container .input-currency-content:hover{border-color:#bfbfbf!important}.input-currency-container .input-currency-content:has(.input-currency-input:invalid){border-color:#d14014!important;color:#d14014!important;caret-color:#d14014!important}.input-currency-container .input-currency-content:has(.input-currency-input:invalid):focus-within{box-shadow:0 0 0 .2rem #f1c4b6!important}.input-currency-container .input-currency-content:has(.input-currency-input:disabled){border-color:#e0e1e2!important;color:#d1d2d4!important;box-shadow:none!important;cursor:not-allowed!important;caret-color:#d1d2d4!important;pointer-events:none!important}.input-currency-container .input-currency-content .input-currency-input{height:16px;outline:0;border:none;background-color:transparent;color:inherit;flex:1}"]
|
10121
10185
|
}),
|
10122
10186
|
__metadata("design:paramtypes", [ChangeDetectorRef,
|
10123
10187
|
ElementRef])
|
@@ -10519,7 +10583,7 @@ GIPIInputMonthPickerComponent = GIPIInputMonthPickerComponent_1 = __decorate([
|
|
10519
10583
|
'class': 'gipi-input-monthpicker',
|
10520
10584
|
},
|
10521
10585
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
10522
|
-
styles: [".input-monthpicker-container{display:flex;flex-direction:column;gap:
|
10586
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}.input-monthpicker-container{display:flex;flex-direction:column;gap:1rem;width:100%}.input-monthpicker-container .input-monthpicker-label{color:#131313;font-size:1.4rem;line-height:100%}.input-monthpicker-container .input-monthpicker-label>span{color:#d14014;font-size:inherit;line-height:inherit}.input-monthpicker-container .input-monthpicker-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px;width:100%;max-height:4rem;border-radius:5px;cursor:text;background-color:#fff;border:1px solid rgba(0,0,0,.12);color:#696969;caret-color:#9a9da2;transition:.2s;position:relative}.input-monthpicker-container .input-monthpicker-content:focus-within,.input-monthpicker-container .input-monthpicker-content:has(.input-monthpicker-input:active),.input-monthpicker-container .input-monthpicker-content:has(.input-monthpicker-input:focus){box-shadow:0 0 0 .2rem #f0f0f0}.input-monthpicker-container .input-monthpicker-content:focus-within,.input-monthpicker-container .input-monthpicker-content:hover{border-color:#bfbfbf!important}.input-monthpicker-container .input-monthpicker-content:has(.input-monthpicker-input:disabled){border-color:#e0e1e2!important;color:#d1d2d4!important;box-shadow:none!important;cursor:not-allowed!important;caret-color:#d1d2d4!important;pointer-events:none!important}.input-monthpicker-container .input-monthpicker-content:has(.input-monthpicker-input:disabled) .input-monthpicker-input,.input-monthpicker-container .input-monthpicker-content:has(.input-monthpicker-input:disabled) .input-monthpicker-suffix .input-monthpicker-button{cursor:not-allowed!important;pointer-events:none!important}.input-monthpicker-container .input-monthpicker-content:has(.input-monthpicker-input:disabled) .input-monthpicker-suffix .input-monthpicker-trigger{border-color:#e0e1e2!important;pointer-events:none!important}.input-monthpicker-container .input-monthpicker-content:has(.input-monthpicker-input:disabled) mat-icon{color:#d1d2d4!important;fill:#d1d2d4!important;cursor:not-allowed!important;pointer-events:none!important}.input-monthpicker-container .input-monthpicker-content .input-monthpicker-input{height:16px;max-width:84%;outline:0;border:none;background-color:transparent;color:inherit;flex:1}.input-monthpicker-container .input-monthpicker-content .input-monthpicker-suffix{display:flex;flex-direction:row;align-items:center;gap:16px}.input-monthpicker-container .input-monthpicker-content .input-monthpicker-suffix .input-monthpicker-button{display:flex;align-items:center;justify-content:center;outline:0;border:none;cursor:pointer;background-color:transparent}.input-monthpicker-container .input-monthpicker-content .input-monthpicker-suffix .input-monthpicker-button:hover:not(:disabled)>mat-icon{transform:scale(1.08)}.input-monthpicker-icon{width:1.6rem;height:1.6rem;font-size:1.6rem;color:#131313;fill:#131313}::ng-deep .calendar{width:100%;display:flex;flex-direction:column}::ng-deep .calendar .calendar-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #aeb1b5;margin-bottom:8px}::ng-deep .calendar .calendar-header .calendar-title{display:flex;flex-direction:row;align-items:center;gap:8px;font-size:1.6rem;line-height:1.8rem;font-weight:600;cursor:default;border-radius:8px;padding:8px;white-space:nowrap}::ng-deep .calendar .calendar-header .calendar-title>mat-icon{font-size:2rem;width:20px;height:20px}::ng-deep .calendar .calendar-header .calendar-title.month:hover{cursor:pointer;background-color:#f0f0f0}::ng-deep .calendar .calendar-header .calendar-controls{display:flex;flex-direction:row;align-items:center;gap:8px}::ng-deep .calendar .calendar-header .calendar-controls>button{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;background-color:#e0313e;cursor:pointer;transition:.3s;border:0;outline:0;color:#fff}::ng-deep .calendar .calendar-header .calendar-controls>button:hover{background-color:#cc2d38}::ng-deep .calendar .calendar-header .calendar-controls>button>mat-icon{font-size:1.8rem;width:18px;height:18px}::ng-deep .calendar .table-months{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:4px}::ng-deep .calendar .table-months .month{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;font-size:1.4rem;line-height:1.7rem;color:#555659;background-color:#f0f0f0;transition:background-color .1s;cursor:pointer}::ng-deep .calendar .table-months .month.disabled{color:#bbbdc1;background-color:#e0e1e2}::ng-deep .calendar .table-months .month:not(.disabled).selected,::ng-deep .calendar .table-months .month:not(.disabled):hover{color:#fff;background-color:#e0313e}::ng-deep .calendar .table-months .month:not(.disabled).selected:hover{background-color:#cc2d38}::ng-deep .calendar .table-years{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:4px}::ng-deep .calendar .table-years .year{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;font-size:1.4rem;line-height:1.7rem;color:#555659;background-color:#f0f0f0;transition:background-color .1s;cursor:pointer}::ng-deep .calendar .table-years .year.disabled{color:#bbbdc1;background-color:#e0e1e2}::ng-deep .calendar .table-years .year:not(.disabled).selected,::ng-deep .calendar .table-years .year:not(.disabled):hover{color:#fff;background-color:#e0313e}::ng-deep .calendar .table-years .year:not(.disabled).selected:hover{background-color:#cc2d38}"]
|
10523
10587
|
}),
|
10524
10588
|
__metadata("design:paramtypes", [ChangeDetectorRef,
|
10525
10589
|
GIPINgConfig])
|
@@ -10821,7 +10885,7 @@ GIPIInputSelectEnumComponent = GIPIInputSelectEnumComponent_1 = __decorate([
|
|
10821
10885
|
'class': 'gipi-input-select-enum',
|
10822
10886
|
},
|
10823
10887
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
10824
|
-
styles: ["::ng-deep .overlay-select{padding:0!important;overflow:hidden!important}::ng-deep .select-virtual-scroll-viewport{width:100%!important;max-height:240px;overflow:auto}::ng-deep .select-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{width:100%!important;position:relative!important}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar{width:15px}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar-thumb{background-color:#e0e1e2;border-radius:10px;border:4px solid transparent;background-clip:padding-box}::ng-deep .select-row{display:flex;align-items:center;padding:0 16px;cursor:pointer;font-size:1.4rem;line-height:100%;gap:
|
10888
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}::ng-deep .overlay-select{padding:0!important;overflow:hidden!important}::ng-deep .select-virtual-scroll-viewport{width:100%!important;max-height:240px;overflow:auto}::ng-deep .select-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{width:100%!important;position:relative!important}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar{width:15px}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar-thumb{background-color:#e0e1e2;border-radius:10px;border:4px solid transparent;background-clip:padding-box}::ng-deep .select-row{display:flex;align-items:center;padding:0 16px;cursor:pointer;font-size:1.4rem;line-height:100%;gap:1rem}::ng-deep .select-row:hover{background:#f5f5f6}::ng-deep .select-row:active{background:#e0e1e2}.select-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;gap:8px;color:#131313;cursor:default;padding:0 0 16px}.select-not-found>mat-icon{width:2.8rem;height:2.8rem;font-size:2.8rem;line-height:2.8rem;color:#131313}.select-loading{height:4.8rem;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}.select-loading .dot-pulse{position:relative;left:-9999px;width:5px;height:5px;border-radius:50%;background-color:#e0313e;color:#e0313e;box-shadow:9999px 0 0 -5px;-webkit-animation:1.5s linear .25s infinite dot-pulse;animation:1.5s linear .25s infinite dot-pulse}.select-loading .dot-pulse::after,.select-loading .dot-pulse::before{content:\"\";display:inline-block;position:absolute;top:0;width:5px;height:5px;border-radius:50%;background-color:#e0313e;color:#e0313e}.select-loading .dot-pulse::before{box-shadow:9984px 0 0 -5px;-webkit-animation:1.5s linear infinite dot-pulse-before;animation:1.5s linear infinite dot-pulse-before}.select-loading .dot-pulse::after{box-shadow:10014px 0 0 -5px;-webkit-animation:1.5s linear .5s infinite dot-pulse-after;animation:1.5s linear .5s infinite dot-pulse-after}@-webkit-keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@-webkit-keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@-webkit-keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}@keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}.select-enum-popover-content{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);padding:8px}"]
|
10825
10889
|
}),
|
10826
10890
|
__metadata("design:paramtypes", [ElementRef,
|
10827
10891
|
ChangeDetectorRef])
|
@@ -12047,7 +12111,7 @@ GIPIInputSelectComponent = GIPIInputSelectComponent_1 = __decorate([
|
|
12047
12111
|
'class': 'gipi-input-select',
|
12048
12112
|
},
|
12049
12113
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
12050
|
-
styles: ["::ng-deep .overlay-select{padding:0!important;overflow:hidden!important}::ng-deep .select-virtual-scroll-viewport{width:100%!important;max-height:240px;overflow:auto}::ng-deep .select-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{width:100%!important;position:relative!important}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar{width:15px}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar-thumb{background-color:#e0e1e2;border-radius:10px;border:4px solid transparent;background-clip:padding-box}::ng-deep .select-row{display:flex;align-items:center;padding:0 16px;cursor:pointer;font-size:1.3rem;line-height:100%;gap:
|
12114
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}::ng-deep .overlay-select{padding:0!important;overflow:hidden!important}::ng-deep .select-virtual-scroll-viewport{width:100%!important;max-height:240px;overflow:auto}::ng-deep .select-virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{width:100%!important;position:relative!important}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar{width:15px}::ng-deep .select-virtual-scroll-viewport::-webkit-scrollbar-thumb{background-color:#e0e1e2;border-radius:10px;border:4px solid transparent;background-clip:padding-box}::ng-deep .select-row{display:flex;align-items:center;padding:0 16px;cursor:pointer;font-size:1.3rem;line-height:100%;gap:1rem}::ng-deep .select-row:hover{background:#f5f5f6}::ng-deep .select-row:active{background:#e0e1e2}::ng-deep .select-row.disabled{background-color:#d1d2d4!important;color:#9a9da2!important;cursor:not-allowed!important;pointer-events:none!important}::ng-deep .select-row>span{display:-webkit-box;line-clamp:2;box-orient:vertical;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.select-search{display:flex;align-items:center;font-size:1.4rem;line-height:100%;gap:1rem;padding:8px 12px}.select-option-all{border-bottom:1px solid rgba(0,0,0,.12)}.select-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;gap:8px;color:#131313;cursor:default;padding:0 0 16px}.select-not-found>mat-icon{width:2.8rem;height:2.8rem;font-size:2.8rem;line-height:2.8rem;color:#131313}.select-loading{height:4rem;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}.select-loading .dot-pulse{position:relative;left:-9999px;width:5px;height:5px;border-radius:50%;background-color:#e0313e;color:#e0313e;box-shadow:9999px 0 0 -5px;-webkit-animation:1.5s linear .25s infinite dot-pulse;animation:1.5s linear .25s infinite dot-pulse}.select-loading .dot-pulse::after,.select-loading .dot-pulse::before{content:\"\";display:inline-block;position:absolute;top:0;width:5px;height:5px;border-radius:50%;background-color:#e0313e;color:#e0313e}.select-loading .dot-pulse::before{box-shadow:9984px 0 0 -5px;-webkit-animation:1.5s linear infinite dot-pulse-before;animation:1.5s linear infinite dot-pulse-before}.select-loading .dot-pulse::after{box-shadow:10014px 0 0 -5px;-webkit-animation:1.5s linear .5s infinite dot-pulse-after;animation:1.5s linear .5s infinite dot-pulse-after}@-webkit-keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@-webkit-keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@-webkit-keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}@keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}.select-footer{display:flex;align-items:center;gap:1rem;padding:8px 12px;border-top:1px solid #bfbfbf}::ng-deep .select-mat-option-pseudo-checkbox{margin:0!important}"]
|
12051
12115
|
}),
|
12052
12116
|
__metadata("design:paramtypes", [ChangeDetectorRef])
|
12053
12117
|
], GIPIInputSelectComponent);
|
@@ -12457,7 +12521,7 @@ GIPIInputSelectListboxComponent = GIPIInputSelectListboxComponent_1 = __decorate
|
|
12457
12521
|
'class': 'gipi-input-select-listbox',
|
12458
12522
|
},
|
12459
12523
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
12460
|
-
styles: ["::ng-deep .overlay-select-listbox{padding:0!important}::ng-deep .listbox-radio-group{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:16px}.overlay-select-listbox-content{display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:12px;width:100%;gap:
|
12524
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}::ng-deep .overlay-select-listbox{padding:0!important}::ng-deep .listbox-radio-group{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:16px}.overlay-select-listbox-content{display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding:12px;width:100%;gap:1rem;position:relative}.overlay-select-listbox-content .overlay-select-listbox-backdrop{background:rgba(0,0,0,.32);opacity:1;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;border-radius:4px;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}.overlay-select-listbox-content .listbox-selected{display:flex;flex-direction:column;gap:16px;background-color:#f5f5f6;border-radius:4px;padding:8px;overflow:hidden;width:100%}.overlay-select-listbox-content .listbox-selected>span{font-size:1.4rem;font-weight:600;line-height:100%;color:#131313}.overlay-select-listbox-content .listbox-selected .list{display:flex;flex-direction:column;gap:4px;width:100%;height:9rem;overflow-x:hidden;overflow-y:auto}.overlay-select-listbox-content .listbox-selected .list::-webkit-scrollbar{width:15px}.overlay-select-listbox-content .listbox-selected .list::-webkit-scrollbar-thumb{background-color:#d1d2d4;border-radius:10px;border:4px solid transparent;background-clip:padding-box}.overlay-select-listbox-content .listbox-selected .list .option{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:4px 12px;gap:8px;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#595959;transition:.1s;border-radius:4px}.overlay-select-listbox-content .listbox-selected .list .option:hover{background-color:#e0e1e2}.overlay-select-listbox-content .listbox-selected .list .option:hover>button{visibility:visible!important}.overlay-select-listbox-content .listbox-selected .list .option>button{display:flex;align-items:center;justify-content:center;outline:0;border:none;padding:2px;border-radius:4px;cursor:pointer;background-color:transparent;visibility:hidden}.overlay-select-listbox-content .listbox-selected .list .option>button>svg{width:1.4rem;height:1.4rem;line-height:1.6rem}.overlay-select-listbox-content .listbox-selected .list .option>button:hover>svg{transform:scale(1.08)}.overlay-select-listbox-content .footer{border-top:1px solid #bfbfbf;padding-top:12px;display:flex;align-items:center;gap:1rem}"]
|
12461
12525
|
}),
|
12462
12526
|
__metadata("design:paramtypes", [ChangeDetectorRef,
|
12463
12527
|
ElementRef,
|
@@ -12805,7 +12869,7 @@ GIPIInputSearchComponent = GIPIInputSearchComponent_1 = __decorate([
|
|
12805
12869
|
Component({
|
12806
12870
|
selector: `gipi-input-search`,
|
12807
12871
|
exportAs: 'gipiInputSearch',
|
12808
|
-
template: "<!-- Espa\u00E7o reservado para ajustar o deslocamento vertical dos elementos mat-option -->\n<input matInput\n class=\"mat-select-search-input mat-select-search-hidden\" />\n\n<!-- Note: o mat-datepicker-content mat-tab-header \u00E9 necess\u00E1rio para herdar as cores do tema do material, consulte PR n\u00BA 22 -->\n<div #innerSelectSearch\n class=\"mat-select-search-inner mat-typography mat-datepicker-content mat-tab-header\">\n\n <input class=\"mat-select-search-input mat-input-element\"\n
|
12872
|
+
template: "<!-- Espa\u00E7o reservado para ajustar o deslocamento vertical dos elementos mat-option -->\n<input matInput\n class=\"mat-select-search-input mat-select-search-hidden\" />\n\n<!-- Note: o mat-datepicker-content mat-tab-header \u00E9 necess\u00E1rio para herdar as cores do tema do material, consulte PR n\u00BA 22 -->\n<div #innerSelectSearch\n class=\"mat-select-search-inner mat-typography mat-datepicker-content mat-tab-header\">\n\n <input class=\"mat-select-search-input mat-input-element\"\n autocomplete=\"off\"\n type=\"text\"\n #searchSelectInput\n [placeholder]=\"placeholderLabel\"\n [formControl]=\"_formControl\"\n (keydown)=\"_handleKeydown($event)\"\n (keyup)=\"_handleKeyup($event)\"\n (blur)=\"onBlur()\">\n\n <mat-spinner *ngIf=\"searching\"\n class=\"mat-select-search-spinner\"\n diameter=\"16\">\n </mat-spinner>\n\n <button *ngIf=\"!hideClearSearchButton && value && !searching\"\n class=\"mat-select-search-clear\"\n aria-label=\"Limpar\"\n mat-icon-button\n (click)=\"_reset(true)\">\n <mat-icon> close </mat-icon>\n </button>\n\n <mat-divider> </mat-divider>\n</div>\n\n<div *ngIf=\"(_showNoEntriesFound$ | async) && !searching\"\n class=\"mat-select-search-no-entries-found\">\n <mat-icon>sentiment_very_dissatisfied</mat-icon>\n Nenhum registro foi encontrado\n</div>",
|
12809
12873
|
providers: [
|
12810
12874
|
{
|
12811
12875
|
provide: NG_VALUE_ACCESSOR,
|
@@ -13166,7 +13230,7 @@ GIPIInputSelectPagedComponent = GIPIInputSelectPagedComponent_1 = __decorate([
|
|
13166
13230
|
'class': 'gipi-input-select-paged',
|
13167
13231
|
},
|
13168
13232
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
13169
|
-
styles: [".input-select-paged-content{display:flex;flex-direction:column;gap:
|
13233
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}.input-select-paged-content{display:flex;flex-direction:column;gap:1rem}.input-select-paged-content>label{font-weight:400;font-size:1.4rem;line-height:100%;color:#131313}.input-select-paged-content>label>span{color:#d14014}.field-diasabled{cursor:not-allowed}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix{position:absolute!important;right:35px!important;top:34%!important}:host ::ng-deep .mat-form-field-appearance-outline .mat-form-field-suffix .mat-icon{height:1.6rem!important;width:1.6rem!important;font-size:1.6rem!important;color:#131313!important}:host ::ng-deep .mat-select-value{padding-right:30px!important}::ng-deep .virtual-scroll-viewport{width:100%!important;overflow:hidden}::ng-deep .virtual-scroll-viewport .cdk-virtual-scroll-content-wrapper{width:100%!important}.mat-select-additional-selection{opacity:.75;font-size:.75em;margin-left:16px}.mat-select-search-loading{background-color:#fff;display:flex;align-items:center;justify-content:center;height:3em}.dot-pulse{position:relative;left:-9999px;width:5px;height:5px;border-radius:50%;background-color:#f3465c;color:#f3465c;box-shadow:9999px 0 0 -5px;-webkit-animation:1.5s linear .25s infinite dot-pulse;animation:1.5s linear .25s infinite dot-pulse}.dot-pulse::after,.dot-pulse::before{content:\"\";display:inline-block;position:absolute;top:0;width:5px;height:5px;border-radius:50%;background-color:#f3465c;color:#f3465c}.dot-pulse::before{box-shadow:9984px 0 0 -5px;-webkit-animation:1.5s linear infinite dot-pulse-before;animation:1.5s linear infinite dot-pulse-before}.dot-pulse::after{box-shadow:10014px 0 0 -5px;-webkit-animation:1.5s linear .5s infinite dot-pulse-after;animation:1.5s linear .5s infinite dot-pulse-after}@-webkit-keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@keyframes dot-pulse-before{0%,100%,60%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}}@-webkit-keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@keyframes dot-pulse{0%,100%,60%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}}@-webkit-keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}@keyframes dot-pulse-after{0%,100%,60%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}}::ng-deep .mat-select-arrow{border:solid #131313!important;border-width:0 2px 2px 0!important;display:inline-block!important;padding:3px!important;transform:rotate(45deg)!important;margin:0 4px!important}::ng-deep .mat-option-button-add{position:absolute;bottom:0;left:0;width:100%;z-index:100;background-color:#fff;border-radius:4px}"]
|
13170
13234
|
}),
|
13171
13235
|
__metadata("design:paramtypes", [ChangeDetectorRef])
|
13172
13236
|
], GIPIInputSelectPagedComponent);
|
@@ -13426,7 +13490,7 @@ GIPIInputSelectRadioComponent = GIPIInputSelectRadioComponent_1 = __decorate([
|
|
13426
13490
|
'class': 'gipi-input-select-radio',
|
13427
13491
|
},
|
13428
13492
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
13429
|
-
styles: ["::ng-deep .radio-group{display:flex;flex-direction:column;gap:16px}.select-radio-popover-content{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);padding:8px}"]
|
13493
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}::ng-deep .radio-group{display:flex;flex-direction:column;gap:16px}.select-radio-popover-content{background-color:#fff;border-radius:4px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);padding:8px}"]
|
13430
13494
|
}),
|
13431
13495
|
__metadata("design:paramtypes", [ElementRef,
|
13432
13496
|
ChangeDetectorRef])
|
@@ -14365,7 +14429,7 @@ GIPIRadioGroupComponent = GIPIRadioGroupComponent_1 = __decorate([
|
|
14365
14429
|
'class': 'gipi-radio-group',
|
14366
14430
|
},
|
14367
14431
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
14368
|
-
styles: [".radiogroup-content{display:flex;flex-direction:column;gap:
|
14432
|
+
styles: [".radiogroup-content{display:flex;flex-direction:column;gap:1rem}.radiogroup-content>label,.radiogroup-content>legend{font-weight:400;font-size:1.4rem;line-height:100%;color:#131313}.radiogroup-content>label>span,.radiogroup-content>legend>span{color:#d14014}.radiogroup-content .radiogroup{display:flex;align-items:center;gap:1rem;padding:8px 0}.fieldset-radio-content{height:6.6rem;border-color:rgba(0,0,0,.12);border-radius:5px}.fieldset-radio-content .radiogroup{width:100%;height:100%;justify-content:space-around}"]
|
14369
14433
|
}),
|
14370
14434
|
__metadata("design:paramtypes", [ChangeDetectorRef])
|
14371
14435
|
], GIPIRadioGroupComponent);
|
@@ -15339,7 +15403,7 @@ GIPISelectComponent = GIPISelectComponent_1 = __decorate([
|
|
15339
15403
|
},
|
15340
15404
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
15341
15405
|
encapsulation: ViewEncapsulation.None,
|
15342
|
-
styles: [".select-content{display:flex;flex-direction:column;gap:
|
15406
|
+
styles: [":host{display:block;min-width:0;max-width:100%;flex:1}.select-content{display:flex;flex-direction:column;gap:1rem}.select-content .label{font-weight:400;font-size:1.4rem;line-height:100%;color:#131313}.select-content .label>span{color:#d14014}.select-content .select{background-color:#fff;border:1px solid #e0e1e2;color:#6d6f73;border-radius:16px;padding:12px;gap:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:.2s}.select-content .select>span{font-weight:600;font-size:1.4rem;line-height:100%;flex:1}.select-content .select>mat-icon{color:#6d6f73;fill:#6d6f73;max-height:16px}.select-content .select .icon-select{width:16px;height:16px;font-size:1.6rem}.select-overlay-content{list-style:none;max-height:256px;display:flex;flex-direction:column;gap:.8px}.select-overlay-content>li{height:3em;line-height:3em;border-radius:4px;padding:0 16px;text-align:left;cursor:pointer;color:#8c8f93;font-size:1.3rem}.select-overlay-content>li:hover{background-color:#e0e1e2;color:#6d6f73;font-weight:600}.active{background-color:#f3e7e7;color:#e0313e}.disabled{border:1px solid #d1d2d4!important;color:#f5f5f6!important;cursor:not-allowed!important}"]
|
15343
15407
|
}),
|
15344
15408
|
__metadata("design:paramtypes", [])
|
15345
15409
|
], GIPISelectComponent);
|
@@ -15373,9 +15437,7 @@ let BreakpointObserverService = class BreakpointObserverService extends Abstract
|
|
15373
15437
|
};
|
15374
15438
|
BreakpointObserverService.ngInjectableDef = ɵɵdefineInjectable({ factory: function BreakpointObserverService_Factory() { return new BreakpointObserverService(); }, token: BreakpointObserverService, providedIn: "root" });
|
15375
15439
|
BreakpointObserverService = __decorate([
|
15376
|
-
Injectable({
|
15377
|
-
providedIn: 'root'
|
15378
|
-
}),
|
15440
|
+
Injectable({ providedIn: 'root' }),
|
15379
15441
|
__metadata("design:paramtypes", [])
|
15380
15442
|
], BreakpointObserverService);
|
15381
15443
|
|
@@ -15413,9 +15475,7 @@ NavService.ctorParameters = () => [
|
|
15413
15475
|
];
|
15414
15476
|
NavService.ngInjectableDef = ɵɵdefineInjectable({ factory: function NavService_Factory() { return new NavService(ɵɵinject(Router)); }, token: NavService, providedIn: "root" });
|
15415
15477
|
NavService = __decorate([
|
15416
|
-
Injectable({
|
15417
|
-
providedIn: 'root'
|
15418
|
-
}),
|
15478
|
+
Injectable({ providedIn: 'root' }),
|
15419
15479
|
__metadata("design:paramtypes", [Router])
|
15420
15480
|
], NavService);
|
15421
15481
|
|
@@ -15503,7 +15563,7 @@ let GIPISidenavComponent = GIPISidenavComponent_1 = class GIPISidenavComponent {
|
|
15503
15563
|
this._levelOneMenuCollapsableSelected = null;
|
15504
15564
|
this._levelTwoMenuCollapsableSelected = null;
|
15505
15565
|
this._mouseEnter = false;
|
15506
|
-
this.
|
15566
|
+
this._menuItems = [];
|
15507
15567
|
this.labelToggle = 'Retrair menu';
|
15508
15568
|
this.showTagNewIntegration = false;
|
15509
15569
|
this.showIntegration = false;
|
@@ -15512,6 +15572,12 @@ let GIPISidenavComponent = GIPISidenavComponent_1 = class GIPISidenavComponent {
|
|
15512
15572
|
this.onClickMenuIntegration = new EventEmitter();
|
15513
15573
|
this.onClickMenuConfiguration = new EventEmitter();
|
15514
15574
|
}
|
15575
|
+
get menuItems() {
|
15576
|
+
return this._menuItems;
|
15577
|
+
}
|
15578
|
+
set menuItems(value) {
|
15579
|
+
this._menuItems = value;
|
15580
|
+
}
|
15515
15581
|
ngOnInit() { }
|
15516
15582
|
ngAfterViewInit() {
|
15517
15583
|
this._navService.sidenav = this.sidenav;
|
@@ -15534,16 +15600,21 @@ let GIPISidenavComponent = GIPISidenavComponent_1 = class GIPISidenavComponent {
|
|
15534
15600
|
return of(`${this._levelOneMenuCollapsableSelected.name} / ${this._levelTwoMenuCollapsableSelected.name}`);
|
15535
15601
|
}
|
15536
15602
|
}
|
15537
|
-
get
|
15603
|
+
get levelMenuSelected() {
|
15604
|
+
let levelMenuActive = [];
|
15538
15605
|
if (ObjectUtil.isNull(this._levelOneMenuCollapsableSelected) && ObjectUtil.isNull(this._levelTwoMenuCollapsableSelected)) {
|
15539
|
-
|
15606
|
+
levelMenuActive = this.menuItems;
|
15540
15607
|
}
|
15541
15608
|
else if (!ObjectUtil.isNull(this._levelOneMenuCollapsableSelected) && ObjectUtil.isNull(this._levelTwoMenuCollapsableSelected)) {
|
15542
|
-
|
15609
|
+
levelMenuActive = this._levelOneMenuCollapsableSelected.menuList;
|
15543
15610
|
}
|
15544
15611
|
else if (!ObjectUtil.isNull(this._levelOneMenuCollapsableSelected) && !ObjectUtil.isNull(this._levelTwoMenuCollapsableSelected)) {
|
15545
|
-
|
15612
|
+
levelMenuActive = this._levelTwoMenuCollapsableSelected.menuList;
|
15546
15613
|
}
|
15614
|
+
if (!ArrayUtil.isEmpty(levelMenuActive)) {
|
15615
|
+
levelMenuActive.forEach(item => item.id = this._toCamelCase(item.route));
|
15616
|
+
}
|
15617
|
+
return of(levelMenuActive);
|
15547
15618
|
}
|
15548
15619
|
toggleSidenav() {
|
15549
15620
|
this._levelOneMenuCollapsableSelected = null;
|
@@ -15656,6 +15727,17 @@ let GIPISidenavComponent = GIPISidenavComponent_1 = class GIPISidenavComponent {
|
|
15656
15727
|
}
|
15657
15728
|
});
|
15658
15729
|
}
|
15730
|
+
_toCamelCase(name) {
|
15731
|
+
if (StringUtil.isEmpty(name)) {
|
15732
|
+
return '';
|
15733
|
+
}
|
15734
|
+
const normalized = StringUtil.replaceAccents(name);
|
15735
|
+
return normalized
|
15736
|
+
.split(/[/\-]/) // Divide por '/' e '-'
|
15737
|
+
.filter(Boolean) // Remove elementos vazios da lista
|
15738
|
+
.map((word, index) => (index === 0) ? word.toLowerCase() : (word.charAt(0).toUpperCase() + word.slice(1).toLowerCase()))
|
15739
|
+
.join('');
|
15740
|
+
}
|
15659
15741
|
};
|
15660
15742
|
GIPISidenavComponent.ctorParameters = () => [
|
15661
15743
|
{ type: NavService },
|
@@ -15668,8 +15750,9 @@ __decorate([
|
|
15668
15750
|
], GIPISidenavComponent.prototype, "sidenav", void 0);
|
15669
15751
|
__decorate([
|
15670
15752
|
Input(),
|
15671
|
-
__metadata("design:type", Array)
|
15672
|
-
|
15753
|
+
__metadata("design:type", Array),
|
15754
|
+
__metadata("design:paramtypes", [Array])
|
15755
|
+
], GIPISidenavComponent.prototype, "menuItems", null);
|
15673
15756
|
__decorate([
|
15674
15757
|
Input(),
|
15675
15758
|
__metadata("design:type", String)
|
@@ -15726,7 +15809,7 @@ GIPISidenavComponent = GIPISidenavComponent_1 = __decorate([
|
|
15726
15809
|
Component({
|
15727
15810
|
selector: `gipi-sidenav`,
|
15728
15811
|
exportAs: 'gipiSidenav',
|
15729
|
-
template: "<mat-sidenav #sidenav\n
|
15812
|
+
template: "<mat-sidenav #sidenav\n class=\"sidenav\"\n opened=\"true\"\n [class.large-sidenav]=\"(isOpened | async)\"\n [class.small-sidenav]=\"!(isOpened | async)\"\n [disableClose]=\"(isScreenLarge | async)\"\n [mode]=\"(isScreenLarge | async) ? 'side' : 'over'\">\n\n <!-- <div [ngClass]=\"{'sidenav-content-menu': true,\n 'show-bottom': (showConfiguration || showIntegration)}\"> -->\n <div class=\"sidenav-content-menu\">\n\n <!-- Bot\u00E3o expandir e retrair o menu -->\n <button [attr.id]=\"'buttonToogleSidenav'\"\n [attr.name]=\"'buttonToogleSidenav'\"\n class=\"toggle-sidenav\"\n (click)=\"toggleSidenav(); _mouseEnter = false;\">\n <mat-icon [@indicatorRotate]=\"(isOpened | async) ? 'opened': 'closed'\">\n chevron_right\n </mat-icon>\n\n {{ ((labelToggle) && (isOpened | async)) ? labelToggle : '' }}\n </button>\n\n <!-- Bot\u00E3o voltar do submenu -->\n <div class=\"sidenav-action-menu sidenav-menu-collapsable\">\n <a [attr.id]=\"'buttonSubmenuBack'\"\n [attr.name]=\"'buttonSubmenuBack'\"\n *ngIf=\"(isOpened | async) && (_levelOneMenuCollapsableSelected || _levelTwoMenuCollapsableSelected)\"\n (click)=\"onMenuCollapsableGoBack()\"\n (mouseenter)=\"!_mouseEnter && onMouseEnter()\"\n (mouseleave)=\"_mouseEnter && onMouseLeave()\">\n <mat-icon>\n arrow_back\n </mat-icon>\n <span>\n {{ (submenuBackButtonName | async) }}\n </span>\n </a>\n </div>\n\n <!-- Se o menu item for do tipo submenu -->\n <mat-nav-list class=\"sidenav-menu-list\"\n (mouseenter)=\"onMouseEnter()\"\n (mouseleave)=\"onMouseLeave()\">\n <div class=\"sidenav-action-menu\"\n *ngFor=\"let menu of (levelMenuSelected | async)\">\n <a [attr.id]=\"menu.id\"\n [attr.name]=\"menu.id\"\n [class.menu-active]=\"isMenuActive(menu)\"\n [routerLink]=\"menu.route\"\n *ngIf=\"menu.type === 'ITEM'\"\n (click)=\"onMenuItemSelected(menu)\">\n <mat-icon *ngIf=\"menu.icon\">\n {{ menu.icon }}\n </mat-icon>\n <mat-icon *ngIf=\"menu.svgIcon\"\n [svgIcon]=\"menu.svgIcon\">\n </mat-icon>\n <span *ngIf=\"(isOpened | async)\">\n {{ getMenuName(menu.name) }}\n </span>\n </a>\n\n <a [attr.id]=\"menu.id\"\n [attr.name]=\"menu.id\"\n [class.menu-active]=\"isMenuCollapsableActive(menu)\"\n *ngIf=\"menu.type === 'COLLAPSABLE'\"\n (click)=\"onMenuCollapsableSelected(menu); onMenuItemSelected(menu, false)\">\n <mat-icon *ngIf=\"menu.icon\">\n {{ menu.icon }}\n </mat-icon>\n <mat-icon *ngIf=\"menu.svgIcon\"\n [svgIcon]=\"menu.svgIcon\">\n </mat-icon>\n <span *ngIf=\"(isOpened | async)\">\n {{ getMenuName(menu.name) }}\n </span>\n <mat-icon *ngIf=\"(isOpened | async)\">\n chevron_right\n </mat-icon>\n </a>\n </div>\n </mat-nav-list>\n </div>\n\n <div class=\"sidenav-action-menu sidenav-bottom-menu\">\n <a [attr.id]=\"'integracoes'\"\n [attr.name]=\"'integracoes'\"\n *ngIf=\"showIntegration\"\n (click)=\"onMenuItemSelected(null); onClickMenuIntegration.emit()\">\n <mat-icon *ngIf=\"iconIntegration\">\n {{ iconIntegration }}\n </mat-icon>\n <mat-icon *ngIf=\"svgIconIntegration\"\n [svgIcon]=\"svgIconIntegration\">\n </mat-icon>\n <span *ngIf=\"(labelIntegration) && (isOpened | async)\">\n {{ labelIntegration }}\n </span>\n <div class=\"tag-new\"\n [class.closed]=\"!(isOpened | async)\"\n *ngIf=\"showTagNewIntegration\">\n Novo\n </div>\n </a>\n\n <a [attr.id]=\"'configuracoes'\"\n [attr.name]=\"'configuracoes'\"\n *ngIf=\"showConfiguration\"\n (click)=\"onMenuItemSelected(null); onClickMenuConfiguration.emit()\">\n <mat-icon *ngIf=\"iconConfiguration\">\n {{ iconConfiguration }}\n </mat-icon>\n <mat-icon *ngIf=\"svgIconConfiguration\"\n [svgIcon]=\"svgIconConfiguration\">\n </mat-icon>\n <span *ngIf=\"(labelConfiguration) && (isOpened | async)\">\n {{ labelConfiguration }}\n </span>\n </a>\n </div>\n</mat-sidenav>",
|
15730
15813
|
encapsulation: ViewEncapsulation.None,
|
15731
15814
|
providers: [
|
15732
15815
|
{
|
@@ -15745,7 +15828,7 @@ GIPISidenavComponent = GIPISidenavComponent_1 = __decorate([
|
|
15745
15828
|
transition('expanded <=> collapsed', animate('225ms cubic-bezier(0.4,0.0,0.2,1)')),
|
15746
15829
|
])
|
15747
15830
|
],
|
15748
|
-
styles: [".sidenav{padding:.8rem 1.2rem;border-radius:5px;background-color:#fff;position:fixed!important;top:66px!important;bottom:8px!important;border:0!important}.sidenav.small-sidenav{overflow-y:auto;width:76px}.sidenav.small-sidenav .sidenav-bottom-menu,.sidenav.small-sidenav .sidenav-content-menu .sidenav-menu-list .action-sidenav,.sidenav.small-sidenav .sidenav-content-menu .toggle-sidenav{text-align:center!important}.sidenav.large-sidenav{overflow-y:auto;width:248px}.sidenav .sidenav-content-menu{width:100%;background-color:#f5f5f6;border-radius:4px;display:flex;flex-direction:column;align-items:stretch;height:100
|
15831
|
+
styles: [".sidenav{padding:.8rem 1.2rem;border-radius:5px;background-color:#fff;position:fixed!important;top:66px!important;bottom:8px!important;border:0!important}.sidenav.small-sidenav{overflow-y:auto;width:76px}.sidenav.small-sidenav .sidenav-bottom-menu,.sidenav.small-sidenav .sidenav-content-menu .sidenav-menu-list .action-sidenav,.sidenav.small-sidenav .sidenav-content-menu .toggle-sidenav{text-align:center!important}.sidenav.large-sidenav{overflow-y:auto;width:248px}.sidenav .sidenav-content-menu{width:100%;background-color:#f5f5f6;border-radius:4px;display:flex;flex-direction:column;align-items:stretch;height:100%;flex:1}.sidenav .sidenav-content-menu .toggle-sidenav{all:unset;border-radius:4px;border:none;text-align:left;cursor:pointer;background-color:#e0313e;color:#fff;display:flex;align-items:center;gap:8px;padding:10px 16px}.sidenav .sidenav-content-menu .toggle-sidenav>mat-icon{width:2rem;height:2rem;font-size:2rem}.sidenav .sidenav-content-menu .toggle-sidenav:hover{background-color:#cc2d38}.sidenav .sidenav-content-menu .sidenav-menu-list{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.sidenav .sidenav-content-menu .sidenav-menu-list::-webkit-scrollbar{display:none}.menu-active{color:#e0313e!important;background-color:#e0e1e2!important}.menu-active>mat-icon,.menu-active>mat-icon svg,.menu-active>mat-icon svg path{color:#e0313e!important;fill:#e0313e!important}.sidenav-action-menu{cursor:pointer;display:flex}.sidenav-action-menu.sidenav-bottom-menu{flex-direction:column;gap:1rem;margin-top:1rem}.sidenav-action-menu a{flex:1;padding:16px;background-color:#f5f5f6;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:1.4rem;font-weight:600;position:relative;overflow:hidden}.sidenav-action-menu a:hover{background-color:#e0e1e2}.sidenav-action-menu a>span{flex:1;line-height:2rem}.sidenav-action-menu a>mat-icon{width:2rem;height:2rem;font-size:2rem;line-height:2rem;color:#595959;fill:#595959}.sidenav-action-menu a>mat-icon svg,.sidenav-action-menu a>mat-icon svg path{color:#595959;fill:#595959}.sidenav-bottom-menu a{border-radius:4px}.sidenav-menu-collapsable a{background-color:#e0e1e2}.sidenav-menu-collapsable a:hover{background-color:#d1d2d4}.mat-list-base{padding-top:0!important}.mat-drawer-inner-container{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;overflow:hidden!important}.mat-drawer:not(.mat-drawer-side){box-shadow:none!important}.tag-new{display:flex;align-items:center;justify-content:center;background-color:#e0313e;color:#fff;padding:.2rem .6rem;font-size:1rem;line-height:1rem;border-radius:.4rem}.tag-new.closed{position:absolute;top:15px;right:20px;width:52px;z-index:1;transform:translateX(70%) translateY(-85%) rotate(45deg);transform-origin:center;overflow:hidden;font-size:.8rem!important;line-height:.8rem!important}"]
|
15749
15832
|
}),
|
15750
15833
|
__metadata("design:paramtypes", [NavService,
|
15751
15834
|
BreakpointObserverService,
|
@@ -16567,8 +16650,12 @@ class TabModel {
|
|
16567
16650
|
}
|
16568
16651
|
}
|
16569
16652
|
|
16653
|
+
let nextUniqueId$i = 0;
|
16570
16654
|
let GIPITabComponent = class GIPITabComponent {
|
16571
16655
|
constructor() {
|
16656
|
+
this._name = `gipi-tab-${nextUniqueId$i++}`;
|
16657
|
+
this.id = this._name;
|
16658
|
+
this.name = this._name;
|
16572
16659
|
this.active = false;
|
16573
16660
|
this.closeable = false;
|
16574
16661
|
this.disabled = false;
|
@@ -16576,6 +16663,14 @@ let GIPITabComponent = class GIPITabComponent {
|
|
16576
16663
|
}
|
16577
16664
|
ngOnInit() { }
|
16578
16665
|
};
|
16666
|
+
__decorate([
|
16667
|
+
Input(),
|
16668
|
+
__metadata("design:type", Object)
|
16669
|
+
], GIPITabComponent.prototype, "id", void 0);
|
16670
|
+
__decorate([
|
16671
|
+
Input(),
|
16672
|
+
__metadata("design:type", String)
|
16673
|
+
], GIPITabComponent.prototype, "name", void 0);
|
16579
16674
|
__decorate([
|
16580
16675
|
Input(),
|
16581
16676
|
__metadata("design:type", Number)
|
@@ -16630,10 +16725,14 @@ GIPITabComponent = __decorate([
|
|
16630
16725
|
__metadata("design:paramtypes", [])
|
16631
16726
|
], GIPITabComponent);
|
16632
16727
|
|
16728
|
+
let nextUniqueId$j = 0;
|
16633
16729
|
let GIPITabGroupComponent = class GIPITabGroupComponent {
|
16634
16730
|
constructor(elementRef, _componentFactoryResolver) {
|
16635
16731
|
this.elementRef = elementRef;
|
16636
16732
|
this._componentFactoryResolver = _componentFactoryResolver;
|
16733
|
+
this._name = `gipi-tab-${nextUniqueId$j++}`;
|
16734
|
+
this.id = this._name;
|
16735
|
+
this.name = this._name;
|
16637
16736
|
this.dynamicTabs = [];
|
16638
16737
|
}
|
16639
16738
|
ngOnInit() { }
|
@@ -16733,15 +16832,25 @@ __decorate([
|
|
16733
16832
|
ViewChild(GIPIDynamicTabDirective, { static: false }),
|
16734
16833
|
__metadata("design:type", GIPIDynamicTabDirective)
|
16735
16834
|
], GIPITabGroupComponent.prototype, "dynamicTabPlaceholder", void 0);
|
16835
|
+
__decorate([
|
16836
|
+
Input(),
|
16837
|
+
__metadata("design:type", Object)
|
16838
|
+
], GIPITabGroupComponent.prototype, "id", void 0);
|
16839
|
+
__decorate([
|
16840
|
+
Input(),
|
16841
|
+
__metadata("design:type", String)
|
16842
|
+
], GIPITabGroupComponent.prototype, "name", void 0);
|
16736
16843
|
GIPITabGroupComponent = __decorate([
|
16737
16844
|
Component({
|
16738
16845
|
selector: 'gipi-tab-group',
|
16739
16846
|
exportAs: 'gipiTabGroup',
|
16740
|
-
template: "<nav mat-tab-nav-bar>\n <a mat-tab-link\n *ngFor=\"let tab of tabQueryList\"\n
|
16847
|
+
template: "<nav mat-tab-nav-bar>\n <a mat-tab-link\n *ngFor=\"let tab of tabQueryList\"\n [attr.id]=\"tab.id\"\n [attr.name]=\"tab.name\"\n [class.active]=\"tab.active\"\n [disabled]=\"tab.disabled\"\n (click)=\"selectTab(tab)\">\n <mat-icon *ngIf=\"tab.icon || tab.svgIcon\"\n [svgIcon]=\"tab.svgIcon ? tab.svgIcon : ''\">\n {{ !tab.svgIcon && tab.icon ? tab.icon : '' }}\n </mat-icon>\n\n {{ tab.label }}\n </a>\n\n <a mat-tab-link\n *ngFor=\"let tab of dynamicTabs\"\n [attr.id]=\"tab.id\"\n [attr.name]=\"tab.name\"\n [class.active]=\"tab.active\"\n [disabled]=\"tab.disabled\"\n (click)=\"selectTab(tab)\">\n <mat-icon *ngIf=\"tab.icon || tab.svgIcon\"\n [svgIcon]=\"tab.svgIcon ? tab.svgIcon : ''\">\n {{ !tab.svgIcon && tab.icon ? tab.icon : '' }}\n </mat-icon>\n\n {{ tab.label }}\n </a>\n</nav>\n\n<ng-content> </ng-content>\n<ng-template dynamicTab\n #container>\n</ng-template>",
|
16741
16848
|
host: {
|
16742
16849
|
'class': 'gipi-tab-group',
|
16850
|
+
'[attr.id]': 'id',
|
16851
|
+
'[attr.name]': 'name',
|
16743
16852
|
},
|
16744
|
-
styles: [":host{display:block;flex:1;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}:host ::ng-deep .mat-tab-nav-bar{background:#f5f5f6;border:none;border-radius:.4rem;padding:.4rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}:host ::ng-deep .mat-tab-links{display:flex;gap:1rem}:host ::ng-deep .mat-tab-link{height:auto!important;padding:1rem!important;opacity:1!important;border:none!important;border-radius:4px!important;transition:.2s!important;color:#595959!important;gap:1rem}:host ::ng-deep .mat-tab-link>mat-icon{width:2rem!important;height:2rem!important;font-size:2rem!important;color:#595959!important}:host ::ng-deep .mat-tab-link>mat-icon svg,:host ::ng-deep .mat-tab-link>mat-icon svg g path,:host ::ng-deep .mat-tab-link>mat-icon svg path{color:#595959!important;fill:#595959!important}:host ::ng-deep .mat-tab-link:not(.active):hover{background:#e0e1e2!important}:host ::ng-deep .mat-tab-link.active{background:#e0313e!important;color:#fff!important}:host ::ng-deep .mat-tab-link.active>mat-icon{color:#fff!important}:host ::ng-deep .mat-tab-link.active>mat-icon svg,:host ::ng-deep .mat-tab-link.active>mat-icon svg g path,:host ::ng-deep .mat-tab-link.active>mat-icon svg path{color:#fff!important;fill:#fff!important}:host ::ng-deep .mat-tab-link:disabled,:host ::ng-deep .mat-tab-link:disabled>mat-icon{color:#9a9da2!important;fill:#9a9da2!important}:host ::ng-deep .mat-tab-link:disabled svg,:host ::ng-deep .mat-tab-link:disabled svg g path,:host ::ng-deep .mat-tab-link:disabled svg path,:host ::ng-deep .mat-tab-link:disabled>mat-icon svg,:host ::ng-deep .mat-tab-link:disabled>mat-icon svg g path,:host ::ng-deep .mat-tab-link:disabled>mat-icon svg path{color:#9a9da2!important;fill:#9a9da2!important}:host ::ng-deep .mat-ink-bar{display:none!important}"]
|
16853
|
+
styles: [":host{display:block;flex:1;width:100%;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}:host ::ng-deep .mat-tab-nav-bar{background:#f5f5f6;border:none;border-radius:.4rem;padding:.4rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)}:host ::ng-deep .mat-tab-links{display:flex;gap:1rem}:host ::ng-deep .mat-tab-link{height:auto!important;padding:1rem!important;opacity:1!important;border:none!important;border-radius:4px!important;transition:.2s!important;color:#595959!important;gap:1rem}:host ::ng-deep .mat-tab-link>mat-icon{width:2rem!important;height:2rem!important;font-size:2rem!important;color:#595959!important}:host ::ng-deep .mat-tab-link>mat-icon svg,:host ::ng-deep .mat-tab-link>mat-icon svg g path,:host ::ng-deep .mat-tab-link>mat-icon svg path{color:#595959!important;fill:#595959!important}:host ::ng-deep .mat-tab-link:not(.active):hover{background:#e0e1e2!important}:host ::ng-deep .mat-tab-link.active{background:#e0313e!important;color:#fff!important}:host ::ng-deep .mat-tab-link.active>mat-icon{color:#fff!important}:host ::ng-deep .mat-tab-link.active>mat-icon svg,:host ::ng-deep .mat-tab-link.active>mat-icon svg g path,:host ::ng-deep .mat-tab-link.active>mat-icon svg path{color:#fff!important;fill:#fff!important}:host ::ng-deep .mat-tab-link:disabled,:host ::ng-deep .mat-tab-link:disabled>mat-icon{color:#9a9da2!important;fill:#9a9da2!important}:host ::ng-deep .mat-tab-link:disabled svg,:host ::ng-deep .mat-tab-link:disabled svg g path,:host ::ng-deep .mat-tab-link:disabled svg path,:host ::ng-deep .mat-tab-link:disabled>mat-icon svg,:host ::ng-deep .mat-tab-link:disabled>mat-icon svg g path,:host ::ng-deep .mat-tab-link:disabled>mat-icon svg path{color:#9a9da2!important;fill:#9a9da2!important}:host ::ng-deep .mat-ink-bar{display:none!important}:host ::ng-deep .mat-tab-header-pagination{box-shadow:none!important}:host ::ng-deep .mat-tab-header-pagination.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#d1d2d4!important;cursor:not-allowed!important}:host ::ng-deep .mat-tab-header-pagination .mat-tab-header-pagination-chevron{border-color:#595959!important}:host ::ng-deep .mat-tab-header-pagination:hover{transform:scale(.98)!important}"]
|
16745
16854
|
}),
|
16746
16855
|
__metadata("design:paramtypes", [ElementRef,
|
16747
16856
|
ComponentFactoryResolver])
|
@@ -20623,7 +20732,7 @@ MatDatepickerInput = MatDatepickerInput_1 = __decorate([
|
|
20623
20732
|
* found in the LICENSE file at https://angular.io/license
|
20624
20733
|
*/
|
20625
20734
|
var MatDateRangeInput_1;
|
20626
|
-
let nextUniqueId$
|
20735
|
+
let nextUniqueId$k = 0;
|
20627
20736
|
let MatDateRangeInput = MatDateRangeInput_1 = class MatDateRangeInput {
|
20628
20737
|
constructor(_changeDetectorRef, _elementRef, control, _dateAdapter, _formField) {
|
20629
20738
|
this._changeDetectorRef = _changeDetectorRef;
|
@@ -20631,7 +20740,7 @@ let MatDateRangeInput = MatDateRangeInput_1 = class MatDateRangeInput {
|
|
20631
20740
|
this._dateAdapter = _dateAdapter;
|
20632
20741
|
this._formField = _formField;
|
20633
20742
|
/** Unique ID for the input. */
|
20634
|
-
this.id = `mat-date-range-input-${nextUniqueId$
|
20743
|
+
this.id = `mat-date-range-input-${nextUniqueId$k++}`;
|
20635
20744
|
/** Whether the control is focused. */
|
20636
20745
|
this.focused = false;
|
20637
20746
|
/** Name of the form control. */
|
@@ -21419,12 +21528,12 @@ class BrowserUtil {
|
|
21419
21528
|
|
21420
21529
|
var DateRangePickerComponent_1;
|
21421
21530
|
const moment$1 = moment_;
|
21422
|
-
let nextUniqueId$
|
21531
|
+
let nextUniqueId$l = 0;
|
21423
21532
|
let DateRangePickerComponent = DateRangePickerComponent_1 = class DateRangePickerComponent {
|
21424
21533
|
constructor(elementRef, _changeDetectorRef) {
|
21425
21534
|
this.elementRef = elementRef;
|
21426
21535
|
this._changeDetectorRef = _changeDetectorRef;
|
21427
|
-
this._name = `gipi-date-range-${nextUniqueId$
|
21536
|
+
this._name = `gipi-date-range-${nextUniqueId$l++}`;
|
21428
21537
|
this.idStartDate = `${this._name}-start`;
|
21429
21538
|
this.idEndDate = `${this._name}-end`;
|
21430
21539
|
this.nameStartDate = `${this._name}-start`;
|
@@ -21725,7 +21834,7 @@ DateRangePickerComponent = DateRangePickerComponent_1 = __decorate([
|
|
21725
21834
|
host: {
|
21726
21835
|
'class': 'gipi-date-range-picker',
|
21727
21836
|
},
|
21728
|
-
styles: [":host{display:block;width:100
|
21837
|
+
styles: [":host{display:block;width:100%;min-width:0;max-width:100%;flex:1}.input-wrapper{display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem;color:#696969}.input-wrapper .input-label{display:flex;align-items:center;gap:.4rem;color:#131313;line-height:1.6rem}.input-wrapper .input-label>span{font-size:1.6rem;line-height:1.6rem;color:#d14014}.input-wrapper .input-content{display:flex;font-family:inherit;font-size:inherit;color:inherit;height:4rem;background:#fff;border:1px solid rgba(0,0,0,.12);transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.6rem}.input-wrapper .input-content .input-element{padding:.75rem .8rem;border:none;outline:0;background-color:transparent;flex:1;color:inherit;caret-color:#696969;min-width:0}.input-wrapper .input-content:not(.input-element:disabled):has(.input-element:enabled:hover),.input-wrapper .input-content:not(.input-element:disabled):has(.prefix:hover),.input-wrapper .input-content:not(.input-element:disabled):has(.suffix:hover){border-color:#6d6f73}.input-wrapper .input-content:not(.input-element:disabled):has(.input-element:enabled:focus){outline:0;outline-offset:0;box-shadow:0 0 0 .2rem #e0e1e2;border-color:#6d6f73}.input-wrapper .input-content:has(.input-element:disabled){color:#bbbdc1!important;border-color:#e0e1e2!important;background-color:#f5f5f6!important;cursor:not-allowed}.input-wrapper .input-content:has(.input-element:disabled) .suffix>mat-icon{color:#bbbdc1!important}.input-wrapper .input-content .input-element:disabled{cursor:not-allowed}.input-wrapper .input-content .suffix{display:flex;align-items:center;justify-content:center;padding-block:.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-right:.8rem}.input-wrapper .input-content .suffix>mat-icon{width:2rem;height:2rem;font-size:2rem;color:#696969}.input-wrapper .input-help{flex:1;font-size:1rem;font-weight:500;margin-top:-.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}::ng-deep .mat-date-range-input{height:4rem!important;padding-left:.8rem!important}::ng-deep .mat-date-range-input-container,::ng-deep .mat-date-range-input-end-wrapper,::ng-deep .mat-date-range-input-inner,::ng-deep .mat-date-range-input-start-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:100%;height:100%;padding-bottom:3px}::ng-deep .mat-date-range-input-end-wrapper{padding-bottom:0!important}::ng-deep .mat-date-range-input-inner{padding:0!important}::-webkit-input-placeholder{color:#bbbdc1}:-moz-placeholder{color:#bbbdc1}::-moz-placeholder{color:#bbbdc1}:-ms-input-placeholder{color:#bbbdc1}"]
|
21729
21838
|
}),
|
21730
21839
|
__metadata("design:paramtypes", [ElementRef,
|
21731
21840
|
ChangeDetectorRef])
|
@@ -22048,12 +22157,12 @@ PresetRangeComponent = PresetRangeComponent_1 = __decorate([
|
|
22048
22157
|
|
22049
22158
|
var DatepickerComponent_1;
|
22050
22159
|
const moment$3 = moment_;
|
22051
|
-
let nextUniqueId$
|
22160
|
+
let nextUniqueId$m = 0;
|
22052
22161
|
let DatepickerComponent = DatepickerComponent_1 = class DatepickerComponent {
|
22053
22162
|
constructor(elementRef, _changeDetectorRef) {
|
22054
22163
|
this.elementRef = elementRef;
|
22055
22164
|
this._changeDetectorRef = _changeDetectorRef;
|
22056
|
-
this._name = `gipi-date-range-${nextUniqueId$
|
22165
|
+
this._name = `gipi-date-range-${nextUniqueId$m++}`;
|
22057
22166
|
this.id = `${this._name}-date`;
|
22058
22167
|
this.name = `${this._name}-date`;
|
22059
22168
|
this.label = '';
|
@@ -22253,7 +22362,7 @@ DatepickerComponent = DatepickerComponent_1 = __decorate([
|
|
22253
22362
|
host: {
|
22254
22363
|
'class': 'gipi-datepicker',
|
22255
22364
|
},
|
22256
|
-
styles: [":host{display:block;width:100
|
22365
|
+
styles: [":host{display:block;width:100%;min-width:0;max-width:100%;flex:1}.input-wrapper{display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem;color:#696969}.input-wrapper .input-label{display:flex;align-items:center;gap:.4rem;color:#131313;line-height:1.6rem}.input-wrapper .input-label>span{font-size:1.6rem;line-height:1.6rem;color:#d14014}.input-wrapper .input-content{display:flex;font-family:inherit;font-size:inherit;color:inherit;height:4rem;background:#fff;border:1px solid rgba(0,0,0,.12);transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.6rem}.input-wrapper .input-content .input-element{padding:.75rem .8rem;border:none;outline:0;background-color:transparent;flex:1;color:inherit;caret-color:#696969;min-width:0}.input-wrapper .input-content:not(.input-element:disabled):has(.input-element:enabled:hover),.input-wrapper .input-content:not(.input-element:disabled):has(.prefix:hover),.input-wrapper .input-content:not(.input-element:disabled):has(.suffix:hover){border-color:#6d6f73}.input-wrapper .input-content:not(.input-element:disabled):has(.input-element:enabled:focus){outline:0;outline-offset:0;box-shadow:0 0 0 .2rem #e0e1e2;border-color:#6d6f73}.input-wrapper .input-content:has(.input-element:disabled){color:#bbbdc1!important;border-color:#e0e1e2!important;background-color:#f5f5f6!important;cursor:not-allowed}.input-wrapper .input-content:has(.input-element:disabled) .suffix>mat-icon{color:#bbbdc1!important}.input-wrapper .input-content .input-element:disabled{cursor:not-allowed}.input-wrapper .input-content .suffix{display:flex;align-items:center;justify-content:center;padding-block:.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-right:.8rem}.input-wrapper .input-content .suffix>mat-icon{width:2rem;height:2rem;font-size:2rem;color:#696969}.input-wrapper .input-help{flex:1;font-size:1rem;font-weight:500;margin-top:-.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}::-webkit-input-placeholder{color:#bbbdc1}:-moz-placeholder{color:#bbbdc1}::-moz-placeholder{color:#bbbdc1}:-ms-input-placeholder{color:#bbbdc1}"]
|
22257
22366
|
}),
|
22258
22367
|
__metadata("design:paramtypes", [ElementRef,
|
22259
22368
|
ChangeDetectorRef])
|
@@ -22596,7 +22705,7 @@ class MonthPickerModel {
|
|
22596
22705
|
this.updateYearText();
|
22597
22706
|
}
|
22598
22707
|
}
|
22599
|
-
let nextUniqueId$
|
22708
|
+
let nextUniqueId$n = 0;
|
22600
22709
|
let MonthYearPickerComponent = MonthYearPickerComponent_1 = class MonthYearPickerComponent {
|
22601
22710
|
constructor(elementRef, _changeDetectorRef, _overlay, _ngZone, _viewContainerRef, scrollStrategy, _dir, _document) {
|
22602
22711
|
this.elementRef = elementRef;
|
@@ -22606,7 +22715,7 @@ let MonthYearPickerComponent = MonthYearPickerComponent_1 = class MonthYearPicke
|
|
22606
22715
|
this._viewContainerRef = _viewContainerRef;
|
22607
22716
|
this._dir = _dir;
|
22608
22717
|
this._document = _document;
|
22609
|
-
this._name = `gipi-date-range-${nextUniqueId$
|
22718
|
+
this._name = `gipi-date-range-${nextUniqueId$n++}`;
|
22610
22719
|
this._focusedElementBeforeOpen = null;
|
22611
22720
|
this._backdropHarnessClass = `${this._name}-backdrop`;
|
22612
22721
|
this._stateChanges = new Subject();
|
@@ -22961,7 +23070,7 @@ __decorate([
|
|
22961
23070
|
MonthYearPickerComponent = MonthYearPickerComponent_1 = __decorate([
|
22962
23071
|
Component({
|
22963
23072
|
selector: 'gipi-month-year-picker',
|
22964
|
-
template: "<div class=\"input-wrapper\">\n\n <label *ngIf=\"label\"\n class=\"input-label\"\n [attr.for]=\"id\">\n {{ label }}\n <span *ngIf=\"required\"> * </span>\n </label>\n\n <div class=\"input-content\"\n #inputMonthYearContent\n (click)=\"open()\">\n <input matInput\n class=\"input-element\"\n type=\"text\"\n [attr.id]=\"id\"\n [attr.name]=\"name\"\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [readOnly]=\"true\"\n [autocomplete]=\"'off'\"\n [autofocus]=\"false\"\n [ngModel]=\"valueLabel\"\n (click)=\"open()\" />\n\n <div class=\"suffix\">\n <button #button\n mat-icon-button\n type=\"button\"\n class=\"btn-month-year-toggle\"\n [attr.aria-label]=\"'Abrir calend\u00E1rio mensal'\"\n [disabled]=\"disabled\"\n (click)=\"open()\">\n <svg class=\"month-year-toggle-default-icon\"\n viewBox=\"0 0 24 24\"\n width=\"24px\"\n height=\"24px\"\n fill=\"currentColor\"\n focusable=\"false\">\n <path\n d=\"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z\" />\n </svg>\n </button>\n </div>\n </div>\n\n <small *ngIf=\"help\"\n class=\"input-help\">\n {{ help }}\n </small>\n</div
|
23073
|
+
template: "<div class=\"input-wrapper\">\n\n <label *ngIf=\"label\"\n class=\"input-label\"\n [attr.for]=\"id\">\n {{ label }}\n <span *ngIf=\"required\"> * </span>\n </label>\n\n <div class=\"input-content\"\n #inputMonthYearContent\n (click)=\"open()\">\n <input matInput\n class=\"input-element\"\n type=\"text\"\n [attr.id]=\"id\"\n [attr.name]=\"name\"\n [placeholder]=\"placeholder\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [readOnly]=\"true\"\n [autocomplete]=\"'off'\"\n [autofocus]=\"false\"\n [ngModel]=\"valueLabel\"\n (click)=\"open()\" />\n\n <div class=\"suffix\">\n <button #button\n mat-icon-button\n type=\"button\"\n class=\"btn-month-year-toggle\"\n [attr.aria-label]=\"'Abrir calend\u00E1rio mensal'\"\n [disabled]=\"disabled\"\n (click)=\"open()\">\n <svg class=\"month-year-toggle-default-icon\"\n viewBox=\"0 0 24 24\"\n width=\"24px\"\n height=\"24px\"\n fill=\"currentColor\"\n focusable=\"false\">\n <path\n d=\"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z\" />\n </svg>\n </button>\n </div>\n </div>\n\n <small *ngIf=\"help\"\n class=\"input-help\">\n {{ help }}\n </small>\n</div>",
|
22965
23074
|
providers: [
|
22966
23075
|
{
|
22967
23076
|
provide: NG_VALUE_ACCESSOR,
|
@@ -22973,7 +23082,7 @@ MonthYearPickerComponent = MonthYearPickerComponent_1 = __decorate([
|
|
22973
23082
|
'class': 'gipi-month-year-picker',
|
22974
23083
|
},
|
22975
23084
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
22976
|
-
styles: [":host{display:block;width:100
|
23085
|
+
styles: [":host{display:block;width:100%;min-width:0;max-width:100%;flex:1}.input-wrapper{display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem;color:#696969}.input-wrapper .input-label{display:flex;align-items:center;gap:.4rem;color:#131313;line-height:1.6rem}.input-wrapper .input-label>span{font-size:1.6rem;line-height:1.6rem;color:#d14014}.input-wrapper .input-content{display:flex;font-family:inherit;font-size:inherit;color:inherit;height:4rem;background:#fff;border:1px solid rgba(0,0,0,.12);transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.6rem}.input-wrapper .input-content .input-element{padding:.75rem .8rem;border:none;outline:0;background-color:transparent;flex:1;color:inherit;caret-color:#696969;min-width:0}.input-wrapper .input-content:not(.input-element:disabled):has(.input-element:enabled:hover),.input-wrapper .input-content:not(.input-element:disabled):has(.prefix:hover),.input-wrapper .input-content:not(.input-element:disabled):has(.suffix:hover){border-color:#6d6f73}.input-wrapper .input-content:not(.input-element:disabled):has(.input-element:enabled:focus){outline:0;outline-offset:0;box-shadow:0 0 0 .2rem #e0e1e2;border-color:#6d6f73}.input-wrapper .input-content:has(.input-element:disabled){color:#bbbdc1!important;border-color:#e0e1e2!important;background-color:#f5f5f6!important;cursor:not-allowed}.input-wrapper .input-content:has(.input-element:disabled) .suffix>mat-icon{color:#bbbdc1!important}.input-wrapper .input-content .input-element:disabled{cursor:not-allowed}.input-wrapper .input-content .suffix{display:flex;align-items:center;justify-content:center;padding-block:.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-right:.8rem}.input-wrapper .input-content .suffix>mat-icon{width:2rem;height:2rem;font-size:2rem;color:#696969}.input-wrapper .input-help{flex:1;font-size:1rem;font-weight:500;margin-top:-.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.month-year-toggle-default-icon{display:block;width:1.5em;height:1.5em}.mat-icon-button .month-year-toggle-default-icon{margin:auto}.btn-month-year-toggle{width:2rem!important;height:2rem!important;line-height:2rem!important}"]
|
22977
23086
|
}),
|
22978
23087
|
__param(5, Inject(GIPI_MONTH_YEAR_SCROLL_STRATEGY)),
|
22979
23088
|
__param(6, Optional()),
|
@@ -23019,11 +23128,11 @@ MonthYearPickerModule = __decorate([
|
|
23019
23128
|
], MonthYearPickerModule);
|
23020
23129
|
|
23021
23130
|
var GIPISplitButtonComponent_1;
|
23022
|
-
let nextUniqueId$
|
23131
|
+
let nextUniqueId$o = 0;
|
23023
23132
|
let GIPISplitButtonComponent = GIPISplitButtonComponent_1 = class GIPISplitButtonComponent {
|
23024
23133
|
constructor(elementRef) {
|
23025
23134
|
this.elementRef = elementRef;
|
23026
|
-
this._uniqueId = nextUniqueId$
|
23135
|
+
this._uniqueId = nextUniqueId$o++;
|
23027
23136
|
this._name = `gipi-split-button-${this._uniqueId}`;
|
23028
23137
|
this.idBtnDefault = `gipi-split-button-default-${this._uniqueId}`;
|
23029
23138
|
this.idBtnMenu = `gipi-split-button-menu-${this._uniqueId}`;
|
@@ -23060,7 +23169,7 @@ let GIPISplitButtonComponent = GIPISplitButtonComponent_1 = class GIPISplitButto
|
|
23060
23169
|
return attributes.some(attribute => this.getHostElement().hasAttribute(attribute));
|
23061
23170
|
}
|
23062
23171
|
btnIdAndName() {
|
23063
|
-
const uniqueId = nextUniqueId$
|
23172
|
+
const uniqueId = nextUniqueId$o++;
|
23064
23173
|
return {
|
23065
23174
|
btnDefault: `gipi-split-button-default-${uniqueId}`,
|
23066
23175
|
btnMenu: `gipi-split-button-menu-${uniqueId}`,
|
@@ -23255,12 +23364,12 @@ GIPISplitButtonComponent = GIPISplitButtonComponent_1 = __decorate([
|
|
23255
23364
|
], GIPISplitButtonComponent);
|
23256
23365
|
|
23257
23366
|
var GIPITextareaComponent_1;
|
23258
|
-
let nextUniqueId$
|
23367
|
+
let nextUniqueId$p = 0;
|
23259
23368
|
let GIPITextareaComponent = GIPITextareaComponent_1 = class GIPITextareaComponent {
|
23260
23369
|
constructor(elementRef, _changeDetectorRef) {
|
23261
23370
|
this.elementRef = elementRef;
|
23262
23371
|
this._changeDetectorRef = _changeDetectorRef;
|
23263
|
-
this._name = `gipi-textarea-${nextUniqueId$
|
23372
|
+
this._name = `gipi-textarea-${nextUniqueId$p++}`;
|
23264
23373
|
this.id = this._name;
|
23265
23374
|
this.name = this._name;
|
23266
23375
|
this.label = '';
|
@@ -23541,7 +23650,7 @@ GIPITextareaComponent = GIPITextareaComponent_1 = __decorate([
|
|
23541
23650
|
'class': 'gipi-textarea',
|
23542
23651
|
},
|
23543
23652
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
23544
|
-
styles: [":host{display:flex;flex-direction:column;gap:.8rem;font-size:1.4rem;color:#696969}:host .textarea-label{display:flex;align-items:center;gap:.4rem;color:#131313;line-height:1.6rem}:host .textarea-label>span{font-size:1.6rem;line-height:1.6rem;color:#d14014}:host .textarea-element{display:flex;font-family:inherit;font-size:inherit;color:inherit;padding:.75rem .8rem;background:#fff;border:1px solid rgba(0,0,0,.12);transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;caret-color:#696969;max-height:12rem;min-height:6rem;resize:vertical;outline:0;overflow:auto}:host .textarea-element:not(:disabled):hover{border-color:#6d6f73}:host .textarea-element:not(:disabled).ng-dirty.ng-invalid:enabled:hover,:host .textarea-element:not(:disabled):invalid:enabled:hover{border-color:#e07f62}:host .textarea-element:not(:disabled):enabled:focus{outline:0;outline-offset:0;box-shadow:0 0 0 .2rem #e0e1e2;border-color:#6d6f73}:host .textarea-element:not(:disabled).ng-dirty.ng-invalid:enabled,:host .textarea-element:not(:disabled):invalid:enabled{border-color:#d14014}:host .textarea-element:not(:disabled).ng-dirty.ng-invalid:enabled:focus,:host .textarea-element:not(:disabled):invalid:enabled:focus{outline:0;outline-offset:0;box-shadow:0 0 0 .2rem #f1c4b6;border-color:#d14014}:host .textarea-element:disabled{color:#bbbdc1!important;border-color:#e0e1e2!important;background-color:#f5f5f6!important;cursor:not-allowed}:host .textarea-element.resize-none{resize:none}:host .textarea-element.resize-both{resize:both}:host .textarea-element.resize-horizontal{resize:horizontal}:host .textarea-element.resize-vertical{resize:vertical}:host .textarea-help{flex:1;font-size:1rem;font-weight:500;margin-top:-.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}::-webkit-input-placeholder{color:#bbbdc1}:-moz-placeholder{color:#bbbdc1}::-moz-placeholder{color:#bbbdc1}:-ms-input-placeholder{color:#bbbdc1}"]
|
23653
|
+
styles: [":host{display:flex;min-width:0;max-width:100%;flex:1;flex-direction:column;gap:.8rem;font-size:1.4rem;color:#696969}:host .textarea-label{display:flex;align-items:center;gap:.4rem;color:#131313;line-height:1.6rem}:host .textarea-label>span{font-size:1.6rem;line-height:1.6rem;color:#d14014}:host .textarea-element{display:flex;font-family:inherit;font-size:inherit;color:inherit;padding:.75rem .8rem;background:#fff;border:1px solid rgba(0,0,0,.12);transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:6px;caret-color:#696969;max-height:12rem;min-height:6rem;resize:vertical;outline:0;overflow:auto}:host .textarea-element:not(:disabled):hover{border-color:#6d6f73}:host .textarea-element:not(:disabled).ng-dirty.ng-invalid:enabled:hover,:host .textarea-element:not(:disabled):invalid:enabled:hover{border-color:#e07f62}:host .textarea-element:not(:disabled):enabled:focus{outline:0;outline-offset:0;box-shadow:0 0 0 .2rem #e0e1e2;border-color:#6d6f73}:host .textarea-element:not(:disabled).ng-dirty.ng-invalid:enabled,:host .textarea-element:not(:disabled):invalid:enabled{border-color:#d14014}:host .textarea-element:not(:disabled).ng-dirty.ng-invalid:enabled:focus,:host .textarea-element:not(:disabled):invalid:enabled:focus{outline:0;outline-offset:0;box-shadow:0 0 0 .2rem #f1c4b6;border-color:#d14014}:host .textarea-element:disabled{color:#bbbdc1!important;border-color:#e0e1e2!important;background-color:#f5f5f6!important;cursor:not-allowed}:host .textarea-element.resize-none{resize:none}:host .textarea-element.resize-both{resize:both}:host .textarea-element.resize-horizontal{resize:horizontal}:host .textarea-element.resize-vertical{resize:vertical}:host .textarea-help{flex:1;font-size:1rem;font-weight:500;margin-top:-.4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}::-webkit-input-placeholder{color:#bbbdc1}:-moz-placeholder{color:#bbbdc1}::-moz-placeholder{color:#bbbdc1}:-ms-input-placeholder{color:#bbbdc1}"]
|
23545
23654
|
}),
|
23546
23655
|
__metadata("design:paramtypes", [ElementRef,
|
23547
23656
|
ChangeDetectorRef])
|
@@ -24146,10 +24255,9 @@ AuthenticationService.ctorParameters = () => [
|
|
24146
24255
|
];
|
24147
24256
|
AuthenticationService.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthenticationService_Factory() { return new AuthenticationService(ɵɵinject(Router), ɵɵinject(HttpClient)); }, token: AuthenticationService, providedIn: "root" });
|
24148
24257
|
AuthenticationService = __decorate([
|
24149
|
-
Injectable({
|
24150
|
-
|
24151
|
-
|
24152
|
-
__metadata("design:paramtypes", [Router, HttpClient])
|
24258
|
+
Injectable({ providedIn: 'root' }),
|
24259
|
+
__metadata("design:paramtypes", [Router,
|
24260
|
+
HttpClient])
|
24153
24261
|
], AuthenticationService);
|
24154
24262
|
|
24155
24263
|
let AuthInterceptor = class AuthInterceptor {
|
@@ -24277,12 +24385,13 @@ ErrorInterceptor = __decorate([
|
|
24277
24385
|
], ErrorInterceptor);
|
24278
24386
|
|
24279
24387
|
let DialogService = class DialogService extends AbstractService {
|
24280
|
-
constructor(dialog) {
|
24388
|
+
constructor(_breakpointObserver, dialog) {
|
24281
24389
|
super();
|
24390
|
+
this._breakpointObserver = _breakpointObserver;
|
24282
24391
|
this.dialog = dialog;
|
24283
24392
|
}
|
24284
24393
|
open(dialog) {
|
24285
|
-
|
24394
|
+
let dialogConfig = {
|
24286
24395
|
panelClass: dialog.panelClass,
|
24287
24396
|
disableClose: dialog.disableClose,
|
24288
24397
|
width: dialog.width,
|
@@ -24293,21 +24402,57 @@ let DialogService = class DialogService extends AbstractService {
|
|
24293
24402
|
maxHeight: dialog.maxHeight,
|
24294
24403
|
position: dialog.position,
|
24295
24404
|
data: dialog.data,
|
24296
|
-
autoFocus: dialog.autoFocus,
|
24297
|
-
restoreFocus: dialog.restoreFocus,
|
24298
|
-
closeOnNavigation: dialog.closeOnNavigation,
|
24299
|
-
}
|
24405
|
+
autoFocus: dialog.autoFocus || false,
|
24406
|
+
restoreFocus: dialog.restoreFocus || false,
|
24407
|
+
closeOnNavigation: dialog.closeOnNavigation || true,
|
24408
|
+
};
|
24409
|
+
// this._breakpointObserver.observe(['(max-width: 1366px)', '(min-width: 1366.1px)']).subscribe((result: BreakpointState) => {
|
24410
|
+
// if (result.matches) {
|
24411
|
+
// if (result.breakpoints['(max-width: 1366px)']) {
|
24412
|
+
// dialogConfig = {
|
24413
|
+
// ...dialogConfig,
|
24414
|
+
// width: 'auto',
|
24415
|
+
// maxWidth: '80%',
|
24416
|
+
// height: this._calcHeightByBody(),
|
24417
|
+
// maxHeight: this._calcHeightByBody(),
|
24418
|
+
// position: {
|
24419
|
+
// top: '40px',
|
24420
|
+
// right: '40px',
|
24421
|
+
// }
|
24422
|
+
// };
|
24423
|
+
// } else if (result.breakpoints['(min-width: 1366.1px)']) {
|
24424
|
+
// // Para telas maiores que 1366px, aplica o maxWidth de 1920px e centraliza o modal
|
24425
|
+
// dialogConfig = {
|
24426
|
+
// ...dialogConfig,
|
24427
|
+
// maxWidth: '1920px',
|
24428
|
+
// };
|
24429
|
+
// }
|
24430
|
+
// }
|
24431
|
+
// });
|
24432
|
+
return this.dialog.open(dialog.componentOrTemplateRef, dialogConfig);
|
24433
|
+
}
|
24434
|
+
_calcHeightByBody() {
|
24435
|
+
// Esse n° 80 é definido pela margem do lado direito, que no caso é 40px. Como tira 40 top e 40 bottom = 80.
|
24436
|
+
const bodyDOMRect = (document && document.body) ? document.body.getBoundingClientRect() : null;
|
24437
|
+
return `${bodyDOMRect.height - 80}px`;
|
24438
|
+
}
|
24439
|
+
_coerceNumber(value) {
|
24440
|
+
if (StringUtil.isEmpty(value)) {
|
24441
|
+
return null;
|
24442
|
+
}
|
24443
|
+
const onlyNumber = value.match(/\d+/);
|
24444
|
+
return onlyNumber ? parseInt(onlyNumber[0], 10) : null;
|
24300
24445
|
}
|
24301
24446
|
};
|
24302
24447
|
DialogService.ctorParameters = () => [
|
24448
|
+
{ type: BreakpointObserver },
|
24303
24449
|
{ type: MatDialog }
|
24304
24450
|
];
|
24305
|
-
DialogService.ngInjectableDef = ɵɵdefineInjectable({ factory: function DialogService_Factory() { return new DialogService(ɵɵinject(MatDialog$1)); }, token: DialogService, providedIn: "root" });
|
24451
|
+
DialogService.ngInjectableDef = ɵɵdefineInjectable({ factory: function DialogService_Factory() { return new DialogService(ɵɵinject(BreakpointObserver), ɵɵinject(MatDialog$1)); }, token: DialogService, providedIn: "root" });
|
24306
24452
|
DialogService = __decorate([
|
24307
|
-
Injectable({
|
24308
|
-
|
24309
|
-
|
24310
|
-
__metadata("design:paramtypes", [MatDialog])
|
24453
|
+
Injectable({ providedIn: 'root' }),
|
24454
|
+
__metadata("design:paramtypes", [BreakpointObserver,
|
24455
|
+
MatDialog])
|
24311
24456
|
], DialogService);
|
24312
24457
|
|
24313
24458
|
let SvgRegisterService = class SvgRegisterService {
|
@@ -24343,6 +24488,19 @@ let SvgRegisterService = class SvgRegisterService {
|
|
24343
24488
|
throw new Error(error);
|
24344
24489
|
}
|
24345
24490
|
}
|
24491
|
+
/**
|
24492
|
+
* Registers an icon using an HTML string in the default namespace.
|
24493
|
+
* @param svgName Svg name without the extension
|
24494
|
+
* @param literal SVG source of the icon.
|
24495
|
+
*/
|
24496
|
+
registerSvgIconLiteral(svgName, literal) {
|
24497
|
+
try {
|
24498
|
+
this._matIconRegistry.addSvgIconLiteral(svgName, literal);
|
24499
|
+
}
|
24500
|
+
catch (error) {
|
24501
|
+
throw new Error(error);
|
24502
|
+
}
|
24503
|
+
}
|
24346
24504
|
};
|
24347
24505
|
SvgRegisterService.ctorParameters = () => [
|
24348
24506
|
{ type: MatIconRegistry },
|
@@ -24350,9 +24508,7 @@ SvgRegisterService.ctorParameters = () => [
|
|
24350
24508
|
];
|
24351
24509
|
SvgRegisterService.ngInjectableDef = ɵɵdefineInjectable({ factory: function SvgRegisterService_Factory() { return new SvgRegisterService(ɵɵinject(MatIconRegistry$1), ɵɵinject(DomSanitizer)); }, token: SvgRegisterService, providedIn: "root" });
|
24352
24510
|
SvgRegisterService = __decorate([
|
24353
|
-
Injectable({
|
24354
|
-
providedIn: 'root'
|
24355
|
-
}),
|
24511
|
+
Injectable({ providedIn: 'root' }),
|
24356
24512
|
__metadata("design:paramtypes", [MatIconRegistry,
|
24357
24513
|
DomSanitizer])
|
24358
24514
|
], SvgRegisterService);
|
@@ -24613,9 +24769,7 @@ let GIPIFileService = class GIPIFileService {
|
|
24613
24769
|
};
|
24614
24770
|
GIPIFileService.ngInjectableDef = ɵɵdefineInjectable({ factory: function GIPIFileService_Factory() { return new GIPIFileService(); }, token: GIPIFileService, providedIn: "root" });
|
24615
24771
|
GIPIFileService = __decorate([
|
24616
|
-
Injectable({
|
24617
|
-
providedIn: 'root'
|
24618
|
-
}),
|
24772
|
+
Injectable({ providedIn: 'root' }),
|
24619
24773
|
__metadata("design:paramtypes", [])
|
24620
24774
|
], GIPIFileService);
|
24621
24775
|
|
@@ -25526,24 +25680,24 @@ var LocalTimeEnum;
|
|
25526
25680
|
})(LocalTimeEnum || (LocalTimeEnum = {}));
|
25527
25681
|
|
25528
25682
|
let AuthGuard = class AuthGuard {
|
25529
|
-
constructor(
|
25530
|
-
this.
|
25531
|
-
this.
|
25683
|
+
constructor(_router, _authenticationService) {
|
25684
|
+
this._router = _router;
|
25685
|
+
this._authenticationService = _authenticationService;
|
25532
25686
|
}
|
25533
25687
|
canActivate(route, state) {
|
25534
|
-
if (!ObjectUtil.isNull(this.
|
25535
|
-
return this.
|
25536
|
-
if (this.
|
25688
|
+
if (!ObjectUtil.isNull(this._authenticationService.tokenValueLocalStorage)) {
|
25689
|
+
return this._authenticationService.token.pipe(map(token => {
|
25690
|
+
if (this._authenticationService.isValidToken(token)) {
|
25537
25691
|
return true;
|
25538
25692
|
}
|
25539
25693
|
else if (!ObjectUtil.isNull(token)) {
|
25540
|
-
this.
|
25694
|
+
this._authenticationService.removeToken();
|
25541
25695
|
}
|
25542
|
-
this.
|
25696
|
+
this._router.navigate(['oauth/login'], { queryParams: { returnUrl: state.url } });
|
25543
25697
|
return false;
|
25544
25698
|
}));
|
25545
25699
|
}
|
25546
|
-
this.
|
25700
|
+
this._router.navigate(['oauth/login'], { queryParams: { returnUrl: state.url } });
|
25547
25701
|
return of(false);
|
25548
25702
|
}
|
25549
25703
|
canActivateChild(route, state) {
|
@@ -25556,29 +25710,28 @@ AuthGuard.ctorParameters = () => [
|
|
25556
25710
|
];
|
25557
25711
|
AuthGuard.ngInjectableDef = ɵɵdefineInjectable({ factory: function AuthGuard_Factory() { return new AuthGuard(ɵɵinject(Router), ɵɵinject(AuthenticationService)); }, token: AuthGuard, providedIn: "root" });
|
25558
25712
|
AuthGuard = __decorate([
|
25559
|
-
Injectable({
|
25560
|
-
|
25561
|
-
|
25562
|
-
__metadata("design:paramtypes", [Router, AuthenticationService])
|
25713
|
+
Injectable({ providedIn: 'root' }),
|
25714
|
+
__metadata("design:paramtypes", [Router,
|
25715
|
+
AuthenticationService])
|
25563
25716
|
], AuthGuard);
|
25564
25717
|
|
25565
25718
|
let PermissionGuard = class PermissionGuard {
|
25566
|
-
constructor(
|
25567
|
-
this.
|
25568
|
-
this.
|
25719
|
+
constructor(_router, _authenticationService) {
|
25720
|
+
this._router = _router;
|
25721
|
+
this._authenticationService = _authenticationService;
|
25569
25722
|
}
|
25570
25723
|
canActivate(route, state) {
|
25571
|
-
if (!ObjectUtil.isNull(this.
|
25572
|
-
return this.
|
25573
|
-
if (this.
|
25724
|
+
if (!ObjectUtil.isNull(this._authenticationService.tokenValueLocalStorage)) {
|
25725
|
+
return this._authenticationService.token.pipe(map(token => {
|
25726
|
+
if (this._authenticationService.isValidToken(token)
|
25574
25727
|
&& (!this.hasPermission(token.user.menuList, state.url) && !this.hasAuthority(token.user, route.data.authority))) {
|
25575
|
-
this.
|
25728
|
+
this._router.navigate(['errors/403']);
|
25576
25729
|
return false;
|
25577
25730
|
}
|
25578
25731
|
return true;
|
25579
25732
|
}));
|
25580
25733
|
}
|
25581
|
-
this.
|
25734
|
+
this._router.navigate(['errors/403']);
|
25582
25735
|
return of(false);
|
25583
25736
|
}
|
25584
25737
|
hasAuthority(user, permission) {
|
@@ -25605,28 +25758,27 @@ PermissionGuard.ctorParameters = () => [
|
|
25605
25758
|
];
|
25606
25759
|
PermissionGuard.ngInjectableDef = ɵɵdefineInjectable({ factory: function PermissionGuard_Factory() { return new PermissionGuard(ɵɵinject(Router), ɵɵinject(AuthenticationService)); }, token: PermissionGuard, providedIn: "root" });
|
25607
25760
|
PermissionGuard = __decorate([
|
25608
|
-
Injectable({
|
25609
|
-
|
25610
|
-
|
25611
|
-
__metadata("design:paramtypes", [Router, AuthenticationService])
|
25761
|
+
Injectable({ providedIn: 'root' }),
|
25762
|
+
__metadata("design:paramtypes", [Router,
|
25763
|
+
AuthenticationService])
|
25612
25764
|
], PermissionGuard);
|
25613
25765
|
|
25614
25766
|
let PublicGuard = class PublicGuard {
|
25615
|
-
constructor(
|
25616
|
-
this.
|
25617
|
-
this.
|
25767
|
+
constructor(_router, _authenticationService) {
|
25768
|
+
this._router = _router;
|
25769
|
+
this._authenticationService = _authenticationService;
|
25618
25770
|
}
|
25619
25771
|
canActivate(route, state) {
|
25620
|
-
if (!ObjectUtil.isNull(this.
|
25621
|
-
return this.
|
25622
|
-
if (this.
|
25623
|
-
this.
|
25772
|
+
if (!ObjectUtil.isNull(this._authenticationService.tokenValueLocalStorage)) {
|
25773
|
+
return this._authenticationService.token.pipe(map(token => {
|
25774
|
+
if (this._authenticationService.isValidToken(token)) {
|
25775
|
+
this._router.navigate(['dashboard']);
|
25624
25776
|
return false;
|
25625
25777
|
}
|
25626
25778
|
return true;
|
25627
25779
|
}));
|
25628
25780
|
}
|
25629
|
-
this.
|
25781
|
+
this._router.navigate(['dashboard']);
|
25630
25782
|
return of(false);
|
25631
25783
|
}
|
25632
25784
|
canActivateChild(route, state) {
|
@@ -25639,10 +25791,9 @@ PublicGuard.ctorParameters = () => [
|
|
25639
25791
|
];
|
25640
25792
|
PublicGuard.ngInjectableDef = ɵɵdefineInjectable({ factory: function PublicGuard_Factory() { return new PublicGuard(ɵɵinject(Router), ɵɵinject(AuthenticationService)); }, token: PublicGuard, providedIn: "root" });
|
25641
25793
|
PublicGuard = __decorate([
|
25642
|
-
Injectable({
|
25643
|
-
|
25644
|
-
|
25645
|
-
__metadata("design:paramtypes", [Router, AuthenticationService])
|
25794
|
+
Injectable({ providedIn: 'root' }),
|
25795
|
+
__metadata("design:paramtypes", [Router,
|
25796
|
+
AuthenticationService])
|
25646
25797
|
], PublicGuard);
|
25647
25798
|
|
25648
25799
|
class AbstractModel {
|
@@ -25675,6 +25826,7 @@ class MenuDTO extends AbstractDTO {
|
|
25675
25826
|
constructor() {
|
25676
25827
|
super();
|
25677
25828
|
this.menuList = [];
|
25829
|
+
this.id = '';
|
25678
25830
|
this.expanded = false;
|
25679
25831
|
}
|
25680
25832
|
}
|
@@ -26361,10 +26513,9 @@ PopoverService.ctorParameters = () => [
|
|
26361
26513
|
];
|
26362
26514
|
PopoverService.ngInjectableDef = ɵɵdefineInjectable({ factory: function PopoverService_Factory() { return new PopoverService(ɵɵinject(Overlay), ɵɵinject(INJECTOR$1)); }, token: PopoverService, providedIn: "root" });
|
26363
26515
|
PopoverService = __decorate([
|
26364
|
-
Injectable({
|
26365
|
-
|
26366
|
-
|
26367
|
-
__metadata("design:paramtypes", [Overlay, Injector])
|
26516
|
+
Injectable({ providedIn: 'root' }),
|
26517
|
+
__metadata("design:paramtypes", [Overlay,
|
26518
|
+
Injector])
|
26368
26519
|
], PopoverService);
|
26369
26520
|
|
26370
26521
|
;
|
@@ -26657,5 +26808,5 @@ const MAT_NATIVE_DATE_FORMATS = {
|
|
26657
26808
|
* Generated bundle index. Do not edit.
|
26658
26809
|
*/
|
26659
26810
|
|
26660
|
-
export { APP_MESSAGES, AbstractComponent, AbstractCrudComponent, AbstractCrudService, AbstractDTO, AbstractFindComponent, AbstractFindService, AbstractModel, AbstractService, AlertComponent, Archive, ArrayUtil, AuthGuard, AuthInterceptor, AuthenticationService, BaseUser, BreakpointEnum, BreakpointObserverService, BrowserUtil, ButtonComponent, CalendarMonthYearComponent, CardComponent, ChartDTO, CheckboxComponent, ConfirmationDTO, ConfirmationService, CoreModule, CriteriaOperationEnum, CriteriaSortDirectionEnum, CurrencyUtil, DEFAULT_MESSAGES, DateAdapter, DateRange, DateRangePickerComponent, DateUtil, DatepickerModule, DefaultMatCalendarRangeStrategy, DialogDTO, DialogService, DocumentUtil, EmailUtil, ErrorInterceptor, FilterDTO, GIPIAbstractComponent, GIPIAbstractCrudComponent, GIPIAbstractCrudService, GIPIAbstractDTO, GIPIAbstractFilterModel, GIPIAbstractFindComponent, GIPIAbstractFormComponent, GIPIAbstractModel, GIPIAbstractService, GIPIActionRowComponent, GIPIAppliedFilter, GIPIAutowired, GIPIBadgeComponent, GIPIBaseService, GIPIBreakpointService, GIPIButtonComponent, GIPICardComponent, GIPIColDirective, GIPIConfirmationDialogComponent, GIPIConnectedOverlayScrollHandler, GIPIDomHandler, GIPIDropdownMenuComponent, GIPIDynamicTabDirective, GIPIEmptyStateComponent, GIPIExpansionPanelComponent, GIPIFileDragAndDropComponent, GIPIFileService, GIPIFooterComponent, GIPIFormFieldComponent, GIPIHelpfulTipComponent, GIPIInfiniteScrollDirective, GIPIInputCheckboxComponent, GIPIInputCurrencyComponent, GIPIInputMonthPickerComponent, GIPIInputSearchComponent, GIPIInputSelectComponent, GIPIInputSelectEnumComponent, GIPIInputSelectListboxComponent, GIPIInputSelectPagedComponent, GIPIInputSelectRadioComponent, GIPINotificationComponent, GIPINoveltiesComponent, GIPIOverlayComponent, GIPIOverlayService, GIPIPageEvent, GIPIPageModel, GIPIPaginatePipe, GIPIPaginationControlsDirective, GIPIPaginationService, GIPIPasswordRequerimentsComponent, GIPIPopoverComponent, GIPIPopoverTarget, GIPIPopoverTrigger, GIPIRadioGroupComponent, GIPIRangePageComponent, GIPIRangeSliderComponent, GIPIResizeService, GIPIRowDirective, GIPISelectButtonComponent, GIPISelectComponent, GIPISessionStorageService, GIPISidenavComponent, GIPISidenavContainerComponent, GIPISlideToggleComponent, GIPISortDirectionEnum, GIPISortModel, GIPISplitButtonComponent, GIPIStepperComponent, GIPITabComponent, GIPITabGroupComponent, GIPITableBodyComponent, GIPITableComponent, GIPITableFooterComponent, GIPITableHeaderComponent, GIPITablePaginationComponent, GIPITableProgressBarComponent, GIPITemplateDirective, GIPITextareaComponent, GIPIToolbarComponent, GIPITopNavComponent, GIPIUserProfileComponent, GIPI_BREAKPOINTS, GIPI_CUSTOM_BREAKPOINTS_PROVIDER, GIPI_MONTH_YEAR_SCROLL_STRATEGY, GIPI_MONTH_YEAR_SCROLL_STRATEGY_FACTORY, GIPI_MONTH_YEAR_SCROLL_STRATEGY_FACTORY_PROVIDER, INJECTOR, IconComponent, InputComponent, InputCurrencyComponent, InputFileComponent, InputListboxDTO, ItssTemplate, LoadingComponent, LoadingOverlayComponent, LocalTimeEnum, LocalTimePipe, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER, MAT_DATEPICKER_VALIDATORS, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATE_FORMATS, MAT_DATE_LOCALE, MAT_DATE_LOCALE_FACTORY, MAT_DATE_LOCALE_PROVIDER, MAT_DATE_RANGE_SELECTION_STRATEGY, MAT_NATIVE_DATE_FORMATS, MAT_RANGE_DATE_SELECTION_MODEL_FACTORY, MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER, MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY, MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER, MatCalendar, MatCalendarBody, MatCalendarCell, MatCalendarHeader, MatDateRangeInput, MatDateRangePicker, MatDateSelectionModel, MatDatepicker, MatDatepickerContent, MatDatepickerInput, MatDatepickerInputEvent, MatDatepickerIntl, MatDatepickerToggle, MatDatepickerToggleIcon, MatEndDate, MatMonthView, MatMultiYearView, MatRangeDateSelectionModel, MatSingleDateSelectionModel, MatStartDate, MatYearView, MaxRangeDirective, MaxRangeSelectionStrategy, MenuDTO, MenuTypeEnum, MessageDTO, MessageService, MonthPickerModel, MonthYear, MonthYearPickerComponent, MonthYearPickerModule, MultitenantModel, NativeDateAdapter, NavService, NumberUtil, ObjectUtil, OverlayPanelComponent, POINTS_NAME, PageDTO, PasswordUtil, Permission, PermissionGuard, PhoneMaskDirective, PhoneUtil, Platform, PopoverComponent, PopoverRef, PopoverService, PresetRangeComponent, PublicGuard, RadioButtonEnum, RadioGroupEntityComponent, RadioGroupEnumComponent, RangePage, Role, SelectButtonAddComponent, SelectButtonNextBatchComponent, SelectEntityComponent, SelectEntityPagedComponent, SelectEnumComponent, SelectMonthPeriodComponent, SelectNoEntriesFoundDirective, SelectSearchClearDirective, SelectSearchComponent, SharedModule, SlideToggleComponent, SortDTO, SortDirectionEnum, SortModel, StepperComponent, StringUtil, SvgRegisterService, TabDTO, TabModel, TableColumnBuilder, TableColumnBuilderModel, TableColumnDTO, TableColumnModel, TableComponent, TableScrolledComponent, TimeUtil, TokenDTO, URLParamsUtil, UUIDUtil, customCurrencyMaskConfig, getReflectType, gridResponsiveMap, matDatepickerAnimations, nextUniqueId$
|
26811
|
+
export { APP_MESSAGES, AbstractComponent, AbstractCrudComponent, AbstractCrudService, AbstractDTO, AbstractFindComponent, AbstractFindService, AbstractModel, AbstractService, AlertComponent, Archive, ArrayUtil, AuthGuard, AuthInterceptor, AuthenticationService, BaseUser, BreakpointEnum, BreakpointObserverService, BrowserUtil, ButtonComponent, CalendarMonthYearComponent, CardComponent, ChartDTO, CheckboxComponent, ConfirmationDTO, ConfirmationService, CoreModule, CriteriaOperationEnum, CriteriaSortDirectionEnum, CurrencyUtil, DEFAULT_MESSAGES, DateAdapter, DateRange, DateRangePickerComponent, DateUtil, DatepickerModule, DefaultMatCalendarRangeStrategy, DialogDTO, DialogService, DocumentUtil, EmailUtil, ErrorInterceptor, FilterDTO, GIPIAbstractComponent, GIPIAbstractCrudComponent, GIPIAbstractCrudService, GIPIAbstractDTO, GIPIAbstractFilterModel, GIPIAbstractFindComponent, GIPIAbstractFormComponent, GIPIAbstractModel, GIPIAbstractService, GIPIActionRowComponent, GIPIAppliedFilter, GIPIAutowired, GIPIBadgeComponent, GIPIBaseService, GIPIBreakpointService, GIPIButtonComponent, GIPICardComponent, GIPIColDirective, GIPIConfirmationDialogComponent, GIPIConnectedOverlayScrollHandler, GIPIDomHandler, GIPIDropdownMenuComponent, GIPIDynamicTabDirective, GIPIEmptyStateComponent, GIPIExpansionPanelComponent, GIPIFileDragAndDropComponent, GIPIFileService, GIPIFooterComponent, GIPIFormFieldComponent, GIPIHelpfulTipComponent, GIPIInfiniteScrollDirective, GIPIInputCheckboxComponent, GIPIInputCurrencyComponent, GIPIInputMonthPickerComponent, GIPIInputSearchComponent, GIPIInputSelectComponent, GIPIInputSelectEnumComponent, GIPIInputSelectListboxComponent, GIPIInputSelectPagedComponent, GIPIInputSelectRadioComponent, GIPINotificationComponent, GIPINoveltiesComponent, GIPIOverlayComponent, GIPIOverlayService, GIPIPageEvent, GIPIPageModel, GIPIPaginatePipe, GIPIPaginationControlsDirective, GIPIPaginationService, GIPIPasswordRequerimentsComponent, GIPIPopoverComponent, GIPIPopoverTarget, GIPIPopoverTrigger, GIPIRadioGroupComponent, GIPIRangePageComponent, GIPIRangeSliderComponent, GIPIResizeService, GIPIRowDirective, GIPISelectButtonComponent, GIPISelectComponent, GIPISessionStorageService, GIPISidenavComponent, GIPISidenavContainerComponent, GIPISlideToggleComponent, GIPISortDirectionEnum, GIPISortModel, GIPISplitButtonComponent, GIPIStepperComponent, GIPITabComponent, GIPITabGroupComponent, GIPITableBodyComponent, GIPITableComponent, GIPITableFooterComponent, GIPITableHeaderComponent, GIPITablePaginationComponent, GIPITableProgressBarComponent, GIPITemplateDirective, GIPITextareaComponent, GIPIToolbarComponent, GIPITopNavComponent, GIPIUserProfileComponent, GIPI_BREAKPOINTS, GIPI_CUSTOM_BREAKPOINTS_PROVIDER, GIPI_MONTH_YEAR_SCROLL_STRATEGY, GIPI_MONTH_YEAR_SCROLL_STRATEGY_FACTORY, GIPI_MONTH_YEAR_SCROLL_STRATEGY_FACTORY_PROVIDER, INJECTOR, IconComponent, InputComponent, InputCurrencyComponent, InputFileComponent, InputListboxDTO, ItssTemplate, LoadingComponent, LoadingOverlayComponent, LocalTimeEnum, LocalTimePipe, MAT_DATEPICKER_SCROLL_STRATEGY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY, MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER, MAT_DATEPICKER_VALIDATORS, MAT_DATEPICKER_VALUE_ACCESSOR, MAT_DATE_FORMATS, MAT_DATE_LOCALE, MAT_DATE_LOCALE_FACTORY, MAT_DATE_LOCALE_PROVIDER, MAT_DATE_RANGE_SELECTION_STRATEGY, MAT_NATIVE_DATE_FORMATS, MAT_RANGE_DATE_SELECTION_MODEL_FACTORY, MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER, MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY, MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER, MatCalendar, MatCalendarBody, MatCalendarCell, MatCalendarHeader, MatDateRangeInput, MatDateRangePicker, MatDateSelectionModel, MatDatepicker, MatDatepickerContent, MatDatepickerInput, MatDatepickerInputEvent, MatDatepickerIntl, MatDatepickerToggle, MatDatepickerToggleIcon, MatEndDate, MatMonthView, MatMultiYearView, MatRangeDateSelectionModel, MatSingleDateSelectionModel, MatStartDate, MatYearView, MaxRangeDirective, MaxRangeSelectionStrategy, MenuDTO, MenuTypeEnum, MessageDTO, MessageService, MonthPickerModel, MonthYear, MonthYearPickerComponent, MonthYearPickerModule, MultitenantModel, NativeDateAdapter, NavService, NumberUtil, ObjectUtil, OverlayPanelComponent, POINTS_NAME, PageDTO, PasswordUtil, Permission, PermissionGuard, PhoneMaskDirective, PhoneUtil, Platform, PopoverComponent, PopoverRef, PopoverService, PresetRangeComponent, PublicGuard, RadioButtonEnum, RadioGroupEntityComponent, RadioGroupEnumComponent, RangePage, Role, SelectButtonAddComponent, SelectButtonNextBatchComponent, SelectEntityComponent, SelectEntityPagedComponent, SelectEnumComponent, SelectMonthPeriodComponent, SelectNoEntriesFoundDirective, SelectSearchClearDirective, SelectSearchComponent, SharedModule, SlideToggleComponent, SortDTO, SortDirectionEnum, SortModel, StepperComponent, StringUtil, SvgRegisterService, TabDTO, TabModel, TableColumnBuilder, TableColumnBuilderModel, TableColumnDTO, TableColumnModel, TableComponent, TableScrolledComponent, TimeUtil, TokenDTO, URLParamsUtil, UUIDUtil, customCurrencyMaskConfig, getReflectType, gridResponsiveMap, matDatepickerAnimations, nextUniqueId$l as nextUniqueId, siderResponsiveMap, transformPopover, yearsPerPage$1 as yearsPerPage, yearsPerRow, ƟCMP, ƟFAC, ƟPROV, ɵ0$3 as ɵ0, MAT_DATE_RANGE_INPUT_PARENT as ɵa, MAT_CALENDAR_RANGE_STRATEGY_PROVIDER_FACTORY as ɵb, MAT_CALENDAR_RANGE_STRATEGY_PROVIDER as ɵc, MatDatepickerBase as ɵd, MAT_FORM_FIELD as ɵe, MatDatepickerInputBase as ɵf, GIPINgConfig as ɵg, GIPIChipsComponent as ɵh, GIPIFileDragAndDropDirective as ɵi, TextareaComponent as ɵj, UpperCaseDirective as ɵk, LowerCaseDirective as ɵl, SpaceDropDirective as ɵm, InputSelectInfiniteScrollDirective as ɵn, ITSS_SELECT_SEARCH_DEFAULT_OPTIONS as ɵo, MaterialModule as ɵq, DatepickerComponent as ɵr };
|
26661
26812
|
//# sourceMappingURL=gipisistemas-ng-core.js.map
|