static-columns 13.1.27 → 13.1.29
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/app.d.ts +0 -1
- package/app.js +3 -3
- package/browser/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/browser/esm2020/lib/column/column.component.mjs +3 -2
- package/browser/esm2020/lib/column/index.mjs +3 -1
- package/browser/esm2020/lib/columns.component.mjs +3 -4
- package/browser/esm2020/lib/columns.module.mjs +3 -1
- package/browser/esm2020/lib/index.mjs +3 -1
- package/browser/fesm2015/static-columns.mjs +14 -6
- package/browser/fesm2015/static-columns.mjs.map +1 -1
- package/browser/fesm2020/static-columns.mjs +14 -6
- package/browser/fesm2020/static-columns.mjs.map +1 -1
- package/browser/lib/column/column-grow.directive.d.ts +2 -1
- package/browser/lib/column/column.component.d.ts +2 -1
- package/browser/lib/column/index.d.ts +2 -1
- package/browser/lib/columns.component.d.ts +2 -1
- package/browser/lib/columns.module.d.ts +2 -1
- package/browser/lib/index.d.ts +2 -1
- package/browser/public-api.d.ts +2 -1
- package/browser/static-columns.d.ts +2 -1
- package/client/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/client/esm2020/lib/column/column.component.mjs +3 -2
- package/client/esm2020/lib/column/index.mjs +3 -1
- package/client/esm2020/lib/columns.component.mjs +3 -4
- package/client/esm2020/lib/columns.module.mjs +3 -1
- package/client/esm2020/lib/index.mjs +3 -1
- package/client/fesm2015/static-columns.mjs +14 -6
- package/client/fesm2015/static-columns.mjs.map +1 -1
- package/client/fesm2020/static-columns.mjs +14 -6
- package/client/fesm2020/static-columns.mjs.map +1 -1
- package/client/lib/column/column-grow.directive.d.ts +2 -1
- package/client/lib/column/column.component.d.ts +2 -1
- package/client/lib/column/index.d.ts +2 -1
- package/client/lib/columns.component.d.ts +2 -1
- package/client/lib/columns.module.d.ts +2 -1
- package/client/lib/index.d.ts +2 -1
- package/client/public-api.d.ts +2 -1
- package/client/static-columns.d.ts +2 -1
- package/package.json +2 -2
- package/tmp-environment.json +35 -35
- package/websql/esm2020/lib/column/column-grow.directive.mjs +3 -3
- package/websql/esm2020/lib/column/column.component.mjs +3 -2
- package/websql/esm2020/lib/column/index.mjs +3 -1
- package/websql/esm2020/lib/columns.component.mjs +3 -4
- package/websql/esm2020/lib/columns.module.mjs +3 -1
- package/websql/esm2020/lib/index.mjs +3 -1
- package/websql/fesm2015/static-columns.mjs +14 -6
- package/websql/fesm2015/static-columns.mjs.map +1 -1
- package/websql/fesm2020/static-columns.mjs +14 -6
- package/websql/fesm2020/static-columns.mjs.map +1 -1
- package/websql/lib/column/column-grow.directive.d.ts +2 -1
- package/websql/lib/column/column.component.d.ts +2 -1
- package/websql/lib/column/index.d.ts +2 -1
- package/websql/lib/columns.component.d.ts +2 -1
- package/websql/lib/columns.module.d.ts +2 -1
- package/websql/lib/index.d.ts +2 -1
- package/websql/public-api.d.ts +2 -1
- package/websql/static-columns.d.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle-websql/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
|
|
1
|
+
{"version":3,"file":"static-columns.mjs","sources":["../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/column-grow.directive.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/column/index.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.component.html","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/columns.module.ts","../../../tmp-libs-for-bundle-websql/static-columns/projects/static-columns/src/lib/index.ts","../../../tmp-libs-for-bundle-websql/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\n }\n\n ngOnInit() { }\n\n}\n ;({}); // @--end-of-file-for-module=static-columns tmp-src-bundle-websql/lib/column/column.component.ts","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\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n\n }\n}\n ;({}); // @--end-of-file-for-module=static-columns tmp-src-bundle-websql/lib/column/column-grow.directive.ts","export * from './column.component';\nexport * from './column-grow.directive';\n ;({}); // @--end-of-file-for-module=static-columns tmp-src-bundle-websql/lib/column/index.ts","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n\n\n\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 ;({}); // @--end-of-file-for-module=static-columns tmp-src-bundle-websql/lib/columns.component.ts","<ng-content></ng-content>","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 ;({}); // @--end-of-file-for-module=static-columns tmp-src-bundle-websql/lib/columns.module.ts","export * from './column';\nexport * from './columns.component';\nexport * from './column/column-grow.directive';\nexport * from './column/column.component';\nexport * from './columns.module';\n ;({}); // @--end-of-file-for-module=static-columns tmp-src-bundle-websql/lib/index.ts","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class DirectiveGrow {
|
|
@@ -6,4 +7,4 @@ export declare class DirectiveGrow {
|
|
|
6
7
|
constructor(e: ElementRef, renderer: Renderer2);
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveGrow, never>;
|
|
8
9
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DirectiveGrow, "[grow]", never, {}, {}, never>;
|
|
9
|
-
}
|
|
10
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { OnInit } from '@angular/core';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ColumnComponent implements OnInit {
|
|
@@ -6,4 +7,4 @@ export declare class ColumnComponent implements OnInit {
|
|
|
6
7
|
ngOnInit(): void;
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
8
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "column", never, { "width": "width"; }, {}, never, ["*"]>;
|
|
9
|
-
}
|
|
10
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import { OnInit, QueryList } from '@angular/core';
|
|
2
3
|
import { ColumnComponent } from './column';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
@@ -7,4 +8,4 @@ export declare class ColumnsComponent implements OnInit {
|
|
|
7
8
|
ngOnInit(): void;
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnsComponent, never>;
|
|
9
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnsComponent, "columns-container", never, {}, {}, never, ["*"]>;
|
|
10
|
-
}
|
|
11
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
import * as i1 from "./columns.component";
|
|
3
4
|
import * as i2 from "./column/column.component";
|
|
@@ -6,4 +7,4 @@ export declare class StaticColumnsModule {
|
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<StaticColumnsModule, never>;
|
|
7
8
|
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
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<StaticColumnsModule>;
|
|
9
|
-
}
|
|
10
|
+
}
|
package/websql/lib/index.d.ts
CHANGED
package/websql/public-api.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
export * from './lib';
|