asksuite-citrus 3.16.23-beta.1 → 3.16.24-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/esm2022/lib/asksuite-citrus.module.mjs +4 -9
  2. package/esm2022/lib/components/accordion/extendable-panel/extendable-panel.component.mjs +2 -2
  3. package/esm2022/lib/components/arrow-tag/arrow-tag.component.mjs +2 -2
  4. package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +2 -2
  5. package/esm2022/lib/components/avatar/avatar.component.mjs +2 -2
  6. package/esm2022/lib/components/box/box.component.mjs +2 -2
  7. package/esm2022/lib/components/button/button.component.mjs +2 -2
  8. package/esm2022/lib/components/character-counter/character-counter.component.mjs +2 -2
  9. package/esm2022/lib/components/checkbox/checkbox.component.mjs +2 -2
  10. package/esm2022/lib/components/chips/chips.component.mjs +2 -2
  11. package/esm2022/lib/components/date-picker/date-picker-calendar/date-picker-calendar.component.mjs +2 -2
  12. package/esm2022/lib/components/date-picker/date-picker.component.mjs +3 -3
  13. package/esm2022/lib/components/dropdown-container/dropdown-container.component.mjs +2 -2
  14. package/esm2022/lib/components/input/input.component.mjs +2 -2
  15. package/esm2022/lib/components/modal/confirmation-modal/confirmation-modal.component.mjs +2 -2
  16. package/esm2022/lib/components/modal/modal.component.mjs +2 -2
  17. package/esm2022/lib/components/pagination/pagination.component.mjs +2 -2
  18. package/esm2022/lib/components/phone-ddi/phone-ddi.component.mjs +2 -2
  19. package/esm2022/lib/components/richtext-toolbox/richtext-toolbox.component.mjs +2 -2
  20. package/esm2022/lib/components/richtext-url-prompt/richtext-url-prompt.component.mjs +2 -2
  21. package/esm2022/lib/components/select/select.component.mjs +2 -2
  22. package/esm2022/lib/components/tab-group/tab/tab.component.mjs +2 -2
  23. package/esm2022/lib/components/tab-group/tab-group.component.mjs +2 -2
  24. package/esm2022/lib/components/table/table.component.mjs +2 -2
  25. package/esm2022/lib/components/toast/toast.component.mjs +2 -2
  26. package/esm2022/public-api.mjs +1 -2
  27. package/fesm2022/asksuite-citrus.mjs +52 -100
  28. package/fesm2022/asksuite-citrus.mjs.map +1 -1
  29. package/lib/asksuite-citrus.module.d.ts +11 -12
  30. package/package.json +1 -1
  31. package/public-api.d.ts +0 -1
  32. package/styles/colors-dark.scss +1 -0
  33. package/styles/colors-light.scss +4 -0
  34. package/esm2022/lib/components/notification-tooltip/notification-tooltip.component.mjs +0 -48
  35. package/lib/components/notification-tooltip/notification-tooltip.component.d.ts +0 -19
@@ -48,17 +48,16 @@ import * as i43 from "./directives/list-item/list-item.directive";
48
48
  import * as i44 from "./components/arrow-tag/arrow-tag.component";
49
49
  import * as i45 from "./components/tab-group/tab-group.component";
50
50
  import * as i46 from "./components/tab-group/tab/tab.component";
51
- import * as i47 from "./components/notification-tooltip/notification-tooltip.component";
52
- import * as i48 from "@angular/common";
53
- import * as i49 from "@angular/forms";
54
- import * as i50 from "@angular/cdk/overlay";
55
- import * as i51 from "@ngx-translate/core";
56
- import * as i52 from "ngx-skeleton-loader";
57
- import * as i53 from "@angular/material/tooltip";
58
- import * as i54 from "ngx-mask";
59
- import * as i55 from "@angular/material/progress-bar";
60
- import * as i56 from "./components/icon/icon.component";
61
- import * as i57 from "./components/icon-v2/icon-v2.component";
51
+ import * as i47 from "@angular/common";
52
+ import * as i48 from "@angular/forms";
53
+ import * as i49 from "@angular/cdk/overlay";
54
+ import * as i50 from "@ngx-translate/core";
55
+ import * as i51 from "ngx-skeleton-loader";
56
+ import * as i52 from "@angular/material/tooltip";
57
+ import * as i53 from "ngx-mask";
58
+ import * as i54 from "@angular/material/progress-bar";
59
+ import * as i55 from "./components/icon/icon.component";
60
+ import * as i56 from "./components/icon-v2/icon-v2.component";
62
61
  export declare function initMyLib(myLibService: Storage): StorageUtilService<unknown>;
