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,24 +1,13 @@
1
- import { Observable } from 'rxjs';
2
- import { BimplusLocalizedWidgetComponent } from '../bimplus-localized-widget/bimplus-localized-widget.component';
3
- import { BimplusButtonRowItem, BimplusButtonClickEvent } from './bimplus-buttons-row.interface';
4
1
  import { EventEmitter } from '@angular/core';
2
+ import { BimplusLocalizedWidgetComponent } from "./../bimplus-localized-widget/bimplus-localized-widget.component";
3
+ import { BimplusButtonRowItem, BimplusButtonClickEvent } from "./bimplus-buttons-row.interface";
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class BimplusButtonsRowComponent extends BimplusLocalizedWidgetComponent {
7
- protected readonly BimplusButtonType: {
8
- readonly FILE: "file";
9
- readonly TEXT: "text";
10
- };
11
6
  /** TODO remove @Input once signal inputs release from developer preview. */
12
7
  set itemsValue(value: Array<BimplusButtonRowItem>);
13
- isMultiple: boolean;
14
8
  protected readonly items: import("@angular/core").WritableSignal<BimplusButtonRowItem[]>;
15
- protected _canUpdateObject: import("@angular/core").WritableSignal<boolean>;
16
- set canUpdateObject(canUpdateObject: boolean);
17
- fileChanged: EventEmitter<File[]>;
18
9
  buttonClicked: EventEmitter<BimplusButtonClickEvent>;
19
- protected onChange(event: Event, inputElement: HTMLInputElement): void;
20
10
  protected _buttonClicked(item: BimplusButtonRowItem): void;
21
- protected isObservable(value: Observable<boolean> | boolean): value is Observable<boolean>;
22
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BimplusButtonsRowComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<BimplusButtonsRowComponent, "lib-bimplus-buttons-row", never, { "itemsValue": { "alias": "items"; "required": false; }; "isMultiple": { "alias": "isMultiple"; "required": false; }; "canUpdateObject": { "alias": "canUpdateObject"; "required": false; }; }, { "fileChanged": "fileChanged"; "buttonClicked": "buttonClicked"; }, never, never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<BimplusButtonsRowComponent, "lib-bimplus-buttons-row", never, { "itemsValue": { "alias": "items"; "required": false; }; }, { "buttonClicked": "buttonClicked"; }, never, never, true, never>;
24
13
  }
@@ -1,19 +1,13 @@
1
- import { Observable } from "rxjs";
2
1
  export interface BimplusButtonRowItem {
3
2
  id: string;
4
3
  iconClass?: string;
5
4
  icon?: string;
6
5
  title?: string;
7
6
  tooltip?: string;
8
- disabled?: boolean | Observable<boolean>;
7
+ disabled?: boolean;
9
8
  buttonStyle?: 'primary' | 'secondary';
10
9
  buttonType?: 'text' | 'icon' | 'combined';
11
- type?: typeof BimplusButtonType['FILE' | 'TEXT'];
12
10
  }
13
11
  export interface BimplusButtonClickEvent {
14
12
  id: string;
15
13
  }
