ngx-bimplus-components 0.0.160 → 0.0.161

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 (162) hide show
  1. package/assets/images/default/Attachment_18_gray.svg +1 -0
  2. package/assets/images/default/Attachment_18_maincolor.svg +3 -0
  3. package/assets/images/default/Attachmentlink_18_gray.svg +7 -0
  4. package/assets/images/default/Attachmentlink_18_maincolor.svg +7 -0
  5. package/assets/images/default/Calendar_18.svg +4 -0
  6. package/assets/images/default/Calendar_18_disabled.svg +1 -0
  7. package/assets/images/default/Calendar_18_gray.svg +1 -0
  8. package/assets/images/default/Comments_18_gray.svg +1 -0
  9. package/assets/images/default/Comments_18_maincolor.svg +4 -0
  10. package/assets/images/default/Links_18_gray.svg +1 -0
  11. package/assets/images/default/Links_18_maincolor.svg +4 -0
  12. package/assets/images/default/Refresh_18_gray.svg +1 -0
  13. package/assets/images/default/bimplus_WebIcons_Cross_Disabled.svg +1 -0
  14. package/assets/images/default/ic_models.svg +3 -0
  15. package/assets/images/default/ic_models_maincolor.svg +3 -0
  16. package/assets/images/default/icn_grid_attachments.png +0 -0
  17. package/assets/images/default/icn_grid_hyperlinks.png +0 -0
  18. package/assets/images/default/progress-spinner.svg +1 -0
  19. package/esm2022/lib/components/bimplus-attachments/bimplus-attachments.component.mjs +114 -0
  20. package/esm2022/lib/components/bimplus-attachments/bimplus-attachments.interface.mjs +38 -0
  21. package/esm2022/lib/components/bimplus-attachments/components/bimplus-attachment-item/bimplus-attachment-item.component.mjs +95 -0
  22. package/esm2022/lib/components/bimplus-attachments/services/bimplus-attachments.service.mjs +32 -0
  23. package/esm2022/lib/components/bimplus-buttons-row/bimplus-buttons-row.component.mjs +40 -5
  24. package/esm2022/lib/components/bimplus-buttons-row/bimplus-buttons-row.interface.mjs +5 -2
  25. package/esm2022/lib/components/bimplus-comment/IComment.mjs +2 -0
  26. package/esm2022/lib/components/bimplus-comment/bimplus-comment.component.mjs +118 -0
  27. package/esm2022/lib/components/bimplus-connection-designer/bimplus-connection-designer.component.mjs +5 -5
  28. package/esm2022/lib/components/bimplus-connection-designer-results/bimplus-connection-designer-results.component.mjs +3 -3
  29. package/esm2022/lib/components/bimplus-flat-tree/bimplus-flat-tree.component.mjs +115 -7
  30. package/esm2022/lib/components/bimplus-flat-tree/bimplus-flat-tree.interface.mjs +1 -1
  31. package/esm2022/lib/components/bimplus-floating-bar-header-logo/bimplus-floating-bar-header-logo.component.mjs +1 -1
  32. package/esm2022/lib/components/bimplus-general-overlay-dialog/bimplus-general-dialog-config-settings.mjs +1 -1
  33. package/esm2022/lib/components/bimplus-general-overlay-dialog/bimplus-general-overlay-dialog.component.mjs +3 -3
  34. package/esm2022/lib/components/bimplus-input-checkbox/bimplus-input-checkbox.component.mjs +64 -0
  35. package/esm2022/lib/components/bimplus-input-combobox/bimplus-input-combobox.component.mjs +161 -0
  36. package/esm2022/lib/components/bimplus-input-date/bimplus-input-date.component.mjs +271 -0
  37. package/esm2022/lib/components/bimplus-input-number/bimplus-input-number.component.mjs +85 -0
  38. package/esm2022/lib/components/bimplus-input-text-field/bimplus-input-text-field.component.mjs +92 -0
  39. package/esm2022/lib/components/bimplus-link-tooltip-message/bimplus-link-tooltip-message.component.mjs +78 -0
  40. package/esm2022/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.component.mjs +385 -0
  41. package/esm2022/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.interface.mjs +3 -0
  42. package/esm2022/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.service.mjs +104 -0
  43. package/esm2022/lib/components/bimplus-object-comments-list/bimplusObjectCommentsI.mjs +2 -0
  44. package/esm2022/lib/components/bimplus-object-complex-properties/bimplus-object-complex-properties.component.mjs +3 -3
  45. package/esm2022/lib/components/bimplus-object-navigator/bimplus-object-navigator.component.mjs +6 -3
  46. package/esm2022/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.component.mjs +3 -3
  47. package/esm2022/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.interface.mjs +1 -1
  48. package/esm2022/lib/components/bimplus-object-navigator/object-filter-result/object-filter-result.component.mjs +3 -3
  49. package/esm2022/lib/components/bimplus-object-structure/bimplus-object-structure.component.mjs +42 -4
  50. package/esm2022/lib/components/bimplus-object-structure/bimplus-object-structure.interface.mjs +4 -2
  51. package/esm2022/lib/components/bimplus-overlay-dialog-confirm/bimplus-overlay-dialog-confirm.component.mjs +77 -0
  52. package/esm2022/lib/components/bimplus-overlay-dialog-delete/bimplus-overlay-dialog-delete.component.mjs +83 -0
  53. package/esm2022/lib/components/bimplus-overlay-dialog-error/bimplus-overlay-dialog-error.component.mjs +31 -8
  54. package/esm2022/lib/components/bimplus-overlay-dialog-warning/bimplus-overlay-dialog-warning.component.mjs +34 -8
  55. package/esm2022/lib/components/bimplus-scrollable-container/bimplus-scrollable-container.component.mjs +1 -1
  56. package/esm2022/lib/components/bimplus-status-bar/bimplus-status-bar.component.mjs +35 -0
  57. package/esm2022/lib/components/bimplus-status-bar/bimplus-status-bar.service.mjs +35 -0
  58. package/esm2022/lib/components/bimplus-status-bar/statusBar.mjs +2 -0
  59. package/esm2022/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.component.mjs +38 -0
  60. package/esm2022/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.interface.mjs +10 -0
  61. package/esm2022/lib/components/bimplus-tabs-switcher/components/bimplus-tab/bimplus-tab.component.mjs +89 -0
  62. package/esm2022/lib/components/bimplus-tabs-switcher/services/bimplus-tabs-switcher.service.mjs +33 -0
  63. package/esm2022/lib/components/bimplus-textarea/autoResizeTextarea.directive.mjs +83 -0
  64. package/esm2022/lib/components/bimplus-textarea/bimplus-textarea.component.mjs +128 -0
  65. package/esm2022/lib/components/links-to-documents/links-to-documents.component.mjs +373 -0
  66. package/esm2022/lib/components/object-hyperlinks/object-hyperlinks.component.mjs +145 -0
  67. package/esm2022/lib/components/object-hyperlinks-item/object-hyperlinks-item.component.mjs +36 -0
  68. package/esm2022/lib/components/object-preview/object-preview.component.mjs +284 -0
  69. package/esm2022/lib/components/object-preview/object-preview.interface.mjs +2 -0
  70. package/esm2022/lib/components/object-properties/object-properties.component.mjs +545 -0
  71. package/esm2022/lib/components/object-properties/object-properties.interface.mjs +2 -0
  72. package/esm2022/lib/components/object-properties/object-properties.service.mjs +26 -0
  73. package/esm2022/lib/components/object-properties-group/object-properties-group.component.mjs +129 -0
  74. package/esm2022/lib/components/object-properties-group/object-property-value/object-property-value.component.mjs +55 -0
  75. package/esm2022/lib/components/object-properties-header/object-properties-header.component.mjs +48 -6
  76. package/esm2022/lib/components/object-properties-header/object-properties-header.interface.mjs +1 -1
  77. package/esm2022/lib/components/resizable-panel/resizable-panel.component.mjs +54 -10
  78. package/esm2022/lib/pipes/bit-converter.pipe.mjs +46 -0
  79. package/esm2022/lib/pipes/get-attribute-value-as-string.pipe.mjs +173 -0
  80. package/esm2022/lib/pipes/get-attribute-value.pipe.mjs +156 -0
  81. package/esm2022/lib/pipes/round.pipe.mjs +20 -0
  82. package/esm2022/lib/services/decorators.service.mjs +65 -0
  83. package/esm2022/lib/utils/objectProperties.mjs +9 -0
  84. package/esm2022/lib/validators/double-enum.validator.mjs +20 -0
  85. package/esm2022/lib/validators/double.validator.mjs +23 -0
  86. package/esm2022/lib/validators/guid-enum.validator.mjs +20 -0
  87. package/esm2022/lib/validators/guid.validator.mjs +14 -0
  88. package/esm2022/lib/validators/integer.validator.mjs +23 -0
  89. package/esm2022/lib/validators/string-combobox.validator.mjs +20 -0
  90. package/esm2022/lib/validators/string-enum.validator.mjs +20 -0
  91. package/esm2022/public-api.mjs +22 -1
  92. package/fesm2022/ngx-bimplus-components.mjs +4612 -80
  93. package/fesm2022/ngx-bimplus-components.mjs.map +1 -1
  94. package/lib/components/bimplus-attachments/bimplus-attachments.component.d.ts +39 -0
  95. package/lib/components/bimplus-attachments/bimplus-attachments.interface.d.ts +33 -0
  96. package/lib/components/bimplus-attachments/components/bimplus-attachment-item/bimplus-attachment-item.component.d.ts +30 -0
  97. package/lib/components/bimplus-attachments/services/bimplus-attachments.service.d.ts +8 -0
  98. package/lib/components/bimplus-buttons-row/bimplus-buttons-row.component.d.ts +14 -3
  99. package/lib/components/bimplus-buttons-row/bimplus-buttons-row.interface.d.ts +7 -1
  100. package/lib/components/bimplus-comment/IComment.d.ts +4 -0
  101. package/lib/components/bimplus-comment/bimplus-comment.component.d.ts +39 -0
  102. package/lib/components/bimplus-flat-tree/bimplus-flat-tree.component.d.ts +16 -3
  103. package/lib/components/bimplus-flat-tree/bimplus-flat-tree.interface.d.ts +4 -0
  104. package/lib/components/bimplus-floating-bar-header-logo/bimplus-floating-bar-header-logo.component.d.ts +1 -1
  105. package/lib/components/bimplus-general-overlay-dialog/bimplus-general-dialog-config-settings.d.ts +3 -3
  106. package/lib/components/bimplus-input-checkbox/bimplus-input-checkbox.component.d.ts +18 -0
  107. package/lib/components/bimplus-input-combobox/bimplus-input-combobox.component.d.ts +41 -0
  108. package/lib/components/bimplus-input-date/bimplus-input-date.component.d.ts +46 -0
  109. package/lib/components/bimplus-input-number/bimplus-input-number.component.d.ts +26 -0
  110. package/lib/components/bimplus-input-text-field/bimplus-input-text-field.component.d.ts +28 -0
  111. package/lib/components/bimplus-link-tooltip-message/bimplus-link-tooltip-message.component.d.ts +22 -0
  112. package/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.component.d.ts +87 -0
  113. package/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.interface.d.ts +10 -0
  114. package/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.service.d.ts +20 -0
  115. package/lib/components/bimplus-object-comments-list/bimplusObjectCommentsI.d.ts +11 -0
  116. package/lib/components/bimplus-object-navigator/bimplus-object-navigator.component.d.ts +2 -1
  117. package/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.component.d.ts +12 -12
  118. package/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.interface.d.ts +3 -3
  119. package/lib/components/bimplus-object-structure/bimplus-object-structure.component.d.ts +5 -1
  120. package/lib/components/bimplus-object-structure/bimplus-object-structure.interface.d.ts +2 -0
  121. package/lib/components/bimplus-overlay-dialog-confirm/bimplus-overlay-dialog-confirm.component.d.ts +29 -0
  122. package/lib/components/bimplus-overlay-dialog-delete/bimplus-overlay-dialog-delete.component.d.ts +24 -0
  123. package/lib/components/bimplus-overlay-dialog-error/bimplus-overlay-dialog-error.component.d.ts +8 -1
  124. package/lib/components/bimplus-overlay-dialog-warning/bimplus-overlay-dialog-warning.component.d.ts +11 -1
  125. package/lib/components/bimplus-scrollable-container/bimplus-scrollable-container.component.d.ts +1 -1
  126. package/lib/components/bimplus-status-bar/bimplus-status-bar.component.d.ts +14 -0
  127. package/lib/components/bimplus-status-bar/bimplus-status-bar.service.d.ts +14 -0
  128. package/lib/components/bimplus-status-bar/statusBar.d.ts +4 -0
  129. package/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.component.d.ts +16 -0
  130. package/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.interface.d.ts +18 -0
  131. package/lib/components/bimplus-tabs-switcher/components/bimplus-tab/bimplus-tab.component.d.ts +36 -0
  132. package/lib/components/bimplus-tabs-switcher/services/bimplus-tabs-switcher.service.d.ts +15 -0
  133. package/lib/components/bimplus-textarea/autoResizeTextarea.directive.d.ts +24 -0
  134. package/lib/components/bimplus-textarea/bimplus-textarea.component.d.ts +42 -0
  135. package/lib/components/links-to-documents/links-to-documents.component.d.ts +68 -0
  136. package/lib/components/object-hyperlinks/object-hyperlinks.component.d.ts +32 -0
  137. package/lib/components/object-hyperlinks-item/object-hyperlinks-item.component.d.ts +15 -0
  138. package/lib/components/object-preview/object-preview.component.d.ts +45 -0
  139. package/lib/components/object-preview/object-preview.interface.d.ts +5 -0
  140. package/lib/components/object-properties/object-properties.component.d.ts +79 -0
  141. package/lib/components/object-properties/object-properties.interface.d.ts +22 -0
  142. package/lib/components/object-properties/object-properties.service.d.ts +12 -0
  143. package/lib/components/object-properties-group/object-properties-group.component.d.ts +30 -0
  144. package/lib/components/object-properties-group/object-property-value/object-property-value.component.d.ts +14 -0
  145. package/lib/components/object-properties-header/object-properties-header.component.d.ts +13 -4
  146. package/lib/components/object-properties-header/object-properties-header.interface.d.ts +8 -0
  147. package/lib/components/resizable-panel/resizable-panel.component.d.ts +12 -3
  148. package/lib/pipes/bit-converter.pipe.d.ts +17 -0
  149. package/lib/pipes/get-attribute-value-as-string.pipe.d.ts +35 -0
  150. package/lib/pipes/get-attribute-value.pipe.d.ts +35 -0
  151. package/lib/pipes/round.pipe.d.ts +7 -0
  152. package/lib/services/decorators.service.d.ts +12 -0
  153. package/lib/utils/objectProperties.d.ts +2 -0
  154. package/lib/validators/double-enum.validator.d.ts +2 -0
  155. package/lib/validators/double.validator.d.ts +2 -0
  156. package/lib/validators/guid-enum.validator.d.ts +2 -0
  157. package/lib/validators/guid.validator.d.ts +2 -0
  158. package/lib/validators/integer.validator.d.ts +2 -0
  159. package/lib/validators/string-combobox.validator.d.ts +2 -0
  160. package/lib/validators/string-enum.validator.d.ts +2 -0
  161. package/package.json +14 -4
  162. package/public-api.d.ts +21 -0