63
62
  export declare class AsksuiteCitrusModule {
64
63
  private customIconsRegisterService;
@@ -67,6 +66,6 @@ export declare class AsksuiteCitrusModule {
67
66
  }): ModuleWithProviders<AsksuiteCitrusModule>;
68
67
  constructor(customIconsRegisterService: CustomIconsRegisterService);
69
68
  static ɵfac: i0.ɵɵFactoryDeclaration<AsksuiteCitrusModule, never>;
70
- static ɵmod: i0.ɵɵNgModuleDeclaration<AsksuiteCitrusModule, [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.DatePickerComponent, typeof i13.DatePickerCalendarComponent, typeof i14.SkeletonComponent, typeof i15.SpinnerComponent, typeof i16.SpinnerDirective, typeof i17.BadgeDirective, typeof i18.AutofocusDirective, typeof i19.ScrollDirective, typeof i20.AskTooltipDirective, typeof i21.ToastComponent, typeof i22.AskButtonDirective, typeof i23.ModalComponent, typeof i24.ModalBodyDirective, typeof i25.ModalHeaderDirective, typeof i26.ModalFooterDirective, typeof i27.CharacterCounterComponent, typeof i28.AccordionComponent, typeof i29.ExtendablePanelComponent, typeof i30.TableComponent, typeof i31.TagComponent, typeof i32.PaginationComponent, typeof i33.PaginatePipe, typeof i34.RichtextToolboxDirective, typeof i35.RichtextUrlPromptComponent, typeof i36.RichtextToolboxComponent, typeof i37.AskTextButtonDirective, typeof i38.ForceBreakLinePipe, typeof i39.ConfirmationModalComponent, typeof i40.LoadingBarComponent, typeof i41.AskStrokedButtonDirective, typeof i42.InputDirective, typeof i43.ListItemDirective, typeof i44.ArrowTagComponent, typeof i45.TabGroupComponent, typeof i46.TabComponent, typeof i47.NotificationTooltipComponent], [typeof i48.CommonModule, typeof i49.FormsModule, typeof i49.ReactiveFormsModule, typeof i50.CdkOverlayOrigin, typeof i50.CdkConnectedOverlay, typeof i50.OverlayModule, typeof i51.TranslateModule, typeof i52.NgxSkeletonLoaderModule, typeof i53.MatTooltipModule, typeof i54.NgxMaskDirective, typeof i54.NgxMaskPipe, typeof i55.MatProgressBarModule, typeof i56.IconComponent, typeof i57.IconV2Component], [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.DatePickerComponent, typeof i13.DatePickerCalendarComponent, typeof i14.SkeletonComponent, typeof i16.SpinnerDirective, typeof i17.BadgeDirective, typeof i18.AutofocusDirective, typeof i19.ScrollDirective, typeof i20.AskTooltipDirective, typeof i22.AskButtonDirective, typeof i37.AskTextButtonDirective, typeof i24.ModalBodyDirective, typeof i25.ModalHeaderDirective, typeof i26.ModalFooterDirective, typeof i27.CharacterCounterComponent, typeof i28.AccordionComponent, typeof i29.ExtendablePanelComponent, typeof i30.TableComponent, typeof i32.PaginationComponent, typeof i33.PaginatePipe, typeof i34.RichtextToolboxDirective, typeof i38.ForceBreakLinePipe, typeof i40.LoadingBarComponent, typeof i41.AskStrokedButtonDirective, typeof i42.InputDirective, typeof i43.ListItemDirective, typeof i56.IconComponent, typeof i31.TagComponent, typeof i44.ArrowTagComponent, typeof i45.TabGroupComponent, typeof i46.TabComponent, typeof i57.IconV2Component, typeof i47.NotificationTooltipComponent]>;
69
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AsksuiteCitrusModule, [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.DatePickerComponent, typeof i13.DatePickerCalendarComponent, typeof i14.SkeletonComponent, typeof i15.SpinnerComponent, typeof i16.SpinnerDirective, typeof i17.BadgeDirective, typeof i18.AutofocusDirective, typeof i19.ScrollDirective, typeof i20.AskTooltipDirective, typeof i21.ToastComponent, typeof i22.AskButtonDirective, typeof i23.ModalComponent, typeof i24.ModalBodyDirective, typeof i25.ModalHeaderDirective, typeof i26.ModalFooterDirective, typeof i27.CharacterCounterComponent, typeof i28.AccordionComponent, typeof i29.ExtendablePanelComponent, typeof i30.TableComponent, typeof i31.TagComponent, typeof i32.PaginationComponent, typeof i33.PaginatePipe, typeof i34.RichtextToolboxDirective, typeof i35.RichtextUrlPromptComponent, typeof i36.RichtextToolboxComponent, typeof i37.AskTextButtonDirective, typeof i38.ForceBreakLinePipe, typeof i39.ConfirmationModalComponent, typeof i40.LoadingBarComponent, typeof i41.AskStrokedButtonDirective, typeof i42.InputDirective, typeof i43.ListItemDirective, typeof i44.ArrowTagComponent, typeof i45.TabGroupComponent, typeof i46.TabComponent], [typeof i47.CommonModule, typeof i48.FormsModule, typeof i48.ReactiveFormsModule, typeof i49.CdkOverlayOrigin, typeof i49.CdkConnectedOverlay, typeof i49.OverlayModule, typeof i50.TranslateModule, typeof i51.NgxSkeletonLoaderModule, typeof i52.MatTooltipModule, typeof i53.NgxMaskDirective, typeof i53.NgxMaskPipe, typeof i54.MatProgressBarModule, typeof i55.IconComponent, typeof i56.IconV2Component], [typeof i1.ButtonComponent, typeof i2.InputComponent, typeof i3.SelectComponent, typeof i4.BoxComponent, typeof i5.AvatarComponent, typeof i6.DropdownContainerComponent, typeof i7.AskDropdownDirective, typeof i8.AutocompleteComponent, typeof i9.PhoneDdiComponent, typeof i10.ChipsComponent, typeof i11.CheckboxComponent, typeof i12.DatePickerComponent, typeof i13.DatePickerCalendarComponent, typeof i14.SkeletonComponent, typeof i16.SpinnerDirective, typeof i17.BadgeDirective, typeof i18.AutofocusDirective, typeof i19.ScrollDirective, typeof i20.AskTooltipDirective, typeof i22.AskButtonDirective, typeof i37.AskTextButtonDirective, typeof i24.ModalBodyDirective, typeof i25.ModalHeaderDirective, typeof i26.ModalFooterDirective, typeof i27.CharacterCounterComponent, typeof i28.AccordionComponent, typeof i29.ExtendablePanelComponent, typeof i30.TableComponent, typeof i32.PaginationComponent, typeof i33.PaginatePipe, typeof i34.RichtextToolboxDirective, typeof i38.ForceBreakLinePipe, typeof i40.LoadingBarComponent, typeof i41.AskStrokedButtonDirective, typeof i42.InputDirective, typeof i43.ListItemDirective, typeof i55.IconComponent, typeof i31.TagComponent, typeof i44.ArrowTagComponent, typeof i45.TabGroupComponent, typeof i46.TabComponent, typeof i56.IconV2Component]>;
71
70
  static ɵinj: i0.ɵɵInjectorDeclaration<AsksuiteCitrusModule>;
