static-columns 13.0.9 → 13.0.10
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.
- package/browser/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/browser/esm2020/lib/column/column.component.mjs +3 -3
- package/browser/esm2020/lib/columns.component.mjs +3 -3
- package/browser/esm2020/lib/columns.module.mjs +4 -4
- package/browser/fesm2015/static-columns.mjs +13 -13
- package/browser/fesm2020/static-columns.mjs +13 -13
- package/client/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/client/esm2020/lib/column/column.component.mjs +3 -3
- package/client/esm2020/lib/columns.component.mjs +3 -3
- package/client/esm2020/lib/columns.module.mjs +4 -4
- package/client/fesm2015/static-columns.mjs +13 -13
- package/client/fesm2020/static-columns.mjs +13 -13
- package/package.json +29 -29
- package/tmp-environment.json +33 -33
|
@@ -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.
|
|
15
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
10
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
13
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
8
|
-
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
|
9
|
-
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
11
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
37
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
54
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
66
|
-
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
|
67
|
-
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
11
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
37
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
54
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
66
|
-
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
|
67
|
-
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
15
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
10
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
13
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
14
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
8
|
-
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
|
9
|
-
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
11
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
37
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
54
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
66
|
-
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
|
67
|
-
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
11
|
-
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
37
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
54
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
66
|
-
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.
|
|
67
|
-
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
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.
|
|
3
|
+
"version": "13.0.10",
|
|
4
4
|
"description": "Static columns with flexbox for Agnular2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -95,11 +95,11 @@
|
|
|
95
95
|
"babel-core": "6.25.0",
|
|
96
96
|
"babel-preset-env": "1.7.0",
|
|
97
97
|
"babel-preset-es2015": "6.24.1",
|
|
98
|
-
"background-worker-process": "~13.0.
|
|
98
|
+
"background-worker-process": "~13.0.12",
|
|
99
99
|
"bcryptjs": "2.4.3",
|
|
100
100
|
"body-parser": "1.18.2",
|
|
101
101
|
"bootstrap": "5.1.3",
|
|
102
|
-
"bs4-breakpoint": "13.0.
|
|
102
|
+
"bs4-breakpoint": "13.0.7",
|
|
103
103
|
"buffer-shims": "1.0.0",
|
|
104
104
|
"callsite-record": "4.1.3",
|
|
105
105
|
"chai": "4.2.0",
|
|
@@ -133,10 +133,10 @@
|
|
|
133
133
|
"fbgraph": "1.4.1",
|
|
134
134
|
"file-loader": "1.1.5",
|
|
135
135
|
"firedev": "^13",
|
|
136
|
-
"firedev-crud": "~13.0.
|
|
137
|
-
"firedev-crud-deamon": "~13.0.
|
|
138
|
-
"firedev-ports": "~13.0.
|
|
139
|
-
"firedev-storage": "~13.0.
|
|
136
|
+
"firedev-crud": "~13.0.17",
|
|
137
|
+
"firedev-crud-deamon": "~13.0.11",
|
|
138
|
+
"firedev-ports": "~13.0.12",
|
|
139
|
+
"firedev-storage": "~13.0.8",
|
|
140
140
|
"fkill": "6.1.0",
|
|
141
141
|
"font-awesome": "4.7.0",
|
|
142
142
|
"fs-extra": "8.1.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"http-proxy": "1.16.2",
|
|
148
148
|
"http-proxy-middleware": "0.19.1",
|
|
149
149
|
"http-server": "0.11.1",
|
|
150
|
-
"incremental-compiler": "~13.0.
|
|
150
|
+
"incremental-compiler": "~13.0.11",
|
|
151
151
|
"inquirer": "7.3.3",
|
|
152
152
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
153
153
|
"is-elevated": "3.0.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"jasmine-core": "4.0.0",
|
|
156
156
|
"jscodeshift": "0.6.3",
|
|
157
157
|
"json-stringify-safe": "5.0.1",
|
|
158
|
-
"json10": "~13.0.
|
|
158
|
+
"json10": "~13.0.10",
|
|
159
159
|
"json10-writer": "~13.0.10",
|
|
160
160
|
"json5": "2.1.3",
|
|
161
161
|
"json5-writer": "0.2.0",
|
|
@@ -168,26 +168,26 @@
|
|
|
168
168
|
"lnk": "1.0.1",
|
|
169
169
|
"lockfile": "1.0.4",
|
|
170
170
|
"lodash": "4.17.4",
|
|
171
|
-
"lodash-walk-object": "~13.0.
|
|
171
|
+
"lodash-walk-object": "~13.0.10",
|
|
172
172
|
"lodash.get": ">= 4",
|
|
173
173
|
"lodash.isequal": ">= 4",
|
|
174
174
|
"lodash.merge": ">= 4",
|
|
175
175
|
"lodash.set": ">= 4",
|
|
176
176
|
"lowdb": "1.0.0",
|
|
177
|
-
"magic-renamer": "13.0.
|
|
177
|
+
"magic-renamer": "~13.0.6",
|
|
178
178
|
"material-design-icons": "3.0.1",
|
|
179
179
|
"method-override": "2.3.10",
|
|
180
180
|
"minimist": "1.2.0",
|
|
181
181
|
"mkdirp": "0.5.1",
|
|
182
182
|
"mocha": "5.2.0",
|
|
183
183
|
"moment": "2.22.2",
|
|
184
|
-
"morphi": "~13.0.
|
|
184
|
+
"morphi": "~13.0.20",
|
|
185
185
|
"ng-packagr": "13.0.0",
|
|
186
|
-
"ng-talkback": "13.0.
|
|
187
|
-
"ng2-logger": "~13.0.
|
|
188
|
-
"ng2-rest": "~13.0.
|
|
189
|
-
"ng4-icons": "~13.0.
|
|
190
|
-
"ng4-modal": "~13.0.
|
|
186
|
+
"ng-talkback": "~13.0.8",
|
|
187
|
+
"ng2-logger": "~13.0.10",
|
|
188
|
+
"ng2-rest": "~13.0.13",
|
|
189
|
+
"ng4-icons": "~13.0.10",
|
|
190
|
+
"ng4-modal": "~13.0.12",
|
|
191
191
|
"ngx-bootstrap": "8.0.0",
|
|
192
192
|
"ngx-editor": "12.2.1",
|
|
193
193
|
"ngx-moment": "6.0.2",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"ngx-store": "3.1.1",
|
|
196
196
|
"ngx-toastr": "14.2.2",
|
|
197
197
|
"ngx-wig": "13.0.3",
|
|
198
|
-
"node-cli-tester": "13.0.
|
|
198
|
+
"node-cli-tester": "~13.0.8",
|
|
199
199
|
"node-localstorage": "2.1.6",
|
|
200
200
|
"node-notifier": "6.0.0",
|
|
201
201
|
"nodemon": "1.14.11",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"ps-node": "0.1.6",
|
|
216
216
|
"q": "1.5.1",
|
|
217
217
|
"randomcolor": "0.5.3",
|
|
218
|
-
"record-replay-req-res-scenario": "13.0.
|
|
218
|
+
"record-replay-req-res-scenario": "~13.0.9",
|
|
219
219
|
"reflect-metadata": "0.1.10",
|
|
220
220
|
"rimraf": "2.6.2",
|
|
221
221
|
"rxjs": "~7.5.0",
|
|
@@ -228,29 +228,29 @@
|
|
|
228
228
|
"sudo-block": "3.0.0",
|
|
229
229
|
"systeminformation": "3.45.7",
|
|
230
230
|
"task.js": "0.1.5",
|
|
231
|
-
"tnp-cli": "~13.0.
|
|
232
|
-
"tnp-config": "~13.0.
|
|
233
|
-
"tnp-core": "~13.0.
|
|
234
|
-
"tnp-db": "~13.0.
|
|
235
|
-
"tnp-helpers": "~13.0.
|
|
236
|
-
"tnp-models": "~13.0.
|
|
237
|
-
"tnp-ui": "~13.0.
|
|
231
|
+
"tnp-cli": "~13.0.11",
|
|
232
|
+
"tnp-config": "~13.0.15",
|
|
233
|
+
"tnp-core": "~13.0.34",
|
|
234
|
+
"tnp-db": "~13.0.19",
|
|
235
|
+
"tnp-helpers": "~13.0.16",
|
|
236
|
+
"tnp-models": "~13.0.12",
|
|
237
|
+
"tnp-ui": "~13.0.11",
|
|
238
238
|
"ts-debug": "1.3.0",
|
|
239
239
|
"ts-loader": "2.3.1",
|
|
240
240
|
"ts-node": "10.7.0",
|
|
241
241
|
"tslib": "~2.3.0",
|
|
242
242
|
"typeorm": "~0.2.45",
|
|
243
243
|
"typescript": "~4.5.2",
|
|
244
|
-
"typescript-class-helpers": "~13.0.
|
|
244
|
+
"typescript-class-helpers": "~13.0.10",
|
|
245
245
|
"typescript-formatter": "~7.2.2",
|
|
246
246
|
"underscore": "1.9.1",
|
|
247
247
|
"uuid": "8.3.2",
|
|
248
248
|
"validator": "9.2.0",
|
|
249
|
-
"vpn-split": "13.0.13",
|
|
249
|
+
"vpn-split": "~13.0.13",
|
|
250
250
|
"watch": "1.0.2",
|
|
251
251
|
"zone.js": "~0.11.4"
|
|
252
252
|
},
|
|
253
253
|
"private": false,
|
|
254
|
-
"lastBuildTagHash": "
|
|
254
|
+
"lastBuildTagHash": "17638fe3c8d4f3a38161fe926b7b67bc0a66c44c",
|
|
255
255
|
"devDependencies": {}
|
|
256
256
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"workerPlugins": {}
|
|
46
46
|
},
|
|
47
47
|
"name": "static-columns",
|
|
48
|
-
"version": "13.0.
|
|
48
|
+
"version": "13.0.10",
|
|
49
49
|
"description": "Static columns with flexbox for Agnular2",
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|
|
@@ -140,11 +140,11 @@
|
|
|
140
140
|
"babel-core": "6.25.0",
|
|
141
141
|
"babel-preset-env": "1.7.0",
|
|
142
142
|
"babel-preset-es2015": "6.24.1",
|
|
143
|
-
"background-worker-process": "~13.0.
|
|
143
|
+
"background-worker-process": "~13.0.12",
|
|
144
144
|
"bcryptjs": "2.4.3",
|
|
145
145
|
"body-parser": "1.18.2",
|
|
146
146
|
"bootstrap": "5.1.3",
|
|
147
|
-
"bs4-breakpoint": "13.0.
|
|
147
|
+
"bs4-breakpoint": "13.0.7",
|
|
148
148
|
"buffer-shims": "1.0.0",
|
|
149
149
|
"callsite-record": "4.1.3",
|
|
150
150
|
"chai": "4.2.0",
|
|
@@ -178,10 +178,10 @@
|
|
|
178
178
|
"fbgraph": "1.4.1",
|
|
179
179
|
"file-loader": "1.1.5",
|
|
180
180
|
"firedev": "^13",
|
|
181
|
-
"firedev-crud": "~13.0.
|
|
182
|
-
"firedev-crud-deamon": "~13.0.
|
|
183
|
-
"firedev-ports": "~13.0.
|
|
184
|
-
"firedev-storage": "~13.0.
|
|
181
|
+
"firedev-crud": "~13.0.17",
|
|
182
|
+
"firedev-crud-deamon": "~13.0.11",
|
|
183
|
+
"firedev-ports": "~13.0.12",
|
|
184
|
+
"firedev-storage": "~13.0.8",
|
|
185
185
|
"fkill": "6.1.0",
|
|
186
186
|
"font-awesome": "4.7.0",
|
|
187
187
|
"fs-extra": "8.1.0",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"http-proxy": "1.16.2",
|
|
193
193
|
"http-proxy-middleware": "0.19.1",
|
|
194
194
|
"http-server": "0.11.1",
|
|
195
|
-
"incremental-compiler": "~13.0.
|
|
195
|
+
"incremental-compiler": "~13.0.11",
|
|
196
196
|
"inquirer": "7.3.3",
|
|
197
197
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
198
198
|
"is-elevated": "3.0.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"jasmine-core": "4.0.0",
|
|
201
201
|
"jscodeshift": "0.6.3",
|
|
202
202
|
"json-stringify-safe": "5.0.1",
|
|
203
|
-
"json10": "~13.0.
|
|
203
|
+
"json10": "~13.0.10",
|
|
204
204
|
"json10-writer": "~13.0.10",
|
|
205
205
|
"json5": "2.1.3",
|
|
206
206
|
"json5-writer": "0.2.0",
|
|
@@ -213,26 +213,26 @@
|
|
|
213
213
|
"lnk": "1.0.1",
|
|
214
214
|
"lockfile": "1.0.4",
|
|
215
215
|
"lodash": "4.17.4",
|
|
216
|
-
"lodash-walk-object": "~13.0.
|
|
216
|
+
"lodash-walk-object": "~13.0.10",
|
|
217
217
|
"lodash.get": ">= 4",
|
|
218
218
|
"lodash.isequal": ">= 4",
|
|
219
219
|
"lodash.merge": ">= 4",
|
|
220
220
|
"lodash.set": ">= 4",
|
|
221
221
|
"lowdb": "1.0.0",
|
|
222
|
-
"magic-renamer": "13.0.
|
|
222
|
+
"magic-renamer": "~13.0.6",
|
|
223
223
|
"material-design-icons": "3.0.1",
|
|
224
224
|
"method-override": "2.3.10",
|
|
225
225
|
"minimist": "1.2.0",
|
|
226
226
|
"mkdirp": "0.5.1",
|
|
227
227
|
"mocha": "5.2.0",
|
|
228
228
|
"moment": "2.22.2",
|
|
229
|
-
"morphi": "~13.0.
|
|
229
|
+
"morphi": "~13.0.20",
|
|
230
230
|
"ng-packagr": "13.0.0",
|
|
231
|
-
"ng-talkback": "13.0.
|
|
232
|
-
"ng2-logger": "~13.0.
|
|
233
|
-
"ng2-rest": "~13.0.
|
|
234
|
-
"ng4-icons": "~13.0.
|
|
235
|
-
"ng4-modal": "~13.0.
|
|
231
|
+
"ng-talkback": "~13.0.8",
|
|
232
|
+
"ng2-logger": "~13.0.10",
|
|
233
|
+
"ng2-rest": "~13.0.13",
|
|
234
|
+
"ng4-icons": "~13.0.10",
|
|
235
|
+
"ng4-modal": "~13.0.12",
|
|
236
236
|
"ngx-bootstrap": "8.0.0",
|
|
237
237
|
"ngx-editor": "12.2.1",
|
|
238
238
|
"ngx-moment": "6.0.2",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"ngx-store": "3.1.1",
|
|
241
241
|
"ngx-toastr": "14.2.2",
|
|
242
242
|
"ngx-wig": "13.0.3",
|
|
243
|
-
"node-cli-tester": "13.0.
|
|
243
|
+
"node-cli-tester": "~13.0.8",
|
|
244
244
|
"node-localstorage": "2.1.6",
|
|
245
245
|
"node-notifier": "6.0.0",
|
|
246
246
|
"nodemon": "1.14.11",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
"ps-node": "0.1.6",
|
|
261
261
|
"q": "1.5.1",
|
|
262
262
|
"randomcolor": "0.5.3",
|
|
263
|
-
"record-replay-req-res-scenario": "13.0.
|
|
263
|
+
"record-replay-req-res-scenario": "~13.0.9",
|
|
264
264
|
"reflect-metadata": "0.1.10",
|
|
265
265
|
"rimraf": "2.6.2",
|
|
266
266
|
"rxjs": "~7.5.0",
|
|
@@ -273,36 +273,36 @@
|
|
|
273
273
|
"sudo-block": "3.0.0",
|
|
274
274
|
"systeminformation": "3.45.7",
|
|
275
275
|
"task.js": "0.1.5",
|
|
276
|
-
"tnp-cli": "~13.0.
|
|
277
|
-
"tnp-config": "~13.0.
|
|
278
|
-
"tnp-core": "~13.0.
|
|
279
|
-
"tnp-db": "~13.0.
|
|
280
|
-
"tnp-helpers": "~13.0.
|
|
281
|
-
"tnp-models": "~13.0.
|
|
282
|
-
"tnp-ui": "~13.0.
|
|
276
|
+
"tnp-cli": "~13.0.11",
|
|
277
|
+
"tnp-config": "~13.0.15",
|
|
278
|
+
"tnp-core": "~13.0.34",
|
|
279
|
+
"tnp-db": "~13.0.19",
|
|
280
|
+
"tnp-helpers": "~13.0.16",
|
|
281
|
+
"tnp-models": "~13.0.12",
|
|
282
|
+
"tnp-ui": "~13.0.11",
|
|
283
283
|
"ts-debug": "1.3.0",
|
|
284
284
|
"ts-loader": "2.3.1",
|
|
285
285
|
"ts-node": "10.7.0",
|
|
286
286
|
"tslib": "~2.3.0",
|
|
287
287
|
"typeorm": "~0.2.45",
|
|
288
288
|
"typescript": "~4.5.2",
|
|
289
|
-
"typescript-class-helpers": "~13.0.
|
|
289
|
+
"typescript-class-helpers": "~13.0.10",
|
|
290
290
|
"typescript-formatter": "~7.2.2",
|
|
291
291
|
"underscore": "1.9.1",
|
|
292
292
|
"uuid": "8.3.2",
|
|
293
293
|
"validator": "9.2.0",
|
|
294
|
-
"vpn-split": "13.0.13",
|
|
294
|
+
"vpn-split": "~13.0.13",
|
|
295
295
|
"watch": "1.0.2",
|
|
296
296
|
"zone.js": "~0.11.4"
|
|
297
297
|
},
|
|
298
298
|
"private": false,
|
|
299
|
-
"lastBuildTagHash": "
|
|
299
|
+
"lastBuildTagHash": "17638fe3c8d4f3a38161fe926b7b67bc0a66c44c",
|
|
300
300
|
"devDependencies": {}
|
|
301
301
|
},
|
|
302
302
|
"build": {
|
|
303
|
-
"number":
|
|
304
|
-
"date": "2022-
|
|
305
|
-
"hash": "
|
|
303
|
+
"number": 207,
|
|
304
|
+
"date": "2022-04-15T03:51:46.000Z",
|
|
305
|
+
"hash": "e10c4994a685524d3e7c52f6b76989156d436e37",
|
|
306
306
|
"options": {}
|
|
307
307
|
},
|
|
308
308
|
"currentProjectName": "static-columns",
|
|
@@ -310,7 +310,7 @@
|
|
|
310
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\"]}]}",
|
|
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.
|
|
313
|
+
"currentFrameworkVersion": "13.0.61",
|
|
314
314
|
"currentProjectIsStrictSite": false,
|
|
315
315
|
"currentProjectIsDependencySite": false,
|
|
316
316
|
"currentProjectIsStatic": false,
|