static-columns 13.0.8 → 13.0.11

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.
@@ -11,9 +11,9 @@ export class DirectiveGrow {
11
11
  // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
12
12
  }
13
13
  }
14
- DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
15
- DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
14
+ DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
15
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[grow]'
@@ -6,9 +6,9 @@ export class ColumnComponent {
6
6
  }
7
7
  ngOnInit() { }
8
8
  }
9
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
9
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
14
14
  }], ctorParameters: function () { return []; }, propDecorators: { width: [{
@@ -9,9 +9,9 @@ export class ColumnsComponent {
9
9
  }
10
10
  ngOnInit() { }
11
11
  }
12
- ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
12
+ ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
17
17
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
@@ -4,10 +4,10 @@ import { ColumnsComponent } from './columns.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class StaticColumnsModule {
6
6
  }
7
- StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
9
- StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
7
+ StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
9
+ StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [],
@@ -7,9 +7,9 @@ class ColumnComponent {
7
7
  }
8
8
  ngOnInit() { }
9
9
  }
10
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
10
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
15
15
  }], ctorParameters: function () { return []; }, propDecorators: { width: [{
@@ -33,9 +33,9 @@ class DirectiveGrow {
33
33
  // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
34
34
  }
35
35
  }
36
- DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
- DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
36
+ DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[grow]'
@@ -50,9 +50,9 @@ class ColumnsComponent {
50
50
  }
51
51
  ngOnInit() { }
52
52
  }
53
- ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
- ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
53
+ ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
+ ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
58
58
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
@@ -62,10 +62,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImpor
62
62
 
63
63
  class StaticColumnsModule {
64
64
  }
65
- StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
- StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
65
+ StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
+ StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
69
69
  type: NgModule,
70
70
  args: [{
71
71
  imports: [],
@@ -7,9 +7,9 @@ class ColumnComponent {
7
7
  }
8
8
  ngOnInit() { }
9
9
  }
10
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
10
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
15
15
  }], ctorParameters: function () { return []; }, propDecorators: { width: [{
@@ -33,9 +33,9 @@ class DirectiveGrow {
33
33
  // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
34
34
  }
35
35
  }
36
- DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
- DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
36
+ DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[grow]'
@@ -50,9 +50,9 @@ class ColumnsComponent {
50
50
  }
51
51
  ngOnInit() { }
52
52
  }
53
- ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
- ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
53
+ ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
+ ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
58
58
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
@@ -62,10 +62,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImpor
62
62
 
63
63
  class StaticColumnsModule {
64
64
  }
65
- StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
- StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
65
+ StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
+ StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
69
69
  type: NgModule,
70
70
  args: [{
71
71
  imports: [],
@@ -11,9 +11,9 @@ export class DirectiveGrow {
11
11
  // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
12
12
  }
13
13
  }
14
- DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
15
- DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
14
+ DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
15
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
17
17
  type: Directive,
18
18
  args: [{
19
19
  selector: '[grow]'
@@ -6,9 +6,9 @@ export class ColumnComponent {
6
6
  }
7
7
  ngOnInit() { }
8
8
  }
9
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
9
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
12
12
  type: Component,
13
13
  args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
14
14
  }], ctorParameters: function () { return []; }, propDecorators: { width: [{
@@ -9,9 +9,9 @@ export class ColumnsComponent {
9
9
  }
10
10
  ngOnInit() { }
11
11
  }
12
- ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
12
+ ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
15
15
  type: Component,
16
16
  args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
17
17
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
@@ -4,10 +4,10 @@ import { ColumnsComponent } from './columns.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export class StaticColumnsModule {
6
6
  }
7
- StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
9
- StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
10
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
7
+ StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
9
+ StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
10
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
11
11
  type: NgModule,
12
12
  args: [{
13
13
  imports: [],
@@ -7,9 +7,9 @@ class ColumnComponent {
7
7
  }
8
8
  ngOnInit() { }
9
9
  }
10
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
10
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
15
15
  }], ctorParameters: function () { return []; }, propDecorators: { width: [{
@@ -33,9 +33,9 @@ class DirectiveGrow {
33
33
  // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
34
34
  }
35
35
  }
36
- DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
- DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
36
+ DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[grow]'
@@ -50,9 +50,9 @@ class ColumnsComponent {
50
50
  }
51
51
  ngOnInit() { }
52
52
  }
53
- ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
- ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
53
+ ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
+ ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
58
58
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
@@ -62,10 +62,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImpor
62
62
 
63
63
  class StaticColumnsModule {
64
64
  }
65
- StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
- StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
65
+ StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
+ StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
69
69
  type: NgModule,
70
70
  args: [{
71
71
  imports: [],
@@ -7,9 +7,9 @@ class ColumnComponent {
7
7
  }
8
8
  ngOnInit() { }
9
9
  }
10
- ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
10
+ ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnComponent, decorators: [{
13
13
  type: Component,
14
14
  args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
15
15
  }], ctorParameters: function () { return []; }, propDecorators: { width: [{
@@ -33,9 +33,9 @@ class DirectiveGrow {
33
33
  // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
34
34
  }
35
35
  }
36
- DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
- DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
36
+ DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
37
+ DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.7", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: DirectiveGrow, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[grow]'
@@ -50,9 +50,9 @@ class ColumnsComponent {
50
50
  }
51
51
  ngOnInit() { }
52
52
  }
53
- ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
- ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
53
+ ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
54
+ ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: ColumnsComponent, decorators: [{
56
56
  type: Component,
57
57
  args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
58
58
  }], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
@@ -62,10 +62,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImpor
62
62
 
63
63
  class StaticColumnsModule {
64
64
  }
65
- StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
- StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
- StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
65
+ StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
66
+ StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
67
+ StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: StaticColumnsModule, decorators: [{
69
69
  type: NgModule,
70
70
  args: [{
71
71
  imports: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns",
3
- "version": "13.0.8",
3
+ "version": "13.0.11",
4
4
  "description": "Static columns with flexbox for Agnular2",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,233 +24,6 @@
24
24
  "homepage": "https://github.com/darekf77/static-columns#readme",
25
25
  "dependencies": {},
26
26
  "private": false,
27
- "lastBuildTagHash": "905655e05d069bedf8f712425f484c22ddeb3f7c",
28
- "devDependencies": {
29
- "@angular-devkit/build-angular": "~13.2.5",
30
- "@angular/animations": "~13.2.0",
31
- "@angular/cdk": "~13.2.4",
32
- "@angular/cli": "~13.2.5",
33
- "@angular/common": "~13.2.0",
34
- "@angular/compiler": "~13.2.0",
35
- "@angular/compiler-cli": "~13.2.0",
36
- "@angular/core": "~13.2.0",
37
- "@angular/flex-layout": "~13.0.0-beta.38",
38
- "@angular/forms": "~13.2.0",
39
- "@angular/material": "~13.2.4",
40
- "@angular/platform-browser": "~13.2.0",
41
- "@angular/platform-browser-dynamic": "~13.2.0",
42
- "@angular/pwa": "~13.2.5",
43
- "@angular/router": "~13.2.0",
44
- "@angular/service-worker": "~13.2.0",
45
- "@iconify/icons-fa-solid": "1.2.2",
46
- "@iconify/icons-mdi": "1.2.1",
47
- "@mdi/js": "6.5.95",
48
- "@ngrx/component-store": "~13.0.2",
49
- "@ngrx/data": "~13.0.2",
50
- "@ngrx/effects": "~13.0.2",
51
- "@ngrx/entity": "~13.0.2",
52
- "@ngrx/router-store": "~13.0.2",
53
- "@ngrx/schematics": "~13.0.2",
54
- "@ngrx/store": "~13.0.2",
55
- "@ngrx/store-devtools": "~13.0.2",
56
- "@ngx-formly/bootstrap": "6.0.0-next.8",
57
- "@ngx-formly/core": "6.0.0-next.8",
58
- "@ngx-formly/ionic": "6.0.0-next.8",
59
- "@ngx-formly/material": "6.0.0-next.8",
60
- "@ngx-loading-bar/core": "6.0.2",
61
- "@ngx-loading-bar/http-client": "6.0.2",
62
- "@ngx-loading-bar/router": "6.0.2",
63
- "@ngx-translate/core": "14.0.0",
64
- "@ngx-translate/http-loader": "7.0.0",
65
- "@swimlane/ngx-datatable": "20.0.0",
66
- "@types/chai": "4.1.2",
67
- "@types/chokidar": "2.1.3",
68
- "@types/dateformat": "1.0.1",
69
- "@types/diff": "3.2.2",
70
- "@types/express": "4.11.0",
71
- "@types/express-fileupload": "0.1.1",
72
- "@types/fs-extra": "7.0.0",
73
- "@types/glob": "5.0.35",
74
- "@types/http-proxy": "1.16.0",
75
- "@types/http-proxy-middleware": "0.19.2",
76
- "@types/inquirer": "7.3.1",
77
- "@types/jasmine": "3.10.0",
78
- "@types/json-stringify-safe": "5.0.0",
79
- "@types/json5": "0.0.29",
80
- "@types/lockfile": "1.0.0",
81
- "@types/lodash": "4.14.92",
82
- "@types/lowdb": "1.0.6",
83
- "@types/mocha": "5.2.5",
84
- "@types/node": "12.11.1",
85
- "@types/node-notifier": "5.4.0",
86
- "@types/oauth2orize": "1.8.0",
87
- "@types/password-hash": "1.2.19",
88
- "@types/progress": "2.0.3",
89
- "@types/q": "1.5.5",
90
- "@types/rimraf": "2.0.2",
91
- "@types/semver": "6.0.1",
92
- "@types/systeminformation": "3.23.0",
93
- "@types/vinyl": "2.0.2",
94
- "@types/watch": "1.0.0",
95
- "accepts": "1.3.4",
96
- "axios": "0.17.1",
97
- "babel-cli": "6.26.0",
98
- "babel-core": "6.25.0",
99
- "babel-preset-env": "1.7.0",
100
- "babel-preset-es2015": "6.24.1",
101
- "background-worker-process": "~13.0.10",
102
- "bcryptjs": "2.4.3",
103
- "body-parser": "1.18.2",
104
- "bootstrap": "5.1.3",
105
- "bs4-breakpoint": "13.0.5",
106
- "buffer-shims": "1.0.0",
107
- "callsite-record": "4.1.3",
108
- "chai": "4.2.0",
109
- "chalk": "2.3.2",
110
- "check-node-version": "3.2.0",
111
- "cheerio": "1.0.0-rc.3",
112
- "chokidar": "3.5.1",
113
- "circular-json": "0.5.1",
114
- "command-exists": "1.2.2",
115
- "compression": "1.7.4",
116
- "concurrently": "3.5.1",
117
- "content-type": "1.0.4",
118
- "cookie-parser": "1.4.3",
119
- "copy-paste": "1.3.0",
120
- "cors": "2.8.4",
121
- "cpr": "3.0.1",
122
- "cross-spawn": "7.0.3",
123
- "dateformat": "3.0.3",
124
- "detect-mocha": "0.1.0",
125
- "diff": "3.2.0",
126
- "element-resize-detector": "1.1.15",
127
- "enquirer": "2.3.0",
128
- "enum-values": "1.2.1",
129
- "errorhandler": "1.5.0",
130
- "eslint": "7.13.0",
131
- "eslint-plugin-import": "2.22.1",
132
- "eslint-plugin-jsdoc": "30.7.8",
133
- "eslint-plugin-prefer-arrow": "1.2.2",
134
- "express": "4.16.3",
135
- "express-fileupload": "0.4.0",
136
- "fbgraph": "1.4.1",
137
- "file-loader": "1.1.5",
138
- "firedev": "^13",
139
- "firedev-crud": "~13.0.15",
140
- "firedev-crud-deamon": "~13.0.7",
141
- "firedev-ports": "~13.0.10",
142
- "firedev-storage": "~13.0.6",
143
- "fkill": "6.1.0",
144
- "font-awesome": "4.7.0",
145
- "fs-extra": "8.1.0",
146
- "fuzzy": "0.1.3",
147
- "glob": "7.1.2",
148
- "gulp": "3.9.1",
149
- "hostile": "1.3.3",
150
- "http-proxy": "1.16.2",
151
- "http-proxy-middleware": "0.19.1",
152
- "http-server": "0.11.1",
153
- "incremental-compiler": "~13.0.9",
154
- "inquirer": "7.3.3",
155
- "inquirer-autocomplete-prompt": "1.3.0",
156
- "is-elevated": "3.0.0",
157
- "istanbul-instrumenter-loader": "2.0.0",
158
- "jasmine-core": "4.0.0",
159
- "jscodeshift": "0.6.3",
160
- "json-stringify-safe": "5.0.1",
161
- "json10": "~13.0.8",
162
- "json10-writer": "~13.0.10",
163
- "json5": "2.1.3",
164
- "json5-writer": "0.2.0",
165
- "karma": "6.3.0",
166
- "karma-chrome-launcher": "3.1.0",
167
- "karma-cli": "1.0.1",
168
- "karma-coverage": "2.1.0",
169
- "karma-jasmine": "4.0.0",
170
- "karma-jasmine-html-reporter": "1.7.0",
171
- "lnk": "1.0.1",
172
- "lockfile": "1.0.4",
173
- "lodash": "4.17.4",
174
- "lodash-walk-object": "~13.0.8",
175
- "lodash.get": ">= 4",
176
- "lodash.isequal": ">= 4",
177
- "lodash.merge": ">= 4",
178
- "lodash.set": ">= 4",
179
- "lowdb": "1.0.0",
180
- "magic-renamer": "13.0.4",
181
- "material-design-icons": "3.0.1",
182
- "method-override": "2.3.10",
183
- "minimist": "1.2.0",
184
- "mkdirp": "0.5.1",
185
- "mocha": "5.2.0",
186
- "moment": "2.22.2",
187
- "morphi": "~13.0.15",
188
- "ng-packagr": "13.0.0",
189
- "ng-talkback": "13.0.6",
190
- "ng2-logger": "~13.0.8",
191
- "ng2-rest": "~13.0.11",
192
- "ng4-icons": "~13.0.8",
193
- "ng4-modal": "~13.0.10",
194
- "ngx-bootstrap": "8.0.0",
195
- "ngx-editor": "12.2.1",
196
- "ngx-moment": "6.0.2",
197
- "ngx-pipes": "3.0.0",
198
- "ngx-store": "3.1.1",
199
- "ngx-toastr": "14.2.2",
200
- "ngx-wig": "13.0.3",
201
- "node-cli-tester": "13.0.6",
202
- "node-localstorage": "2.1.6",
203
- "node-notifier": "6.0.0",
204
- "nodemon": "1.14.11",
205
- "npm-get-dependents": "1.0.1",
206
- "npm-run": "4.1.2",
207
- "omelette": "0.4.5",
208
- "open": "7.2.1",
209
- "ora": "3.4.0",
210
- "passport": "0.3.2",
211
- "passport-http-bearer": "1.0.1",
212
- "password-hash": "1.2.2",
213
- "portfinder": "1.0.21",
214
- "prettier": "2.5.1",
215
- "progress": "2.0.3",
216
- "prompts": "0.1.8",
217
- "ps-list": "6.1.0",
218
- "ps-node": "0.1.6",
219
- "q": "1.5.1",
220
- "randomcolor": "0.5.3",
221
- "record-replay-req-res-scenario": "13.0.7",
222
- "reflect-metadata": "0.1.10",
223
- "rimraf": "2.6.2",
224
- "rxjs": "~7.5.0",
225
- "semver": "6.3.0",
226
- "simple-git": "1.96.0",
227
- "sloc": "0.2.0",
228
- "socket.io": "2.4.1",
229
- "sort-package-json": "1.11.0",
230
- "string-similarity": "4.0.2",
231
- "sudo-block": "3.0.0",
232
- "systeminformation": "3.45.7",
233
- "task.js": "0.1.5",
234
- "tnp-cli": "~13.0.8",
235
- "tnp-config": "~13.0.12",
236
- "tnp-core": "~13.0.27",
237
- "tnp-db": "~13.0.15",
238
- "tnp-helpers": "~13.0.14",
239
- "tnp-models": "~13.0.10",
240
- "tnp-ui": "~13.0.9",
241
- "ts-debug": "1.3.0",
242
- "ts-loader": "2.3.1",
243
- "ts-node": "10.7.0",
244
- "tslib": "~2.3.0",
245
- "typeorm": "~0.2.45",
246
- "typescript": "~4.5.2",
247
- "typescript-class-helpers": "~13.0.8",
248
- "typescript-formatter": "~7.2.2",
249
- "underscore": "1.9.1",
250
- "uuid": "8.3.2",
251
- "validator": "9.2.0",
252
- "vpn-split": "13.0.6",
253
- "watch": "1.0.2",
254
- "zone.js": "~0.11.4"
255
- }
27
+ "lastBuildTagHash": "e10c4994a685524d3e7c52f6b76989156d436e37",
28
+ "devDependencies": {}
256
29
  }
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "overrided": {
7
7
  "ignoreDepsPattern": [],
8
- "includeAsDev": "*",
8
+ "includeAsDev": [],
9
9
  "includeOnly": [],
10
10
  "dependencies": {},
11
11
  "linkedFolders": []
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "overrided": {
13
13
  "ignoreDepsPattern": [],
14
- "includeAsDev": "*",
14
+ "includeAsDev": [],
15
15
  "includeOnly": [],
16
16
  "dependencies": {},
17
17
  "linkedFolders": []
@@ -45,7 +45,7 @@
45
45
  "workerPlugins": {}
46
46
  },
47
47
  "name": "static-columns",
48
- "version": "13.0.8",
48
+ "version": "13.0.11",
49
49
  "description": "Static columns with flexbox for Agnular2",
50
50
  "repository": {
51
51
  "type": "git",
@@ -67,10 +67,7 @@
67
67
  "url": "https://github.com/darekf77/static-columns/issues"
68
68
  },
69
69
  "homepage": "https://github.com/darekf77/static-columns#readme",
70
- "dependencies": {},
71
- "private": false,
72
- "lastBuildTagHash": "905655e05d069bedf8f712425f484c22ddeb3f7c",
73
- "devDependencies": {
70
+ "dependencies": {
74
71
  "@angular-devkit/build-angular": "~13.2.5",
75
72
  "@angular/animations": "~13.2.0",
76
73
  "@angular/cdk": "~13.2.4",
@@ -143,11 +140,11 @@
143
140
  "babel-core": "6.25.0",
144
141
  "babel-preset-env": "1.7.0",
145
142
  "babel-preset-es2015": "6.24.1",
146
- "background-worker-process": "~13.0.10",
143
+ "background-worker-process": "~13.0.13",
147
144
  "bcryptjs": "2.4.3",
148
145
  "body-parser": "1.18.2",
149
146
  "bootstrap": "5.1.3",
150
- "bs4-breakpoint": "13.0.5",
147
+ "bs4-breakpoint": "13.0.8",
151
148
  "buffer-shims": "1.0.0",
152
149
  "callsite-record": "4.1.3",
153
150
  "chai": "4.2.0",
@@ -181,10 +178,10 @@
181
178
  "fbgraph": "1.4.1",
182
179
  "file-loader": "1.1.5",
183
180
  "firedev": "^13",
184
- "firedev-crud": "~13.0.15",
185
- "firedev-crud-deamon": "~13.0.7",
186
- "firedev-ports": "~13.0.10",
187
- "firedev-storage": "~13.0.6",
181
+ "firedev-crud": "~13.0.18",
182
+ "firedev-crud-deamon": "~13.0.12",
183
+ "firedev-ports": "~13.0.13",
184
+ "firedev-storage": "~13.0.9",
188
185
  "fkill": "6.1.0",
189
186
  "font-awesome": "4.7.0",
190
187
  "fs-extra": "8.1.0",
@@ -195,7 +192,7 @@
195
192
  "http-proxy": "1.16.2",
196
193
  "http-proxy-middleware": "0.19.1",
197
194
  "http-server": "0.11.1",
198
- "incremental-compiler": "~13.0.9",
195
+ "incremental-compiler": "~13.0.11",
199
196
  "inquirer": "7.3.3",
200
197
  "inquirer-autocomplete-prompt": "1.3.0",
201
198
  "is-elevated": "3.0.0",
@@ -203,7 +200,7 @@
203
200
  "jasmine-core": "4.0.0",
204
201
  "jscodeshift": "0.6.3",
205
202
  "json-stringify-safe": "5.0.1",
206
- "json10": "~13.0.8",
203
+ "json10": "~13.0.10",
207
204
  "json10-writer": "~13.0.10",
208
205
  "json5": "2.1.3",
209
206
  "json5-writer": "0.2.0",
@@ -216,26 +213,26 @@
216
213
  "lnk": "1.0.1",
217
214
  "lockfile": "1.0.4",
218
215
  "lodash": "4.17.4",
219
- "lodash-walk-object": "~13.0.8",
216
+ "lodash-walk-object": "~13.0.10",
220
217
  "lodash.get": ">= 4",
221
218
  "lodash.isequal": ">= 4",
222
219
  "lodash.merge": ">= 4",
223
220
  "lodash.set": ">= 4",
224
221
  "lowdb": "1.0.0",
225
- "magic-renamer": "13.0.4",
222
+ "magic-renamer": "~13.0.7",
226
223
  "material-design-icons": "3.0.1",
227
224
  "method-override": "2.3.10",
228
225
  "minimist": "1.2.0",
229
226
  "mkdirp": "0.5.1",
230
227
  "mocha": "5.2.0",
231
228
  "moment": "2.22.2",
232
- "morphi": "~13.0.15",
229
+ "morphi": "~13.0.21",
233
230
  "ng-packagr": "13.0.0",
234
- "ng-talkback": "13.0.6",
235
- "ng2-logger": "~13.0.8",
236
- "ng2-rest": "~13.0.11",
237
- "ng4-icons": "~13.0.8",
238
- "ng4-modal": "~13.0.10",
231
+ "ng-talkback": "~13.0.9",
232
+ "ng2-logger": "~13.0.10",
233
+ "ng2-rest": "~13.0.13",
234
+ "ng4-icons": "~13.0.11",
235
+ "ng4-modal": "~13.0.13",
239
236
  "ngx-bootstrap": "8.0.0",
240
237
  "ngx-editor": "12.2.1",
241
238
  "ngx-moment": "6.0.2",
@@ -243,7 +240,7 @@
243
240
  "ngx-store": "3.1.1",
244
241
  "ngx-toastr": "14.2.2",
245
242
  "ngx-wig": "13.0.3",
246
- "node-cli-tester": "13.0.6",
243
+ "node-cli-tester": "~13.0.9",
247
244
  "node-localstorage": "2.1.6",
248
245
  "node-notifier": "6.0.0",
249
246
  "nodemon": "1.14.11",
@@ -263,7 +260,7 @@
263
260
  "ps-node": "0.1.6",
264
261
  "q": "1.5.1",
265
262
  "randomcolor": "0.5.3",
266
- "record-replay-req-res-scenario": "13.0.7",
263
+ "record-replay-req-res-scenario": "~13.0.10",
267
264
  "reflect-metadata": "0.1.10",
268
265
  "rimraf": "2.6.2",
269
266
  "rxjs": "~7.5.0",
@@ -276,41 +273,44 @@
276
273
  "sudo-block": "3.0.0",
277
274
  "systeminformation": "3.45.7",
278
275
  "task.js": "0.1.5",
279
- "tnp-cli": "~13.0.8",
280
- "tnp-config": "~13.0.12",
281
- "tnp-core": "~13.0.27",
282
- "tnp-db": "~13.0.15",
283
- "tnp-helpers": "~13.0.14",
284
- "tnp-models": "~13.0.10",
285
- "tnp-ui": "~13.0.9",
276
+ "tnp-cli": "~13.0.11",
277
+ "tnp-config": "~13.0.15",
278
+ "tnp-core": "~13.0.34",
279
+ "tnp-db": "~13.0.20",
280
+ "tnp-helpers": "~13.0.18",
281
+ "tnp-models": "~13.0.13",
282
+ "tnp-ui": "~13.0.12",
286
283
  "ts-debug": "1.3.0",
287
284
  "ts-loader": "2.3.1",
288
285
  "ts-node": "10.7.0",
289
286
  "tslib": "~2.3.0",
290
287
  "typeorm": "~0.2.45",
291
288
  "typescript": "~4.5.2",
292
- "typescript-class-helpers": "~13.0.8",
289
+ "typescript-class-helpers": "~13.0.10",
293
290
  "typescript-formatter": "~7.2.2",
294
291
  "underscore": "1.9.1",
295
292
  "uuid": "8.3.2",
296
293
  "validator": "9.2.0",
297
- "vpn-split": "13.0.6",
294
+ "vpn-split": "~13.0.14",
298
295
  "watch": "1.0.2",
299
296
  "zone.js": "~0.11.4"
300
- }
297
+ },
298
+ "private": false,
299
+ "lastBuildTagHash": "e10c4994a685524d3e7c52f6b76989156d436e37",
300
+ "devDependencies": {}
301
301
  },
302
302
  "build": {
303
- "number": 203,
304
- "date": "2022-03-29T17:05:21.000Z",
305
- "hash": "54dbc65a36192b110b75072b7b80a09683ef36ac",
303
+ "number": 209,
304
+ "date": "2022-04-16T11:14:15.000Z",
305
+ "hash": "e71a169dfa45e8b8b783f8e7e88031aec0f77ae8",
306
306
  "options": {}
307
307
  },
308
308
  "currentProjectName": "static-columns",
309
309
  "currentProjectPort": 4000,
310
- "currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22static-columns%22%0A%7D\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"],\"outFiles\":[\"${workspaceFolder}/dist/**/*.js\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
310
+ "currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22static-columns%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--preserve-symlinks\",\"--preserve-symlinks-main\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
311
311
  "currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
312
312
  "currentProjectType": "isomorphic-lib",
313
- "currentFrameworkVersion": "13.0.48",
313
+ "currentFrameworkVersion": "13.0.62",
314
314
  "currentProjectIsStrictSite": false,
315
315
  "currentProjectIsDependencySite": false,
316
316
  "currentProjectIsStatic": false,