ngx-bimplus-components 0.0.73 → 0.0.76

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.
@@ -1,4 +1,3 @@
1
- /// <reference path="../../../../../projects/ngx-bimplus-components/src/lib/types/bimplus-websdk.d.ts" />
2
1
  import * as WebSdk from 'bimplus-websdk';
3
2
  export interface ComplexPropertiesNode {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference path="../../../../../projects/ngx-bimplus-components/src/lib/types/bimplus-websdk.d.ts" />
2
1
  import { EventEmitter, OnInit } from '@angular/core';
3
2
  import * as WebSdk from 'bimplus-websdk';
4
3
  import { BehaviorSubject } from 'rxjs';
@@ -1,4 +1,3 @@
1
- /// <reference path="../../../../../../projects/ngx-bimplus-components/src/lib/types/bimplus-websdk.d.ts" />
2
1
  import { EventEmitter, OnInit } from '@angular/core';
3
2
  import * as WebSdk from 'bimplus-websdk';
4
3
  import { BimplusLocalizedWidgetComponent } from '../../bimplus-localized-widget/bimplus-localized-widget.component';
@@ -1,4 +1,3 @@
1
- /// <reference path="../../../../../../projects/ngx-bimplus-components/src/lib/types/bimplus-websdk.d.ts" />
2
1
  import { AfterViewInit, EventEmitter } from '@angular/core';
3
2
  import { BimplusFlatTreeComponent } from '../../bimplus-flat-tree/bimplus-flat-tree.component';
4
3
  import { FlatNode, TreeNode } from '../../bimplus-flat-tree/bimplus-flat-tree.interface';
@@ -1,4 +1,3 @@
1
- /// <reference path="../../../../../projects/ngx-bimplus-components/src/lib/types/bimplus-websdk.d.ts" />
2
1
  import * as WebSdk from 'bimplus-websdk';
3
2
  export interface ObjectStructureNode {
4
3
  id: string;
@@ -1,4 +1,3 @@
1
- /// <reference path="../../../../../projects/ngx-bimplus-components/src/lib/types/bimplus-websdk.d.ts" />
2
1
  import * as WebSdk from 'bimplus-websdk';
3
2
  import { OpacityProperties } from './../../interfaces/bimplus-opacity-properties.interface';
4
3
  import { VisibilityProperties } from './../../interfaces/bimplus-visibility-properties.interface';
@@ -1,4 +1,3 @@
1
- /// <reference path="../../../../projects/ngx-bimplus-components/src/lib/types/bimplus-websdk.d.ts" />
2
1
  import * as WebSdk from 'bimplus-websdk';
3
2
  import { Observable } from 'rxjs';
4
3
  export declare class FilterStructureFetcher {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bimplus-components",
3
- "version": "0.0.73",
3
+ "version": "0.0.76",
4
4
  "license": "MIT",
5
5
  "author": "",
6
6
  "description": "bim+ angular components library",