@morozeckiy/dd-lib 0.1.12 → 0.1.13

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.
@@ -5,10 +5,10 @@ export declare class LibSkeletonComponent {
5
5
  deepParent: number | undefined;
6
6
  sHeight: string | undefined;
7
7
  sMb: string | undefined;
8
- set skeleton(s: boolean | undefined);
8
+ set skeleton(s: boolean | undefined | null);
9
9
  set plugs(n: number | undefined);
10
10
  _plugs: number[];
11
- _skeleton: boolean | undefined;
11
+ _skeleton: boolean | undefined | null;
12
12
  constructor(cdr: ChangeDetectorRef);
13
13
  protected readonly length: number;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LibSkeletonComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "license": "MIT",
5
5
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
6
6
  "publishConfig": {