static-columns 13.1.31 → 13.3.2
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 +78 -41
- package/app/preview/index.d.ts +2 -0
- package/app/preview/index.js +6 -0
- package/app/preview/index.js.map +1 -0
- package/app/preview/preview.component.d.ts +8 -0
- package/app/preview/preview.component.js +6 -0
- package/app/preview/preview.component.js.map +1 -0
- package/app/preview/preview.module.d.ts +2 -0
- package/app/preview/preview.module.js +6 -0
- package/app/preview/preview.module.js.map +1 -0
- package/app.js +3 -3
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/column/column-grow.directive.mjs +21 -21
- package/browser/esm2020/lib/column/column-hide-mobile.directive.mjs +44 -0
- package/browser/esm2020/lib/column/column-hide-tablet.directive.mjs +44 -0
- package/browser/esm2020/lib/column/column-show-mobile.directive.mjs +44 -0
- package/browser/esm2020/lib/column/column.component.mjs +23 -23
- package/browser/esm2020/lib/column/index.mjs +8 -5
- package/browser/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -35
- package/browser/esm2020/lib/columns-gap/index.mjs +3 -3
- package/browser/esm2020/lib/columns.component.mjs +20 -20
- package/browser/esm2020/lib/columns.module.mjs +54 -38
- package/browser/esm2020/lib/index.mjs +6 -6
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/static-columns.mjs +4 -4
- package/browser/fesm2015/static-columns.mjs +254 -120
- package/browser/fesm2015/static-columns.mjs.map +1 -1
- package/browser/fesm2020/static-columns.mjs +254 -120
- package/browser/fesm2020/static-columns.mjs.map +1 -1
- package/browser/lib/column/column-grow.directive.d.ts +8 -8
- package/browser/lib/column/column-hide-mobile.directive.d.ts +17 -0
- package/browser/lib/column/column-hide-tablet.directive.d.ts +17 -0
- package/browser/lib/column/column-show-mobile.directive.d.ts +17 -0
- package/browser/lib/column/column.component.d.ts +8 -8
- package/browser/lib/column/index.d.ts +4 -1
- package/browser/lib/columns-gap/columns-gap.component.d.ts +13 -13
- package/browser/lib/columns.component.d.ts +9 -9
- package/browser/lib/columns.module.d.ts +13 -9
- package/browser/lib/index.d.ts +3 -3
- package/browser/static-columns.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/column/column-grow.directive.mjs +21 -21
- package/client/esm2020/lib/column/column-hide-mobile.directive.mjs +44 -0
- package/client/esm2020/lib/column/column-hide-tablet.directive.mjs +44 -0
- package/client/esm2020/lib/column/column-show-mobile.directive.mjs +44 -0
- package/client/esm2020/lib/column/column.component.mjs +23 -23
- package/client/esm2020/lib/column/index.mjs +8 -5
- package/client/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -35
- package/client/esm2020/lib/columns-gap/index.mjs +3 -3
- package/client/esm2020/lib/columns.component.mjs +20 -20
- package/client/esm2020/lib/columns.module.mjs +54 -38
- package/client/esm2020/lib/index.mjs +6 -6
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/static-columns.mjs +4 -4
- package/client/fesm2015/static-columns.mjs +254 -120
- package/client/fesm2015/static-columns.mjs.map +1 -1
- package/client/fesm2020/static-columns.mjs +254 -120
- package/client/fesm2020/static-columns.mjs.map +1 -1
- package/client/lib/column/column-grow.directive.d.ts +8 -8
- package/client/lib/column/column-hide-mobile.directive.d.ts +17 -0
- package/client/lib/column/column-hide-tablet.directive.d.ts +17 -0
- package/client/lib/column/column-show-mobile.directive.d.ts +17 -0
- package/client/lib/column/column.component.d.ts +8 -8
- package/client/lib/column/index.d.ts +4 -1
- package/client/lib/columns-gap/columns-gap.component.d.ts +13 -13
- package/client/lib/columns.component.d.ts +9 -9
- package/client/lib/columns.module.d.ts +13 -9
- package/client/lib/index.d.ts +3 -3
- package/client/static-columns.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/column/column-grow.directive.d.ts +6 -6
- package/lib/column/column-hide-mobile.directive.d.ts +13 -0
- package/lib/column/column-hide-mobile.directive.js +47 -0
- package/lib/column/column-hide-mobile.directive.js.map +1 -0
- package/lib/column/column-hide-tablet.directive.d.ts +13 -0
- package/lib/column/column-hide-tablet.directive.js +47 -0
- package/lib/column/column-hide-tablet.directive.js.map +1 -0
- package/lib/column/column-show-mobile.directive.d.ts +13 -0
- package/lib/column/column-show-mobile.directive.js +47 -0
- package/lib/column/column-show-mobile.directive.js.map +1 -0
- package/lib/column/column.component.d.ts +6 -6
- package/lib/column/index.d.ts +4 -1
- package/lib/column/index.js +3 -4
- package/lib/column/index.js.map +1 -1
- package/lib/columns-gap/columns-gap.component.d.ts +10 -10
- package/lib/columns-gap/columns-gap.component.js +3 -3
- package/lib/columns-gap/index.js +3 -3
- package/lib/columns.component.d.ts +6 -6
- package/lib/columns.component.js +3 -3
- package/lib/columns.module.d.ts +1 -1
- package/lib/columns.module.js +3 -3
- package/lib/index.d.ts +3 -3
- package/package.json +2 -2
- package/package.json_devDependencies.json +237 -237
- package/package.json_tnp.json5 +49 -49
- package/tmp-environment.json +47 -43
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/column/column-grow.directive.mjs +21 -21
- package/websql/esm2020/lib/column/column-hide-mobile.directive.mjs +44 -0
- package/websql/esm2020/lib/column/column-hide-tablet.directive.mjs +44 -0
- package/websql/esm2020/lib/column/column-show-mobile.directive.mjs +44 -0
- package/websql/esm2020/lib/column/column.component.mjs +23 -23
- package/websql/esm2020/lib/column/index.mjs +8 -5
- package/websql/esm2020/lib/columns-gap/columns-gap.component.mjs +35 -35
- package/websql/esm2020/lib/columns-gap/index.mjs +3 -3
- package/websql/esm2020/lib/columns.component.mjs +20 -20
- package/websql/esm2020/lib/columns.module.mjs +54 -38
- package/websql/esm2020/lib/index.mjs +6 -6
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/static-columns.mjs +4 -4
- package/websql/fesm2015/static-columns.mjs +254 -120
- package/websql/fesm2015/static-columns.mjs.map +1 -1
- package/websql/fesm2020/static-columns.mjs +254 -120
- package/websql/fesm2020/static-columns.mjs.map +1 -1
- package/websql/lib/column/column-grow.directive.d.ts +8 -8
- package/websql/lib/column/column-hide-mobile.directive.d.ts +17 -0
- package/websql/lib/column/column-hide-tablet.directive.d.ts +17 -0
- package/websql/lib/column/column-show-mobile.directive.d.ts +17 -0
- package/websql/lib/column/column.component.d.ts +8 -8
- package/websql/lib/column/index.d.ts +4 -1
- package/websql/lib/columns-gap/columns-gap.component.d.ts +13 -13
- package/websql/lib/columns.component.d.ts +9 -9
- package/websql/lib/columns.module.d.ts +13 -9
- package/websql/lib/index.d.ts +3 -3
- package/websql/static-columns.d.ts +4 -4
- package/app/app.component.d.ts +0 -8
- package/app/app.component.js +0 -6
- package/app/app.component.js.map +0 -1
- package/app/app.module.d.ts +0 -2
- package/app/app.module.js +0 -6
- package/app/app.module.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './columns-gap.component';
|
|
2
|
-
;
|
|
3
|
-
({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts
|
|
1
|
+
export * from './columns-gap.component';
|
|
2
|
+
;
|
|
3
|
+
({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts
|
|
4
4
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2NvbHVtbnMtZ2FwL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLGNBQWMseUJBQXlCLENBQUM7QUFHdkMsQ0FBQztBQUFBLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxvRUFBb0UiLCJzb3VyY2VzQ29udGVudCI6WyJcbmV4cG9ydCAqIGZyb20gJy4vY29sdW1ucy1nYXAuY29tcG9uZW50JztcblxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9c3RhdGljLWNvbHVtbnMgbGliL2NvbHVtbnMtZ2FwL2luZGV4LnRzIl19
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Component, ViewChildren, QueryList } from '@angular/core';
|
|
2
|
-
import { ColumnComponent } from './column';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class ColumnsComponent {
|
|
5
|
-
constructor() {
|
|
6
|
-
}
|
|
7
|
-
ngOnInit() { }
|
|
8
|
-
}
|
|
9
|
-
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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"] });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
|
|
14
|
-
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
15
|
-
type: ViewChildren,
|
|
16
|
-
args: [ColumnComponent]
|
|
17
|
-
}] } });
|
|
18
|
-
;
|
|
19
|
-
({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts
|
|
20
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
import { Component, ViewChildren, QueryList } from '@angular/core';
|
|
2
|
+
import { ColumnComponent } from './column';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class ColumnsComponent {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
ngOnInit() { }
|
|
8
|
+
}
|
|
9
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
12
|
+
type: Component,
|
|
13
|
+
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }]
|
|
14
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
15
|
+
type: ViewChildren,
|
|
16
|
+
args: [ColumnComponent]
|
|
17
|
+
}] } });
|
|
18
|
+
;
|
|
19
|
+
({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2NvbHVtbnMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvc3RhdGljLWNvbHVtbnMvcHJvamVjdHMvc3RhdGljLWNvbHVtbnMvc3JjL2xpYi9jb2x1bW5zLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQTZCLFlBQVksRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDOUYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLFVBQVUsQ0FBQzs7QUFVM0MsTUFBTSxPQUFPLGdCQUFnQjtJQUd6QjtJQUVBLENBQUM7SUFDRCxRQUFRLEtBQUssQ0FBQzs7OEdBTkwsZ0JBQWdCO2tHQUFoQixnQkFBZ0IsdUZBQ1gsZUFBZSxnRENiakMsK0JBQ0E7NEZEV2EsZ0JBQWdCO2tCQUw1QixTQUFTOytCQUNJLG1CQUFtQjswRUFLRSxTQUFTO3NCQUF2QyxZQUFZO3VCQUFDLGVBQWU7O0FBU2hDLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsb0VBQW9FIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCwgVmlld0VuY2Fwc3VsYXRpb24sIFZpZXdDaGlsZHJlbiwgUXVlcnlMaXN0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb2x1bW5Db21wb25lbnQgfSBmcm9tICcuL2NvbHVtbic7XG5cblxuXG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnY29sdW1ucy1jb250YWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jb2x1bW5zLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW5zLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIENvbHVtbnNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBWaWV3Q2hpbGRyZW4oQ29sdW1uQ29tcG9uZW50KSBjaGlsZHJlbnM6IFF1ZXJ5TGlzdDxDb2x1bW5Db21wb25lbnQ+O1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG5cbiAgICB9XG4gICAgbmdPbkluaXQoKSB7IH1cbn1cblxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9c3RhdGljLWNvbHVtbnMgbGliL2NvbHVtbnMuY29tcG9uZW50LnRzIiwiPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxyXG4iXX0=
|
|
@@ -1,38 +1,54 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { NgModule } from '@angular/core';
|
|
2
|
+
import { LayoutModule } from '@angular/cdk/layout';
|
|
3
|
+
import { ColumnComponent, DirectiveGrow, DirectiveHideTablet, DirectiveShowMobile } from './column';
|
|
4
|
+
import { DirectiveHideMobile } from './column/column-hide-mobile.directive';
|
|
5
|
+
import { ColumnsGapComponent } from './columns-gap/columns-gap.component';
|
|
6
|
+
import { ColumnsComponent } from './columns.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
const components = [
|
|
9
|
+
ColumnsComponent,
|
|
10
|
+
ColumnComponent,
|
|
11
|
+
DirectiveGrow,
|
|
12
|
+
DirectiveHideMobile,
|
|
13
|
+
DirectiveHideTablet,
|
|
14
|
+
DirectiveShowMobile,
|
|
15
|
+
ColumnsGapComponent,
|
|
16
|
+
];
|
|
17
|
+
export class StaticColumnsModule {
|
|
18
|
+
}
|
|
19
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
20
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
|
|
21
|
+
ColumnComponent,
|
|
22
|
+
DirectiveGrow,
|
|
23
|
+
DirectiveHideMobile,
|
|
24
|
+
DirectiveHideTablet,
|
|
25
|
+
DirectiveShowMobile,
|
|
26
|
+
ColumnsGapComponent], imports: [LayoutModule], exports: [LayoutModule, ColumnsComponent,
|
|
27
|
+
ColumnComponent,
|
|
28
|
+
DirectiveGrow,
|
|
29
|
+
DirectiveHideMobile,
|
|
30
|
+
DirectiveHideTablet,
|
|
31
|
+
DirectiveShowMobile,
|
|
32
|
+
ColumnsGapComponent] });
|
|
33
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[
|
|
34
|
+
LayoutModule,
|
|
35
|
+
], LayoutModule] });
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
37
|
+
type: NgModule,
|
|
38
|
+
args: [{
|
|
39
|
+
imports: [
|
|
40
|
+
LayoutModule,
|
|
41
|
+
],
|
|
42
|
+
exports: [
|
|
43
|
+
LayoutModule,
|
|
44
|
+
...components,
|
|
45
|
+
],
|
|
46
|
+
declarations: [
|
|
47
|
+
...components,
|
|
48
|
+
],
|
|
49
|
+
providers: [],
|
|
50
|
+
}]
|
|
51
|
+
}] });
|
|
52
|
+
;
|
|
53
|
+
({}); // @--end-of-file-for-module=static-columns lib/columns.module.ts
|
|
54
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2NvbHVtbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxlQUFlLEVBQUUsYUFBYSxFQUFFLG1CQUFtQixFQUFFLG1CQUFtQixFQUFFLE1BQU0sVUFBVSxDQUFDO0FBQ3BHLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzVFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQUV2RCxNQUFNLFVBQVUsR0FBRztJQUNqQixnQkFBZ0I7SUFDaEIsZUFBZTtJQUNmLGFBQWE7SUFDYixtQkFBbUI7SUFDbkIsbUJBQW1CO0lBQ25CLG1CQUFtQjtJQUNuQixtQkFBbUI7Q0FDcEIsQ0FBQztBQWVGLE1BQU0sT0FBTyxtQkFBbUI7O2lIQUFuQixtQkFBbUI7a0hBQW5CLG1CQUFtQixpQkF0QjlCLGdCQUFnQjtRQUNoQixlQUFlO1FBQ2YsYUFBYTtRQUNiLG1CQUFtQjtRQUNuQixtQkFBbUI7UUFDbkIsbUJBQW1CO1FBQ25CLG1CQUFtQixhQUtqQixZQUFZLGFBR1osWUFBWSxFQWRkLGdCQUFnQjtRQUNoQixlQUFlO1FBQ2YsYUFBYTtRQUNiLG1CQUFtQjtRQUNuQixtQkFBbUI7UUFDbkIsbUJBQW1CO1FBQ25CLG1CQUFtQjtrSEFnQlIsbUJBQW1CLGFBRm5CLEVBQUUsWUFWSjtZQUNQLFlBQVk7U0FDYixFQUVDLFlBQVk7NEZBUUgsbUJBQW1CO2tCQWIvQixRQUFRO21CQUFDO29CQUNSLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO29CQUNELE9BQU8sRUFBRTt3QkFDUCxZQUFZO3dCQUNaLEdBQUcsVUFBVTtxQkFDZDtvQkFDRCxZQUFZLEVBQUU7d0JBQ1osR0FBRyxVQUFVO3FCQUNkO29CQUNELFNBQVMsRUFBRSxFQUFFO2lCQUNkOztBQUlBLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsaUVBQWlFIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTGF5b3V0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2xheW91dCc7XG5pbXBvcnQgeyBDb2x1bW5Db21wb25lbnQsIERpcmVjdGl2ZUdyb3csIERpcmVjdGl2ZUhpZGVUYWJsZXQsIERpcmVjdGl2ZVNob3dNb2JpbGUgfSBmcm9tICcuL2NvbHVtbic7XG5pbXBvcnQgeyBEaXJlY3RpdmVIaWRlTW9iaWxlIH0gZnJvbSAnLi9jb2x1bW4vY29sdW1uLWhpZGUtbW9iaWxlLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBDb2x1bW5zR2FwQ29tcG9uZW50IH0gZnJvbSAnLi9jb2x1bW5zLWdhcC9jb2x1bW5zLWdhcC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ29sdW1uc0NvbXBvbmVudCB9IGZyb20gJy4vY29sdW1ucy5jb21wb25lbnQnO1xuXG5jb25zdCBjb21wb25lbnRzID0gW1xuICBDb2x1bW5zQ29tcG9uZW50LFxuICBDb2x1bW5Db21wb25lbnQsXG4gIERpcmVjdGl2ZUdyb3csXG4gIERpcmVjdGl2ZUhpZGVNb2JpbGUsXG4gIERpcmVjdGl2ZUhpZGVUYWJsZXQsXG4gIERpcmVjdGl2ZVNob3dNb2JpbGUsXG4gIENvbHVtbnNHYXBDb21wb25lbnQsXG5dO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgTGF5b3V0TW9kdWxlLFxuICBdLFxuICBleHBvcnRzOiBbXG4gICAgTGF5b3V0TW9kdWxlLFxuICAgIC4uLmNvbXBvbmVudHMsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW1xuICAgIC4uLmNvbXBvbmVudHMsXG4gIF0sXG4gIHByb3ZpZGVyczogW10sXG59KVxuZXhwb3J0IGNsYXNzIFN0YXRpY0NvbHVtbnNNb2R1bGUgeyB9XG5cblxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPXN0YXRpYy1jb2x1bW5zIGxpYi9jb2x1bW5zLm1vZHVsZS50cyJdfQ==
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './column';
|
|
2
|
-
export * from './columns-gap';
|
|
3
|
-
export * from './columns.component';
|
|
4
|
-
export * from './columns.module';
|
|
5
|
-
;
|
|
6
|
-
({}); // @--end-of-file-for-module=static-columns lib/index.ts
|
|
1
|
+
export * from './column';
|
|
2
|
+
export * from './columns-gap';
|
|
3
|
+
export * from './columns.component';
|
|
4
|
+
export * from './columns.module';
|
|
5
|
+
;
|
|
6
|
+
({}); // @--end-of-file-for-module=static-columns lib/index.ts
|
|
7
7
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvbGliL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsZUFBZSxDQUFDO0FBRTlCLGNBQWMscUJBQXFCLENBQUM7QUFHcEMsY0FBYyxrQkFBa0IsQ0FBQztBQUdoQyxDQUFDO0FBQUEsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDLHdEQUF3RCIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vY29sdW1uJztcbmV4cG9ydCAqIGZyb20gJy4vY29sdW1ucy1nYXAnO1xuXG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbnMuY29tcG9uZW50JztcblxuXG5leHBvcnQgKiBmcm9tICcuL2NvbHVtbnMubW9kdWxlJztcblxuXG4gOyh7fSk7IC8vIEAtLWVuZC1vZi1maWxlLWZvci1tb2R1bGU9c3RhdGljLWNvbHVtbnMgbGliL2luZGV4LnRzIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3RtcC1saWJzLWZvci1idW5kbGUtd2Vic3FsL3N0YXRpYy1jb2x1bW5zL3Byb2plY3RzL3N0YXRpYy1jb2x1bW5zL3NyYy9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsT0FBTyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWInO1xuIl19
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3RhdGljLWNvbHVtbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi90bXAtbGlicy1mb3ItYnVuZGxlLXdlYnNxbC9zdGF0aWMtY29sdW1ucy9wcm9qZWN0cy9zdGF0aWMtY29sdW1ucy9zcmMvc3RhdGljLWNvbHVtbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|
|
@@ -1,142 +1,276 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { Directive, Component, HostBinding, Input, EventEmitter, Output, ViewChildren, NgModule } from '@angular/core';
|
|
3
|
+
import { Subject, takeUntil } from 'rxjs';
|
|
4
|
+
import * as i1 from '@angular/cdk/layout';
|
|
5
|
+
import { LayoutModule } from '@angular/cdk/layout';
|
|
3
6
|
|
|
4
|
-
class DirectiveGrow {
|
|
5
|
-
constructor(e, renderer) {
|
|
6
|
-
this.e = e;
|
|
7
|
-
this.renderer = renderer;
|
|
8
|
-
setTimeout(() => {
|
|
9
|
-
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
10
|
-
}, 0);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
-
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
16
|
-
type: Directive,
|
|
17
|
-
args: [{
|
|
18
|
-
selector: '[grow]'
|
|
19
|
-
}]
|
|
20
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
21
|
-
;
|
|
7
|
+
class DirectiveGrow {
|
|
8
|
+
constructor(e, renderer) {
|
|
9
|
+
this.e = e;
|
|
10
|
+
this.renderer = renderer;
|
|
11
|
+
setTimeout(() => {
|
|
12
|
+
renderer.setStyle(e.nativeElement, 'flexGrow', '1');
|
|
13
|
+
}, 0);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
DirectiveGrow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
17
|
+
DirectiveGrow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveGrow, selector: "[grow]", ngImport: i0 });
|
|
18
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveGrow, decorators: [{
|
|
19
|
+
type: Directive,
|
|
20
|
+
args: [{
|
|
21
|
+
selector: '[grow]'
|
|
22
|
+
}]
|
|
23
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
24
|
+
;
|
|
22
25
|
({}); // @--end-of-file-for-module=static-columns lib/column/column-grow.directive.ts
|
|
23
26
|
|
|
24
|
-
class
|
|
25
|
-
constructor() {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
;
|
|
27
|
+
class DirectiveHideMobile {
|
|
28
|
+
constructor(e, renderer, breakpointObserver) {
|
|
29
|
+
this.e = e;
|
|
30
|
+
this.renderer = renderer;
|
|
31
|
+
this.breakpointObserver = breakpointObserver;
|
|
32
|
+
this.$destroy = new Subject();
|
|
33
|
+
}
|
|
34
|
+
ngOnInit() {
|
|
35
|
+
this.breakpointObserver
|
|
36
|
+
.observe(['(min-width: 600px)'])
|
|
37
|
+
.pipe(takeUntil(this.$destroy))
|
|
38
|
+
.subscribe((state) => {
|
|
39
|
+
if (typeof this.originalDisaplay === 'undefined') {
|
|
40
|
+
this.originalDisaplay = this.e.nativeElement.style.display;
|
|
41
|
+
}
|
|
42
|
+
if (state.matches) {
|
|
43
|
+
this.renderer.setStyle(this.e.nativeElement, 'display', this.originalDisaplay);
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
this.renderer.setStyle(this.e.nativeElement, 'display', 'none');
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
ngOnDestroy() {
|
|
51
|
+
this.$destroy.next(void 0);
|
|
52
|
+
this.$destroy.complete();
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
DirectiveHideMobile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideMobile, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Directive });
|
|
56
|
+
DirectiveHideMobile.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideMobile, selector: "[hideMobile]", ngImport: i0 });
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideMobile, decorators: [{
|
|
58
|
+
type: Directive,
|
|
59
|
+
args: [{
|
|
60
|
+
selector: '[hideMobile]'
|
|
61
|
+
}]
|
|
62
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.BreakpointObserver }]; } });
|
|
63
|
+
;
|
|
64
|
+
({}); // @--end-of-file-for-module=static-columns lib/column/column-hide-mobile.directive.ts
|
|
65
|
+
|
|
66
|
+
class DirectiveHideTablet {
|
|
67
|
+
constructor(e, renderer, breakpointObserver) {
|
|
68
|
+
this.e = e;
|
|
69
|
+
this.renderer = renderer;
|
|
70
|
+
this.breakpointObserver = breakpointObserver;
|
|
71
|
+
this.$destroy = new Subject();
|
|
72
|
+
}
|
|
73
|
+
ngOnInit() {
|
|
74
|
+
this.breakpointObserver
|
|
75
|
+
.observe(['(min-width: 800px)'])
|
|
76
|
+
.pipe(takeUntil(this.$destroy))
|
|
77
|
+
.subscribe((state) => {
|
|
78
|
+
if (typeof this.originalDisaplay === 'undefined') {
|
|
79
|
+
this.originalDisaplay = this.e.nativeElement.style.display;
|
|
80
|
+
}
|
|
81
|
+
if (state.matches) {
|
|
82
|
+
this.renderer.setStyle(this.e.nativeElement, 'display', this.originalDisaplay);
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
this.renderer.setStyle(this.e.nativeElement, 'display', 'none');
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
}
|
|
89
|
+
ngOnDestroy() {
|
|
90
|
+
this.$destroy.next(void 0);
|
|
91
|
+
this.$destroy.complete();
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
DirectiveHideTablet.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideTablet, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Directive });
|
|
95
|
+
DirectiveHideTablet.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveHideTablet, selector: "[hideTablet]", ngImport: i0 });
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveHideTablet, decorators: [{
|
|
97
|
+
type: Directive,
|
|
98
|
+
args: [{
|
|
99
|
+
selector: '[hideTablet]'
|
|
100
|
+
}]
|
|
101
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.BreakpointObserver }]; } });
|
|
102
|
+
;
|
|
103
|
+
({}); // @--end-of-file-for-module=static-columns lib/column/column-hide-tablet.directive.ts
|
|
104
|
+
|
|
105
|
+
class DirectiveShowMobile {
|
|
106
|
+
constructor(e, renderer, breakpointObserver) {
|
|
107
|
+
this.e = e;
|
|
108
|
+
this.renderer = renderer;
|
|
109
|
+
this.breakpointObserver = breakpointObserver;
|
|
110
|
+
this.$destroy = new Subject();
|
|
111
|
+
}
|
|
112
|
+
ngOnInit() {
|
|
113
|
+
this.breakpointObserver
|
|
114
|
+
.observe(['(min-width: 600px)'])
|
|
115
|
+
.pipe(takeUntil(this.$destroy))
|
|
116
|
+
.subscribe((state) => {
|
|
117
|
+
if (typeof this.originalDisaplay === 'undefined') {
|
|
118
|
+
this.originalDisaplay = this.e.nativeElement.style.display;
|
|
119
|
+
}
|
|
120
|
+
if (state.matches) {
|
|
121
|
+
this.renderer.setStyle(this.e.nativeElement, 'display', 'none');
|
|
122
|
+
}
|
|
123
|
+
else {
|
|
124
|
+
this.renderer.setStyle(this.e.nativeElement, 'display', this.originalDisaplay);
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
ngOnDestroy() {
|
|
129
|
+
this.$destroy.next(void 0);
|
|
130
|
+
this.$destroy.complete();
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
DirectiveShowMobile.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowMobile, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Directive });
|
|
134
|
+
DirectiveShowMobile.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: DirectiveShowMobile, selector: "[showMobile]", ngImport: i0 });
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DirectiveShowMobile, decorators: [{
|
|
136
|
+
type: Directive,
|
|
137
|
+
args: [{
|
|
138
|
+
selector: '[showMobile]'
|
|
139
|
+
}]
|
|
140
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.BreakpointObserver }]; } });
|
|
141
|
+
;
|
|
142
|
+
({}); // @--end-of-file-for-module=static-columns lib/column/column-show-mobile.directive.ts
|
|
143
|
+
|
|
144
|
+
class ColumnComponent {
|
|
145
|
+
constructor() {
|
|
146
|
+
}
|
|
147
|
+
ngOnInit() { }
|
|
148
|
+
}
|
|
149
|
+
ColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
150
|
+
ColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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"] });
|
|
151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnComponent, decorators: [{
|
|
152
|
+
type: Component,
|
|
153
|
+
args: [{ selector: 'column', template: '<ng-content></ng-content>', styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
154
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
155
|
+
type: HostBinding,
|
|
156
|
+
args: ['style.flex.basis.px']
|
|
157
|
+
}, {
|
|
158
|
+
type: HostBinding,
|
|
159
|
+
args: ['style.minWidth.px']
|
|
160
|
+
}, {
|
|
161
|
+
type: Input
|
|
162
|
+
}] } });
|
|
163
|
+
;
|
|
44
164
|
({}); // @--end-of-file-for-module=static-columns lib/column/column.component.ts
|
|
45
165
|
|
|
46
|
-
;
|
|
166
|
+
;
|
|
47
167
|
({}); // @--end-of-file-for-module=static-columns lib/column/index.ts
|
|
48
168
|
|
|
49
|
-
class ColumnsGapComponent {
|
|
50
|
-
constructor() {
|
|
51
|
-
this.width = 20;
|
|
52
|
-
this.handlers = [];
|
|
53
|
-
this.columnsGapDataChanged = new EventEmitter();
|
|
54
|
-
this.columnsGapData = {};
|
|
55
|
-
}
|
|
56
|
-
ngOnInit() {
|
|
57
|
-
}
|
|
58
|
-
ngOnDestroy() {
|
|
59
|
-
this.handlers.forEach(h => h.unsubscribe());
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
ColumnsGapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
63
|
-
ColumnsGapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsGapComponent, selector: "columns-gap", inputs: { columnsGapData: "columnsGapData" }, outputs: { columnsGapDataChanged: "columnsGapDataChanged" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"], components: [{ type: ColumnComponent, selector: "column", inputs: ["width"] }] });
|
|
64
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, decorators: [{
|
|
65
|
-
type: Component,
|
|
66
|
-
args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
67
|
-
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
68
|
-
type: HostBinding,
|
|
69
|
-
args: ['style.flex.basis.px']
|
|
70
|
-
}, {
|
|
71
|
-
type: HostBinding,
|
|
72
|
-
args: ['style.minWidth.px']
|
|
73
|
-
}], columnsGapDataChanged: [{
|
|
74
|
-
type: Output
|
|
75
|
-
}], columnsGapData: [{
|
|
76
|
-
type: Input
|
|
77
|
-
}] } });
|
|
78
|
-
;
|
|
169
|
+
class ColumnsGapComponent {
|
|
170
|
+
constructor() {
|
|
171
|
+
this.width = 20;
|
|
172
|
+
this.handlers = [];
|
|
173
|
+
this.columnsGapDataChanged = new EventEmitter();
|
|
174
|
+
this.columnsGapData = {};
|
|
175
|
+
}
|
|
176
|
+
ngOnInit() {
|
|
177
|
+
}
|
|
178
|
+
ngOnDestroy() {
|
|
179
|
+
this.handlers.forEach(h => h.unsubscribe());
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
ColumnsGapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
183
|
+
ColumnsGapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsGapComponent, selector: "columns-gap", inputs: { columnsGapData: "columnsGapData" }, outputs: { columnsGapDataChanged: "columnsGapDataChanged" }, host: { properties: { "style.flex.basis.px": "this.width", "style.minWidth.px": "this.width" } }, ngImport: i0, template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"], components: [{ type: ColumnComponent, selector: "column", inputs: ["width"] }] });
|
|
184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsGapComponent, decorators: [{
|
|
185
|
+
type: Component,
|
|
186
|
+
args: [{ selector: 'columns-gap', template: "<column [width]=\"width\"></column>\r\n", styles: [":host{flex-grow:0;flex-shrink:0;width:0px}\n"] }]
|
|
187
|
+
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
188
|
+
type: HostBinding,
|
|
189
|
+
args: ['style.flex.basis.px']
|
|
190
|
+
}, {
|
|
191
|
+
type: HostBinding,
|
|
192
|
+
args: ['style.minWidth.px']
|
|
193
|
+
}], columnsGapDataChanged: [{
|
|
194
|
+
type: Output
|
|
195
|
+
}], columnsGapData: [{
|
|
196
|
+
type: Input
|
|
197
|
+
}] } });
|
|
198
|
+
;
|
|
79
199
|
({}); // @--end-of-file-for-module=static-columns lib/columns-gap/columns-gap.component.ts
|
|
80
200
|
|
|
81
|
-
;
|
|
201
|
+
;
|
|
82
202
|
({}); // @--end-of-file-for-module=static-columns lib/columns-gap/index.ts
|
|
83
203
|
|
|
84
|
-
class ColumnsComponent {
|
|
85
|
-
constructor() {
|
|
86
|
-
}
|
|
87
|
-
ngOnInit() { }
|
|
88
|
-
}
|
|
89
|
-
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
90
|
-
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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"] });
|
|
91
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
92
|
-
type: Component,
|
|
93
|
-
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}\n"] }]
|
|
94
|
-
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
95
|
-
type: ViewChildren,
|
|
96
|
-
args: [ColumnComponent]
|
|
97
|
-
}] } });
|
|
98
|
-
;
|
|
204
|
+
class ColumnsComponent {
|
|
205
|
+
constructor() {
|
|
206
|
+
}
|
|
207
|
+
ngOnInit() { }
|
|
208
|
+
}
|
|
209
|
+
ColumnsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
210
|
+
ColumnsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: ColumnsComponent, selector: "columns-container", viewQueries: [{ propertyName: "childrens", predicate: ColumnComponent, descendants: true }], ngImport: i0, template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] });
|
|
211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ColumnsComponent, decorators: [{
|
|
212
|
+
type: Component,
|
|
213
|
+
args: [{ selector: 'columns-container', template: "<ng-content></ng-content>\r\n", styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}.static-columns-hide-mobile{display:block}@media (max-width: 600px){.static-columns-hide-mobile{display:none}}\n"] }]
|
|
214
|
+
}], ctorParameters: function () { return []; }, propDecorators: { childrens: [{
|
|
215
|
+
type: ViewChildren,
|
|
216
|
+
args: [ColumnComponent]
|
|
217
|
+
}] } });
|
|
218
|
+
;
|
|
99
219
|
({}); // @--end-of-file-for-module=static-columns lib/columns.component.ts
|
|
100
220
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
i0.ɵɵ
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
221
|
+
const components = [
|
|
222
|
+
ColumnsComponent,
|
|
223
|
+
ColumnComponent,
|
|
224
|
+
DirectiveGrow,
|
|
225
|
+
DirectiveHideMobile,
|
|
226
|
+
DirectiveHideTablet,
|
|
227
|
+
DirectiveShowMobile,
|
|
228
|
+
ColumnsGapComponent,
|
|
229
|
+
];
|
|
230
|
+
class StaticColumnsModule {
|
|
231
|
+
}
|
|
232
|
+
StaticColumnsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
233
|
+
StaticColumnsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, declarations: [ColumnsComponent,
|
|
234
|
+
ColumnComponent,
|
|
235
|
+
DirectiveGrow,
|
|
236
|
+
DirectiveHideMobile,
|
|
237
|
+
DirectiveHideTablet,
|
|
238
|
+
DirectiveShowMobile,
|
|
239
|
+
ColumnsGapComponent], imports: [LayoutModule], exports: [LayoutModule, ColumnsComponent,
|
|
240
|
+
ColumnComponent,
|
|
241
|
+
DirectiveGrow,
|
|
242
|
+
DirectiveHideMobile,
|
|
243
|
+
DirectiveHideTablet,
|
|
244
|
+
DirectiveShowMobile,
|
|
245
|
+
ColumnsGapComponent] });
|
|
246
|
+
StaticColumnsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, providers: [], imports: [[
|
|
247
|
+
LayoutModule,
|
|
248
|
+
], LayoutModule] });
|
|
249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: StaticColumnsModule, decorators: [{
|
|
250
|
+
type: NgModule,
|
|
251
|
+
args: [{
|
|
252
|
+
imports: [
|
|
253
|
+
LayoutModule,
|
|
254
|
+
],
|
|
255
|
+
exports: [
|
|
256
|
+
LayoutModule,
|
|
257
|
+
...components,
|
|
258
|
+
],
|
|
259
|
+
declarations: [
|
|
260
|
+
...components,
|
|
261
|
+
],
|
|
262
|
+
providers: [],
|
|
263
|
+
}]
|
|
264
|
+
}] });
|
|
265
|
+
;
|
|
132
266
|
({}); // @--end-of-file-for-module=static-columns lib/columns.module.ts
|
|
133
267
|
|
|
134
|
-
;
|
|
268
|
+
;
|
|
135
269
|
({}); // @--end-of-file-for-module=static-columns lib/index.ts
|
|
136
270
|
|
|
137
|
-
/**
|
|
138
|
-
* Generated bundle index. Do not edit.
|
|
271
|
+
/**
|
|
272
|
+
* Generated bundle index. Do not edit.
|
|
139
273
|
*/
|
|
140
274
|
|
|
141
|
-
export { ColumnComponent, ColumnsComponent, ColumnsGapComponent, DirectiveGrow, StaticColumnsModule };
|
|
275
|
+
export { ColumnComponent, ColumnsComponent, ColumnsGapComponent, DirectiveGrow, DirectiveHideMobile, DirectiveHideTablet, DirectiveShowMobile, StaticColumnsModule };
|
|
142
276
|
//# sourceMappingURL=static-columns.mjs.map
|