@@ -0,0 +1,78 @@
1
+ import { CommonModule } from '@angular/common';
2
+ import { Component, HostListener, Input, ViewChild, ViewEncapsulation } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ import * as i1 from "@angular/common";
5
+ export class BimplusLinkTooltipMessageComponent {
6
+ constructor() {
7
+ this._enableCopyPressKeys = true;
8
+ this._titleHeader = '';
9
+ this._link = '';
10
+ this.arrowPosition = 'right-arrow';
11
+ }
12
+ get link() {
13
+ return this._link;
14
+ }
15
+ set link(value) {
16
+ this._link = value;
17
+ }
18
+ get titleHeader() {
19
+ return this._titleHeader;
20
+ }
21
+ set titleHeader(value) {
22
+ this._titleHeader = value;
23
+ }
24
+ get enableCopyPressKeys() {
25
+ return this._enableCopyPressKeys;
26
+ }
27
+ set enableCopyPressKeys(value) {
28
+ this._enableCopyPressKeys = value;
29
+ }
30
+ ngAfterViewInit() {
31
+ this.selectText(this.messageLink.nativeElement);
32
+ }
33
+ selectText(node) {
34
+ if (window.getSelection) {
35
+ const selection = window.getSelection();
36
+ const range = document.createRange();
37
+ range.selectNodeContents(node);
38
+ selection?.removeAllRanges();
39
+ selection?.addRange(range);
40
+ }
41
+ else {
42
+ console.log("Could not select text in node: Unsupported browser.");
43
+ }
44
+ }
45
+ close() {
46
+ this.onClose?.();
47
+ }
48
+ onKeyPress() {
49
+ if (this.messageLink && this.enableCopyPressKeys) {
50
+ navigator.clipboard.writeText(this.messageLink.nativeElement.innerText).catch((err) => {
51
+ console.error("Could not copy text in node.", err);
52
+ });
53
+ }
54
+ }
55
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BimplusLinkTooltipMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
56
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: BimplusLinkTooltipMessageComponent, isStandalone: true, selector: "lib-bimplus-link-tooltip-message", inputs: { link: "link", titleHeader: "titleHeader", enableCopyPressKeys: "enableCopyPressKeys", arrowPosition: "arrowPosition", onClose: "onClose" }, host: { listeners: { "window:keydown.control.c": "onKeyPress($event)" } }, viewQueries: [{ propertyName: "messageLink", first: true, predicate: ["messageLink"], descendants: true }], ngImport: i0, template: "<div class=\"link-content\" #linkContent>\r\n <div\r\n class=\"link-tooltip-message\"\r\n #linkTooltipMessage\r\n >\r\n <div class=\"header\">\r\n <span class=\"title\">{{titleHeader}}</span>\r\n <span\r\n class='tooltip-cross-icon close'\r\n (click)=\"close()\"\r\n (keydown)=\"close()\"\r\n >\u2715\uFE0E</span>\r\n </div>\r\n <div class=\"content\">\r\n <div\r\n class=\"link\"\r\n #messageLink\r\n [innerHTML]=\"link\">\r\n </div>\r\n </div>\r\n </div>\r\n <div\r\n class=\"arrow\"\r\n [ngClass]=\"arrowPosition\"\r\n ></div>\r\n</div>\r\n<div\r\n class=\"link-tooltip-message-overlay\"\r\n (click)=\"close()\"\r\n (keydown)=\"close()\"\r\n></div>", styles: [".link-content{display:flex;max-width:40rem;min-width:5rem;top:8rem;right:9.4rem;position:fixed;z-index:3;background:var(--popup-window-content-background-color);filter:drop-shadow(.3rem .3rem .3rem var(--portal-modal-background-color-overlay))}.link-content .arrow{height:0;width:0;border:1.85rem solid transparent;position:fixed}.link-content .arrow.right-arrow{border-left:1.7rem solid var(--popup-window-content-background-color);right:-3.4rem;top:.5rem}.link-content .arrow.left-arrow{border-right:1.7rem solid var(--popup-window-content-background-color);left:-3.4rem;top:.5rem}.link-content .link-tooltip-message{color:var(--ui-text-1-color);font-size:1.8rem;max-width:40rem;min-width:5rem;text-align:center;background:var(--popup-window-content-background-color);padding:.5rem;cursor:default}.link-content .link-tooltip-message div,.link-content .link-tooltip-message span{-webkit-tap-highlight-color:transparent}.link-content .link-tooltip-message .header{width:100%;font:700 1.28rem Source Sans Pro,Helvetica,Arial,tahoma,sans-serif!important;text-align:left;padding-bottom:.3rem}.link-content .link-tooltip-message .header .title{margin-right:auto}.link-content .link-tooltip-message .header .close{font-size:2.1rem;line-height:1;color:var(--ui-icon-text-color-enabled);text-shadow:0 1px 0 var(--popup-window-content-background-color);opacity:.2;float:right;padding-right:.3rem}.link-content .link-tooltip-message .header .close:hover{color:var(--ui-icon-text-color-enabled);text-decoration:none;cursor:pointer;opacity:.5}.link-content .link-tooltip-message .content{font:400 1.28rem Source Sans Pro,Helvetica,Arial,tahoma,sans-serif!important;color:var(--ui-icon-text-color-enabled);-webkit-user-select:text;user-select:text}.link-content .link-tooltip-message .content .link{text-align:left}.link-tooltip-message-overlay{height:100%;width:100%;position:fixed;z-index:2;left:0;top:0;overflow-x:hidden;background-color:transparent}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.ShadowDom }); }
57
+ }
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: BimplusLinkTooltipMessageComponent, decorators: [{
59
+ type: Component,
60
+ args: [{ selector: 'lib-bimplus-link-tooltip-message', standalone: true, imports: [CommonModule], encapsulation: ViewEncapsulation.ShadowDom, template: "<div class=\"link-content\" #linkContent>\r\n <div\r\n class=\"link-tooltip-message\"\r\n #linkTooltipMessage\r\n >\r\n <div class=\"header\">\r\n <span class=\"title\">{{titleHeader}}</span>\r\n <span\r\n class='tooltip-cross-icon close'\r\n (click)=\"close()\"\r\n (keydown)=\"close()\"\r\n >\u2715\uFE0E</span>\r\n </div>\r\n <div class=\"content\">\r\n <div\r\n class=\"link\"\r\n #messageLink\r\n [innerHTML]=\"link\">\r\n </div>\r\n </div>\r\n </div>\r\n <div\r\n class=\"arrow\"\r\n [ngClass]=\"arrowPosition\"\r\n ></div>\r\n</div>\r\n<div\r\n class=\"link-tooltip-message-overlay\"\r\n (click)=\"close()\"\r\n (keydown)=\"close()\"\r\n></div>", styles: [".link-content{display:flex;max-width:40rem;min-width:5rem;top:8rem;right:9.4rem;position:fixed;z-index:3;background:var(--popup-window-content-background-color);filter:drop-shadow(.3rem .3rem .3rem var(--portal-modal-background-color-overlay))}.link-content .arrow{height:0;width:0;border:1.85rem solid transparent;position:fixed}.link-content .arrow.right-arrow{border-left:1.7rem solid var(--popup-window-content-background-color);right:-3.4rem;top:.5rem}.link-content .arrow.left-arrow{border-right:1.7rem solid var(--popup-window-content-background-color);left:-3.4rem;top:.5rem}.link-content .link-tooltip-message{color:var(--ui-text-1-color);font-size:1.8rem;max-width:40rem;min-width:5rem;text-align:center;background:var(--popup-window-content-background-color);padding:.5rem;cursor:default}.link-content .link-tooltip-message div,.link-content .link-tooltip-message span{-webkit-tap-highlight-color:transparent}.link-content .link-tooltip-message .header{width:100%;font:700 1.28rem Source Sans Pro,Helvetica,Arial,tahoma,sans-serif!important;text-align:left;padding-bottom:.3rem}.link-content .link-tooltip-message .header .title{margin-right:auto}.link-content .link-tooltip-message .header .close{font-size:2.1rem;line-height:1;color:var(--ui-icon-text-color-enabled);text-shadow:0 1px 0 var(--popup-window-content-background-color);opacity:.2;float:right;padding-right:.3rem}.link-content .link-tooltip-message .header .close:hover{color:var(--ui-icon-text-color-enabled);text-decoration:none;cursor:pointer;opacity:.5}.link-content .link-tooltip-message .content{font:400 1.28rem Source Sans Pro,Helvetica,Arial,tahoma,sans-serif!important;color:var(--ui-icon-text-color-enabled);-webkit-user-select:text;user-select:text}.link-content .link-tooltip-message .content .link{text-align:left}.link-tooltip-message-overlay{height:100%;width:100%;position:fixed;z-index:2;left:0;top:0;overflow-x:hidden;background-color:transparent}\n"] }]
61
+ }], propDecorators: { messageLink: [{
62
+ type: ViewChild,
63
+ args: ['messageLink']
64
+ }], link: [{
65
+ type: Input
66
+ }], titleHeader: [{
67
+ type: Input
68
+ }], enableCopyPressKeys: [{
69
+ type: Input
70
+ }], arrowPosition: [{
71
+ type: Input
72
+ }], onClose: [{
73
+ type: Input
74
+ }], onKeyPress: [{
75
+ type: HostListener,
76
+ args: ['window:keydown.control.c', ['$event']]
77
+ }] } });
78
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmltcGx1cy1saW5rLXRvb2x0aXAtbWVzc2FnZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtYmltcGx1cy1jb21wb25lbnRzL3NyYy9saWIvY29tcG9uZW50cy9iaW1wbHVzLWxpbmstdG9vbHRpcC1tZXNzYWdlL2JpbXBsdXMtbGluay10b29sdGlwLW1lc3NhZ2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbmd4LWJpbXBsdXMtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvYmltcGx1cy1saW5rLXRvb2x0aXAtbWVzc2FnZS9iaW1wbHVzLWxpbmstdG9vbHRpcC1tZXNzYWdlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQWlCLFNBQVMsRUFBYyxZQUFZLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7O0FBVXhILE1BQU0sT0FBTyxrQ0FBa0M7SUFSL0M7UUFZVSx5QkFBb0IsR0FBRyxJQUFJLENBQUM7UUFDNUIsaUJBQVksR0FBRyxFQUFFLENBQUM7UUFDbEIsVUFBSyxHQUFHLEVBQUUsQ0FBQztRQTJCbkIsa0JBQWEsR0FBRyxhQUFhLENBQUM7S0FpQy9CO0lBMURDLElBQ0ksSUFBSTtRQUNOLE9BQU8sSUFBSSxDQUFDLEtBQUssQ0FBQztJQUNwQixDQUFDO0lBQ0QsSUFBSSxJQUFJLENBQUMsS0FBYTtRQUNwQixJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQztJQUNyQixDQUFDO0lBRUQsSUFDSSxXQUFXO1FBQ2IsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQzNCLENBQUM7SUFDRCxJQUFJLFdBQVcsQ0FBQyxLQUFhO1FBQzNCLElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO0lBQzVCLENBQUM7SUFFRCxJQUNJLG1CQUFtQjtRQUNyQixPQUFPLElBQUksQ0FBQyxvQkFBb0IsQ0FBQztJQUNuQyxDQUFDO0lBQ0QsSUFBSSxtQkFBbUIsQ0FBQyxLQUFjO1FBQ3BDLElBQUksQ0FBQyxvQkFBb0IsR0FBRyxLQUFLLENBQUM7SUFDcEMsQ0FBQztJQVFELGVBQWU7UUFDYixJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDbEQsQ0FBQztJQUVELFVBQVUsQ0FBQyxJQUFpQjtRQUMxQixJQUFJLE1BQU0sQ0FBQyxZQUFZLEVBQUUsQ0FBQztZQUN4QixNQUFNLFNBQVMsR0FBRyxNQUFNLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDeEMsTUFBTSxLQUFLLEdBQUcsUUFBUSxDQUFDLFdBQVcsRUFBRSxDQUFDO1lBQ3JDLEtBQUssQ0FBQyxrQkFBa0IsQ0FBQyxJQUFJLENBQUMsQ0FBQztZQUMvQixTQUFTLEVBQUUsZUFBZSxFQUFFLENBQUM7WUFDN0IsU0FBUyxFQUFFLFFBQVEsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM3QixDQUFDO2FBQU0sQ0FBQztZQUNOLE9BQU8sQ0FBQyxHQUFHLENBQUMscURBQXFELENBQUMsQ0FBQztRQUNyRSxDQUFDO0lBQ0gsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsT0FBTyxFQUFFLEVBQUUsQ0FBQztJQUNuQixDQUFDO0lBR0QsVUFBVTtRQUNSLElBQUksSUFBSSxDQUFDLFdBQVcsSUFBSSxJQUFJLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztZQUNqRCxTQUFTLENBQUMsU0FBUyxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLGFBQWEsQ0FBQyxTQUFTLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxHQUFHLEVBQUUsRUFBRTtnQkFDcEYsT0FBTyxDQUFDLEtBQUssQ0FBQyw4QkFBOEIsRUFBRSxHQUFHLENBQUMsQ0FBQztZQUNyRCxDQUFDLENBQUMsQ0FBQztRQUNMLENBQUM7SUFDSCxDQUFDOytHQWpFVSxrQ0FBa0M7bUdBQWxDLGtDQUFrQyx5YUNYL0MsZ3ZCQThCTyxnOUREdEJLLFlBQVk7OzRGQUdYLGtDQUFrQztrQkFSOUMsU0FBUzsrQkFDRSxrQ0FBa0MsY0FHaEMsSUFBSSxXQUNQLENBQUMsWUFBWSxDQUFDLGlCQUNSLGlCQUFpQixDQUFDLFNBQVM7OEJBSWhCLFdBQVc7c0JBQXBDLFNBQVM7dUJBQUMsYUFBYTtnQkFPcEIsSUFBSTtzQkFEUCxLQUFLO2dCQVNGLFdBQVc7c0JBRGQsS0FBSztnQkFTRixtQkFBbUI7c0JBRHRCLEtBQUs7Z0JBU04sYUFBYTtzQkFEWixLQUFLO2dCQUlOLE9BQU87c0JBRE4sS0FBSztnQkF3Qk4sVUFBVTtzQkFEVCxZQUFZO3VCQUFDLDBCQUEwQixFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgQWZ0ZXJWaWV3SW5pdCwgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBIb3N0TGlzdGVuZXIsIElucHV0LCBWaWV3Q2hpbGQsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2xpYi1iaW1wbHVzLWxpbmstdG9vbHRpcC1tZXNzYWdlJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmltcGx1cy1saW5rLXRvb2x0aXAtbWVzc2FnZS5jb21wb25lbnQuaHRtbCcsXHJcbiAgc3R5bGVVcmxzOiBbJy4vYmltcGx1cy1saW5rLXRvb2x0aXAtbWVzc2FnZS5jb21wb25lbnQubGVzcyddLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uU2hhZG93RG9tXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBCaW1wbHVzTGlua1Rvb2x0aXBNZXNzYWdlQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XHJcblxyXG4gIEBWaWV3Q2hpbGQoJ21lc3NhZ2VMaW5rJykgbWVzc2FnZUxpbmshOiBFbGVtZW50UmVmPEhUTUxFbGVtZW50PjtcclxuXHJcbiAgcHJpdmF0ZSBfZW5hYmxlQ29weVByZXNzS2V5cyA9IHRydWU7XHJcbiAgcHJpdmF0ZSBfdGl0bGVIZWFkZXIgPSAnJztcclxuICBwcml2YXRlIF9saW5rID0gJyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZ2V0IGxpbmsoKTogc3RyaW5nIHtcclxuICAgIHJldHVybiB0aGlzLl9saW5rO1xyXG4gIH1cclxuICBzZXQgbGluayh2YWx1ZTogc3RyaW5nKSB7XHJcbiAgICB0aGlzLl9saW5rID0gdmFsdWU7XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKVxyXG4gIGdldCB0aXRsZUhlYWRlcigpOiBzdHJpbmcge1xyXG4gICAgcmV0dXJuIHRoaXMuX3RpdGxlSGVhZGVyO1xyXG4gIH1cclxuICBzZXQgdGl0bGVIZWFkZXIodmFsdWU6IHN0cmluZykge1xyXG4gICAgdGhpcy5fdGl0bGVIZWFkZXIgPSB2YWx1ZTtcclxuICB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgZ2V0IGVuYWJsZUNvcHlQcmVzc0tleXMoKTogYm9vbGVhbiB7XHJcbiAgICByZXR1cm4gdGhpcy5fZW5hYmxlQ29weVByZXNzS2V5cztcclxuICB9XHJcbiAgc2V0IGVuYWJsZUNvcHlQcmVzc0tleXModmFsdWU6IGJvb2xlYW4pIHtcclxuICAgIHRoaXMuX2VuYWJsZUNvcHlQcmVzc0tleXMgPSB2YWx1ZTtcclxuICB9XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgYXJyb3dQb3NpdGlvbiA9ICdyaWdodC1hcnJvdyc7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgb25DbG9zZT86ICgpID0+IHZvaWQ7XHJcblxyXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcclxuICAgIHRoaXMuc2VsZWN0VGV4dCh0aGlzLm1lc3NhZ2VMaW5rLm5hdGl2ZUVsZW1lbnQpO1xyXG4gIH1cclxuXHJcbiAgc2VsZWN0VGV4dChub2RlOiBIVE1MRWxlbWVudCkge1xyXG4gICAgaWYgKHdpbmRvdy5nZXRTZWxlY3Rpb24pIHtcclxuICAgICAgY29uc3Qgc2VsZWN0aW9uID0gd2luZG93LmdldFNlbGVjdGlvbigpO1xyXG4gICAgICBjb25zdCByYW5nZSA9IGRvY3VtZW50LmNyZWF0ZVJhbmdlKCk7XHJcbiAgICAgIHJhbmdlLnNlbGVjdE5vZGVDb250ZW50cyhub2RlKTtcclxuICAgICAgc2VsZWN0aW9uPy5yZW1vdmVBbGxSYW5nZXMoKTtcclxuICAgICAgc2VsZWN0aW9uPy5hZGRSYW5nZShyYW5nZSk7XHJcbiAgICB9IGVsc2Uge1xyXG4gICAgICBjb25zb2xlLmxvZyhcIkNvdWxkIG5vdCBzZWxlY3QgdGV4dCBpbiBub2RlOiBVbnN1cHBvcnRlZCBicm93c2VyLlwiKTtcclxuICAgIH1cclxuICB9XHJcblxyXG4gIGNsb3NlKCkge1xyXG4gICAgdGhpcy5vbkNsb3NlPy4oKTtcclxuICB9XHJcblxyXG4gIEBIb3N0TGlzdGVuZXIoJ3dpbmRvdzprZXlkb3duLmNvbnRyb2wuYycsIFsnJGV2ZW50J10pXHJcbiAgb25LZXlQcmVzcygpIHtcclxuICAgIGlmICh0aGlzLm1lc3NhZ2VMaW5rICYmIHRoaXMuZW5hYmxlQ29weVByZXNzS2V5cykge1xyXG4gICAgICBuYXZpZ2F0b3IuY2xpcGJvYXJkLndyaXRlVGV4dCh0aGlzLm1lc3NhZ2VMaW5rLm5hdGl2ZUVsZW1lbnQuaW5uZXJUZXh0KS5jYXRjaCgoZXJyKSA9PiB7XHJcbiAgICAgICAgY29uc29sZS5lcnJvcihcIkNvdWxkIG5vdCBjb3B5IHRleHQgaW4gbm9kZS5cIiwgZXJyKTtcclxuICAgICAgfSk7XHJcbiAgICB9XHJcbiAgfVxyXG59IiwiPGRpdiBjbGFzcz1cImxpbmstY29udGVudFwiICNsaW5rQ29udGVudD5cclxuICA8ZGl2XHJcbiAgICBjbGFzcz1cImxpbmstdG9vbHRpcC1tZXNzYWdlXCJcclxuICAgICNsaW5rVG9vbHRpcE1lc3NhZ2VcclxuICA+XHJcbiAgICA8ZGl2IGNsYXNzPVwiaGVhZGVyXCI+XHJcbiAgICAgIDxzcGFuIGNsYXNzPVwidGl0bGVcIj57e3RpdGxlSGVhZGVyfX08L3NwYW4+XHJcbiAgICAgIDxzcGFuXHJcbiAgICAgICAgY2xhc3M9J3Rvb2x0aXAtY3Jvc3MtaWNvbiBjbG9zZSdcclxuICAgICAgICAoY2xpY2spPVwiY2xvc2UoKVwiXHJcbiAgICAgICAgKGtleWRvd24pPVwiY2xvc2UoKVwiXHJcbiAgICAgID7inJXvuI48L3NwYW4+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJjb250ZW50XCI+XHJcbiAgICAgIDxkaXZcclxuICAgICAgICBjbGFzcz1cImxpbmtcIlxyXG4gICAgICAgICNtZXNzYWdlTGlua1xyXG4gICAgICAgIFtpbm5lckhUTUxdPVwibGlua1wiPlxyXG4gICAgICA8L2Rpdj5cclxuICAgIDwvZGl2PlxyXG4gIDwvZGl2PlxyXG4gIDxkaXZcclxuICAgIGNsYXNzPVwiYXJyb3dcIlxyXG4gICAgW25nQ2xhc3NdPVwiYXJyb3dQb3NpdGlvblwiXHJcbiAgPjwvZGl2PlxyXG48L2Rpdj5cclxuPGRpdlxyXG4gIGNsYXNzPVwibGluay10b29sdGlwLW1lc3NhZ2Utb3ZlcmxheVwiXHJcbiAgKGNsaWNrKT1cImNsb3NlKClcIlxyXG4gIChrZXlkb3duKT1cImNsb3NlKClcIlxyXG4+PC9kaXY+Il19