@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,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/animations'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('@angular/forms'), require('@angular/router'), require('@angular/common/http'), require('@seniorsistemas/senior-platform-data'), require('moment'), require('ngx-cookie-service'), require('@seniorsistemas/ng2-currency-mask'), require('primeng/breadcrumb'), require('primeng/dom'), require('primeng/tieredmenu'), require('primeng/
|
|
3
|
-
typeof define === 'function' && define.amd ? define('@seniorsistemas/angular-components', ['exports', '@angular/core', '@angular/animations', 'rxjs', 'rxjs/operators', '@angular/common', '@angular/forms', '@angular/router', '@angular/common/http', '@seniorsistemas/senior-platform-data', 'moment', 'ngx-cookie-service', '@seniorsistemas/ng2-currency-mask', 'primeng/breadcrumb', 'primeng/dom', 'primeng/tieredmenu', 'primeng/
|
|
4
|
-
(global = global || self, factory((global.seniorsistemas = global.seniorsistemas || {}, global.seniorsistemas['angular-components'] = {}), global.ng.core, global.ng.animations, global.rxjs, global.rxjs.operators, global.ng.common, global.ng.forms, global.ng.router, global.ng.common.http, global.seniorPlatformData, global.moment_, global.ngxCookieService, global.ng2CurrencyMask, global.breadcrumb, global.dom, global.tieredmenu, global.
|
|
5
|
-
}(this, (function (exports, core, animations, rxjs, operators, common, forms, router, http, seniorPlatformData, moment_, ngxCookieService, ng2CurrencyMask, breadcrumb, dom, tieredmenu,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/animations'), require('rxjs'), require('rxjs/operators'), require('@angular/common'), require('@angular/forms'), require('@angular/router'), require('@angular/common/http'), require('@seniorsistemas/senior-platform-data'), require('moment'), require('ngx-cookie-service'), require('@seniorsistemas/ng2-currency-mask'), require('primeng/breadcrumb'), require('primeng/dom'), require('primeng/tieredmenu'), require('primeng/calendar'), require('@ngx-translate/core'), require('bignumber.js'), require('@codemirror/view'), require('@codemirror/state'), require('@codemirror/lint'), require('@codemirror/language'), require('@lezer/generator'), require('@codemirror/highlight'), require('@codemirror/autocomplete'), require('@codemirror/tooltip'), require('@codemirror/gutter'), require('@angular/cdk/portal'), require('ngx-mask'), require('angular2-hotkeys'), require('primeng/autocomplete'), require('primeng/dialog'), require('primeng/table'), require('ng2-currency-mask'), require('primeng/button'), require('primeng/checkbox'), require('primeng/chips'), require('primeng/dropdown'), require('primeng/fieldset'), require('primeng/inputmask'), require('primeng/inputtext'), require('primeng/inputtextarea'), require('primeng/keyfilter'), require('primeng/multiselect'), require('primeng/panel'), require('primeng/radiobutton'), require('primeng/slider'), require('primeng/progressbar'), require('primeng/tooltip'), require('@angular/platform-browser'), require('@angular/cdk/clipboard'), require('primeng/editor'), require('primeng/api'), require('primeng/confirmdialog'), require('cropperjs'), require('marked'), require('@angular/cdk/drag-drop'), require('@angular/cdk/a11y'), require('primeng/scrollpanel'), require('primeng/sidebar')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@seniorsistemas/angular-components', ['exports', '@angular/core', '@angular/animations', 'rxjs', 'rxjs/operators', '@angular/common', '@angular/forms', '@angular/router', '@angular/common/http', '@seniorsistemas/senior-platform-data', 'moment', 'ngx-cookie-service', '@seniorsistemas/ng2-currency-mask', 'primeng/breadcrumb', 'primeng/dom', 'primeng/tieredmenu', 'primeng/calendar', '@ngx-translate/core', 'bignumber.js', '@codemirror/view', '@codemirror/state', '@codemirror/lint', '@codemirror/language', '@lezer/generator', '@codemirror/highlight', '@codemirror/autocomplete', '@codemirror/tooltip', '@codemirror/gutter', '@angular/cdk/portal', 'ngx-mask', 'angular2-hotkeys', 'primeng/autocomplete', 'primeng/dialog', 'primeng/table', 'ng2-currency-mask', 'primeng/button', 'primeng/checkbox', 'primeng/chips', 'primeng/dropdown', 'primeng/fieldset', 'primeng/inputmask', 'primeng/inputtext', 'primeng/inputtextarea', 'primeng/keyfilter', 'primeng/multiselect', 'primeng/panel', 'primeng/radiobutton', 'primeng/slider', 'primeng/progressbar', 'primeng/tooltip', '@angular/platform-browser', '@angular/cdk/clipboard', 'primeng/editor', 'primeng/api', 'primeng/confirmdialog', 'cropperjs', 'marked', '@angular/cdk/drag-drop', '@angular/cdk/a11y', 'primeng/scrollpanel', 'primeng/sidebar'], factory) :
|
|
4
|
+
(global = global || self, factory((global.seniorsistemas = global.seniorsistemas || {}, global.seniorsistemas['angular-components'] = {}), global.ng.core, global.ng.animations, global.rxjs, global.rxjs.operators, global.ng.common, global.ng.forms, global.ng.router, global.ng.common.http, global.seniorPlatformData, global.moment_, global.ngxCookieService, global.ng2CurrencyMask, global.breadcrumb, global.dom, global.tieredmenu, global.calendar, global.core$1, global.BigNumber, global.view, global.state, global.lint, global.language, global.generator, global.highlight, global.autocomplete$1, global.tooltip, global.gutter, global.ng.cdk.portal, global.ngxMask, global.angular2Hotkeys, global.autocomplete$2, global.dialog, global.table, global.ng2CurrencyMask$1, global.button, global.checkbox, global.chips, global.dropdown, global.fieldset, global.inputmask, global.inputtext, global.inputtextarea, global.keyfilter, global.multiselect, global.panel, global.radiobutton, global.slider, global.progressbar, global.tooltip$1, global.ng.platformBrowser, global.ng.cdk.clipboard, global.editor, global.api, global.confirmdialog, global.Cropper, global.marked, global.ng.cdk['drag-drop'], global.ng.cdk.a11y, global.scrollpanel, global.sidebar));
|
|
5
|
+
}(this, (function (exports, core, animations, rxjs, operators, common, forms, router, http, seniorPlatformData, moment_, ngxCookieService, ng2CurrencyMask, breadcrumb, dom, tieredmenu, calendar, core$1, BigNumber, view, state, lint, language, generator, highlight, autocomplete$1, tooltip, gutter, portal, ngxMask, angular2Hotkeys, autocomplete$2, dialog, table, ng2CurrencyMask$1, button, checkbox, chips, dropdown, fieldset, inputmask, inputtext, inputtextarea, keyfilter, multiselect, panel, radiobutton, slider, progressbar, tooltip$1, platformBrowser, clipboard, editor, api, confirmdialog, Cropper, marked, dragDrop, a11y, scrollpanel, sidebar) { 'use strict';
|
|
6
6
|
|
|
7
7
|
var BigNumber__default = 'default' in BigNumber ? BigNumber['default'] : BigNumber;
|
|
8
8
|
Cropper = Cropper && Cropper.hasOwnProperty('default') ? Cropper['default'] : Cropper;
|
|
@@ -1656,7 +1656,7 @@
|
|
|
1656
1656
|
ButtonComponent = ButtonComponent_1 = __decorate([
|
|
1657
1657
|
core.Component({
|
|
1658
1658
|
selector: "s-button",
|
|
1659
|
-
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 [
|
|
1659
|
+
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",
|
|
1660
1660
|
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}"]
|
|
1661
1661
|
})
|
|
1662
1662
|
], ButtonComponent);
|
|
@@ -2525,7 +2525,7 @@
|
|
|
2525
2525
|
}
|
|
2526
2526
|
ButtonModule = __decorate([
|
|
2527
2527
|
core.NgModule({
|
|
2528
|
-
imports: [common.CommonModule, router.RouterModule, BadgeModule, tieredmenu.TieredMenuModule, TieredMenuModule,
|
|
2528
|
+
imports: [common.CommonModule, router.RouterModule, BadgeModule, tieredmenu.TieredMenuModule, TieredMenuModule, TooltipModule],
|
|
2529
2529
|
declarations: [ButtonComponent],
|
|
2530
2530
|
exports: [ButtonComponent],
|
|
2531
2531
|
})
|
|
@@ -4682,7 +4682,7 @@
|
|
|
4682
4682
|
return getAutocompleteStateWrapper(transaction.state);
|
|
4683
4683
|
},
|
|
4684
4684
|
provide: function (field) {
|
|
4685
|
-
return tooltip
|
|
4685
|
+
return tooltip.showTooltip.compute([field], function (state) { return state.field(field); });
|
|
4686
4686
|
}
|
|
4687
4687
|
});
|
|
4688
4688
|
}
|
|
@@ -7082,7 +7082,9 @@
|
|
|
7082
7082
|
_this.baseZIndex = config.baseZIndex;
|
|
7083
7083
|
_this.styleClass = config.styleClass;
|
|
7084
7084
|
_this.rightIconClass = config.rightIconClass;
|
|
7085
|
-
_this.tooltipPosition = config.tooltipPosition;
|
|
7085
|
+
_this.tooltipPosition = config.tooltipPosition || 'top';
|
|
7086
|
+
_this.mouseEnter = config.mouseEnter;
|
|
7087
|
+
_this.mouseLeave = config.mouseLeave;
|
|
7086
7088
|
return _this;
|
|
7087
7089
|
}
|
|
7088
7090
|
return ButtonField;
|
|
@@ -7797,6 +7799,9 @@
|
|
|
7797
7799
|
var Grid = /** @class */ (function () {
|
|
7798
7800
|
function Grid(config) {
|
|
7799
7801
|
Object.assign(this, __assign({}, config));
|
|
7802
|
+
if (isNullOrUndefined(config.visible)) {
|
|
7803
|
+
this.visible = function () { return true; };
|
|
7804
|
+
}
|
|
7800
7805
|
}
|
|
7801
7806
|
return Grid;
|
|
7802
7807
|
}());
|
|
@@ -8052,10 +8057,125 @@
|
|
|
8052
8057
|
return MouseEventsModule;
|
|
8053
8058
|
}());
|
|
8054
8059
|
|
|
8060
|
+
var ToastComponent = /** @class */ (function () {
|
|
8061
|
+
function ToastComponent() {
|
|
8062
|
+
this.dismiss = new core.EventEmitter();
|
|
8063
|
+
this.isLeaving = false;
|
|
8064
|
+
this.timer = null;
|
|
8065
|
+
}
|
|
8066
|
+
ToastComponent.prototype.startDismissAnimation = function () {
|
|
8067
|
+
var _this = this;
|
|
8068
|
+
this.isLeaving = true;
|
|
8069
|
+
setTimeout(function () {
|
|
8070
|
+
_this.dismiss.emit();
|
|
8071
|
+
}, 300);
|
|
8072
|
+
};
|
|
8073
|
+
ToastComponent.prototype.dismissToast = function () {
|
|
8074
|
+
if (this.timer) {
|
|
8075
|
+
clearTimeout(this.timer);
|
|
8076
|
+
}
|
|
8077
|
+
this.startDismissAnimation();
|
|
8078
|
+
};
|
|
8079
|
+
ToastComponent.prototype.ngOnInit = function () {
|
|
8080
|
+
var _this = this;
|
|
8081
|
+
if (!this.toast.sticky && this.toast.duration) {
|
|
8082
|
+
this.timer = setTimeout(function () {
|
|
8083
|
+
_this.startDismissAnimation();
|
|
8084
|
+
}, this.toast.duration);
|
|
8085
|
+
}
|
|
8086
|
+
};
|
|
8087
|
+
ToastComponent.prototype.ngOnDestroy = function () {
|
|
8088
|
+
if (this.timer) {
|
|
8089
|
+
clearTimeout(this.timer);
|
|
8090
|
+
}
|
|
8091
|
+
};
|
|
8092
|
+
__decorate([
|
|
8093
|
+
core.Input()
|
|
8094
|
+
], ToastComponent.prototype, "toast", void 0);
|
|
8095
|
+
__decorate([
|
|
8096
|
+
core.Output()
|
|
8097
|
+
], ToastComponent.prototype, "dismiss", void 0);
|
|
8098
|
+
__decorate([
|
|
8099
|
+
core.HostBinding("class.toast--leaving")
|
|
8100
|
+
], ToastComponent.prototype, "isLeaving", void 0);
|
|
8101
|
+
ToastComponent = __decorate([
|
|
8102
|
+
core.Component({
|
|
8103
|
+
selector: "s-toast",
|
|
8104
|
+
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",
|
|
8105
|
+
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)}}"]
|
|
8106
|
+
})
|
|
8107
|
+
], ToastComponent);
|
|
8108
|
+
return ToastComponent;
|
|
8109
|
+
}());
|
|
8110
|
+
|
|
8111
|
+
var ToastService = /** @class */ (function () {
|
|
8112
|
+
function ToastService(appRef, injector, componentFactoryResolver) {
|
|
8113
|
+
this.appRef = appRef;
|
|
8114
|
+
this.injector = injector;
|
|
8115
|
+
this.componentFactoryResolver = componentFactoryResolver;
|
|
8116
|
+
this.activeToasts = [];
|
|
8117
|
+
this.globalToastHostElement = null;
|
|
8118
|
+
}
|
|
8119
|
+
ToastService.prototype.ensureGlobalToastHost = function () {
|
|
8120
|
+
if (!this.globalToastHostElement) {
|
|
8121
|
+
this.globalToastHostElement = document.createElement("div");
|
|
8122
|
+
document.body.appendChild(this.globalToastHostElement);
|
|
8123
|
+
this.globalToastHostElement.style.display = "flex";
|
|
8124
|
+
this.globalToastHostElement.style.flexDirection = "column";
|
|
8125
|
+
this.globalToastHostElement.style.position = "fixed";
|
|
8126
|
+
this.globalToastHostElement.style.right = "20px";
|
|
8127
|
+
this.globalToastHostElement.style.top = "20px";
|
|
8128
|
+
this.globalToastHostElement.style.zIndex = "99999";
|
|
8129
|
+
this.globalToastHostElement.style.gap = "10px";
|
|
8130
|
+
}
|
|
8131
|
+
};
|
|
8132
|
+
ToastService.prototype.show = function (toast) {
|
|
8133
|
+
var _this = this;
|
|
8134
|
+
var _a;
|
|
8135
|
+
this.ensureGlobalToastHost();
|
|
8136
|
+
var componentFactory = this.componentFactoryResolver.resolveComponentFactory(ToastComponent);
|
|
8137
|
+
var componentRef = componentFactory.create(this.injector);
|
|
8138
|
+
this.appRef.attachView(componentRef.hostView);
|
|
8139
|
+
if (!toast.sticky) {
|
|
8140
|
+
toast.duration = (_a = toast.duration) !== null && _a !== void 0 ? _a : 10000;
|
|
8141
|
+
}
|
|
8142
|
+
componentRef.instance.toast = __assign({ closable: true }, toast);
|
|
8143
|
+
var domElem = componentRef.hostView.rootNodes[0];
|
|
8144
|
+
this.globalToastHostElement.appendChild(domElem);
|
|
8145
|
+
domElem.style.display = "flex";
|
|
8146
|
+
domElem.style.justifyContent = "center";
|
|
8147
|
+
componentRef.instance.dismiss.pipe(operators.first()).subscribe(function () {
|
|
8148
|
+
var index = _this.activeToasts.indexOf(componentRef);
|
|
8149
|
+
if (index !== -1) {
|
|
8150
|
+
_this.appRef.detachView(componentRef.hostView);
|
|
8151
|
+
componentRef.destroy();
|
|
8152
|
+
_this.activeToasts.splice(index, 1);
|
|
8153
|
+
}
|
|
8154
|
+
if (_this.activeToasts.length === 0 && _this.globalToastHostElement) {
|
|
8155
|
+
_this.globalToastHostElement.remove();
|
|
8156
|
+
_this.globalToastHostElement = null;
|
|
8157
|
+
}
|
|
8158
|
+
});
|
|
8159
|
+
this.activeToasts.push(componentRef);
|
|
8160
|
+
};
|
|
8161
|
+
ToastService.ctorParameters = function () { return [
|
|
8162
|
+
{ type: core.ApplicationRef },
|
|
8163
|
+
{ type: core.Injector },
|
|
8164
|
+
{ type: core.ComponentFactoryResolver }
|
|
8165
|
+
]; };
|
|
8166
|
+
ToastService.ɵprov = core["ɵɵdefineInjectable"]({ factory: function ToastService_Factory() { return new ToastService(core["ɵɵinject"](core.ApplicationRef), core["ɵɵinject"](core.INJECTOR), core["ɵɵinject"](core.ComponentFactoryResolver)); }, token: ToastService, providedIn: "root" });
|
|
8167
|
+
ToastService = __decorate([
|
|
8168
|
+
core.Injectable({
|
|
8169
|
+
providedIn: "root",
|
|
8170
|
+
})
|
|
8171
|
+
], ToastService);
|
|
8172
|
+
return ToastService;
|
|
8173
|
+
}());
|
|
8174
|
+
|
|
8055
8175
|
var IAssistService = /** @class */ (function () {
|
|
8056
|
-
function IAssistService(http,
|
|
8176
|
+
function IAssistService(http, _toastService) {
|
|
8057
8177
|
this.http = http;
|
|
8058
|
-
this.
|
|
8178
|
+
this._toastService = _toastService;
|
|
8059
8179
|
}
|
|
8060
8180
|
IAssistService.prototype.askIA = function (context, data) {
|
|
8061
8181
|
var _this = this;
|
|
@@ -8071,10 +8191,10 @@
|
|
|
8071
8191
|
},
|
|
8072
8192
|
})
|
|
8073
8193
|
.pipe(operators.catchError(function (err) {
|
|
8074
|
-
_this.
|
|
8194
|
+
_this._toastService.show({
|
|
8075
8195
|
severity: "error",
|
|
8076
|
-
|
|
8077
|
-
|
|
8196
|
+
title: err.status ? String(err.status) : "Error",
|
|
8197
|
+
text: (err.error && err.error.message) || err.statusText || err.message || "Error",
|
|
8078
8198
|
});
|
|
8079
8199
|
return rxjs.throwError(err);
|
|
8080
8200
|
}));
|
|
@@ -8095,7 +8215,7 @@
|
|
|
8095
8215
|
};
|
|
8096
8216
|
IAssistService.ctorParameters = function () { return [
|
|
8097
8217
|
{ type: http.HttpClient },
|
|
8098
|
-
{ type:
|
|
8218
|
+
{ type: ToastService }
|
|
8099
8219
|
]; };
|
|
8100
8220
|
IAssistService = __decorate([
|
|
8101
8221
|
core.Injectable()
|
|
@@ -8547,7 +8667,7 @@
|
|
|
8547
8667
|
imports: [
|
|
8548
8668
|
common.CommonModule,
|
|
8549
8669
|
ButtonModule,
|
|
8550
|
-
tooltip.TooltipModule,
|
|
8670
|
+
tooltip$1.TooltipModule,
|
|
8551
8671
|
progressbar.ProgressBarModule,
|
|
8552
8672
|
core$1.TranslateModule,
|
|
8553
8673
|
],
|
|
@@ -11365,6 +11485,15 @@
|
|
|
11365
11485
|
enumerable: true,
|
|
11366
11486
|
configurable: true
|
|
11367
11487
|
});
|
|
11488
|
+
Object.defineProperty(SectionComponent.prototype, "configs", {
|
|
11489
|
+
get: function () {
|
|
11490
|
+
var _a;
|
|
11491
|
+
var _configs = ((_a = this.config) === null || _a === void 0 ? void 0 : _a.configs) || [];
|
|
11492
|
+
return _configs.filter(function (x) { return x.visible === undefined || x.visible(); });
|
|
11493
|
+
},
|
|
11494
|
+
enumerable: true,
|
|
11495
|
+
configurable: true
|
|
11496
|
+
});
|
|
11368
11497
|
__decorate([
|
|
11369
11498
|
core.Input()
|
|
11370
11499
|
], SectionComponent.prototype, "id", void 0);
|
|
@@ -11380,7 +11509,7 @@
|
|
|
11380
11509
|
SectionComponent = __decorate([
|
|
11381
11510
|
core.Component({
|
|
11382
11511
|
selector: 's-section',
|
|
11383
|
-
template: "\n <h3 *ngIf=\"config?.header\" class=\"sds-section-title\">{{config.header}}</h3>\n <section [class.flex-container]=\"flexContainer\" [style.justify-content]=\"config.justifyContent\" [style.align-items]=\"config.alignItems\">\n <ng-container *ngFor=\"let conf of
|
|
11512
|
+
template: "\n <h3 *ngIf=\"config?.header\" class=\"sds-section-title\">{{config.header}}</h3>\n <section [class.flex-container]=\"flexContainer\" [style.justify-content]=\"config.justifyContent\" [style.align-items]=\"config.alignItems\">\n <ng-container *ngFor=\"let conf of configs\">\n <ng-container *sDynamicForm=\"{ id: id, config: conf, group: group, errorMessages: errorMessages }\"></ng-container>\n </ng-container>\n </section>\n ",
|
|
11384
11513
|
styles: ["\n .flex-container {\n display: flex\n }\n\n :host {\n height: 100%\n }\n\n section {\n height: 100%;\n }\n "]
|
|
11385
11514
|
})
|
|
11386
11515
|
], SectionComponent);
|
|
@@ -11957,13 +12086,23 @@
|
|
|
11957
12086
|
this.field.onClick($event);
|
|
11958
12087
|
}
|
|
11959
12088
|
};
|
|
12089
|
+
ButtonFieldComponent.prototype.handleMouseEnter = function () {
|
|
12090
|
+
if (this.field.mouseEnter) {
|
|
12091
|
+
this.field.mouseEnter(this.field);
|
|
12092
|
+
}
|
|
12093
|
+
};
|
|
12094
|
+
ButtonFieldComponent.prototype.handleMouseLeave = function () {
|
|
12095
|
+
if (this.field.mouseLeave) {
|
|
12096
|
+
this.field.mouseLeave(this.field);
|
|
12097
|
+
}
|
|
12098
|
+
};
|
|
11960
12099
|
__decorate([
|
|
11961
12100
|
core.Input()
|
|
11962
12101
|
], ButtonFieldComponent.prototype, "field", void 0);
|
|
11963
12102
|
ButtonFieldComponent = __decorate([
|
|
11964
12103
|
core.Component({
|
|
11965
12104
|
selector: 's-button-field',
|
|
11966
|
-
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",
|
|
12105
|
+
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",
|
|
11967
12106
|
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}"]
|
|
11968
12107
|
})
|
|
11969
12108
|
], ButtonFieldComponent);
|
|
@@ -16168,7 +16307,7 @@
|
|
|
16168
16307
|
inputtext.InputTextModule,
|
|
16169
16308
|
forms.FormsModule,
|
|
16170
16309
|
forms.ReactiveFormsModule,
|
|
16171
|
-
tooltip.TooltipModule,
|
|
16310
|
+
tooltip$1.TooltipModule,
|
|
16172
16311
|
ThumbnailModule,
|
|
16173
16312
|
ButtonModule,
|
|
16174
16313
|
LoadingStateModule,
|
|
@@ -16178,7 +16317,7 @@
|
|
|
16178
16317
|
exports: [
|
|
16179
16318
|
GlobalSearchComponent,
|
|
16180
16319
|
GlobalSearchDropdownItemComponent,
|
|
16181
|
-
tooltip.TooltipModule,
|
|
16320
|
+
tooltip$1.TooltipModule,
|
|
16182
16321
|
ThumbnailModule,
|
|
16183
16322
|
ButtonModule,
|
|
16184
16323
|
LoadingStateModule,
|
|
@@ -16194,9 +16333,9 @@
|
|
|
16194
16333
|
}());
|
|
16195
16334
|
|
|
16196
16335
|
var IAInsightCardComponent = /** @class */ (function () {
|
|
16197
|
-
function IAInsightCardComponent(clipboard,
|
|
16336
|
+
function IAInsightCardComponent(clipboard, toastService, translateService) {
|
|
16198
16337
|
this.clipboard = clipboard;
|
|
16199
|
-
this.
|
|
16338
|
+
this.toastService = toastService;
|
|
16200
16339
|
this.translateService = translateService;
|
|
16201
16340
|
this.open = false;
|
|
16202
16341
|
this.isLoading = false;
|
|
@@ -16233,9 +16372,9 @@
|
|
|
16233
16372
|
var _a, _b;
|
|
16234
16373
|
(_b = (_a = this.insight).onCopy) === null || _b === void 0 ? void 0 : _b.call(_a, this.content);
|
|
16235
16374
|
if (this.clipboard.copy(this.content)) {
|
|
16236
|
-
this.
|
|
16375
|
+
this.toastService.show({
|
|
16237
16376
|
severity: "info",
|
|
16238
|
-
|
|
16377
|
+
title: this.translateService.instant("platform.angular_components.copied_to_clipboard"),
|
|
16239
16378
|
});
|
|
16240
16379
|
}
|
|
16241
16380
|
};
|
|
@@ -16253,7 +16392,7 @@
|
|
|
16253
16392
|
};
|
|
16254
16393
|
IAInsightCardComponent.ctorParameters = function () { return [
|
|
16255
16394
|
{ type: clipboard.Clipboard },
|
|
16256
|
-
{ type:
|
|
16395
|
+
{ type: ToastService },
|
|
16257
16396
|
{ type: core$1.TranslateService }
|
|
16258
16397
|
]; };
|
|
16259
16398
|
__decorate([
|
|
@@ -18202,7 +18341,7 @@
|
|
|
18202
18341
|
}
|
|
18203
18342
|
ObjectCardModule = __decorate([
|
|
18204
18343
|
core.NgModule({
|
|
18205
|
-
imports: [common.CommonModule, tooltip.TooltipModule, ThumbnailModule, ButtonModule, BorderButtonModule],
|
|
18344
|
+
imports: [common.CommonModule, tooltip$1.TooltipModule, ThumbnailModule, ButtonModule, BorderButtonModule],
|
|
18206
18345
|
declarations: [ObjectCardComponent, ObjectCardMainComponent, ObjectCardFieldComponent],
|
|
18207
18346
|
exports: [ThumbnailModule, ObjectCardComponent, ObjectCardMainComponent, ObjectCardFieldComponent],
|
|
18208
18347
|
})
|
|
@@ -18350,7 +18489,7 @@
|
|
|
18350
18489
|
}
|
|
18351
18490
|
ProductHeaderModule = __decorate([
|
|
18352
18491
|
core.NgModule({
|
|
18353
|
-
imports: [common.CommonModule, tooltip.TooltipModule, ThumbnailModule],
|
|
18492
|
+
imports: [common.CommonModule, tooltip$1.TooltipModule, ThumbnailModule],
|
|
18354
18493
|
declarations: [ProductHeaderComponent],
|
|
18355
18494
|
exports: [ProductHeaderComponent, ThumbnailModule],
|
|
18356
18495
|
})
|
|
@@ -19929,7 +20068,7 @@
|
|
|
19929
20068
|
core.NgModule({
|
|
19930
20069
|
imports: [
|
|
19931
20070
|
common.CommonModule,
|
|
19932
|
-
tooltip.TooltipModule,
|
|
20071
|
+
tooltip$1.TooltipModule,
|
|
19933
20072
|
],
|
|
19934
20073
|
declarations: [
|
|
19935
20074
|
StatsCardComponent,
|
|
@@ -20050,7 +20189,7 @@
|
|
|
20050
20189
|
}
|
|
20051
20190
|
StepsModule = __decorate([
|
|
20052
20191
|
core.NgModule({
|
|
20053
|
-
imports: [common.CommonModule, tooltip.TooltipModule],
|
|
20192
|
+
imports: [common.CommonModule, tooltip$1.TooltipModule],
|
|
20054
20193
|
declarations: [StepsComponent],
|
|
20055
20194
|
exports: [StepsComponent],
|
|
20056
20195
|
})
|
|
@@ -20443,7 +20582,7 @@
|
|
|
20443
20582
|
core.NgModule({
|
|
20444
20583
|
imports: [
|
|
20445
20584
|
common.CommonModule,
|
|
20446
|
-
tooltip.TooltipModule,
|
|
20585
|
+
tooltip$1.TooltipModule,
|
|
20447
20586
|
],
|
|
20448
20587
|
declarations: [TimelineIconItemComponent],
|
|
20449
20588
|
exports: [TimelineIconItemComponent],
|
|
@@ -20482,7 +20621,7 @@
|
|
|
20482
20621
|
core.NgModule({
|
|
20483
20622
|
imports: [
|
|
20484
20623
|
common.CommonModule,
|
|
20485
|
-
tooltip.TooltipModule,
|
|
20624
|
+
tooltip$1.TooltipModule,
|
|
20486
20625
|
TimelineItemModule,
|
|
20487
20626
|
],
|
|
20488
20627
|
declarations: [HorizontalTimelineComponent],
|
|
@@ -22112,6 +22251,18 @@
|
|
|
22112
22251
|
return HelpPopoverModule;
|
|
22113
22252
|
}());
|
|
22114
22253
|
|
|
22254
|
+
var ToastModule = /** @class */ (function () {
|
|
22255
|
+
function ToastModule() {
|
|
22256
|
+
}
|
|
22257
|
+
ToastModule = __decorate([
|
|
22258
|
+
core.NgModule({
|
|
22259
|
+
imports: [common.CommonModule],
|
|
22260
|
+
declarations: [ToastComponent],
|
|
22261
|
+
})
|
|
22262
|
+
], ToastModule);
|
|
22263
|
+
return ToastModule;
|
|
22264
|
+
}());
|
|
22265
|
+
|
|
22115
22266
|
var fallback = {
|
|
22116
22267
|
"platform.angular_components.attachment": "anexo",
|
|
22117
22268
|
"platform.angular_components.watch": "assistir",
|
|
@@ -22633,6 +22784,9 @@
|
|
|
22633
22784
|
exports.TimelineComponent = TimelineComponent;
|
|
22634
22785
|
exports.TimelineItem = TimelineItem;
|
|
22635
22786
|
exports.TimelineModule = TimelineModule;
|
|
22787
|
+
exports.ToastComponent = ToastComponent;
|
|
22788
|
+
exports.ToastModule = ToastModule;
|
|
22789
|
+
exports.ToastService = ToastService;
|
|
22636
22790
|
exports.TokenListComponent = TokenListComponent;
|
|
22637
22791
|
exports.TokenListModule = TokenListModule;
|
|
22638
22792
|
exports.TooltipModule = TooltipModule;
|
|
@@ -22738,6 +22892,7 @@
|
|
|
22738
22892
|
exports.ɵee = CollapsedItemsComponent;
|
|
22739
22893
|
exports.ɵef = VerticalItemsComponent;
|
|
22740
22894
|
exports.ɵeg = ChipItemComponent;
|
|
22895
|
+
exports.ɵeh = ButtonModule;
|
|
22741
22896
|
exports.ɵf = TieredMenuComponent;
|
|
22742
22897
|
exports.ɵg = TieredMenuNestedComponent;
|
|
22743
22898
|
exports.ɵh = TieredMenuItemComponent;
|