72
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asksuite-citrus",
3
- "version": "3.16.23-beta.1",
3
+ "version": "3.16.24-beta.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.7",
6
6
  "@angular/core": "^17.3.7",
package/public-api.d.ts CHANGED
@@ -24,7 +24,6 @@ export * from './lib/components/tag/tag.component';
24
24
  export * from './lib/components/arrow-tag/arrow-tag.component';
25
25
  export * from './lib/components/tab-group/tab-group.component';
26
26
  export * from './lib/components/tab-group/tab/tab.component';
27
- export * from './lib/components/notification-tooltip/notification-tooltip.component';
28
27
  export * from './lib/directives';
29
28
  export * from './lib/components/modal/directives';
30
29
  export * from './lib/services/toast/toast.service';
@@ -58,6 +58,7 @@
58
58
  --color-texticon-subtlest: #{$color-nda-1000}; //TODO: is same as color-texticon-subtler
59
59
  --color-texticon-inverse-default: #{$color-nd-0};
60
60
  --color-texticon-inverse-disabled: #{$color-nla-700};
61
+ --color-texticon-inverse-contrast: #{$color-nla-1500};
61
62
  --color-texticon-disabled: #{$color-nda-700};
62
63
  --color-texticon-danger: #{$color-r-500};
63
64
  --color-texticon-warning: #{$color-y-500};
