static-columns 2.0.17 → 13.0.3
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/README.md +2 -6
- package/app/app.component.d.ts +8 -0
- package/app/app.component.js +31 -0
- package/app/app.component.js.map +1 -0
- package/app/app.module.d.ts +2 -0
- package/app/app.module.js +39 -0
- package/app/app.module.js.map +1 -0
- package/browser/README.md +1 -1
- package/browser/esm2020/lib/column/column-grow.directive.mjs +22 -0
- package/browser/esm2020/lib/column/column.component.mjs +23 -0
- package/browser/esm2020/lib/column/index.mjs +3 -0
- package/browser/esm2020/lib/columns.component.mjs +21 -0
- package/browser/esm2020/lib/columns.module.mjs +19 -0
- package/browser/esm2020/lib/index.mjs +6 -0
- package/browser/esm2020/public-api.mjs +2 -0
- package/browser/esm2020/static-columns.mjs +5 -0
- package/browser/fesm2015/static-columns.mjs +83 -0
- package/browser/fesm2015/static-columns.mjs.map +1 -0
- package/browser/fesm2020/static-columns.mjs +83 -0
- package/browser/fesm2020/static-columns.mjs.map +1 -0
- package/browser/lib/column/column-grow.directive.d.ts +9 -0
- package/browser/lib/column/column.component.d.ts +9 -0
- package/browser/{column → lib/column}/index.d.ts +0 -0
- package/{client → browser/lib}/columns.component.d.ts +3 -0
- package/browser/lib/columns.module.d.ts +9 -0
- package/browser/{lib.module.d.ts → lib/index.d.ts} +0 -0
- package/browser/package.json +28 -14
- package/browser/public-api.d.ts +1 -1
- package/browser/static-columns.d.ts +1 -1
- package/client/README.md +1 -1
- package/client/esm2020/lib/column/column-grow.directive.mjs +22 -0
- package/client/esm2020/lib/column/column.component.mjs +23 -0
- package/client/esm2020/lib/column/index.mjs +3 -0
- package/client/esm2020/lib/columns.component.mjs +21 -0
- package/client/esm2020/lib/columns.module.mjs +19 -0
- package/client/esm2020/lib/index.mjs +6 -0
- package/client/esm2020/public-api.mjs +2 -0
- package/client/esm2020/static-columns.mjs +5 -0
- package/client/fesm2015/static-columns.mjs +83 -0
- package/client/fesm2015/static-columns.mjs.map +1 -0
- package/client/fesm2020/static-columns.mjs +83 -0
- package/client/fesm2020/static-columns.mjs.map +1 -0
- package/client/lib/column/column-grow.directive.d.ts +9 -0
- package/client/lib/column/column.component.d.ts +9 -0
- package/client/{column → lib/column}/index.d.ts +0 -0
- package/{columns.component.d.ts → client/lib/columns.component.d.ts} +4 -1
- package/client/lib/columns.module.d.ts +9 -0
- package/client/{lib.module.d.ts → lib/index.d.ts} +0 -0
- package/client/package.json +27 -13
- package/client/public-api.d.ts +1 -1
- package/client/static-columns.d.ts +1 -1
- package/index.d.ts +1 -0
- package/index.js +2 -2
- package/index.js.map +1 -1
- package/{browser → lib}/column/column-grow.directive.d.ts +0 -0
- package/{column → lib/column}/column-grow.directive.js +4 -4
- package/{column → lib/column}/column-grow.directive.js.map +1 -1
- package/{browser → lib}/column/column.component.d.ts +0 -0
- package/{column → lib/column}/column.component.js +9 -9
- package/lib/column/column.component.js.map +1 -0
- package/lib/column/index.d.ts +2 -0
- package/lib/column/index.js +6 -0
- package/lib/column/index.js.map +1 -0
- package/{browser → lib}/columns.component.d.ts +0 -0
- package/{columns.component.js → lib/columns.component.js} +7 -7
- package/lib/columns.component.js.map +1 -0
- package/{browser → lib}/columns.module.d.ts +0 -0
- package/{columns.module.js → lib/columns.module.js} +3 -3
- package/lib/columns.module.js.map +1 -0
- package/{lib.module.d.ts → lib/index.d.ts} +1 -1
- package/lib/index.js +9 -0
- package/lib/index.js.map +1 -0
- package/package.json +2 -3
- package/{package.json_tnp.json → package.json_tnp.json5} +6 -6
- package/tmp-environment.json +318 -0
- package/browser/bundles/static-columns.umd.js +0 -97
- package/browser/bundles/static-columns.umd.js.map +0 -1
- package/browser/bundles/static-columns.umd.min.js +0 -2
- package/browser/bundles/static-columns.umd.min.js.map +0 -1
- package/browser/column/column.component.ngfactory.d.ts +0 -1
- package/browser/column/column.component.scss.shim.ngstyle.d.ts +0 -1
- package/browser/columns.component.ngfactory.d.ts +0 -1
- package/browser/columns.component.scss.shim.ngstyle.d.ts +0 -1
- package/browser/columns.module.ngfactory.d.ts +0 -3
- package/browser/esm2015/column/column-grow.directive.js +0 -26
- package/browser/esm2015/column/column-grow.directive.ngsummary.json +0 -1
- package/browser/esm2015/column/column.component.js +0 -19
- package/browser/esm2015/column/column.component.ngfactory.js +0 -17
- package/browser/esm2015/column/column.component.ngsummary.json +0 -1
- package/browser/esm2015/column/column.component.scss.shim.ngstyle.js +0 -9
- package/browser/esm2015/column/index.js +0 -3
- package/browser/esm2015/column/index.ngsummary.json +0 -1
- package/browser/esm2015/columns.component.js +0 -22
- package/browser/esm2015/columns.component.ngfactory.js +0 -17
- package/browser/esm2015/columns.component.ngsummary.json +0 -1
- package/browser/esm2015/columns.component.scss.shim.ngstyle.js +0 -9
- package/browser/esm2015/columns.module.js +0 -14
- package/browser/esm2015/columns.module.ngfactory.js +0 -11
- package/browser/esm2015/columns.module.ngsummary.json +0 -1
- package/browser/esm2015/lib.module.js +0 -6
- package/browser/esm2015/lib.module.ngsummary.json +0 -1
- package/browser/esm2015/public-api.js +0 -2
- package/browser/esm2015/public-api.ngsummary.json +0 -1
- package/browser/esm2015/static-columns.js +0 -6
- package/browser/esm2015/static-columns.ngsummary.json +0 -1
- package/browser/esm5/column/column-grow.directive.js +0 -28
- package/browser/esm5/column/column.component.js +0 -21
- package/browser/esm5/column/index.js +0 -3
- package/browser/esm5/columns.component.js +0 -24
- package/browser/esm5/columns.module.js +0 -18
- package/browser/esm5/lib.module.js +0 -6
- package/browser/esm5/public-api.js +0 -2
- package/browser/esm5/static-columns.js +0 -6
- package/browser/fesm2015/static-columns.js +0 -82
- package/browser/fesm2015/static-columns.js.map +0 -1
- package/browser/fesm5/static-columns.js +0 -88
- package/browser/fesm5/static-columns.js.map +0 -1
- package/browser/static-columns.metadata.json +0 -1
- package/client/bundles/static-columns.umd.js +0 -97
- package/client/bundles/static-columns.umd.js.map +0 -1
- package/client/bundles/static-columns.umd.min.js +0 -2
- package/client/bundles/static-columns.umd.min.js.map +0 -1
- package/client/column/column-grow.directive.d.ts +0 -6
- package/client/column/column.component.d.ts +0 -6
- package/client/column/column.component.ngfactory.d.ts +0 -1
- package/client/column/column.component.scss.shim.ngstyle.d.ts +0 -1
- package/client/columns.component.ngfactory.d.ts +0 -1
- package/client/columns.component.scss.shim.ngstyle.d.ts +0 -1
- package/client/columns.module.d.ts +0 -2
- package/client/columns.module.ngfactory.d.ts +0 -3
- package/client/esm2015/column/column-grow.directive.js +0 -26
- package/client/esm2015/column/column-grow.directive.ngsummary.json +0 -1
- package/client/esm2015/column/column.component.js +0 -19
- package/client/esm2015/column/column.component.ngfactory.js +0 -17
- package/client/esm2015/column/column.component.ngsummary.json +0 -1
- package/client/esm2015/column/column.component.scss.shim.ngstyle.js +0 -9
- package/client/esm2015/column/index.js +0 -3
- package/client/esm2015/column/index.ngsummary.json +0 -1
- package/client/esm2015/columns.component.js +0 -22
- package/client/esm2015/columns.component.ngfactory.js +0 -17
- package/client/esm2015/columns.component.ngsummary.json +0 -1
- package/client/esm2015/columns.component.scss.shim.ngstyle.js +0 -9
- package/client/esm2015/columns.module.js +0 -14
- package/client/esm2015/columns.module.ngfactory.js +0 -11
- package/client/esm2015/columns.module.ngsummary.json +0 -1
- package/client/esm2015/lib.module.js +0 -6
- package/client/esm2015/lib.module.ngsummary.json +0 -1
- package/client/esm2015/public-api.js +0 -2
- package/client/esm2015/public-api.ngsummary.json +0 -1
- package/client/esm2015/static-columns.js +0 -6
- package/client/esm2015/static-columns.ngsummary.json +0 -1
- package/client/esm5/column/column-grow.directive.js +0 -28
- package/client/esm5/column/column.component.js +0 -21
- package/client/esm5/column/index.js +0 -3
- package/client/esm5/columns.component.js +0 -24
- package/client/esm5/columns.module.js +0 -18
- package/client/esm5/lib.module.js +0 -6
- package/client/esm5/public-api.js +0 -2
- package/client/esm5/static-columns.js +0 -6
- package/client/fesm2015/static-columns.js +0 -82
- package/client/fesm2015/static-columns.js.map +0 -1
- package/client/fesm5/static-columns.js +0 -88
- package/client/fesm5/static-columns.js.map +0 -1
- package/client/static-columns.metadata.json +0 -1
- package/column/column-grow.directive.d.ts +0 -6
- package/column/column.component.d.ts +0 -6
- package/column/column.component.js.map +0 -1
- package/column/column.component.ngfactory.d.ts +0 -1
- package/column/column.component.scss.shim.ngstyle.d.ts +0 -1
- package/column/index.d.ts +0 -2
- package/column/index.js +0 -6
- package/column/index.js.map +0 -1
- package/columns.component.js.map +0 -1
- package/columns.component.ngfactory.d.ts +0 -1
- package/columns.component.scss.shim.ngstyle.d.ts +0 -1
- package/columns.module.d.ts +0 -2
- package/columns.module.js.map +0 -1
- package/columns.module.ngfactory.d.ts +0 -3
- package/lib.module.js +0 -9
- package/lib.module.js.map +0 -1
- package/public-api.d.ts +0 -1
- package/public-api.js +0 -5
- package/public-api.js.map +0 -1
- package/public_api.js +0 -6
- package/public_api.js.map +0 -1
- package/static-columns.d.ts +0 -5
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Component, Input, HostBinding } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export class ColumnComponent {
|
|
4
|
+
constructor() {
|
|
5
|
+
// this.ccwidth = 90;
|
|
6
|
+
}
|
|
7
|
+
ngOnInit() { }
|
|
8
|
+
}
|
|
9
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
14
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
15
|
+
type: HostBinding,
|
|
16
|
+
args: ['style.flex.basis.px']
|
|
17
|
+
}, {
|
|
18
|
+
type: HostBinding,
|
|
19
|
+
args: ['style.minWidth.px']
|
|
20
|
+
}, {
|
|
21
|
+
type: Input
|
|
22
|
+
}] } });
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvc3RhdGljLWNvbHVtbnMvcHJvamVjdHMvc3RhdGljLWNvbHVtbnMvc3JjL2xpYi9jb2x1bW4vY29sdW1uLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLEtBQUssRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBT3RFLE1BQU0sT0FBTyxlQUFlO0lBR3hCO1FBQ0kscUJBQXFCO0lBQ3pCLENBQUM7SUFFRCxRQUFRLEtBQUssQ0FBQzs7NEdBUEwsZUFBZTtnR0FBZixlQUFlLDRLQUhkLDJCQUEyQjsyRkFHNUIsZUFBZTtrQkFMM0IsU0FBUzsrQkFDSSxRQUFRLFlBQ1IsMkJBQTJCOzBFQUkwQyxLQUFLO3NCQUFuRixXQUFXO3VCQUFDLHFCQUFxQjs7c0JBQUcsV0FBVzt1QkFBQyxtQkFBbUI7O3NCQUFHLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgSW5wdXQsIEhvc3RCaW5kaW5nIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnY29sdW1uJyxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIHN0eWxlVXJsczogWycuL2NvbHVtbi5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIENvbHVtbkNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQEhvc3RCaW5kaW5nKCdzdHlsZS5mbGV4LmJhc2lzLnB4JykgQEhvc3RCaW5kaW5nKCdzdHlsZS5taW5XaWR0aC5weCcpIEBJbnB1dCgpIHdpZHRoOiBudW1iZXI7XG5cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgLy8gdGhpcy5jY3dpZHRoID0gOTA7XG4gICAgfVxuXG4gICAgbmdPbkluaXQoKSB7IH1cblxufVxuIl19
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export * from './column.component';
|
|
2
|
+
export * from './column-grow.directive';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9saWIvY29sdW1uL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyx5QkFBeUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29sdW1uLmNvbXBvbmVudCc7XG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbi1ncm93LmRpcmVjdGl2ZSc7XG4iXX0=
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Component, ViewChildren } from '@angular/core';
|
|
2
|
+
import { ColumnComponent } from './column';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
5
|
+
// const log = Log.create('test');
|
|
6
|
+
// log.i('asdas')
|
|
7
|
+
export class ColumnsComponent {
|
|
8
|
+
constructor() {
|
|
9
|
+
}
|
|
10
|
+
ngOnInit() { }
|
|
11
|
+
}
|
|
12
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
|
|
14
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
15
|
+
type: Component,
|
|
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
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
18
|
+
type: ViewChildren,
|
|
19
|
+
args: [ColumnComponent]
|
|
20
|
+
}] } });
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9saWIvY29sdW1ucy5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9saWIvY29sdW1ucy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUE2QixZQUFZLEVBQWEsTUFBTSxlQUFlLENBQUM7QUFDOUYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7QUFDM0MsaURBQWlEO0FBQ2pELGtDQUFrQztBQUNsQyxpQkFBaUI7QUFPakIsTUFBTSxPQUFPLGdCQUFnQjtJQUd6QjtJQUVBLENBQUM7SUFDRCxRQUFRLEtBQUssQ0FBQzs7NkdBTkwsZ0JBQWdCO2lHQUFoQixnQkFBZ0IsdUZBQ1gsZUFBZSxnRENaakMsNkJBQ0E7MkZEVWEsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNJLG1CQUFtQjswRUFLRSxTQUFTO3NCQUF2QyxZQUFZO3VCQUFDLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgVmlld0VuY2Fwc3VsYXRpb24sIFZpZXdDaGlsZHJlbiwgUXVlcnlMaXN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb2x1bW5Db21wb25lbnQgfSBmcm9tICcuL2NvbHVtbic7XG4vLyBpbXBvcnQgeyBMb2csIExldmVsIH0gZnJvbSAnbmcyLWxvZ2dlci9pbmRleCc7XG4vLyBjb25zdCBsb2cgPSBMb2cuY3JlYXRlKCd0ZXN0Jyk7XG4vLyBsb2cuaSgnYXNkYXMnKVxuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2NvbHVtbnMtY29udGFpbmVyJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY29sdW1ucy5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vY29sdW1ucy5jb21wb25lbnQuc2NzcyddXG59KVxuZXhwb3J0IGNsYXNzIENvbHVtbnNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBWaWV3Q2hpbGRyZW4oQ29sdW1uQ29tcG9uZW50KSBjaGlsZHJlbnM6IFF1ZXJ5TGlzdDxDb2x1bW5Db21wb25lbnQ+O1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG5cbiAgICB9XG4gICAgbmdPbkluaXQoKSB7IH1cbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiJdfQ==
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { ColumnComponent, DirectiveGrow } from './column';
|
|
3
|
+
import { ColumnsComponent } from './columns.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class StaticColumnsModule {
|
|
6
|
+
}
|
|
7
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
|
|
9
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
|
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
11
|
+
type: NgModule,
|
|
12
|
+
args: [{
|
|
13
|
+
imports: [],
|
|
14
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
15
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
16
|
+
providers: [],
|
|
17
|
+
}]
|
|
18
|
+
}] });
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9saWIvY29sdW1ucy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQUUsZUFBZSxFQUFFLGFBQWEsRUFBRSxNQUFNLFVBQVUsQ0FBQztBQUMxRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQzs7QUFRdkQsTUFBTSxPQUFPLG1CQUFtQjs7Z0hBQW5CLG1CQUFtQjtpSEFBbkIsbUJBQW1CLGlCQUhiLGdCQUFnQixFQUFFLGVBQWUsRUFBRSxhQUFhLGFBRHJELGdCQUFnQixFQUFFLGVBQWUsRUFBRSxhQUFhO2lIQUlqRCxtQkFBbUIsYUFGakIsRUFBRSxZQUhKLEVBQUU7MkZBS0YsbUJBQW1CO2tCQU4vQixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxFQUFFO29CQUNYLE9BQU8sRUFBRSxDQUFDLGdCQUFnQixFQUFFLGVBQWUsRUFBRSxhQUFhLENBQUM7b0JBQzNELFlBQVksRUFBRSxDQUFDLGdCQUFnQixFQUFFLGVBQWUsRUFBRSxhQUFhLENBQUM7b0JBQ2hFLFNBQVMsRUFBRSxFQUFFO2lCQUNoQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IENvbHVtbkNvbXBvbmVudCwgRGlyZWN0aXZlR3JvdyB9IGZyb20gJy4vY29sdW1uJztcbmltcG9ydCB7IENvbHVtbnNDb21wb25lbnQgfSBmcm9tICcuL2NvbHVtbnMuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXSxcbiAgICBleHBvcnRzOiBbQ29sdW1uc0NvbXBvbmVudCwgQ29sdW1uQ29tcG9uZW50LCBEaXJlY3RpdmVHcm93XSxcbiAgICBkZWNsYXJhdGlvbnM6IFtDb2x1bW5zQ29tcG9uZW50LCBDb2x1bW5Db21wb25lbnQsIERpcmVjdGl2ZUdyb3ddLFxuICAgIHByb3ZpZGVyczogW10sXG59KVxuZXhwb3J0IGNsYXNzIFN0YXRpY0NvbHVtbnNNb2R1bGUgeyB9XG4iXX0=
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export * from './column';
|
|
2
|
+
export * from './columns.component';
|
|
3
|
+
export * from './column/column-grow.directive';
|
|
4
|
+
export * from './column/column.component';
|
|
5
|
+
export * from './columns.module';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxVQUFVLENBQUM7QUFDekIsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxrQkFBa0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29sdW1uJztcbmV4cG9ydCAqIGZyb20gJy4vY29sdW1ucy5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb2x1bW4vY29sdW1uLWdyb3cuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vY29sdW1uL2NvbHVtbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb2x1bW5zLm1vZHVsZSc7XG4iXX0=
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './lib';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUvc3RhdGljLWNvbHVtbnMvcHJvamVjdHMvc3RhdGljLWNvbHVtbnMvc3JjL3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2xpYic7XG4iXX0=
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdGljLWNvbHVtbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9zdGF0aWMtY29sdW1ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, HostBinding, Input, Directive, ViewChildren, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class ColumnComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
// this.ccwidth = 90;
|
|
7
|
+
}
|
|
8
|
+
ngOnInit() { }
|
|
9
|
+
}
|
|
10
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
15
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
16
|
+
type: HostBinding,
|
|
17
|
+
args: ['style.flex.basis.px']
|
|
18
|
+
}, {
|
|
19
|
+
type: HostBinding,
|
|
20
|
+
args: ['style.minWidth.px']
|
|
21
|
+
}, {
|
|
22
|
+
type: Input
|
|
23
|
+
}] } });
|
|
24
|
+
|
|
25
|
+
class DirectiveGrow {
|
|
26
|
+
constructor(e, renderer) {
|
|
27
|
+
this.e = e;
|
|
28
|
+
this.renderer = renderer;
|
|
29
|
+
setTimeout(() => {
|
|
30
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
31
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
32
|
+
}, 0);
|
|
33
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
+
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
39
|
+
type: Directive,
|
|
40
|
+
args: [{
|
|
41
|
+
selector: '[grow]'
|
|
42
|
+
}]
|
|
43
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
44
|
+
|
|
45
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
46
|
+
// const log = Log.create('test');
|
|
47
|
+
// log.i('asdas')
|
|
48
|
+
class ColumnsComponent {
|
|
49
|
+
constructor() {
|
|
50
|
+
}
|
|
51
|
+
ngOnInit() { }
|
|
52
|
+
}
|
|
53
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
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
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
59
|
+
type: ViewChildren,
|
|
60
|
+
args: [ColumnComponent]
|
|
61
|
+
}] } });
|
|
62
|
+
|
|
63
|
+
class StaticColumnsModule {
|
|
64
|
+
}
|
|
65
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
66
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
|
|
67
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
69
|
+
type: NgModule,
|
|
70
|
+
args: [{
|
|
71
|
+
imports: [],
|
|
72
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
73
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
74
|
+
providers: [],
|
|
75
|
+
}]
|
|
76
|
+
}] });
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
|
|
83
|
+
//# sourceMappingURL=static-columns.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/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","<ng-content></ng-content>\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"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Component, HostBinding, Input, Directive, ViewChildren, NgModule } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
class ColumnComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
// this.ccwidth = 90;
|
|
7
|
+
}
|
|
8
|
+
ngOnInit() { }
|
|
9
|
+
}
|
|
10
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
11
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnComponent, selector: "column", inputs: { width: "width" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
13
|
+
type: Component,
|
|
14
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
15
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
16
|
+
type: HostBinding,
|
|
17
|
+
args: ['style.flex.basis.px']
|
|
18
|
+
}, {
|
|
19
|
+
type: HostBinding,
|
|
20
|
+
args: ['style.minWidth.px']
|
|
21
|
+
}, {
|
|
22
|
+
type: Input
|
|
23
|
+
}] } });
|
|
24
|
+
|
|
25
|
+
class DirectiveGrow {
|
|
26
|
+
constructor(e, renderer) {
|
|
27
|
+
this.e = e;
|
|
28
|
+
this.renderer = renderer;
|
|
29
|
+
setTimeout(() => {
|
|
30
|
+
// e.nativeElement.style.flexGrow = 1;
|
|
31
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
32
|
+
}, 0);
|
|
33
|
+
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
+
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
|
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
39
|
+
type: Directive,
|
|
40
|
+
args: [{
|
|
41
|
+
selector: '[grow]'
|
|
42
|
+
}]
|
|
43
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
44
|
+
|
|
45
|
+
// import { Log, Level } from 'ng2-logger/index';
|
|
46
|
+
// const log = Log.create('test');
|
|
47
|
+
// log.i('asdas')
|
|
48
|
+
class ColumnsComponent {
|
|
49
|
+
constructor() {
|
|
50
|
+
}
|
|
51
|
+
ngOnInit() { }
|
|
52
|
+
}
|
|
53
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
56
|
+
type: Component,
|
|
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
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
59
|
+
type: ViewChildren,
|
|
60
|
+
args: [ColumnComponent]
|
|
61
|
+
}] } });
|
|
62
|
+
|
|
63
|
+
class StaticColumnsModule {
|
|
64
|
+
}
|
|
65
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
66
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow], exports: [ColumnsComponent, ColumnComponent, DirectiveGrow] });
|
|
67
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[]] });
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
69
|
+
type: NgModule,
|
|
70
|
+
args: [{
|
|
71
|
+
imports: [],
|
|
72
|
+
exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
73
|
+
declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
|
|
74
|
+
providers: [],
|
|
75
|
+
}]
|
|
76
|
+
}] });
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
export { ColumnComponent, ColumnsComponent, DirectiveGrow, StaticColumnsModule };
|
|
83
|
+
//# sourceMappingURL=static-columns.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle/static-columns/projects/static-columns/src/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","<ng-content></ng-content>\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"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DirectiveGrow {
|
|
4
|
+
e: ElementRef;
|
|
5
|
+
renderer: Renderer2;
|
|
6
|
+
constructor(e: ElementRef, renderer: Renderer2);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveGrow, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveGrow, "[grow]", never, {}, {}, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ColumnComponent implements OnInit {
|
|
4
|
+
width: number;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "column", never, { "width": "width"; }, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
File without changes
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { ColumnComponent } from './column';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ColumnsComponent implements OnInit {
|
|
4
5
|
childrens: QueryList<ColumnComponent>;
|
|
5
6
|
constructor();
|
|
6
7
|
ngOnInit(): void;
|
|
7
|
-
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsComponent, "columns-container", never, {}, {}, never, ["*"]>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./columns.component";
|
|
3
|
+
import * as i2 from "./column/column.component";
|
|
4
|
+
import * as i3 from "./column/column-grow.directive";
|
|
5
|
+
export declare class StaticColumnsModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StaticColumnsModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StaticColumnsModule, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow], never, [typeof i1.ColumnsComponent, typeof i2.ColumnComponent, typeof i3.DirectiveGrow]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StaticColumnsModule>;
|
|
9
|
+
}
|
|
File without changes
|
package/client/package.json
CHANGED
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "static-columns",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2015/static-columns.mjs",
|
|
12
|
+
"es2020": "fesm2020/static-columns.mjs",
|
|
13
|
+
"esm2020": "esm2020/static-columns.mjs",
|
|
14
|
+
"fesm2020": "fesm2020/static-columns.mjs",
|
|
15
|
+
"fesm2015": "fesm2015/static-columns.mjs",
|
|
13
16
|
"typings": "static-columns.d.ts",
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
+
"exports": {
|
|
18
|
+
"./package.json": {
|
|
19
|
+
"default": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
".": {
|
|
22
|
+
"types": "./static-columns.d.ts",
|
|
23
|
+
"esm2020": "./esm2020/static-columns.mjs",
|
|
24
|
+
"es2020": "./fesm2020/static-columns.mjs",
|
|
25
|
+
"es2015": "./fesm2015/static-columns.mjs",
|
|
26
|
+
"node": "./fesm2015/static-columns.mjs",
|
|
27
|
+
"default": "./fesm2020/static-columns.mjs"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"sideEffects": false
|
|
17
31
|
}
|
package/client/public-api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './lib
|
|
1
|
+
export * from './lib';
|
package/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib';
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./
|
|
4
|
+
(0, tslib_1.__exportStar)(require("./lib"), exports);
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,qDAAsB"}
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DirectiveGrow = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
@@ -13,11 +13,11 @@ var DirectiveGrow = /** @class */ (function () {
|
|
|
13
13
|
}, 0);
|
|
14
14
|
// renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
|
|
15
15
|
}
|
|
16
|
-
DirectiveGrow = tslib_1.__decorate([
|
|
17
|
-
core_1.Directive({
|
|
16
|
+
DirectiveGrow = (0, tslib_1.__decorate)([
|
|
17
|
+
(0, core_1.Directive)({
|
|
18
18
|
selector: '[grow]'
|
|
19
19
|
}),
|
|
20
|
-
tslib_1.__metadata("design:paramtypes", [core_1.ElementRef, core_1.Renderer2])
|
|
20
|
+
(0, tslib_1.__metadata)("design:paramtypes", [core_1.ElementRef, core_1.Renderer2])
|
|
21
21
|
], DirectiveGrow);
|
|
22
22
|
return DirectiveGrow;
|
|
23
23
|
}());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"column-grow.directive.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"column-grow.directive.js","sourceRoot":"","sources":["../../../src/lib/column/column-grow.directive.ts"],"names":[],"mappings":";;;;AAAA,sCAA4E;AAM5E;IACE,uBAAmB,CAAa,EAAS,QAAmB;QAAzC,MAAC,GAAD,CAAC,CAAY;QAAS,aAAQ,GAAR,QAAQ,CAAW;QAC1D,UAAU,CAAC;YACT,sCAAsC;YACtC,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;QACrD,CAAC,EAAE,CAAC,CAAC,CAAC;QAEN,8DAA8D;IAChE,CAAC;IARU,aAAa;QAHzB,IAAA,gBAAS,EAAC;YACT,QAAQ,EAAE,QAAQ;SACnB,CAAC;sDAEsB,iBAAU,EAAmB,gBAAS;OADjD,aAAa,CASzB;IAAD,oBAAC;CAAA,AATD,IASC;AATY,sCAAa"}
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ColumnComponent = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
@@ -8,19 +8,19 @@ var ColumnComponent = /** @class */ (function () {
|
|
|
8
8
|
// this.ccwidth = 90;
|
|
9
9
|
}
|
|
10
10
|
ColumnComponent.prototype.ngOnInit = function () { };
|
|
11
|
-
tslib_1.__decorate([
|
|
12
|
-
core_1.HostBinding('style.flex.basis.px'),
|
|
13
|
-
core_1.HostBinding('style.minWidth.px'),
|
|
14
|
-
core_1.Input(),
|
|
15
|
-
tslib_1.__metadata("design:type", Number)
|
|
11
|
+
(0, tslib_1.__decorate)([
|
|
12
|
+
(0, core_1.HostBinding)('style.flex.basis.px'),
|
|
13
|
+
(0, core_1.HostBinding)('style.minWidth.px'),
|
|
14
|
+
(0, core_1.Input)(),
|
|
15
|
+
(0, tslib_1.__metadata)("design:type", Number)
|
|
16
16
|
], ColumnComponent.prototype, "width", void 0);
|
|
17
|
-
ColumnComponent = tslib_1.__decorate([
|
|
18
|
-
core_1.Component({
|
|
17
|
+
ColumnComponent = (0, tslib_1.__decorate)([
|
|
18
|
+
(0, core_1.Component)({
|
|
19
19
|
selector: 'column',
|
|
20
20
|
template: '<ng-content></ng-content>',
|
|
21
21
|
styleUrls: ['./column.component.scss']
|
|
22
22
|
}),
|
|
23
|
-
tslib_1.__metadata("design:paramtypes", [])
|
|
23
|
+
(0, tslib_1.__metadata)("design:paramtypes", [])
|
|
24
24
|
], ColumnComponent);
|
|
25
25
|
return ColumnComponent;
|
|
26
26
|
}());
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column.component.js","sourceRoot":"","sources":["../../../src/lib/column/column.component.ts"],"names":[],"mappings":";;;;AAAA,sCAAsE;AAOtE;IAGI;QACI,qBAAqB;IACzB,CAAC;IAED,kCAAQ,GAAR,cAAa,CAAC;IANiE;QAA9E,IAAA,kBAAW,EAAC,qBAAqB,CAAC;QAAE,IAAA,kBAAW,EAAC,mBAAmB,CAAC;QAAE,IAAA,YAAK,GAAE;;kDAAe;IADpF,eAAe;QAL3B,IAAA,gBAAS,EAAC;YACP,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,2BAA2B;YACrC,SAAS,EAAE,CAAC,yBAAyB,CAAC;SACzC,CAAC;;OACW,eAAe,CAS3B;IAAD,sBAAC;CAAA,AATD,IASC;AATY,0CAAe"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var tslib_1 = require("tslib");
|
|
4
|
+
(0, tslib_1.__exportStar)(require("./column.component"), exports);
|
|
5
|
+
(0, tslib_1.__exportStar)(require("./column-grow.directive"), exports);
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/column/index.ts"],"names":[],"mappings":";;;AAAA,kEAAmC;AACnC,uEAAwC"}
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ColumnsComponent = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
@@ -11,17 +11,17 @@ var ColumnsComponent = /** @class */ (function () {
|
|
|
11
11
|
function ColumnsComponent() {
|
|
12
12
|
}
|
|
13
13
|
ColumnsComponent.prototype.ngOnInit = function () { };
|
|
14
|
-
tslib_1.__decorate([
|
|
15
|
-
core_1.ViewChildren(column_1.ColumnComponent),
|
|
16
|
-
tslib_1.__metadata("design:type", core_1.QueryList)
|
|
14
|
+
(0, tslib_1.__decorate)([
|
|
15
|
+
(0, core_1.ViewChildren)(column_1.ColumnComponent),
|
|
16
|
+
(0, tslib_1.__metadata)("design:type", core_1.QueryList)
|
|
17
17
|
], ColumnsComponent.prototype, "childrens", void 0);
|
|
18
|
-
ColumnsComponent = tslib_1.__decorate([
|
|
19
|
-
core_1.Component({
|
|
18
|
+
ColumnsComponent = (0, tslib_1.__decorate)([
|
|
19
|
+
(0, core_1.Component)({
|
|
20
20
|
selector: 'columns-container',
|
|
21
21
|
templateUrl: './columns.component.html',
|
|
22
22
|
styleUrls: ['./columns.component.scss']
|
|
23
23
|
}),
|
|
24
|
-
tslib_1.__metadata("design:paramtypes", [])
|
|
24
|
+
(0, tslib_1.__metadata)("design:paramtypes", [])
|
|
25
25
|
], ColumnsComponent);
|
|
26
26
|
return ColumnsComponent;
|
|
27
27
|
}());
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columns.component.js","sourceRoot":"","sources":["../../src/lib/columns.component.ts"],"names":[],"mappings":";;;;AAAA,sCAA8F;AAC9F,mCAA2C;AAC3C,iDAAiD;AACjD,kCAAkC;AAClC,iBAAiB;AAOjB;IAGI;IAEA,CAAC;IACD,mCAAQ,GAAR,cAAa,CAAC;IALiB;QAA9B,IAAA,mBAAY,EAAC,wBAAe,CAAC;+CAAY,gBAAS;uDAAkB;IAD5D,gBAAgB;QAL5B,IAAA,gBAAS,EAAC;YACP,QAAQ,EAAE,mBAAmB;YAC7B,WAAW,EAAE,0BAA0B;YACvC,SAAS,EAAE,CAAC,0BAA0B,CAAC;SAC1C,CAAC;;OACW,gBAAgB,CAO5B;IAAD,uBAAC;CAAA,AAPD,IAOC;AAPY,4CAAgB"}
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StaticColumnsModule = void 0;
|
|
4
4
|
var tslib_1 = require("tslib");
|
|
@@ -8,8 +8,8 @@ var columns_component_1 = require("./columns.component");
|
|
|
8
8
|
var StaticColumnsModule = /** @class */ (function () {
|
|
9
9
|
function StaticColumnsModule() {
|
|
10
10
|
}
|
|
11
|
-
StaticColumnsModule = tslib_1.__decorate([
|
|
12
|
-
core_1.NgModule({
|
|
11
|
+
StaticColumnsModule = (0, tslib_1.__decorate)([
|
|
12
|
+
(0, core_1.NgModule)({
|
|
13
13
|
imports: [],
|
|
14
14
|
exports: [columns_component_1.ColumnsComponent, column_1.ColumnComponent, column_1.DirectiveGrow],
|
|
15
15
|
declarations: [columns_component_1.ColumnsComponent, column_1.ColumnComponent, column_1.DirectiveGrow],
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"columns.module.js","sourceRoot":"","sources":["../../src/lib/columns.module.ts"],"names":[],"mappings":";;;;AAAA,sCAAyC;AAEzC,mCAA0D;AAC1D,yDAAuD;AAQvD;IAAA;IAAmC,CAAC;IAAvB,mBAAmB;QAN/B,IAAA,eAAQ,EAAC;YACN,OAAO,EAAE,EAAE;YACX,OAAO,EAAE,CAAC,oCAAgB,EAAE,wBAAe,EAAE,sBAAa,CAAC;YAC3D,YAAY,EAAE,CAAC,oCAAgB,EAAE,wBAAe,EAAE,sBAAa,CAAC;YAChE,SAAS,EAAE,EAAE;SAChB,CAAC;OACW,mBAAmB,CAAI;IAAD,0BAAC;CAAA,AAApC,IAAoC;AAAvB,kDAAmB"}
|
package/lib/index.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* @fixed */ "use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var tslib_1 = require("tslib");
|
|
4
|
+
(0, tslib_1.__exportStar)(require("./column"), exports);
|
|
5
|
+
(0, tslib_1.__exportStar)(require("./columns.component"), exports);
|
|
6
|
+
(0, tslib_1.__exportStar)(require("./column/column-grow.directive"), exports);
|
|
7
|
+
(0, tslib_1.__exportStar)(require("./column/column.component"), exports);
|
|
8
|
+
(0, tslib_1.__exportStar)(require("./columns.module"), exports);
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;AAAA,wDAAyB;AACzB,mEAAoC;AACpC,8EAA+C;AAC/C,yEAA0C;AAC1C,gEAAiC"}
|