ngx-bimplus-components 0.0.159-29471-1 → 0.0.160

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 (158) hide show
  1. package/esm2022/lib/components/bimplus-buttons-row/bimplus-buttons-row.component.mjs +5 -40
  2. package/esm2022/lib/components/bimplus-buttons-row/bimplus-buttons-row.interface.mjs +2 -5
  3. package/esm2022/lib/components/bimplus-connection-designer/bimplus-connection-designer.component.mjs +5 -5
  4. package/esm2022/lib/components/bimplus-connection-designer-results/bimplus-connection-designer-results.component.mjs +3 -3
  5. package/esm2022/lib/components/bimplus-flat-tree/bimplus-flat-tree.component.mjs +7 -115
  6. package/esm2022/lib/components/bimplus-flat-tree/bimplus-flat-tree.interface.mjs +1 -1
  7. package/esm2022/lib/components/bimplus-floating-bar-header-logo/bimplus-floating-bar-header-logo.component.mjs +1 -1
  8. package/esm2022/lib/components/bimplus-general-overlay-dialog/bimplus-general-dialog-config-settings.mjs +1 -1
  9. package/esm2022/lib/components/bimplus-general-overlay-dialog/bimplus-general-overlay-dialog.component.mjs +3 -3
  10. package/esm2022/lib/components/bimplus-object-complex-properties/bimplus-object-complex-properties.component.mjs +3 -3
  11. package/esm2022/lib/components/bimplus-object-navigator/bimplus-object-navigator.component.mjs +32 -12
  12. package/esm2022/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.component.mjs +3 -3
  13. package/esm2022/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.interface.mjs +1 -1
  14. package/esm2022/lib/components/bimplus-object-navigator/object-filter-result/object-filter-result.component.mjs +7 -3
  15. package/esm2022/lib/components/bimplus-object-structure/bimplus-object-structure.component.mjs +4 -42
  16. package/esm2022/lib/components/bimplus-object-structure/bimplus-object-structure.interface.mjs +2 -4
  17. package/esm2022/lib/components/bimplus-overlay-dialog-error/bimplus-overlay-dialog-error.component.mjs +8 -31
  18. package/esm2022/lib/components/bimplus-overlay-dialog-warning/bimplus-overlay-dialog-warning.component.mjs +8 -34
  19. package/esm2022/lib/components/bimplus-scrollable-container/bimplus-scrollable-container.component.mjs +1 -1
  20. package/esm2022/lib/components/object-properties-header/object-properties-header.component.mjs +6 -48
  21. package/esm2022/lib/components/object-properties-header/object-properties-header.interface.mjs +1 -1
  22. package/esm2022/lib/components/resizable-panel/resizable-panel.component.mjs +10 -54
  23. package/esm2022/public-api.mjs +1 -22
  24. package/fesm2022/ngx-bimplus-components.mjs +112 -4329
  25. package/fesm2022/ngx-bimplus-components.mjs.map +1 -1
  26. package/lib/components/bimplus-buttons-row/bimplus-buttons-row.component.d.ts +3 -14
  27. package/lib/components/bimplus-buttons-row/bimplus-buttons-row.interface.d.ts +1 -7
  28. package/lib/components/bimplus-flat-tree/bimplus-flat-tree.component.d.ts +3 -16
  29. package/lib/components/bimplus-flat-tree/bimplus-flat-tree.interface.d.ts +0 -4
  30. package/lib/components/bimplus-floating-bar-header-logo/bimplus-floating-bar-header-logo.component.d.ts +1 -1
  31. package/lib/components/bimplus-general-overlay-dialog/bimplus-general-dialog-config-settings.d.ts +3 -3
  32. package/lib/components/bimplus-object-navigator/bimplus-object-navigator.component.d.ts +7 -5
  33. package/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.component.d.ts +12 -12
  34. package/lib/components/bimplus-object-navigator/criteria-select-object-properties/criteria-select-object-properties.interface.d.ts +3 -3
  35. package/lib/components/bimplus-object-navigator/object-filter-result/object-filter-result.component.d.ts +1 -0
  36. package/lib/components/bimplus-object-structure/bimplus-object-structure.component.d.ts +1 -5
  37. package/lib/components/bimplus-object-structure/bimplus-object-structure.interface.d.ts +0 -2
  38. package/lib/components/bimplus-overlay-dialog-error/bimplus-overlay-dialog-error.component.d.ts +1 -8
  39. package/lib/components/bimplus-overlay-dialog-warning/bimplus-overlay-dialog-warning.component.d.ts +1 -11
  40. package/lib/components/bimplus-scrollable-container/bimplus-scrollable-container.component.d.ts +1 -1
  41. package/lib/components/object-properties-header/object-properties-header.component.d.ts +4 -13
  42. package/lib/components/object-properties-header/object-properties-header.interface.d.ts +0 -8
  43. package/lib/components/resizable-panel/resizable-panel.component.d.ts +3 -12
  44. package/package.json +4 -12
  45. package/public-api.d.ts +0 -21
  46. package/assets/images/default/Attachment_18_gray.svg +0 -1
  47. package/assets/images/default/Attachment_18_maincolor.svg +0 -3
  48. package/assets/images/default/Attachmentlink_18_gray.svg +0 -7
  49. package/assets/images/default/Attachmentlink_18_maincolor.svg +0 -7
  50. package/assets/images/default/Comments_18_gray.svg +0 -1
  51. package/assets/images/default/Comments_18_maincolor.svg +0 -4
  52. package/assets/images/default/Links_18_gray.svg +0 -1
  53. package/assets/images/default/Links_18_maincolor.svg +0 -4
  54. package/assets/images/default/Refresh_18_gray.svg +0 -1
  55. package/assets/images/default/bimplus_WebIcons_Cross_Disabled.svg +0 -1
  56. package/assets/images/default/ic_models.svg +0 -3
  57. package/assets/images/default/ic_models_maincolor.svg +0 -3
  58. package/assets/images/default/icn_grid_attachments.png +0 -0
  59. package/assets/images/default/icn_grid_hyperlinks.png +0 -0
  60. package/assets/images/default/progress-spinner.svg +0 -1
  61. package/esm2022/lib/components/bimplus-attachments/bimplus-attachments.component.mjs +0 -114
  62. package/esm2022/lib/components/bimplus-attachments/bimplus-attachments.interface.mjs +0 -38
  63. package/esm2022/lib/components/bimplus-attachments/components/bimplus-attachment-item/bimplus-attachment-item.component.mjs +0 -95
  64. package/esm2022/lib/components/bimplus-attachments/services/bimplus-attachments.service.mjs +0 -32
  65. package/esm2022/lib/components/bimplus-comment/IComment.mjs +0 -2
  66. package/esm2022/lib/components/bimplus-comment/bimplus-comment.component.mjs +0 -118
  67. package/esm2022/lib/components/bimplus-input-checkbox/bimplus-input-checkbox.component.mjs +0 -64
  68. package/esm2022/lib/components/bimplus-input-combobox/bimplus-input-combobox.component.mjs +0 -161
  69. package/esm2022/lib/components/bimplus-input-number/bimplus-input-number.component.mjs +0 -85
  70. package/esm2022/lib/components/bimplus-input-text-field/bimplus-input-text-field.component.mjs +0 -92
  71. package/esm2022/lib/components/bimplus-link-tooltip-message/bimplus-link-tooltip-message.component.mjs +0 -78
  72. package/esm2022/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.component.mjs +0 -385
  73. package/esm2022/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.interface.mjs +0 -3
  74. package/esm2022/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.service.mjs +0 -104
  75. package/esm2022/lib/components/bimplus-object-comments-list/bimplusObjectCommentsI.mjs +0 -2
  76. package/esm2022/lib/components/bimplus-overlay-dialog-confirm/bimplus-overlay-dialog-confirm.component.mjs +0 -77
  77. package/esm2022/lib/components/bimplus-overlay-dialog-delete/bimplus-overlay-dialog-delete.component.mjs +0 -83
  78. package/esm2022/lib/components/bimplus-status-bar/bimplus-status-bar.component.mjs +0 -35
  79. package/esm2022/lib/components/bimplus-status-bar/bimplus-status-bar.service.mjs +0 -35
  80. package/esm2022/lib/components/bimplus-status-bar/statusBar.mjs +0 -2
  81. package/esm2022/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.component.mjs +0 -38
  82. package/esm2022/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.interface.mjs +0 -10
  83. package/esm2022/lib/components/bimplus-tabs-switcher/components/bimplus-tab/bimplus-tab.component.mjs +0 -89
  84. package/esm2022/lib/components/bimplus-tabs-switcher/services/bimplus-tabs-switcher.service.mjs +0 -33
  85. package/esm2022/lib/components/bimplus-textarea/autoResizeTextarea.directive.mjs +0 -83
  86. package/esm2022/lib/components/bimplus-textarea/bimplus-textarea.component.mjs +0 -128
  87. package/esm2022/lib/components/links-to-documents/links-to-documents.component.mjs +0 -373
  88. package/esm2022/lib/components/object-hyperlinks/object-hyperlinks.component.mjs +0 -145
  89. package/esm2022/lib/components/object-hyperlinks-item/object-hyperlinks-item.component.mjs +0 -36
  90. package/esm2022/lib/components/object-preview/object-preview.component.mjs +0 -284
  91. package/esm2022/lib/components/object-preview/object-preview.interface.mjs +0 -2
  92. package/esm2022/lib/components/object-properties/object-properties.component.mjs +0 -536
  93. package/esm2022/lib/components/object-properties/object-properties.interface.mjs +0 -2
  94. package/esm2022/lib/components/object-properties/object-properties.service.mjs +0 -26
  95. package/esm2022/lib/components/object-properties-group/object-properties-group.component.mjs +0 -124
  96. package/esm2022/lib/components/object-properties-group/object-property-value/object-property-value.component.mjs +0 -55
  97. package/esm2022/lib/pipes/bit-converter.pipe.mjs +0 -46
  98. package/esm2022/lib/pipes/get-attribute-value-as-string.pipe.mjs +0 -173
  99. package/esm2022/lib/pipes/get-attribute-value.pipe.mjs +0 -162
  100. package/esm2022/lib/pipes/round.pipe.mjs +0 -20
  101. package/esm2022/lib/services/decorators.service.mjs +0 -65
  102. package/esm2022/lib/utils/objectProperties.mjs +0 -9
  103. package/esm2022/lib/validators/double-enum.validator.mjs +0 -17
  104. package/esm2022/lib/validators/double.validator.mjs +0 -23
  105. package/esm2022/lib/validators/guid-enum.validator.mjs +0 -17
  106. package/esm2022/lib/validators/guid.validator.mjs +0 -11
  107. package/esm2022/lib/validators/integer.validator.mjs +0 -20
  108. package/esm2022/lib/validators/string-combobox.validator.mjs +0 -17
  109. package/esm2022/lib/validators/string-enum.validator.mjs +0 -17
  110. package/lib/components/bimplus-attachments/bimplus-attachments.component.d.ts +0 -39
  111. package/lib/components/bimplus-attachments/bimplus-attachments.interface.d.ts +0 -33
  112. package/lib/components/bimplus-attachments/components/bimplus-attachment-item/bimplus-attachment-item.component.d.ts +0 -30
  113. package/lib/components/bimplus-attachments/services/bimplus-attachments.service.d.ts +0 -8
  114. package/lib/components/bimplus-comment/IComment.d.ts +0 -4
  115. package/lib/components/bimplus-comment/bimplus-comment.component.d.ts +0 -39
  116. package/lib/components/bimplus-input-checkbox/bimplus-input-checkbox.component.d.ts +0 -18
  117. package/lib/components/bimplus-input-combobox/bimplus-input-combobox.component.d.ts +0 -41
  118. package/lib/components/bimplus-input-number/bimplus-input-number.component.d.ts +0 -26
  119. package/lib/components/bimplus-input-text-field/bimplus-input-text-field.component.d.ts +0 -28
  120. package/lib/components/bimplus-link-tooltip-message/bimplus-link-tooltip-message.component.d.ts +0 -22
  121. package/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.component.d.ts +0 -87
  122. package/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.interface.d.ts +0 -10
  123. package/lib/components/bimplus-object-comments-list/bimplus-object-comments-list.service.d.ts +0 -20
  124. package/lib/components/bimplus-object-comments-list/bimplusObjectCommentsI.d.ts +0 -11
  125. package/lib/components/bimplus-overlay-dialog-confirm/bimplus-overlay-dialog-confirm.component.d.ts +0 -29
  126. package/lib/components/bimplus-overlay-dialog-delete/bimplus-overlay-dialog-delete.component.d.ts +0 -24
  127. package/lib/components/bimplus-status-bar/bimplus-status-bar.component.d.ts +0 -14
  128. package/lib/components/bimplus-status-bar/bimplus-status-bar.service.d.ts +0 -14
  129. package/lib/components/bimplus-status-bar/statusBar.d.ts +0 -4
  130. package/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.component.d.ts +0 -16
  131. package/lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.interface.d.ts +0 -18
  132. package/lib/components/bimplus-tabs-switcher/components/bimplus-tab/bimplus-tab.component.d.ts +0 -36
  133. package/lib/components/bimplus-tabs-switcher/services/bimplus-tabs-switcher.service.d.ts +0 -15
  134. package/lib/components/bimplus-textarea/autoResizeTextarea.directive.d.ts +0 -24
  135. package/lib/components/bimplus-textarea/bimplus-textarea.component.d.ts +0 -42
  136. package/lib/components/links-to-documents/links-to-documents.component.d.ts +0 -68
  137. package/lib/components/object-hyperlinks/object-hyperlinks.component.d.ts +0 -32
  138. package/lib/components/object-hyperlinks-item/object-hyperlinks-item.component.d.ts +0 -15
  139. package/lib/components/object-preview/object-preview.component.d.ts +0 -45
  140. package/lib/components/object-preview/object-preview.interface.d.ts +0 -5
  141. package/lib/components/object-properties/object-properties.component.d.ts +0 -78
  142. package/lib/components/object-properties/object-properties.interface.d.ts +0 -22
  143. package/lib/components/object-properties/object-properties.service.d.ts +0 -12
  144. package/lib/components/object-properties-group/object-properties-group.component.d.ts +0 -29
  145. package/lib/components/object-properties-group/object-property-value/object-property-value.component.d.ts +0 -14
  146. package/lib/pipes/bit-converter.pipe.d.ts +0 -17
  147. package/lib/pipes/get-attribute-value-as-string.pipe.d.ts +0 -35
  148. package/lib/pipes/get-attribute-value.pipe.d.ts +0 -35
  149. package/lib/pipes/round.pipe.d.ts +0 -7
  150. package/lib/services/decorators.service.d.ts +0 -12
  151. package/lib/utils/objectProperties.d.ts +0 -2
  152. package/lib/validators/double-enum.validator.d.ts +0 -2
  153. package/lib/validators/double.validator.d.ts +0 -2
  154. package/lib/validators/guid-enum.validator.d.ts +0 -2
  155. package/lib/validators/guid.validator.d.ts +0 -2
  156. package/lib/validators/integer.validator.d.ts +0 -2
  157. package/lib/validators/string-combobox.validator.d.ts +0 -2
  158. package/lib/validators/string-enum.validator.d.ts +0 -2
@@ -1,78 +0,0 @@
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