@@ -735,6 +735,9 @@ $color-border-contrast: $color-nla-1200;
735
735
  --color-background-accent-grey-subtlest-hovered: #{$color-background-accent-grey-subtlest-hovered};
736
736
  --color-background-accent-grey-inverse-hovered: #{$color-background-accent-grey-inverse-hovered};
737
737
  --color-background-accent-grey-inverse-pressed: #{$color-background-accent-grey-inverse-pressed};
738
+ --color-background-accent-orange-subtle-default:#{$color-background-accent-orange-subtle-default};
739
+ --color-background-accent-orange-subtle-hovered:#{$color-background-accent-orange-subtle-hovered};
740
+ --color-background-accent-orange-subtle-pressed:#{$color-background-accent-orange-subtle-pressed};
738
741
  --color-background-brand-asksuite-subtler-default: #{$color-background-brand-asksuite-subtler-default};
739
742
  --color-background-warning-contrast-default: #{$color-background-warning-contrast-default};
740
743
  --color-border-matted-alpha-primary: #{$color-nl-0};
@@ -760,6 +763,7 @@ $color-border-contrast: $color-nla-1200;
760
763
  --color-background-brand-asksuite-subtlest-pressed: #{$color-background-brand-asksuite-subtlest-pressed};
761
764
  --color-border-brand-asksuite-bold: #{$color-border-brand-asksuite-bold};
762
765
  --color-texticon-inverse-disabled: #{$color-texticon-inverse-disabled};
766
+ --color-texticon-inverse-contrast: #{$color-nl-0};
763
767
  --color-background-accent-disabled: #{$color-background-accent-disabled};
764
768
  --color-border-white-disabled: #{$color-border-white-disabled};
765
769
  --color-border-black-default: #{$color-border-black-default};