16
- export declare const BimplusButtonType: {
17
- readonly FILE: "file";
18
- readonly TEXT: "text";
19
- };
@@ -4,7 +4,7 @@ import { FlatTreeControl } from '@angular/cdk/tree';
4
4
  import { TreeNode, FlatNode, FlatTreeContextMenus } from './bimplus-flat-tree.interface';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class BimplusFlatTreeComponent implements OnInit, OnChanges {
7
- private readonly el;
7
+ private el;
8
8
  treeDataStringified: string | null;
9
9
  /** TODO remove @Input once signal inputs release from developer preview. */
10
10
  set treeTitleValue(value: string);
@@ -20,16 +20,12 @@ export declare class BimplusFlatTreeComponent implements OnInit, OnChanges {
20
20
  dataTestPrefix: string;
21
21
  contextMenus: FlatTreeContextMenus | null | undefined;
22
22
  constructor(el: ElementRef);
23
- hasCheckBox1: boolean;
24
- hasCheckBox2: boolean;
25
23
  get treeData(): Array<TreeNode>;
26
24
  set treeData(data: Array<TreeNode>);
27
25
  /** TODO remove @Input once signal inputs release from developer preview. */
28
26
  set customNodeTemplateValue(value: TemplateRef<unknown> | null);
29
27
  protected readonly customNodeTemplate: import("@angular/core").WritableSignal<TemplateRef<unknown> | null>;
30
28
  selectedNodes: EventEmitter<FlatNode[]>;
31
- checked1Nodes: EventEmitter<FlatNode[]>;
32
- checked2Nodes: EventEmitter<FlatNode[]>;
33
29
  private _selectionList;
34
30
  ngOnInit(): void;
35
31
  expandTree(): void;
@@ -51,7 +47,7 @@ export declare class BimplusFlatTreeComponent implements OnInit, OnChanges {
51
47
  protected _treeControl: FlatTreeControl<FlatNode, FlatNode>;
52
48
  protected _treeFlattener: MatTreeFlattener<TreeNode, FlatNode, FlatNode>;
53
49
  protected _dataSource: MatTreeFlatDataSource<TreeNode, FlatNode, FlatNode>;
54
- protected _isExpandable: (_: number, node: FlatNode) => boolean;
50
+ protected _isExpendable: (_: number, node: FlatNode) => boolean;
55
51
  protected _isCustomNodeType(node: FlatNode): boolean;
56
52
  protected _hasChildren(node: FlatNode): boolean;
57
53
  protected _descendantsAllSelected(node: FlatNode): boolean;
@@ -60,15 +56,8 @@ export declare class BimplusFlatTreeComponent implements OnInit, OnChanges {
60
56
  private _updateParentSelections;
61
57
  protected _toggleNode(event: Event, node: FlatNode): void;
62
58
  protected _isSelected(node: FlatNode): boolean;
63
- protected _toggleCheckBox1(event: Event, node: FlatNode): void;
64
- protected _toggleCheckBox2(event: Event, node: FlatNode): void;
65
- checkUndetermined(node: FlatNode, checkbox: number): void;
66
- protected _isUndetermined1(node: FlatNode): boolean;
67
- protected _isUndetermined2(node: FlatNode): boolean;
68
- protected _isChecked1(node: FlatNode): boolean;
69
- protected _isChecked2(node: FlatNode): boolean;
70
59
  static ɵfac: i0.ɵɵFactoryDeclaration<BimplusFlatTreeComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<BimplusFlatTreeComponent, "lib-bimplus-flat-tree", never, { "treeDataStringified": { "alias": "treeDataStringified"; "required": false; }; "treeTitleValue": { "alias": "treeTitle"; "required": false; }; "paddingIndent": { "alias": "paddingIndent"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "oneLevelMultiSelect": { "alias": "oneLevelMultiSelect"; "required": false; }; "showFoldersIcons": { "alias": "showFoldersIcons"; "required": false; }; "showObjectsIcons": { "alias": "showObjectsIcons"; "required": false; }; "enableSelect": { "alias": "enableSelect"; "required": false; }; "enableParentHighlighting": { "alias": "enableParentHighlighting"; "required": false; }; "enableDragAndDrop": { "alias": "enableDragAndDrop"; "required": false; }; "dataTestPrefix": { "alias": "dataTestPrefix"; "required": false; }; "contextMenus": { "alias": "contextMenus"; "required": false; }; "hasCheckBox1": { "alias": "hasCheckBox1"; "required": false; }; "hasCheckBox2": { "alias": "hasCheckBox2"; "required": false; }; "treeData": { "alias": "treeData"; "required": false; }; "customNodeTemplateValue": { "alias": "customNodeTemplate"; "required": false; }; }, { "selectedNodes": "selectedNodes"; "checked1Nodes": "checked1Nodes"; "checked2Nodes": "checked2Nodes"; }, never, never, true, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<BimplusFlatTreeComponent, "lib-bimplus-flat-tree", never, { "treeDataStringified": { "alias": "treeDataStringified"; "required": false; }; "treeTitleValue": { "alias": "treeTitle"; "required": false; }; "paddingIndent": { "alias": "paddingIndent"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "oneLevelMultiSelect": { "alias": "oneLevelMultiSelect"; "required": false; }; "showFoldersIcons": { "alias": "showFoldersIcons"; "required": false; }; "showObjectsIcons": { "alias": "showObjectsIcons"; "required": false; }; "enableSelect": { "alias": "enableSelect"; "required": false; }; "enableParentHighlighting": { "alias": "enableParentHighlighting"; "required": false; }; "enableDragAndDrop": { "alias": "enableDragAndDrop"; "required": false; }; "dataTestPrefix": { "alias": "dataTestPrefix"; "required": false; }; "contextMenus": { "alias": "contextMenus"; "required": false; }; "treeData": { "alias": "treeData"; "required": false; }; "customNodeTemplateValue": { "alias": "customNodeTemplate"; "required": false; }; }, { "selectedNodes": "selectedNodes"; }, never, never, true, never>;
72
61
  static ngAcceptInputType_multiSelect: unknown;
73
62
  static ngAcceptInputType_oneLevelMultiSelect: unknown;
74
63
  static ngAcceptInputType_showFoldersIcons: unknown;
@@ -76,6 +65,4 @@ export declare class BimplusFlatTreeComponent implements OnInit, OnChanges {
76
65
  static ngAcceptInputType_enableSelect: unknown;
77
66
  static ngAcceptInputType_enableParentHighlighting: unknown;
78
67
  static ngAcceptInputType_enableDragAndDrop: unknown;
79
- static ngAcceptInputType_hasCheckBox1: unknown;
80
- static ngAcceptInputType_hasCheckBox2: unknown;
81
68
  }
@@ -14,10 +14,6 @@ export interface FlatNode {
14
14
  id: string;
15
15
  parent?: string;
16
16
  nodeType?: string;
17
- isChecked1: boolean;
18
- isChecked2: boolean;
19
- isUndetermined1: boolean;
20
- isUndetermined2: boolean;
21
17
  }
22
18
  export interface FlatTreeContextMenus {
23
19
  objectContextMenuitems?: Array<BimplusContextMenuItem>;
@@ -4,7 +4,7 @@ import { BimplusLocalizedWidgetComponent } from '../bimplus-localized-widget/bim
4
4
  import { LayoutManagerService } from '../../services/layout-manager.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class BimplusFloatingBarHeaderLogoComponent extends BimplusLocalizedWidgetComponent implements OnInit {
7
- private readonly layoutManagerService;
7
+ private layoutManagerService;
8
8
  constructor(translateService: TranslateService, layoutManagerService: LayoutManagerService);
9
9
  icon: string;
10
10
  isCollapsed: boolean;
@@ -1,8 +1,8 @@
1
1
  type DialogPosition = 'middle' | 'unset';
2
2
  export interface IDialogOptions {
3
- width?: string;
4
- height?: string;
5
- position?: DialogPosition;
3
+ width: string;
4
+ height: string;
5
+ position: DialogPosition;
6
6
  positionOptions?: DialogPositionOptions;
7
7
  overlayClickEnabled?: boolean;
8
8
  overlayVisibilityEnabled?: boolean;
@@ -4,10 +4,12 @@ import { BehaviorSubject } from 'rxjs';
4
4
  import { FilterCriteriaSelectionMode, FilterCriterium, FilterType } from './bimplus-object-navigator.interface';
5
5
  import { BimplusLocalizedWidgetComponent } from '../bimplus-localized-widget/bimplus-localized-widget.component';
6
6
  import { TranslateService } from '@ngx-translate/core';
7
+ import { ObjectFilterResultComponent } from './object-filter-result/object-filter-result.component';
7
8
  import { BimplusContextMenuItem } from '../bimplus-context-menu/bimplus-context-menu.interface';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class BimplusObjectNavigatorComponent extends BimplusLocalizedWidgetComponent implements OnInit {
10
11
  constructor(translateService: TranslateService);
12
+ objectFilterResult: ObjectFilterResultComponent | null;
11
13
  hideFilterContextMenu: boolean;
12
14
  filterContextMenu: Array<BimplusContextMenuItem>;
13
15
  set filterTypes(types: Array<FilterType>);
@@ -28,7 +30,6 @@ export declare class BimplusObjectNavigatorComponent extends BimplusLocalizedWid
28
30
  filterCriteriaSelectionMode$: BehaviorSubject<FilterCriteriaSelectionMode>;
29
31
  filterCriteriaSelectionModeChanged: EventEmitter<FilterCriteriaSelectionMode>;
30
32
  selectedObjectId: string | null;
31
- selectedRevision: number | undefined;
32
33
  selectedObjects: string[];
33
34
  selectionObject: WebSdk.ExportObject | null;
34
35
  get filterResult(): WebSdk.ObjectFilterStructureResponse | null;
@@ -49,15 +50,16 @@ export declare class BimplusObjectNavigatorComponent extends BimplusLocalizedWid
49
50
  applyFilterDisabled(): boolean;
50
51
  applyFilter(): void;
51
52
  handleFilterResultSelectionChanged(selection: string[]): void;
52
- handleFilterResulObjectDoubleClicked(selection: string): void;
53
- handleFilterResulObjectMouseEntered(selection: string): void;
54
- handleFilterResulObjectMouseLeft(selection: string): void;
53
+ handleFilterResultObjectDoubleClicked(selection: string): void;
54
+ handleFilterResultObjectMouseEntered(selection: string): void;
55
+ handleFilterResultObjectMouseLeft(selection: string): void;
55
56
  handlePipetteActiveStatus(status: boolean): void;
56
57
  filterCriteriaWasChanged(): void;
57
58
  activateModifiedCustomFilter(): void;
58
59
  private _applySelectionObjectFilter;
59
60
  private _setDefaultCustomFilterString;
60
61
  private _createDefaultCustomFilter;
62
+ private _applyCustomOrStoredFilter;
61
63
  static ɵfac: i0.ɵɵFactoryDeclaration<BimplusObjectNavigatorComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<BimplusObjectNavigatorComponent, "lib-bimplus-object-navigator", never, { "hideFilterContextMenu": { "alias": "hideFilterContextMenu"; "required": false; }; "filterContextMenu": { "alias": "filterContextMenu"; "required": false; }; "filterTypes": { "alias": "filterTypes"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "api": { "alias": "api"; "required": false; }; "projectId": { "alias": "projectId"; "required": false; }; "selectedObjectId": { "alias": "selectedObjectId"; "required": false; }; "selectedRevision": { "alias": "selectedRevision"; "required": false; }; "selectedObjects": { "alias": "selectedObjects"; "required": false; }; "selectionObject": { "alias": "selectionObject"; "required": false; }; }, { "filterCriteriaSelectionModeChanged": "filterCriteriaSelectionModeChanged"; "filterResultObjectSelectionChanged": "filterResultObjectSelectionChanged"; "filterResultObjectDoubleClicked": "filterResultObjectDoubleClicked"; "filterResultObjectMouseEntered": "filterResultObjectMouseEntered"; "filterResultObjectMouseLeft": "filterResultObjectMouseLeft"; "pipetteActiveStatus": "pipetteActiveStatus"; }, never, never, true, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<BimplusObjectNavigatorComponent, "lib-bimplus-object-navigator", never, { "hideFilterContextMenu": { "alias": "hideFilterContextMenu"; "required": false; }; "filterContextMenu": { "alias": "filterContextMenu"; "required": false; }; "filterTypes": { "alias": "filterTypes"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "api": { "alias": "api"; "required": false; }; "projectId": { "alias": "projectId"; "required": false; }; "selectedObjectId": { "alias": "selectedObjectId"; "required": false; }; "selectedObjects": { "alias": "selectedObjects"; "required": false; }; "selectionObject": { "alias": "selectionObject"; "required": false; }; }, { "filterCriteriaSelectionModeChanged": "filterCriteriaSelectionModeChanged"; "filterResultObjectSelectionChanged": "filterResultObjectSelectionChanged"; "filterResultObjectDoubleClicked": "filterResultObjectDoubleClicked"; "filterResultObjectMouseEntered": "filterResultObjectMouseEntered"; "filterResultObjectMouseLeft": "filterResultObjectMouseLeft"; "pipetteActiveStatus": "pipetteActiveStatus"; }, never, never, true, never>;
63
65
  }
@@ -5,7 +5,7 @@ import { TranslateService } from '@ngx-translate/core';
5
5
  import { FilterCriterium } from '../bimplus-object-navigator.interface';
6
6
  import { ObjectStructureNode } from '../../bimplus-object-structure/bimplus-object-structure.interface';
7
7
  import { ComplexPropertiesNode } from '../../bimplus-object-complex-properties/bimplus-object-complex-properties.interface';
8
- import { CriteriaSelectObjectAttribute, CriteriaSelectObjectAttributeGroup } from './criteria-select-object-properties.interface';
8
+ import { ObjectAttribute, ObjectAttributeGroup } from './criteria-select-object-properties.interface';
9
9
  import { FormatValuePipe } from '../../../pipes/format-value.pipe';
10
10
  import { DateTimePipe } from '../../../pipes/datetime.pipe';
11
11
  import * as i0 from "@angular/core";
@@ -18,9 +18,9 @@ export declare class CriteriaSelectObjectPropertiesComponent extends BimplusLoca
18
18
  set rootObjectId(id: string);
19
19
  get rootObjectId(): string;
20
20
  revision: number | undefined;
21
- private readonly _currentObjectId$;
22
- private readonly _currentPropertiesObjectId$;
23
- objectAttributeGroups: CriteriaSelectObjectAttributeGroup[];
21
+ private _currentObjectId$;
22
+ private _currentPropertiesObjectId$;
23
+ objectAttributeGroups: ObjectAttributeGroup[];
24
24
  MaxFilterCriteria: number;
25
25
  private _rootObjectId;
26
26
  set filterCriteria(criteria: FilterCriterium[]);
@@ -31,15 +31,15 @@ export declare class CriteriaSelectObjectPropertiesComponent extends BimplusLoca
31
31
  get objectStructure(): ObjectStructureNode | null;
32
32
  private _complexProperties;
33
33
  get complexProperties(): ComplexPropertiesNode | null;
34
- toggleAttribute(attrib: CriteriaSelectObjectAttribute): void;
35
- toggleAttributeValue(attrib: CriteriaSelectObjectAttribute): void;
36
- _defineFilterString(attrib: CriteriaSelectObjectAttribute): string;
37
- _addFilterCriteria(attrib: CriteriaSelectObjectAttribute): void;
38
- _updateFilterCriteria(attrib: CriteriaSelectObjectAttribute, index: number): void;
34
+ toggleAttribute(attrib: ObjectAttribute): void;
35
+ toggleAttributeValue(attrib: ObjectAttribute): void;
36
+ _defineFilterString(attrib: ObjectAttribute): string;
37
+ _addFilterCriteria(attrib: ObjectAttribute): void;
38
+ _updateFilterCriteria(attrib: ObjectAttribute, index: number): void;
39
39
  private roundToDecimal;
40
- titleForAttribute(attribute: CriteriaSelectObjectAttribute): string;
41
- normalizedValue(attribute: CriteriaSelectObjectAttribute, forFilterCriteria?: boolean): string;
42
- handleFilterCriteriumAttributeStateChange(attrib: CriteriaSelectObjectAttribute): void;
40
+ titleForAttribute(attribute: ObjectAttribute): string;
41
+ normalizedValue(attribute: ObjectAttribute, forFilterCriteria?: boolean): string;
42
+ handleFilterCriteriumAttributeStateChange(attrib: ObjectAttribute): void;
43
43
  handleObjectStructureNodeSelected(node: ObjectStructureNode): void;
44
44
  handleComplexPropertyNodeSelected(node: ComplexPropertiesNode): void;
45
45
  private _createObjectProperties;
@@ -1,4 +1,4 @@
1
- export interface CriteriaSelectObjectAttribute {
1
+ export interface ObjectAttribute {
2
2
  id: string;
3
3
  name: string;
4
4
  description: string;
@@ -14,8 +14,8 @@ export interface CriteriaSelectObjectAttribute {
14
14
  decimal?: number;
15
15
  enumValues?: Record<number, string>;
16
16
  }
17
- export interface CriteriaSelectObjectAttributeGroup {
17
+ export interface ObjectAttributeGroup {
18
18
  name: string;
19
- attributes: CriteriaSelectObjectAttribute[];
19
+ attributes: ObjectAttribute[];
20
20
  expanded: boolean;
21
21
  }
@@ -19,6 +19,7 @@ export declare class ObjectFilterResultComponent implements AfterViewInit {
19
19
  mouseEnterObjectNode(node: TreeNode): void;
20
20
  mouseLeaveObjectNode(node: TreeNode): void;
21
21
  expandToObjectLevel(): void;
22
+ clearFilterResult(): void;
22
23
  private _filterResult;
23
24
  private _treeData;
24
25
  private _treeNodesLookup;
@@ -12,12 +12,8 @@ export declare class BimplusObjectStructureComponent {
12
12
  readonly treeData: import("@angular/core").Signal<TreeNode[]>;
13
13
  private _findNode;
14
14
  handleSelectedNodes(nodes: FlatNode[]): void;
15
- handleVisibleNodes(nodes: FlatNode[]): void;
16
- handleOpaqueNodes(nodes: FlatNode[]): void;
17
15
  expandTree(): void;
18
16
  nodeSelected: EventEmitter<ObjectStructureNode>;
19
- nodeVisible: EventEmitter<ObjectStructureNode>;
20
- nodeOpaque: EventEmitter<ObjectStructureNode>;
21
17
  static ɵfac: i0.ɵɵFactoryDeclaration<BimplusObjectStructureComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<BimplusObjectStructureComponent, "lib-bimplus-object-structure", never, { "objectStructureValue": { "alias": "objectStructure"; "required": false; }; }, { "nodeSelected": "nodeSelected"; "nodeVisible": "nodeVisible"; "nodeOpaque": "nodeOpaque"; }, never, never, true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<BimplusObjectStructureComponent, "lib-bimplus-object-structure", never, { "objectStructureValue": { "alias": "objectStructure"; "required": false; }; }, { "nodeSelected": "nodeSelected"; }, never, never, true, never>;
23
19
  }
@@ -4,8 +4,6 @@ export interface ObjectStructureNode {
4
4
  children?: ObjectStructureNode[];
5
5
  name: string;
6
6
  parent: string;
7
- visible: boolean;
8
- opaque: boolean;
9
7
  }
10
8
  export declare class ObjectStructureNodeBuilder {
11
9
  static createFromResponse(response: WebSdk.ObjectTopologyResponse): ObjectStructureNode;
@@ -1,6 +1,4 @@
1
- import { TranslateService } from '@ngx-translate/core';
2
1
  import { DialogService } from '../bimplus-general-overlay-dialog/bimplus-general-overlay-dialog.service';
3
- import { BimplusButtonRowItem } from '../bimplus-buttons-row/bimplus-buttons-row.interface';
4
2
  import * as i0 from "@angular/core";
5
3
  export interface ErrorDialogInputData {
6
4
  title: string;
@@ -8,21 +6,16 @@ export interface ErrorDialogInputData {
8
6
  }
9
7
  export declare class BimplusOverlayDialogErrorComponent {
10
8
  private readonly dialogService;
11
- private readonly translateService;
12
9
  private _title;
13
10
  private _message;
14
11
  private readonly _data;
15
- acceptCallback: (() => void) | undefined;
16
- protected readonly buttons: BimplusButtonRowItem[];
17
12
  get title(): string;
18
13
  set title(value: string);
19
14
  get message(): string;
20
15
  set message(value: string);
21
- constructor(dialogService: DialogService, translateService: TranslateService);
16
+ constructor(dialogService: DialogService);
22
17
  close(): void;
23
18
  keypressClose(event: KeyboardEvent): void;
24
- buttonRowButtonClicked(): void;
25
- handleKeydown(event: KeyboardEvent): void;
26
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BimplusOverlayDialogErrorComponent, never>;
27
20
  static ɵcmp: i0.ɵɵComponentDeclaration<BimplusOverlayDialogErrorComponent, "lib-bimplus-overlay-dialog-error", never, { "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
28
21
  }
@@ -1,31 +1,21 @@
1
- import { TemplateRef } from '@angular/core';
2
- import { TranslateService } from '@ngx-translate/core';
3
1
  import { DialogService } from '../bimplus-general-overlay-dialog/bimplus-general-overlay-dialog.service';
4
- import { BimplusButtonRowItem } from '../bimplus-buttons-row/bimplus-buttons-row.interface';
5
2
  import * as i0 from "@angular/core";
6
3
  export interface WarningDialogInputData {
7
4
  title: string;
8
5
  message: string;
9
- buttonsRef?: TemplateRef<unknown>;
10
6
  }
11
7
  export declare class BimplusOverlayDialogWarningComponent {
12
8
  private readonly dialogService;
13
- private readonly translateService;
14
9
  private _title;
15
10
  private _message;
16
11
  private readonly _data;
17
- protected readonly buttonsRef: TemplateRef<unknown> | null;
18
- acceptCallback: (() => void) | undefined;
19
- protected readonly buttons: BimplusButtonRowItem[];
20
12
  get title(): string;
21
13
  set title(value: string);
22
14
  get message(): string;
23
15
  set message(value: string);
24
- constructor(dialogService: DialogService, translateService: TranslateService);
16
+ constructor(dialogService: DialogService);
25
17
  close(): void;
26
18
  keypressClose(event: KeyboardEvent): void;
27
- buttonRowButtonClicked(): void;
28
- handleKeydown(event: KeyboardEvent): void;
29
19
  static ɵfac: i0.ɵɵFactoryDeclaration<BimplusOverlayDialogWarningComponent, never>;
30
20
  static ɵcmp: i0.ɵɵComponentDeclaration<BimplusOverlayDialogWarningComponent, "lib-bimplus-overlay-dialog-warning", never, { "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
31
21
  }
@@ -2,7 +2,7 @@ import { ElementRef, AfterViewInit, AfterViewChecked } from '@angular/core';
2
2
  import SimpleBar from 'simplebar';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class BimplusScrollableContainerComponent implements AfterViewInit, AfterViewChecked {
5
- private readonly elementRef;
5
+ private elementRef;
6
6
  _simpleBar: SimpleBar;
7
7
  _element: HTMLElement;
8
8
  protected _scrollableContainerClassName: string;
@@ -1,25 +1,16 @@
1
- import { EventEmitter, SimpleChanges, OnChanges } from '@angular/core';
2
- import { CreateLinkData, SelectedObject } from './object-properties-header.interface';
1
+ import { EventEmitter } from '@angular/core';
2
+ import { SelectedObject } from './object-properties-header.interface';
3
3
  import { TranslateService } from '@ngx-translate/core';
4
4
  import { BimplusLocalizedWidgetComponent } from '../bimplus-localized-widget/bimplus-localized-widget.component';
5
5
  import * as i0 from "@angular/core";
6
- export declare class ObjectPropertiesHeaderComponent extends BimplusLocalizedWidgetComponent implements OnChanges {
6
+ export declare class ObjectPropertiesHeaderComponent extends BimplusLocalizedWidgetComponent {
7
7
  constructor(translateService: TranslateService);
8
- selectedObject: EventEmitter<SelectedObject>;
9
8
  closePropertiesPanel: EventEmitter<any>;
10
9
  selectedObjects: Array<SelectedObject>;
11
10
  _activeObject: SelectedObject | null;
12
- openLinkMessage: boolean;
13
- onOpenLink?: () => void;
14
11
  set activeObject(value: SelectedObject | null);
15
12
  get activeObject(): SelectedObject | null;
16
- private _linkData;
17
- get linkData(): CreateLinkData;
18
- set linkData(value: CreateLinkData);
19
13
  _closePropertiesPanel(event: Event): void;
20
- ngOnChanges(changes: SimpleChanges): void;
21
- openLink(): void;
22
- closeLink: () => void;
23
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ObjectPropertiesHeaderComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPropertiesHeaderComponent, "lib-object-properties-header", never, { "selectedObjects": { "alias": "selectedObjects"; "required": false; }; "onOpenLink": { "alias": "onOpenLink"; "required": false; }; "linkData": { "alias": "linkData"; "required": false; }; }, { "selectedObject": "selectedObject"; "closePropertiesPanel": "closePropertiesPanel"; }, never, never, true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPropertiesHeaderComponent, "lib-object-properties-header", never, { "selectedObjects": { "alias": "selectedObjects"; "required": false; }; }, { "closePropertiesPanel": "closePropertiesPanel"; }, never, never, true, never>;
25
16
  }
@@ -1,12 +1,4 @@
1
1
  export interface SelectedObject {
2
2
  id: string;
3
3
  name?: string;
4
- revision?: number;
5
- type?: string;
6
- }
7
- export interface CreateLinkData {
8
- link: string;
9
- titleHeader: string;
10
- linkMessageVisible: boolean;
11
- enableCopyPressKeys: boolean;
12
4
  }
@@ -1,21 +1,12 @@
1
- import { OnInit, OnDestroy } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
- export declare class ResizablePanelComponent implements OnInit, OnDestroy {
4
- position: 'left' | 'right';
2
+ export declare class ResizablePanelComponent {
3
+ position: "left" | "right";
5
4
  hasDraggableHandle: boolean;
6
5
  hasDraggableBorder: boolean;
7
- minWidth: number | (() => number) | undefined;
8
- maxWidth: number | (() => number) | undefined;
9
- defaultWidth: number;
10
- canResize: (currentWidth: number, deltaX: number) => boolean;
11
6
  drawerWidth: number;
12
7
  drawerExpanded: boolean;
13
- ngOnInit(): void;
14
- ngOnDestroy(): void;
15
- applyWidthConstraints(): void;
16
- handleWindowResize: () => void;
17
8
  _toggleDrawer(): void;
18
9
  _onResizeWidth(event: number): void;
19
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ResizablePanelComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ResizablePanelComponent, "lib-resizable-panel", never, { "position": { "alias": "position"; "required": false; }; "hasDraggableHandle": { "alias": "hasDraggableHandle"; "required": false; }; "hasDraggableBorder": { "alias": "hasDraggableBorder"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "defaultWidth": { "alias": "defaultWidth"; "required": false; }; "canResize": { "alias": "canResize"; "required": false; }; }, {}, never, never, true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResizablePanelComponent, "lib-resizable-panel", never, { "position": { "alias": "position"; "required": false; }; "hasDraggableHandle": { "alias": "hasDraggableHandle"; "required": false; }; "hasDraggableBorder": { "alias": "hasDraggableBorder"; "required": false; }; }, {}, never, never, true, never>;
21
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bimplus-components",
3
- "version": "0.0.159-29471-1",
3
+ "version": "0.0.160",
4
4
  "license": "MIT",
5
5
  "author": "",
6
6
  "description": "bim+ angular components library",
@@ -27,24 +27,16 @@
27
27
  "@ng-select/ng-select": "^13.9.1",
28
28
  "@ngx-translate/core": "^16.0.3",
29
29
  "@ngx-translate/http-loader": "^16.0.0",
30
- "@types/validator": "^13.12.2",
31
- "moment": "^2.30.1",
32
- "simplebar": "^6.2.7",
33
- "validator": "^13.12.0"
30
+ "simplebar": "^6.2.7"
34
31
  },
35
32
  "dependencies": {
36
33
  "@angular/cdk": "18.2.13",
37
34
  "@angular/material": "18.2.13",
38
35
  "@ng-select/ng-select": "^13.9.1",
39
36
  "@ngx-translate/http-loader": "^16.0.0",
40
- "@types/validator": "^13.12.2",
41
- "bimplus-renderer": "^1.6.117",
42
- "bimplus-webclient": "^0.1.55",
43
- "bimplus-websdk": "^1.0.39",
44
- "moment": "^2.30.1",
37
+ "bimplus-websdk": "^1.0.26",
45
38
  "simplebar": "^6.2.7",
46
- "tslib": "^2.8.1",
47
- "validator": "^13.12.0"
39
+ "tslib": "^2.8.1"
48
40
  },
49
41
  "sideEffects": false,
50
42
  "module": "fesm2022/ngx-bimplus-components.mjs",
package/public-api.d.ts CHANGED
@@ -45,27 +45,6 @@ export * from './lib/components/bimplus-overlay-dialog-warning/bimplus-overlay-d
45
45
  export * from './lib/components/resizable-panel/resizable-panel.component';
46
46
  export * from './lib/components/object-properties-header/object-properties-header.component';
47
47
  export * from './lib/components/object-properties-header/object-properties-header.interface';
48
- export * from './lib/components/object-properties/object-properties.component';
49
- export * from './lib/components/links-to-documents/links-to-documents.component';
50
- export * from './lib/components/object-hyperlinks/object-hyperlinks.component';
51
48
  export * from './lib/components/bimplus-general-overlay-dialog/bimplus-general-overlay-dialog.component';
52
49
  export * from './lib/components/bimplus-overlay-dialog-error/bimplus-overlay-dialog-error.component';
53
- export * from './lib/components/bimplus-overlay-dialog-confirm/bimplus-overlay-dialog-confirm.component';
54
- export * from './lib/components/bimplus-input-text-field/bimplus-input-text-field.component';
55
50
  export * from './lib/components/bimplus-general-overlay-dialog/bimplus-general-overlay-dialog.service';
56
- export * from './lib/components/bimplus-tabs-switcher/components/bimplus-tab/bimplus-tab.component';
57
- export * from './lib/components/bimplus-tabs-switcher/services/bimplus-tabs-switcher.service';
58
- export * from './lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.component';
59
- export * from './lib/components/bimplus-tabs-switcher/bimplus-tabs-switcher.interface';
60
- export * from './lib/components/bimplus-attachments/bimplus-attachments.component';
61
- export * from './lib/components/bimplus-attachments/services/bimplus-attachments.service';
62
- export * from './lib/components/bimplus-attachments/bimplus-attachments.interface';
63
- export * from './lib/components/bimplus-object-comments-list/bimplus-object-comments-list.component';
64
- export * from './lib/components/bimplus-object-comments-list/bimplus-object-comments-list.service';
65
- export * from './lib/components/bimplus-overlay-dialog-delete/bimplus-overlay-dialog-delete.component';
66
- export * from './lib/components/bimplus-comment/bimplus-comment.component';
67
- export * from './lib/components/bimplus-textarea/bimplus-textarea.component';
68
- export * from './lib/components/bimplus-status-bar/bimplus-status-bar.component';
69
- export * from './lib/components/bimplus-link-tooltip-message/bimplus-link-tooltip-message.component';
70
- export * from './lib/components/bimplus-status-bar/bimplus-status-bar.service';
71
- export * from './lib/components/object-properties/object-properties.service';
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M12 3v12H6V3h2v10h2V2.4C10 1.6 9.4 1 8.6 1H5.4C4.6 1 4 1.6 4 2.4v13.3c0 .7.6 1.3 1.4 1.3h7.3c.8 0 1.4-.6 1.4-1.4V3H12z" fill="#444"/></svg>
@@ -1,3 +0,0 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 3V15H6V3H8V13H10V2.4C10 1.6 9.4 1 8.6 1H5.4C4.6 1 4 1.6 4 2.4V15.7C4 16.4 4.6 17 5.4 17H12.7C13.5 17 14.1 16.4 14.1 15.6V3H12Z" fill="#0066CC"/>
3
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4 8H8V6H4V8Z" fill="#444444"/>
3
- <path d="M4 3V5H12V3H4Z" fill="#444444"/>
4
- <path d="M4 11H8V9H4V11Z" fill="#444444"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H15V10H13V2H3V16H10V18H1V0Z" fill="#444444"/>
6
- <path d="M15.0198 11.9876V16.5C15.0198 16.7761 14.7959 17 14.5198 17H12.5C12.2239 17 12 16.7761 12 16.5V12.4938C12 12.2153 12.2277 11.9904 12.5062 11.9939C12.7799 11.9973 13 12.2201 13 12.4938V16H14V12.3913C14 11.5963 13.4456 11 12.6535 11H12.3861C11.5941 11 11 11.5963 11 12.3913V16.6087C11 17.4037 11.5941 18 12.3861 18H14.6139C15.4059 18 16 17.4037 16 16.6087V11.9876H15.0198Z" fill="#444444"/>
7
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4 8H8V6H4V8Z" fill="#0066CC"/>
3
- <path d="M4 3V5H12V3H4Z" fill="#0066CC"/>
4
- <path d="M4 11H8V9H4V11Z" fill="#0066CC"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1 0H15V10H13V2H3V16H10V18H1V0Z" fill="#0066CC"/>
6
- <path d="M15.0198 11.9876V16.5C15.0198 16.7761 14.7959 17 14.5198 17H12.5C12.2239 17 12 16.7761 12 16.5V12.4938C12 12.2153 12.2277 11.9904 12.5062 11.9939C12.7799 11.9973 13 12.2201 13 12.4938V16H14V12.3913C14 11.5963 13.4456 11 12.6535 11H12.3861C11.5941 11 11 11.5963 11 12.3913V16.6087C11 17.4037 11.5941 18 12.3861 18H14.6139C15.4059 18 16 17.4037 16 16.6087V11.9876H15.0198Z" fill="#0066CC"/>
7
- </svg>
@@ -1 +0,0 @@
1
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 18 18" xml:space="preserve"><style>.st0{fill:#444}</style><path class="st0" d="M1 1v12h2v5l4-5h10V1H1zm14 10H3V3h12v8z"/><path class="st0" d="M5 7h2v2H5zm3 0h2v2H8zm3 0h2v2h-2z"/></svg>
@@ -1,4 +0,0 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M1 1V13H3V18L7 13H17V1H1ZM15 11H3V3H15V11Z" fill="#0066CC"/>
3
- <path d="M5 7H7V9H5V7ZM8 7H10V9H8V7ZM11 7H13V9H11V7Z" fill="#0066CC"/>
4
- </svg>
@@ -1 +0,0 @@
1
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 18 18" xml:space="preserve"><style>.st0{fill:#444}</style><path class="st0" d="M16.7 4.2l-1.3-1.3c-1.2-1.2-3.2-1.2-4.4 0l-.6.6 1.1 1.1.7-.6c.6-.6 1.5-.6 2.1 0l1.3 1.3c.6.6.6 1.5 0 2.1l-4.1 4.1c-.6.6-1.5.6-2.1 0l-1.3-1.3c-.6-.5-.6-1.4-.1-2L6.9 7.1c-1.1 1.2-1.1 3.1.1 4.3l1.3 1.3c1.2 1.2 3.2 1.2 4.4 0l4.1-4.1c1.1-1.2 1.1-3.2-.1-4.4z"/><path class="st0" d="M5.8 13c-.6.6-1.5.6-2.1 0l-1.3-1.3c-.6-.6-.6-1.5 0-2.1l4.1-4.1c.6-.6 1.5-.6 2.1 0l1.3 1.3c.6.6.6 1.5 0 2.1l-.6.6 1.1 1.1.6-.6c1.2-1.2 1.2-3.2 0-4.4L9.8 4.3c-1.2-1.2-3.2-1.2-4.4 0L1.3 8.4c-1.2 1.2-1.2 3.2 0 4.4l1.3 1.3c1.2 1.2 3.2 1.2 4.4 0l.6-.6-1.1-1.1-.7.6z"/></svg>
@@ -1,4 +0,0 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.7 4.2L15.4 2.9C14.2 1.7 12.2 1.7 11 2.9L10.4 3.5L11.5 4.6L12.2 4C12.8 3.4 13.7 3.4 14.3 4L15.6 5.3C16.2 5.9 16.2 6.8 15.6 7.4L11.5 11.5C10.9 12.1 10 12.1 9.4 11.5L8.1 10.2C7.5 9.7 7.5 8.8 8 8.2L6.9 7.1C5.8 8.3 5.8 10.2 7 11.4L8.3 12.7C9.5 13.9 11.5 13.9 12.7 12.7L16.8 8.6C17.9 7.4 17.9 5.4 16.7 4.2Z" fill="#0066CC"/>
3
- <path d="M5.8 13C5.2 13.6 4.3 13.6 3.7 13L2.4 11.7C1.8 11.1 1.8 10.2 2.4 9.60002L6.5 5.50002C7.1 4.90002 8 4.90002 8.6 5.50002L9.9 6.80002C10.5 7.40002 10.5 8.30002 9.9 8.90002L9.3 9.50002L10.4 10.6L11 10C12.2 8.80002 12.2 6.80002 11 5.60002L9.8 4.30002C8.6 3.10002 6.6 3.10002 5.4 4.30002L1.3 8.40002C0.1 9.60002 0.1 11.6 1.3 12.8L2.6 14.1C3.8 15.3 5.8 15.3 7 14.1L7.6 13.5L6.5 12.4L5.8 13Z" fill="#0066CC"/>
4
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M8.9 14.3c-1.8 0-3.5-.9-4.5-2.4L6.3 10H2v4.2l1.3-1.1C4.5 14.9 6.6 16 9 16c3.6 0 6.7-2.5 7-5.9h-1.8c-.3 2.3-2.7 4.2-5.3 4.2zM14.8 5C13.6 3.1 11.4 2 9 2 5.4 2 2.4 4.6 2.1 8h1.7C4.3 5.6 6.5 3.7 9 3.7c1.8 0 3.6 1 4.6 2.4l-2 1.9H16V3.7L14.8 5z" fill="#444"/></svg>
@@ -1 +0,0 @@
1
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="18" height="18" xml:space="preserve"><path fill-rule="evenodd" clip-rule="evenodd" fill="#d3d3d3" d="M13.5 5.4L12.1 4 8.5 7.6 4.9 4 3.5 5.4 7.1 9l-3.6 3.6L4.9 14l3.6-3.6 3.6 3.6 1.4-1.4L9.9 9z"/></svg>
@@ -1,3 +0,0 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 18L16 13.2V4.89999L8.5 0L1 4.89999V13.2L8.5 18ZM14 7.2L9.4375 10V14.9L14 12V7.2ZM3 12L7.5625 14.9V10L3 7.2V12ZM3.77007 5.28469L8.5 2.39999L13.2299 5.28469L8.5 8.29999L3.77007 5.28469Z" fill="#444444"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 18L16 13.2V4.89999L8.5 0L1 4.89999V13.2L8.5 18ZM14 7.2L9.4375 10V14.9L14 12V7.2ZM3 12L7.5625 14.9V10L3 7.2V12ZM3.77007 5.28469L8.5 2.39999L13.2299 5.28469L8.5 8.29999L3.77007 5.28469Z" fill="#0066CC"/>
3
- </svg>
@@ -1 +0,0 @@
1
- <svg class="lds-spinner" width="200" height="200" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" style="background:0 0"><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.9166666666666666s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(30 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.8333333333333334s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(60 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.75s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(90 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.6666666666666666s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(120 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5833333333333334s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(150 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.5s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(180 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.4166666666666667s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(210 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.3333333333333333s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(240 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.25s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(270 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.16666666666666666s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(300 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="-0.08333333333333333s" repeatCount="indefinite"/></rect><rect x="47" y="17.5" rx="9.4" ry="3.5" width="6" height="25" fill="#fff" transform="rotate(330 50 50)"><animate attributeName="opacity" values="1;0" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"/></rect></svg>