static-columns 2.0.6 → 2.0.17
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/README.md +24 -0
- package/browser/bundles/static-columns.umd.js +97 -0
- package/browser/bundles/static-columns.umd.js.map +1 -0
- package/browser/bundles/static-columns.umd.min.js +2 -0
- package/browser/bundles/static-columns.umd.min.js.map +1 -0
- package/browser/column/column-grow.directive.d.ts +6 -0
- package/browser/column/column.component.d.ts +6 -0
- package/browser/column/column.component.ngfactory.d.ts +1 -0
- package/browser/column/column.component.scss.shim.ngstyle.d.ts +1 -0
- package/browser/column/index.d.ts +2 -0
- package/browser/columns.component.d.ts +7 -0
- package/browser/columns.component.ngfactory.d.ts +1 -0
- package/browser/columns.component.scss.shim.ngstyle.d.ts +1 -0
- package/browser/columns.module.d.ts +2 -0
- package/browser/columns.module.ngfactory.d.ts +3 -0
- package/browser/esm2015/column/column-grow.directive.js +26 -0
- package/browser/esm2015/column/column-grow.directive.ngsummary.json +1 -0
- package/browser/esm2015/column/column.component.js +19 -0
- package/browser/esm2015/column/column.component.ngfactory.js +17 -0
- package/browser/esm2015/column/column.component.ngsummary.json +1 -0
- package/browser/esm2015/column/column.component.scss.shim.ngstyle.js +9 -0
- package/browser/esm2015/column/index.js +3 -0
- package/browser/esm2015/column/index.ngsummary.json +1 -0
- package/browser/esm2015/columns.component.js +22 -0
- package/browser/esm2015/columns.component.ngfactory.js +17 -0
- package/browser/esm2015/columns.component.ngsummary.json +1 -0
- package/browser/esm2015/columns.component.scss.shim.ngstyle.js +9 -0
- package/browser/esm2015/columns.module.js +14 -0
- package/browser/esm2015/columns.module.ngfactory.js +11 -0
- package/browser/esm2015/columns.module.ngsummary.json +1 -0
- package/browser/esm2015/lib.module.js +6 -0
- package/browser/esm2015/lib.module.ngsummary.json +1 -0
- package/browser/esm2015/public-api.js +2 -0
- package/browser/esm2015/public-api.ngsummary.json +1 -0
- package/browser/esm2015/static-columns.js +6 -0
- package/browser/esm2015/static-columns.ngsummary.json +1 -0
- package/browser/esm5/column/column-grow.directive.js +28 -0
- package/browser/esm5/column/column.component.js +21 -0
- package/browser/esm5/column/index.js +3 -0
- package/browser/esm5/columns.component.js +24 -0
- package/browser/esm5/columns.module.js +18 -0
- package/browser/esm5/lib.module.js +6 -0
- package/browser/esm5/public-api.js +2 -0
- package/browser/esm5/static-columns.js +6 -0
- package/browser/fesm2015/static-columns.js +82 -0
- package/browser/fesm2015/static-columns.js.map +1 -0
- package/browser/fesm5/static-columns.js +88 -0
- package/browser/fesm5/static-columns.js.map +1 -0
- package/browser/lib.module.d.ts +5 -0
- package/browser/package.json +13 -2
- package/browser/public-api.d.ts +1 -0
- package/browser/static-columns.d.ts +5 -0
- package/browser/static-columns.metadata.json +1 -0
- package/client/README.md +24 -0
- package/client/bundles/static-columns.umd.js +97 -0
- package/client/bundles/static-columns.umd.js.map +1 -0
- package/client/bundles/static-columns.umd.min.js +2 -0
- package/client/bundles/static-columns.umd.min.js.map +1 -0
- package/client/column/column-grow.directive.d.ts +6 -0
- package/client/column/column.component.d.ts +6 -0
- package/client/column/column.component.ngfactory.d.ts +1 -0
- package/client/column/column.component.scss.shim.ngstyle.d.ts +1 -0
- package/client/column/index.d.ts +2 -0
- package/client/columns.component.d.ts +7 -0
- package/client/columns.component.ngfactory.d.ts +1 -0
- package/client/columns.component.scss.shim.ngstyle.d.ts +1 -0
- package/client/columns.module.d.ts +2 -0
- package/client/columns.module.ngfactory.d.ts +3 -0
- package/client/esm2015/column/column-grow.directive.js +26 -0
- package/client/esm2015/column/column-grow.directive.ngsummary.json +1 -0
- package/client/esm2015/column/column.component.js +19 -0
- package/client/esm2015/column/column.component.ngfactory.js +17 -0
- package/client/esm2015/column/column.component.ngsummary.json +1 -0
- package/client/esm2015/column/column.component.scss.shim.ngstyle.js +9 -0
- package/client/esm2015/column/index.js +3 -0
- package/client/esm2015/column/index.ngsummary.json +1 -0
- package/client/esm2015/columns.component.js +22 -0
- package/client/esm2015/columns.component.ngfactory.js +17 -0
- package/client/esm2015/columns.component.ngsummary.json +1 -0
- package/client/esm2015/columns.component.scss.shim.ngstyle.js +9 -0
- package/client/esm2015/columns.module.js +14 -0
- package/client/esm2015/columns.module.ngfactory.js +11 -0
- package/client/esm2015/columns.module.ngsummary.json +1 -0
- package/client/esm2015/lib.module.js +6 -0
- package/client/esm2015/lib.module.ngsummary.json +1 -0
- package/client/esm2015/public-api.js +2 -0
- package/client/esm2015/public-api.ngsummary.json +1 -0
- package/client/esm2015/static-columns.js +6 -0
- package/client/esm2015/static-columns.ngsummary.json +1 -0
- package/client/esm5/column/column-grow.directive.js +28 -0
- package/client/esm5/column/column.component.js +21 -0
- package/client/esm5/column/index.js +3 -0
- package/client/esm5/columns.component.js +24 -0
- package/client/esm5/columns.module.js +18 -0
- package/client/esm5/lib.module.js +6 -0
- package/client/esm5/public-api.js +2 -0
- package/client/esm5/static-columns.js +6 -0
- package/client/fesm2015/static-columns.js +82 -0
- package/client/fesm2015/static-columns.js.map +1 -0
- package/client/fesm5/static-columns.js +88 -0
- package/client/fesm5/static-columns.js.map +1 -0
- package/client/lib.module.d.ts +5 -0
- package/client/package.json +13 -2
- package/client/public-api.d.ts +1 -0
- package/client/static-columns.d.ts +5 -0
- package/client/static-columns.metadata.json +1 -0
- package/column/column-grow.directive.d.ts +6 -0
- package/column/column-grow.directive.js +25 -0
- package/column/column-grow.directive.js.map +1 -0
- package/column/column.component.d.ts +6 -0
- package/column/column.component.js +28 -0
- package/column/column.component.js.map +1 -0
- package/column/column.component.ngfactory.d.ts +1 -0
- package/column/column.component.scss.shim.ngstyle.d.ts +1 -0
- package/column/index.d.ts +2 -0
- package/column/index.js +6 -0
- package/column/index.js.map +1 -0
- package/columns.component.d.ts +7 -0
- package/columns.component.js +29 -0
- package/columns.component.js.map +1 -0
- package/columns.component.ngfactory.d.ts +1 -0
- package/columns.component.scss.shim.ngstyle.d.ts +1 -0
- package/columns.module.d.ts +2 -0
- package/columns.module.js +22 -0
- package/columns.module.js.map +1 -0
- package/columns.module.ngfactory.d.ts +3 -0
- package/index.js +1 -5
- package/index.js.map +1 -1
- package/lib.module.d.ts +5 -0
- package/lib.module.js +9 -0
- package/lib.module.js.map +1 -0
- package/package.json +3 -4
- package/package.json_devDependencies.json +57 -57
- package/package.json_tnp.json +2 -1
- package/public-api.d.ts +1 -0
- package/public-api.js +1 -2
- package/public-api.js.map +1 -1
- package/static-columns.d.ts +5 -0
- package/backend-logging.js +0 -20
- package/backend-logging.js.map +0 -1
- package/client.js +0 -5
- package/client.js.map +0 -1
- package/display.js +0 -82
- package/display.js.map +0 -1
- package/helpers.js +0 -6
- package/helpers.js.map +0 -1
- package/level.js +0 -26
- package/level.js.map +0 -1
- package/log.js +0 -167
- package/log.js.map +0 -1
- package/logger.js +0 -228
- package/logger.js.map +0 -1
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Component, HostBinding, Input, ElementRef, Renderer2, Directive, ViewChildren, NgModule } from '@angular/core';
|
|
2
|
+
|
|
3
|
+
class ColumnComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
// this.ccwidth = 90;
|
|
6
|
+
}
|
|
7
|
+
ngOnInit() { }
|
|
8
|
+
}
|
|
9
|
+
ColumnComponent.decorators = [
|
|
10
|
+
{ type: Component, args: [{
|
|
11
|
+
selector: 'column',
|
|
12
|
+
template: '<ng-content></ng-content>',
|
|
13
|
+
styles: [":host{flex-grow:0;flex-shrink:0;width:0}"]
|
|
14
|
+
},] }
|
|
15
|
+
];
|
|
16
|
+
ColumnComponent.ctorParameters = () => [];
|
|
17
|
+
ColumnComponent.propDecorators = {
|
|
18
|
+
width: [{ type: HostBinding, args: ['style.flex.basis.px',] }, { type: HostBinding, args: ['style.minWidth.px',] }, { type: Input }]
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
class DirectiveGrow {
|
|
22
|
+
constructor(e, renderer) {
|
|
23
|
+
this.e = e;
|
|
24
|
+
this.renderer = renderer;
|
|
25
|
+
setTimeout(() => {
|
|
26
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
27
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
28
|
+
}, 0);
|
|
29
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
DirectiveGrow.ctorParameters = () => [
|
|
33
|
+
{ type: ElementRef },
|
|
34
|
+
{ type: Renderer2 }
|
|
35
|
+
];
|
|
36
|
+
DirectiveGrow.decorators = [
|
|
37
|
+
{ type: Directive, args: [{
|
|
38
|
+
selector: '[grow]'
|
|
39
|
+
},] }
|
|
40
|
+
];
|
|
41
|
+
DirectiveGrow.ctorParameters = () => [
|
|
42
|
+
{ type: ElementRef },
|
|
43
|
+
{ type: Renderer2 }
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
47
|
+
// const log = Log.create('test');
|
|
48
|
+
// log.i('asdas')
|
|
49
|
+
class ColumnsComponent {
|
|
50
|
+
constructor() {
|
|
51
|
+
}
|
|
52
|
+
ngOnInit() { }
|
|
53
|
+
}
|
|
54
|
+
ColumnsComponent.decorators = [
|
|
55
|
+
{ type: Component, args: [{
|
|
56
|
+
selector: 'columns-container',
|
|
57
|
+
template: "<ng-content></ng-content>\n",
|
|
58
|
+
styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]
|
|
59
|
+
},] }
|
|
60
|
+
];
|
|
61
|
+
ColumnsComponent.ctorParameters = () => [];
|
|
62
|
+
ColumnsComponent.propDecorators = {
|
|
63
|
+
childrens: [{ type: ViewChildren, args: [ColumnComponent,] }]
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
class StaticColumnsModule {
|
|
67
|
+
}
|
|
68
|
+
StaticColumnsModule.decorators = [
|
|
69
|
+
{ type: NgModule, args: [{
|
|
70
|
+
imports: [],
|
|
71
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
72
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
73
|
+
providers: [],
|
|
74
|
+
},] }
|
|
75
|
+
];
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Generated bundle index. Do not edit.
|
|
79
|
+
*/
|
|
80
|
+
|
|
81
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule, ColumnComponent as ɵa, DirectiveGrow as ɵb };
|
|
82
|
+
//# sourceMappingURL=static-columns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns.js","sources":["ng://static-columns/column/column.component.ts","ng://static-columns/column/column-grow.directive.ts","ng://static-columns/columns.component.ts","ng://static-columns/columns.module.ts","ng://static-columns/static-columns.ts"],"sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}\n","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}\n","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n\nexport {ColumnComponent as ɵa,DirectiveGrow as ɵb} from './column';"],"names":[],"mappings":";;MAOa,eAAe;IAGxB;;KAEC;IAED,QAAQ,MAAM;;;YAZjB,SAAS,SAAC;gBACP,QAAQ,EAAE,QAAQ;gBAClB,QAAQ,EAAE,2BAA2B;;aAExC;;;;oBAEI,WAAW,SAAC,qBAAqB,cAAG,WAAW,SAAC,mBAAmB,cAAG,KAAK;;;MCFnE,aAAa;IACxB,YAAmB,CAAa,EAAS,QAAmB;QAAzC,MAAC,GAAD,CAAC,CAAY;QAAS,aAAQ,GAAR,QAAQ,CAAW;QAC1D,UAAU,CAAC;;YAET,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;SACpD,EAAE,CAAC,CAAC,CAAC;;KAGP;;;YAPqB,UAAU;YAAmB,SAAS;;;YAJ7D,SAAS,SAAC;gBACT,QAAQ,EAAE,QAAQ;aACnB;;;YAL8B,UAAU;YAAE,SAAS;;;ACEpD;;;AASA,MAAa,gBAAgB;IAGzB;KAEC;IACD,QAAQ,MAAM;;;YAXjB,SAAS,SAAC;gBACP,QAAQ,EAAE,mBAAmB;gBAC7B,uCAAuC;;aAE1C;;;;wBAEI,YAAY,SAAC,eAAe;;;MCDpB,mBAAmB;;;YAN/B,QAAQ,SAAC;gBACN,OAAO,EAAE,EAAE;gBACX,OAAO,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;gBAC3D,YAAY,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;gBAChE,SAAS,EAAE,EAAE;aAChB;;;ACVD;;GAEG;;;;"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { Component, HostBinding, Input, ElementRef, Renderer2, Directive, ViewChildren, NgModule } from '@angular/core';
|
|
2
|
+
|
|
3
|
+
var ColumnComponent = /** @class */ (function () {
|
|
4
|
+
function ColumnComponent() {
|
|
5
|
+
// this.ccwidth = 90;
|
|
6
|
+
}
|
|
7
|
+
ColumnComponent.prototype.ngOnInit = function () { };
|
|
8
|
+
ColumnComponent.decorators = [
|
|
9
|
+
{ type: Component, args: [{
|
|
10
|
+
selector: 'column',
|
|
11
|
+
template: '<ng-content></ng-content>',
|
|
12
|
+
styles: [":host{flex-grow:0;flex-shrink:0;width:0}"]
|
|
13
|
+
},] }
|
|
14
|
+
];
|
|
15
|
+
ColumnComponent.ctorParameters = function () { return []; };
|
|
16
|
+
ColumnComponent.propDecorators = {
|
|
17
|
+
width: [{ type: HostBinding, args: ['style.flex.basis.px',] }, { type: HostBinding, args: ['style.minWidth.px',] }, { type: Input }]
|
|
18
|
+
};
|
|
19
|
+
return ColumnComponent;
|
|
20
|
+
}());
|
|
21
|
+
|
|
22
|
+
var DirectiveGrow = /** @class */ (function () {
|
|
23
|
+
function DirectiveGrow(e, renderer) {
|
|
24
|
+
this.e = e;
|
|
25
|
+
this.renderer = renderer;
|
|
26
|
+
setTimeout(function () {
|
|
27
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
28
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
29
|
+
}, 0);
|
|
30
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
31
|
+
}
|
|
32
|
+
DirectiveGrow.ctorParameters = function () { return [
|
|
33
|
+
{ type: ElementRef },
|
|
34
|
+
{ type: Renderer2 }
|
|
35
|
+
]; };
|
|
36
|
+
DirectiveGrow.decorators = [
|
|
37
|
+
{ type: Directive, args: [{
|
|
38
|
+
selector: '[grow]'
|
|
39
|
+
},] }
|
|
40
|
+
];
|
|
41
|
+
DirectiveGrow.ctorParameters = function () { return [
|
|
42
|
+
{ type: ElementRef },
|
|
43
|
+
{ type: Renderer2 }
|
|
44
|
+
]; };
|
|
45
|
+
return DirectiveGrow;
|
|
46
|
+
}());
|
|
47
|
+
|
|
48
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
49
|
+
// const log = Log.create('test');
|
|
50
|
+
// log.i('asdas')
|
|
51
|
+
var ColumnsComponent = /** @class */ (function () {
|
|
52
|
+
function ColumnsComponent() {
|
|
53
|
+
}
|
|
54
|
+
ColumnsComponent.prototype.ngOnInit = function () { };
|
|
55
|
+
ColumnsComponent.decorators = [
|
|
56
|
+
{ type: Component, args: [{
|
|
57
|
+
selector: 'columns-container',
|
|
58
|
+
template: "<ng-content></ng-content>\n",
|
|
59
|
+
styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]
|
|
60
|
+
},] }
|
|
61
|
+
];
|
|
62
|
+
ColumnsComponent.ctorParameters = function () { return []; };
|
|
63
|
+
ColumnsComponent.propDecorators = {
|
|
64
|
+
childrens: [{ type: ViewChildren, args: [ColumnComponent,] }]
|
|
65
|
+
};
|
|
66
|
+
return ColumnsComponent;
|
|
67
|
+
}());
|
|
68
|
+
|
|
69
|
+
var StaticColumnsModule = /** @class */ (function () {
|
|
70
|
+
function StaticColumnsModule() {
|
|
71
|
+
}
|
|
72
|
+
StaticColumnsModule.decorators = [
|
|
73
|
+
{ type: NgModule, args: [{
|
|
74
|
+
imports: [],
|
|
75
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
76
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
77
|
+
providers: [],
|
|
78
|
+
},] }
|
|
79
|
+
];
|
|
80
|
+
return StaticColumnsModule;
|
|
81
|
+
}());
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Generated bundle index. Do not edit.
|
|
85
|
+
*/
|
|
86
|
+
|
|
87
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule, ColumnComponent as ɵa, DirectiveGrow as ɵb };
|
|
88
|
+
//# sourceMappingURL=static-columns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns.js","sources":["ng://static-columns/column/column.component.ts","ng://static-columns/column/column-grow.directive.ts","ng://static-columns/columns.component.ts","ng://static-columns/columns.module.ts","ng://static-columns/static-columns.ts"],"sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}\n","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}\n","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n\nexport {ColumnComponent as ɵa,DirectiveGrow as ɵb} from './column';"],"names":[],"mappings":";;;IAUI;;KAEC;IAED,kCAAQ,GAAR,eAAc;;gBAZjB,SAAS,SAAC;oBACP,QAAQ,EAAE,QAAQ;oBAClB,QAAQ,EAAE,2BAA2B;;iBAExC;;;;wBAEI,WAAW,SAAC,qBAAqB,cAAG,WAAW,SAAC,mBAAmB,cAAG,KAAK;;IAQhF,sBAAC;CAdD;;;ICKE,uBAAmB,CAAa,EAAS,QAAmB;QAAzC,MAAC,GAAD,CAAC,CAAY;QAAS,aAAQ,GAAR,QAAQ,CAAW;QAC1D,UAAU,CAAC;;YAET,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;SACpD,EAAE,CAAC,CAAC,CAAC;;KAGP;;gBAPqB,UAAU;gBAAmB,SAAS;;;gBAJ7D,SAAS,SAAC;oBACT,QAAQ,EAAE,QAAQ;iBACnB;;;gBAL8B,UAAU;gBAAE,SAAS;;IAepD,oBAAC;CAZD;;ACDA;;;AAIA;IAQI;KAEC;IACD,mCAAQ,GAAR,eAAc;;gBAXjB,SAAS,SAAC;oBACP,QAAQ,EAAE,mBAAmB;oBAC7B,uCAAuC;;iBAE1C;;;;4BAEI,YAAY,SAAC,eAAe;;IAMjC,uBAAC;CAZD;;;ICDA;KAMoC;;gBANnC,QAAQ,SAAC;oBACN,OAAO,EAAE,EAAE;oBACX,OAAO,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;oBAC3D,YAAY,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;oBAChE,SAAS,EAAE,EAAE;iBAChB;;IACkC,0BAAC;CANpC;;ACLA;;GAEG;;;;"}
|
package/browser/package.json
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
+
"name": "static-columns",
|
|
3
|
+
"version": "2.0.17",
|
|
2
4
|
"dependencies": {},
|
|
3
5
|
"devDependencies": {},
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
+
"main": "bundles/static-columns.umd.js",
|
|
7
|
+
"module": "fesm5/static-columns.js",
|
|
8
|
+
"es2015": "fesm2015/static-columns.js",
|
|
9
|
+
"esm5": "esm5/static-columns.js",
|
|
10
|
+
"esm2015": "esm2015/static-columns.js",
|
|
11
|
+
"fesm5": "fesm5/static-columns.js",
|
|
12
|
+
"fesm2015": "fesm2015/static-columns.js",
|
|
13
|
+
"typings": "static-columns.d.ts",
|
|
14
|
+
"metadata": "static-columns.metadata.json",
|
|
15
|
+
"sideEffects": false,
|
|
16
|
+
"peerDependencies": {}
|
|
6
17
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib.module';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"__symbolic":"module","version":4,"exports":[{"from":"./column.component"},{"from":"./column-grow.directive"}],"metadata":{"ColumnsComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":6,"character":1},"arguments":[{"selector":"columns-container","template":"<ng-content></ng-content>\n","styles":[":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]}]}],"members":{"childrens":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChildren","line":12,"character":5},"arguments":[{"__symbolic":"reference","name":"ɵa"}]}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"DirectiveGrow":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive","line":3,"character":1},"arguments":[{"selector":"[grow]"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef","line":7,"character":24},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2","line":7,"character":53}]}]}},"ColumnComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"column","template":"<ng-content></ng-content>","styles":[":host{flex-grow:0;flex-shrink:0;width:0}"]}]}],"members":{"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":8,"character":5},"arguments":["style.flex.basis.px"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"HostBinding","line":8,"character":41},"arguments":["style.minWidth.px"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":8,"character":75}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"StaticColumnsModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":5,"character":1},"arguments":[{"imports":[],"exports":[{"__symbolic":"reference","name":"ColumnsComponent"},{"__symbolic":"reference","name":"ɵa"},{"__symbolic":"reference","name":"ɵb"}],"declarations":[{"__symbolic":"reference","name":"ColumnsComponent"},{"__symbolic":"reference","name":"ɵa"},{"__symbolic":"reference","name":"ɵb"}],"providers":[]}]}],"members":{}}},"origins":{"ColumnsComponent":"./columns.component","DirectiveGrow":"./column/column-grow.directive","ColumnComponent":"./column/column.component","StaticColumnsModule":"./columns.module","ɵa":"./column","ɵb":"./column"},"importAs":"static-columns"}
|
package/client/README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('static-columns', ['exports', '@angular/core'], factory) :
|
|
4
|
+
(global = global || self, factory(global['static-columns'] = {}, global.ng.core));
|
|
5
|
+
}(this, (function (exports, core) { 'use strict';
|
|
6
|
+
|
|
7
|
+
var ColumnComponent = /** @class */ (function () {
|
|
8
|
+
function ColumnComponent() {
|
|
9
|
+
// this.ccwidth = 90;
|
|
10
|
+
}
|
|
11
|
+
ColumnComponent.prototype.ngOnInit = function () { };
|
|
12
|
+
ColumnComponent.decorators = [
|
|
13
|
+
{ type: core.Component, args: [{
|
|
14
|
+
selector: 'column',
|
|
15
|
+
template: '<ng-content></ng-content>',
|
|
16
|
+
styles: [":host{flex-grow:0;flex-shrink:0;width:0}"]
|
|
17
|
+
},] }
|
|
18
|
+
];
|
|
19
|
+
ColumnComponent.ctorParameters = function () { return []; };
|
|
20
|
+
ColumnComponent.propDecorators = {
|
|
21
|
+
width: [{ type: core.HostBinding, args: ['style.flex.basis.px',] }, { type: core.HostBinding, args: ['style.minWidth.px',] }, { type: core.Input }]
|
|
22
|
+
};
|
|
23
|
+
return ColumnComponent;
|
|
24
|
+
}());
|
|
25
|
+
|
|
26
|
+
var DirectiveGrow = /** @class */ (function () {
|
|
27
|
+
function DirectiveGrow(e, renderer) {
|
|
28
|
+
this.e = e;
|
|
29
|
+
this.renderer = renderer;
|
|
30
|
+
setTimeout(function () {
|
|
31
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
32
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
33
|
+
}, 0);
|
|
34
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
35
|
+
}
|
|
36
|
+
DirectiveGrow.ctorParameters = function () { return [
|
|
37
|
+
{ type: core.ElementRef },
|
|
38
|
+
{ type: core.Renderer2 }
|
|
39
|
+
]; };
|
|
40
|
+
DirectiveGrow.decorators = [
|
|
41
|
+
{ type: core.Directive, args: [{
|
|
42
|
+
selector: '[grow]'
|
|
43
|
+
},] }
|
|
44
|
+
];
|
|
45
|
+
DirectiveGrow.ctorParameters = function () { return [
|
|
46
|
+
{ type: core.ElementRef },
|
|
47
|
+
{ type: core.Renderer2 }
|
|
48
|
+
]; };
|
|
49
|
+
return DirectiveGrow;
|
|
50
|
+
}());
|
|
51
|
+
|
|
52
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
53
|
+
// const log = Log.create('test');
|
|
54
|
+
// log.i('asdas')
|
|
55
|
+
var ColumnsComponent = /** @class */ (function () {
|
|
56
|
+
function ColumnsComponent() {
|
|
57
|
+
}
|
|
58
|
+
ColumnsComponent.prototype.ngOnInit = function () { };
|
|
59
|
+
ColumnsComponent.decorators = [
|
|
60
|
+
{ type: core.Component, args: [{
|
|
61
|
+
selector: 'columns-container',
|
|
62
|
+
template: "<ng-content></ng-content>\n",
|
|
63
|
+
styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]
|
|
64
|
+
},] }
|
|
65
|
+
];
|
|
66
|
+
ColumnsComponent.ctorParameters = function () { return []; };
|
|
67
|
+
ColumnsComponent.propDecorators = {
|
|
68
|
+
childrens: [{ type: core.ViewChildren, args: [ColumnComponent,] }]
|
|
69
|
+
};
|
|
70
|
+
return ColumnsComponent;
|
|
71
|
+
}());
|
|
72
|
+
|
|
73
|
+
var StaticColumnsModule = /** @class */ (function () {
|
|
74
|
+
function StaticColumnsModule() {
|
|
75
|
+
}
|
|
76
|
+
StaticColumnsModule.decorators = [
|
|
77
|
+
{ type: core.NgModule, args: [{
|
|
78
|
+
imports: [],
|
|
79
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
80
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
81
|
+
providers: [],
|
|
82
|
+
},] }
|
|
83
|
+
];
|
|
84
|
+
return StaticColumnsModule;
|
|
85
|
+
}());
|
|
86
|
+
|
|
87
|
+
exports.ColumnComponent = ColumnComponent;
|
|
88
|
+
exports.ColumnsComponent = ColumnsComponent;
|
|
89
|
+
exports.DirectiveGrow = DirectiveGrow;
|
|
90
|
+
exports.StaticColumnsModule = StaticColumnsModule;
|
|
91
|
+
exports.ɵa = ColumnComponent;
|
|
92
|
+
exports.ɵb = DirectiveGrow;
|
|
93
|
+
|
|
94
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
95
|
+
|
|
96
|
+
})));
|
|
97
|
+
//# sourceMappingURL=static-columns.umd.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns.umd.js","sources":["ng://static-columns/column/column.component.ts","ng://static-columns/column/column-grow.directive.ts","ng://static-columns/columns.component.ts","ng://static-columns/columns.module.ts"],"sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}\n","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}\n","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }\n"],"names":["Component","HostBinding","Input","ElementRef","Renderer2","Directive","ViewChildren","NgModule"],"mappings":";;;;;;;QAUI;;SAEC;QAED,kCAAQ,GAAR,eAAc;;oBAZjBA,cAAS,SAAC;wBACP,QAAQ,EAAE,QAAQ;wBAClB,QAAQ,EAAE,2BAA2B;;qBAExC;;;;4BAEIC,gBAAW,SAAC,qBAAqB,cAAGA,gBAAW,SAAC,mBAAmB,cAAGC,UAAK;;QAQhF,sBAAC;KAdD;;;QCKE,uBAAmB,CAAa,EAAS,QAAmB;YAAzC,MAAC,GAAD,CAAC,CAAY;YAAS,aAAQ,GAAR,QAAQ,CAAW;YAC1D,UAAU,CAAC;;gBAET,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;aACpD,EAAE,CAAC,CAAC,CAAC;;SAGP;;oBAPqBC,eAAU;oBAAmBC,cAAS;;;oBAJ7DC,cAAS,SAAC;wBACT,QAAQ,EAAE,QAAQ;qBACnB;;;oBAL8BF,eAAU;oBAAEC,cAAS;;QAepD,oBAAC;KAZD;;ICDA;;;AAIA;QAQI;SAEC;QACD,mCAAQ,GAAR,eAAc;;oBAXjBJ,cAAS,SAAC;wBACP,QAAQ,EAAE,mBAAmB;wBAC7B,uCAAuC;;qBAE1C;;;;gCAEIM,iBAAY,SAAC,eAAe;;QAMjC,uBAAC;KAZD;;;QCDA;SAMoC;;oBANnCC,aAAQ,SAAC;wBACN,OAAO,EAAE,EAAE;wBACX,OAAO,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;wBAC3D,YAAY,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;wBAChE,SAAS,EAAE,EAAE;qBAChB;;QACkC,0BAAC;KANpC;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("static-columns",["exports","@angular/core"],t):t((e=e||self)["static-columns"]={},e.ng.core)}(this,(function(e,t){"use strict";var n=function(){function e(){}return e.prototype.ngOnInit=function(){},e.decorators=[{type:t.Component,args:[{selector:"column",template:"<ng-content></ng-content>",styles:[":host{flex-grow:0;flex-shrink:0;width:0}"]}]}],e.ctorParameters=function(){return[]},e.propDecorators={width:[{type:t.HostBinding,args:["style.flex.basis.px"]},{type:t.HostBinding,args:["style.minWidth.px"]},{type:t.Input}]},e}(),o=function(){function e(e,t){this.e=e,this.renderer=t,setTimeout((function(){t.setStyle(e.nativeElement,"flexGrow","1")}),0)}return e.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},e.decorators=[{type:t.Directive,args:[{selector:"[grow]"}]}],e.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},e}(),r=function(){function e(){}return e.prototype.ngOnInit=function(){},e.decorators=[{type:t.Component,args:[{selector:"columns-container",template:"<ng-content></ng-content>\n",styles:[":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]}]}],e.ctorParameters=function(){return[]},e.propDecorators={childrens:[{type:t.ViewChildren,args:[n]}]},e}(),s=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[],exports:[r,n,o],declarations:[r,n,o],providers:[]}]}],e}();e.ColumnComponent=n,e.ColumnsComponent=r,e.DirectiveGrow=o,e.StaticColumnsModule=s,e.ɵa=n,e.ɵb=o,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
2
|
+
//# sourceMappingURL=static-columns.umd.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["ng://static-columns/column/column.component.ts","ng://static-columns/column/column-grow.directive.ts","ng://static-columns/columns.component.ts","ng://static-columns/columns.module.ts"],"names":["ColumnComponent","prototype","ngOnInit","Component","args","selector","template","HostBinding","type","Input","DirectiveGrow","e","renderer","this","setTimeout","setStyle","nativeElement","ElementRef","Renderer2","Directive","ColumnsComponent","ViewChildren","StaticColumnsModule","NgModule","imports","exports","declarations","providers"],"mappings":"sSAUI,SAAAA,KAMJ,OAFIA,EAAAC,UAAAC,SAAA,iCAZHC,EAAAA,UAASC,KAAA,CAAC,CACPC,SAAU,SACVC,SAAU,yJAITC,EAAAA,YAAWH,KAAA,CAAC,wBAAqB,CAAAI,KAAGD,EAAAA,YAAWH,KAAA,CAAC,sBAAmB,CAAAI,KAAGC,EAAAA,SAQ3ET,kBCTE,SAAAU,EAAmBC,EAAsBC,GAAtBC,KAAAF,EAAAA,EAAsBE,KAAAD,SAAAA,EACvCE,YAAW,WAETF,EAASG,SAASJ,EAAEK,cAAe,WAAY,OAC9C,GAIP,gDARwBC,EAAAA,kBAA6BC,EAAAA,iCAJpDC,EAAAA,UAASf,KAAA,CAAC,CACTC,SAAU,sDAJmBY,EAAAA,kBAAYC,EAAAA,aAe3CR,KCTAU,EAAA,WAQI,SAAAA,KAIJ,OADIA,EAAAnB,UAAAC,SAAA,iCAXHC,EAAAA,UAASC,KAAA,CAAC,CACPC,SAAU,oBACVC,SAAA,yMAICe,EAAAA,aAAYjB,KAAA,CAACJ,MAMlBoB,EAZA,gBCDA,SAAAE,KAMmC,2BANlCC,EAAAA,SAAQnB,KAAA,CAAC,CACNoB,QAAS,GACTC,QAAS,CAACL,EAAkBpB,EAAiBU,GAC7CgB,aAAc,CAACN,EAAkBpB,EAAiBU,GAClDiB,UAAW,OAEoBL","sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}\n","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}\n","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
export class DirectiveGrow {
|
|
3
|
+
constructor(e, renderer) {
|
|
4
|
+
this.e = e;
|
|
5
|
+
this.renderer = renderer;
|
|
6
|
+
setTimeout(() => {
|
|
7
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
8
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
9
|
+
}, 0);
|
|
10
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
DirectiveGrow.ctorParameters = () => [
|
|
14
|
+
{ type: ElementRef },
|
|
15
|
+
{ type: Renderer2 }
|
|
16
|
+
];
|
|
17
|
+
DirectiveGrow.decorators = [
|
|
18
|
+
{ type: Directive, args: [{
|
|
19
|
+
selector: '[grow]'
|
|
20
|
+
},] }
|
|
21
|
+
];
|
|
22
|
+
DirectiveGrow.ctorParameters = () => [
|
|
23
|
+
{ type: ElementRef },
|
|
24
|
+
{ type: Renderer2 }
|
|
25
|
+
];
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLWdyb3cuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vc3RhdGljLWNvbHVtbnMvIiwic291cmNlcyI6WyJjb2x1bW4vY29sdW1uLWdyb3cuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFNNUUsTUFBTSxPQUFPLGFBQWE7SUFDeEIsWUFBbUIsQ0FBYSxFQUFTLFFBQW1CO1FBQXpDLE1BQUMsR0FBRCxDQUFDLENBQVk7UUFBUyxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQzFELFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxzQ0FBc0M7WUFDdEMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsYUFBYSxFQUFFLFVBQVUsRUFBRSxHQUFHLENBQUMsQ0FBQTtRQUNyRCxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFFTiw4REFBOEQ7SUFDaEUsQ0FBQzs7O1lBUHFCLFVBQVU7WUFBbUIsU0FBUzs7O1lBSjdELFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsUUFBUTthQUNuQjs7O1lBTDhCLFVBQVU7WUFBRSxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tncm93XSdcbn0pXG5leHBvcnQgY2xhc3MgRGlyZWN0aXZlR3JvdyB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBlOiBFbGVtZW50UmVmLCBwdWJsaWMgcmVuZGVyZXI6IFJlbmRlcmVyMikge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgLy8gZS5uYXRpdmVFbGVtZW50LnN0eWxlLmZsZXhHcm93ID0gMTtcbiAgICAgIHJlbmRlcmVyLnNldFN0eWxlKGUubmF0aXZlRWxlbWVudCwgJ2ZsZXhHcm93JywgJzEnKVxuICAgIH0sIDApO1xuXG4gICAgLy8gcmVuZGVyZXIuc2V0RWxlbWVudFN0eWxlKGUubmF0aXZlRWxlbWVudCwgJ2ZsZXhHcm93JywgJzEnKTtcbiAgfVxufVxuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]},{"__symbol":2,"members":[]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}}],"lifecycleHooks":[]},"isComponent":false,"selector":"[grow]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}}],"symbols":[{"__symbol":0,"name":"DirectiveGrow","filePath":"./column-grow.directive"},{"__symbol":1,"name":"ElementRef","filePath":"@angular/core"},{"__symbol":2,"name":"Renderer2","filePath":"@angular/core"}]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Component, Input, HostBinding } from '@angular/core';
|
|
2
|
+
export class ColumnComponent {
|
|
3
|
+
constructor() {
|
|
4
|
+
// this.ccwidth = 90;
|
|
5
|
+
}
|
|
6
|
+
ngOnInit() { }
|
|
7
|
+
}
|
|
8
|
+
ColumnComponent.decorators = [
|
|
9
|
+
{ type: Component, args: [{
|
|
10
|
+
selector: 'column',
|
|
11
|
+
template: '<ng-content></ng-content>',
|
|
12
|
+
styles: [":host{flex-grow:0;flex-shrink:0;width:0}"]
|
|
13
|
+
},] }
|
|
14
|
+
];
|
|
15
|
+
ColumnComponent.ctorParameters = () => [];
|
|
16
|
+
ColumnComponent.propDecorators = {
|
|
17
|
+
width: [{ type: HostBinding, args: ['style.flex.basis.px',] }, { type: HostBinding, args: ['style.minWidth.px',] }, { type: Input }]
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL3N0YXRpYy1jb2x1bW5zLyIsInNvdXJjZXMiOlsiY29sdW1uL2NvbHVtbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBT3RFLE1BQU0sT0FBTyxlQUFlO0lBR3hCO1FBQ0kscUJBQXFCO0lBQ3pCLENBQUM7SUFFRCxRQUFRLEtBQUssQ0FBQzs7O1lBWmpCLFNBQVMsU0FBQztnQkFDUCxRQUFRLEVBQUUsUUFBUTtnQkFDbEIsUUFBUSxFQUFFLDJCQUEyQjs7YUFFeEM7Ozs7b0JBRUksV0FBVyxTQUFDLHFCQUFxQixjQUFHLFdBQVcsU0FBQyxtQkFBbUIsY0FBRyxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIElucHV0LCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2NvbHVtbicsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW4uY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDb2x1bW5Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBIb3N0QmluZGluZygnc3R5bGUuZmxleC5iYXNpcy5weCcpIEBIb3N0QmluZGluZygnc3R5bGUubWluV2lkdGgucHgnKSBASW5wdXQoKSB3aWR0aDogbnVtYmVyO1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIC8vIHRoaXMuY2N3aWR0aCA9IDkwO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkgeyB9XG5cbn1cbiJdfQ==
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./column.component.scss.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "./column.component";
|
|
10
|
+
var styles_ColumnComponent = [i0.styles];
|
|
11
|
+
var RenderType_ColumnComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ColumnComponent, data: {} });
|
|
12
|
+
export { RenderType_ColumnComponent as RenderType_ColumnComponent };
|
|
13
|
+
export function View_ColumnComponent_0(_l) { return i1.ɵvid(0, [i1.ɵncd(null, 0)], null, null); }
|
|
14
|
+
export function View_ColumnComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "column", [], [[4, "flex", "basis"], [4, "minWidth", "px"]], null, null, View_ColumnComponent_0, RenderType_ColumnComponent)), i1.ɵdid(1, 114688, null, 0, i2.ColumnComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 1).width; var currVal_1 = i1.ɵnov(_v, 1).width; _ck(_v, 0, 0, currVal_0, currVal_1); }); }
|
|
15
|
+
var ColumnComponentNgFactory = i1.ɵccf("column", i2.ColumnComponent, View_ColumnComponent_Host_0, { width: "width" }, {}, ["*"]);
|
|
16
|
+
export { ColumnComponentNgFactory as ColumnComponentNgFactory };
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9zdGF0aWMtY29sdW1ucy8iLCJzb3VyY2VzIjpbImNvbHVtbi9jb2x1bW4uY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsImNvbHVtbi9jb2x1bW4uY29tcG9uZW50LnRzLkNvbHVtbkNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztnRUNBQSxlQUF5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD4iXX0=
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["style.flex.basis.px"]},{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["style.minWidth.px"]},{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"column","exportAs":null,"inputs":{"width":"width"},"outputs":{},"hostListeners":{},"hostProperties":{"style.flex.basis.px":"width","style.minWidth.px":"width"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":["*"],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"ColumnComponent","filePath":"./column.component"},{"__symbol":1,"name":"HostBinding","filePath":"@angular/core"},{"__symbol":2,"name":"Input","filePath":"@angular/core"},{"__symbol":3,"name":"View_ColumnComponent_0","filePath":"./column.component.ngfactory"},{"__symbol":4,"name":"RenderType_ColumnComponent","filePath":"./column.component.ngfactory"},{"__symbol":5,"name":"ColumnComponentNgFactory","filePath":"./column.component.ngfactory"}]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
var styles = ["[_nghost-%COMP%]{flex-grow:0;flex-shrink:0;width:0}"];
|
|
8
|
+
export { styles as styles };
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5zY3NzLnNoaW0ubmdzdHlsZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL3N0YXRpYy1jb2x1bW5zLyIsInNvdXJjZXMiOlsiY29sdW1uL2NvbHVtbi5jb21wb25lbnQuc2Nzcy5zaGltLm5nc3R5bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiJdfQ==
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './column.component';
|
|
2
|
+
export * from './column-grow.directive';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9zdGF0aWMtY29sdW1ucy8iLCJzb3VyY2VzIjpbImNvbHVtbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbHVtbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb2x1bW4tZ3Jvdy5kaXJlY3RpdmUnO1xuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbol":1,"members":[]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbol":3,"members":[]}}],"symbols":[{"__symbol":0,"name":"ColumnComponent","filePath":"./index"},{"__symbol":1,"name":"ColumnComponent","filePath":"./column.component"},{"__symbol":2,"name":"DirectiveGrow","filePath":"./index"},{"__symbol":3,"name":"DirectiveGrow","filePath":"./column-grow.directive"}]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Component, ViewChildren } from '@angular/core';
|
|
2
|
+
import { ColumnComponent } from './column';
|
|
3
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
4
|
+
// const log = Log.create('test');
|
|
5
|
+
// log.i('asdas')
|
|
6
|
+
export class ColumnsComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
}
|
|
9
|
+
ngOnInit() { }
|
|
10
|
+
}
|
|
11
|
+
ColumnsComponent.decorators = [
|
|
12
|
+
{ type: Component, args: [{
|
|
13
|
+
selector: 'columns-container',
|
|
14
|
+
template: "<ng-content></ng-content>\n",
|
|
15
|
+
styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]
|
|
16
|
+
},] }
|
|
17
|
+
];
|
|
18
|
+
ColumnsComponent.ctorParameters = () => [];
|
|
19
|
+
ColumnsComponent.propDecorators = {
|
|
20
|
+
childrens: [{ type: ViewChildren, args: [ColumnComponent,] }]
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9zdGF0aWMtY29sdW1ucy8iLCJzb3VyY2VzIjpbImNvbHVtbnMuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQTZCLFlBQVksRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUM5RixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sVUFBVSxDQUFDO0FBQzNDLGlEQUFpRDtBQUNqRCxrQ0FBa0M7QUFDbEMsaUJBQWlCO0FBT2pCLE1BQU0sT0FBTyxnQkFBZ0I7SUFHekI7SUFFQSxDQUFDO0lBQ0QsUUFBUSxLQUFLLENBQUM7OztZQVhqQixTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsdUNBQXVDOzthQUUxQzs7Ozt3QkFFSSxZQUFZLFNBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBWaWV3RW5jYXBzdWxhdGlvbiwgVmlld0NoaWxkcmVuLCBRdWVyeUxpc3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbHVtbkNvbXBvbmVudCB9IGZyb20gJy4vY29sdW1uJztcbi8vIGltcG9ydCB7IExvZywgTGV2ZWwgfSBmcm9tICduZzItbG9nZ2VyL2luZGV4Jztcbi8vIGNvbnN0IGxvZyA9IExvZy5jcmVhdGUoJ3Rlc3QnKTtcbi8vIGxvZy5pKCdhc2RhcycpXG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnY29sdW1ucy1jb250YWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jb2x1bW5zLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW5zLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQ29sdW1uc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQFZpZXdDaGlsZHJlbihDb2x1bW5Db21wb25lbnQpIGNoaWxkcmVuczogUXVlcnlMaXN0PENvbHVtbkNvbXBvbmVudD47XG5cbiAgICBjb25zdHJ1Y3RvcigpIHtcblxuICAgIH1cbiAgICBuZ09uSW5pdCgpIHsgfVxufVxuIl19
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
import * as i0 from "./columns.component.scss.shim.ngstyle";
|
|
8
|
+
import * as i1 from "@angular/core";
|
|
9
|
+
import * as i2 from "./columns.component";
|
|
10
|
+
var styles_ColumnsComponent = [i0.styles];
|
|
11
|
+
var RenderType_ColumnsComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ColumnsComponent, data: {} });
|
|
12
|
+
export { RenderType_ColumnsComponent as RenderType_ColumnsComponent };
|
|
13
|
+
export function View_ColumnsComponent_0(_l) { return i1.ɵvid(0, [i1.ɵqud(-1476395008, 1, { childrens: 1 }), i1.ɵncd(null, 0)], null, null); }
|
|
14
|
+
export function View_ColumnsComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "columns-container", [], null, null, null, View_ColumnsComponent_0, RenderType_ColumnsComponent)), i1.ɵdid(1, 114688, null, 0, i2.ColumnsComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
15
|
+
var ColumnsComponentNgFactory = i1.ɵccf("columns-container", i2.ColumnsComponent, View_ColumnsComponent_Host_0, {}, {}, ["*"]);
|
|
16
|
+
export { ColumnsComponentNgFactory as ColumnsComponentNgFactory };
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6Im5nOi8vc3RhdGljLWNvbHVtbnMvIiwic291cmNlcyI6WyJjb2x1bW5zLmNvbXBvbmVudC5uZ2ZhY3RvcnkudHMiLCJjb2x1bW5zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs0R0NBQSxlQUF5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"childrens":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":[{"__symbol":2,"members":[]}]}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"columns-container","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[{"selectors":[{"identifier":{"reference":{"__symbol":3,"members":[]}}}],"first":false,"descendants":true,"emitDistinctChangesOnly":true,"propertyName":"childrens","read":null}],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":["*"],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":4,"members":[]},"rendererType":{"__symbol":5,"members":[]},"componentFactory":{"__symbol":6,"members":[]}}}],"symbols":[{"__symbol":0,"name":"ColumnsComponent","filePath":"./columns.component"},{"__symbol":1,"name":"ViewChildren","filePath":"@angular/core"},{"__symbol":2,"name":"ColumnComponent","filePath":"./column/index"},{"__symbol":3,"name":"ColumnComponent","filePath":"./column/column.component"},{"__symbol":4,"name":"View_ColumnsComponent_0","filePath":"./columns.component.ngfactory"},{"__symbol":5,"name":"RenderType_ColumnsComponent","filePath":"./columns.component.ngfactory"},{"__symbol":6,"name":"ColumnsComponentNgFactory","filePath":"./columns.component.ngfactory"}]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
+
*
|
|
4
|
+
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
+
* tslint:disable
|
|
6
|
+
*/
|
|
7
|
+
var styles = ["[_nghost-%COMP%]{display:flex;width:100%;align-content:streach;justify-content:space-between}"];
|
|
8
|
+
export { styles as styles };
|
|
9
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5jb21wb25lbnQuc2Nzcy5zaGltLm5nc3R5bGUuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9zdGF0aWMtY29sdW1ucy8iLCJzb3VyY2VzIjpbImNvbHVtbnMuY29tcG9uZW50LnNjc3Muc2hpbS5uZ3N0eWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iXX0=
|