@seniorsistemas/angular-components 17.24.2 → 17.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/seniorsistemas-angular-components.umd.js +185 -30
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +2 -2
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/components/custom-fields/index.d.ts +3 -3
- package/components/dynamic-form/components/fields/button-field/button-field.component.d.ts +2 -0
- package/components/dynamic-form/components/structure/section/section.component.d.ts +1 -0
- package/components/dynamic-form/configurations/fields/button-field.d.ts +4 -0
- package/components/dynamic-form/configurations/grid/grid.d.ts +5 -3
- package/components/dynamic-form/services/IAssist/iassist.service.d.ts +3 -3
- package/components/ia-insight/components/ia-insight-card/ia-insight-card.component.d.ts +3 -3
- package/components/index.d.ts +2 -1
- package/components/toast/index.d.ts +3 -0
- package/components/toast/toast.component.d.ts +12 -0
- package/components/toast/toast.module.d.ts +2 -0
- package/components/toast/toast.service.d.ts +12 -0
- package/components/toast/types/toast.d.ts +16 -0
- package/esm2015/components/button/button.component.js +2 -2
- package/esm2015/components/button/button.module.js +4 -4
- package/esm2015/components/custom-fields/index.js +4 -4
- package/esm2015/components/dynamic-form/components/fields/button-field/button-field.component.js +12 -2
- package/esm2015/components/dynamic-form/components/structure/section/section.component.js +7 -2
- package/esm2015/components/dynamic-form/configurations/fields/button-field.js +4 -2
- package/esm2015/components/dynamic-form/configurations/grid/grid.js +5 -1
- package/esm2015/components/dynamic-form/services/IAssist/iassist.service.js +8 -8
- package/esm2015/components/ia-insight/components/ia-insight-card/ia-insight-card.component.js +7 -7
- package/esm2015/components/index.js +3 -2
- package/esm2015/components/toast/index.js +4 -0
- package/esm2015/components/toast/toast.component.js +51 -0
- package/esm2015/components/toast/toast.module.js +14 -0
- package/esm2015/components/toast/toast.service.js +68 -0
- package/esm2015/components/toast/types/toast.js +1 -0
- package/esm2015/seniorsistemas-angular-components.js +2 -1
- package/esm5/components/button/button.component.js +2 -2
- package/esm5/components/button/button.module.js +4 -4
- package/esm5/components/custom-fields/index.js +4 -4
- package/esm5/components/dynamic-form/components/fields/button-field/button-field.component.js +12 -2
- package/esm5/components/dynamic-form/components/structure/section/section.component.js +11 -2
- package/esm5/components/dynamic-form/configurations/fields/button-field.js +4 -2
- package/esm5/components/dynamic-form/configurations/grid/grid.js +5 -1
- package/esm5/components/dynamic-form/services/IAssist/iassist.service.js +8 -8
- package/esm5/components/ia-insight/components/ia-insight-card/ia-insight-card.component.js +7 -7
- package/esm5/components/index.js +3 -2
- package/esm5/components/toast/index.js +4 -0
- package/esm5/components/toast/toast.component.js +54 -0
- package/esm5/components/toast/toast.module.js +17 -0
- package/esm5/components/toast/toast.service.js +70 -0
- package/esm5/components/toast/types/toast.js +1 -0
- package/esm5/seniorsistemas-angular-components.js +2 -1
- package/fesm2015/seniorsistemas-angular-components.js +159 -20
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +171 -20
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.d.ts +1 -0
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __decorate, __awaiter, __param, __rest } from 'tslib';
|
|
2
|
-
import { EventEmitter, Input, Output, Component, ContentChildren, ViewChild, HostListener, forwardRef, NgModule, ɵɵdefineInjectable, Injectable, ElementRef, ApplicationRef, ComponentFactoryResolver, Injector, Renderer2, Directive, KeyValueDiffers, HostBinding, ChangeDetectorRef, TemplateRef, ViewChildren, Pipe, ɵɵinject, InjectionToken, Inject, PLATFORM_ID, ViewContainerRef, ViewEncapsulation, ContentChild, Optional } from '@angular/core';
|
|
2
|
+
import { EventEmitter, Input, Output, Component, ContentChildren, ViewChild, HostListener, forwardRef, NgModule, ɵɵdefineInjectable, Injectable, ElementRef, ApplicationRef, ComponentFactoryResolver, Injector, Renderer2, Directive, KeyValueDiffers, HostBinding, ChangeDetectorRef, TemplateRef, ViewChildren, Pipe, ɵɵinject, InjectionToken, Inject, PLATFORM_ID, ViewContainerRef, ViewEncapsulation, INJECTOR, ContentChild, Optional } from '@angular/core';
|
|
3
3
|
import { trigger, transition, style as style$7, animate, state, group, query, animateChild } from '@angular/animations';
|
|
4
4
|
import { Subject, of, from, ReplaySubject, throwError, fromEvent, forkJoin, pipe } from 'rxjs';
|
|
5
5
|
import { takeUntil, tap, map, switchMap, catchError, first, filter, take, delay, debounceTime, repeat, finalize } from 'rxjs/operators';
|
|
@@ -14,7 +14,6 @@ import { CurrencyMaskDirective, AlignmentOptions, applyMask } from '@seniorsiste
|
|
|
14
14
|
import { BreadcrumbModule as BreadcrumbModule$1 } from 'primeng/breadcrumb';
|
|
15
15
|
import { DomHandler } from 'primeng/dom';
|
|
16
16
|
import { TieredMenu, TieredMenuModule as TieredMenuModule$1 } from 'primeng/tieredmenu';
|
|
17
|
-
import { TooltipModule as TooltipModule$1 } from 'primeng/tooltip';
|
|
18
17
|
import { Calendar, CalendarModule } from 'primeng/calendar';
|
|
19
18
|
import { TranslateModule, TranslateService } from '@ngx-translate/core';
|
|
20
19
|
import BigNumber, { BigNumber as BigNumber$1 } from 'bignumber.js';
|
|
@@ -47,11 +46,12 @@ import { MultiSelectModule } from 'primeng/multiselect';
|
|
|
47
46
|
import { PanelModule as PanelModule$1 } from 'primeng/panel';
|
|
48
47
|
import { RadioButtonModule } from 'primeng/radiobutton';
|
|
49
48
|
import { SliderModule as SliderModule$1 } from 'primeng/slider';
|
|
50
|
-
import { MessageService, ConfirmationService } from 'primeng/api';
|
|
51
49
|
import { ProgressBarModule as ProgressBarModule$1 } from 'primeng/progressbar';
|
|
50
|
+
import { TooltipModule as TooltipModule$1 } from 'primeng/tooltip';
|
|
52
51
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
53
52
|
import { Clipboard } from '@angular/cdk/clipboard';
|
|
54
53
|
import { EditorModule } from 'primeng/editor';
|
|
54
|
+
import { ConfirmationService } from 'primeng/api';
|
|
55
55
|
import { ConfirmDialogModule } from 'primeng/confirmdialog';
|
|
56
56
|
import Cropper from 'cropperjs';
|
|
57
57
|
import marked from 'marked';
|
|
@@ -1416,7 +1416,7 @@ __decorate([
|
|
|
1416
1416
|
ButtonComponent = ButtonComponent_1 = __decorate([
|
|
1417
1417
|
Component({
|
|
1418
1418
|
selector: "s-button",
|
|
1419
|
-
template: "<!-- Remover na pr\u00F3xima major. -->\n<p-tieredMenu\n [id]=\"id + '-menu'\"\n [popup]=\"true\"\n appendTo=\"body\"\n [baseZIndex]=\"baseZIndex\">\n</p-tieredMenu>\n\n<button\n [id]=\"id\"\n [type]=\"type\"\n [class]=\"styleClass\"\n [ngClass]=\"{\n 's-button-auxiliary': auxiliary,\n 's-button-with-icon': iconClass,\n 's-button-with-text': label,\n 's-button-empty': !iconClass && !label,\n 's-button-size-default': size === 'default',\n 's-button-size-small': size === 'small',\n 's-button-priority-default': priority === 'default',\n 's-button-priority-primary': priority === 'primary',\n 's-button-priority-secondary': priority === 'secondary',\n 's-button-priority-link': priority === 'link',\n 's-button-priority-danger': priority === 'danger',\n 's-button-multiple': (caret && (model && model.length)) || rightIconClass,\n 's-button-active': isOpen(),\n 's-button--slide': validateSlideButton(),\n 's-button--rotate-animation': isRotateAnimation()\n }\"\n sTieredMenu\n [items]=\"menuOptions\"\n [disabled]=\"disabled\"\n [
|
|
1419
|
+
template: "<!-- Remover na pr\u00F3xima major. -->\n<p-tieredMenu\n [id]=\"id + '-menu'\"\n [popup]=\"true\"\n appendTo=\"body\"\n [baseZIndex]=\"baseZIndex\">\n</p-tieredMenu>\n\n<button\n [id]=\"id\"\n [type]=\"type\"\n [class]=\"styleClass\"\n [ngClass]=\"{\n 's-button-auxiliary': auxiliary,\n 's-button-with-icon': iconClass,\n 's-button-with-text': label,\n 's-button-empty': !iconClass && !label,\n 's-button-size-default': size === 'default',\n 's-button-size-small': size === 'small',\n 's-button-priority-default': priority === 'default',\n 's-button-priority-primary': priority === 'primary',\n 's-button-priority-secondary': priority === 'secondary',\n 's-button-priority-link': priority === 'link',\n 's-button-priority-danger': priority === 'danger',\n 's-button-multiple': (caret && (model && model.length)) || rightIconClass,\n 's-button-active': isOpen(),\n 's-button--slide': validateSlideButton(),\n 's-button--rotate-animation': isRotateAnimation()\n }\"\n sTieredMenu\n [items]=\"menuOptions\"\n [disabled]=\"disabled\"\n [sTooltip]=\"tooltip\"\n [tooltipPosition]=\"tooltipPosition\"\n [showDelay]=\"500\"\n (click)=\"onClick.emit($event)\"\n (mouseenter)=\"updateTooltipZIndex()\">\n <div *ngIf=\"badge\" class=\"badge\">\n <s-badge\n [color]=\"badge.color\"\n [text]=\"badge.text\"\n [iconClass]=\"badge.iconClass\">\n </s-badge>\n </div>\n <span \n *ngIf=\"iconClass\" \n [class]=\"iconClass\" \n [ngClass]=\"{ \n 's-button-icon': true,\n 's-button-icon-margin-right': !label && model && model.length\n }\"\n [ngStyle]=\"{ color: iconColor }\"\n aria-hidden=\"true\">\n </span>\n <span \n *ngIf=\"label\" \n class=\"s-button-text\"\n [ngClass]=\"{\n 's-button-icon-margin-right': !!rightIconClass || (model && model.length),\n 's-button-icon-margin-left': !!iconClass\n }\">\n {{ label }}\n </span>\n <ng-content></ng-content>\n <span \n *ngIf=\"rightIconClass\" \n [class]=\"rightIconClass\" \n [ngClass]=\"{ 's-button-right-icon': true }\"\n [ngStyle]=\"{ color: iconColor }\"\n aria-hidden=\"true\">\n </span>\n <span\n *ngIf=\"caret && (model && model.length) || (menuOptions && menuOptions.length)\" \n class=\"fa fa-fw fa-caret-down\"\n aria-hidden=\"true\">\n </span>\n</button>\n",
|
|
1420
1420
|
styles: [":host{display:inline-block}button{-ms-flex-align:center;align-items:center;border:1px solid;border-radius:4px;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;font-family:\"Open Sans\",sans-serif;font-size:14px;height:35px;-ms-flex-pack:center;justify-content:center;max-width:100%;min-width:40px;outline:0;overflow:visible;padding:5px 10px;position:relative;text-decoration:none;text-transform:none;transition:background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out;vertical-align:bottom}button:disabled{opacity:.5;filter:Alpha(Opacity=50);background-image:none}button:disabled,button:disabled *{cursor:text!important}button.s-button-auxiliary{border-radius:20px}button.s-button-size-small{height:25px;padding:0 20px}button.s-button-size-default{height:35px}button.s-button-with-icon.s-button-multiple,button.s-button-with-text{min-width:80px}button.s-button-with-icon.s-button-with-text.s-button-multiple{min-width:100px}button .s-button-icon,button .s-button-menu-icon,button .s-button-right-icon,button.s-button-with-icon.s-button-multiple:not(.s-button-with-text) .s-button-icon{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}button.s-button-multiple .s-button-text{-ms-flex-align:left;align-items:left;display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left}button.s-button-with-icon .s-button-text{-ms-flex-align:right;align-items:right;display:-ms-flexbox;display:flex;-ms-flex-pack:right;justify-content:right}.s-button-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.s-button-menu-icon{right:10px;transition:transform .2s ease-out}.s-button-icon-margin-left{margin-left:10px}.s-button-icon-margin-right{margin-right:10px}.s-button-active .s-button-menu-icon{transform:rotateX(180deg)}button,button.s-button-priority-primary{background-color:#428bca;border-color:#428bca}button .s-button-icon,button .s-button-menu-icon,button .s-button-right-icon,button .s-button-text,button.s-button-priority-primary .s-button-icon,button.s-button-priority-primary .s-button-menu-icon,button.s-button-priority-primary .s-button-right-icon,button.s-button-priority-primary .s-button-text{color:#fff}button.s-button-priority-primary:hover,button:hover{background-color:#2a6496}button.s-button-priority-primary:focus,button:focus{background-color:#2a6496;border-color:#22dce6}button.s-button-active:not(:disabled),button.s-button-priority-primary.s-button-active:not(:disabled),button.s-button-priority-primary:active:not(:disabled),button:active:not(:disabled){background-color:#245682;border-color:#245682}button.s-button-priority-secondary{background-color:#7892a1;border-color:#7892a1}button.s-button-priority-secondary .s-button-icon,button.s-button-priority-secondary .s-button-menu-icon,button.s-button-priority-secondary .s-button-right-icon,button.s-button-priority-secondary .s-button-text{color:#fff}button.s-button-priority-secondary:hover{background-color:#546b79}button.s-button-priority-secondary:focus{background-color:#546b79;border-color:#22dce6}button.s-button-priority-secondary.s-button-active:not(:disabled),button.s-button-priority-secondary:active:not(:disabled){background-color:#495e6a;border-color:#495e6a}button.s-button-priority-default{background-color:#fff;border-color:#ccc}button.s-button-priority-default .s-button-icon,button.s-button-priority-default .s-button-menu-icon,button.s-button-priority-default .s-button-right-icon,button.s-button-priority-default .s-button-text{color:#333}button.s-button-priority-default:hover{background-color:#d9d9d9}button.s-button-priority-default:focus{background-color:#d9d9d9;border-color:#22dce6}button.s-button-priority-default.s-button-active:not(:disabled),button.s-button-priority-default:active:not(:disabled){background-color:#ccc;border-color:#ccc}.s-button-priority-danger{background-color:#9c3a3a;border-color:#9c3a3a}.s-button-priority-danger .s-button-icon,.s-button-priority-danger .s-button-menu-icon,.s-button-priority-danger .s-button-right-icon,.s-button-priority-danger .s-button-text{color:#fff}.s-button-priority-danger:hover{background-color:#642525}.s-button-priority-danger:focus{background-color:#642525;border-color:#22dce6}.s-button-priority-danger.s-button-active:not(:disabled),.s-button-priority-danger:active:not(:disabled){background-color:#521e1e;border-color:#521e1e}button.s-button-priority-link{background-color:transparent;border-color:transparent}button.s-button-priority-link .s-button-icon,button.s-button-priority-link .s-button-menu-icon,button.s-button-priority-link .s-button-right-icon,button.s-button-priority-link .s-button-text{color:#428bca}button.s-button-priority-link:hover{background-color:transparent}button.s-button-priority-link:hover .s-button-icon,button.s-button-priority-link:hover .s-button-menu-icon,button.s-button-priority-link:hover .s-button-right-icon,button.s-button-priority-link:hover .s-button-text{color:#2a6496}button.s-button-priority-link:focus{border-color:#22dce6;background-color:transparent}button.s-button-priority-link:focus .s-button-icon,button.s-button-priority-link:focus .s-button-menu-icon,button.s-button-priority-link:focus .s-button-right-icon,button.s-button-priority-link:focus .s-button-text{color:#2a6496}button.s-button-priority-link.s-button-active:not(:disabled),button.s-button-priority-link:active:not(:disabled){background-color:transparent;border-color:transparent}button.s-button-priority-link.s-button-active:not(:disabled) .s-button-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-menu-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-right-icon,button.s-button-priority-link.s-button-active:not(:disabled) .s-button-text,button.s-button-priority-link:active:not(:disabled) .s-button-icon,button.s-button-priority-link:active:not(:disabled) .s-button-menu-icon,button.s-button-priority-link:active:not(:disabled) .s-button-right-icon,button.s-button-priority-link:active:not(:disabled) .s-button-text{color:#245682}.s-button--slide.s-button-with-icon.s-button-multiple,.s-button--slide.s-button-with-text{min-width:40px}.s-button--slide .s-button-text{position:absolute;opacity:0;width:0}.s-button--slide:hover .s-button-text{opacity:1;position:relative;transition:1s;width:auto}.s-button--slide:hover.s-button--rotate-animation .s-button-icon,.s-button--slide:hover.s-button--rotate-animation .s-button-right-icon{transform:rotate(360deg);transition:1.5s}.badge{position:absolute;top:-10px;right:-10px;z-index:99}"]
|
|
1421
1421
|
})
|
|
1422
1422
|
], ButtonComponent);
|
|
@@ -2256,7 +2256,7 @@ let ButtonModule = class ButtonModule {
|
|
|
2256
2256
|
};
|
|
2257
2257
|
ButtonModule = __decorate([
|
|
2258
2258
|
NgModule({
|
|
2259
|
-
imports: [CommonModule, RouterModule, BadgeModule, TieredMenuModule$1, TieredMenuModule, TooltipModule
|
|
2259
|
+
imports: [CommonModule, RouterModule, BadgeModule, TieredMenuModule$1, TieredMenuModule, TooltipModule],
|
|
2260
2260
|
declarations: [ButtonComponent],
|
|
2261
2261
|
exports: [ButtonComponent],
|
|
2262
2262
|
})
|
|
@@ -6482,7 +6482,9 @@ class ButtonField extends Field {
|
|
|
6482
6482
|
this.baseZIndex = config.baseZIndex;
|
|
6483
6483
|
this.styleClass = config.styleClass;
|
|
6484
6484
|
this.rightIconClass = config.rightIconClass;
|
|
6485
|
-
this.tooltipPosition = config.tooltipPosition;
|
|
6485
|
+
this.tooltipPosition = config.tooltipPosition || 'top';
|
|
6486
|
+
this.mouseEnter = config.mouseEnter;
|
|
6487
|
+
this.mouseLeave = config.mouseLeave;
|
|
6486
6488
|
}
|
|
6487
6489
|
}
|
|
6488
6490
|
|
|
@@ -7174,6 +7176,9 @@ var DynamicType;
|
|
|
7174
7176
|
class Grid {
|
|
7175
7177
|
constructor(config) {
|
|
7176
7178
|
Object.assign(this, Object.assign({}, config));
|
|
7179
|
+
if (isNullOrUndefined(config.visible)) {
|
|
7180
|
+
this.visible = () => true;
|
|
7181
|
+
}
|
|
7177
7182
|
}
|
|
7178
7183
|
}
|
|
7179
7184
|
|
|
@@ -7410,10 +7415,120 @@ MouseEventsModule = __decorate([
|
|
|
7410
7415
|
})
|
|
7411
7416
|
], MouseEventsModule);
|
|
7412
7417
|
|
|
7418
|
+
let ToastComponent = class ToastComponent {
|
|
7419
|
+
constructor() {
|
|
7420
|
+
this.dismiss = new EventEmitter();
|
|
7421
|
+
this.isLeaving = false;
|
|
7422
|
+
this.timer = null;
|
|
7423
|
+
}
|
|
7424
|
+
startDismissAnimation() {
|
|
7425
|
+
this.isLeaving = true;
|
|
7426
|
+
setTimeout(() => {
|
|
7427
|
+
this.dismiss.emit();
|
|
7428
|
+
}, 300);
|
|
7429
|
+
}
|
|
7430
|
+
dismissToast() {
|
|
7431
|
+
if (this.timer) {
|
|
7432
|
+
clearTimeout(this.timer);
|
|
7433
|
+
}
|
|
7434
|
+
this.startDismissAnimation();
|
|
7435
|
+
}
|
|
7436
|
+
ngOnInit() {
|
|
7437
|
+
if (!this.toast.sticky && this.toast.duration) {
|
|
7438
|
+
this.timer = setTimeout(() => {
|
|
7439
|
+
this.startDismissAnimation();
|
|
7440
|
+
}, this.toast.duration);
|
|
7441
|
+
}
|
|
7442
|
+
}
|
|
7443
|
+
ngOnDestroy() {
|
|
7444
|
+
if (this.timer) {
|
|
7445
|
+
clearTimeout(this.timer);
|
|
7446
|
+
}
|
|
7447
|
+
}
|
|
7448
|
+
};
|
|
7449
|
+
__decorate([
|
|
7450
|
+
Input()
|
|
7451
|
+
], ToastComponent.prototype, "toast", void 0);
|
|
7452
|
+
__decorate([
|
|
7453
|
+
Output()
|
|
7454
|
+
], ToastComponent.prototype, "dismiss", void 0);
|
|
7455
|
+
__decorate([
|
|
7456
|
+
HostBinding("class.toast--leaving")
|
|
7457
|
+
], ToastComponent.prototype, "isLeaving", void 0);
|
|
7458
|
+
ToastComponent = __decorate([
|
|
7459
|
+
Component({
|
|
7460
|
+
selector: "s-toast",
|
|
7461
|
+
template: "<div\n class=\"toast\"\n [class.toast--info]=\"toast.severity === 'info'\"\n [class.toast--success]=\"toast.severity === 'success'\"\n [class.toast--warning]=\"toast.severity === 'warning'\"\n [class.toast--error]=\"toast.severity === 'error'\"\n>\n <div class=\"toast-content\">\n <i\n class=\"toast-icon fas fa-info\"\n [class.fa-info]=\"toast.severity === 'info'\"\n [class.fa-check]=\"toast.severity === 'success'\"\n [class.fa-exclamation-triangle]=\"toast.severity === 'warning'\"\n [class.fa-times]=\"toast.severity === 'error'\"\n ></i>\n <div class=\"text-container\">\n <span *ngIf=\"toast.title\" class=\"toast-summary\" [innerHTML]=\"toast.title\"></span>\n <span *ngIf=\"toast.text\" [innerHTML]=\"toast.text\"></span>\n </div>\n </div>\n <button *ngIf=\"toast.closable\" class=\"toast-close-button\" (click)=\"dismissToast()\"><i class=\"fas fa-times\"></i></button>\n</div>\n",
|
|
7462
|
+
styles: [":host{display:block}.toast{-ms-flex-align:center;align-items:center;animation:.3s forwards fadeInDown;border-left:3px solid #428bca;border-radius:3px;box-shadow:0 1px 5px 0 rgba(0,0,0,.25);color:#212533;display:-ms-flexbox;display:flex;font-family:\"Open Sans\" sans-serif;font-size:14px;opacity:0;padding:10px 15px;position:relative;transform:translateY(-20px);width:400px}.toast .toast-content{-ms-flex-align:center;align-items:center;-ms-flex-positive:1;flex-grow:1;display:-ms-flexbox;display:flex;gap:15px}.toast .toast-content .toast-icon{-ms-flex-align:center;align-items:center;background-color:#428bca;border-radius:50%;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;height:40px;-ms-flex-pack:center;justify-content:center;width:40px}.toast .toast-content .text-container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.toast .toast-content .text-container .toast-summary{font-weight:700}.toast--success{background-color:#e0f0f0;border-left:3px solid #0c9348}.toast--success .toast-content .toast-icon{background-color:#0c9348}.toast--error{background-color:#fef0f0;border-left:3px solid #c13018}.toast--error .toast-content .toast-icon{background-color:#c13018}.toast--info{background-color:#f1f7f8;border-left:3px solid #428bca}.toast--info .toast-content .toast-icon{background-color:#428bca}.toast--warning{background-color:#fef4e3;border-left:3px solid #fcbf10}.toast--warning .toast-content .toast-icon{background-color:#fcbf10;color:#212533}.toast-close-button{background:0 0;border:none;color:#212533;font-size:1rem;cursor:pointer;margin-left:15px;transition:transform .2s ease-in-out}.toast-close-button:hover{transform:scale(1.1)}@keyframes fadeInDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutUp{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}:host.toast--leaving{animation:.3s forwards fadeOutUp}@media (max-width:440px){.toast{width:calc(100% - 40px)}}"]
|
|
7463
|
+
})
|
|
7464
|
+
], ToastComponent);
|
|
7465
|
+
|
|
7466
|
+
let ToastService = class ToastService {
|
|
7467
|
+
constructor(appRef, injector, componentFactoryResolver) {
|
|
7468
|
+
this.appRef = appRef;
|
|
7469
|
+
this.injector = injector;
|
|
7470
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
7471
|
+
this.activeToasts = [];
|
|
7472
|
+
this.globalToastHostElement = null;
|
|
7473
|
+
}
|
|
7474
|
+
ensureGlobalToastHost() {
|
|
7475
|
+
if (!this.globalToastHostElement) {
|
|
7476
|
+
this.globalToastHostElement = document.createElement("div");
|
|
7477
|
+
document.body.appendChild(this.globalToastHostElement);
|
|
7478
|
+
this.globalToastHostElement.style.display = "flex";
|
|
7479
|
+
this.globalToastHostElement.style.flexDirection = "column";
|
|
7480
|
+
this.globalToastHostElement.style.position = "fixed";
|
|
7481
|
+
this.globalToastHostElement.style.right = "20px";
|
|
7482
|
+
this.globalToastHostElement.style.top = "20px";
|
|
7483
|
+
this.globalToastHostElement.style.zIndex = "99999";
|
|
7484
|
+
this.globalToastHostElement.style.gap = "10px";
|
|
7485
|
+
}
|
|
7486
|
+
}
|
|
7487
|
+
show(toast) {
|
|
7488
|
+
var _a;
|
|
7489
|
+
this.ensureGlobalToastHost();
|
|
7490
|
+
const componentFactory = this.componentFactoryResolver.resolveComponentFactory(ToastComponent);
|
|
7491
|
+
const componentRef = componentFactory.create(this.injector);
|
|
7492
|
+
this.appRef.attachView(componentRef.hostView);
|
|
7493
|
+
if (!toast.sticky) {
|
|
7494
|
+
toast.duration = (_a = toast.duration) !== null && _a !== void 0 ? _a : 10000;
|
|
7495
|
+
}
|
|
7496
|
+
componentRef.instance.toast = Object.assign({ closable: true }, toast);
|
|
7497
|
+
const domElem = componentRef.hostView.rootNodes[0];
|
|
7498
|
+
this.globalToastHostElement.appendChild(domElem);
|
|
7499
|
+
domElem.style.display = "flex";
|
|
7500
|
+
domElem.style.justifyContent = "center";
|
|
7501
|
+
componentRef.instance.dismiss.pipe(first()).subscribe(() => {
|
|
7502
|
+
const index = this.activeToasts.indexOf(componentRef);
|
|
7503
|
+
if (index !== -1) {
|
|
7504
|
+
this.appRef.detachView(componentRef.hostView);
|
|
7505
|
+
componentRef.destroy();
|
|
7506
|
+
this.activeToasts.splice(index, 1);
|
|
7507
|
+
}
|
|
7508
|
+
if (this.activeToasts.length === 0 && this.globalToastHostElement) {
|
|
7509
|
+
this.globalToastHostElement.remove();
|
|
7510
|
+
this.globalToastHostElement = null;
|
|
7511
|
+
}
|
|
7512
|
+
});
|
|
7513
|
+
this.activeToasts.push(componentRef);
|
|
7514
|
+
}
|
|
7515
|
+
};
|
|
7516
|
+
ToastService.ctorParameters = () => [
|
|
7517
|
+
{ type: ApplicationRef },
|
|
7518
|
+
{ type: Injector },
|
|
7519
|
+
{ type: ComponentFactoryResolver }
|
|
7520
|
+
];
|
|
7521
|
+
ToastService.ɵprov = ɵɵdefineInjectable({ factory: function ToastService_Factory() { return new ToastService(ɵɵinject(ApplicationRef), ɵɵinject(INJECTOR), ɵɵinject(ComponentFactoryResolver)); }, token: ToastService, providedIn: "root" });
|
|
7522
|
+
ToastService = __decorate([
|
|
7523
|
+
Injectable({
|
|
7524
|
+
providedIn: "root",
|
|
7525
|
+
})
|
|
7526
|
+
], ToastService);
|
|
7527
|
+
|
|
7413
7528
|
let IAssistService = class IAssistService {
|
|
7414
|
-
constructor(http,
|
|
7529
|
+
constructor(http, _toastService) {
|
|
7415
7530
|
this.http = http;
|
|
7416
|
-
this.
|
|
7531
|
+
this._toastService = _toastService;
|
|
7417
7532
|
}
|
|
7418
7533
|
askIA(context, data) {
|
|
7419
7534
|
const prompt = data.prompt ? this._replacePlaceholder(context, data) : this._createPrompt(context, data);
|
|
@@ -7428,10 +7543,10 @@ let IAssistService = class IAssistService {
|
|
|
7428
7543
|
},
|
|
7429
7544
|
})
|
|
7430
7545
|
.pipe(catchError((err) => {
|
|
7431
|
-
this.
|
|
7546
|
+
this._toastService.show({
|
|
7432
7547
|
severity: "error",
|
|
7433
|
-
|
|
7434
|
-
|
|
7548
|
+
title: err.status ? String(err.status) : "Error",
|
|
7549
|
+
text: (err.error && err.error.message) || err.statusText || err.message || "Error",
|
|
7435
7550
|
});
|
|
7436
7551
|
return throwError(err);
|
|
7437
7552
|
}));
|
|
@@ -7472,7 +7587,7 @@ let IAssistService = class IAssistService {
|
|
|
7472
7587
|
};
|
|
7473
7588
|
IAssistService.ctorParameters = () => [
|
|
7474
7589
|
{ type: HttpClient },
|
|
7475
|
-
{ type:
|
|
7590
|
+
{ type: ToastService }
|
|
7476
7591
|
];
|
|
7477
7592
|
IAssistService = __decorate([
|
|
7478
7593
|
Injectable()
|
|
@@ -10484,6 +10599,11 @@ let SectionComponent = class SectionComponent {
|
|
|
10484
10599
|
get flexContainer() {
|
|
10485
10600
|
return this.config.isFlex;
|
|
10486
10601
|
}
|
|
10602
|
+
get configs() {
|
|
10603
|
+
var _a;
|
|
10604
|
+
const _configs = ((_a = this.config) === null || _a === void 0 ? void 0 : _a.configs) || [];
|
|
10605
|
+
return _configs.filter((x) => x.visible === undefined || x.visible());
|
|
10606
|
+
}
|
|
10487
10607
|
};
|
|
10488
10608
|
__decorate([
|
|
10489
10609
|
Input()
|
|
@@ -10503,7 +10623,7 @@ SectionComponent = __decorate([
|
|
|
10503
10623
|
template: `
|
|
10504
10624
|
<h3 *ngIf="config?.header" class="sds-section-title">{{config.header}}</h3>
|
|
10505
10625
|
<section [class.flex-container]="flexContainer" [style.justify-content]="config.justifyContent" [style.align-items]="config.alignItems">
|
|
10506
|
-
<ng-container *ngFor="let conf of
|
|
10626
|
+
<ng-container *ngFor="let conf of configs">
|
|
10507
10627
|
<ng-container *sDynamicForm="{ id: id, config: conf, group: group, errorMessages: errorMessages }"></ng-container>
|
|
10508
10628
|
</ng-container>
|
|
10509
10629
|
</section>
|
|
@@ -11088,6 +11208,16 @@ let ButtonFieldComponent = class ButtonFieldComponent {
|
|
|
11088
11208
|
this.field.onClick($event);
|
|
11089
11209
|
}
|
|
11090
11210
|
}
|
|
11211
|
+
handleMouseEnter() {
|
|
11212
|
+
if (this.field.mouseEnter) {
|
|
11213
|
+
this.field.mouseEnter(this.field);
|
|
11214
|
+
}
|
|
11215
|
+
}
|
|
11216
|
+
handleMouseLeave() {
|
|
11217
|
+
if (this.field.mouseLeave) {
|
|
11218
|
+
this.field.mouseLeave(this.field);
|
|
11219
|
+
}
|
|
11220
|
+
}
|
|
11091
11221
|
};
|
|
11092
11222
|
__decorate([
|
|
11093
11223
|
Input()
|
|
@@ -11095,7 +11225,7 @@ __decorate([
|
|
|
11095
11225
|
ButtonFieldComponent = __decorate([
|
|
11096
11226
|
Component({
|
|
11097
11227
|
selector: 's-button-field',
|
|
11098
|
-
template: "<section [class.full-width]=\"field.fullWidth\" [class.fit-content]=\"!field.fullWidth\">\n <s-button\n [label]=\"field.label\"\n [priority]=\"field.priority\"\n [iconClass]=\"field.iconClass\"\n [disabled]=\"field.disabled\"\n [auxiliary]=\"field.auxiliary\"\n [caret]=\"field.caret\"\n [id]=\"field.id\"\n [tooltip]=\"field.tooltip\"\n (onClick)=\"clickedButton($event)\"\n [iconColor]=\"field.iconColor\"\n [badge]=\"field.badge\"\n [animation]=\"field.animation\"\n [slide]=\"field.slide\"\n [menuOptions]=\"field.menuOptions\"\n [model]=\"field.model\"\n [baseZIndex]=\"field.baseZIndex\"\n [styleClass]=\"field.styleClass\"\n [rightIconClass]=\"field.rightIconClass\"\n [tooltipPosition]=\"field.tooltipPosition\"\n [type]=\"field.buttonType\"\n [size]=\"field.buttonSize\">\n </s-button>\n</section>\n",
|
|
11228
|
+
template: "<section [class.full-width]=\"field.fullWidth\" [class.fit-content]=\"!field.fullWidth\">\n <s-button\n [label]=\"field.label\"\n [priority]=\"field.priority\"\n [iconClass]=\"field.iconClass\"\n [disabled]=\"field.disabled\"\n [auxiliary]=\"field.auxiliary\"\n [caret]=\"field.caret\"\n [id]=\"field.id\"\n [tooltip]=\"field.tooltip\"\n (onClick)=\"clickedButton($event)\"\n [iconColor]=\"field.iconColor\"\n [badge]=\"field.badge\"\n [animation]=\"field.animation\"\n [slide]=\"field.slide\"\n [menuOptions]=\"field.menuOptions\"\n [model]=\"field.model\"\n [baseZIndex]=\"field.baseZIndex\"\n [styleClass]=\"field.styleClass\"\n [rightIconClass]=\"field.rightIconClass\"\n [tooltipPosition]=\"field.tooltipPosition\"\n [type]=\"field.buttonType\"\n [size]=\"field.buttonSize\"\n (mouseenter)=\"handleMouseEnter()\"\n (mouseleave)=\"handleMouseLeave()\">\n </s-button>\n</section>\n",
|
|
11099
11229
|
styles: ["section{height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}section.full-width{width:100%}section.fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}"]
|
|
11100
11230
|
})
|
|
11101
11231
|
], ButtonFieldComponent);
|
|
@@ -15025,9 +15155,9 @@ GlobalSearchModule = __decorate([
|
|
|
15025
15155
|
], GlobalSearchModule);
|
|
15026
15156
|
|
|
15027
15157
|
let IAInsightCardComponent = class IAInsightCardComponent {
|
|
15028
|
-
constructor(clipboard,
|
|
15158
|
+
constructor(clipboard, toastService, translateService) {
|
|
15029
15159
|
this.clipboard = clipboard;
|
|
15030
|
-
this.
|
|
15160
|
+
this.toastService = toastService;
|
|
15031
15161
|
this.translateService = translateService;
|
|
15032
15162
|
this.open = false;
|
|
15033
15163
|
this.isLoading = false;
|
|
@@ -15064,9 +15194,9 @@ let IAInsightCardComponent = class IAInsightCardComponent {
|
|
|
15064
15194
|
var _a, _b;
|
|
15065
15195
|
(_b = (_a = this.insight).onCopy) === null || _b === void 0 ? void 0 : _b.call(_a, this.content);
|
|
15066
15196
|
if (this.clipboard.copy(this.content)) {
|
|
15067
|
-
this.
|
|
15197
|
+
this.toastService.show({
|
|
15068
15198
|
severity: "info",
|
|
15069
|
-
|
|
15199
|
+
title: this.translateService.instant("platform.angular_components.copied_to_clipboard"),
|
|
15070
15200
|
});
|
|
15071
15201
|
}
|
|
15072
15202
|
}
|
|
@@ -15084,7 +15214,7 @@ let IAInsightCardComponent = class IAInsightCardComponent {
|
|
|
15084
15214
|
};
|
|
15085
15215
|
IAInsightCardComponent.ctorParameters = () => [
|
|
15086
15216
|
{ type: Clipboard },
|
|
15087
|
-
{ type:
|
|
15217
|
+
{ type: ToastService },
|
|
15088
15218
|
{ type: TranslateService }
|
|
15089
15219
|
];
|
|
15090
15220
|
__decorate([
|
|
@@ -20455,6 +20585,15 @@ HelpPopoverModule = __decorate([
|
|
|
20455
20585
|
})
|
|
20456
20586
|
], HelpPopoverModule);
|
|
20457
20587
|
|
|
20588
|
+
let ToastModule = class ToastModule {
|
|
20589
|
+
};
|
|
20590
|
+
ToastModule = __decorate([
|
|
20591
|
+
NgModule({
|
|
20592
|
+
imports: [CommonModule],
|
|
20593
|
+
declarations: [ToastComponent],
|
|
20594
|
+
})
|
|
20595
|
+
], ToastModule);
|
|
20596
|
+
|
|
20458
20597
|
const fallback = {
|
|
20459
20598
|
"platform.angular_components.attachment": "anexo",
|
|
20460
20599
|
"platform.angular_components.watch": "assistir",
|
|
@@ -20785,5 +20924,5 @@ const fallback = {
|
|
|
20785
20924
|
* Generated bundle index. Do not edit.
|
|
20786
20925
|
*/
|
|
20787
20926
|
|
|
20788
|
-
export { AccordionComponent, AccordionModule, AccordionPanelComponent, AlertComponent, AlertModule, AngularComponentsModule, AutocompleteField, BadgeColors, BadgeComponent, BadgeModule, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonField, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, CardComponent, CardModule, CardTemplateTypes, ChatComponent, ChatModule, CheckDisabled, CheckboxComponent, CheckboxModule, ChipsComponent, ChipsField, ChipsModule, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CurrencyService, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DebounceUtils, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, EnumSeverity, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, FileUploadPermissions, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, Grid, GridMenuComponent, GridMenuModule, GridType, HelpPopoverComponent, HelpPopoverDirective, HelpPopoverModule, HostProjectConfigsInjectionToken, IAInsightComponent, IAInsightModule, IAInsightTemplateTypes, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, InlineEditCalendarField, InlineEditComponent, InlineEditField, InlineEditLookupField, InlineEditModule, InlineEditNumberField, InlineEditTextAreaField, InlineEditTextAreaIAField, InlineEditTextField, KanbanComponent, KanbanModule, KanbanTemplateTypes, LabelValueComponent, LabelValueModule, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationButtonComponent, NavigationButtonModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, NumericService, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, PicklistComponent, PicklistModule, PicklistTemplateTypes, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, Row, RowTogllerDirective, SVGFactoryDirective, SVGFactoryModule, Section, SelectButtonComponent, SelectButtonModule, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SliderComponent, SliderModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, StructureType, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TemplateDirective, TemplateModule, TextAreaField, TextAreaIAComponent, TextAreaIAModule, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, ThumbnailsComponent, ThumbnailsModule, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, convertToMomentDateFormat, countries, fallback, isMousePositionOutsideOfElement, isNullOrUndefined, parseItensPickList, ɵ0$3 as ɵ0, ɵ1$2 as ɵ1, ɵ2$1 as ɵ2, ɵ3$1 as ɵ3, ɵ4, TooltipComponent as ɵa, TooltipDirective as ɵb, TableColumnsComponent as ɵba, TablePagingComponent as ɵbb, PasswordFieldModule as ɵbc, FieldLabelModule as ɵbd, FieldLabelComponent as ɵbe, PasswordFieldComponent as ɵbf, TextFieldModule as ɵbg, TextFieldComponent as ɵbh, NumberFieldModule as ɵbi, NumberFieldComponent as ɵbj, CurrencyFieldModule as ɵbk, CurrencyFieldComponent as ɵbl, BignumberFieldModule as ɵbm, BignumberFieldComponent as ɵbn, CheckboxFieldModule as ɵbo, CheckboxFieldComponent as ɵbp, ProfilePictureModule as ɵbq, ThumbnailService as ɵbr, StructureModule as ɵbs, HeaderComponent as ɵbt, FooterComponent as ɵbu, ProfilePictureFieldComponent as ɵbv, EditorFieldModule as ɵbw, EditorFieldComponent as ɵbx, AutocompleteFieldComponent as ɵby, BooleanFieldComponent as ɵbz, TieredMenuEventService as ɵc, BooleanSwitchFieldComponent as ɵca, CalendarFieldComponent as ɵcb, ChipsFieldComponent as ɵcc, CountryPhonePickerFieldComponent as ɵcd, DynamicFieldComponent as ɵce, DynamicFormDirective as ɵcf, FieldsetComponent as ɵcg, FileUploadComponent$1 as ɵch, LookupFieldComponent as ɵci, RadioButtonComponent as ɵcj, RowComponent as ɵck, SectionComponent as ɵcl, SelectFieldComponent as ɵcm, SliderFieldComponent as ɵcn, TextAreaFieldComponent as ɵco, TextAreaIAFieldComponent as ɵcp, IAssistService as ɵcq, ButtonFieldComponent as ɵcr, DecimalField as ɵct, SideTableComponent as ɵcu, InfiniteScrollModule as ɵcv, InfiniteScrollDirective as ɵcw, IAInsightSidebarComponent as ɵcx, IAInsightCardComponent as ɵcy, IAInsightCardLoaderComponent as ɵcz, TieredMenuService as ɵd, GridMenuItemComponent as ɵda, InlineEditItemComponent as ɵdb, InlineEditCalendarComponent as ɵdc, InlineEditLookupComponent as ɵdd, InlineEditNumberComponent as ɵde, InlineEditTextComponent as ɵdf, InlineEditTextAreaComponent as ɵdg, InlineEditTextAreaIAComponent as ɵdh, KanbanEventService as ɵdi, KanbanItemComponent as ɵdj, KanbanColumnComponent as ɵdk, KanbanItemDraggingComponent as ɵdl, NumberLocaleOptions as ɵdm, BorderButtonModule as ɵdn, BorderButtonComponent as ɵdo, ProgressBarDeterminateComponent as ɵdp, ProgressBarIndeterminateComponent as ɵdq, SelectButtonItemComponent as ɵdr, SlidePanelService as ɵds, ThumbnailItemComponent as ɵdt, ThumbnailItemVideoComponent as ɵdu, ThumbnailItemImageComponent as ɵdv, TimelineItemModule as ɵdw, TimelineIconItemComponent as ɵdx, HorizontalTimelineModule as ɵdy, HorizontalTimelineComponent as ɵdz, TieredMenuGlobalService as ɵe, VerticalTimelineModule as ɵea, VerticalTimelineComponent as ɵeb, RangeLineComponent as ɵec, CollapseOptionComponent as ɵed, CollapsedItemsComponent as ɵee, VerticalItemsComponent as ɵef, ChipItemComponent as ɵeg, TieredMenuComponent as ɵf, TieredMenuNestedComponent as ɵg, TieredMenuItemComponent as ɵh, TieredMenuDividerComponent as ɵi, LocalizedCurrencyImpurePipe as ɵj, LocalizedBignumberPipe as ɵk, LocalizedBignumberImpurePipe as ɵl, NumericPipe as ɵm, ChatMessageComponent as ɵn, CustomTranslationsModule as ɵo, CodeEditorComponent as ɵp, CoreFacade as ɵq, CodeMirror6Core as ɵr, CountryPhonePickerService as ɵs, EmptyStateGoBackComponent as ɵt, IAssistIconComponent as ɵu, SeniorIconComponent as ɵv, DotsIndicatorComponent as ɵw, LoadingIndicatorComponent as ɵx, FileUploadService as ɵy, InfoSignComponent as ɵz };
|
|
20927
|
+
export { AccordionComponent, AccordionModule, AccordionPanelComponent, AlertComponent, AlertModule, AngularComponentsModule, AutocompleteField, BadgeColors, BadgeComponent, BadgeModule, BaseFieldComponent, BignumberField, BignumberInputDirective, BignumberInputModule, BooleanField, BooleanOptionsLabel, BreadcrumbComponent, BreadcrumbModule, Breakpoints, ButtonComponent, ButtonField, ButtonModule, ButtonPriority, ButtonSize, CalendarField, CalendarLocaleOptions, CalendarMaskDirective, CalendarMaskModule, CardComponent, CardModule, CardTemplateTypes, ChatComponent, ChatModule, CheckDisabled, CheckboxComponent, CheckboxModule, ChipsComponent, ChipsField, ChipsModule, CodeEditorModule, CollapseLinkComponent, CollapseLinkModule, ControlErrorsComponent, ControlErrorsModule, CountryPhonePickerComponent, CountryPhonePickerModule, CurrencyField, CurrencyService, CustomFieldsComponent, CustomFieldsModule, CustomFieldsService, DEFAULT_CALENDAR_LOCALE_OPTIONS, DEFAULT_LOCALE_OPTIONS, DEFAULT_NUMBER_LOCALE_OPTIONS, DebounceUtils, DoubleClickDirective, DynamicConfig, DynamicFormComponent, DynamicFormModule, DynamicType, EditableOverlayDirective, EditableOverlayModule, EmptyStateComponent, EmptyStateModule, EnumBadgeColors, EnumColumnFieldType, EnumSeverity, ExportUtils, Field, FieldType, Fieldset, FileUploadComponent, FileUploadModule, FileUploadPermissions, FileValidation, FormField, GanttComponent, GanttModule, GlobalSearchComponent, GlobalSearchDropdownItemComponent, GlobalSearchModule, GlobalSearchSizeEnum, Grid, GridMenuComponent, GridMenuModule, GridType, HelpPopoverComponent, HelpPopoverDirective, HelpPopoverModule, HostProjectConfigsInjectionToken, IAInsightComponent, IAInsightModule, IAInsightTemplateTypes, ImageCropperComponent, ImageCropperModule, ImageCropperService, InfoSignDirective, InfoSignModule, InlineEditCalendarField, InlineEditComponent, InlineEditField, InlineEditLookupField, InlineEditModule, InlineEditNumberField, InlineEditTextAreaField, InlineEditTextAreaIAField, InlineEditTextField, KanbanComponent, KanbanModule, KanbanTemplateTypes, LabelValueComponent, LabelValueModule, Languages, LoadingStateComponent, LoadingStateDirective, LoadingStateModule, LocaleModule, LocaleOptions, LocaleService, LocalizedCurrencyPipe, LocalizedCurrencyPipeOptions, LocalizedDateImpurePipe, LocalizedDatePipe, LocalizedNumberInputDirective, LocalizedNumberInputModule, LocalizedNumberPipe, LocalizedTimeImpurePipe, LocalizedTimePipe, LongPressDirective, LookupComponent, LookupField, MaskFormatterModule, MaskFormatterPipe, MouseEventsModule, NavigationButtonComponent, NavigationButtonModule, NavigationDirective, NumberAlignmentOption, NumberField, NumberInputDirective, NumberInputModule, NumberLocaleOptions, NumericService, ObjectCardComponent, ObjectCardFieldComponent, ObjectCardMainComponent, ObjectCardModule, Option, Ordination, PanelComponent, PanelModule, PasswordField, PasswordStrengthComponent, PasswordStrengthDirective, PasswordStrengthModule, PasswordStrengthPositions, PasswordStrengths, PicklistComponent, PicklistModule, PicklistTemplateTypes, ProductHeaderComponent, ProductHeaderModule, ProfilePicturePickerComponent, ProfilePicturePickerModule, ProgressBarColors, ProgressBarComponent, ProgressBarModule, RadioButtonField, RatingScaleComponent, RatingScaleModule, RationButtonOption, Row, RowTogllerDirective, SVGFactoryDirective, SVGFactoryModule, Section, SelectButtonComponent, SelectButtonModule, SelectField, SelectOption, SidebarComponent, SidebarModule, SlidePanelComponent, SlidePanelModule, SliderComponent, SliderModule, SplitButtonComponent, SplitButtonModule, SplitButtonType, StatsCardComponent, StatsCardModule, StepState, StepsComponent, StepsModule, Structure, StructureType, SwitchComponent, SwitchModule, TableFrozenPositionDirective, TableHeaderCheckboxComponent, TableHeaderCheckboxModule, TableModule, TaxCalculationLanguageConfigs, TemplateDirective, TemplateModule, TextAreaField, TextAreaIAComponent, TextAreaIAModule, TextField, Themes, ThumbnailComponent, ThumbnailModule, ThumbnailSize, ThumbnailsComponent, ThumbnailsModule, TieredMenuDirective, TieredMenuModule, TileComponent, TileModule, TimelineComponent, TimelineItem, TimelineItemSeverity, TimelineItemSize, TimelineModule, ToastComponent, ToastModule, ToastService, TokenListComponent, TokenListModule, TooltipModule, TooltipPosition, ValidateErrors, ViewMode, WorkspaceSwitchComponent, WorkspaceSwitchModule, convertToMomentDateFormat, countries, fallback, isMousePositionOutsideOfElement, isNullOrUndefined, parseItensPickList, ɵ0$3 as ɵ0, ɵ1$2 as ɵ1, ɵ2$1 as ɵ2, ɵ3$1 as ɵ3, ɵ4, TooltipComponent as ɵa, TooltipDirective as ɵb, TableColumnsComponent as ɵba, TablePagingComponent as ɵbb, PasswordFieldModule as ɵbc, FieldLabelModule as ɵbd, FieldLabelComponent as ɵbe, PasswordFieldComponent as ɵbf, TextFieldModule as ɵbg, TextFieldComponent as ɵbh, NumberFieldModule as ɵbi, NumberFieldComponent as ɵbj, CurrencyFieldModule as ɵbk, CurrencyFieldComponent as ɵbl, BignumberFieldModule as ɵbm, BignumberFieldComponent as ɵbn, CheckboxFieldModule as ɵbo, CheckboxFieldComponent as ɵbp, ProfilePictureModule as ɵbq, ThumbnailService as ɵbr, StructureModule as ɵbs, HeaderComponent as ɵbt, FooterComponent as ɵbu, ProfilePictureFieldComponent as ɵbv, EditorFieldModule as ɵbw, EditorFieldComponent as ɵbx, AutocompleteFieldComponent as ɵby, BooleanFieldComponent as ɵbz, TieredMenuEventService as ɵc, BooleanSwitchFieldComponent as ɵca, CalendarFieldComponent as ɵcb, ChipsFieldComponent as ɵcc, CountryPhonePickerFieldComponent as ɵcd, DynamicFieldComponent as ɵce, DynamicFormDirective as ɵcf, FieldsetComponent as ɵcg, FileUploadComponent$1 as ɵch, LookupFieldComponent as ɵci, RadioButtonComponent as ɵcj, RowComponent as ɵck, SectionComponent as ɵcl, SelectFieldComponent as ɵcm, SliderFieldComponent as ɵcn, TextAreaFieldComponent as ɵco, TextAreaIAFieldComponent as ɵcp, IAssistService as ɵcq, ButtonFieldComponent as ɵcr, DecimalField as ɵct, SideTableComponent as ɵcu, InfiniteScrollModule as ɵcv, InfiniteScrollDirective as ɵcw, IAInsightSidebarComponent as ɵcx, IAInsightCardComponent as ɵcy, IAInsightCardLoaderComponent as ɵcz, TieredMenuService as ɵd, GridMenuItemComponent as ɵda, InlineEditItemComponent as ɵdb, InlineEditCalendarComponent as ɵdc, InlineEditLookupComponent as ɵdd, InlineEditNumberComponent as ɵde, InlineEditTextComponent as ɵdf, InlineEditTextAreaComponent as ɵdg, InlineEditTextAreaIAComponent as ɵdh, KanbanEventService as ɵdi, KanbanItemComponent as ɵdj, KanbanColumnComponent as ɵdk, KanbanItemDraggingComponent as ɵdl, NumberLocaleOptions as ɵdm, BorderButtonModule as ɵdn, BorderButtonComponent as ɵdo, ProgressBarDeterminateComponent as ɵdp, ProgressBarIndeterminateComponent as ɵdq, SelectButtonItemComponent as ɵdr, SlidePanelService as ɵds, ThumbnailItemComponent as ɵdt, ThumbnailItemVideoComponent as ɵdu, ThumbnailItemImageComponent as ɵdv, TimelineItemModule as ɵdw, TimelineIconItemComponent as ɵdx, HorizontalTimelineModule as ɵdy, HorizontalTimelineComponent as ɵdz, TieredMenuGlobalService as ɵe, VerticalTimelineModule as ɵea, VerticalTimelineComponent as ɵeb, RangeLineComponent as ɵec, CollapseOptionComponent as ɵed, CollapsedItemsComponent as ɵee, VerticalItemsComponent as ɵef, ChipItemComponent as ɵeg, ButtonModule as ɵeh, TieredMenuComponent as ɵf, TieredMenuNestedComponent as ɵg, TieredMenuItemComponent as ɵh, TieredMenuDividerComponent as ɵi, LocalizedCurrencyImpurePipe as ɵj, LocalizedBignumberPipe as ɵk, LocalizedBignumberImpurePipe as ɵl, NumericPipe as ɵm, ChatMessageComponent as ɵn, CustomTranslationsModule as ɵo, CodeEditorComponent as ɵp, CoreFacade as ɵq, CodeMirror6Core as ɵr, CountryPhonePickerService as ɵs, EmptyStateGoBackComponent as ɵt, IAssistIconComponent as ɵu, SeniorIconComponent as ɵv, DotsIndicatorComponent as ɵw, LoadingIndicatorComponent as ɵx, FileUploadService as ɵy, InfoSignComponent as ɵz };
|
|
20789
20928
|
//# sourceMappingURL=seniorsistemas-angular-components.js.map
|