@@ -1,48 +0,0 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@ngx-translate/core";
5
- export class NotificationTooltipComponent {
6
- constructor() {
7
- this.title = '';
8
- this.message = '';
9
- this.direction = 'horizontal';
10
- this.positionArrowHorizontal = 'center';
11
- this.positionArrowVertical = 'center';
12
- this.sideArrow = 'bottom';
13
- this.buttonTitle = "'ACTIONS.CLOSE' | translate'";
14
- this.onClick = new EventEmitter();
15
- this.visible = true;
16
- this.class = '';
17
- }
18
- ngOnInit() {
19
- this.class = `tooltip-arrow-${this.direction} -side-${this.sideArrow} -${this.direction === 'horizontal'
20
- ? this.positionArrowHorizontal : this.positionArrowVertical}`;
21
- }
22
- closeTooltip() {
23
- this.visible = false;
24
- }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NotificationTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
26
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.7", type: NotificationTooltipComponent, selector: "app-tooltip", inputs: { title: "title", message: "message", direction: "direction", positionArrowHorizontal: "positionArrowHorizontal", positionArrowVertical: "positionArrowVertical", sideArrow: "sideArrow", buttonTitle: "buttonTitle" }, outputs: { onClick: "onClick" }, ngImport: i0, template: "\n <div class=\"tooltip-container\">\n <div [ngClass]=\"class\"></div>\n <div class=\"tooltip-content\">\n @if(title !==''){\n <p class=\"title\">{{ title | translate }}</p>\n }\n <p class=\"message\">{{ message | translate }}</p>\n <button class=\"button\" (click)=\"onClick.emit($event)\">{{buttonTitle | translate}}</button>\n </div>\n </div>\n\n", styles: [".tooltip-container{display:flex;padding:12px 16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;flex:1 0 0;z-index:1000;position:absolute}.tooltip-arrow-horizontal{position:absolute;transform:translate(-50%);width:0;height:0;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);z-index:1001}.tooltip-arrow-horizontal.-side-top{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid var(--color-background-alpha-bolder-default);top:4%}.tooltip-arrow-horizontal.-side-bottom{border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--color-background-alpha-bolder-default);top:90%}.tooltip-arrow-horizontal.-left{left:7%}.tooltip-arrow-horizontal.-center{left:50%}.tooltip-arrow-horizontal.-right{left:93%}.tooltip-arrow-vertical{position:absolute;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid var(--color-background-alpha-bolder-default);z-index:1001}.tooltip-arrow-vertical.-side-left{border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid;left:4%}.tooltip-arrow-vertical.-side-right{border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid;left:96%}.tooltip-arrow-vertical.-top{top:18%}.tooltip-arrow-vertical.-center{top:45%}.tooltip-arrow-vertical.-bottom{top:73%}.tooltip-content{display:flex;padding:12px 16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;flex:1 0 0;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);width:214px;border-radius:8px;background:var(--color-background-alpha-bolder-default);align-self:stretch}.button{display:flex;height:32px;width:168px;padding:6px 12px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background-color:var(--color-background-inverse-default);color:var(--color-texticon-contrast)}.title{color:var(--color-texticon-inverse-default);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;align-self:stretch}.message{color:var(--color-texticon-inverse-default, #FFF);font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }] }); }
27
- }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.7", ngImport: i0, type: NotificationTooltipComponent, decorators: [{
29
- type: Component,
30
- args: [{ selector: 'app-tooltip', template: "\n <div class=\"tooltip-container\">\n <div [ngClass]=\"class\"></div>\n <div class=\"tooltip-content\">\n @if(title !==''){\n <p class=\"title\">{{ title | translate }}</p>\n }\n <p class=\"message\">{{ message | translate }}</p>\n <button class=\"button\" (click)=\"onClick.emit($event)\">{{buttonTitle | translate}}</button>\n </div>\n </div>\n\n", styles: [".tooltip-container{display:flex;padding:12px 16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;flex:1 0 0;z-index:1000;position:absolute}.tooltip-arrow-horizontal{position:absolute;transform:translate(-50%);width:0;height:0;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);z-index:1001}.tooltip-arrow-horizontal.-side-top{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid var(--color-background-alpha-bolder-default);top:4%}.tooltip-arrow-horizontal.-side-bottom{border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--color-background-alpha-bolder-default);top:90%}.tooltip-arrow-horizontal.-left{left:7%}.tooltip-arrow-horizontal.-center{left:50%}.tooltip-arrow-horizontal.-right{left:93%}.tooltip-arrow-vertical{position:absolute;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid var(--color-background-alpha-bolder-default);z-index:1001}.tooltip-arrow-vertical.-side-left{border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:8px solid;left:4%}.tooltip-arrow-vertical.-side-right{border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid;left:96%}.tooltip-arrow-vertical.-top{top:18%}.tooltip-arrow-vertical.-center{top:45%}.tooltip-arrow-vertical.-bottom{top:73%}.tooltip-content{display:flex;padding:12px 16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;flex:1 0 0;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);width:214px;border-radius:8px;background:var(--color-background-alpha-bolder-default);align-self:stretch}.button{display:flex;height:32px;width:168px;padding:6px 12px;justify-content:center;align-items:center;gap:8px;border-radius:8px;background-color:var(--color-background-inverse-default);color:var(--color-texticon-contrast)}.title{color:var(--color-texticon-inverse-default);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;align-self:stretch}.message{color:var(--color-texticon-inverse-default, #FFF);font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:20px}\n"] }]
31
- }], ctorParameters: () => [], propDecorators: { title: [{
32
- type: Input
33
- }], message: [{
34
- type: Input
35
- }], direction: [{
36
- type: Input
37
- }], positionArrowHorizontal: [{
38
- type: Input
39
- }], positionArrowVertical: [{
40
- type: Input
41
- }], sideArrow: [{
42
- type: Input
43
- }], buttonTitle: [{
44
- type: Input
45
- }], onClick: [{
46
- type: Output
47
- }] } });
48
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibm90aWZpY2F0aW9uLXRvb2x0aXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXNrc3VpdGUtY2l0cnVzL3NyYy9saWIvY29tcG9uZW50cy9ub3RpZmljYXRpb24tdG9vbHRpcC9ub3RpZmljYXRpb24tdG9vbHRpcC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hc2tzdWl0ZS1jaXRydXMvc3JjL2xpYi9jb21wb25lbnRzL25vdGlmaWNhdGlvbi10b29sdGlwL25vdGlmaWNhdGlvbi10b29sdGlwLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBcUIsTUFBTSxFQUFTLE1BQU0sZUFBZSxDQUFDOzs7O0FBUWpHLE1BQU0sT0FBTyw0QkFBNEI7SUFhdkM7UUFaUyxVQUFLLEdBQVcsRUFBRSxDQUFBO1FBQ2xCLFlBQU8sR0FBVyxFQUFFLENBQUM7UUFDckIsY0FBUyxHQUE4QixZQUFZLENBQUE7UUFDbkQsNEJBQXVCLEdBQStCLFFBQVEsQ0FBQztRQUMvRCwwQkFBcUIsR0FBZ0MsUUFBUSxDQUFDO1FBQzlELGNBQVMsR0FBd0MsUUFBUSxDQUFDO1FBQzFELGdCQUFXLEdBQUcsOEJBQThCLENBQUM7UUFDNUMsWUFBTyxHQUFHLElBQUksWUFBWSxFQUFjLENBQUM7UUFFbkQsWUFBTyxHQUFZLElBQUksQ0FBQztRQUN4QixVQUFLLEdBQUUsRUFBRSxDQUFBO0lBRUssQ0FBQztJQUdmLFFBQVE7UUFDTixJQUFJLENBQUMsS0FBSyxHQUFHLGlCQUFpQixJQUFJLENBQUMsU0FBUyxVQUFVLElBQUksQ0FBQyxTQUFTLEtBQUssSUFBSSxDQUFDLFNBQVMsS0FBSyxZQUFZO1lBQ3RHLENBQUMsQ0FBQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO0lBQ2xFLENBQUM7SUFDRCxZQUFZO1FBQ1YsSUFBSSxDQUFDLE9BQU8sR0FBRyxLQUFLLENBQUM7SUFDdkIsQ0FBQzs4R0F0QlUsNEJBQTRCO2tHQUE1Qiw0QkFBNEIsb1RDUnpDLDZZQVlBOzsyRkRKYSw0QkFBNEI7a0JBTHhDLFNBQVM7K0JBQ0UsYUFBYTt3REFLZCxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csT0FBTztzQkFBZixLQUFLO2dCQUNHLFNBQVM7c0JBQWpCLEtBQUs7Z0JBQ0csdUJBQXVCO3NCQUEvQixLQUFLO2dCQUNHLHFCQUFxQjtzQkFBN0IsS0FBSztnQkFDRyxTQUFTO3NCQUFqQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0ksT0FBTztzQkFBaEIsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRXZlbnRFbWl0dGVyLCBJbnB1dCwgT25DaGFuZ2VzLCBPbkluaXQsIE91dHB1dCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdhcHAtdG9vbHRpcCcsXG4gIHRlbXBsYXRlVXJsOiAnLi9ub3RpZmljYXRpb24tdG9vbHRpcC5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL25vdGlmaWNhdGlvbi10b29sdGlwLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgTm90aWZpY2F0aW9uVG9vbHRpcENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCAge1xuICBASW5wdXQoKSB0aXRsZTogc3RyaW5nID0gJydcbiAgQElucHV0KCkgbWVzc2FnZTogc3RyaW5nID0gJyc7XG4gIEBJbnB1dCgpIGRpcmVjdGlvbjogJ3ZlcnRpY2FsJyB8ICdob3Jpem9udGFsJyA9ICdob3Jpem9udGFsJ1xuICBASW5wdXQoKSBwb3NpdGlvbkFycm93SG9yaXpvbnRhbDogJ2xlZnQnIHwgJ3JpZ2h0JyB8ICdjZW50ZXInPSAnY2VudGVyJztcbiAgQElucHV0KCkgcG9zaXRpb25BcnJvd1ZlcnRpY2FsOiAndG9wJyB8ICdib3R0b20nIHwgJ2NlbnRlcicgPSAnY2VudGVyJztcbiAgQElucHV0KCkgc2lkZUFycm93OiAndG9wJyB8ICdib3R0b20nIHwgJ3JpZ2h0JyB8ICdsZWZ0JyA9ICdib3R0b20nO1xuICBASW5wdXQoKSBidXR0b25UaXRsZSA9IFwiJ0FDVElPTlMuQ0xPU0UnIHwgdHJhbnNsYXRlJ1wiO1xuICBAT3V0cHV0KCkgb25DbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8TW91c2VFdmVudD4oKTtcblxuICB2aXNpYmxlOiBib29sZWFuID0gdHJ1ZTtcbiAgY2xhc3MgPScnXG5cbiAgY29uc3RydWN0b3IoKXt9XG5cbiAgXG4gIG5nT25Jbml0KCl7XG4gICAgdGhpcy5jbGFzcyA9IGB0b29sdGlwLWFycm93LSR7dGhpcy5kaXJlY3Rpb259IC1zaWRlLSR7dGhpcy5zaWRlQXJyb3d9IC0ke3RoaXMuZGlyZWN0aW9uID09PSAnaG9yaXpvbnRhbCcgXG4gICAgICA/IHRoaXMucG9zaXRpb25BcnJvd0hvcml6b250YWwgOiB0aGlzLnBvc2l0aW9uQXJyb3dWZXJ0aWNhbH1gO1xuICB9IFxuICBjbG9zZVRvb2x0aXAoKSB7XG4gICAgdGhpcy52aXNpYmxlID0gZmFsc2U7XG4gIH1cbn1cbiIsIlxuICA8ZGl2IGNsYXNzPVwidG9vbHRpcC1jb250YWluZXJcIj5cbiAgICA8ZGl2IFtuZ0NsYXNzXT1cImNsYXNzXCI+PC9kaXY+XG4gICAgPGRpdiBjbGFzcz1cInRvb2x0aXAtY29udGVudFwiPlxuICAgICAgICBAaWYodGl0bGUgIT09Jycpe1xuICAgICAgICAgIDxwIGNsYXNzPVwidGl0bGVcIj57eyB0aXRsZSB8IHRyYW5zbGF0ZSB9fTwvcD5cbiAgICAgICAgfVxuICAgICAgICA8cCBjbGFzcz1cIm1lc3NhZ2VcIj57eyBtZXNzYWdlIHwgdHJhbnNsYXRlIH19PC9wPlxuICAgICAgPGJ1dHRvbiBjbGFzcz1cImJ1dHRvblwiIChjbGljayk9XCJvbkNsaWNrLmVtaXQoJGV2ZW50KVwiPnt7YnV0dG9uVGl0bGUgfCB0cmFuc2xhdGV9fTwvYnV0dG9uPlxuICAgIDwvZGl2PlxuICA8L2Rpdj5cblxuIl19
@@ -1,19 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class NotificationTooltipComponent implements OnInit {
4
- title: string;
5
- message: string;
6
- direction: 'vertical' | 'horizontal';
7
- positionArrowHorizontal: 'left' | 'right' | 'center';
8
- positionArrowVertical: 'top' | 'bottom' | 'center';
9
- sideArrow: 'top' | 'bottom' | 'right' | 'left';
10
- buttonTitle: string;
11
- onClick: EventEmitter<MouseEvent>;
12
- visible: boolean;
13
- class: string;
14
- constructor();
15
- ngOnInit(): void;
16
- closeTooltip(): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationTooltipComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationTooltipComponent, "app-tooltip", never, { "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "positionArrowHorizontal": { "alias": "positionArrowHorizontal"; "required": false; }; "positionArrowVertical": { "alias": "positionArrowVertical"; "required": false; }; "sideArrow": { "alias": "sideArrow"; "required": false; }; "buttonTitle": { "alias": "buttonTitle"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>;
19
- }